Admin Columns - Version 2.4.8

Version Description

  • [Updated] Hidden custom fields are now grouped as "Hidden" in the dropdown list
  • [Updated] Minor performance improvements
  • [Fixed] New Yoast plugin compatibility
Download this release

Release Info

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

Code changes from version 2.4.7 to 2.4.8

Files changed (51) hide show
  1. assets/css/column.css +1 -0
  2. assets/css/column.min.css +1 -1
  3. assets/js/admin-settings.js +4 -5
  4. assets/js/admin-settings.min.js +1 -1
  5. classes/addons.php +30 -18
  6. classes/column.php +65 -15
  7. classes/column/custom-field.php +47 -20
  8. classes/column/post/parent.php +3 -8
  9. classes/column/post/ping-status.php +1 -1
  10. classes/column/post/status.php +5 -0
  11. classes/settings.php +1 -1
  12. classes/storage_model.php +61 -53
  13. classes/storage_model/comment.php +20 -58
  14. classes/storage_model/link.php +12 -47
  15. classes/storage_model/media.php +22 -61
  16. classes/storage_model/post.php +28 -70
  17. classes/storage_model/user.php +17 -60
  18. classes/third_party/yoast_seo.php +19 -18
  19. classes/utility.php +21 -0
  20. codepress-admin-columns.php +3 -13
  21. languages/README.md +8 -0
  22. languages/codepress-admin-columns-ar.mo +0 -0
  23. languages/codepress-admin-columns-ar.po +0 -1267
  24. languages/codepress-admin-columns-da_DK.mo +0 -0
  25. languages/codepress-admin-columns-da_DK.po +0 -1257
  26. languages/codepress-admin-columns-es_ES.mo +0 -0
  27. languages/codepress-admin-columns-es_ES.po +0 -1255
  28. languages/codepress-admin-columns-fa_IR.mo +0 -0
  29. languages/codepress-admin-columns-fa_IR.po +0 -1255
  30. languages/codepress-admin-columns-fr_FR.mo +0 -0
  31. languages/codepress-admin-columns-fr_FR.po +0 -1261
  32. languages/codepress-admin-columns-hu_HU.mo +0 -0
  33. languages/codepress-admin-columns-hu_HU.po +0 -1256
  34. languages/codepress-admin-columns-it_IT.mo +0 -0
  35. languages/codepress-admin-columns-it_IT.po +0 -1258
  36. languages/codepress-admin-columns-ja.mo +0 -0
  37. languages/codepress-admin-columns-ja.po +0 -1275
  38. languages/codepress-admin-columns-nl_NL.mo +0 -0
  39. languages/codepress-admin-columns-nl_NL.po +0 -1256
  40. languages/codepress-admin-columns-pl_PL.mo +0 -0
  41. languages/codepress-admin-columns-pl_PL.po +0 -1338
  42. languages/codepress-admin-columns-pt_BR.mo +0 -0
  43. languages/codepress-admin-columns-pt_BR.po +0 -1257
  44. languages/codepress-admin-columns-ru_RU.mo +0 -0
  45. languages/codepress-admin-columns-ru_RU.po +0 -1258
  46. languages/codepress-admin-columns-sv_SE.mo +0 -0
  47. languages/codepress-admin-columns-sv_SE.po +0 -1256
  48. languages/codepress-admin-columns-zh_CN.mo +0 -0
  49. languages/codepress-admin-columns-zh_CN.po +0 -1262
  50. languages/codepress-admin-columns.pot +331 -331
  51. readme.txt +6 -1
assets/css/column.css CHANGED
@@ -90,6 +90,7 @@ div.sizes span.not-available {
90
  text-indent: 9999px;
91
  margin-right: 4px;
92
  padding: 0 13px;
 
93
  }
94
  .button.cpac-button-action:before {
95
  position: absolute;
90
  text-indent: 9999px;
91
  margin-right: 4px;
92
  padding: 0 13px;
93
+ overflow: hidden;
94
  }
95
  .button.cpac-button-action:before {
96
  position: absolute;
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}.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
+ .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}
assets/js/admin-settings.js CHANGED
@@ -291,11 +291,10 @@ jQuery.fn.column_bind_events = function() {
291
  jQuery(this).parents( '.label' ).find('p.description').hide();
292
  });
293
 
294
- if ( column.find( '.column_type select' ).val() == 'column-meta' ) {
295
- column.find( '.column_field_type select' ).change( function() {
296
- column.cpac_column_refresh();
297
- } );
298
- }
299
  };
300
 
301
  /*
291
  jQuery(this).parents( '.label' ).find('p.description').hide();
292
  });
293
 
294
+ // refresh column and re-bind all events
295
+ column.find( '[data-refresh="1"] select' ).change( function() {
296
+ column.cpac_column_refresh();
297
+ } );
 
298
  };
299
 
300
  /*
assets/js/admin-settings.min.js CHANGED
@@ -1 +1 @@
1
- function cpac_importexport(){jQuery("#php-export-results textarea").on("focus, mouseup",function(){jQuery(this).select()}).select().focus()}function cpac_submit_form(){jQuery(".form-update a.submit-update").click(function(e){e.preventDefault(),jQuery(this).closest(".columns-container").find(".cpac-columns form").submit()})}function cpac_create_column(e){var n=jQuery(".for-cloning-only .cpac-column",e).first().clone(),t=e.attr("data-type");return n.length>0&&(n.cpac_update_clone_id(t),jQuery(".cpac-columns form",e).append(n),n.column_bind_toggle(),n.column_bind_remove(),n.column_bind_clone(),n.column_bind_events(),cpac_sortable(),jQuery(document).trigger("column_add",n)),n}function cpac_add_column(){jQuery("#cpac .add_column").click(function(e){var n=jQuery(this).closest(".columns-container"),t=cpac_create_column(n);t.addClass("opened").find(".column-form").slideDown(150,function(){jQuery("html, body").animate({scrollTop:t.offset().top-58},300)}),e.preventDefault()})}function cpac_sidebar_feedback(){jQuery(function(e){var n=e(".sidebox#direct-feedback");n.find("#feedback-choice a.no").click(function(e){e.preventDefault(),n.find("#feedback-choice").slideUp(),n.find("#feedback-support").slideDown()}),n.find("#feedback-choice a.yes").click(function(e){e.preventDefault(),n.find("#feedback-choice").slideUp(),n.find("#feedback-rate").slideDown()})})}function cpac_clear_input_defaults(){jQuery.fn.cleardefault=function(){return this.focus(function(){this.value==this.defaultValue&&(this.value="")}).blur(function(){this.value.length||(this.value=this.defaultValue)})},jQuery("#cpac-box-plugin_settings .addons input").cleardefault()}function cpac_help(){jQuery("#cpac a.help").click(function(e){e.preventDefault();var n=jQuery("#contextual-help-wrap");n.parent().show(),jQuery('a[href="#tab-panel-cpac-'+jQuery(this).attr("data-help")+'"]',n).trigger("click"),n.slideDown("fast",function(){n.focus()})})}function cpac_pointer(){jQuery(".cpac-pointer").each(function(){var e=jQuery(this),n=e.attr("rel"),t=e.attr("data-pos"),i={at:"left top",my:"right top",edge:"right",offset:"0 0"};"right"==t&&(i={at:"right middle",my:"left middle",edge:"left"}),e.pointer({content:jQuery("#"+n).html(),position:i,pointerWidth:250,close:function(){e.removeClass("open")},pointerClass:"wp-pointer wp-pointer-"+i.edge}),e.click(function(){e.hasClass("open")?e.removeClass("open"):e.addClass("open")}),e.hover(function(){jQuery(this).pointer("open")},function(){e.hasClass("open")||jQuery(this).pointer("close")})})}function cpac_sortable(){jQuery("div.cpac-columns").each(function(){jQuery(this).hasClass("ui-sortable")?jQuery(this).sortable("refresh"):jQuery(this).sortable({items:".cpac-column"})})}function cpac_menu(){var e=jQuery("#cpac div.cpac-menu");e.find("a").click(function(e,n){var t=jQuery(this).attr("href");if(t){var i=t.replace("#cpac-box-","");jQuery(".cpac-menu a").removeClass("current"),jQuery(".columns-container").hide(),jQuery(this).addClass("current");var c=jQuery('.columns-container[data-type="'+i+'"]').show(),a=c.find(".cpac-columns");jQuery(document).trigger("cac_menu_change",a)}e.preventDefault()}),e.find("a.current").trigger("click")}jQuery(document).ready(function(){return 0===jQuery("#cpac").length?!1:(cpac_pointer(),cpac_submit_form(),cpac_clear_input_defaults(),cpac_sortable(),cpac_menu(),cpac_help(),cpac_add_column(),cpac_importexport(),cpac_sidebar_feedback(),void jQuery(".cpac-column").each(function(e,n){jQuery(n).column_bind_toggle(),jQuery(n).column_bind_remove(),jQuery(n).column_bind_clone(),jQuery(n).cpac_bind_container_addon_events()}))}),jQuery.fn.column_bind_toggle=function(){var e=jQuery(this);e.find("td.column_type a, td.column_edit, td.column_label a.toggle, td.column_label .edit-button").click(function(n){n.preventDefault(),e.toggleClass("opened").find(".column-form").slideToggle(150),e.hasClass("events-binded")||e.column_bind_events(),e.addClass("events-binded"),jQuery(document).trigger("column_init",e)})},jQuery.fn.column_bind_remove=function(){jQuery(this).find(".remove-button").click(function(e){jQuery(this).closest(".cpac-column").column_remove(),e.preventDefault()})},jQuery.fn.column_bind_clone=function(){jQuery(this).find(".clone-button").click(function(e){var n,t;e.preventDefault(),n=jQuery(this).closest(".cpac-column"),t=n.column_clone(),"undefined"!=typeof t&&t.removeClass("loading").hide().slideDown()})},jQuery.fn.cpac_column_refresh=function(){var e=jQuery(this);e.addClass("loading"),e.find(".column-form").prepend('<span class="spinner" />'),jQuery.post(ajaxurl,{plugin_id:"cpac",action:"cpac_column_refresh",column:jQuery(this).find("input.column-name").val(),formdata:jQuery(this).parents("form").serialize()},function(n){var t=jQuery("<div>"+n+"</div>").children();e.replaceWith(t),e=t,e.column_bind_toggle(),e.column_bind_remove(),e.column_bind_clone(),e.column_bind_events(),e.removeClass("loading").addClass("opened").find(".column-form").show(),jQuery(document).trigger("column_change",e)})},jQuery.fn.column_bind_events=function(){var e=jQuery(this),n=e.closest(".columns-container "),t=n.attr("data-type"),i=e.find(".column_type select option:selected").val();e.find(".column_type select").change(function(){var c=jQuery("optgroup",this).children(":selected"),a=c.val(),o=c.text(),r=jQuery(this).next(".msg").hide(),u=n.find('.for-cloning-only .cpac-column[data-type="'+a+'"]');if(u.length)if(u.find(".is-disabled").length)r.html(u.find(".is-disabled").html()).show(),jQuery(this).find("option").removeAttr("selected"),jQuery(this).find('option[value="'+i+'"]').attr("selected","selected");else{if("undefined"==typeof u.attr("data-clone")&&jQuery(".cpac-columns",n).find('[data-type="'+a+'"]').length)return r.html(cpac_i18n.clone.replace("%s","<strong>"+o+"</strong>")).show(),jQuery(this).find("option").removeAttr("selected"),void jQuery(this).find('option[value="'+i+'"]').attr("selected","selected");var l=u.clone();l.addClass("opened").find(".column-form").show(),l.find(".column-meta").replaceWith(e.find(".column-meta")),l.find(".column-form").replaceWith(e.find(".column-form")),l.cpac_update_clone_id(t),e.replaceWith(l),l.cpac_column_refresh()}}),e.find(".column_label .input input").bind("keyup change",function(){var e=jQuery(this).val();jQuery(this).closest(".cpac-column").find("td.column_label .inner > a.toggle").text(e)}),e.column_width_slider();var c=e.find(".column-meta span.width");c.on("update",function(){var n=e.find("input.width").val(),t=e.find("input.unit").filter(":checked").val();n>0?jQuery(this).text(n+t):jQuery(this).text("")});var a=e.find(".column_width .unit-select label");a.on("click",function(){e.find("span.unit").text(jQuery(this).find("input").val()),e.column_width_slider(),c.trigger("update")});var o=e.find("input.width").on("keyup",function(){e.column_width_slider(),jQuery(this).trigger("validate"),c.trigger("update")}).on("validate",function(){var e=o.val(),n=jQuery.trim(e);jQuery.isNumeric(n)||(n=n.replace(/\D/g,"")),n.length>3&&(n=n.substring(0,3)),0>=n&&(n=""),n!==e&&o.val(n)});e.find(".column_image_size label.custom-size").click(function(){var e=jQuery(this).closest(".input");jQuery(this).hasClass("image-size-custom")?(jQuery(".custom-size-w",e).removeClass("hidden"),jQuery(".custom-size-h",e).removeClass("hidden")):(jQuery(".custom-size-w",e).addClass("hidden"),jQuery(".custom-size-h",e).addClass("hidden"))}),e.find(".column-form .label label, .column-form .label .info").hover(function(){jQuery(this).parents(".label").find("p.description").show()},function(){jQuery(this).parents(".label").find("p.description").hide()}),"column-meta"==e.find(".column_type select").val()&&e.find(".column_field_type select").change(function(){e.cpac_column_refresh()})},jQuery.fn.column_remove=function(){jQuery(this).addClass("deleting").animate({opacity:0,height:0},350,function(e){jQuery(this).remove()})},jQuery.fn.column_width_slider=function(){var e=jQuery(this).find(".column_width"),n=e.find("input.width"),t=e.find("input.unit"),i=t.filter(":checked").val(),c=n.val(),a=e.find(".width-slider"),o=jQuery(this).find(".column-meta span.width");"%"==i&&c>100&&(c=100),n.val(c),a.slider({range:"min",min:0,max:"%"==i?100:500,value:c,slide:function(e,t){n.val(t.value),o.trigger("update"),n.trigger("validate")}})},jQuery.fn.column_clone=function(){var e=jQuery(this).closest(".columns-container"),n=jQuery(this);if("undefined"==typeof n.attr("data-clone")){var t=cpac_i18n.clone.replace("%s","<strong>"+n.find(".column_label .toggle").text()+"</strong>");return n.addClass("opened").find(".column-form").slideDown(150),void n.find(".msg").html(t).show()}var i=jQuery(this).clone();return i.cpac_update_clone_id(e.attr("data-type")),jQuery(this).after(i),i.column_bind_toggle(),i.column_bind_remove(),i.column_bind_clone(),i.column_bind_events(),cpac_sortable(),jQuery(document).trigger("column_add",i),i},jQuery.fn.cpac_update_clone_id=function(e){var n=jQuery(this),t=n.attr("data-type"),i=jQuery('.columns-container[data-type="'+e+'"]').find(".cpac-columns"),c=jQuery(i).find('*[data-type="'+t+'"]').not(n),a=jQuery.map(c,function(e,n){return jQuery(e).attr("data-clone")?parseInt(jQuery(e).attr("data-clone"),10):0});a.sort();for(var o=Math.max.apply(null,a)+1,r=0;o>=r&&-1!==jQuery.inArray(r,a);r++);if(0!==r){var u=n.attr("data-clone"),l="";u&&(l="-"+u),n.attr("data-clone",r),n.find("input.clone").val(r),n.find("input.column-name").val(t+"-"+r);var d=n.find("input, select, label");jQuery(d).each(function(e,n){var i=t+"-"+r;jQuery(n).attr("name")&&jQuery(n).attr("name",jQuery(n).attr("name").replace(t+l,i)),jQuery(n).attr("for")&&jQuery(n).attr("for",jQuery(n).attr("for").replace(t+l,i)),jQuery(n).attr("id")&&jQuery(n).attr("id",jQuery(n).attr("id").replace(t+l,i))})}},jQuery(document).bind("column_init column_change column_add",function(e,n){jQuery(n).cpac_bind_column_addon_events(),jQuery(n).cpac_bind_container_addon_events()}),jQuery.fn.cpac_bind_column_addon_events=function(){var e=jQuery(this),n=e.find("[data-toggle-id] label");n.on("click",function(){var n=jQuery(this).closest("td.input").data("toggle-id"),t=jQuery("input",this).val(),i=e.find('[data-indicator-id="'+n+'"]').removeClass("on");"on"==t&&i.addClass("on");var c=e.find('[data-additional-option-id="'+n+'"]').addClass("hide");"on"==t&&c.removeClass("hide")}),e.find("[data-toggle-id]").each(function(){var n=e.find('[data-additional-option-id="'+jQuery(this).data("toggle-id")+'"]').addClass("hide");"on"==jQuery("input:checked",this).val()&&n.removeClass("hide")})},jQuery.fn.cpac_bind_container_addon_events=function(){var e=jQuery(this),n=e.find("[data-indicator-id]");n.unbind("click").click(function(){var n=jQuery(this).data("indicator-id"),t=e.find('[data-toggle-id="'+n+'"] input');jQuery(this).hasClass("on")?(jQuery(this).removeClass("on").addClass("off"),t.filter("[value=off]").prop("checked",!0)):(jQuery(this).removeClass("off").addClass("on"),t.filter("[value=on]").prop("checked",!0))})};
1
+ function cpac_importexport(){jQuery("#php-export-results textarea").on("focus, mouseup",function(){jQuery(this).select()}).select().focus()}function cpac_submit_form(){jQuery(".form-update a.submit-update").click(function(e){e.preventDefault(),jQuery(this).closest(".columns-container").find(".cpac-columns form").submit()})}function cpac_create_column(e){var n=jQuery(".for-cloning-only .cpac-column",e).first().clone(),t=e.attr("data-type");return n.length>0&&(n.cpac_update_clone_id(t),jQuery(".cpac-columns form",e).append(n),n.column_bind_toggle(),n.column_bind_remove(),n.column_bind_clone(),n.column_bind_events(),cpac_sortable(),jQuery(document).trigger("column_add",n)),n}function cpac_add_column(){jQuery("#cpac .add_column").click(function(e){var n=jQuery(this).closest(".columns-container"),t=cpac_create_column(n);t.addClass("opened").find(".column-form").slideDown(150,function(){jQuery("html, body").animate({scrollTop:t.offset().top-58},300)}),e.preventDefault()})}function cpac_sidebar_feedback(){jQuery(function(e){var n=e(".sidebox#direct-feedback");n.find("#feedback-choice a.no").click(function(e){e.preventDefault(),n.find("#feedback-choice").slideUp(),n.find("#feedback-support").slideDown()}),n.find("#feedback-choice a.yes").click(function(e){e.preventDefault(),n.find("#feedback-choice").slideUp(),n.find("#feedback-rate").slideDown()})})}function cpac_clear_input_defaults(){jQuery.fn.cleardefault=function(){return this.focus(function(){this.value==this.defaultValue&&(this.value="")}).blur(function(){this.value.length||(this.value=this.defaultValue)})},jQuery("#cpac-box-plugin_settings .addons input").cleardefault()}function cpac_help(){jQuery("#cpac a.help").click(function(e){e.preventDefault();var n=jQuery("#contextual-help-wrap");n.parent().show(),jQuery('a[href="#tab-panel-cpac-'+jQuery(this).attr("data-help")+'"]',n).trigger("click"),n.slideDown("fast",function(){n.focus()})})}function cpac_pointer(){jQuery(".cpac-pointer").each(function(){var e=jQuery(this),n=e.attr("rel"),t=e.attr("data-pos"),i={at:"left top",my:"right top",edge:"right",offset:"0 0"};"right"==t&&(i={at:"right middle",my:"left middle",edge:"left"}),e.pointer({content:jQuery("#"+n).html(),position:i,pointerWidth:250,close:function(){e.removeClass("open")},pointerClass:"wp-pointer wp-pointer-"+i.edge}),e.click(function(){e.hasClass("open")?e.removeClass("open"):e.addClass("open")}),e.hover(function(){jQuery(this).pointer("open")},function(){e.hasClass("open")||jQuery(this).pointer("close")})})}function cpac_sortable(){jQuery("div.cpac-columns").each(function(){jQuery(this).hasClass("ui-sortable")?jQuery(this).sortable("refresh"):jQuery(this).sortable({items:".cpac-column"})})}function cpac_menu(){var e=jQuery("#cpac div.cpac-menu");e.find("a").click(function(e,n){var t=jQuery(this).attr("href");if(t){var i=t.replace("#cpac-box-","");jQuery(".cpac-menu a").removeClass("current"),jQuery(".columns-container").hide(),jQuery(this).addClass("current");var c=jQuery('.columns-container[data-type="'+i+'"]').show(),a=c.find(".cpac-columns");jQuery(document).trigger("cac_menu_change",a)}e.preventDefault()}),e.find("a.current").trigger("click")}jQuery(document).ready(function(){return 0===jQuery("#cpac").length?!1:(cpac_pointer(),cpac_submit_form(),cpac_clear_input_defaults(),cpac_sortable(),cpac_menu(),cpac_help(),cpac_add_column(),cpac_importexport(),cpac_sidebar_feedback(),void jQuery(".cpac-column").each(function(e,n){jQuery(n).column_bind_toggle(),jQuery(n).column_bind_remove(),jQuery(n).column_bind_clone(),jQuery(n).cpac_bind_container_addon_events()}))}),jQuery.fn.column_bind_toggle=function(){var e=jQuery(this);e.find("td.column_type a, td.column_edit, td.column_label a.toggle, td.column_label .edit-button").click(function(n){n.preventDefault(),e.toggleClass("opened").find(".column-form").slideToggle(150),e.hasClass("events-binded")||e.column_bind_events(),e.addClass("events-binded"),jQuery(document).trigger("column_init",e)})},jQuery.fn.column_bind_remove=function(){jQuery(this).find(".remove-button").click(function(e){jQuery(this).closest(".cpac-column").column_remove(),e.preventDefault()})},jQuery.fn.column_bind_clone=function(){jQuery(this).find(".clone-button").click(function(e){var n,t;e.preventDefault(),n=jQuery(this).closest(".cpac-column"),t=n.column_clone(),"undefined"!=typeof t&&t.removeClass("loading").hide().slideDown()})},jQuery.fn.cpac_column_refresh=function(){var e=jQuery(this);e.addClass("loading"),e.find(".column-form").prepend('<span class="spinner" />'),jQuery.post(ajaxurl,{plugin_id:"cpac",action:"cpac_column_refresh",column:jQuery(this).find("input.column-name").val(),formdata:jQuery(this).parents("form").serialize()},function(n){var t=jQuery("<div>"+n+"</div>").children();e.replaceWith(t),e=t,e.column_bind_toggle(),e.column_bind_remove(),e.column_bind_clone(),e.column_bind_events(),e.removeClass("loading").addClass("opened").find(".column-form").show(),jQuery(document).trigger("column_change",e)})},jQuery.fn.column_bind_events=function(){var e=jQuery(this),n=e.closest(".columns-container "),t=n.attr("data-type"),i=e.find(".column_type select option:selected").val();e.find(".column_type select").change(function(){var c=jQuery("optgroup",this).children(":selected"),a=c.val(),o=c.text(),r=jQuery(this).next(".msg").hide(),u=n.find('.for-cloning-only .cpac-column[data-type="'+a+'"]');if(u.length)if(u.find(".is-disabled").length)r.html(u.find(".is-disabled").html()).show(),jQuery(this).find("option").removeAttr("selected"),jQuery(this).find('option[value="'+i+'"]').attr("selected","selected");else{if("undefined"==typeof u.attr("data-clone")&&jQuery(".cpac-columns",n).find('[data-type="'+a+'"]').length)return r.html(cpac_i18n.clone.replace("%s","<strong>"+o+"</strong>")).show(),jQuery(this).find("option").removeAttr("selected"),void jQuery(this).find('option[value="'+i+'"]').attr("selected","selected");var l=u.clone();l.addClass("opened").find(".column-form").show(),l.find(".column-meta").replaceWith(e.find(".column-meta")),l.find(".column-form").replaceWith(e.find(".column-form")),l.cpac_update_clone_id(t),e.replaceWith(l),l.cpac_column_refresh()}}),e.find(".column_label .input input").bind("keyup change",function(){var e=jQuery(this).val();jQuery(this).closest(".cpac-column").find("td.column_label .inner > a.toggle").text(e)}),e.column_width_slider();var c=e.find(".column-meta span.width");c.on("update",function(){var n=e.find("input.width").val(),t=e.find("input.unit").filter(":checked").val();n>0?jQuery(this).text(n+t):jQuery(this).text("")});var a=e.find(".column_width .unit-select label");a.on("click",function(){e.find("span.unit").text(jQuery(this).find("input").val()),e.column_width_slider(),c.trigger("update")});var o=e.find("input.width").on("keyup",function(){e.column_width_slider(),jQuery(this).trigger("validate"),c.trigger("update")}).on("validate",function(){var e=o.val(),n=jQuery.trim(e);jQuery.isNumeric(n)||(n=n.replace(/\D/g,"")),n.length>3&&(n=n.substring(0,3)),0>=n&&(n=""),n!==e&&o.val(n)});e.find(".column_image_size label.custom-size").click(function(){var e=jQuery(this).closest(".input");jQuery(this).hasClass("image-size-custom")?(jQuery(".custom-size-w",e).removeClass("hidden"),jQuery(".custom-size-h",e).removeClass("hidden")):(jQuery(".custom-size-w",e).addClass("hidden"),jQuery(".custom-size-h",e).addClass("hidden"))}),e.find(".column-form .label label, .column-form .label .info").hover(function(){jQuery(this).parents(".label").find("p.description").show()},function(){jQuery(this).parents(".label").find("p.description").hide()}),e.find('[data-refresh="1"] select').change(function(){e.cpac_column_refresh()})},jQuery.fn.column_remove=function(){jQuery(this).addClass("deleting").animate({opacity:0,height:0},350,function(e){jQuery(this).remove()})},jQuery.fn.column_width_slider=function(){var e=jQuery(this).find(".column_width"),n=e.find("input.width"),t=e.find("input.unit"),i=t.filter(":checked").val(),c=n.val(),a=e.find(".width-slider"),o=jQuery(this).find(".column-meta span.width");"%"==i&&c>100&&(c=100),n.val(c),a.slider({range:"min",min:0,max:"%"==i?100:500,value:c,slide:function(e,t){n.val(t.value),o.trigger("update"),n.trigger("validate")}})},jQuery.fn.column_clone=function(){var e=jQuery(this).closest(".columns-container"),n=jQuery(this);if("undefined"==typeof n.attr("data-clone")){var t=cpac_i18n.clone.replace("%s","<strong>"+n.find(".column_label .toggle").text()+"</strong>");return n.addClass("opened").find(".column-form").slideDown(150),void n.find(".msg").html(t).show()}var i=jQuery(this).clone();return i.cpac_update_clone_id(e.attr("data-type")),jQuery(this).after(i),i.column_bind_toggle(),i.column_bind_remove(),i.column_bind_clone(),i.column_bind_events(),cpac_sortable(),jQuery(document).trigger("column_add",i),i},jQuery.fn.cpac_update_clone_id=function(e){var n=jQuery(this),t=n.attr("data-type"),i=jQuery('.columns-container[data-type="'+e+'"]').find(".cpac-columns"),c=jQuery(i).find('*[data-type="'+t+'"]').not(n),a=jQuery.map(c,function(e,n){return jQuery(e).attr("data-clone")?parseInt(jQuery(e).attr("data-clone"),10):0});a.sort();for(var o=Math.max.apply(null,a)+1,r=0;o>=r&&-1!==jQuery.inArray(r,a);r++);if(0!==r){var u=n.attr("data-clone"),l="";u&&(l="-"+u),n.attr("data-clone",r),n.find("input.clone").val(r),n.find("input.column-name").val(t+"-"+r);var d=n.find("input, select, label");jQuery(d).each(function(e,n){var i=t+"-"+r;jQuery(n).attr("name")&&jQuery(n).attr("name",jQuery(n).attr("name").replace(t+l,i)),jQuery(n).attr("for")&&jQuery(n).attr("for",jQuery(n).attr("for").replace(t+l,i)),jQuery(n).attr("id")&&jQuery(n).attr("id",jQuery(n).attr("id").replace(t+l,i))})}},jQuery(document).bind("column_init column_change column_add",function(e,n){jQuery(n).cpac_bind_column_addon_events(),jQuery(n).cpac_bind_container_addon_events()}),jQuery.fn.cpac_bind_column_addon_events=function(){var e=jQuery(this),n=e.find("[data-toggle-id] label");n.on("click",function(){var n=jQuery(this).closest("td.input").data("toggle-id"),t=jQuery("input",this).val(),i=e.find('[data-indicator-id="'+n+'"]').removeClass("on");"on"==t&&i.addClass("on");var c=e.find('[data-additional-option-id="'+n+'"]').addClass("hide");"on"==t&&c.removeClass("hide")}),e.find("[data-toggle-id]").each(function(){var n=e.find('[data-additional-option-id="'+jQuery(this).data("toggle-id")+'"]').addClass("hide");"on"==jQuery("input:checked",this).val()&&n.removeClass("hide")})},jQuery.fn.cpac_bind_container_addon_events=function(){var e=jQuery(this),n=e.find("[data-indicator-id]");n.unbind("click").click(function(){var n=jQuery(this).data("indicator-id"),t=e.find('[data-toggle-id="'+n+'"] input');jQuery(this).hasClass("on")?(jQuery(this).removeClass("on").addClass("off"),t.filter("[value=off]").prop("checked",!0)):(jQuery(this).removeClass("off").addClass("on"),t.filter("[value=on]").prop("checked",!0))})};
classes/addons.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  class CPAC_Addons {
3
 
4
  /**
@@ -33,30 +34,34 @@ class CPAC_Addons {
33
  */
34
  public function handle_install_request() {
35
 
36
- if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( $_GET['_wpnonce'], 'install-cac-addon' ) || ! isset( $_GET['plugin'] ) )
37
  return;
 
38
 
39
  if ( ! $this->get_addon( $_GET['plugin'] ) ) {
40
  cpac_admin_message( 'Addon does not exist.', 'error' );
 
41
  return;
42
  }
43
 
44
  if ( ! class_exists( 'CAC_Addon_Pro', false ) ) {
45
  cpac_admin_message( 'You need Admin Columns Pro.', 'error' );
 
46
  return;
47
  }
48
 
49
  // Hook: trigger possible warning message before running WP installer ( api errors etc. )
50
  if ( $error = apply_filters( 'cac/addons/install_request/maybe_error', false, $_GET['plugin'] ) ) {
51
  cpac_admin_message( $error, 'error' );
 
52
  return;
53
  }
54
 
55
  $install_url = add_query_arg( array(
56
- 'action' => 'install-plugin',
57
- 'plugin' => $_GET['plugin'],
58
  'cpac-redirect' => true
59
- ), wp_nonce_url( network_admin_url( 'update.php'), 'install-plugin_' . $_GET['plugin'] ) );
60
 
61
  wp_redirect( $install_url );
62
  exit;
@@ -126,22 +131,23 @@ class CPAC_Addons {
126
  * @since 2.2
127
  *
128
  * @param bool $grouped Whether to group the plugins by addon group ()
 
129
  * @return array Available addons ([addon_basename] => (array) [addon_details] if not grouped, a list of these key-value pairs per group otherwise ([group_name] => (array) [group_addons]))
130
  */
131
  public function get_available_addons( $grouped = false ) {
132
 
133
  $addons = array(
134
- 'cac-addon-acf' => array(
135
- 'title' => __( 'Advanced Custom Fields', 'codepress-admin-columns' ),
136
- 'description' => __( 'Display and edit Advanced Custom Fields fields in the posts overview in seconds!', 'codepress-admin-columns' ),
137
- 'group' => 'integration',
138
- 'image' => CPAC_URL . 'assets/images/addons/acf.png'
139
  ),
140
  'cac-addon-woocommerce' => array(
141
- 'title' => __( 'WooCommerce', 'codepress-admin-columns' ),
142
- 'description' => __( 'Enhance the products, orders and coupons overviews with new columns and inline editing.', 'codepress-admin-columns' ),
143
- 'group' => 'integration',
144
- 'image' => CPAC_URL . 'assets/images/addons/woocommerce.png'
145
  )
146
  );
147
 
@@ -156,9 +162,9 @@ class CPAC_Addons {
156
 
157
  foreach ( $addons as $addon_name => $addon ) {
158
  $addons[ $addon_name ] = wp_parse_args( $addon, array(
159
- 'title' => '',
160
- 'group' => '',
161
- 'image' => ''
162
  ) );
163
  }
164
 
@@ -176,6 +182,7 @@ class CPAC_Addons {
176
  * @since 2.2
177
  *
178
  * @param string $id Unique addon ID
 
179
  * @return bool|array Returns addon details if the add-on exists, false otherwise
180
  */
181
  public function get_addon( $id ) {
@@ -196,11 +203,12 @@ class CPAC_Addons {
196
  * @uses CPAC_Addons::group_addons()
197
  *
198
  * @param array $addons List of addons ([addon_name] => (array) [addon_details])
 
199
  * @return array A list of addons per group: [group_name] => (array) [group_addons], where [group_addons] is an array ([addon_name] => (array) [addon_details])
200
  */
201
  public function group_addons( $addons ) {
202
 
203
- $groups = $this->get_addon_groups();
204
  $grouped_addons = array();
205
 
206
  foreach ( $addons as $addon_name => $addon ) {
@@ -214,6 +222,7 @@ class CPAC_Addons {
214
 
215
  $grouped_addons[ $addon['group'] ][ $addon_name ] = $addon;
216
  }
 
217
  return $grouped_addons;
218
  }
219
 
@@ -223,6 +232,7 @@ class CPAC_Addons {
223
  * @since 2.2
224
  *
225
  * @param string $slug Plugin dirname/slug
 
226
  * @return bool Returns true if there is no add-on installed with the passed ID, false otherwise
227
  */
228
  public function is_addon_installed( $slug ) {
@@ -236,6 +246,7 @@ class CPAC_Addons {
236
  * @since 2.2
237
  *
238
  * @param string $slug Plugin dirname/slug
 
239
  * @return string|bool Returns the plugin basename if the plugin is installed, false otherwise
240
  */
241
  public function get_installed_addon_plugin_basename( $slug ) {
@@ -255,6 +266,7 @@ class CPAC_Addons {
255
  * @since 2.2
256
  *
257
  * @param string $slug Plugin dirname/slug
 
258
  * @return string|bool Returns the plugin version if the plugin is installed, false otherwise
259
  */
260
  public function get_installed_addon_plugin_version( $slug ) {
@@ -269,4 +281,4 @@ class CPAC_Addons {
269
 
270
  return false;
271
  }
272
- }
1
  <?php
2
+
3
  class CPAC_Addons {
4
 
5
  /**
34
  */
35
  public function handle_install_request() {
36
 
37
+ if ( ! isset( $_GET['_wpnonce'] ) || ! wp_verify_nonce( $_GET['_wpnonce'], 'install-cac-addon' ) || ! isset( $_GET['plugin'] ) ) {
38
  return;
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
  }
52
 
53
  // Hook: trigger possible warning message before running WP installer ( api errors etc. )
54
  if ( $error = apply_filters( 'cac/addons/install_request/maybe_error', false, $_GET['plugin'] ) ) {
55
  cpac_admin_message( $error, 'error' );
56
+
57
  return;
58
  }
59
 
60
  $install_url = add_query_arg( array(
61
+ 'action' => 'install-plugin',
62
+ 'plugin' => $_GET['plugin'],
63
  'cpac-redirect' => true
64
+ ), wp_nonce_url( network_admin_url( 'update.php' ), 'install-plugin_' . $_GET['plugin'] ) );
65
 
66
  wp_redirect( $install_url );
67
  exit;
131
  * @since 2.2
132
  *
133
  * @param bool $grouped Whether to group the plugins by addon group ()
134
+ *
135
  * @return array Available addons ([addon_basename] => (array) [addon_details] if not grouped, a list of these key-value pairs per group otherwise ([group_name] => (array) [group_addons]))
136
  */
137
  public function get_available_addons( $grouped = false ) {
138
 
139
  $addons = array(
140
+ 'cac-addon-acf' => array(
141
+ 'title' => __( 'Advanced Custom Fields', 'codepress-admin-columns' ),
142
+ 'description' => __( 'Display and edit Advanced Custom Fields fields in the posts overview in seconds!', 'codepress-admin-columns' ),
143
+ 'group' => 'integration',
144
+ 'image' => CPAC_URL . 'assets/images/addons/acf.png'
145
  ),
146
  'cac-addon-woocommerce' => array(
147
+ 'title' => __( 'WooCommerce', 'codepress-admin-columns' ),
148
+ 'description' => __( 'Enhance the products, orders and coupons overviews with new columns and inline editing.', 'codepress-admin-columns' ),
149
+ 'group' => 'integration',
150
+ 'image' => CPAC_URL . 'assets/images/addons/woocommerce.png'
151
  )
152
  );
153
 
162
 
163
  foreach ( $addons as $addon_name => $addon ) {
164
  $addons[ $addon_name ] = wp_parse_args( $addon, array(
165
+ 'title' => '',
166
+ 'group' => '',
167
+ 'image' => ''
168
  ) );
169
  }
170
 
182
  * @since 2.2
183
  *
184
  * @param string $id Unique addon ID
185
+ *
186
  * @return bool|array Returns addon details if the add-on exists, false otherwise
187
  */
188
  public function get_addon( $id ) {
203
  * @uses CPAC_Addons::group_addons()
204
  *
205
  * @param array $addons List of addons ([addon_name] => (array) [addon_details])
206
+ *
207
  * @return array A list of addons per group: [group_name] => (array) [group_addons], where [group_addons] is an array ([addon_name] => (array) [addon_details])
208
  */
209
  public function group_addons( $addons ) {
210
 
211
+ $groups = $this->get_addon_groups();
212
  $grouped_addons = array();
213
 
214
  foreach ( $addons as $addon_name => $addon ) {
222
 
223
  $grouped_addons[ $addon['group'] ][ $addon_name ] = $addon;
224
  }
225
+
226
  return $grouped_addons;
227
  }
228
 
232
  * @since 2.2
233
  *
234
  * @param string $slug Plugin dirname/slug
235
+ *
236
  * @return bool Returns true if there is no add-on installed with the passed ID, false otherwise
237
  */
238
  public function is_addon_installed( $slug ) {
246
  * @since 2.2
247
  *
248
  * @param string $slug Plugin dirname/slug
249
+ *
250
  * @return string|bool Returns the plugin basename if the plugin is installed, false otherwise
251
  */
252
  public function get_installed_addon_plugin_basename( $slug ) {
266
  * @since 2.2
267
  *
268
  * @param string $slug Plugin dirname/slug
269
+ *
270
  * @return string|bool Returns the plugin version if the plugin is installed, false otherwise
271
  */
272
  public function get_installed_addon_plugin_version( $slug ) {
281
 
282
  return false;
283
  }
284
+ }
classes/column.php CHANGED
@@ -39,6 +39,11 @@ class CPAC_Column {
39
  */
40
  protected $filtering_model;
41
 
 
 
 
 
 
42
  /**
43
  * @since 2.0
44
  *
@@ -63,15 +68,6 @@ class CPAC_Column {
63
  */
64
  protected function display_settings() {}
65
 
66
- /**
67
- * Get the sorting value. This value will be used to sort the column.
68
- *
69
- * @since 2.3.2
70
- * @param int $id Object ID
71
- * @return string Value for sorting
72
- */
73
- public function get_sorting_value( $id ) {}
74
-
75
  /**
76
  * Overwrite this function in child class to sanitize
77
  * user submitted values.
@@ -277,7 +273,6 @@ class CPAC_Column {
277
  */
278
  public function set_filter( $filtering_model ) {
279
  $this->filtering_model = $filtering_model;
280
-
281
  return $this;
282
  }
283
 
@@ -288,6 +283,21 @@ class CPAC_Column {
288
  return $this->filtering_model;
289
  }
290
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
  /**
292
  * @param int $id
293
  * @return object
@@ -354,6 +364,16 @@ class CPAC_Column {
354
  return isset( $this->options->{$name} ) ? $this->options->{$name} : false;
355
  }
356
 
 
 
 
 
 
 
 
 
 
 
357
  /**
358
  * Checks column type
359
  *
@@ -398,7 +418,10 @@ class CPAC_Column {
398
  * @return void
399
  */
400
  public function attr_name( $field_name ) {
401
- echo "{$this->storage_model->key}[{$this->properties->name}][{$field_name}]";
 
 
 
402
  }
403
 
404
  /**
@@ -531,6 +554,17 @@ class CPAC_Column {
531
  return $term_field;
532
  }
533
 
 
 
 
 
 
 
 
 
 
 
 
534
  /**
535
  * @since 1.0
536
  * @param int $post_id Post ID
@@ -1193,12 +1227,15 @@ class CPAC_Column {
1193
  * @param string $label Label
1194
  * @param array $options Select options
1195
  * @param strong $description (optional) Description below the label
 
 
1196
  */
1197
- public function display_field_select( $name, $label, $options = array(), $description = '', $optional_toggle_id = '' ) {
1198
  $current = $this->get_option( $name );
1199
  $data_optional = $optional_toggle_id ? ' data-additional-option-id="' . $this->get_attr_id( $optional_toggle_id ) . '"' : '';
 
1200
  ?>
1201
- <tr class="column-<?php echo $name; ?>" <?php echo $data_optional; ?>>
1202
  <?php $this->label_view( $label, $description, $name ); ?>
1203
  <td class="input">
1204
  <select name="<?php $this->attr_name( $name ); ?>" id="<?php $this->attr_id( $name ); ?>">
@@ -1229,6 +1266,21 @@ class CPAC_Column {
1229
  <?php
1230
  }
1231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1232
  /**
1233
  * @since 2.4.7
1234
  *
@@ -1268,8 +1320,6 @@ class CPAC_Column {
1268
  return false;
1269
  }
1270
 
1271
- $list = '';
1272
-
1273
  // sort by alphabet
1274
  $_columns = array();
1275
 
39
  */
40
  protected $filtering_model;
41
 
42
+ /**
43
+ * @since 2.4.8
44
+ */
45
+ protected $editable_model;
46
+
47
  /**
48
  * @since 2.0
49
  *
68
  */
69
  protected function display_settings() {}
70
 
 
 
 
 
 
 
 
 
 
71
  /**
72
  * Overwrite this function in child class to sanitize
73
  * user submitted values.
273
  */
274
  public function set_filter( $filtering_model ) {
275
  $this->filtering_model = $filtering_model;
 
276
  return $this;
277
  }
278
 
283
  return $this->filtering_model;
284
  }
285
 
286
+ /**
287
+ * @since 2.4.8
288
+ */
289
+ public function set_editable( $editable_model ) {
290
+ $this->editable_model = $editable_model;
291
+ return $this;
292
+ }
293
+
294
+ /**
295
+ * @since 2.4.8
296
+ */
297
+ public function get_editable() {
298
+ return $this->editable_model;
299
+ }
300
+
301
  /**
302
  * @param int $id
303
  * @return object
364
  return isset( $this->options->{$name} ) ? $this->options->{$name} : false;
365
  }
366
 
367
+ /**
368
+ * Get a single column option
369
+ *
370
+ * @since 2.4.8
371
+ * @return array Column options set by user
372
+ */
373
+ public function get_property( $name ) {
374
+ return isset( $this->properties->{$name} ) ? $this->properties->{$name} : false;
375
+ }
376
+
377
  /**
378
  * Checks column type
379
  *
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
  /**
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
+
563
+ // since 2.4.8
564
+ public function get_post_title( $id ) {
565
+ return esc_html( $this->get_raw_post_field( 'post_title', $id ) );
566
+ }
567
+
568
  /**
569
  * @since 1.0
570
  * @param int $post_id Post ID
1227
  * @param string $label Label
1228
  * @param array $options Select options
1229
  * @param strong $description (optional) Description below the label
1230
+ * @param string $optional_toggle_id (optional) Toggle ID will hide the row untill the toggle is triggered
1231
+ * @param boolean $refresh This will JS refresh the column on change.
1232
  */
1233
+ public function display_field_select( $name, $label, $options = array(), $description = '', $optional_toggle_id = '', $js_refresh = false ) {
1234
  $current = $this->get_option( $name );
1235
  $data_optional = $optional_toggle_id ? ' data-additional-option-id="' . $this->get_attr_id( $optional_toggle_id ) . '"' : '';
1236
+ $data_refresh = $js_refresh ? ' data-refresh="1"' : '';
1237
  ?>
1238
+ <tr class="column-<?php echo $name; ?>"<?php echo $data_optional; ?><?php echo $data_refresh; ?>>
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 ); ?>">
1266
  <?php
1267
  }
1268
 
1269
+ /**
1270
+ * @since 2.4.8
1271
+ * @param string $name Name of the column option
1272
+ * @param string $value
1273
+ */
1274
+ public function display_field_hidden( $name, $value = '' ) {
1275
+ ?>
1276
+ <tr class="column-<?php echo $name; ?> hidden">
1277
+ <td class="input">
1278
+ <input type="hidden" name="<?php $this->attr_name( $name ); ?>" value="<?php echo esc_attr( $value ); ?>"/>
1279
+ </td>
1280
+ </tr>
1281
+ <?php
1282
+ }
1283
+
1284
  /**
1285
  * @since 2.4.7
1286
  *
1320
  return false;
1321
  }
1322
 
 
 
1323
  // sort by alphabet
1324
  $_columns = array();
1325
 
classes/column/custom-field.php CHANGED
@@ -66,7 +66,7 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
66
  * @since 3.2.1
67
  */
68
  public function get_field() {
69
- return $this->options->field;
70
  }
71
 
72
  /**
@@ -139,10 +139,12 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
139
  $ids = array();
140
 
141
  // check for multiple id's
142
- if ( strpos( $meta, ',' ) !== false )
143
  $ids = explode( ',', $meta );
144
- elseif ( is_numeric( $meta ) )
 
145
  $ids[] = $meta;
 
146
 
147
  return $ids;
148
  }
@@ -155,21 +157,22 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
155
  * @param string $meta
156
  * @return string Titles
157
  */
158
- private function get_titles_by_id( $meta ) {
159
 
160
  $titles = array();
161
 
162
  // display title with link
163
- if ( $ids = $this->get_ids_from_meta( $meta ) ) {
164
  foreach ( (array) $ids as $id ) {
165
 
166
  if ( ! is_numeric( $id ) ) {
167
  continue;
168
  }
169
 
170
- $link = get_edit_post_link( $id );
171
- if ( $title = get_the_title( $id ) )
172
  $titles[] = $link ? "<a href='{$link}'>{$title}</a>" : $title;
 
173
  }
174
  }
175
 
@@ -382,6 +385,34 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
382
  return $this->storage_model->get_meta_keys();
383
  }
384
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
  /**
386
  * @see CPAC_Column::display_settings()
387
  * @since 1.0
@@ -390,21 +421,18 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
390
  <tr class="column_field">
391
  <?php $this->label_view( __( "Custom Field", 'codepress-admin-columns' ), __( "Select your custom field.", 'codepress-admin-columns' ), 'field' ); ?>
392
  <td class="input">
393
-
394
- <?php if ( $meta_keys = $this->get_meta_keys() ) : ?>
395
- <select name="<?php $this->attr_name( 'field' ); ?>" id="<?php $this->attr_id( 'field' ); ?>">
396
- <?php foreach ( $meta_keys as $field ) : ?>
397
- <option value="<?php echo $field ?>"<?php selected( $field, $this->options->field ) ?>><?php echo substr( $field, 0, 10 ) == "cpachidden" ? str_replace( 'cpachidden', '', $field ) : $field; ?></option>
398
- <?php endforeach; ?>
399
- </select>
400
- <?php else : ?>
401
- <?php _e( 'No custom fields available.', 'codepress-admin-columns' ); ?> <?php printf( __( 'Please create a %s item first.', 'codepress-admin-columns' ), '<em>' . $this->storage_model->singular_label . '</em>' ); ?>
402
- <?php endif; ?>
403
-
404
  </td>
405
  </tr>
406
 
407
- <tr class="column_field_type">
408
  <?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' ); ?>
409
  <td class="input">
410
  <select name="<?php $this->attr_name( 'field_type' ); ?>" id="<?php $this->attr_id( 'field_type' ); ?>">
@@ -431,5 +459,4 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
431
 
432
  $this->display_field_before_after();
433
  }
434
-
435
  }
66
  * @since 3.2.1
67
  */
68
  public function get_field() {
69
+ return $this->get_field_key();
70
  }
71
 
72
  /**
139
  $ids = array();
140
 
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
 
149
  return $ids;
150
  }
157
  * @param string $meta
158
  * @return string Titles
159
  */
160
+ private function get_titles_by_id( $ids ) {
161
 
162
  $titles = array();
163
 
164
  // display title with link
165
+ if ( $ids = $this->get_ids_from_meta( $ids ) ) {
166
  foreach ( (array) $ids as $id ) {
167
 
168
  if ( ! is_numeric( $id ) ) {
169
  continue;
170
  }
171
 
172
+ if ( $title = $this->get_post_title( $id ) ) {
173
+ $link = get_edit_post_link( $id );
174
  $titles[] = $link ? "<a href='{$link}'>{$title}</a>" : $title;
175
+ }
176
  }
177
  }
178
 
385
  return $this->storage_model->get_meta_keys();
386
  }
387
 
388
+ public function get_meta_keys_list() {
389
+ $list = false;
390
+
391
+ if ( $keys = $this->get_meta_keys() ) {
392
+ $lists = array();
393
+ foreach ( $keys as $field ) {
394
+ if ( substr( $field, 0, 10 ) == "cpachidden" ) {
395
+ $lists['hidden'][] = $field;
396
+ } else {
397
+ $lists['public'][] = $field;
398
+ }
399
+ }
400
+ krsort( $lists ); // public first
401
+
402
+ $list = '<select name="' . $this->get_attr_name( 'field' ) . '" id="' . $this->get_attr_id( 'field' ) . '">';
403
+ foreach ( $lists as $type => $fields ) {
404
+ $list .= "<optgroup label='" . ( 'hidden' == $type ? __( 'Hidden Custom Fields', 'codepress-admin-columns' ) : __( 'Custom Fields', 'codepress-admin-columns' ) ) . "'>";
405
+ foreach ( $fields as $field ) {
406
+ $list .= "<option value='{$field}'" . selected( $field, $this->options->field, false ) . ">" . str_replace( 'cpachidden', '', $field ) . "</option>";
407
+ }
408
+ $list .= "</optgroup>";
409
+ }
410
+ $list .= '</select>';
411
+ }
412
+
413
+ return $list;
414
+ }
415
+
416
  /**
417
  * @see CPAC_Column::display_settings()
418
  * @since 1.0
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' ); ?>">
459
 
460
  $this->display_field_before_after();
461
  }
 
462
  }
classes/column/post/parent.php CHANGED
@@ -30,7 +30,7 @@ class CPAC_Column_Post_Parent extends CPAC_Column {
30
  return false;
31
  }
32
 
33
- $title = get_the_title( $parent_id );
34
  $link = get_edit_post_link( $parent_id );
35
 
36
  return $link ? "<a href='{$link}'>{$title}</a>" : $title;
@@ -41,14 +41,9 @@ class CPAC_Column_Post_Parent extends CPAC_Column {
41
  * @since 2.0.3
42
  */
43
  public function get_raw_value( $post_id ) {
 
44
 
45
- $parent_id = get_post_field( 'post_parent', $post_id );
46
-
47
- if ( ! $parent_id || ! is_numeric( $parent_id ) ) {
48
- return false;
49
- }
50
-
51
- return $parent_id;
52
  }
53
 
54
  /**
30
  return false;
31
  }
32
 
33
+ $title = $this->get_post_title( $parent_id );
34
  $link = get_edit_post_link( $parent_id );
35
 
36
  return $link ? "<a href='{$link}'>{$title}</a>" : $title;
41
  * @since 2.0.3
42
  */
43
  public function get_raw_value( $post_id ) {
44
+ $parent_id = $this->get_raw_post_field( 'post_parent', $post_id );
45
 
46
+ return $parent_id && is_numeric( $parent_id ) ? $parent_id : false;
 
 
 
 
 
 
47
  }
48
 
49
  /**
classes/column/post/ping-status.php CHANGED
@@ -16,7 +16,7 @@ class CPAC_Column_Post_Ping_Status extends CPAC_Column {
16
 
17
  // Properties
18
  $this->properties['type'] = 'column-ping_status';
19
- $this->properties['label'] = __( 'Ping status', 'codepress-admin-columns' );
20
  $this->properties['object_property'] = 'ping_status';
21
  }
22
 
16
 
17
  // Properties
18
  $this->properties['type'] = 'column-ping_status';
19
+ $this->properties['label'] = __( 'Ping Status', 'codepress-admin-columns' );
20
  $this->properties['object_property'] = 'ping_status';
21
  }
22
 
classes/column/post/status.php CHANGED
@@ -21,6 +21,11 @@ class CPAC_Column_Post_Status extends CPAC_Column {
21
  $this->properties['label'] = __( 'Status', 'codepress-admin-columns' );
22
  }
23
 
 
 
 
 
 
24
  /**
25
  * Get Statuses
26
  */
21
  $this->properties['label'] = __( 'Status', 'codepress-admin-columns' );
22
  }
23
 
24
+ public function get_status( $name ) {
25
+ $stati = $this->get_statuses();
26
+ return isset( $stati[ $name ] ) ? $stati[ $name ] : false;
27
+ }
28
+
29
  /**
30
  * Get Statuses
31
  */
classes/settings.php CHANGED
@@ -767,7 +767,7 @@ class CPAC_Settings {
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' => 'wpcolumns'
771
  ), 'https://twitter.com/intent/tweet' ); ?>" target="_blank">
772
  <div class="dashicons dashicons-twitter"></div> <?php _e( 'Tweet', 'codepress-admin-columns' ); ?>
773
  </a>
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>
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
  */
@@ -46,7 +46,7 @@ abstract class CPAC_Storage_Model {
46
  public $menu_type;
47
 
48
  /**
49
- * @since NEWVERSIOM
50
  */
51
  private $column_headings;
52
 
@@ -92,7 +92,7 @@ abstract class CPAC_Storage_Model {
92
  * @since 2.2
93
  * @var array
94
  */
95
- public $stored_columns = NULL;
96
 
97
  /**
98
  * @since 2.2
@@ -130,6 +130,7 @@ abstract class CPAC_Storage_Model {
130
  */
131
  public function set_menu_type( $menu_type ) {
132
  $this->menu_type = $menu_type;
 
133
  return $this;
134
  }
135
 
@@ -137,7 +138,9 @@ abstract class CPAC_Storage_Model {
137
  * Checks if menu type is currently viewed
138
  *
139
  * @since 1.0
 
140
  * @param string $key
 
141
  * @return bool
142
  */
143
  public function is_menu_type_current( $first_posttype ) {
@@ -147,9 +150,7 @@ abstract class CPAC_Storage_Model {
147
  if ( $_REQUEST['cpac_key'] == $this->key ) {
148
  return true;
149
  }
150
- }
151
-
152
- // settings page has not yet been saved
153
  elseif ( $first_posttype == $this->key ) {
154
  return true;
155
  }
@@ -169,13 +170,12 @@ abstract class CPAC_Storage_Model {
169
  // give hidden keys a prefix for identifaction
170
  if ( $add_hidden_meta && "_" == substr( $key[0], 0, 1 ) ) {
171
  $formatted_keys[] = 'cpachidden' . $key[0];
172
- }
173
-
174
- // non hidden keys are saved as is
175
  elseif ( "_" != substr( $key[0], 0, 1 ) ) {
176
  $formatted_keys[] = $key[0];
177
  }
178
  }
 
179
  return $formatted_keys;
180
  }
181
 
@@ -187,16 +187,14 @@ abstract class CPAC_Storage_Model {
187
 
188
  if ( $cache = wp_cache_get( $this->key, 'cac_columns' ) ) {
189
  $keys = $cache;
190
- }
191
- else {
192
  $keys = $this->get_meta();
193
  wp_cache_add( $this->key, $keys, 'cac_columns', 10 ); // 10 sec.
194
  }
195
 
196
  if ( is_wp_error( $keys ) || empty( $keys ) ) {
197
  $keys = false;
198
- }
199
- else {
200
  $keys = $this->format_meta_keys( $keys );
201
  }
202
 
@@ -222,7 +220,9 @@ abstract class CPAC_Storage_Model {
222
 
223
  /**
224
  * @since 2.0
 
225
  * @param array $fields Custom fields.
 
226
  * @return array Custom fields.
227
  */
228
  protected function add_hidden_meta( $fields ) {
@@ -237,17 +237,16 @@ abstract class CPAC_Storage_Model {
237
 
238
  // give hidden fields a prefix for identifaction
239
  if ( "_" == substr( $field[0], 0, 1 ) ) {
240
- $combined_fields[] = 'cpachidden'.$field[0];
241
- }
242
-
243
- // non hidden fields are saved as is
244
  elseif ( "_" != substr( $field[0], 0, 1 ) ) {
245
  $combined_fields[] = $field[0];
246
  }
247
  }
248
 
249
- if ( empty( $combined_fields ) )
250
  return false;
 
251
 
252
  return $combined_fields;
253
  }
@@ -259,7 +258,7 @@ abstract class CPAC_Storage_Model {
259
 
260
  delete_option( "cpac_options_{$this->key}" );
261
 
262
- cpac_admin_message( "<strong>{$this->label}</strong> " . __( 'settings succesfully restored.', 'codepress-admin-columns' ), 'updated' );
263
 
264
  // refresh columns otherwise the removed columns will still display
265
  $this->set_columns_on_current_screen();
@@ -275,7 +274,8 @@ abstract class CPAC_Storage_Model {
275
  }
276
 
277
  if ( ! $columns ) {
278
- cpac_admin_message( __( 'No columns settings available.', 'codepress-admin-columns' ), 'error' );
 
279
  return false;
280
  }
281
 
@@ -291,16 +291,17 @@ 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
298
  if ( ! $result && ! $result_default ) {
299
  cpac_admin_message( sprintf( __( 'You are trying to store the same settings for %s.', 'codepress-admin-columns' ), "<strong>{$this->label}</strong>" ), 'error' );
 
300
  return false;
301
  }
302
 
303
- cpac_admin_message( sprintf( __( 'Settings for %s updated successfully.', 'codepress-admin-columns' ), "<strong>{$this->label}</strong>" ), 'updated' );
304
 
305
  // refresh columns otherwise the newly added columns will not be displayed
306
  $this->set_columns_on_current_screen();
@@ -327,10 +328,10 @@ abstract class CPAC_Storage_Model {
327
  */
328
  public function set_columns_filepath() {
329
 
330
- $columns = array(
331
- 'CPAC_Column_Custom_Field' => CPAC_DIR . 'classes/column/custom-field.php',
332
- 'CPAC_Column_Taxonomy' => CPAC_DIR . 'classes/column/taxonomy.php',
333
- 'CPAC_Column_Used_By_Menu' => CPAC_DIR . 'classes/column/used-by-menu.php'
334
  );
335
 
336
  // Add-on placeholders
@@ -338,12 +339,12 @@ abstract class CPAC_Storage_Model {
338
 
339
  // Display ACF placeholder
340
  if ( cpac_is_acf_active() ) {
341
- $columns[ 'CPAC_Column_ACF_Placeholder' ] = CPAC_DIR . 'classes/column/acf-placeholder.php';
342
  }
343
 
344
  // Display WooCommerce placeholder
345
  if ( cpac_is_woocommerce_active() ) {
346
- $columns[ 'CPAC_Column_WC_Placeholder' ] = CPAC_DIR . 'classes/column/wc-placeholder.php';
347
  }
348
  }
349
 
@@ -351,19 +352,19 @@ abstract class CPAC_Storage_Model {
351
  $columns_dir = CPAC_DIR . 'classes/column/' . $this->type;
352
  if ( is_dir( $columns_dir ) ) {
353
  $iterator = new DirectoryIterator( $columns_dir );
354
- foreach( $iterator as $leaf ) {
355
 
356
  if ( $leaf->isDot() || $leaf->isDir() ) {
357
  continue;
358
  }
359
 
360
  // only allow php files, exclude .SVN .DS_STORE and such
361
- if ( substr( $leaf->getFilename(), -4 ) !== '.php' ) {
362
  continue;
363
  }
364
 
365
  // build classname from filename
366
- $class_name = 'CPAC_Column_' . ucfirst( $this->type ) . '_' . implode( '_', array_map( 'ucfirst', explode( '-', basename( $leaf->getFilename(), '.php' ) ) ) );
367
 
368
  // classname | filepath
369
  $columns[ $class_name ] = $leaf->getPathname();
@@ -375,6 +376,7 @@ abstract class CPAC_Storage_Model {
375
  * Use this to register a custom column type
376
  *
377
  * @since 2.0
 
378
  * @param array $columns Available custom columns ([class_name] => [class file path])
379
  * @param CPAC_Storage_Model $storage_model Storage model class instance
380
  */
@@ -401,8 +403,10 @@ abstract class CPAC_Storage_Model {
401
 
402
  /**
403
  * @since 2.0
 
404
  * @param $column_name
405
  * @param $label
 
406
  * @return object CPAC_Column
407
  */
408
  public function create_column_instance( $column_name, $label ) {
@@ -421,7 +425,7 @@ abstract class CPAC_Storage_Model {
421
  ->set_options( 'state', 'on' );
422
 
423
  // Hide Label when it contains HTML elements
424
- if( strlen( $label ) != strlen( strip_tags( $label ) ) ) {
425
  $column->set_properties( 'hide_label', true );
426
  }
427
 
@@ -455,20 +459,16 @@ abstract class CPAC_Storage_Model {
455
  * @since 2.0
456
  * @return array Column Type | Column Instance
457
  */
458
- public function get_default_registered_columns() {
459
 
460
  $columns = array();
461
-
462
- // Default columns
463
  foreach ( $this->get_default_columns() as $column_name => $label ) {
464
 
465
  // checkboxes are mandatory
466
  if ( 'cb' == $column_name ) {
467
  continue;
468
  }
469
-
470
  $column = $this->create_column_instance( $column_name, $label );
471
-
472
  $columns[ $column->properties->name ] = $column;
473
  }
474
 
@@ -511,7 +511,9 @@ abstract class CPAC_Storage_Model {
511
 
512
  /**
513
  * @since 1.0
 
514
  * @param string $key
 
515
  * @return array Column options
516
  */
517
  public function get_default_stored_columns() {
@@ -531,7 +533,7 @@ abstract class CPAC_Storage_Model {
531
 
532
  $columns = $this->stored_columns;
533
 
534
- if ( $this->stored_columns === NULL ) {
535
  $columns = $this->get_database_columns();
536
  }
537
 
@@ -612,17 +614,17 @@ abstract class CPAC_Storage_Model {
612
 
613
  do_action( 'cac/set_columns', $this );
614
 
615
- $this->custom_columns = $this->get_custom_registered_columns();
616
  $this->default_columns = $this->get_default_registered_columns();
617
- $this->column_types = $this->get_grouped_column_types();
618
- $this->columns = $this->get_columns();
619
 
620
  do_action( 'cac/set_columns/after', $this );
621
  }
622
 
623
  public function get_grouped_column_types() {
624
 
625
- $types = array();
626
  $groups = array_keys( $this->get_column_type_groups() );
627
 
628
  $columns = array_merge( $this->default_columns, $this->custom_columns );
@@ -646,12 +648,12 @@ abstract class CPAC_Storage_Model {
646
  public function get_column_type_groups() {
647
 
648
  $groups = array(
649
- 'default' => __( 'Default', 'codepress-admin-columns' ),
650
  'custom-field' => __( 'Custom Field', 'codepress-admin-columns' ),
651
- 'custom' => __( 'Custom', 'codepress-admin-columns' ),
652
- 'plugin' => __( 'Columns by Plugins', 'codepress-admin-columns' ),
653
- 'acf' => __( 'Advanced Custom Fields', 'codepress-admin-columns' ),
654
- 'woocommerce' => __( 'WooCommerce', 'codepress-admin-columns' )
655
  );
656
 
657
  /**
@@ -676,15 +678,18 @@ abstract class CPAC_Storage_Model {
676
  foreach ( $this->column_types as $grouptypes ) {
677
  $types = array_merge( $types, $grouptypes );
678
  }
 
679
  return $types;
680
  }
681
 
682
  /**
683
  * @since 2.3.4
 
684
  * @param string Column Type
685
  */
686
  public function get_registered_column( $column_type ) {
687
  $columns = $this->get_registered_columns();
 
688
  return isset( $columns[ $column_type ] ) ? $columns[ $column_type ] : false;
689
  }
690
 
@@ -700,7 +705,7 @@ abstract class CPAC_Storage_Model {
700
  // get columns
701
  $default_columns = $this->get_default_columns();
702
 
703
- // @todo check if this solves the issue with not displaying value when using "manage_{$post_type}_posts_columns" at CPAC_Storage_Model_Post
704
  $registered_columns = $this->get_registered_columns();
705
 
706
  if ( $stored_columns = $this->get_stored_columns() ) {
@@ -753,8 +758,7 @@ abstract class CPAC_Storage_Model {
753
  $columns[ $name ] = clone $registered_columns[ $name ];
754
  }
755
  }
756
- }
757
- // When nothing has been saved yet, we return the default WP columns.
758
  else {
759
  foreach ( array_keys( $default_columns ) as $name ) {
760
  if ( isset( $registered_columns[ $name ] ) ) {
@@ -832,6 +836,7 @@ abstract class CPAC_Storage_Model {
832
  * Label needs stripslashes() for HTML tagged labels, like icons and checkboxes
833
  *
834
  * @since 2.0
 
835
  * @param string $label Label
836
  * @param string $column_name Column name
837
  * @param array $options Column options
@@ -870,7 +875,7 @@ abstract class CPAC_Storage_Model {
870
  public function screen_link() {
871
 
872
  if ( $link = $this->get_screen_link() ) {
873
- echo '<a href="' . $link . '" class="add-new-h2">' . __('View', 'codepress-admin-columns') . '</a>';
874
  }
875
  }
876
 
@@ -879,7 +884,9 @@ abstract class CPAC_Storage_Model {
879
  */
880
  public function get_edit_link() {
881
 
882
- return add_query_arg( array( 'page' => 'codepress-admin-columns', 'cpac_key' => $this->key ), admin_url( 'options-general.php' ) );
 
 
883
  }
884
 
885
  /**
@@ -961,8 +968,9 @@ abstract class CPAC_Storage_Model {
961
  public function get_general_option( $option ) {
962
  $options = get_option( 'cpac_general_options' );
963
 
964
- if ( ! isset( $options[ $option ] ) )
965
  return false;
 
966
 
967
  return $options[ $option ];
968
  }
11
  * @since 2.0
12
  */
13
  public $label;
14
+
15
  /**
16
  * @since 2.3.5
17
  */
46
  public $menu_type;
47
 
48
  /**
49
+ * @since 2.4.3
50
  */
51
  private $column_headings;
52
 
92
  * @since 2.2
93
  * @var array
94
  */
95
+ public $stored_columns = null;
96
 
97
  /**
98
  * @since 2.2
130
  */
131
  public function set_menu_type( $menu_type ) {
132
  $this->menu_type = $menu_type;
133
+
134
  return $this;
135
  }
136
 
138
  * Checks if menu type is currently viewed
139
  *
140
  * @since 1.0
141
+ *
142
  * @param string $key
143
+ *
144
  * @return bool
145
  */
146
  public function is_menu_type_current( $first_posttype ) {
150
  if ( $_REQUEST['cpac_key'] == $this->key ) {
151
  return true;
152
  }
153
+ } // settings page has not yet been saved
 
 
154
  elseif ( $first_posttype == $this->key ) {
155
  return true;
156
  }
170
  // give hidden keys a prefix for identifaction
171
  if ( $add_hidden_meta && "_" == substr( $key[0], 0, 1 ) ) {
172
  $formatted_keys[] = 'cpachidden' . $key[0];
173
+ } // non hidden keys are saved as is
 
 
174
  elseif ( "_" != substr( $key[0], 0, 1 ) ) {
175
  $formatted_keys[] = $key[0];
176
  }
177
  }
178
+
179
  return $formatted_keys;
180
  }
181
 
187
 
188
  if ( $cache = wp_cache_get( $this->key, 'cac_columns' ) ) {
189
  $keys = $cache;
190
+ } else {
 
191
  $keys = $this->get_meta();
192
  wp_cache_add( $this->key, $keys, 'cac_columns', 10 ); // 10 sec.
193
  }
194
 
195
  if ( is_wp_error( $keys ) || empty( $keys ) ) {
196
  $keys = false;
197
+ } else {
 
198
  $keys = $this->format_meta_keys( $keys );
199
  }
200
 
220
 
221
  /**
222
  * @since 2.0
223
+ *
224
  * @param array $fields Custom fields.
225
+ *
226
  * @return array Custom fields.
227
  */
228
  protected function add_hidden_meta( $fields ) {
237
 
238
  // give hidden fields a prefix for identifaction
239
  if ( "_" == substr( $field[0], 0, 1 ) ) {
240
+ $combined_fields[] = 'cpachidden' . $field[0];
241
+ } // non hidden fields are saved as is
 
 
242
  elseif ( "_" != substr( $field[0], 0, 1 ) ) {
243
  $combined_fields[] = $field[0];
244
  }
245
  }
246
 
247
+ if ( empty( $combined_fields ) ) {
248
  return false;
249
+ }
250
 
251
  return $combined_fields;
252
  }
258
 
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();
274
  }
275
 
276
  if ( ! $columns ) {
277
+ cpac_admin_message( __( 'No columns settings available.', 'codepress-admin-columns' ), 'error' );
278
+
279
  return false;
280
  }
281
 
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
298
  if ( ! $result && ! $result_default ) {
299
  cpac_admin_message( sprintf( __( 'You are trying to store the same settings for %s.', 'codepress-admin-columns' ), "<strong>{$this->label}</strong>" ), 'error' );
300
+
301
  return false;
302
  }
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();
328
  */
329
  public function set_columns_filepath() {
330
 
331
+ $columns = array(
332
+ 'CPAC_Column_Custom_Field' => CPAC_DIR . 'classes/column/custom-field.php',
333
+ 'CPAC_Column_Taxonomy' => CPAC_DIR . 'classes/column/taxonomy.php',
334
+ 'CPAC_Column_Used_By_Menu' => CPAC_DIR . 'classes/column/used-by-menu.php'
335
  );
336
 
337
  // Add-on placeholders
339
 
340
  // Display ACF placeholder
341
  if ( cpac_is_acf_active() ) {
342
+ $columns['CPAC_Column_ACF_Placeholder'] = CPAC_DIR . 'classes/column/acf-placeholder.php';
343
  }
344
 
345
  // Display WooCommerce placeholder
346
  if ( cpac_is_woocommerce_active() ) {
347
+ $columns['CPAC_Column_WC_Placeholder'] = CPAC_DIR . 'classes/column/wc-placeholder.php';
348
  }
349
  }
350
 
352
  $columns_dir = CPAC_DIR . 'classes/column/' . $this->type;
353
  if ( is_dir( $columns_dir ) ) {
354
  $iterator = new DirectoryIterator( $columns_dir );
355
+ foreach ( $iterator as $leaf ) {
356
 
357
  if ( $leaf->isDot() || $leaf->isDir() ) {
358
  continue;
359
  }
360
 
361
  // only allow php files, exclude .SVN .DS_STORE and such
362
+ if ( substr( $leaf->getFilename(), - 4 ) !== '.php' ) {
363
  continue;
364
  }
365
 
366
  // build classname from filename
367
+ $class_name = 'CPAC_Column_' . ucfirst( $this->type ) . '_' . implode( '_', array_map( 'ucfirst', explode( '-', basename( $leaf->getFilename(), '.php' ) ) ) );
368
 
369
  // classname | filepath
370
  $columns[ $class_name ] = $leaf->getPathname();
376
  * Use this to register a custom column type
377
  *
378
  * @since 2.0
379
+ *
380
  * @param array $columns Available custom columns ([class_name] => [class file path])
381
  * @param CPAC_Storage_Model $storage_model Storage model class instance
382
  */
403
 
404
  /**
405
  * @since 2.0
406
+ *
407
  * @param $column_name
408
  * @param $label
409
+ *
410
  * @return object CPAC_Column
411
  */
412
  public function create_column_instance( $column_name, $label ) {
425
  ->set_options( 'state', 'on' );
426
 
427
  // Hide Label when it contains HTML elements
428
+ if ( strlen( $label ) != strlen( strip_tags( $label ) ) ) {
429
  $column->set_properties( 'hide_label', true );
430
  }
431
 
459
  * @since 2.0
460
  * @return array Column Type | Column Instance
461
  */
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 ) {
469
  continue;
470
  }
 
471
  $column = $this->create_column_instance( $column_name, $label );
 
472
  $columns[ $column->properties->name ] = $column;
473
  }
474
 
511
 
512
  /**
513
  * @since 1.0
514
+ *
515
  * @param string $key
516
+ *
517
  * @return array Column options
518
  */
519
  public function get_default_stored_columns() {
533
 
534
  $columns = $this->stored_columns;
535
 
536
+ if ( $this->stored_columns === null ) {
537
  $columns = $this->get_database_columns();
538
  }
539
 
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 );
648
  public function get_column_type_groups() {
649
 
650
  $groups = array(
651
+ 'default' => __( 'Default', 'codepress-admin-columns' ),
652
  'custom-field' => __( 'Custom Field', 'codepress-admin-columns' ),
653
+ 'custom' => __( 'Custom', 'codepress-admin-columns' ),
654
+ 'plugin' => __( 'Columns by Plugins', 'codepress-admin-columns' ),
655
+ 'acf' => __( 'Advanced Custom Fields', 'codepress-admin-columns' ),
656
+ 'woocommerce' => __( 'WooCommerce', 'codepress-admin-columns' )
657
  );
658
 
659
  /**
678
  foreach ( $this->column_types as $grouptypes ) {
679
  $types = array_merge( $types, $grouptypes );
680
  }
681
+
682
  return $types;
683
  }
684
 
685
  /**
686
  * @since 2.3.4
687
+ *
688
  * @param string Column Type
689
  */
690
  public function get_registered_column( $column_type ) {
691
  $columns = $this->get_registered_columns();
692
+
693
  return isset( $columns[ $column_type ] ) ? $columns[ $column_type ] : false;
694
  }
695
 
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();
710
 
711
  if ( $stored_columns = $this->get_stored_columns() ) {
758
  $columns[ $name ] = clone $registered_columns[ $name ];
759
  }
760
  }
761
+ } // When nothing has been saved yet, we return the default WP columns.
 
762
  else {
763
  foreach ( array_keys( $default_columns ) as $name ) {
764
  if ( isset( $registered_columns[ $name ] ) ) {
836
  * Label needs stripslashes() for HTML tagged labels, like icons and checkboxes
837
  *
838
  * @since 2.0
839
+ *
840
  * @param string $label Label
841
  * @param string $column_name Column name
842
  * @param array $options Column options
875
  public function screen_link() {
876
 
877
  if ( $link = $this->get_screen_link() ) {
878
+ echo '<a href="' . $link . '" class="add-new-h2">' . __( 'View', 'codepress-admin-columns' ) . '</a>';
879
  }
880
  }
881
 
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
  /**
968
  public function get_general_option( $option ) {
969
  $options = get_option( 'cpac_general_options' );
970
 
971
+ if ( ! isset( $options[ $option ] ) ) {
972
  return false;
973
+ }
974
 
975
  return $options[ $option ];
976
  }
classes/storage_model/comment.php CHANGED
@@ -1,39 +1,32 @@
1
  <?php
2
 
 
 
 
3
  class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
4
 
5
- /**
6
- * Constructor
7
- *
8
- * @since 2.0
9
- */
10
- function __construct() {
11
 
12
- $this->key = 'wp-comments';
13
- $this->label = __( 'Comments' );
14
  $this->singular_label = __( 'Comment' );
15
- $this->type = 'comment';
16
- $this->meta_type = 'comment';
17
- $this->page = 'edit-comments';
18
- $this->menu_type = 'other';
19
-
20
- // headings
21
- add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 ); // Filter is located in get_column_headers().
22
 
23
- // values
 
24
  add_action( 'manage_comments_custom_column', array( $this, 'manage_value' ), 100, 2 );
25
 
26
  parent::__construct();
27
  }
28
 
29
  /**
30
- * @since 2.3.4
31
  * @see CPAC_Storage_Model::is_columns_screen()
32
  */
33
  public function is_columns_screen() {
34
-
35
  $is_columns_screen = parent::is_columns_screen();
36
-
37
  if ( ! $is_columns_screen ) {
38
  if ( ! empty( $_REQUEST['_ajax_nonce-replyto-comment'] ) && wp_verify_nonce( $_REQUEST['_ajax_nonce-replyto-comment'], 'replyto-comment' ) ) {
39
  $is_columns_screen = true;
@@ -43,26 +36,12 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
43
  return $is_columns_screen;
44
  }
45
 
46
- /**
47
- * Get original columns
48
- *
49
- * @since 2.4.4
50
- */
51
  public function get_default_column_names() {
52
  return array( 'cb', 'author', 'comment', 'response' );
53
  }
54
 
55
- /**
56
- * Get WP default supported admin columns per post type.
57
- *
58
- * @see CPAC_Type::get_default_columns()
59
- * @since 1.0
60
- *
61
- * @return array
62
- */
63
  public function get_default_columns() {
64
-
65
- if ( ! function_exists('_get_list_table') ) {
66
  return array();
67
  }
68
 
@@ -71,38 +50,22 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
71
  do_action( "cac/columns/default/storage_key={$this->key}" );
72
 
73
  // get columns
74
- $table = _get_list_table( 'WP_Comments_List_Table', array( 'screen' => 'comments' ) );
75
- $columns = (array) $table->get_columns();
76
 
77
  return $columns;
78
  }
79
 
80
- /**
81
- * Get Meta
82
- *
83
- * @since 2.0
84
- *
85
- * @return array
86
- */
87
- public function get_meta() {
88
- global $wpdb;
89
  return $wpdb->get_results( "SELECT DISTINCT meta_key FROM {$wpdb->commentmeta} ORDER BY 1", ARRAY_N );
90
- }
91
 
92
- /**
93
- * Manage value
94
- *
95
- * @since 2.0
96
- *
97
- * @param string $column_name
98
- * @param int $post_id
99
- */
100
  public function manage_value( $column_name, $comment_id ) {
101
-
102
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
103
  return false;
104
  }
105
-
106
  $value = $column->get_value( $comment_id );
107
 
108
  // hook
@@ -111,5 +74,4 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
111
 
112
  echo $value;
113
  }
114
-
115
- }
1
  <?php
2
 
3
+ /**
4
+ * @since 2.0
5
+ */
6
  class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
7
 
8
+ public function __construct() {
 
 
 
 
 
9
 
10
+ $this->key = 'wp-comments';
11
+ $this->label = __( 'Comments' );
12
  $this->singular_label = __( 'Comment' );
13
+ $this->type = 'comment';
14
+ $this->meta_type = 'comment';
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;
36
  return $is_columns_screen;
37
  }
38
 
 
 
 
 
 
39
  public function get_default_column_names() {
40
  return array( 'cb', 'author', 'comment', 'response' );
41
  }
42
 
 
 
 
 
 
 
 
 
43
  public function get_default_columns() {
44
+ if ( ! function_exists( '_get_list_table' ) ) {
 
45
  return array();
46
  }
47
 
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;
57
  }
58
 
59
+ public function get_meta() {
60
+ global $wpdb;
61
+
 
 
 
 
 
 
62
  return $wpdb->get_results( "SELECT DISTINCT meta_key FROM {$wpdb->commentmeta} ORDER BY 1", ARRAY_N );
63
+ }
64
 
 
 
 
 
 
 
 
 
65
  public function manage_value( $column_name, $comment_id ) {
 
66
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
67
  return false;
68
  }
 
69
  $value = $column->get_value( $comment_id );
70
 
71
  // hook
74
 
75
  echo $value;
76
  }
77
+ }
 
classes/storage_model/link.php CHANGED
@@ -2,39 +2,24 @@
2
 
3
  class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
4
 
5
- /**
6
- * Constructor
7
- *
8
- * @since 2.0
9
- */
10
  function __construct() {
11
 
12
- $this->key = 'wp-links';
13
- $this->label = __( 'Links' );
14
- $this->singular_label = __( 'Link' );
15
- $this->type = 'link';
16
- $this->page = 'link-manager';
17
- $this->menu_type = 'other';
18
 
19
- // headings
20
- add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
21
-
22
- // values
23
  add_action( 'manage_link_custom_column', array( $this, 'manage_value' ), 100, 2 );
24
 
25
  parent::__construct();
26
  }
27
 
28
- /**
29
- * Get WP default supported admin columns per post type.
30
- *
31
- * @since 1.0
32
- *
33
- * @return array
34
- */
35
  public function get_default_columns() {
36
 
37
- if ( ! function_exists('_get_list_table') ) {
38
  return array();
39
  }
40
 
@@ -43,38 +28,18 @@ class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
43
  do_action( "cac/columns/default/storage_key={$this->key}" );
44
 
45
  // get columns
46
- $table = _get_list_table( 'WP_Links_List_Table', array( 'screen' => 'link-manager' ) );
47
- $columns = (array) $table->get_columns();
48
 
49
  return $columns;
50
  }
51
 
52
- /**
53
- * Get original columns
54
- *
55
- * @since 2.4.4
56
- */
57
  public function get_default_column_names() {
58
  return array();
59
  }
60
 
61
- /**
62
- * Get Meta
63
- *
64
- * @since 2.0
65
- *
66
- * @return array
67
- */
68
- public function get_meta() {}
69
-
70
- /**
71
- * Manage value
72
- *
73
- * @since 2.0
74
- *
75
- * @param string $column_name
76
- * @param int $post_id
77
- */
78
  public function manage_value( $column_name, $link_id ) {
79
 
80
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
2
 
3
  class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
4
 
 
 
 
 
 
5
  function __construct() {
6
 
7
+ $this->key = 'wp-links';
8
+ $this->label = __( 'Links' );
9
+ $this->singular_label = __( 'Link' );
10
+ $this->type = 'link';
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() {
21
 
22
+ if ( ! function_exists( '_get_list_table' ) ) {
23
  return array();
24
  }
25
 
28
  do_action( "cac/columns/default/storage_key={$this->key}" );
29
 
30
  // get columns
31
+ $table = _get_list_table( 'WP_Links_List_Table', array( 'screen' => 'link-manager' ) );
32
+ $columns = (array) $table->get_columns();
33
 
34
  return $columns;
35
  }
36
 
 
 
 
 
 
37
  public function get_default_column_names() {
38
  return array();
39
  }
40
 
41
+ public function get_meta() {}
42
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  public function manage_value( $column_name, $link_id ) {
44
 
45
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
classes/storage_model/media.php CHANGED
@@ -2,42 +2,26 @@
2
 
3
  class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
4
 
5
- /**
6
- * Constructor
7
- *
8
- * @since 2.0
9
- */
10
- function __construct() {
11
-
12
- $this->key = 'wp-media';
13
- $this->label = __( 'Media Library' );
14
- $this->singular_label = __( 'Media' );
15
- $this->type = 'media';
16
- $this->meta_type = 'post';
17
- $this->page = 'upload';
18
- $this->post_type = 'attachment';
19
- $this->menu_type = 'other';
20
-
21
- // headings
22
- // Increased the priority to overrule 3th party plugins such as Media Tags
23
- add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
24
-
25
- // values
26
  add_action( 'manage_media_custom_column', array( $this, 'manage_value' ), 100, 2 );
27
 
28
  parent::__construct();
29
  }
30
 
31
- /**
32
- * Get WP default supported admin columns per post type.
33
- *
34
- * @since 1.0
35
- *
36
- * @return array
37
- */
38
  public function get_default_columns() {
39
-
40
- if ( ! function_exists('_get_list_table') ) {
41
  return array();
42
  }
43
 
@@ -45,9 +29,8 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
45
  // See classes/third_party.php for an example.
46
  do_action( "cac/columns/default/storage_key={$this->key}" );
47
 
48
- // get columns
49
- $table = _get_list_table ( 'WP_Media_List_Table', array( 'screen' => 'upload' ) );
50
- $columns = (array) $table->get_columns();
51
 
52
  if ( $this->is_settings_page() ) {
53
  $columns = array_merge( get_column_headers( 'upload' ), $columns );
@@ -56,48 +39,26 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
56
  return $columns;
57
  }
58
 
59
- /**
60
- * Get original columns
61
- *
62
- * @since 2.4.4
63
- */
64
  public function get_default_column_names() {
65
  return array( 'cb', 'date', 'parent', 'icon', 'title', 'author', 'comments' );
66
  }
67
 
68
- /**
69
- * Get Meta
70
- *
71
- * @since 2.0
72
- *
73
- * @return array
74
- */
75
- public function get_meta() {
76
- global $wpdb;
77
  return $wpdb->get_results( "SELECT DISTINCT meta_key FROM {$wpdb->postmeta} pm JOIN {$wpdb->posts} p ON pm.post_id = p.ID WHERE p.post_type = 'attachment' ORDER BY 1", ARRAY_N );
78
- }
79
-
80
- /**
81
- * Manage value
82
- *
83
- * @since 2.0
84
- *
85
- * @param string $column_name
86
- * @param int $post_id
87
- */
88
- public function manage_value( $column_name, $media_id ) {
89
 
 
90
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
91
  return false;
92
  }
93
-
94
  $value = $column->get_value( $media_id );
95
 
96
- // add hook
97
  $value = apply_filters( "cac/column/value", $value, $media_id, $column, $this->key );
98
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $media_id, $column, $this->key );
99
 
100
  echo $value;
101
  }
102
-
103
  }
2
 
3
  class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
4
 
5
+ public function __construct() {
6
+
7
+ $this->key = 'wp-media';
8
+ $this->label = __( 'Media Library' );
9
+ $this->singular_label = __( 'Media' );
10
+ $this->type = 'media';
11
+ $this->meta_type = 'post';
12
+ $this->page = 'upload';
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() {
24
+ if ( ! function_exists( '_get_list_table' ) ) {
 
25
  return array();
26
  }
27
 
29
  // See classes/third_party.php for an example.
30
  do_action( "cac/columns/default/storage_key={$this->key}" );
31
 
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 );
39
  return $columns;
40
  }
41
 
 
 
 
 
 
42
  public function get_default_column_names() {
43
  return array( 'cb', 'date', 'parent', 'icon', 'title', 'author', 'comments' );
44
  }
45
 
46
+ public function get_meta() {
47
+ global $wpdb;
48
+
 
 
 
 
 
 
49
  return $wpdb->get_results( "SELECT DISTINCT meta_key FROM {$wpdb->postmeta} pm JOIN {$wpdb->posts} p ON pm.post_id = p.ID WHERE p.post_type = 'attachment' ORDER BY 1", ARRAY_N );
50
+ }
 
 
 
 
 
 
 
 
 
 
51
 
52
+ public function manage_value( $column_name, $media_id ) {
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 );
60
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $media_id, $column, $this->key );
61
 
62
  echo $value;
63
  }
 
64
  }
classes/storage_model/post.php CHANGED
@@ -7,21 +7,19 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
7
  private $post_type_object;
8
 
9
  /**
10
- * Constructor
11
- *
12
  * @since 2.0
13
  */
14
- function __construct( $post_type ) {
15
 
16
  $this->set_post_type( $post_type );
17
 
18
- $this->key = $this->post_type;
19
- $this->label = $this->post_type_object->labels->name;
20
- $this->singular_label = $this->post_type_object->labels->singular_name;
21
- $this->type = 'post';
22
- $this->meta_type = 'post';
23
- $this->page = 'edit';
24
- $this->menu_type = 'post';
25
 
26
  // Headings
27
 
@@ -32,57 +30,42 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
32
  // Priority set to 100 top make sure the WooCommerce headings are overwritten by CAC
33
  // Filter is located in get_column_headers().
34
  // @todo_minor check compatibility issues for this deprecated filter
35
- add_filter( "manage_{$this->page}-{$post_type}_columns", array( $this, 'add_headings' ), 100 );
36
 
37
  // values
38
  add_action( "manage_{$this->post_type}_posts_custom_column", array( $this, 'manage_value_callback' ), 100, 2 );
39
 
40
- // @todo: description
41
  add_action( 'load-edit.php', array( $this, 'set_columns_on_current_screen' ), 1000 );
42
 
43
  parent::__construct();
44
  }
45
 
46
  /**
47
- * Set posttype
48
- *
49
  * @since 2.3.5
50
  */
51
  public function get_post_type() {
52
-
53
  return $this->post_type;
54
  }
55
 
56
  /**
57
- * Get post ID's
58
- *
59
  * @since 2.4.7
60
- *
61
- * @param array $args
62
- * @return array Posts
63
  */
64
  public function get_posts( $args = array() ) {
65
- $defaults = array(
66
- 'numberposts' => -1,
67
- 'post_status' => array( 'any', 'trash' ),
68
- 'post_type' => $this->post_type,
69
- 'fields' => 'ids',
70
  'no_found_rows' => 1, // lowers our carbon footprint
71
  );
72
-
73
- $post_ids = (array) get_posts( array_merge( $defaults, $args ) );
74
-
75
- return $post_ids;
76
  }
77
 
78
  /**
79
- * Set posttype
80
- *
81
  * @since 2.3.5
82
  */
83
  private function set_post_type( $post_type ) {
84
-
85
- $this->post_type = $post_type;
86
  $this->post_type_object = get_post_type_object( $post_type );
87
  }
88
 
@@ -95,19 +78,17 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
95
 
96
  // Setup post data for current post
97
  $post_old = $post;
98
- $post = get_post( $id );
99
  setup_postdata( $post );
100
 
101
  // Remove Admin Columns action for this column's value
102
  remove_action( "manage_{$this->post_type}_posts_custom_column", array( $this, 'manage_value_callback' ), 100, 2 );
103
 
104
  ob_start();
105
-
106
  // Run WordPress native actions to display column content
107
  if ( is_post_type_hierarchical( $this->post_type ) ) {
108
  do_action( 'manage_pages_custom_column', $column, $id );
109
- }
110
- else {
111
  do_action( 'manage_posts_custom_column', $column, $id );
112
  }
113
 
@@ -129,8 +110,6 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
129
  }
130
 
131
  /**
132
- * Get original columns
133
- *
134
  * @since 2.4.4
135
  */
136
  public function get_default_column_names() {
@@ -157,21 +136,14 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
157
  }
158
 
159
  /**
160
- * Get screen link
161
- *
162
  * @since 2.0
163
- *
164
- * @return string Link
165
  */
166
  protected function get_screen_link() {
167
-
168
  return add_query_arg( array( 'post_type' => $this->key ), admin_url( $this->page . '.php' ) );
169
  }
170
 
171
  /**
172
  * @since 2.2
173
- *
174
- * @return bool
175
  */
176
  public function is_columns_screen() {
177
 
@@ -196,7 +168,7 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
196
  */
197
  public function get_default_columns() {
198
 
199
- if ( ! function_exists('_get_list_table') ) {
200
  return array();
201
  }
202
 
@@ -218,24 +190,16 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
218
  }
219
 
220
  /**
221
- * Get Meta
222
- *
223
  * @since 2.0
224
- *
225
- * @return array
226
- */
227
- public function get_meta() {
228
- global $wpdb;
229
- return $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT meta_key FROM {$wpdb->postmeta} pm JOIN {$wpdb->posts} p ON pm.post_id = p.ID WHERE p.post_type = %s ORDER BY 1", $this->key ), ARRAY_N );
230
- }
231
 
232
  /**
233
- * Manage value
234
- *
235
  * @since 2.0
236
- *
237
- * @param string $column_name
238
- * @param int $post_id
239
  */
240
  public function manage_value( $column_name, $post_id ) {
241
 
@@ -247,7 +211,7 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
247
 
248
  // Setup post data for current post
249
  $post_old = $post;
250
- $post = get_post( $post_id );
251
  setup_postdata( $post );
252
 
253
  $value = $column->get_value( $post_id );
@@ -255,7 +219,6 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
255
  $value = apply_filters( "cac/column/value", $value, $post_id, $column, $this->key );
256
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $post_id, $column, $this->key );
257
 
258
-
259
  // Reset query to old post
260
  $post = $post_old;
261
 
@@ -267,22 +230,17 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
267
  }
268
 
269
  /**
270
- * Manage value callback
271
- *
272
- * @since ?
273
  */
274
  public function manage_value_callback( $column_name, $post_id ) {
275
 
276
  $column = $this->get_column_by_name( $column_name );
277
-
278
  if ( $column && ! empty( $column->properties->handle ) ) {
279
  ob_start();
280
  $this->manage_value( $column_name, $post_id );
281
  ob_end_clean();
282
- }
283
- else {
284
  $this->manage_value( $column_name, $post_id );
285
  }
286
  }
287
-
288
  }
7
  private $post_type_object;
8
 
9
  /**
 
 
10
  * @since 2.0
11
  */
12
+ public function __construct( $post_type ) {
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
 
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
  /**
 
 
44
  * @since 2.3.5
45
  */
46
  public function get_post_type() {
 
47
  return $this->post_type;
48
  }
49
 
50
  /**
 
 
51
  * @since 2.4.7
 
 
 
52
  */
53
  public function get_posts( $args = array() ) {
54
+ $defaults = array(
55
+ 'numberposts' => - 1,
56
+ 'post_status' => array( 'any', 'trash' ),
57
+ 'post_type' => $this->post_type,
58
+ 'fields' => 'ids',
59
  'no_found_rows' => 1, // lowers our carbon footprint
60
  );
61
+ return (array) get_posts( array_merge( $defaults, $args ) );
 
 
 
62
  }
63
 
64
  /**
 
 
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
 
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
85
  remove_action( "manage_{$this->post_type}_posts_custom_column", array( $this, 'manage_value_callback' ), 100, 2 );
86
 
87
  ob_start();
 
88
  // Run WordPress native actions to display column content
89
  if ( is_post_type_hierarchical( $this->post_type ) ) {
90
  do_action( 'manage_pages_custom_column', $column, $id );
91
+ } else {
 
92
  do_action( 'manage_posts_custom_column', $column, $id );
93
  }
94
 
110
  }
111
 
112
  /**
 
 
113
  * @since 2.4.4
114
  */
115
  public function get_default_column_names() {
136
  }
137
 
138
  /**
 
 
139
  * @since 2.0
 
 
140
  */
141
  protected function get_screen_link() {
 
142
  return add_query_arg( array( 'post_type' => $this->key ), admin_url( $this->page . '.php' ) );
143
  }
144
 
145
  /**
146
  * @since 2.2
 
 
147
  */
148
  public function is_columns_screen() {
149
 
168
  */
169
  public function get_default_columns() {
170
 
171
+ if ( ! function_exists( '_get_list_table' ) ) {
172
  return array();
173
  }
174
 
190
  }
191
 
192
  /**
 
 
193
  * @since 2.0
194
+ */
195
+ public function get_meta() {
196
+ global $wpdb;
197
+
198
+ return $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT meta_key FROM {$wpdb->postmeta} pm JOIN {$wpdb->posts} p ON pm.post_id = p.ID WHERE p.post_type = %s ORDER BY 1", $this->key ), ARRAY_N );
199
+ }
 
200
 
201
  /**
 
 
202
  * @since 2.0
 
 
 
203
  */
204
  public function manage_value( $column_name, $post_id ) {
205
 
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 );
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 );
221
 
 
222
  // Reset query to old post
223
  $post = $post_old;
224
 
230
  }
231
 
232
  /**
233
+ * @since 2.4.7
 
 
234
  */
235
  public function manage_value_callback( $column_name, $post_id ) {
236
 
237
  $column = $this->get_column_by_name( $column_name );
 
238
  if ( $column && ! empty( $column->properties->handle ) ) {
239
  ob_start();
240
  $this->manage_value( $column_name, $post_id );
241
  ob_end_clean();
242
+ } else {
 
243
  $this->manage_value( $column_name, $post_id );
244
  }
245
  }
 
246
  }
classes/storage_model/user.php CHANGED
@@ -3,24 +3,19 @@
3
  class CPAC_Storage_Model_User extends CPAC_Storage_Model {
4
 
5
  /**
6
- * Constructor
7
- *
8
  * @since 2.0
9
  */
10
- function __construct() {
11
 
12
- $this->key = 'wp-users';
13
- $this->label = __( 'Users' );
14
- $this->singular_label = __( 'User' );
15
- $this->type = 'user';
16
- $this->meta_type = 'user';
17
- $this->page = 'users';
18
- $this->menu_type = 'other';
19
 
20
- // headings
21
- add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
22
-
23
- // values
24
  add_filter( 'manage_users_custom_column', array( $this, 'manage_value_callback' ), 100, 3 );
25
 
26
  parent::__construct();
@@ -33,30 +28,20 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
33
 
34
  // Remove Admin Columns action for this column's value
35
  remove_action( "manage_users_custom_column", array( $this, 'manage_value_callback' ), 100, 3 );
36
-
37
  ob_start();
38
-
39
  do_action( "manage_users_custom_column", $column, $id );
40
-
41
  $contents = ob_get_clean();
42
-
43
- // Add removed Admin Columns action for this column's value
44
  add_action( "manage_users_custom_column", array( $this, 'manage_value_callback' ), 100, 3 );
45
 
46
  return $contents;
47
  }
48
 
49
  /**
50
- * Get WP default supported admin columns per post type.
51
- *
52
  * @see CPAC_Type::get_default_columns()
53
- * @since 1.0
54
- *
55
- * @return array
56
  */
57
  public function get_default_columns() {
58
 
59
- if ( ! function_exists('_get_list_table') ) {
60
  return array();
61
  }
62
 
@@ -64,8 +49,8 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
64
  do_action( "cac/columns/default/storage_key={$this->key}" );
65
 
66
  // get columns
67
- $table = _get_list_table( 'WP_Users_List_Table', array( 'screen' => 'users' ) );
68
- $columns = (array) $table->get_columns();
69
 
70
  if ( $this->is_settings_page() ) {
71
  $columns = array_merge( get_column_headers( 'users' ), $columns );
@@ -75,8 +60,6 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
75
  }
76
 
77
  /**
78
- * Get original columns
79
- *
80
  * @since 2.4.4
81
  */
82
  public function get_default_column_names() {
@@ -84,21 +67,12 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
84
  }
85
 
86
  /**
87
- * Manage value
88
- *
89
  * @since 2.0.2
90
- *
91
- * @param string $column_name
92
- * @param int $user_id
93
- * @param string $value
94
  */
95
  public function manage_value( $column_name, $user_id, $value = '' ) {
96
-
97
  if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
98
  return $value;
99
  }
100
-
101
- // get value
102
  $custom_value = $column->get_value( $user_id );
103
 
104
  // make sure it absolutely empty and check for (string) 0
@@ -113,30 +87,13 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
113
  return $value;
114
  }
115
 
116
- /**
117
- * Callback Manage value
118
- *
119
- * @since 2.0.2
120
- *
121
- * @param string $value
122
- * @param string $column_name
123
- * @param int $user_id
124
- */
125
  public function manage_value_callback( $value, $column_name, $user_id ) {
126
-
127
  return $this->manage_value( $column_name, $user_id, $value );
128
  }
129
 
130
- /**
131
- * Get Meta
132
- *
133
- * @see CPAC_Columns::get_meta_keys()
134
- * @since 2.0
135
- *
136
- * @return array
137
- */
138
- public function get_meta() {
139
- global $wpdb;
140
- return $wpdb->get_results( "SELECT DISTINCT meta_key FROM {$wpdb->usermeta} ORDER BY 1", ARRAY_N );
141
- }
142
  }
3
  class CPAC_Storage_Model_User extends CPAC_Storage_Model {
4
 
5
  /**
 
 
6
  * @since 2.0
7
  */
8
+ public function __construct() {
9
 
10
+ $this->key = 'wp-users';
11
+ $this->label = __( 'Users' );
12
+ $this->singular_label = __( 'User' );
13
+ $this->type = 'user';
14
+ $this->meta_type = 'user';
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();
28
 
29
  // Remove Admin Columns action for this column's value
30
  remove_action( "manage_users_custom_column", array( $this, 'manage_value_callback' ), 100, 3 );
 
31
  ob_start();
 
32
  do_action( "manage_users_custom_column", $column, $id );
 
33
  $contents = ob_get_clean();
 
 
34
  add_action( "manage_users_custom_column", array( $this, 'manage_value_callback' ), 100, 3 );
35
 
36
  return $contents;
37
  }
38
 
39
  /**
 
 
40
  * @see CPAC_Type::get_default_columns()
 
 
 
41
  */
42
  public function get_default_columns() {
43
 
44
+ if ( ! function_exists( '_get_list_table' ) ) {
45
  return array();
46
  }
47
 
49
  do_action( "cac/columns/default/storage_key={$this->key}" );
50
 
51
  // get columns
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 );
60
  }
61
 
62
  /**
 
 
63
  * @since 2.4.4
64
  */
65
  public function get_default_column_names() {
67
  }
68
 
69
  /**
 
 
70
  * @since 2.0.2
 
 
 
 
71
  */
72
  public function manage_value( $column_name, $user_id, $value = '' ) {
 
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
87
  return $value;
88
  }
89
 
 
 
 
 
 
 
 
 
 
90
  public function manage_value_callback( $value, $column_name, $user_id ) {
 
91
  return $this->manage_value( $column_name, $user_id, $value );
92
  }
93
 
94
+ public function get_meta() {
95
+ global $wpdb;
96
+
97
+ return $wpdb->get_results( "SELECT DISTINCT meta_key FROM {$wpdb->usermeta} ORDER BY 1", ARRAY_N );
98
+ }
 
 
 
 
 
 
 
99
  }
classes/third_party/yoast_seo.php CHANGED
@@ -1,5 +1,4 @@
1
  <?php
2
-
3
  /**
4
  * Fix for getting the columns loaded by WordPress SEO Yoast
5
  *
@@ -10,30 +9,32 @@
10
  * @since 1.4.6
11
  */
12
  function cpac_pre_load_wordpress_seo_class_metabox() {
13
-
14
- if ( ! defined('WPSEO_PATH') || ! file_exists( WPSEO_PATH . 'admin/class-metabox.php' ) ) {
15
  return;
16
  }
17
 
18
- global $pagenow;
 
 
19
 
20
- // page is a CPAC page or CPAC ajax event
21
- if (
22
- ( isset( $_GET['page'] ) && 'codepress-admin-columns' == $_GET['page'] && 'options-general.php' == $pagenow )
23
- ||
24
- // for when column list is populated through ajax
25
- ( defined('DOING_AJAX') && DOING_AJAX &&
26
- ( ! empty( $_POST['type'] )
27
- ||
28
- ( ! empty( $_POST['plugin_id'] ) && 'cpac' === $_POST['plugin_id'] ) )
29
- )
30
- ) {
31
 
32
- require_once WPSEO_PATH . 'admin/class-metabox.php';
33
- if ( class_exists( 'WPSEO_Metabox', false ) ) {
 
 
34
  new WPSEO_Metabox;
35
  }
36
  }
37
-
38
  }
 
39
  add_action( 'plugins_loaded', 'cpac_pre_load_wordpress_seo_class_metabox', 0 );
1
  <?php
 
2
  /**
3
  * Fix for getting the columns loaded by WordPress SEO Yoast
4
  *
9
  * @since 1.4.6
10
  */
11
  function cpac_pre_load_wordpress_seo_class_metabox() {
12
+ if ( ! defined( 'WPSEO_PATH' ) ) {
 
13
  return;
14
  }
15
 
16
+ if ( ! cac_is_doing_ajax() && ! cac_is_setting_screen() ) {
17
+ return;
18
+ }
19
 
20
+ // Yoast SEO version > 3.0
21
+ if ( file_exists( WPSEO_PATH . 'admin/class-meta-columns.php' ) ) {
22
+ require_once WPSEO_PATH . 'admin/class-meta-columns.php';
23
+ if ( class_exists( 'WPSEO_Meta_Columns', false ) ) {
24
+ $metabox = new WPSEO_Meta_Columns;
25
+ if ( method_exists( $metabox, 'setup_hooks' ) ) {
26
+ $metabox->setup_hooks();
27
+ }
28
+ }
29
+ }
 
30
 
31
+ // Yoast SEO version < 3.0
32
+ if ( file_exists( WPSEO_PATH . 'admin/class-meta-box.php' ) ) {
33
+ require_once WPSEO_PATH . 'admin/class-meta-box.php';
34
+ if ( class_exists( 'WPSEO_Meta_Columns', false ) ) {
35
  new WPSEO_Metabox;
36
  }
37
  }
 
38
  }
39
+
40
  add_action( 'plugins_loaded', 'cpac_pre_load_wordpress_seo_class_metabox', 0 );
classes/utility.php CHANGED
@@ -79,4 +79,25 @@ function cpac_is_woocommerce_active() {
79
 
80
  function cpac_is_pro_active() {
81
  return class_exists( 'CAC_Addon_Pro', false );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  }
79
 
80
  function cpac_is_pro_active() {
81
  return class_exists( 'CAC_Addon_Pro', false );
82
+ }
83
+
84
+ /**
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'] ) ) ) {
95
+ return false;
96
+ }
97
+
98
+ if ( $tab && ( empty( $_GET['tab'] ) || ( isset( $_GET['tab'] ) && $tab !== $_GET['tab'] ) ) ) {
99
+ return false;
100
+ }
101
+
102
+ return true;
103
  }
codepress-admin-columns.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
- Version: 2.4.7
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
@@ -32,7 +32,7 @@ if ( ! defined( 'ABSPATH' ) ) {
32
  }
33
 
34
  // Plugin information
35
- define( 'CPAC_VERSION', '2.4.7' ); // 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__ ) );
@@ -507,17 +507,7 @@ class CPAC {
507
  */
508
  public function is_settings_screen( $tab = '' ) {
509
 
510
- global $pagenow;
511
-
512
- if ( ! ( 'options-general.php' === $pagenow && isset( $_GET['page'] ) && ( 'codepress-admin-columns' === $_GET['page'] ) ) ) {
513
- return false;
514
- }
515
-
516
- if ( $tab && ( empty( $_GET['tab'] ) || ( isset( $_GET['tab'] ) && $tab !== $_GET['tab'] ) ) ) {
517
- return false;
518
- }
519
-
520
- return true;
521
  }
522
 
523
  /**
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
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__ ) );
507
  */
508
  public function is_settings_screen( $tab = '' ) {
509
 
510
+ return cac_is_setting_screen( $tab );
 
 
 
 
 
 
 
 
 
 
511
  }
512
 
513
  /**
languages/README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ # Translate into your own language
2
+
3
+ Admin Columns can be easily translated into your chosen language. If you don’t have a lot of time, no problem. You can just translate sentences collaborative at Transifex.
4
+
5
+ 1. **Go to [Trasifex - Admin Columns](https://www.transifex.com/codepress/admin-columns/)**
6
+ 2. If you do not have an account yet you can register one for free.
7
+ 3. Pick your language and start translating.
8
+
languages/codepress-admin-columns-ar.mo CHANGED
Binary file
languages/codepress-admin-columns-ar.po DELETED
@@ -1,1267 +0,0 @@
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 15:26+0200\n"
11
- "Last-Translator: Codepress <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;"
20
- "__ngettext_noop:1,2\n"
21
- "X-Poedit-SourceCharset: UTF-8\n"
22
- "POT-Creation-Date: \n"
23
- "X-Generator: Poedit 1.8.5\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: ../codepress-admin-columns.php:451
28
- msgid "Edit columns"
29
- msgstr "تحرير الأعمدة"
30
-
31
- #: ../classes/addons.php:110
32
- msgid "Plugins"
33
- msgstr ""
34
-
35
- #: ../classes/addons.php:135
36
- msgid "Advanced Custom Fields"
37
- msgstr ""
38
-
39
- #: ../classes/addons.php:136
40
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
41
- msgstr ""
42
-
43
- #: ../classes/addons.php:141
44
- msgid "WooCommerce"
45
- msgstr ""
46
-
47
- #: ../classes/addons.php:142
48
- msgid "Enhance the products, orders and coupons overviews with new columns and 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 "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
97
- msgstr ""
98
-
99
- #: ../classes/column.php:1099
100
- msgid "Documentation on date and time formatting."
101
- msgstr "توثيق حول تنسيق التاريخ والوقت."
102
-
103
- #: ../classes/column.php:1113
104
- msgid "Excerpt length"
105
- msgstr "طول المقتطف"
106
-
107
- #: ../classes/column.php:1114
108
- msgid "Number of words"
109
- msgstr "عدد الكلمات"
110
-
111
- #: ../classes/column.php:1132
112
- msgid "Preview size"
113
- msgstr "حجم المعاينة"
114
-
115
- #: ../classes/column.php1149, ../classes/storage_model.php:642
116
- msgid "Custom"
117
- msgstr "مخصوص"
118
-
119
- #: ../classes/column.php1152, ../classes/column.php:1328
120
- msgid "width"
121
- msgstr "عرض"
122
-
123
- #: ../classes/column.php:1155
124
- msgid "height"
125
- msgstr "إرتفاع"
126
-
127
- #: ../classes/column.php:1167
128
- msgid "Before"
129
- msgstr "قبل"
130
-
131
- #: ../classes/column.php:1167
132
- msgid "This text will appear before the custom field value."
133
- msgstr "هذا النص سيظهر قبل الحقل المخصوص."
134
-
135
- #: ../classes/column.php:1168
136
- msgid "After"
137
- msgstr "بعد"
138
-
139
- #: ../classes/column.php:1168
140
- msgid "This text will appear after the custom field value."
141
- msgstr "هذا النص سيظهر بعد الحقل المخصوص."
142
-
143
- #: ../classes/column.php:1177
144
- msgid "Display Name"
145
- msgstr "اسم العرض"
146
-
147
- #: ../classes/column.php1178, ../classes/settings.php:733
148
- msgid "First Name"
149
- msgstr "الاسم الأول"
150
-
151
- #: ../classes/column.php:1179
152
- msgid "Last Name"
153
- msgstr "الاسم الأخير"
154
-
155
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
156
- msgid "Nickname"
157
- msgstr "الاسم المستعار"
158
-
159
- #: ../classes/column.php:1181
160
- msgid "User Login"
161
- msgstr "اسم الدخول"
162
-
163
- #: ../classes/column.php:1182
164
- msgid "User Email"
165
- msgstr "بريد المستخدم"
166
-
167
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
168
- msgid "User ID"
169
- msgstr "رقم المستخدم"
170
-
171
- #: ../classes/column.php:1184
172
- msgid "First and Last Name"
173
- msgstr "الاسم الأول والأخير"
174
-
175
- #: ../classes/column.php:1187
176
- msgid "Display format"
177
- msgstr ""
178
-
179
- #: ../classes/column.php:1187
180
- msgid "This is the format of the author name."
181
- msgstr "هذا هو تنسيق اسم الكاتب."
182
-
183
- #: ../classes/column.php:1350
184
- msgid "Edit"
185
- msgstr "تحرير"
186
-
187
- #: ../classes/column.php1352, ../classes/column.php:1444
188
- msgid "Clone"
189
- msgstr ""
190
-
191
- #: ../classes/column.php:1354
192
- msgid "Remove"
193
- msgstr "إزالة"
194
-
195
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
196
- msgid "Type"
197
- msgstr "نوع"
198
-
199
- #: ../classes/column.php:1372
200
- msgid "Choose a column type."
201
- msgstr "اختر نوع عمود"
202
-
203
- #: ../classes/column.php:1372
204
- msgid "Name"
205
- msgstr ""
206
-
207
- #: ../classes/column.php:1382
208
- msgid "Label"
209
- msgstr "العنوان"
210
-
211
- #: ../classes/column.php:1382
212
- msgid "This is the name which will appear as the column header."
213
- msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
214
-
215
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
216
- msgid "Width"
217
- msgstr "عرض"
218
-
219
- #: ../classes/column.php:1391
220
- msgid "default"
221
- msgstr "إفتراضي"
222
-
223
- #: ../classes/column.php:1392
224
- msgid "auto"
225
- msgstr ""
226
-
227
- #: ../classes/column.php:1466
228
- msgid "Property To Display"
229
- msgstr ""
230
-
231
- #: ../classes/column.php:1472
232
- msgid "Post property to display for related post(s)."
233
- msgstr ""
234
-
235
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
236
- msgid "Link To"
237
- msgstr ""
238
-
239
- #: ../classes/column.php:1489
240
- msgid "Edit Post Author"
241
- msgstr ""
242
-
243
- #: ../classes/column.php:1490
244
- msgid "View Public Post Author Page"
245
- msgstr ""
246
-
247
- #: ../classes/column.php:1492
248
- msgid "Page the posts should link to."
249
- msgstr ""
250
-
251
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
252
- msgid "Admin Columns"
253
- msgstr "Admin Columns"
254
-
255
- #: ../classes/review_notice.php:58
256
- msgid "Admin Columns Pro"
257
- msgstr ""
258
-
259
- #: ../classes/review_notice.php:68
260
- msgid "click here"
261
- msgstr ""
262
-
263
- #: ../classes/review_notice.php:72
264
- msgid "Leave a review!"
265
- msgstr ""
266
-
267
- #: ../classes/review_notice.php:73
268
- msgid "Permanently hide notice"
269
- msgstr ""
270
-
271
- #: ../classes/review_notice.php:80
272
- msgid "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."
273
- msgstr ""
274
-
275
- #: ../classes/review_notice.php:82
276
- msgid "documentation page"
277
- msgstr ""
278
-
279
- #: ../classes/review_notice.php:86
280
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
281
- msgstr ""
282
-
283
- #: ../classes/review_notice.php:87
284
- msgid "our forums"
285
- msgstr ""
286
-
287
- #: ../classes/review_notice.php:91
288
- msgid "You can also find help on the %s, and %s."
289
- msgstr ""
290
-
291
- #: ../classes/review_notice.php:92
292
- msgid "Admin Columns forums on WordPress.org"
293
- msgstr ""
294
-
295
- #: ../classes/review_notice.php:93
296
- msgid "find answers to some frequently asked questions"
297
- msgstr ""
298
-
299
- #: ../classes/settings.php:113
300
- msgid "Add-on successfully activated."
301
- msgstr ""
302
-
303
- #: ../classes/settings.php:116
304
- msgid "Add-on successfully deactivated."
305
- msgstr ""
306
-
307
- #: ../classes/settings.php:170
308
- msgid "Admin Columns Settings"
309
- msgstr "إعدادات Admin Columns"
310
-
311
- #: ../classes/settings.php:228
312
- msgid "%s column is already present and can not be duplicated."
313
- msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
314
-
315
- #: ../classes/settings.php:284
316
- msgid "Default settings succesfully restored."
317
- msgstr "تمت إستعادة الإعدادات الإفتراضية بنجاح."
318
-
319
- #: ../classes/settings.php:301
320
- msgid "Overview"
321
- msgstr "نظرة عامة"
322
-
323
- #: ../classes/settings.php:304
324
- msgid ""
325
- "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 "
326
- "reorder them."
327
- msgstr "هذا البرنامج هو لإضافة وإزالة أعمدة إضافية في الشاشات الإدارية لـ(أنواع) التدوينات، الصفحات، مكتبة الوسائط، التعليقات، الوصلات والمستخدمين. قم بتغيير تسمية الأعمدة وإعادة ترتيبها."
328
-
329
- #: ../classes/settings.php:307
330
- msgid "Basics"
331
- msgstr "مبادئ"
332
-
333
- #: ../classes/settings.php:309
334
- msgid "Change order"
335
- msgstr "تغيير الترتيب"
336
-
337
- #: ../classes/settings.php:310
338
- msgid "By dragging the columns you can change the order which they will appear in."
339
- msgstr "عن طريق سحب الأعمدة يمكنك تغيير ترتيب الذي سوف تظهر فيه."
340
-
341
- #: ../classes/settings.php:311
342
- msgid "Change label"
343
- msgstr "تغيير العنوان"
344
-
345
- #: ../classes/settings.php:312
346
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
347
- msgstr "بالنقر على المثلث سترى خيارات العمود. هنا يمكنك تغيير تسمية ترويسات الأعمدة."
348
-
349
- #: ../classes/settings.php:313
350
- msgid "Change column width"
351
- msgstr "تغيير عرض العمود"
352
-
353
- #: ../classes/settings.php:314
354
- msgid "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."
355
- msgstr "بالنقر على المثلث سترى خيارات العمود. باستخدام شريط التمرير القابل للسحب يمكنك تعيين عرض الأعمدة بالنسب المئوية."
356
-
357
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
358
- msgid "Custom Field"
359
- msgstr "حقل مخصوص"
360
-
361
- #: ../classes/settings.php:320
362
- msgid "'Custom Field' column"
363
- msgstr "عمود 'حقل مخصوص'"
364
-
365
- #: ../classes/settings.php:321
366
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
367
- msgstr "يستخدم عمود الحقل المخصوص الحقول المخصوصة من التدوينات والمستخدمين. هناك 10 أنواع يمكنك تعيينها."
368
-
369
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
370
- msgid "Default"
371
- msgstr "إفتراضي"
372
-
373
- #: ../classes/settings.php:323
374
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
375
- msgstr "قيمة: يمكن أن تكون إما سلسلة أو مصفوفة. سيتم تسطيح المصفوفات ويتم فصل القيم بـ '،' فاصلة."
376
-
377
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
378
- msgid "Image"
379
- msgstr "صورة"
380
-
381
- #: ../classes/settings.php:324
382
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
383
- msgstr "قيمة: يجب أن يحتوي عنوان URL للصورة أو معرفات المرفقات (مفصولة بـ '،' فاصلة)."
384
-
385
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
386
- msgid "Excerpt"
387
- msgstr "مقتطف"
388
-
389
- #: ../classes/settings.php:325
390
- msgid "Value: This will show the first 20 words of the Post content."
391
- msgstr "قيمة: سيقوم هذا بإظهار أول 20 كلمة من محتوى التدوينة."
392
-
393
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
394
- msgid "Multiple Values"
395
- msgstr "قيم متعددة"
396
-
397
- #: ../classes/settings.php:326
398
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
399
- msgstr "قيمة: يجب أن يكون مصفوفة. هذا سوف يسطح أي مصفوفة (متعددة الأبعاد)."
400
-
401
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
402
- msgid "Numeric"
403
- msgstr "رقمي"
404
-
405
- #: ../classes/settings.php:327
406
- msgid "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."
407
- msgstr "القيمة: الأعداد الصحيحة فقط <br/> إذا كان لديك 'ملحق الترتيب' سيتم استخدام هذه للترتيب، بحيث يمكنك ترتيب تدويناتك على القيم الرقمية (الحقل المخصوص)."
408
-
409
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
410
- msgid "Date"
411
- msgstr "تاريخ"
412
-
413
- #: ../classes/settings.php:328
414
- msgid "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."
415
- msgstr "قيمة: يمكن أن تكون طابع يونكس زمني أو تنسيق تاريخ كما هو موضح في <a href='%s'>Codex</a>. يمكنك تغيير تنسيق التاريخ المخرج من صفحة <a href='%s'>الإعدادات العامة</a>."
416
-
417
- #: ../classes/settings.php:329
418
- msgid "Post Titles"
419
- msgstr "عناوين تدوينات"
420
-
421
- #: ../classes/settings.php:329
422
- msgid "Value: can be one or more Post ID's (seperated by ',')."
423
- msgstr "قيمة: يمكن أن تكون رقم تدوينة واحدة أو أكثر (مفصولة بـ',')."
424
-
425
- #: ../classes/settings.php:330
426
- msgid "Usernames"
427
- msgstr "أسماء مستخدمين"
428
-
429
- #: ../classes/settings.php:330
430
- msgid "Value: can be one or more User ID's (seperated by ',')."
431
- msgstr "قيمة: يمكن أن تكون رقم مستخدم واحد أو أكثر (مفصولة بـ',')."
432
-
433
- #: ../classes/settings.php:331
434
- msgid "Checkmark"
435
- msgstr "علامة اختيار"
436
-
437
- #: ../classes/settings.php:331
438
- msgid "Value: should be a 1 (one) or 0 (zero)."
439
- msgstr "قيمة: يجب أن تكون 1 (واحد) أو 0 (صفر)."
440
-
441
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
442
- msgid "Color"
443
- msgstr "لون"
444
-
445
- #: ../classes/settings.php:332
446
- msgid "Value: hex value color, such as #808080."
447
- msgstr "قيمة: لون بقيمة عشرية، مثل 808080#."
448
-
449
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
450
- msgid "Counter"
451
- msgstr "عداد"
452
-
453
- #: ../classes/settings.php:333
454
- msgid "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."
455
- msgstr "القيمة: يمكن أن يكون إما سلسلة أو مجموعة. هذا سيعرض عدد مرات استخدام المفتاح من قبل العنصر."
456
-
457
- #: ../classes/settings.php:422
458
- msgid "Welcome to Admin Columns"
459
- msgstr "مرحبا في Admin Columns"
460
-
461
- #: ../classes/settings.php:425
462
- msgid "Thank you for updating to the latest version!"
463
- msgstr "شكرا لك على التحديث للنسخة الأخيرة!"
464
-
465
- #: ../classes/settings.php:426
466
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
467
- msgstr "Admin Columns أصبحت مصقولة وممتعة أكثر من أي وقت مضى. نأمل أن تنال إعجابكم."
468
-
469
- #: ../classes/settings.php:431
470
- msgid "What’s New"
471
- msgstr "ما الجديد"
472
-
473
- #: ../classes/settings.php:432
474
- msgid "Changelog"
475
- msgstr "سجل التغييرات"
476
-
477
- #: ../classes/settings.php:437
478
- msgid "Important"
479
- msgstr "مهم"
480
-
481
- #: ../classes/settings.php:439
482
- msgid "Database Changes"
483
- msgstr "تغييرات قاعدة البيانات"
484
-
485
- #: ../classes/settings.php:440
486
- msgid "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."
487
- msgstr "تم تغيير قاعدة البيانات بين الإصدارات 1 و 2. ولكن حرصنا على ألا يزال بإمكانك الرجوع إلى إصدار 1x دون أية مشاكل."
488
-
489
- #: ../classes/settings.php:443
490
- msgid "Make sure you backup your database and then click"
491
- msgstr "تأكد من عمل نسخة احتياطية لقاعدة بياناتك ثم انقر"
492
-
493
- #: ../classes/settings.php443, ../classes/upgrade.php:143
494
- msgid "Upgrade Database"
495
- msgstr "تحديث قاعدة البيانات"
496
-
497
- #: ../classes/settings.php:446
498
- msgid "Potential Issues"
499
- msgstr "مشاكل محتملة"
500
-
501
- #: ../classes/settings.php:447
502
- msgid "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"
503
- msgstr "نسبة إلى إعادة بناء كود الإضافة بشكل كبير، وكذلك الملحاقت والدوال، قد لا يعمل موقع الويب الخاص بك بشكل صحيح. من المهم أن تقرأ بشكل كامل"
504
-
505
- #: ../classes/settings.php:447
506
- msgid "Migrating from v1 to v2"
507
- msgstr "الانتقال من النسخة 1 إلى النسخة 2"
508
-
509
- #: ../classes/settings.php:447
510
- msgid "guide to view the full list of changes."
511
- msgstr "توجيه لعرض القائمة الكاملة للتغييرات."
512
-
513
- #: ../classes/settings.php:447
514
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
515
- msgstr ""
516
-
517
- #: ../classes/settings.php:450
518
- msgid "Important!"
519
- msgstr "مهم!"
520
-
521
- #: ../classes/settings.php:450
522
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
523
- msgstr "إذا قمت بتحديث Admin Columns دون معرفة مسبقة بهذه التغييرات، فالرجاء الرجوع لآخر"
524
-
525
- #: ../classes/settings.php:450
526
- msgid "version 1"
527
- msgstr "النسخة 1"
528
-
529
- #: ../classes/settings.php:450
530
- msgid "of this plugin."
531
- msgstr "من هذه الإضافة"
532
-
533
- #: ../classes/settings.php:456
534
- msgid "Changelog for"
535
- msgstr "سجل التغييرات لـ"
536
-
537
- #: ../classes/settings.php471, ../classes/upgrade.php:63
538
- msgid "Learn more"
539
- msgstr "تعلم المزيد"
540
-
541
- #: ../classes/settings.php:481
542
- msgid "Start using Admin Columns"
543
- msgstr "البدء باستخدام Admin Columns"
544
-
545
- #: ../classes/settings.php:500
546
- msgid "General Settings"
547
- msgstr "إعدادات عامة"
548
-
549
- #: ../classes/settings.php:501
550
- msgid "Customize your Admin Columns settings."
551
- msgstr "قم بتخصيص إعدادات Admin Columns."
552
-
553
- #: ../classes/settings.php:512
554
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
555
- msgstr ""
556
-
557
- #: ../classes/settings.php:559
558
- msgid "Restore Settings"
559
- msgstr "استرجاع الإعدادات"
560
-
561
- #: ../classes/settings.php:560
562
- msgid "This will delete all column settings and restore the default settings."
563
- msgstr "سيؤدي هذا إلى حذف كافة إعدادات الأعمدة واستعادة الإعدادات الإفتراضية."
564
-
565
- #: ../classes/settings.php:566
566
- msgid "Restore default settings"
567
- msgstr "استرجاع الإعدادات الإفتراضية"
568
-
569
- #: ../classes/settings.php:566
570
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
571
- msgstr ""
572
-
573
- #: ../classes/settings.php:582
574
- msgid "Posttypes"
575
- msgstr ""
576
-
577
- #: ../classes/settings.php:583
578
- msgid "Others"
579
- msgstr ""
580
-
581
- #: ../classes/settings.php:584
582
- msgid "Taxonomies"
583
- msgstr ""
584
-
585
- #: ../classes/settings.php:600
586
- msgid "Settings"
587
- msgstr "إعدادات"
588
-
589
- #: ../classes/settings.php:601
590
- msgid "Add-ons"
591
- msgstr ""
592
-
593
- #: ../classes/settings.php:669
594
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
595
- msgstr ""
596
-
597
- #: ../classes/settings.php:679
598
- msgid "Store settings"
599
- msgstr "حفظ الإعدادات"
600
-
601
- #: ../classes/settings.php:687
602
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
603
- msgstr ""
604
-
605
- #: ../classes/settings.php:688
606
- msgid "Restore"
607
- msgstr "استرجاع"
608
-
609
- #: ../classes/settings.php:688
610
- msgid "columns"
611
- msgstr "أعمدة"
612
-
613
- #: ../classes/settings.php:707
614
- msgid "Get Admin Columns Pro"
615
- msgstr ""
616
-
617
- #: ../classes/settings.php:711
618
- msgid "Add Sorting"
619
- msgstr "أضف ترتيب"
620
-
621
- #: ../classes/settings.php:712
622
- msgid "Add Filtering"
623
- msgstr "أضف تصفية"
624
-
625
- #: ../classes/settings.php:713
626
- msgid "Add Import/Export"
627
- msgstr "أضف استيراد/تصدير"
628
-
629
- #: ../classes/settings.php:714
630
- msgid "Add Direct Editing"
631
- msgstr ""
632
-
633
- #: ../classes/settings.php:717
634
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
635
- msgstr ""
636
-
637
- #: ../classes/settings.php:730
638
- msgid "Subscribe to receive news &amp; updates below."
639
- msgstr ""
640
-
641
- #: ../classes/settings.php:737
642
- msgid "Your Email"
643
- msgstr ""
644
-
645
- #: ../classes/settings.php:748
646
- msgid "Are you happy with Admin Columns?"
647
- msgstr ""
648
-
649
- #: ../classes/settings.php:756
650
- msgid "What's wrong? Need help? Let us know!"
651
- msgstr ""
652
-
653
- #: ../classes/settings.php:757
654
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
655
- msgstr ""
656
-
657
- #: ../classes/settings.php:765
658
- msgid "Docs"
659
- msgstr ""
660
-
661
- #: ../classes/settings.php:770
662
- msgid "Forums"
663
- msgstr ""
664
-
665
- #: ../classes/settings.php:779
666
- msgid "Woohoo! We're glad to hear that!"
667
- msgstr ""
668
-
669
- #: ../classes/settings.php:780
670
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
671
- msgstr ""
672
-
673
- #: ../classes/settings.php:784
674
- msgid "Rate"
675
- msgstr ""
676
-
677
- #: ../classes/settings.php:795
678
- msgid "Tweet"
679
- msgstr ""
680
-
681
- #: ../classes/settings.php:805
682
- msgid "Buy Pro"
683
- msgstr ""
684
-
685
- #: ../classes/settings.php:817
686
- msgid "Support"
687
- msgstr "دعم"
688
-
689
- #: ../classes/settings.php:820
690
- msgid "Check the <strong>Help</strong> section in the top-right screen."
691
- msgstr "تحقق من قسم <strong>المساعدة</strong> في الجانب العلوي الأيسر من الشاشة."
692
-
693
- #: ../classes/settings.php:823
694
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
695
- msgstr "للحصول على الوثائق الكاملة، تقارير الأخطاء، اقتراحات الميزات وغيرها من النصائح <a href='%s'>قم بزيارة موقع Admin Columns</a>"
696
-
697
- #: ../classes/settings.php:852
698
- msgid "Drag and drop to reorder"
699
- msgstr "قم بالسحب والإلقاء لإعادة الترتيب"
700
-
701
- #: ../classes/settings.php:855
702
- msgid "Add Column"
703
- msgstr "أضف عمود"
704
-
705
- #: ../classes/settings.php:936
706
- msgid "Active"
707
- msgstr ""
708
-
709
- #: ../classes/settings.php:937
710
- msgid "Deactivate"
711
- msgstr ""
712
-
713
- #: ../classes/settings.php:944
714
- msgid "Installed"
715
- msgstr ""
716
-
717
- #: ../classes/settings.php:945
718
- msgid "Activate"
719
- msgstr ""
720
-
721
- #: ../classes/settings.php:959
722
- msgid "Download & Install"
723
- msgstr ""
724
-
725
- #: ../classes/settings.php:964
726
- msgid "Get this add-on"
727
- msgstr ""
728
-
729
- #: ../classes/storage_model.php:262
730
- msgid "settings succesfully restored."
731
- msgstr "تمت إستعادة الإعدادات بنجاح."
732
-
733
- #: ../classes/storage_model.php:278
734
- msgid "No columns settings available."
735
- msgstr "لا توجد إعدادات أعمدة متوفرة."
736
-
737
- #: ../classes/storage_model.php:299
738
- msgid "You are trying to store the same settings for %s."
739
- msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
740
-
741
- #: ../classes/storage_model.php:303
742
- msgid "Settings for %s updated successfully."
743
- msgstr ""
744
-
745
- #: ../classes/storage_model.php:643
746
- msgid "Columns by Plugins"
747
- msgstr ""
748
-
749
- #: ../classes/storage_model.php:862
750
- msgid "View"
751
- msgstr "عرض"
752
-
753
- #: ../classes/upgrade.php:62
754
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
755
- msgstr ""
756
-
757
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
758
- msgid "Upgrade"
759
- msgstr "تحديث"
760
-
761
- #: ../classes/upgrade.php:136
762
- msgid "requires a database upgrade"
763
- msgstr "يتطلب ترقية قاعدة البيانات"
764
-
765
- #: ../classes/upgrade.php:139
766
- msgid "why?"
767
- msgstr "لماذا؟"
768
-
769
- #: ../classes/upgrade.php:140
770
- msgid "Please"
771
- msgstr "فضلا"
772
-
773
- #: ../classes/upgrade.php:141
774
- msgid "backup your database"
775
- msgstr "قم بعمل نسخة إحتياطية من قاعدة بياناتك"
776
-
777
- #: ../classes/upgrade.php:142
778
- msgid "then click"
779
- msgstr "ثم انقر"
780
-
781
- #: ../classes/upgrade.php:351
782
- msgid "Migrating Column Settings"
783
- msgstr "نقل إعدادات الأعمدة"
784
-
785
- #: ../classes/upgrade.php:387
786
- msgid "No Upgrade Required"
787
- msgstr "لا تحديث مطلوب"
788
-
789
- #: ../classes/upgrade.php:388
790
- msgid "Return to welcome screen."
791
- msgstr "رجوع إلى صفحة الترحيب."
792
-
793
- #: ../classes/upgrade.php:406
794
- msgid "Upgrade Complete!"
795
- msgstr "اكتمل التحديث"
796
-
797
- #: ../classes/upgrade.php:406
798
- msgid "Return to settings."
799
- msgstr "العودة للإعدادات."
800
-
801
- #: ../classes/upgrade.php:407
802
- msgid "Error"
803
- msgstr "خطأ"
804
-
805
- #: ../classes/upgrade.php:408
806
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
807
- msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
808
-
809
- #: ../classes/column/acf-placeholder.php:19
810
- msgid "ACF Field"
811
- msgstr ""
812
-
813
- #: ../classes/column/acf-placeholder.php:35
814
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
815
- msgstr ""
816
-
817
- #: ../classes/column/acf-placeholder.php:38
818
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
819
- msgstr ""
820
-
821
- #: ../classes/column/acf-placeholder.php:44
822
- msgid "Find out more"
823
- msgstr ""
824
-
825
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
826
- msgid "Actions"
827
- msgstr "تطبيقات"
828
-
829
- #: ../classes/column/actions.php:96
830
- msgid "Use icons?"
831
- msgstr ""
832
-
833
- #: ../classes/column/actions.php:96
834
- msgid "Use icons instead of text for displaying the actions."
835
- msgstr ""
836
-
837
- #: ../classes/column/custom-field.php:96
838
- msgid "Checkmark (true/false)"
839
- msgstr "علامة إختيار (صح/خطأ)"
840
-
841
- #: ../classes/column/custom-field.php:102
842
- msgid "Media Library"
843
- msgstr "مكتبة الوسائط"
844
-
845
- #: ../classes/column/custom-field.php:105
846
- msgid "Post Title (Post ID's)"
847
- msgstr "عنوان تدوينة (أرقام تدوينات)"
848
-
849
- #: ../classes/column/custom-field.php:106
850
- msgid "Username (User ID's)"
851
- msgstr "اسم مستخدم (أرقام مستخدمين)"
852
-
853
- #: ../classes/column/custom-field.php:107
854
- msgid "Term Name (Term ID's)"
855
- msgstr ""
856
-
857
- #: ../classes/column/custom-field.php:391
858
- msgid "Select your custom field."
859
- msgstr "اختر حقلك المخصوص"
860
-
861
- #: ../classes/column/custom-field.php:401
862
- msgid "No custom fields available."
863
- msgstr "لا توجد حقول مخصوصة متوفرة."
864
-
865
- #: ../classes/column/custom-field.php:401
866
- msgid "Please create a %s item first."
867
- msgstr ""
868
-
869
- #: ../classes/column/custom-field.php:408
870
- msgid "Field Type"
871
- msgstr "نوع الحقل"
872
-
873
- #: ../classes/column/custom-field.php:408
874
- msgid "This will determine how the value will be displayed."
875
- msgstr "هذا سيحدد كيف سيتم عرض القيمة."
876
-
877
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
878
- msgid "Taxonomy"
879
- msgstr "التصنيف"
880
-
881
- #: ../classes/column/used-by-menu.php:20
882
- msgid "Used by Menu"
883
- msgstr ""
884
-
885
- #: ../classes/column/used-by-menu.php:133
886
- msgid "Link to menu"
887
- msgstr ""
888
-
889
- #: ../classes/column/used-by-menu.php:133
890
- msgid "This will make the title link to the menu."
891
- msgstr ""
892
-
893
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
894
- msgid "ID"
895
- msgstr "رقم"
896
-
897
- #: ../classes/column/comment/agent.php:19
898
- msgid "Agent"
899
- msgstr "عميل"
900
-
901
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
902
- msgid "Approved"
903
- msgstr "موافق عليه"
904
-
905
- #: ../classes/column/comment/author-avatar.php:19
906
- msgid "Avatar"
907
- msgstr "صورة"
908
-
909
- #: ../classes/column/comment/author-email.php:19
910
- msgid "Author email"
911
- msgstr "بريد الكاتب"
912
-
913
- #: ../classes/column/comment/author-ip.php:19
914
- msgid "Author IP"
915
- msgstr "عنوان آي بي الكاتب"
916
-
917
- #: ../classes/column/comment/author-name.php:12
918
- msgid "Author name"
919
- msgstr ""
920
-
921
- #: ../classes/column/comment/author-url.php:19
922
- msgid "Author url"
923
- msgstr "عنوان موقع الكاتب"
924
-
925
- #: ../classes/column/comment/author.php:19
926
- msgid "Author"
927
- msgstr "الكاتب"
928
-
929
- #: ../classes/column/comment/date-gmt.php:19
930
- msgid "Date GMT"
931
- msgstr "تاريخ GMT"
932
-
933
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
934
- msgid "Content"
935
- msgstr ""
936
-
937
- #: ../classes/column/comment/post.php:19
938
- msgid "Post"
939
- msgstr ""
940
-
941
- #: ../classes/column/comment/reply-to.php:19
942
- msgid "In Reply To"
943
- msgstr "ردا على"
944
-
945
- #: ../classes/column/comment/user.php:11
946
- msgid "User"
947
- msgstr ""
948
-
949
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
950
- msgid "Word count"
951
- msgstr "عدد الكلمات"
952
-
953
- #: ../classes/column/media/alternate-text.php:19
954
- msgid "Alt"
955
- msgstr "بديل"
956
-
957
- #: ../classes/column/media/attached-to.php:19
958
- msgid "Attached to post"
959
- msgstr ""
960
-
961
- #: ../classes/column/media/available-sizes.php:20
962
- msgid "Available Sizes"
963
- msgstr "الأحجام المتوفرة"
964
-
965
- #: ../classes/column/media/available-sizes.php:40
966
- msgid "full size"
967
- msgstr "حجم كامل"
968
-
969
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
970
- msgid "Caption"
971
- msgstr "شرح"
972
-
973
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
974
- msgid "Description"
975
- msgstr "وصف"
976
-
977
- #: ../classes/column/media/dimensions.php:19
978
- msgid "Dimensions"
979
- msgstr "أبعاد"
980
-
981
- #: ../classes/column/media/exif-data.php:19
982
- msgid "EXIF data"
983
- msgstr "بيانات EXIF"
984
-
985
- #: ../classes/column/media/exif-data.php:38
986
- msgid "Aperture"
987
- msgstr "فتحة"
988
-
989
- #: ../classes/column/media/exif-data.php:39
990
- msgid "Credit"
991
- msgstr "شرف"
992
-
993
- #: ../classes/column/media/exif-data.php:40
994
- msgid "Camera"
995
- msgstr "كاميرا"
996
-
997
- #: ../classes/column/media/exif-data.php:42
998
- msgid "Timestamp"
999
- msgstr "طابع زمني"
1000
-
1001
- #: ../classes/column/media/exif-data.php:43
1002
- msgid "Copyright EXIF"
1003
- msgstr "بيانات EXIF حق النشر"
1004
-
1005
- #: ../classes/column/media/exif-data.php:44
1006
- msgid "Focal Length"
1007
- msgstr "بعد بؤري"
1008
-
1009
- #: ../classes/column/media/exif-data.php:45
1010
- msgid "ISO"
1011
- msgstr "ISO"
1012
-
1013
- #: ../classes/column/media/exif-data.php:46
1014
- msgid "Shutter Speed"
1015
- msgstr "سرعة مصراع"
1016
-
1017
- #: ../classes/column/media/exif-data.php:47
1018
- msgid "Title"
1019
- msgstr "عنوان"
1020
-
1021
- #: ../classes/column/media/file-name.php:19
1022
- msgid "File name"
1023
- msgstr "اسم ملف"
1024
-
1025
- #: ../classes/column/media/file-size.php:19
1026
- msgid "File size"
1027
- msgstr "حجم ملف"
1028
-
1029
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1030
- msgid "Full path"
1031
- msgstr "مسار كامل"
1032
-
1033
- #: ../classes/column/media/full-path.php:83
1034
- msgid "Path scope"
1035
- msgstr ""
1036
-
1037
- #: ../classes/column/media/full-path.php:84
1038
- msgid "Part of the file path to display"
1039
- msgstr ""
1040
-
1041
- #: ../classes/column/media/full-path.php:97
1042
- msgid "Relative to domain"
1043
- msgstr ""
1044
-
1045
- #: ../classes/column/media/full-path.php:102
1046
- msgid "Relative to main uploads folder "
1047
- msgstr ""
1048
-
1049
- #: ../classes/column/media/height.php:19
1050
- msgid "Height"
1051
- msgstr "إرتفاع"
1052
-
1053
- #: ../classes/column/media/mime-type.php:19
1054
- msgid "Mime type"
1055
- msgstr "نوع Mime"
1056
-
1057
- #: ../classes/column/post/attachment-count.php:19
1058
- msgid "No. of Attachments"
1059
- msgstr "عدد المرفقات"
1060
-
1061
- #: ../classes/column/post/attachment.php:19
1062
- msgid "Attachments"
1063
- msgstr ""
1064
-
1065
- #: ../classes/column/post/author-name.php:20
1066
- msgid "Display Author As"
1067
- msgstr "عرض الكاتب كـ"
1068
-
1069
- #: ../classes/column/post/author-name.php:100
1070
- msgid "View Public Author Page"
1071
- msgstr ""
1072
-
1073
- #: ../classes/column/post/author-name.php:102
1074
- msgid "Page the author name should link to."
1075
- msgstr ""
1076
-
1077
- #: ../classes/column/post/before-moretag.php:19
1078
- msgid "Before More Tag"
1079
- msgstr "قبل وسم المزيد"
1080
-
1081
- #: ../classes/column/post/comment-count.php:20
1082
- msgid "Comment count"
1083
- msgstr "عدد التعليقات"
1084
-
1085
- #: ../classes/column/post/comment-count.php:34
1086
- msgid "Total"
1087
- msgstr "المجموع"
1088
-
1089
- #: ../classes/column/post/comment-count.php:36
1090
- msgid "Pending"
1091
- msgstr "بالانتظار"
1092
-
1093
- #: ../classes/column/post/comment-count.php:37
1094
- msgid "Spam"
1095
- msgstr "مزعج"
1096
-
1097
- #: ../classes/column/post/comment-count.php:38
1098
- msgid "Trash"
1099
- msgstr "المهملات"
1100
-
1101
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1102
- msgid "Comment status"
1103
- msgstr "حالة التعليق"
1104
-
1105
- #: ../classes/column/post/comment-count.php:99
1106
- msgid "Select which comment status you like to display."
1107
- msgstr "اختر حالة التعليق الذي تريد عرضه."
1108
-
1109
- #: ../classes/column/post/depth.php:19
1110
- msgid "Depth"
1111
- msgstr ""
1112
-
1113
- #: ../classes/column/post/estimated-reading-time.php:19
1114
- msgid "Estimated Reading Time"
1115
- msgstr ""
1116
-
1117
- #: ../classes/column/post/estimated-reading-time.php:66
1118
- msgid "second"
1119
- msgid_plural "seconds"
1120
- msgstr[0] ""
1121
- msgstr[1] ""
1122
- msgstr[2] ""
1123
- msgstr[3] ""
1124
- msgstr[4] ""
1125
- msgstr[5] ""
1126
-
1127
- #: ../classes/column/post/estimated-reading-time.php:69
1128
- msgid "minute"
1129
- msgid_plural "minutes"
1130
- msgstr[0] ""
1131
- msgstr[1] ""
1132
- msgstr[2] ""
1133
- msgstr[3] ""
1134
- msgstr[4] ""
1135
- msgstr[5] ""
1136
-
1137
- #: ../classes/column/post/estimated-reading-time.php:107
1138
- msgid "Words per minute"
1139
- msgstr ""
1140
-
1141
- #: ../classes/column/post/estimated-reading-time.php:108
1142
- msgid "Estimated reading time in words per minute"
1143
- msgstr ""
1144
-
1145
- #: ../classes/column/post/featured-image.php:19
1146
- msgid "Featured Image"
1147
- msgstr "الصورة المميزة"
1148
-
1149
- #: ../classes/column/post/formats.php:19
1150
- msgid "Post Format"
1151
- msgstr "تنسيق التدوينة"
1152
-
1153
- #: ../classes/column/post/last-modified-author.php:20
1154
- msgid "Last Modified Author"
1155
- msgstr ""
1156
-
1157
- #: ../classes/column/post/modified.php:19
1158
- msgid "Last modified"
1159
- msgstr "آخر تحديث"
1160
-
1161
- #: ../classes/column/post/order.php:19
1162
- msgid "Order"
1163
- msgstr ""
1164
-
1165
- #: ../classes/column/post/page-template.php:19
1166
- msgid "Page Template"
1167
- msgstr "قالب الصفحة"
1168
-
1169
- #: ../classes/column/post/parent.php:19
1170
- msgid "Parent"
1171
- msgstr "الأب"
1172
-
1173
- #: ../classes/column/post/path.php:19
1174
- msgid "Path"
1175
- msgstr ""
1176
-
1177
- #: ../classes/column/post/permalink.php:19
1178
- msgid "Permalink"
1179
- msgstr ""
1180
-
1181
- #: ../classes/column/post/permalink.php:68
1182
- msgid "Link to post"
1183
- msgstr ""
1184
-
1185
- #: ../classes/column/post/permalink.php:68
1186
- msgid "This will make the permalink clickable."
1187
- msgstr ""
1188
-
1189
- #: ../classes/column/post/ping-status.php:19
1190
- msgid "Ping status"
1191
- msgstr "حالة التنبيه"
1192
-
1193
- #: ../classes/column/post/roles.php:19
1194
- msgid "Roles"
1195
- msgstr "الأدوار"
1196
-
1197
- #: ../classes/column/post/shortcodes.php:19
1198
- msgid "Shortcodes"
1199
- msgstr ""
1200
-
1201
- #: ../classes/column/post/slug.php:19
1202
- msgid "Slug"
1203
- msgstr "الاسم اللطيف"
1204
-
1205
- #: ../classes/column/post/status.php:21
1206
- msgid "Status"
1207
- msgstr "الحالة"
1208
-
1209
- #: ../classes/column/post/sticky.php:19
1210
- msgid "Sticky"
1211
- msgstr "لاصق"
1212
-
1213
- #: ../classes/column/post/title-raw.php:19
1214
- msgid "Title without actions"
1215
- msgstr ""
1216
-
1217
- #: ../classes/column/link/length.php:19
1218
- msgid "Length"
1219
- msgstr "طول"
1220
-
1221
- #: ../classes/column/link/notes.php:19
1222
- msgid "Notes"
1223
- msgstr "ملاحظات"
1224
-
1225
- #: ../classes/column/link/owner.php:19
1226
- msgid "Owner"
1227
- msgstr "مالك"
1228
-
1229
- #: ../classes/column/link/rss.php:19
1230
- msgid "Rss"
1231
- msgstr "Rss"
1232
-
1233
- #: ../classes/column/link/target.php:19
1234
- msgid "Target"
1235
- msgstr "هدف"
1236
-
1237
- #: ../classes/column/user/display-name.php:19
1238
- msgid "Display name"
1239
- msgstr ""
1240
-
1241
- #: ../classes/column/user/first-name.php:19
1242
- msgid "First name"
1243
- msgstr "الاسم الأول"
1244
-
1245
- #: ../classes/column/user/last-name.php:19
1246
- msgid "Last name"
1247
- msgstr "الاسم الأخير"
1248
-
1249
- #: ../classes/column/user/post-count.php:19
1250
- msgid "Post Count"
1251
- msgstr "عدد التدوينات"
1252
-
1253
- #: ../classes/column/user/post-count.php:89
1254
- msgid "Post Type"
1255
- msgstr "نوع تدوبنة"
1256
-
1257
- #: ../classes/column/user/registered.php:19
1258
- msgid "Registered"
1259
- msgstr "مسجل"
1260
-
1261
- #: ../classes/column/user/rich-editing.php:19
1262
- msgid "Visual Editor"
1263
- msgstr ""
1264
-
1265
- #: ../classes/column/user/url.php:19
1266
- msgid "Url"
1267
- msgstr "عنوان موقع"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-da_DK.mo CHANGED
Binary file
languages/codepress-admin-columns-da_DK.po DELETED
@@ -1,1257 +0,0 @@
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 15:26+0200\n"
11
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
21
- "POT-Creation-Date: \n"
22
- "X-Generator: Poedit 1.8.5\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: ../codepress-admin-columns.php:451
27
- msgid "Edit columns"
28
- msgstr "Rediger kolonner"
29
-
30
- #: ../classes/addons.php:110
31
- msgid "Plugins"
32
- msgstr ""
33
-
34
- #: ../classes/addons.php:135
35
- msgid "Advanced Custom Fields"
36
- msgstr ""
37
-
38
- #: ../classes/addons.php:136
39
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
40
- msgstr ""
41
-
42
- #: ../classes/addons.php:141
43
- msgid "WooCommerce"
44
- msgstr ""
45
-
46
- #: ../classes/addons.php:142
47
- msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
- msgstr ""
49
-
50
- #: ../classes/column.php:624
51
- msgid "Thumbnail"
52
- msgstr "Miniaturebillede"
53
-
54
- #: ../classes/column.php:625
55
- msgid "Medium"
56
- msgstr "Medium"
57
-
58
- #: ../classes/column.php:626
59
- msgid "Large"
60
- msgstr "Stor"
61
-
62
- #: ../classes/column.php:627
63
- msgid "Full"
64
- msgstr "Fuld"
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 "Datoformat"
85
-
86
- #: ../classes/column.php:1090
87
- msgid "This will determine how the date will be displayed."
88
- msgstr "Dette vil bestmme hvordan datoen vil blive vist."
89
-
90
- #: ../classes/column.php:1096
91
- msgid "Example:"
92
- msgstr "Eksempel:"
93
-
94
- #: ../classes/column.php:1098
95
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
96
- msgstr ""
97
-
98
- #: ../classes/column.php:1099
99
- msgid "Documentation on date and time formatting."
100
- msgstr "Dokumentation for dato- og tidsformattering."
101
-
102
- #: ../classes/column.php:1113
103
- msgid "Excerpt length"
104
- msgstr "Længden for uddrag"
105
-
106
- #: ../classes/column.php:1114
107
- msgid "Number of words"
108
- msgstr "Antal ord"
109
-
110
- #: ../classes/column.php:1132
111
- msgid "Preview size"
112
- msgstr "Forhåndsvisningsstørrelse"
113
-
114
- #: ../classes/column.php1149, ../classes/storage_model.php:642
115
- msgid "Custom"
116
- msgstr "Brugerdefineret"
117
-
118
- #: ../classes/column.php1152, ../classes/column.php:1328
119
- msgid "width"
120
- msgstr "bredde"
121
-
122
- #: ../classes/column.php:1155
123
- msgid "height"
124
- msgstr "højde"
125
-
126
- #: ../classes/column.php:1167
127
- msgid "Before"
128
- msgstr "Før"
129
-
130
- #: ../classes/column.php:1167
131
- msgid "This text will appear before the custom field value."
132
- msgstr "Denne tekst vil blive vist før den brugerdefineret værdi."
133
-
134
- #: ../classes/column.php:1168
135
- msgid "After"
136
- msgstr "Efter"
137
-
138
- #: ../classes/column.php:1168
139
- msgid "This text will appear after the custom field value."
140
- msgstr "Denne tekst vil blive vist efter den brugerdefineret værdi."
141
-
142
- #: ../classes/column.php:1177
143
- msgid "Display Name"
144
- msgstr "Offentligt navn"
145
-
146
- #: ../classes/column.php1178, ../classes/settings.php:733
147
- msgid "First Name"
148
- msgstr "Fornavn"
149
-
150
- #: ../classes/column.php:1179
151
- msgid "Last Name"
152
- msgstr "Efternavn"
153
-
154
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
155
- msgid "Nickname"
156
- msgstr "Kaldenavn"
157
-
158
- #: ../classes/column.php:1181
159
- msgid "User Login"
160
- msgstr "Brugerlogin"
161
-
162
- #: ../classes/column.php:1182
163
- msgid "User Email"
164
- msgstr "Bruger e-mail"
165
-
166
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
167
- msgid "User ID"
168
- msgstr "Bruger ID"
169
-
170
- #: ../classes/column.php:1184
171
- msgid "First and Last Name"
172
- msgstr "For- og efternavn"
173
-
174
- #: ../classes/column.php:1187
175
- msgid "Display format"
176
- msgstr ""
177
-
178
- #: ../classes/column.php:1187
179
- msgid "This is the format of the author name."
180
- msgstr "Dette er formattet for forfatterens navn"
181
-
182
- #: ../classes/column.php:1350
183
- msgid "Edit"
184
- msgstr "Rediger"
185
-
186
- #: ../classes/column.php1352, ../classes/column.php:1444
187
- msgid "Clone"
188
- msgstr ""
189
-
190
- #: ../classes/column.php:1354
191
- msgid "Remove"
192
- msgstr "Fjern"
193
-
194
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
195
- msgid "Type"
196
- msgstr "Type"
197
-
198
- #: ../classes/column.php:1372
199
- msgid "Choose a column type."
200
- msgstr "Vælg en kolonne type."
201
-
202
- #: ../classes/column.php:1372
203
- msgid "Name"
204
- msgstr ""
205
-
206
- #: ../classes/column.php:1382
207
- msgid "Label"
208
- msgstr "Etikette"
209
-
210
- #: ../classes/column.php:1382
211
- msgid "This is the name which will appear as the column header."
212
- msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
213
-
214
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
215
- msgid "Width"
216
- msgstr "Bredde"
217
-
218
- #: ../classes/column.php:1391
219
- msgid "default"
220
- msgstr "standard"
221
-
222
- #: ../classes/column.php:1392
223
- msgid "auto"
224
- msgstr ""
225
-
226
- #: ../classes/column.php:1466
227
- msgid "Property To Display"
228
- msgstr ""
229
-
230
- #: ../classes/column.php:1472
231
- msgid "Post property to display for related post(s)."
232
- msgstr ""
233
-
234
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
235
- msgid "Link To"
236
- msgstr ""
237
-
238
- #: ../classes/column.php:1489
239
- msgid "Edit Post Author"
240
- msgstr ""
241
-
242
- #: ../classes/column.php:1490
243
- msgid "View Public Post Author Page"
244
- msgstr ""
245
-
246
- #: ../classes/column.php:1492
247
- msgid "Page the posts should link to."
248
- msgstr ""
249
-
250
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
251
- msgid "Admin Columns"
252
- msgstr "Admin Columns"
253
-
254
- #: ../classes/review_notice.php:58
255
- msgid "Admin Columns Pro"
256
- msgstr ""
257
-
258
- #: ../classes/review_notice.php:68
259
- msgid "click here"
260
- msgstr ""
261
-
262
- #: ../classes/review_notice.php:72
263
- msgid "Leave a review!"
264
- msgstr ""
265
-
266
- #: ../classes/review_notice.php:73
267
- msgid "Permanently hide notice"
268
- msgstr ""
269
-
270
- #: ../classes/review_notice.php:80
271
- msgid "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."
272
- msgstr ""
273
-
274
- #: ../classes/review_notice.php:82
275
- msgid "documentation page"
276
- msgstr ""
277
-
278
- #: ../classes/review_notice.php:86
279
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
280
- msgstr ""
281
-
282
- #: ../classes/review_notice.php:87
283
- msgid "our forums"
284
- msgstr ""
285
-
286
- #: ../classes/review_notice.php:91
287
- msgid "You can also find help on the %s, and %s."
288
- msgstr ""
289
-
290
- #: ../classes/review_notice.php:92
291
- msgid "Admin Columns forums on WordPress.org"
292
- msgstr ""
293
-
294
- #: ../classes/review_notice.php:93
295
- msgid "find answers to some frequently asked questions"
296
- msgstr ""
297
-
298
- #: ../classes/settings.php:113
299
- msgid "Add-on successfully activated."
300
- msgstr ""
301
-
302
- #: ../classes/settings.php:116
303
- msgid "Add-on successfully deactivated."
304
- msgstr ""
305
-
306
- #: ../classes/settings.php:170
307
- msgid "Admin Columns Settings"
308
- msgstr "Admin Kolonne Indstillinger"
309
-
310
- #: ../classes/settings.php:228
311
- msgid "%s column is already present and can not be duplicated."
312
- msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
313
-
314
- #: ../classes/settings.php:284
315
- msgid "Default settings succesfully restored."
316
- msgstr "Standard indstillinger gendannet med success."
317
-
318
- #: ../classes/settings.php:301
319
- msgid "Overview"
320
- msgstr "Overblik"
321
-
322
- #: ../classes/settings.php:304
323
- msgid ""
324
- "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."
325
- 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."
326
-
327
- #: ../classes/settings.php:307
328
- msgid "Basics"
329
- msgstr "Grundlæggende"
330
-
331
- #: ../classes/settings.php:309
332
- msgid "Change order"
333
- msgstr "Ændre rækkefølge"
334
-
335
- #: ../classes/settings.php:310
336
- msgid "By dragging the columns you can change the order which they will appear in."
337
- msgstr "Ved at trække i kolonnerne kan du ændre rækkefølgen, som de bliver vist i."
338
-
339
- #: ../classes/settings.php:311
340
- msgid "Change label"
341
- msgstr "Ændre etikette"
342
-
343
- #: ../classes/settings.php:312
344
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
345
- msgstr "Ved at klikke på trekanten vil du se kolonne valgmuligheder. Her kan du vælge hver etikette for kolonnernes overskrift. "
346
-
347
- #: ../classes/settings.php:313
348
- msgid "Change column width"
349
- msgstr "Ændre kolonnebredden"
350
-
351
- #: ../classes/settings.php:314
352
- msgid "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."
353
- msgstr "Tryk på trekanten for at se indstillingsmulighederne. Benyt slideren for at indstille kolonnebredden."
354
-
355
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
356
- msgid "Custom Field"
357
- msgstr "Brugerdefineret felt"
358
-
359
- #: ../classes/settings.php:320
360
- msgid "'Custom Field' column"
361
- msgstr "'Brugerdefineret felt' kolonne"
362
-
363
- #: ../classes/settings.php:321
364
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
365
- msgstr "Den 'brugerdefineret felt' kolonne benytter brugerdefineret felter fra indlæg og brugere. Der er 10 typer som du kan sætte."
366
-
367
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
368
- msgid "Default"
369
- msgstr "Standard"
370
-
371
- #: ../classes/settings.php:323
372
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
373
- msgstr "Værdi: Kan være enten en tekststreng eller en tabel. Tabeller vil blive fladtrykt og værdier separeret ved et ',' komma."
374
-
375
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
376
- msgid "Image"
377
- msgstr "Billede"
378
-
379
- #: ../classes/settings.php:324
380
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
381
- msgstr "Værdi: skal indeholde en billede URL eller vedhæftnings ID'er ( separeret ved et ',' komma )."
382
-
383
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
384
- msgid "Excerpt"
385
- msgstr "Uddrag"
386
-
387
- #: ../classes/settings.php:325
388
- msgid "Value: This will show the first 20 words of the Post content."
389
- msgstr "Værdi: Dette vil vise de første 20 ord af indlæggets indhold."
390
-
391
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
392
- msgid "Multiple Values"
393
- msgstr "Flere værdier"
394
-
395
- #: ../classes/settings.php:326
396
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
397
- msgstr "Værdi: skal være en tabel. Dette vil fladtrykke enhver ( multi dimensionel ) tabel."
398
-
399
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
400
- msgid "Numeric"
401
- msgstr "Numerisk"
402
-
403
- #: ../classes/settings.php:327
404
- msgid "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."
405
- 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."
406
-
407
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
408
- msgid "Date"
409
- msgstr "Dato"
410
-
411
- #: ../classes/settings.php:328
412
- msgid "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."
413
- 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."
414
-
415
- #: ../classes/settings.php:329
416
- msgid "Post Titles"
417
- msgstr "Indlægstitler"
418
-
419
- #: ../classes/settings.php:329
420
- msgid "Value: can be one or more Post ID's (seperated by ',')."
421
- msgstr "Værdi: kan være ét eller flere indlægs ID'er (separeret med ',')"
422
-
423
- #: ../classes/settings.php:330
424
- msgid "Usernames"
425
- msgstr "Brugernavne"
426
-
427
- #: ../classes/settings.php:330
428
- msgid "Value: can be one or more User ID's (seperated by ',')."
429
- msgstr "Værdi: kan være ét eller flere bruger ID'er (separeret med ',')"
430
-
431
- #: ../classes/settings.php:331
432
- msgid "Checkmark"
433
- msgstr "Flueben"
434
-
435
- #: ../classes/settings.php:331
436
- msgid "Value: should be a 1 (one) or 0 (zero)."
437
- msgstr "Værdi: skal være 1 (en) eller 0 (nul)."
438
-
439
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
440
- msgid "Color"
441
- msgstr "Farve"
442
-
443
- #: ../classes/settings.php:332
444
- msgid "Value: hex value color, such as #808080."
445
- msgstr "Værdi: hex værdi farve, for eksempel #808080."
446
-
447
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
448
- msgid "Counter"
449
- msgstr ""
450
-
451
- #: ../classes/settings.php:333
452
- msgid "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."
453
- msgstr ""
454
-
455
- #: ../classes/settings.php:422
456
- msgid "Welcome to Admin Columns"
457
- msgstr "Velkommen til Admin Columns"
458
-
459
- #: ../classes/settings.php:425
460
- msgid "Thank you for updating to the latest version!"
461
- msgstr "Tak fordi du opdaterede til den seneste version!"
462
-
463
- #: ../classes/settings.php:426
464
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
465
- msgstr "Admin Columns er mere poleret og behageligt end nogensinde før. Vi håber du kan lide det."
466
-
467
- #: ../classes/settings.php:431
468
- msgid "What’s New"
469
- msgstr "Hvad er nyt"
470
-
471
- #: ../classes/settings.php:432
472
- msgid "Changelog"
473
- msgstr "Ændringslog"
474
-
475
- #: ../classes/settings.php:437
476
- msgid "Important"
477
- msgstr "Vigtigt"
478
-
479
- #: ../classes/settings.php:439
480
- msgid "Database Changes"
481
- msgstr "Database ændringer"
482
-
483
- #: ../classes/settings.php:440
484
- msgid "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."
485
- 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."
486
-
487
- #: ../classes/settings.php:443
488
- msgid "Make sure you backup your database and then click"
489
- msgstr "Vær sikker på at du tager backup af din database og derefter klikker"
490
-
491
- #: ../classes/settings.php443, ../classes/upgrade.php:143
492
- msgid "Upgrade Database"
493
- msgstr "Opgradér database"
494
-
495
- #: ../classes/settings.php:446
496
- msgid "Potential Issues"
497
- msgstr "Mulige problemer"
498
-
499
- #: ../classes/settings.php:447
500
- msgid "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"
501
- 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"
502
-
503
- #: ../classes/settings.php:447
504
- msgid "Migrating from v1 to v2"
505
- msgstr "Migration fra v1 til v2"
506
-
507
- #: ../classes/settings.php:447
508
- msgid "guide to view the full list of changes."
509
- msgstr "guide for at vise den fulde liste med ændringer."
510
-
511
- #: ../classes/settings.php:447
512
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
513
- msgstr ""
514
-
515
- #: ../classes/settings.php:450
516
- msgid "Important!"
517
- msgstr "Vigtigt!"
518
-
519
- #: ../classes/settings.php:450
520
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
521
- msgstr "Hvis du har opdateret Admin Columns plugin uden tidligere viden om sådanne ændringer, venligst gå tilbage til den seneste"
522
-
523
- #: ../classes/settings.php:450
524
- msgid "version 1"
525
- msgstr "version 1"
526
-
527
- #: ../classes/settings.php:450
528
- msgid "of this plugin."
529
- msgstr "af dette plugin."
530
-
531
- #: ../classes/settings.php:456
532
- msgid "Changelog for"
533
- msgstr "Ændringslog for"
534
-
535
- #: ../classes/settings.php471, ../classes/upgrade.php:63
536
- msgid "Learn more"
537
- msgstr "Lær mere"
538
-
539
- #: ../classes/settings.php:481
540
- msgid "Start using Admin Columns"
541
- msgstr "Gå i gang med at bruge Admin Columns"
542
-
543
- #: ../classes/settings.php:500
544
- msgid "General Settings"
545
- msgstr "Generelle indstillinger"
546
-
547
- #: ../classes/settings.php:501
548
- msgid "Customize your Admin Columns settings."
549
- msgstr "Tilpas din Admin Columns indstillinger."
550
-
551
- #: ../classes/settings.php:512
552
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
553
- msgstr ""
554
-
555
- #: ../classes/settings.php:559
556
- msgid "Restore Settings"
557
- msgstr "Gendan indstillinger"
558
-
559
- #: ../classes/settings.php:560
560
- msgid "This will delete all column settings and restore the default settings."
561
- msgstr "Dette vil slette alle kolonneindstillinger og gendanne standardindstillingerne."
562
-
563
- #: ../classes/settings.php:566
564
- msgid "Restore default settings"
565
- msgstr "Gendan standard indstillinger"
566
-
567
- #: ../classes/settings.php:566
568
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
569
- msgstr ""
570
-
571
- #: ../classes/settings.php:582
572
- msgid "Posttypes"
573
- msgstr ""
574
-
575
- #: ../classes/settings.php:583
576
- msgid "Others"
577
- msgstr ""
578
-
579
- #: ../classes/settings.php:584
580
- msgid "Taxonomies"
581
- msgstr ""
582
-
583
- #: ../classes/settings.php:600
584
- msgid "Settings"
585
- msgstr "Indstillinger"
586
-
587
- #: ../classes/settings.php:601
588
- msgid "Add-ons"
589
- msgstr ""
590
-
591
- #: ../classes/settings.php:669
592
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
593
- msgstr ""
594
-
595
- #: ../classes/settings.php:679
596
- msgid "Store settings"
597
- msgstr "Gem indstillinger"
598
-
599
- #: ../classes/settings.php:687
600
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
601
- msgstr ""
602
-
603
- #: ../classes/settings.php:688
604
- msgid "Restore"
605
- msgstr "Gendan"
606
-
607
- #: ../classes/settings.php:688
608
- msgid "columns"
609
- msgstr "kolonner"
610
-
611
- #: ../classes/settings.php:707
612
- msgid "Get Admin Columns Pro"
613
- msgstr ""
614
-
615
- #: ../classes/settings.php:711
616
- msgid "Add Sorting"
617
- msgstr "Tilføj sortering"
618
-
619
- #: ../classes/settings.php:712
620
- msgid "Add Filtering"
621
- msgstr "Tilføj filtrering"
622
-
623
- #: ../classes/settings.php:713
624
- msgid "Add Import/Export"
625
- msgstr "Tilføj import/eksport"
626
-
627
- #: ../classes/settings.php:714
628
- msgid "Add Direct Editing"
629
- msgstr ""
630
-
631
- #: ../classes/settings.php:717
632
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
633
- msgstr ""
634
-
635
- #: ../classes/settings.php:730
636
- msgid "Subscribe to receive news &amp; updates below."
637
- msgstr ""
638
-
639
- #: ../classes/settings.php:737
640
- msgid "Your Email"
641
- msgstr ""
642
-
643
- #: ../classes/settings.php:748
644
- msgid "Are you happy with Admin Columns?"
645
- msgstr ""
646
-
647
- #: ../classes/settings.php:756
648
- msgid "What's wrong? Need help? Let us know!"
649
- msgstr ""
650
-
651
- #: ../classes/settings.php:757
652
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
653
- msgstr ""
654
-
655
- #: ../classes/settings.php:765
656
- msgid "Docs"
657
- msgstr ""
658
-
659
- #: ../classes/settings.php:770
660
- msgid "Forums"
661
- msgstr ""
662
-
663
- #: ../classes/settings.php:779
664
- msgid "Woohoo! We're glad to hear that!"
665
- msgstr ""
666
-
667
- #: ../classes/settings.php:780
668
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
669
- msgstr ""
670
-
671
- #: ../classes/settings.php:784
672
- msgid "Rate"
673
- msgstr ""
674
-
675
- #: ../classes/settings.php:795
676
- msgid "Tweet"
677
- msgstr ""
678
-
679
- #: ../classes/settings.php:805
680
- msgid "Buy Pro"
681
- msgstr ""
682
-
683
- #: ../classes/settings.php:817
684
- msgid "Support"
685
- msgstr "Hjælp"
686
-
687
- #: ../classes/settings.php:820
688
- msgid "Check the <strong>Help</strong> section in the top-right screen."
689
- msgstr "Tjek <strong>Hjælp</strong> sektionen i toppen til højre af skærmen."
690
-
691
- #: ../classes/settings.php:823
692
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
693
- msgstr "For fuld dokumentation, fejlrapporter, forslag til funktioner og andre tips <a href='%s'>besøg Admin Columns hjemmeside</a>"
694
-
695
- #: ../classes/settings.php:852
696
- msgid "Drag and drop to reorder"
697
- msgstr "Træk og slip for at ændre rækkefølgen"
698
-
699
- #: ../classes/settings.php:855
700
- msgid "Add Column"
701
- msgstr "Tilføj kolonne"
702
-
703
- #: ../classes/settings.php:936
704
- msgid "Active"
705
- msgstr ""
706
-
707
- #: ../classes/settings.php:937
708
- msgid "Deactivate"
709
- msgstr ""
710
-
711
- #: ../classes/settings.php:944
712
- msgid "Installed"
713
- msgstr ""
714
-
715
- #: ../classes/settings.php:945
716
- msgid "Activate"
717
- msgstr ""
718
-
719
- #: ../classes/settings.php:959
720
- msgid "Download & Install"
721
- msgstr ""
722
-
723
- #: ../classes/settings.php:964
724
- msgid "Get this add-on"
725
- msgstr ""
726
-
727
- #: ../classes/storage_model.php:262
728
- msgid "settings succesfully restored."
729
- msgstr "indstillinger er gendannet med success."
730
-
731
- #: ../classes/storage_model.php:278
732
- msgid "No columns settings available."
733
- msgstr "Ingen kolonneindstillinger tilgængelige."
734
-
735
- #: ../classes/storage_model.php:299
736
- msgid "You are trying to store the same settings for %s."
737
- msgstr "Du forsøger at gemme samme indstillinger for %s."
738
-
739
- #: ../classes/storage_model.php:303
740
- msgid "Settings for %s updated successfully."
741
- msgstr ""
742
-
743
- #: ../classes/storage_model.php:643
744
- msgid "Columns by Plugins"
745
- msgstr ""
746
-
747
- #: ../classes/storage_model.php:862
748
- msgid "View"
749
- msgstr "Vis"
750
-
751
- #: ../classes/upgrade.php:62
752
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
753
- msgstr ""
754
-
755
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
756
- msgid "Upgrade"
757
- msgstr "Opgrader"
758
-
759
- #: ../classes/upgrade.php:136
760
- msgid "requires a database upgrade"
761
- msgstr "en opgradering af databasen er påkrævet"
762
-
763
- #: ../classes/upgrade.php:139
764
- msgid "why?"
765
- msgstr "hvorfor?"
766
-
767
- #: ../classes/upgrade.php:140
768
- msgid "Please"
769
- msgstr "Venligst"
770
-
771
- #: ../classes/upgrade.php:141
772
- msgid "backup your database"
773
- msgstr "tag backup af din database"
774
-
775
- #: ../classes/upgrade.php:142
776
- msgid "then click"
777
- msgstr "derefter klik"
778
-
779
- #: ../classes/upgrade.php:351
780
- msgid "Migrating Column Settings"
781
- msgstr "Migration af kolonne indstillinger"
782
-
783
- #: ../classes/upgrade.php:387
784
- msgid "No Upgrade Required"
785
- msgstr "Ingen opgradering er påkrævet"
786
-
787
- #: ../classes/upgrade.php:388
788
- msgid "Return to welcome screen."
789
- msgstr "Gå tilbage til velkomstskærmen."
790
-
791
- #: ../classes/upgrade.php:406
792
- msgid "Upgrade Complete!"
793
- msgstr "Opgradering fuldført!"
794
-
795
- #: ../classes/upgrade.php:406
796
- msgid "Return to settings."
797
- msgstr "Gå tilbage til indstillinger."
798
-
799
- #: ../classes/upgrade.php:407
800
- msgid "Error"
801
- msgstr "Fejl"
802
-
803
- #: ../classes/upgrade.php:408
804
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
805
- msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
806
-
807
- #: ../classes/column/acf-placeholder.php:19
808
- msgid "ACF Field"
809
- msgstr ""
810
-
811
- #: ../classes/column/acf-placeholder.php:35
812
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
813
- msgstr ""
814
-
815
- #: ../classes/column/acf-placeholder.php:38
816
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
817
- msgstr ""
818
-
819
- #: ../classes/column/acf-placeholder.php:44
820
- msgid "Find out more"
821
- msgstr ""
822
-
823
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
824
- msgid "Actions"
825
- msgstr "Handlinger"
826
-
827
- #: ../classes/column/actions.php:96
828
- msgid "Use icons?"
829
- msgstr ""
830
-
831
- #: ../classes/column/actions.php:96
832
- msgid "Use icons instead of text for displaying the actions."
833
- msgstr ""
834
-
835
- #: ../classes/column/custom-field.php:96
836
- msgid "Checkmark (true/false)"
837
- msgstr "Flueben (ja/nej)"
838
-
839
- #: ../classes/column/custom-field.php:102
840
- msgid "Media Library"
841
- msgstr "Mediebibliotek"
842
-
843
- #: ../classes/column/custom-field.php:105
844
- msgid "Post Title (Post ID's)"
845
- msgstr "Indlæg titel (Indlæg ID)"
846
-
847
- #: ../classes/column/custom-field.php:106
848
- msgid "Username (User ID's)"
849
- msgstr "Brugernavn (Bruger ID'er)"
850
-
851
- #: ../classes/column/custom-field.php:107
852
- msgid "Term Name (Term ID's)"
853
- msgstr ""
854
-
855
- #: ../classes/column/custom-field.php:391
856
- msgid "Select your custom field."
857
- msgstr "Vælg dit brugerdefineret felt."
858
-
859
- #: ../classes/column/custom-field.php:401
860
- msgid "No custom fields available."
861
- msgstr "Ingen brugerdefineret felter tilgængelige."
862
-
863
- #: ../classes/column/custom-field.php:401
864
- msgid "Please create a %s item first."
865
- msgstr ""
866
-
867
- #: ../classes/column/custom-field.php:408
868
- msgid "Field Type"
869
- msgstr "Felttype"
870
-
871
- #: ../classes/column/custom-field.php:408
872
- msgid "This will determine how the value will be displayed."
873
- msgstr "Dette afgør hvordan værdien vil blive vist."
874
-
875
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
876
- msgid "Taxonomy"
877
- msgstr "Taksonomi"
878
-
879
- #: ../classes/column/used-by-menu.php:20
880
- msgid "Used by Menu"
881
- msgstr ""
882
-
883
- #: ../classes/column/used-by-menu.php:133
884
- msgid "Link to menu"
885
- msgstr ""
886
-
887
- #: ../classes/column/used-by-menu.php:133
888
- msgid "This will make the title link to the menu."
889
- msgstr ""
890
-
891
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
892
- msgid "ID"
893
- msgstr "ID"
894
-
895
- #: ../classes/column/comment/agent.php:19
896
- msgid "Agent"
897
- msgstr "Agent"
898
-
899
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
900
- msgid "Approved"
901
- msgstr "Godkendt"
902
-
903
- #: ../classes/column/comment/author-avatar.php:19
904
- msgid "Avatar"
905
- msgstr "Avatar"
906
-
907
- #: ../classes/column/comment/author-email.php:19
908
- msgid "Author email"
909
- msgstr "Forfatter email"
910
-
911
- #: ../classes/column/comment/author-ip.php:19
912
- msgid "Author IP"
913
- msgstr "Forfatter IP"
914
-
915
- #: ../classes/column/comment/author-name.php:12
916
- msgid "Author name"
917
- msgstr ""
918
-
919
- #: ../classes/column/comment/author-url.php:19
920
- msgid "Author url"
921
- msgstr "Forfatter webadresse"
922
-
923
- #: ../classes/column/comment/author.php:19
924
- msgid "Author"
925
- msgstr "Forfatter"
926
-
927
- #: ../classes/column/comment/date-gmt.php:19
928
- msgid "Date GMT"
929
- msgstr "Dato GMT"
930
-
931
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
932
- msgid "Content"
933
- msgstr ""
934
-
935
- #: ../classes/column/comment/post.php:19
936
- msgid "Post"
937
- msgstr ""
938
-
939
- #: ../classes/column/comment/reply-to.php:19
940
- msgid "In Reply To"
941
- msgstr "Som svar på"
942
-
943
- #: ../classes/column/comment/user.php:11
944
- msgid "User"
945
- msgstr ""
946
-
947
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
948
- msgid "Word count"
949
- msgstr "Antal ord"
950
-
951
- #: ../classes/column/media/alternate-text.php:19
952
- msgid "Alt"
953
- msgstr "Alt"
954
-
955
- #: ../classes/column/media/attached-to.php:19
956
- msgid "Attached to post"
957
- msgstr ""
958
-
959
- #: ../classes/column/media/available-sizes.php:20
960
- msgid "Available Sizes"
961
- msgstr "Tilgængelige størrelser"
962
-
963
- #: ../classes/column/media/available-sizes.php:40
964
- msgid "full size"
965
- msgstr "fuld størrelse"
966
-
967
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
968
- msgid "Caption"
969
- msgstr "Titeltekst"
970
-
971
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
972
- msgid "Description"
973
- msgstr "Beskrivelse"
974
-
975
- #: ../classes/column/media/dimensions.php:19
976
- msgid "Dimensions"
977
- msgstr "Mål"
978
-
979
- #: ../classes/column/media/exif-data.php:19
980
- msgid "EXIF data"
981
- msgstr "EXIF data"
982
-
983
- #: ../classes/column/media/exif-data.php:38
984
- msgid "Aperture"
985
- msgstr "Aperture"
986
-
987
- #: ../classes/column/media/exif-data.php:39
988
- msgid "Credit"
989
- msgstr "Credit"
990
-
991
- #: ../classes/column/media/exif-data.php:40
992
- msgid "Camera"
993
- msgstr "Kamera"
994
-
995
- #: ../classes/column/media/exif-data.php:42
996
- msgid "Timestamp"
997
- msgstr "Timestamp"
998
-
999
- #: ../classes/column/media/exif-data.php:43
1000
- msgid "Copyright EXIF"
1001
- msgstr "Copyright EXIF"
1002
-
1003
- #: ../classes/column/media/exif-data.php:44
1004
- msgid "Focal Length"
1005
- msgstr "Focal Length"
1006
-
1007
- #: ../classes/column/media/exif-data.php:45
1008
- msgid "ISO"
1009
- msgstr "ISO"
1010
-
1011
- #: ../classes/column/media/exif-data.php:46
1012
- msgid "Shutter Speed"
1013
- msgstr "Shutter Speed"
1014
-
1015
- #: ../classes/column/media/exif-data.php:47
1016
- msgid "Title"
1017
- msgstr "Title"
1018
-
1019
- #: ../classes/column/media/file-name.php:19
1020
- msgid "File name"
1021
- msgstr "Filnavn"
1022
-
1023
- #: ../classes/column/media/file-size.php:19
1024
- msgid "File size"
1025
- msgstr "Filstørrelse"
1026
-
1027
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1028
- msgid "Full path"
1029
- msgstr "Fuld sti"
1030
-
1031
- #: ../classes/column/media/full-path.php:83
1032
- msgid "Path scope"
1033
- msgstr ""
1034
-
1035
- #: ../classes/column/media/full-path.php:84
1036
- msgid "Part of the file path to display"
1037
- msgstr ""
1038
-
1039
- #: ../classes/column/media/full-path.php:97
1040
- msgid "Relative to domain"
1041
- msgstr ""
1042
-
1043
- #: ../classes/column/media/full-path.php:102
1044
- msgid "Relative to main uploads folder "
1045
- msgstr ""
1046
-
1047
- #: ../classes/column/media/height.php:19
1048
- msgid "Height"
1049
- msgstr "Højde"
1050
-
1051
- #: ../classes/column/media/mime-type.php:19
1052
- msgid "Mime type"
1053
- msgstr "Mime type"
1054
-
1055
- #: ../classes/column/post/attachment-count.php:19
1056
- msgid "No. of Attachments"
1057
- msgstr "Antal vedhæftede filer"
1058
-
1059
- #: ../classes/column/post/attachment.php:19
1060
- msgid "Attachments"
1061
- msgstr ""
1062
-
1063
- #: ../classes/column/post/author-name.php:20
1064
- msgid "Display Author As"
1065
- msgstr "Vis forfatter som"
1066
-
1067
- #: ../classes/column/post/author-name.php:100
1068
- msgid "View Public Author Page"
1069
- msgstr ""
1070
-
1071
- #: ../classes/column/post/author-name.php:102
1072
- msgid "Page the author name should link to."
1073
- msgstr ""
1074
-
1075
- #: ../classes/column/post/before-moretag.php:19
1076
- msgid "Before More Tag"
1077
- msgstr "Før mere-mærket"
1078
-
1079
- #: ../classes/column/post/comment-count.php:20
1080
- msgid "Comment count"
1081
- msgstr "Antal kommentare"
1082
-
1083
- #: ../classes/column/post/comment-count.php:34
1084
- msgid "Total"
1085
- msgstr "Total"
1086
-
1087
- #: ../classes/column/post/comment-count.php:36
1088
- msgid "Pending"
1089
- msgstr "Afventende"
1090
-
1091
- #: ../classes/column/post/comment-count.php:37
1092
- msgid "Spam"
1093
- msgstr "Spam"
1094
-
1095
- #: ../classes/column/post/comment-count.php:38
1096
- msgid "Trash"
1097
- msgstr "Papirkurv"
1098
-
1099
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1100
- msgid "Comment status"
1101
- msgstr "Kommentar status"
1102
-
1103
- #: ../classes/column/post/comment-count.php:99
1104
- msgid "Select which comment status you like to display."
1105
- msgstr "Vælg hvilken kommentarstatus du vil vise."
1106
-
1107
- #: ../classes/column/post/depth.php:19
1108
- msgid "Depth"
1109
- msgstr ""
1110
-
1111
- #: ../classes/column/post/estimated-reading-time.php:19
1112
- msgid "Estimated Reading Time"
1113
- msgstr ""
1114
-
1115
- #: ../classes/column/post/estimated-reading-time.php:66
1116
- msgid "second"
1117
- msgid_plural "seconds"
1118
- msgstr[0] ""
1119
- msgstr[1] ""
1120
-
1121
- #: ../classes/column/post/estimated-reading-time.php:69
1122
- msgid "minute"
1123
- msgid_plural "minutes"
1124
- msgstr[0] ""
1125
- msgstr[1] ""
1126
-
1127
- #: ../classes/column/post/estimated-reading-time.php:107
1128
- msgid "Words per minute"
1129
- msgstr ""
1130
-
1131
- #: ../classes/column/post/estimated-reading-time.php:108
1132
- msgid "Estimated reading time in words per minute"
1133
- msgstr ""
1134
-
1135
- #: ../classes/column/post/featured-image.php:19
1136
- msgid "Featured Image"
1137
- msgstr "Udvalgt billede"
1138
-
1139
- #: ../classes/column/post/formats.php:19
1140
- msgid "Post Format"
1141
- msgstr "Indlæg format"
1142
-
1143
- #: ../classes/column/post/last-modified-author.php:20
1144
- msgid "Last Modified Author"
1145
- msgstr ""
1146
-
1147
- #: ../classes/column/post/modified.php:19
1148
- msgid "Last modified"
1149
- msgstr "Sidst ændret"
1150
-
1151
- #: ../classes/column/post/order.php:19
1152
- msgid "Order"
1153
- msgstr ""
1154
-
1155
- #: ../classes/column/post/page-template.php:19
1156
- msgid "Page Template"
1157
- msgstr "Sideskabelon"
1158
-
1159
- #: ../classes/column/post/parent.php:19
1160
- msgid "Parent"
1161
- msgstr "Forældre"
1162
-
1163
- #: ../classes/column/post/path.php:19
1164
- msgid "Path"
1165
- msgstr ""
1166
-
1167
- #: ../classes/column/post/permalink.php:19
1168
- msgid "Permalink"
1169
- msgstr ""
1170
-
1171
- #: ../classes/column/post/permalink.php:68
1172
- msgid "Link to post"
1173
- msgstr ""
1174
-
1175
- #: ../classes/column/post/permalink.php:68
1176
- msgid "This will make the permalink clickable."
1177
- msgstr ""
1178
-
1179
- #: ../classes/column/post/ping-status.php:19
1180
- msgid "Ping status"
1181
- msgstr "Ping status"
1182
-
1183
- #: ../classes/column/post/roles.php:19
1184
- msgid "Roles"
1185
- msgstr "Roller"
1186
-
1187
- #: ../classes/column/post/shortcodes.php:19
1188
- msgid "Shortcodes"
1189
- msgstr ""
1190
-
1191
- #: ../classes/column/post/slug.php:19
1192
- msgid "Slug"
1193
- msgstr "Kort titel"
1194
-
1195
- #: ../classes/column/post/status.php:21
1196
- msgid "Status"
1197
- msgstr "Status"
1198
-
1199
- #: ../classes/column/post/sticky.php:19
1200
- msgid "Sticky"
1201
- msgstr "Opslag"
1202
-
1203
- #: ../classes/column/post/title-raw.php:19
1204
- msgid "Title without actions"
1205
- msgstr ""
1206
-
1207
- #: ../classes/column/link/length.php:19
1208
- msgid "Length"
1209
- msgstr "Længde"
1210
-
1211
- #: ../classes/column/link/notes.php:19
1212
- msgid "Notes"
1213
- msgstr "Noter"
1214
-
1215
- #: ../classes/column/link/owner.php:19
1216
- msgid "Owner"
1217
- msgstr "Ejer"
1218
-
1219
- #: ../classes/column/link/rss.php:19
1220
- msgid "Rss"
1221
- msgstr "Rss"
1222
-
1223
- #: ../classes/column/link/target.php:19
1224
- msgid "Target"
1225
- msgstr "Mål"
1226
-
1227
- #: ../classes/column/user/display-name.php:19
1228
- msgid "Display name"
1229
- msgstr ""
1230
-
1231
- #: ../classes/column/user/first-name.php:19
1232
- msgid "First name"
1233
- msgstr "Fornavn"
1234
-
1235
- #: ../classes/column/user/last-name.php:19
1236
- msgid "Last name"
1237
- msgstr "Efternavn"
1238
-
1239
- #: ../classes/column/user/post-count.php:19
1240
- msgid "Post Count"
1241
- msgstr "Antal indlæg"
1242
-
1243
- #: ../classes/column/user/post-count.php:89
1244
- msgid "Post Type"
1245
- msgstr "Indlægstype"
1246
-
1247
- #: ../classes/column/user/registered.php:19
1248
- msgid "Registered"
1249
- msgstr "Registreret"
1250
-
1251
- #: ../classes/column/user/rich-editing.php:19
1252
- msgid "Visual Editor"
1253
- msgstr ""
1254
-
1255
- #: ../classes/column/user/url.php:19
1256
- msgid "Url"
1257
- msgstr "Webadresse"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-es_ES.mo CHANGED
Binary file
languages/codepress-admin-columns-es_ES.po DELETED
@@ -1,1255 +0,0 @@
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 15:26+0200\n"
10
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
20
- "POT-Creation-Date: \n"
21
- "X-Generator: Poedit 1.8.5\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: ../codepress-admin-columns.php:451
26
- msgid "Edit columns"
27
- msgstr "Editar columnas"
28
-
29
- #: ../classes/addons.php:110
30
- msgid "Plugins"
31
- msgstr ""
32
-
33
- #: ../classes/addons.php:135
34
- msgid "Advanced Custom Fields"
35
- msgstr "Campos Personalizados Avanzados"
36
-
37
- #: ../classes/addons.php:136
38
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in 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 "Enhance the products, orders and coupons overviews with new columns and inline editing."
47
- msgstr ""
48
-
49
- #: ../classes/column.php:624
50
- msgid "Thumbnail"
51
- msgstr "Miniatura"
52
-
53
- #: ../classes/column.php:625
54
- msgid "Medium"
55
- msgstr "Medio"
56
-
57
- #: ../classes/column.php:626
58
- msgid "Large"
59
- msgstr "Largo"
60
-
61
- #: ../classes/column.php:627
62
- msgid "Full"
63
- msgstr "Completo"
64
-
65
- #: ../classes/column.php:1059
66
- msgid "Exact match"
67
- msgstr ""
68
-
69
- #: ../classes/column.php:1060
70
- msgid "Lesser than"
71
- msgstr ""
72
-
73
- #: ../classes/column.php:1061
74
- msgid "Greater than"
75
- msgstr ""
76
-
77
- #: ../classes/column.php:1062
78
- msgid "Between"
79
- msgstr ""
80
-
81
- #: ../classes/column.php:1089
82
- msgid "Date Format"
83
- msgstr "Formato de Fecha"
84
-
85
- #: ../classes/column.php:1090
86
- msgid "This will determine how the date will be displayed."
87
- msgstr "Esto determinará cómo la fecha se mostrará."
88
-
89
- #: ../classes/column.php:1096
90
- msgid "Example:"
91
- msgstr "Ejemplo:"
92
-
93
- #: ../classes/column.php:1098
94
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
95
- msgstr ""
96
-
97
- #: ../classes/column.php:1099
98
- msgid "Documentation on date and time formatting."
99
- msgstr "Documentación en formato de fecha y hora."
100
-
101
- #: ../classes/column.php:1113
102
- msgid "Excerpt length"
103
- msgstr "Tamaño de extracto"
104
-
105
- #: ../classes/column.php:1114
106
- msgid "Number of words"
107
- msgstr "Número de palabras"
108
-
109
- #: ../classes/column.php:1132
110
- msgid "Preview size"
111
- msgstr "Tamaño de vista previa"
112
-
113
- #: ../classes/column.php1149, ../classes/storage_model.php:642
114
- msgid "Custom"
115
- msgstr "Personalizado"
116
-
117
- #: ../classes/column.php1152, ../classes/column.php:1328
118
- msgid "width"
119
- msgstr "ancho"
120
-
121
- #: ../classes/column.php:1155
122
- msgid "height"
123
- msgstr "largo"
124
-
125
- #: ../classes/column.php:1167
126
- msgid "Before"
127
- msgstr "Antes"
128
-
129
- #: ../classes/column.php:1167
130
- msgid "This text will appear before the custom field value."
131
- msgstr "Este texto aparecerá antes del valor del campo personalizado."
132
-
133
- #: ../classes/column.php:1168
134
- msgid "After"
135
- msgstr "Después"
136
-
137
- #: ../classes/column.php:1168
138
- msgid "This text will appear after the custom field value."
139
- msgstr "Este texto aparecerá después del valor del campo personalizado."
140
-
141
- #: ../classes/column.php:1177
142
- msgid "Display Name"
143
- msgstr "Nombre a Mostrar"
144
-
145
- #: ../classes/column.php1178, ../classes/settings.php:733
146
- msgid "First Name"
147
- msgstr "Primer Nombre"
148
-
149
- #: ../classes/column.php:1179
150
- msgid "Last Name"
151
- msgstr "Apellido"
152
-
153
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
154
- msgid "Nickname"
155
- msgstr "Alias"
156
-
157
- #: ../classes/column.php:1181
158
- msgid "User Login"
159
- msgstr "Nombre de Usuario"
160
-
161
- #: ../classes/column.php:1182
162
- msgid "User Email"
163
- msgstr "Email de Usuario"
164
-
165
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
166
- msgid "User ID"
167
- msgstr "ID de Usuario"
168
-
169
- #: ../classes/column.php:1184
170
- msgid "First and Last Name"
171
- msgstr "Primer Nombre y Apellido"
172
-
173
- #: ../classes/column.php:1187
174
- msgid "Display format"
175
- msgstr ""
176
-
177
- #: ../classes/column.php:1187
178
- msgid "This is the format of the author name."
179
- msgstr "Esto es el formato del nombre del autor."
180
-
181
- #: ../classes/column.php:1350
182
- msgid "Edit"
183
- msgstr "Editar"
184
-
185
- #: ../classes/column.php1352, ../classes/column.php:1444
186
- msgid "Clone"
187
- msgstr ""
188
-
189
- #: ../classes/column.php:1354
190
- msgid "Remove"
191
- msgstr "Borrar"
192
-
193
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
194
- msgid "Type"
195
- msgstr "Tipo"
196
-
197
- #: ../classes/column.php:1372
198
- msgid "Choose a column type."
199
- msgstr "Escoger un tipo de columna."
200
-
201
- #: ../classes/column.php:1372
202
- msgid "Name"
203
- msgstr ""
204
-
205
- #: ../classes/column.php:1382
206
- msgid "Label"
207
- msgstr "Etiqueta"
208
-
209
- #: ../classes/column.php:1382
210
- msgid "This is the name which will appear as the column header."
211
- msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
212
-
213
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
214
- msgid "Width"
215
- msgstr "Ancho"
216
-
217
- #: ../classes/column.php:1391
218
- msgid "default"
219
- msgstr "por defecto"
220
-
221
- #: ../classes/column.php:1392
222
- msgid "auto"
223
- msgstr ""
224
-
225
- #: ../classes/column.php:1466
226
- msgid "Property To Display"
227
- msgstr ""
228
-
229
- #: ../classes/column.php:1472
230
- msgid "Post property to display for related post(s)."
231
- msgstr ""
232
-
233
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
234
- msgid "Link To"
235
- msgstr ""
236
-
237
- #: ../classes/column.php:1489
238
- msgid "Edit Post Author"
239
- msgstr ""
240
-
241
- #: ../classes/column.php:1490
242
- msgid "View Public Post Author Page"
243
- msgstr ""
244
-
245
- #: ../classes/column.php:1492
246
- msgid "Page the posts should link to."
247
- msgstr ""
248
-
249
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
250
- msgid "Admin Columns"
251
- msgstr "Admin Columns"
252
-
253
- #: ../classes/review_notice.php:58
254
- msgid "Admin Columns Pro"
255
- msgstr ""
256
-
257
- #: ../classes/review_notice.php:68
258
- msgid "click here"
259
- msgstr ""
260
-
261
- #: ../classes/review_notice.php:72
262
- msgid "Leave a review!"
263
- msgstr ""
264
-
265
- #: ../classes/review_notice.php:73
266
- msgid "Permanently hide notice"
267
- msgstr ""
268
-
269
- #: ../classes/review_notice.php:80
270
- msgid "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."
271
- msgstr ""
272
-
273
- #: ../classes/review_notice.php:82
274
- msgid "documentation page"
275
- msgstr ""
276
-
277
- #: ../classes/review_notice.php:86
278
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
279
- msgstr ""
280
-
281
- #: ../classes/review_notice.php:87
282
- msgid "our forums"
283
- msgstr ""
284
-
285
- #: ../classes/review_notice.php:91
286
- msgid "You can also find help on the %s, and %s."
287
- msgstr ""
288
-
289
- #: ../classes/review_notice.php:92
290
- msgid "Admin Columns forums on WordPress.org"
291
- msgstr ""
292
-
293
- #: ../classes/review_notice.php:93
294
- msgid "find answers to some frequently asked questions"
295
- msgstr ""
296
-
297
- #: ../classes/settings.php:113
298
- msgid "Add-on successfully activated."
299
- msgstr "Add-on activado satisfactoriamente."
300
-
301
- #: ../classes/settings.php:116
302
- msgid "Add-on successfully deactivated."
303
- msgstr "Add-on desactivado satisfactoriamente."
304
-
305
- #: ../classes/settings.php:170
306
- msgid "Admin Columns Settings"
307
- msgstr "Ajustes de Admin Columns"
308
-
309
- #: ../classes/settings.php:228
310
- msgid "%s column is already present and can not be duplicated."
311
- msgstr "%s columna está ya presente y no puede ser duplicada."
312
-
313
- #: ../classes/settings.php:284
314
- msgid "Default settings succesfully restored."
315
- msgstr "Ajustes por defecto restaurados satisfactoriamente."
316
-
317
- #: ../classes/settings.php:301
318
- msgid "Overview"
319
- msgstr "Resumen"
320
-
321
- #: ../classes/settings.php:304
322
- msgid "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."
323
- 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."
324
-
325
- #: ../classes/settings.php:307
326
- msgid "Basics"
327
- msgstr "Fundamentos"
328
-
329
- #: ../classes/settings.php:309
330
- msgid "Change order"
331
- msgstr "Cambiar orden"
332
-
333
- #: ../classes/settings.php:310
334
- msgid "By dragging the columns you can change the order which they will appear in."
335
- msgstr "Al arrastrar las columnas usted puede cambiar el orden en las que aparecerán."
336
-
337
- #: ../classes/settings.php:311
338
- msgid "Change label"
339
- msgstr "Cambiar etiqueta"
340
-
341
- #: ../classes/settings.php:312
342
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
343
- msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Aquí puede cambiar cada etiqueta del encabezado de las columnas."
344
-
345
- #: ../classes/settings.php:313
346
- msgid "Change column width"
347
- msgstr "Cambiar ancho de columna"
348
-
349
- #: ../classes/settings.php:314
350
- msgid "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."
351
- 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."
352
-
353
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
354
- msgid "Custom Field"
355
- msgstr "Campo Personalizado"
356
-
357
- #: ../classes/settings.php:320
358
- msgid "'Custom Field' column"
359
- msgstr "Columna 'Campo Personalizado'"
360
-
361
- #: ../classes/settings.php:321
362
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
363
- msgstr "La columna del campo personalizado utiliza los campos personalizados de los posts y los usuarios. Hay 10 tipos que puede establecer."
364
-
365
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
366
- msgid "Default"
367
- msgstr "Por Defecto"
368
-
369
- #: ../classes/settings.php:323
370
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
371
- msgstr "Valor: Puede ser una cadena o un arreglo. Los arreglos serán aplanados y los valores serán separados por una coma ','."
372
-
373
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
374
- msgid "Image"
375
- msgstr "Imagen"
376
-
377
- #: ../classes/settings.php:324
378
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
379
- msgstr "Valor: debería contener una URL de imagen o IDs de Adjunto (separados por una coma ',')."
380
-
381
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
382
- msgid "Excerpt"
383
- msgstr "Extracto"
384
-
385
- #: ../classes/settings.php:325
386
- msgid "Value: This will show the first 20 words of the Post content."
387
- msgstr "Valor: Esto mostrará las primeras 20 palabras del contenido del Post."
388
-
389
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
390
- msgid "Multiple Values"
391
- msgstr "Valores Múltiples"
392
-
393
- #: ../classes/settings.php:326
394
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
395
- msgstr "Valor: debería ser un arreglo. Esto aplanará cualquier arreglo (multidimensional)."
396
-
397
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
398
- msgid "Numeric"
399
- msgstr "Numérico"
400
-
401
- #: ../classes/settings.php:327
402
- msgid "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."
403
- 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)."
404
-
405
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
406
- msgid "Date"
407
- msgstr "Fecha"
408
-
409
- #: ../classes/settings.php:328
410
- msgid "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."
411
- 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>"
412
-
413
- #: ../classes/settings.php:329
414
- msgid "Post Titles"
415
- msgstr "Títulos de Post"
416
-
417
- #: ../classes/settings.php:329
418
- msgid "Value: can be one or more Post ID's (seperated by ',')."
419
- msgstr "Valor: puede ser uno o más IDs de Post (separados por ',')."
420
-
421
- #: ../classes/settings.php:330
422
- msgid "Usernames"
423
- msgstr "Nombres de Usuario"
424
-
425
- #: ../classes/settings.php:330
426
- msgid "Value: can be one or more User ID's (seperated by ',')."
427
- msgstr "Valor: puede ser uno o más IDs de Usuario (separados por ',')."
428
-
429
- #: ../classes/settings.php:331
430
- msgid "Checkmark"
431
- msgstr "Marca de Verificación"
432
-
433
- #: ../classes/settings.php:331
434
- msgid "Value: should be a 1 (one) or 0 (zero)."
435
- msgstr "Valor: debería ser un 1 (uno) o 0 (cero)."
436
-
437
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
438
- msgid "Color"
439
- msgstr "Color"
440
-
441
- #: ../classes/settings.php:332
442
- msgid "Value: hex value color, such as #808080."
443
- msgstr "Valor: color de valor hex, ej. #808080."
444
-
445
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
446
- msgid "Counter"
447
- msgstr "Contador"
448
-
449
- #: ../classes/settings.php:333
450
- msgid "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."
451
- 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."
452
-
453
- #: ../classes/settings.php:422
454
- msgid "Welcome to Admin Columns"
455
- msgstr "Bienvenido a Admin Columns"
456
-
457
- #: ../classes/settings.php:425
458
- msgid "Thank you for updating to the latest version!"
459
- msgstr "¡Gracias por actualizar a la última versión!"
460
-
461
- #: ../classes/settings.php:426
462
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
463
- msgstr "Admin Columns está más pulido y es más disfrutable que nunca antes. Esperamos que le guste."
464
-
465
- #: ../classes/settings.php:431
466
- msgid "What’s New"
467
- msgstr "Qué hay de Nuevo"
468
-
469
- #: ../classes/settings.php:432
470
- msgid "Changelog"
471
- msgstr "Log de Cambio"
472
-
473
- #: ../classes/settings.php:437
474
- msgid "Important"
475
- msgstr "Importante"
476
-
477
- #: ../classes/settings.php:439
478
- msgid "Database Changes"
479
- msgstr "Cambios de Base de Datos"
480
-
481
- #: ../classes/settings.php:440
482
- msgid "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."
483
- 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."
484
-
485
- #: ../classes/settings.php:443
486
- msgid "Make sure you backup your database and then click"
487
- msgstr "Esté seguro de hacer una copia de seguridad a su base de datos y luego haga clic"
488
-
489
- #: ../classes/settings.php443, ../classes/upgrade.php:143
490
- msgid "Upgrade Database"
491
- msgstr "Actualizar Base de Datos"
492
-
493
- #: ../classes/settings.php:446
494
- msgid "Potential Issues"
495
- msgstr "Problemas Potenciales"
496
-
497
- #: ../classes/settings.php:447
498
- msgid "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"
499
- 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"
500
-
501
- #: ../classes/settings.php:447
502
- msgid "Migrating from v1 to v2"
503
- msgstr "Migración de v1 a v2"
504
-
505
- #: ../classes/settings.php:447
506
- msgid "guide to view the full list of changes."
507
- msgstr "guía para ver la lista completa de cambios."
508
-
509
- #: ../classes/settings.php:447
510
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
511
- msgstr ""
512
-
513
- #: ../classes/settings.php:450
514
- msgid "Important!"
515
- msgstr "¡Importante!"
516
-
517
- #: ../classes/settings.php:450
518
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
519
- msgstr "Si usted actualizó el plugin Admin Columns sin conocimiento previo de tales cambios, Por favor vire hacia atrás a la última"
520
-
521
- #: ../classes/settings.php:450
522
- msgid "version 1"
523
- msgstr "versión 1"
524
-
525
- #: ../classes/settings.php:450
526
- msgid "of this plugin."
527
- msgstr "de este plugin."
528
-
529
- #: ../classes/settings.php:456
530
- msgid "Changelog for"
531
- msgstr "Log de cambios para "
532
-
533
- #: ../classes/settings.php471, ../classes/upgrade.php:63
534
- msgid "Learn more"
535
- msgstr "Ver más"
536
-
537
- #: ../classes/settings.php:481
538
- msgid "Start using Admin Columns"
539
- msgstr "Comenzar a usar Admin Columns"
540
-
541
- #: ../classes/settings.php:500
542
- msgid "General Settings"
543
- msgstr "Ajustes Generales"
544
-
545
- #: ../classes/settings.php:501
546
- msgid "Customize your Admin Columns settings."
547
- msgstr "Personalice sus ajustes de Admin Columns."
548
-
549
- #: ../classes/settings.php:512
550
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
551
- msgstr ""
552
-
553
- #: ../classes/settings.php:559
554
- msgid "Restore Settings"
555
- msgstr "Restaurar Ajustes"
556
-
557
- #: ../classes/settings.php:560
558
- msgid "This will delete all column settings and restore the default settings."
559
- msgstr "Esto borrará todos los ajustes de columna y restaurará los ajustes por defecto."
560
-
561
- #: ../classes/settings.php:566
562
- msgid "Restore default settings"
563
- msgstr "Restaurar ajustes por defecto"
564
-
565
- #: ../classes/settings.php:566
566
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
567
- msgstr ""
568
-
569
- #: ../classes/settings.php:582
570
- msgid "Posttypes"
571
- msgstr "Tipos de Post"
572
-
573
- #: ../classes/settings.php:583
574
- msgid "Others"
575
- msgstr "Otros"
576
-
577
- #: ../classes/settings.php:584
578
- msgid "Taxonomies"
579
- msgstr "Taxonomías"
580
-
581
- #: ../classes/settings.php:600
582
- msgid "Settings"
583
- msgstr "Ajustes"
584
-
585
- #: ../classes/settings.php:601
586
- msgid "Add-ons"
587
- msgstr "Add-ons"
588
-
589
- #: ../classes/settings.php:669
590
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
591
- msgstr ""
592
-
593
- #: ../classes/settings.php:679
594
- msgid "Store settings"
595
- msgstr "Almacenar ajustes"
596
-
597
- #: ../classes/settings.php:687
598
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
599
- msgstr ""
600
-
601
- #: ../classes/settings.php:688
602
- msgid "Restore"
603
- msgstr "Restaurar"
604
-
605
- #: ../classes/settings.php:688
606
- msgid "columns"
607
- msgstr "columnas"
608
-
609
- #: ../classes/settings.php:707
610
- msgid "Get Admin Columns Pro"
611
- msgstr "Obtener Admin Columns Pro"
612
-
613
- #: ../classes/settings.php:711
614
- msgid "Add Sorting"
615
- msgstr "Adicionar Ordenamiento"
616
-
617
- #: ../classes/settings.php:712
618
- msgid "Add Filtering"
619
- msgstr "Adicionar Filtro"
620
-
621
- #: ../classes/settings.php:713
622
- msgid "Add Import/Export"
623
- msgstr "Adicionar Importar/Exportar"
624
-
625
- #: ../classes/settings.php:714
626
- msgid "Add Direct Editing"
627
- msgstr "Adicionar Edición Directa"
628
-
629
- #: ../classes/settings.php:717
630
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
631
- msgstr ""
632
-
633
- #: ../classes/settings.php:730
634
- msgid "Subscribe to receive news &amp; updates below."
635
- msgstr ""
636
-
637
- #: ../classes/settings.php:737
638
- msgid "Your Email"
639
- msgstr ""
640
-
641
- #: ../classes/settings.php:748
642
- msgid "Are you happy with Admin Columns?"
643
- msgstr ""
644
-
645
- #: ../classes/settings.php:756
646
- msgid "What's wrong? Need help? Let us know!"
647
- msgstr ""
648
-
649
- #: ../classes/settings.php:757
650
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
651
- msgstr ""
652
-
653
- #: ../classes/settings.php:765
654
- msgid "Docs"
655
- msgstr ""
656
-
657
- #: ../classes/settings.php:770
658
- msgid "Forums"
659
- msgstr ""
660
-
661
- #: ../classes/settings.php:779
662
- msgid "Woohoo! We're glad to hear that!"
663
- msgstr ""
664
-
665
- #: ../classes/settings.php:780
666
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
667
- msgstr ""
668
-
669
- #: ../classes/settings.php:784
670
- msgid "Rate"
671
- msgstr ""
672
-
673
- #: ../classes/settings.php:795
674
- msgid "Tweet"
675
- msgstr ""
676
-
677
- #: ../classes/settings.php:805
678
- msgid "Buy Pro"
679
- msgstr ""
680
-
681
- #: ../classes/settings.php:817
682
- msgid "Support"
683
- msgstr "Soporte"
684
-
685
- #: ../classes/settings.php:820
686
- msgid "Check the <strong>Help</strong> section in the top-right screen."
687
- msgstr "Vea la sección de <strong>Ayuda</strong> en la parte superior derecha de la pantalla."
688
-
689
- #: ../classes/settings.php:823
690
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
691
- 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>"
692
-
693
- #: ../classes/settings.php:852
694
- msgid "Drag and drop to reorder"
695
- msgstr "Arrastre y suelte para reordenar"
696
-
697
- #: ../classes/settings.php:855
698
- msgid "Add Column"
699
- msgstr "Adicionar Columna"
700
-
701
- #: ../classes/settings.php:936
702
- msgid "Active"
703
- msgstr "Activo"
704
-
705
- #: ../classes/settings.php:937
706
- msgid "Deactivate"
707
- msgstr "Inactivo"
708
-
709
- #: ../classes/settings.php:944
710
- msgid "Installed"
711
- msgstr "Instalado"
712
-
713
- #: ../classes/settings.php:945
714
- msgid "Activate"
715
- msgstr "Activar"
716
-
717
- #: ../classes/settings.php:959
718
- msgid "Download & Install"
719
- msgstr "Descargar e Instalar"
720
-
721
- #: ../classes/settings.php:964
722
- msgid "Get this add-on"
723
- msgstr "Obtener este add-on"
724
-
725
- #: ../classes/storage_model.php:262
726
- msgid "settings succesfully restored."
727
- msgstr "ajustes restaurados satisfactoriamente."
728
-
729
- #: ../classes/storage_model.php:278
730
- msgid "No columns settings available."
731
- msgstr "No hay ajustes de columnas disponibles."
732
-
733
- #: ../classes/storage_model.php:299
734
- msgid "You are trying to store the same settings for %s."
735
- msgstr "Está tratando de almacenar los mismos ajustes para %s."
736
-
737
- #: ../classes/storage_model.php:303
738
- msgid "Settings for %s updated successfully."
739
- msgstr ""
740
-
741
- #: ../classes/storage_model.php:643
742
- msgid "Columns by Plugins"
743
- msgstr ""
744
-
745
- #: ../classes/storage_model.php:862
746
- msgid "View"
747
- msgstr "Ver"
748
-
749
- #: ../classes/upgrade.php:62
750
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
751
- msgstr ""
752
-
753
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
754
- msgid "Upgrade"
755
- msgstr "Actualizar"
756
-
757
- #: ../classes/upgrade.php:136
758
- msgid "requires a database upgrade"
759
- msgstr "requiere una actualización de la base de datos"
760
-
761
- #: ../classes/upgrade.php:139
762
- msgid "why?"
763
- msgstr "¿Por qué?"
764
-
765
- #: ../classes/upgrade.php:140
766
- msgid "Please"
767
- msgstr "Por favor"
768
-
769
- #: ../classes/upgrade.php:141
770
- msgid "backup your database"
771
- msgstr "haga una copia de seguridad de su base de datos"
772
-
773
- #: ../classes/upgrade.php:142
774
- msgid "then click"
775
- msgstr "luego haga clic"
776
-
777
- #: ../classes/upgrade.php:351
778
- msgid "Migrating Column Settings"
779
- msgstr "Migrando Ajustes de Columna"
780
-
781
- #: ../classes/upgrade.php:387
782
- msgid "No Upgrade Required"
783
- msgstr "No Hay Actualizaciones Obligatorias"
784
-
785
- #: ../classes/upgrade.php:388
786
- msgid "Return to welcome screen."
787
- msgstr "Volver a la pantalla de bienvenida."
788
-
789
- #: ../classes/upgrade.php:406
790
- msgid "Upgrade Complete!"
791
- msgstr "¡Actualización Completada!"
792
-
793
- #: ../classes/upgrade.php:406
794
- msgid "Return to settings."
795
- msgstr "Volver a la configuración."
796
-
797
- #: ../classes/upgrade.php:407
798
- msgid "Error"
799
- msgstr "Error"
800
-
801
- #: ../classes/upgrade.php:408
802
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
803
- msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
804
-
805
- #: ../classes/column/acf-placeholder.php:19
806
- msgid "ACF Field"
807
- msgstr "Campo ACF"
808
-
809
- #: ../classes/column/acf-placeholder.php:35
810
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
811
- 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>."
812
-
813
- #: ../classes/column/acf-placeholder.php:38
814
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
815
- 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."
816
-
817
- #: ../classes/column/acf-placeholder.php:44
818
- msgid "Find out more"
819
- msgstr "Descubra más"
820
-
821
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
822
- msgid "Actions"
823
- msgstr "Acciones"
824
-
825
- #: ../classes/column/actions.php:96
826
- msgid "Use icons?"
827
- msgstr ""
828
-
829
- #: ../classes/column/actions.php:96
830
- msgid "Use icons instead of text for displaying the actions."
831
- msgstr ""
832
-
833
- #: ../classes/column/custom-field.php:96
834
- msgid "Checkmark (true/false)"
835
- msgstr "Marca de Verificación (true/false)"
836
-
837
- #: ../classes/column/custom-field.php:102
838
- msgid "Media Library"
839
- msgstr "Librería de Media"
840
-
841
- #: ../classes/column/custom-field.php:105
842
- msgid "Post Title (Post ID's)"
843
- msgstr "Título del Post (IDs de Post)"
844
-
845
- #: ../classes/column/custom-field.php:106
846
- msgid "Username (User ID's)"
847
- msgstr "Nombre de Usuario (IDs de Usuario)"
848
-
849
- #: ../classes/column/custom-field.php:107
850
- msgid "Term Name (Term ID's)"
851
- msgstr ""
852
-
853
- #: ../classes/column/custom-field.php:391
854
- msgid "Select your custom field."
855
- msgstr "Seleccione su campo personalizado."
856
-
857
- #: ../classes/column/custom-field.php:401
858
- msgid "No custom fields available."
859
- msgstr "No hay campos personalizados disponibles."
860
-
861
- #: ../classes/column/custom-field.php:401
862
- msgid "Please create a %s item first."
863
- msgstr ""
864
-
865
- #: ../classes/column/custom-field.php:408
866
- msgid "Field Type"
867
- msgstr "Tipo de Campo"
868
-
869
- #: ../classes/column/custom-field.php:408
870
- msgid "This will determine how the value will be displayed."
871
- msgstr "Esto determinará cómo el valor se mostrará."
872
-
873
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
874
- msgid "Taxonomy"
875
- msgstr "Taxonomía"
876
-
877
- #: ../classes/column/used-by-menu.php:20
878
- msgid "Used by Menu"
879
- msgstr ""
880
-
881
- #: ../classes/column/used-by-menu.php:133
882
- msgid "Link to menu"
883
- msgstr ""
884
-
885
- #: ../classes/column/used-by-menu.php:133
886
- msgid "This will make the title link to the menu."
887
- msgstr ""
888
-
889
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
890
- msgid "ID"
891
- msgstr "ID"
892
-
893
- #: ../classes/column/comment/agent.php:19
894
- msgid "Agent"
895
- msgstr "Agente"
896
-
897
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
898
- msgid "Approved"
899
- msgstr "Aprobado"
900
-
901
- #: ../classes/column/comment/author-avatar.php:19
902
- msgid "Avatar"
903
- msgstr "Avatar"
904
-
905
- #: ../classes/column/comment/author-email.php:19
906
- msgid "Author email"
907
- msgstr "Email del autor"
908
-
909
- #: ../classes/column/comment/author-ip.php:19
910
- msgid "Author IP"
911
- msgstr "IP del autor"
912
-
913
- #: ../classes/column/comment/author-name.php:12
914
- msgid "Author name"
915
- msgstr ""
916
-
917
- #: ../classes/column/comment/author-url.php:19
918
- msgid "Author url"
919
- msgstr "Url del autor"
920
-
921
- #: ../classes/column/comment/author.php:19
922
- msgid "Author"
923
- msgstr "Autor"
924
-
925
- #: ../classes/column/comment/date-gmt.php:19
926
- msgid "Date GMT"
927
- msgstr "Fecha GMT"
928
-
929
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
930
- msgid "Content"
931
- msgstr ""
932
-
933
- #: ../classes/column/comment/post.php:19
934
- msgid "Post"
935
- msgstr ""
936
-
937
- #: ../classes/column/comment/reply-to.php:19
938
- msgid "In Reply To"
939
- msgstr "En Respuesta A"
940
-
941
- #: ../classes/column/comment/user.php:11
942
- msgid "User"
943
- msgstr ""
944
-
945
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
946
- msgid "Word count"
947
- msgstr "Conteo de palabra"
948
-
949
- #: ../classes/column/media/alternate-text.php:19
950
- msgid "Alt"
951
- msgstr "Alt"
952
-
953
- #: ../classes/column/media/attached-to.php:19
954
- msgid "Attached to post"
955
- msgstr ""
956
-
957
- #: ../classes/column/media/available-sizes.php:20
958
- msgid "Available Sizes"
959
- msgstr "Tamaños Disponibles"
960
-
961
- #: ../classes/column/media/available-sizes.php:40
962
- msgid "full size"
963
- msgstr "tamaño completo"
964
-
965
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
966
- msgid "Caption"
967
- msgstr "Caption"
968
-
969
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
970
- msgid "Description"
971
- msgstr "Decripción"
972
-
973
- #: ../classes/column/media/dimensions.php:19
974
- msgid "Dimensions"
975
- msgstr "Dimensiones"
976
-
977
- #: ../classes/column/media/exif-data.php:19
978
- msgid "EXIF data"
979
- msgstr "Datos EXIF"
980
-
981
- #: ../classes/column/media/exif-data.php:38
982
- msgid "Aperture"
983
- msgstr "Apertura"
984
-
985
- #: ../classes/column/media/exif-data.php:39
986
- msgid "Credit"
987
- msgstr "Crédito"
988
-
989
- #: ../classes/column/media/exif-data.php:40
990
- msgid "Camera"
991
- msgstr "Cámara"
992
-
993
- #: ../classes/column/media/exif-data.php:42
994
- msgid "Timestamp"
995
- msgstr "Marca de tiempo"
996
-
997
- #: ../classes/column/media/exif-data.php:43
998
- msgid "Copyright EXIF"
999
- msgstr "Copyright EXIF"
1000
-
1001
- #: ../classes/column/media/exif-data.php:44
1002
- msgid "Focal Length"
1003
- msgstr "Distancia Focal"
1004
-
1005
- #: ../classes/column/media/exif-data.php:45
1006
- msgid "ISO"
1007
- msgstr "ISO"
1008
-
1009
- #: ../classes/column/media/exif-data.php:46
1010
- msgid "Shutter Speed"
1011
- msgstr "Velocidad del Disparador"
1012
-
1013
- #: ../classes/column/media/exif-data.php:47
1014
- msgid "Title"
1015
- msgstr "Título"
1016
-
1017
- #: ../classes/column/media/file-name.php:19
1018
- msgid "File name"
1019
- msgstr "Nombre de archivo"
1020
-
1021
- #: ../classes/column/media/file-size.php:19
1022
- msgid "File size"
1023
- msgstr "Tamaño de archivo"
1024
-
1025
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1026
- msgid "Full path"
1027
- msgstr "Camino completo"
1028
-
1029
- #: ../classes/column/media/full-path.php:83
1030
- msgid "Path scope"
1031
- msgstr ""
1032
-
1033
- #: ../classes/column/media/full-path.php:84
1034
- msgid "Part of the file path to display"
1035
- msgstr ""
1036
-
1037
- #: ../classes/column/media/full-path.php:97
1038
- msgid "Relative to domain"
1039
- msgstr ""
1040
-
1041
- #: ../classes/column/media/full-path.php:102
1042
- msgid "Relative to main uploads folder "
1043
- msgstr ""
1044
-
1045
- #: ../classes/column/media/height.php:19
1046
- msgid "Height"
1047
- msgstr "Largo"
1048
-
1049
- #: ../classes/column/media/mime-type.php:19
1050
- msgid "Mime type"
1051
- msgstr "Tipo de mime"
1052
-
1053
- #: ../classes/column/post/attachment-count.php:19
1054
- msgid "No. of Attachments"
1055
- msgstr "No. de Adjuntos"
1056
-
1057
- #: ../classes/column/post/attachment.php:19
1058
- msgid "Attachments"
1059
- msgstr ""
1060
-
1061
- #: ../classes/column/post/author-name.php:20
1062
- msgid "Display Author As"
1063
- msgstr "Mostrar Autor Como"
1064
-
1065
- #: ../classes/column/post/author-name.php:100
1066
- msgid "View Public Author Page"
1067
- msgstr ""
1068
-
1069
- #: ../classes/column/post/author-name.php:102
1070
- msgid "Page the author name should link to."
1071
- msgstr ""
1072
-
1073
- #: ../classes/column/post/before-moretag.php:19
1074
- msgid "Before More Tag"
1075
- msgstr "Etiqueta de Antes de Más "
1076
-
1077
- #: ../classes/column/post/comment-count.php:20
1078
- msgid "Comment count"
1079
- msgstr "Cantidad de comentario"
1080
-
1081
- #: ../classes/column/post/comment-count.php:34
1082
- msgid "Total"
1083
- msgstr "Total"
1084
-
1085
- #: ../classes/column/post/comment-count.php:36
1086
- msgid "Pending"
1087
- msgstr "Pendiente"
1088
-
1089
- #: ../classes/column/post/comment-count.php:37
1090
- msgid "Spam"
1091
- msgstr "Spam"
1092
-
1093
- #: ../classes/column/post/comment-count.php:38
1094
- msgid "Trash"
1095
- msgstr "Papelera"
1096
-
1097
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1098
- msgid "Comment status"
1099
- msgstr "Estado del comentario"
1100
-
1101
- #: ../classes/column/post/comment-count.php:99
1102
- msgid "Select which comment status you like to display."
1103
- msgstr "Seleccionar cuál estado de comentario desea mostrar."
1104
-
1105
- #: ../classes/column/post/depth.php:19
1106
- msgid "Depth"
1107
- msgstr ""
1108
-
1109
- #: ../classes/column/post/estimated-reading-time.php:19
1110
- msgid "Estimated Reading Time"
1111
- msgstr ""
1112
-
1113
- #: ../classes/column/post/estimated-reading-time.php:66
1114
- msgid "second"
1115
- msgid_plural "seconds"
1116
- msgstr[0] ""
1117
- msgstr[1] ""
1118
-
1119
- #: ../classes/column/post/estimated-reading-time.php:69
1120
- msgid "minute"
1121
- msgid_plural "minutes"
1122
- msgstr[0] ""
1123
- msgstr[1] ""
1124
-
1125
- #: ../classes/column/post/estimated-reading-time.php:107
1126
- msgid "Words per minute"
1127
- msgstr ""
1128
-
1129
- #: ../classes/column/post/estimated-reading-time.php:108
1130
- msgid "Estimated reading time in words per minute"
1131
- msgstr ""
1132
-
1133
- #: ../classes/column/post/featured-image.php:19
1134
- msgid "Featured Image"
1135
- msgstr "Imagen Destacada"
1136
-
1137
- #: ../classes/column/post/formats.php:19
1138
- msgid "Post Format"
1139
- msgstr "Formato del Post"
1140
-
1141
- #: ../classes/column/post/last-modified-author.php:20
1142
- msgid "Last Modified Author"
1143
- msgstr ""
1144
-
1145
- #: ../classes/column/post/modified.php:19
1146
- msgid "Last modified"
1147
- msgstr "Última modificación"
1148
-
1149
- #: ../classes/column/post/order.php:19
1150
- msgid "Order"
1151
- msgstr ""
1152
-
1153
- #: ../classes/column/post/page-template.php:19
1154
- msgid "Page Template"
1155
- msgstr "Plantilla de Página"
1156
-
1157
- #: ../classes/column/post/parent.php:19
1158
- msgid "Parent"
1159
- msgstr "Padre"
1160
-
1161
- #: ../classes/column/post/path.php:19
1162
- msgid "Path"
1163
- msgstr ""
1164
-
1165
- #: ../classes/column/post/permalink.php:19
1166
- msgid "Permalink"
1167
- msgstr "Permalink"
1168
-
1169
- #: ../classes/column/post/permalink.php:68
1170
- msgid "Link to post"
1171
- msgstr ""
1172
-
1173
- #: ../classes/column/post/permalink.php:68
1174
- msgid "This will make the permalink clickable."
1175
- msgstr ""
1176
-
1177
- #: ../classes/column/post/ping-status.php:19
1178
- msgid "Ping status"
1179
- msgstr "Estado del Ping"
1180
-
1181
- #: ../classes/column/post/roles.php:19
1182
- msgid "Roles"
1183
- msgstr "Roles"
1184
-
1185
- #: ../classes/column/post/shortcodes.php:19
1186
- msgid "Shortcodes"
1187
- msgstr ""
1188
-
1189
- #: ../classes/column/post/slug.php:19
1190
- msgid "Slug"
1191
- msgstr "Alias"
1192
-
1193
- #: ../classes/column/post/status.php:21
1194
- msgid "Status"
1195
- msgstr "Estado"
1196
-
1197
- #: ../classes/column/post/sticky.php:19
1198
- msgid "Sticky"
1199
- msgstr "Pegajoso"
1200
-
1201
- #: ../classes/column/post/title-raw.php:19
1202
- msgid "Title without actions"
1203
- msgstr ""
1204
-
1205
- #: ../classes/column/link/length.php:19
1206
- msgid "Length"
1207
- msgstr "Tamaño"
1208
-
1209
- #: ../classes/column/link/notes.php:19
1210
- msgid "Notes"
1211
- msgstr "Notas"
1212
-
1213
- #: ../classes/column/link/owner.php:19
1214
- msgid "Owner"
1215
- msgstr "Dueño"
1216
-
1217
- #: ../classes/column/link/rss.php:19
1218
- msgid "Rss"
1219
- msgstr "Rss"
1220
-
1221
- #: ../classes/column/link/target.php:19
1222
- msgid "Target"
1223
- msgstr "Objetivo"
1224
-
1225
- #: ../classes/column/user/display-name.php:19
1226
- msgid "Display name"
1227
- msgstr ""
1228
-
1229
- #: ../classes/column/user/first-name.php:19
1230
- msgid "First name"
1231
- msgstr "Primer Nombre"
1232
-
1233
- #: ../classes/column/user/last-name.php:19
1234
- msgid "Last name"
1235
- msgstr "Apellido"
1236
-
1237
- #: ../classes/column/user/post-count.php:19
1238
- msgid "Post Count"
1239
- msgstr "Cantidad de Post"
1240
-
1241
- #: ../classes/column/user/post-count.php:89
1242
- msgid "Post Type"
1243
- msgstr "Tipo de Post"
1244
-
1245
- #: ../classes/column/user/registered.php:19
1246
- msgid "Registered"
1247
- msgstr "Registrado"
1248
-
1249
- #: ../classes/column/user/rich-editing.php:19
1250
- msgid "Visual Editor"
1251
- msgstr ""
1252
-
1253
- #: ../classes/column/user/url.php:19
1254
- msgid "Url"
1255
- msgstr "Url"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-fa_IR.mo CHANGED
Binary file
languages/codepress-admin-columns-fa_IR.po DELETED
@@ -1,1255 +0,0 @@
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 15:26+0200\n"
10
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
20
- "POT-Creation-Date: \n"
21
- "X-Generator: Poedit 1.8.5\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
-
25
- #: ../codepress-admin-columns.php:451
26
- msgid "Edit columns"
27
- msgstr "ویرایش ستون ها"
28
-
29
- #: ../classes/addons.php:110
30
- msgid "Plugins"
31
- msgstr ""
32
-
33
- #: ../classes/addons.php:135
34
- msgid "Advanced Custom Fields"
35
- msgstr "زمینه های دلخواه پیشرفته"
36
-
37
- #: ../classes/addons.php:136
38
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
39
- msgstr "نمایش و ویرایش زمنیه های دلخواه پیشرفته در صفحه همه نوشته ها در چند ثانیه!"
40
-
41
- #: ../classes/addons.php:141
42
- msgid "WooCommerce"
43
- msgstr ""
44
-
45
- #: ../classes/addons.php:142
46
- msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
47
- msgstr ""
48
-
49
- #: ../classes/column.php:624
50
- msgid "Thumbnail"
51
- msgstr "بندانگشتی"
52
-
53
- #: ../classes/column.php:625
54
- msgid "Medium"
55
- msgstr "متوسط"
56
-
57
- #: ../classes/column.php:626
58
- msgid "Large"
59
- msgstr "بزرگ"
60
-
61
- #: ../classes/column.php:627
62
- msgid "Full"
63
- msgstr "کامل"
64
-
65
- #: ../classes/column.php:1059
66
- msgid "Exact match"
67
- msgstr ""
68
-
69
- #: ../classes/column.php:1060
70
- msgid "Lesser than"
71
- msgstr ""
72
-
73
- #: ../classes/column.php:1061
74
- msgid "Greater than"
75
- msgstr ""
76
-
77
- #: ../classes/column.php:1062
78
- msgid "Between"
79
- msgstr ""
80
-
81
- #: ../classes/column.php:1089
82
- msgid "Date Format"
83
- msgstr "قابل تاریخ"
84
-
85
- #: ../classes/column.php:1090
86
- msgid "This will determine how the date will be displayed."
87
- msgstr "چگونگی نمایش تاریخ را مشخص می کند."
88
-
89
- #: ../classes/column.php:1096
90
- msgid "Example:"
91
- msgstr "مثال:"
92
-
93
- #: ../classes/column.php:1098
94
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
95
- msgstr ""
96
-
97
- #: ../classes/column.php:1099
98
- msgid "Documentation on date and time formatting."
99
- msgstr "مستندات در باره قالب بندی تاریخ و زمان."
100
-
101
- #: ../classes/column.php:1113
102
- msgid "Excerpt length"
103
- msgstr "طول چکیده"
104
-
105
- #: ../classes/column.php:1114
106
- msgid "Number of words"
107
- msgstr "تعداد کلمات"
108
-
109
- #: ../classes/column.php:1132
110
- msgid "Preview size"
111
- msgstr "اندازه پیش نمایش"
112
-
113
- #: ../classes/column.php1149, ../classes/storage_model.php:642
114
- msgid "Custom"
115
- msgstr "دلخواه"
116
-
117
- #: ../classes/column.php1152, ../classes/column.php:1328
118
- msgid "width"
119
- msgstr "عرض"
120
-
121
- #: ../classes/column.php:1155
122
- msgid "height"
123
- msgstr "ارتفاع"
124
-
125
- #: ../classes/column.php:1167
126
- msgid "Before"
127
- msgstr "قبل"
128
-
129
- #: ../classes/column.php:1167
130
- msgid "This text will appear before the custom field value."
131
- msgstr "این متن قبل از مقدار زمینه دلخواه نمایش داده خواهد شد."
132
-
133
- #: ../classes/column.php:1168
134
- msgid "After"
135
- msgstr "بعد"
136
-
137
- #: ../classes/column.php:1168
138
- msgid "This text will appear after the custom field value."
139
- msgstr "این متن بعد از مقدار زمینه دلخواه نمایش داده خواهد شد."
140
-
141
- #: ../classes/column.php:1177
142
- msgid "Display Name"
143
- msgstr "نام عمومی"
144
-
145
- #: ../classes/column.php1178, ../classes/settings.php:733
146
- msgid "First Name"
147
- msgstr "نام"
148
-
149
- #: ../classes/column.php:1179
150
- msgid "Last Name"
151
- msgstr "نام خانوادگی"
152
-
153
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
154
- msgid "Nickname"
155
- msgstr "لغب"
156
-
157
- #: ../classes/column.php:1181
158
- msgid "User Login"
159
- msgstr "نام کاربری"
160
-
161
- #: ../classes/column.php:1182
162
- msgid "User Email"
163
- msgstr "ایمیل کاربر"
164
-
165
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
166
- msgid "User ID"
167
- msgstr "شناسه کاربر"
168
-
169
- #: ../classes/column.php:1184
170
- msgid "First and Last Name"
171
- msgstr "نام و نام خانوادگی"
172
-
173
- #: ../classes/column.php:1187
174
- msgid "Display format"
175
- msgstr ""
176
-
177
- #: ../classes/column.php:1187
178
- msgid "This is the format of the author name."
179
- msgstr "فرمت نمایش نام نویسنده"
180
-
181
- #: ../classes/column.php:1350
182
- msgid "Edit"
183
- msgstr "ویرایش"
184
-
185
- #: ../classes/column.php1352, ../classes/column.php:1444
186
- msgid "Clone"
187
- msgstr ""
188
-
189
- #: ../classes/column.php:1354
190
- msgid "Remove"
191
- msgstr "حذف"
192
-
193
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
194
- msgid "Type"
195
- msgstr "نوع"
196
-
197
- #: ../classes/column.php:1372
198
- msgid "Choose a column type."
199
- msgstr "انتخاب نوع ستون"
200
-
201
- #: ../classes/column.php:1372
202
- msgid "Name"
203
- msgstr ""
204
-
205
- #: ../classes/column.php:1382
206
- msgid "Label"
207
- msgstr "برچسب"
208
-
209
- #: ../classes/column.php:1382
210
- msgid "This is the name which will appear as the column header."
211
- msgstr "این نامی است که در تیتر ستون دیده می شود."
212
-
213
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
214
- msgid "Width"
215
- msgstr "عرض"
216
-
217
- #: ../classes/column.php:1391
218
- msgid "default"
219
- msgstr "پیش فرض"
220
-
221
- #: ../classes/column.php:1392
222
- msgid "auto"
223
- msgstr ""
224
-
225
- #: ../classes/column.php:1466
226
- msgid "Property To Display"
227
- msgstr ""
228
-
229
- #: ../classes/column.php:1472
230
- msgid "Post property to display for related post(s)."
231
- msgstr ""
232
-
233
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
234
- msgid "Link To"
235
- msgstr ""
236
-
237
- #: ../classes/column.php:1489
238
- msgid "Edit Post Author"
239
- msgstr ""
240
-
241
- #: ../classes/column.php:1490
242
- msgid "View Public Post Author Page"
243
- msgstr ""
244
-
245
- #: ../classes/column.php:1492
246
- msgid "Page the posts should link to."
247
- msgstr ""
248
-
249
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
250
- msgid "Admin Columns"
251
- msgstr "تنظیمات ستون ها"
252
-
253
- #: ../classes/review_notice.php:58
254
- msgid "Admin Columns Pro"
255
- msgstr ""
256
-
257
- #: ../classes/review_notice.php:68
258
- msgid "click here"
259
- msgstr ""
260
-
261
- #: ../classes/review_notice.php:72
262
- msgid "Leave a review!"
263
- msgstr ""
264
-
265
- #: ../classes/review_notice.php:73
266
- msgid "Permanently hide notice"
267
- msgstr ""
268
-
269
- #: ../classes/review_notice.php:80
270
- msgid "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."
271
- msgstr ""
272
-
273
- #: ../classes/review_notice.php:82
274
- msgid "documentation page"
275
- msgstr ""
276
-
277
- #: ../classes/review_notice.php:86
278
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
279
- msgstr ""
280
-
281
- #: ../classes/review_notice.php:87
282
- msgid "our forums"
283
- msgstr ""
284
-
285
- #: ../classes/review_notice.php:91
286
- msgid "You can also find help on the %s, and %s."
287
- msgstr ""
288
-
289
- #: ../classes/review_notice.php:92
290
- msgid "Admin Columns forums on WordPress.org"
291
- msgstr ""
292
-
293
- #: ../classes/review_notice.php:93
294
- msgid "find answers to some frequently asked questions"
295
- msgstr ""
296
-
297
- #: ../classes/settings.php:113
298
- msgid "Add-on successfully activated."
299
- msgstr "افزونه با موفقیت فعال شد"
300
-
301
- #: ../classes/settings.php:116
302
- msgid "Add-on successfully deactivated."
303
- msgstr "افزونه با موفقیت غیرفعال شد"
304
-
305
- #: ../classes/settings.php:170
306
- msgid "Admin Columns Settings"
307
- msgstr "تنظیمات ستون ها"
308
-
309
- #: ../classes/settings.php:228
310
- msgid "%s column is already present and can not be duplicated."
311
- msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
312
-
313
- #: ../classes/settings.php:284
314
- msgid "Default settings succesfully restored."
315
- msgstr "تنظیمات پیش فرض با موفقیت بازسازی شدند."
316
-
317
- #: ../classes/settings.php:301
318
- msgid "Overview"
319
- msgstr "مرورکلی"
320
-
321
- #: ../classes/settings.php:304
322
- msgid ""
323
- "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 "
324
- "reorder them."
325
- msgstr "این افزونه برای ایجاد ستون های دلخواه و یا حذف آنها و مرتب سازی و همچنین تغییر نام آنها در نوشته ها و برگه ها ، رسانه ها ، نظرات، لینک ها و کاربران طراحی شده است."
326
-
327
- #: ../classes/settings.php:307
328
- msgid "Basics"
329
- msgstr "مقدمات"
330
-
331
- #: ../classes/settings.php:309
332
- msgid "Change order"
333
- msgstr "تغییر ترتیب"
334
-
335
- #: ../classes/settings.php:310
336
- msgid "By dragging the columns you can change the order which they will appear in."
337
- msgstr "با گرفتن و کشیدن ستون ها می توانید ترتیب نمایش آنها را تغییر دهید."
338
-
339
- #: ../classes/settings.php:311
340
- msgid "Change label"
341
- msgstr "تغییر برچسب"
342
-
343
- #: ../classes/settings.php:312
344
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
345
- msgstr "با کلیک روی مثلث می توانید تنظیمات ستون را مشاهده فرمایید. در اینجا می توانید برچسب هر ستون را تغییر دهید."
346
-
347
- #: ../classes/settings.php:313
348
- msgid "Change column width"
349
- msgstr "تغییر عرض ستون"
350
-
351
- #: ../classes/settings.php:314
352
- msgid "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."
353
- msgstr "با کلیک روی مثلث تنظیمات ستون را مشاهده خواهید کرد. به کمک جابجایی اسلایدر می توانید عرض هر ستون را به صورت درصد مشخص کنید."
354
-
355
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
356
- msgid "Custom Field"
357
- msgstr "زمینه دلخواه"
358
-
359
- #: ../classes/settings.php:320
360
- msgid "'Custom Field' column"
361
- msgstr "ستون 'زمینه دلخواه'"
362
-
363
- #: ../classes/settings.php:321
364
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
365
- msgstr "ستون زمینه دلخواه از زمینه های دلخواه نوشته ها و کاربران استفاده می کند. ده نوع مختلف برای تنظیم وجود دارد."
366
-
367
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
368
- msgid "Default"
369
- msgstr "پیش فرض"
370
-
371
- #: ../classes/settings.php:323
372
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
373
- msgstr "مقدار:می تواند متن یا آرایه باشد. آرایه ها به متن تبدیل خواهند شد و با ',' جدا خواهند شد."
374
-
375
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
376
- msgid "Image"
377
- msgstr "تصویر"
378
-
379
- #: ../classes/settings.php:324
380
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
381
- msgstr "مثدار: باید شامل یک آدرس (url) تصویر باشد یا شناسه هایی (ID) از پیوست ها که با ',' جدا شده اند."
382
-
383
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
384
- msgid "Excerpt"
385
- msgstr "چکیده"
386
-
387
- #: ../classes/settings.php:325
388
- msgid "Value: This will show the first 20 words of the Post content."
389
- msgstr "مقدار: بیست کلمه ابتدای متن را نشان خواهد داد."
390
-
391
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
392
- msgid "Multiple Values"
393
- msgstr "چندین مقدار"
394
-
395
- #: ../classes/settings.php:326
396
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
397
- msgstr "مثدار: باید آرایه باشد. هر آرایه ای (چند بعدی) متنی خواهد شد."
398
-
399
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
400
- msgid "Numeric"
401
- msgstr "عددی"
402
-
403
- #: ../classes/settings.php:327
404
- msgid "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."
405
- msgstr "مقدار: فقط عددی. <br/> اگر از افزونه 'مرتب سازی' استفاده کنید، از این مقدار برای مرتب سازی استفاده خواهد شد. می توانید نوشته هایتان را یک مقدار عددی (زمینه دلخواه) مرتب سازی کنید."
406
-
407
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
408
- msgid "Date"
409
- msgstr "تاریخ"
410
-
411
- #: ../classes/settings.php:328
412
- msgid "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."
413
- msgstr "مقدار: باید زمان تاریخ سیستم یونیکس یا تاریخ قالب بندی شده باشد که در <a href='%s'>راهنما</a> شرح داده شده. می توانید خروجی تاریخ را از <a href='%s'>تنظیمات همگانی</a> تغییر دهید."
414
-
415
- #: ../classes/settings.php:329
416
- msgid "Post Titles"
417
- msgstr "تیترهای نوشته"
418
-
419
- #: ../classes/settings.php:329
420
- msgid "Value: can be one or more Post ID's (seperated by ',')."
421
- msgstr "مقدار: می تواند شامل یک یا چند شناسه (ID) نوشته ها (جدا شده با ',') باشد."
422
-
423
- #: ../classes/settings.php:330
424
- msgid "Usernames"
425
- msgstr "نام های کاربری"
426
-
427
- #: ../classes/settings.php:330
428
- msgid "Value: can be one or more User ID's (seperated by ',')."
429
- msgstr "می تواند شامل یک یا چند شناسه (ID) کاربری (جداشده با ',') باشد."
430
-
431
- #: ../classes/settings.php:331
432
- msgid "Checkmark"
433
- msgstr "تیک"
434
-
435
- #: ../classes/settings.php:331
436
- msgid "Value: should be a 1 (one) or 0 (zero)."
437
- msgstr "مقدار: می تواند یک یا صفر باشد"
438
-
439
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
440
- msgid "Color"
441
- msgstr "رنگ"
442
-
443
- #: ../classes/settings.php:332
444
- msgid "Value: hex value color, such as #808080."
445
- msgstr "مقدار: می تواند کد هکس رنگ مانند #808080 باشد"
446
-
447
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
448
- msgid "Counter"
449
- msgstr "شمارنده"
450
-
451
- #: ../classes/settings.php:333
452
- msgid "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."
453
- msgstr "مقدار: می تواند متن یا آرایه باشد. تعداد دفعات استفاده از meta key های آیتم را نمایش می دهد."
454
-
455
- #: ../classes/settings.php:422
456
- msgid "Welcome to Admin Columns"
457
- msgstr "به مدیریت ستون ها خوش آمدید"
458
-
459
- #: ../classes/settings.php:425
460
- msgid "Thank you for updating to the latest version!"
461
- msgstr "از اینکه به نسخه نهایی به روزرسانی کردید متشکریم!"
462
-
463
- #: ../classes/settings.php:426
464
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
465
- msgstr "مدیریت ستون ها بهینه تر و لذت بخش تر از قبل شده است. امیدواریم شما بپسندید."
466
-
467
- #: ../classes/settings.php:431
468
- msgid "What’s New"
469
- msgstr "چه چیز جدید است"
470
-
471
- #: ../classes/settings.php:432
472
- msgid "Changelog"
473
- msgstr "تغییرات"
474
-
475
- #: ../classes/settings.php:437
476
- msgid "Important"
477
- msgstr "مهم"
478
-
479
- #: ../classes/settings.php:439
480
- msgid "Database Changes"
481
- msgstr "تغییرات بانک اطلاعاتی"
482
-
483
- #: ../classes/settings.php:440
484
- msgid "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."
485
- msgstr "بانک اطلاعاتی بین نسخه های 1 و 2 تغییراتی داشته است ولی اطمینان داشته باشید هر زمان می توانید به نسخه 1 برگردید."
486
-
487
- #: ../classes/settings.php:443
488
- msgid "Make sure you backup your database and then click"
489
- msgstr "از بانک اطلاعاتی خود پشتیبان تهیه کنید و روی "
490
-
491
- #: ../classes/settings.php443, ../classes/upgrade.php:143
492
- msgid "Upgrade Database"
493
- msgstr "به روز رسانی بانک اطلاعاتی کلیک کنید"
494
-
495
- #: ../classes/settings.php:446
496
- msgid "Potential Issues"
497
- msgstr "مشکلات بالقوه"
498
-
499
- #: ../classes/settings.php:447
500
- msgid "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"
501
- msgstr "به دلیل تغییرات در کدهای برنامه نویسی این امکان وجود دارد که بعضی افزونه های شما به خوبی کار نکند. توصیه می شود راهنما انتقال از "
502
-
503
- #: ../classes/settings.php:447
504
- msgid "Migrating from v1 to v2"
505
- msgstr "نسخه 1 به 2 را به صورت کامل مطالعه فرمایید"
506
-
507
- #: ../classes/settings.php:447
508
- msgid "guide to view the full list of changes."
509
- msgstr "راهنما برای دیدن لیست تمام تغییرات."
510
-
511
- #: ../classes/settings.php:447
512
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
513
- msgstr ""
514
-
515
- #: ../classes/settings.php:450
516
- msgid "Important!"
517
- msgstr "مهم !"
518
-
519
- #: ../classes/settings.php:450
520
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
521
- msgstr "اگر بدون آگاهی از تغییرات رخ داده افزونه را به روز رسانی کرده اید به آخرین "
522
-
523
- #: ../classes/settings.php:450
524
- msgid "version 1"
525
- msgstr "نسخه 1"
526
-
527
- #: ../classes/settings.php:450
528
- msgid "of this plugin."
529
- msgstr "از افزونه برگردید."
530
-
531
- #: ../classes/settings.php:456
532
- msgid "Changelog for"
533
- msgstr "تغییرات برای"
534
-
535
- #: ../classes/settings.php471, ../classes/upgrade.php:63
536
- msgid "Learn more"
537
- msgstr "آموزش بیشتر"
538
-
539
- #: ../classes/settings.php:481
540
- msgid "Start using Admin Columns"
541
- msgstr "شروع استفاده از ستون های مدیریت"
542
-
543
- #: ../classes/settings.php:500
544
- msgid "General Settings"
545
- msgstr "تنظیمات عمومی"
546
-
547
- #: ../classes/settings.php:501
548
- msgid "Customize your Admin Columns settings."
549
- msgstr "دلخواه سازی تنظیمات افزونه"
550
-
551
- #: ../classes/settings.php:512
552
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
553
- msgstr ""
554
-
555
- #: ../classes/settings.php:559
556
- msgid "Restore Settings"
557
- msgstr "بازنشانی تنظیمات"
558
-
559
- #: ../classes/settings.php:560
560
- msgid "This will delete all column settings and restore the default settings."
561
- msgstr "این کار تمام تنظیمات را حذف و به حالت پیش فرض در خواهد آورد."
562
-
563
- #: ../classes/settings.php:566
564
- msgid "Restore default settings"
565
- msgstr "بازسازی تنظیمات پیش فرض"
566
-
567
- #: ../classes/settings.php:566
568
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
569
- msgstr ""
570
-
571
- #: ../classes/settings.php:582
572
- msgid "Posttypes"
573
- msgstr "نوع نوشته ها"
574
-
575
- #: ../classes/settings.php:583
576
- msgid "Others"
577
- msgstr "دیگر"
578
-
579
- #: ../classes/settings.php:584
580
- msgid "Taxonomies"
581
- msgstr "طبقه بندی ها"
582
-
583
- #: ../classes/settings.php:600
584
- msgid "Settings"
585
- msgstr "تنظیمات"
586
-
587
- #: ../classes/settings.php:601
588
- msgid "Add-ons"
589
- msgstr "افزودنی ها"
590
-
591
- #: ../classes/settings.php:669
592
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
593
- msgstr ""
594
-
595
- #: ../classes/settings.php:679
596
- msgid "Store settings"
597
- msgstr "ذخیره تنظیمات"
598
-
599
- #: ../classes/settings.php:687
600
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
601
- msgstr ""
602
-
603
- #: ../classes/settings.php:688
604
- msgid "Restore"
605
- msgstr "بازسازی"
606
-
607
- #: ../classes/settings.php:688
608
- msgid "columns"
609
- msgstr "ستون ها"
610
-
611
- #: ../classes/settings.php:707
612
- msgid "Get Admin Columns Pro"
613
- msgstr "خرید نسخه حرفه ای"
614
-
615
- #: ../classes/settings.php:711
616
- msgid "Add Sorting"
617
- msgstr "اضافه کردن مرتب سازی"
618
-
619
- #: ../classes/settings.php:712
620
- msgid "Add Filtering"
621
- msgstr "اضافه کردن فیلترسازی"
622
-
623
- #: ../classes/settings.php:713
624
- msgid "Add Import/Export"
625
- msgstr "اضافه کردن وارد/ خارج کردن"
626
-
627
- #: ../classes/settings.php:714
628
- msgid "Add Direct Editing"
629
- msgstr "اضافه کردن ویرایش مستقیم"
630
-
631
- #: ../classes/settings.php:717
632
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
633
- msgstr ""
634
-
635
- #: ../classes/settings.php:730
636
- msgid "Subscribe to receive news &amp; updates below."
637
- msgstr ""
638
-
639
- #: ../classes/settings.php:737
640
- msgid "Your Email"
641
- msgstr ""
642
-
643
- #: ../classes/settings.php:748
644
- msgid "Are you happy with Admin Columns?"
645
- msgstr ""
646
-
647
- #: ../classes/settings.php:756
648
- msgid "What's wrong? Need help? Let us know!"
649
- msgstr ""
650
-
651
- #: ../classes/settings.php:757
652
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
653
- msgstr ""
654
-
655
- #: ../classes/settings.php:765
656
- msgid "Docs"
657
- msgstr ""
658
-
659
- #: ../classes/settings.php:770
660
- msgid "Forums"
661
- msgstr ""
662
-
663
- #: ../classes/settings.php:779
664
- msgid "Woohoo! We're glad to hear that!"
665
- msgstr ""
666
-
667
- #: ../classes/settings.php:780
668
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
669
- msgstr ""
670
-
671
- #: ../classes/settings.php:784
672
- msgid "Rate"
673
- msgstr ""
674
-
675
- #: ../classes/settings.php:795
676
- msgid "Tweet"
677
- msgstr ""
678
-
679
- #: ../classes/settings.php:805
680
- msgid "Buy Pro"
681
- msgstr ""
682
-
683
- #: ../classes/settings.php:817
684
- msgid "Support"
685
- msgstr "پشتیبانی"
686
-
687
- #: ../classes/settings.php:820
688
- msgid "Check the <strong>Help</strong> section in the top-right screen."
689
- msgstr "قسمت <strong>راهنما</strong> را در بالای صفحه بررسی کنید."
690
-
691
- #: ../classes/settings.php:823
692
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
693
- msgstr "برای دیدن تمام مستندات، امکانات آینده و نکات به <a href='%s'>وب سایت افزونه</a> مراجعه فرمایید."
694
-
695
- #: ../classes/settings.php:852
696
- msgid "Drag and drop to reorder"
697
- msgstr "برای مرتب سازی بگیرید و بکشید"
698
-
699
- #: ../classes/settings.php:855
700
- msgid "Add Column"
701
- msgstr "ستون جدید"
702
-
703
- #: ../classes/settings.php:936
704
- msgid "Active"
705
- msgstr "فعال"
706
-
707
- #: ../classes/settings.php:937
708
- msgid "Deactivate"
709
- msgstr "غیرفعال"
710
-
711
- #: ../classes/settings.php:944
712
- msgid "Installed"
713
- msgstr "نصب شده"
714
-
715
- #: ../classes/settings.php:945
716
- msgid "Activate"
717
- msgstr "فعال"
718
-
719
- #: ../classes/settings.php:959
720
- msgid "Download & Install"
721
- msgstr "دانلود و نصب"
722
-
723
- #: ../classes/settings.php:964
724
- msgid "Get this add-on"
725
- msgstr "دریافت این افزودنی"
726
-
727
- #: ../classes/storage_model.php:262
728
- msgid "settings succesfully restored."
729
- msgstr "تنظیمات با موفقیت بازنشانی شدند."
730
-
731
- #: ../classes/storage_model.php:278
732
- msgid "No columns settings available."
733
- msgstr "هیچ تنظیمی برای ستونها موجود نیست."
734
-
735
- #: ../classes/storage_model.php:299
736
- msgid "You are trying to store the same settings for %s."
737
- msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
738
-
739
- #: ../classes/storage_model.php:303
740
- msgid "Settings for %s updated successfully."
741
- msgstr ""
742
-
743
- #: ../classes/storage_model.php:643
744
- msgid "Columns by Plugins"
745
- msgstr ""
746
-
747
- #: ../classes/storage_model.php:862
748
- msgid "View"
749
- msgstr "نمایش"
750
-
751
- #: ../classes/upgrade.php:62
752
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
753
- msgstr ""
754
-
755
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
756
- msgid "Upgrade"
757
- msgstr "به روزرسانی"
758
-
759
- #: ../classes/upgrade.php:136
760
- msgid "requires a database upgrade"
761
- msgstr "نیاز به به روزرسانی بانک اطلاعاتی دارد"
762
-
763
- #: ../classes/upgrade.php:139
764
- msgid "why?"
765
- msgstr "چرا؟"
766
-
767
- #: ../classes/upgrade.php:140
768
- msgid "Please"
769
- msgstr "لطفا"
770
-
771
- #: ../classes/upgrade.php:141
772
- msgid "backup your database"
773
- msgstr "از بانک اطلاعاتی خود پشتیبان تهیه کنید"
774
-
775
- #: ../classes/upgrade.php:142
776
- msgid "then click"
777
- msgstr "سپس روی "
778
-
779
- #: ../classes/upgrade.php:351
780
- msgid "Migrating Column Settings"
781
- msgstr "همگام سازی تنظیمات ستون ها کلیک کنید"
782
-
783
- #: ../classes/upgrade.php:387
784
- msgid "No Upgrade Required"
785
- msgstr "به روزرسانی لازم نیست"
786
-
787
- #: ../classes/upgrade.php:388
788
- msgid "Return to welcome screen."
789
- msgstr "بازگشت به صفحه خوش آمد گویی."
790
-
791
- #: ../classes/upgrade.php:406
792
- msgid "Upgrade Complete!"
793
- msgstr "به روز رسانی تکمیل شد!"
794
-
795
- #: ../classes/upgrade.php:406
796
- msgid "Return to settings."
797
- msgstr "بازگشت به تنظیمات."
798
-
799
- #: ../classes/upgrade.php:407
800
- msgid "Error"
801
- msgstr "خطا"
802
-
803
- #: ../classes/upgrade.php:408
804
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
805
- msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
806
-
807
- #: ../classes/column/acf-placeholder.php:19
808
- msgid "ACF Field"
809
- msgstr "زمینه ACF"
810
-
811
- #: ../classes/column/acf-placeholder.php:35
812
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
813
- msgstr "اگر شما مجوز نسخه توسعه دهنده دارید می توانید افزونه ی ACF را از <a href='%s'>تب افزونه ها</a> دانلود و نصب نمایید."
814
-
815
- #: ../classes/column/acf-placeholder.php:38
816
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
817
- msgstr "این افزونه در نسخه توسعه دهندگان به صورت کامل افزونه زمینه دلخواه پیشرفته را در بر خواهد گرفتو به شما اجازه می دهد به آسانی زمینه های ACF را از قسمت همه نوشته ها مشاهده و ویرایش کنید."
818
-
819
- #: ../classes/column/acf-placeholder.php:44
820
- msgid "Find out more"
821
- msgstr "اطلاعات بیشتر"
822
-
823
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
824
- msgid "Actions"
825
- msgstr "عملیات ها"
826
-
827
- #: ../classes/column/actions.php:96
828
- msgid "Use icons?"
829
- msgstr ""
830
-
831
- #: ../classes/column/actions.php:96
832
- msgid "Use icons instead of text for displaying the actions."
833
- msgstr ""
834
-
835
- #: ../classes/column/custom-field.php:96
836
- msgid "Checkmark (true/false)"
837
- msgstr "تیک(صحیح غلط)"
838
-
839
- #: ../classes/column/custom-field.php:102
840
- msgid "Media Library"
841
- msgstr "کتابخانه رسانه"
842
-
843
- #: ../classes/column/custom-field.php:105
844
- msgid "Post Title (Post ID's)"
845
- msgstr "تیتر نوشته (شناسه نوشته)"
846
-
847
- #: ../classes/column/custom-field.php:106
848
- msgid "Username (User ID's)"
849
- msgstr "نام کاربری(شناسه کاربری)"
850
-
851
- #: ../classes/column/custom-field.php:107
852
- msgid "Term Name (Term ID's)"
853
- msgstr ""
854
-
855
- #: ../classes/column/custom-field.php:391
856
- msgid "Select your custom field."
857
- msgstr "زمینه دلخواه خود را انتخاب کنید."
858
-
859
- #: ../classes/column/custom-field.php:401
860
- msgid "No custom fields available."
861
- msgstr "زمینه دلخواهی موجود نیست."
862
-
863
- #: ../classes/column/custom-field.php:401
864
- msgid "Please create a %s item first."
865
- msgstr ""
866
-
867
- #: ../classes/column/custom-field.php:408
868
- msgid "Field Type"
869
- msgstr "نوع فیلد"
870
-
871
- #: ../classes/column/custom-field.php:408
872
- msgid "This will determine how the value will be displayed."
873
- msgstr "نمایانگر این موضوع که مقادیر چگونه نمایش داده خواهند شد."
874
-
875
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
876
- msgid "Taxonomy"
877
- msgstr "طبقه بندی"
878
-
879
- #: ../classes/column/used-by-menu.php:20
880
- msgid "Used by Menu"
881
- msgstr ""
882
-
883
- #: ../classes/column/used-by-menu.php:133
884
- msgid "Link to menu"
885
- msgstr ""
886
-
887
- #: ../classes/column/used-by-menu.php:133
888
- msgid "This will make the title link to the menu."
889
- msgstr ""
890
-
891
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
892
- msgid "ID"
893
- msgstr "شناسه"
894
-
895
- #: ../classes/column/comment/agent.php:19
896
- msgid "Agent"
897
- msgstr "مرورگر"
898
-
899
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
900
- msgid "Approved"
901
- msgstr "تایید شده"
902
-
903
- #: ../classes/column/comment/author-avatar.php:19
904
- msgid "Avatar"
905
- msgstr "آواتار"
906
-
907
- #: ../classes/column/comment/author-email.php:19
908
- msgid "Author email"
909
- msgstr "ایمیل نویسنده"
910
-
911
- #: ../classes/column/comment/author-ip.php:19
912
- msgid "Author IP"
913
- msgstr "آی پی نویسنده"
914
-
915
- #: ../classes/column/comment/author-name.php:12
916
- msgid "Author name"
917
- msgstr ""
918
-
919
- #: ../classes/column/comment/author-url.php:19
920
- msgid "Author url"
921
- msgstr "آدرس نویسنده"
922
-
923
- #: ../classes/column/comment/author.php:19
924
- msgid "Author"
925
- msgstr "نویسنده"
926
-
927
- #: ../classes/column/comment/date-gmt.php:19
928
- msgid "Date GMT"
929
- msgstr "تاریخ مرجع"
930
-
931
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
932
- msgid "Content"
933
- msgstr ""
934
-
935
- #: ../classes/column/comment/post.php:19
936
- msgid "Post"
937
- msgstr ""
938
-
939
- #: ../classes/column/comment/reply-to.php:19
940
- msgid "In Reply To"
941
- msgstr "در پاسخ به"
942
-
943
- #: ../classes/column/comment/user.php:11
944
- msgid "User"
945
- msgstr ""
946
-
947
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
948
- msgid "Word count"
949
- msgstr "تعداد کلمات"
950
-
951
- #: ../classes/column/media/alternate-text.php:19
952
- msgid "Alt"
953
- msgstr "متن جایگزین"
954
-
955
- #: ../classes/column/media/attached-to.php:19
956
- msgid "Attached to post"
957
- msgstr ""
958
-
959
- #: ../classes/column/media/available-sizes.php:20
960
- msgid "Available Sizes"
961
- msgstr "اندازه های موجود"
962
-
963
- #: ../classes/column/media/available-sizes.php:40
964
- msgid "full size"
965
- msgstr "اندازه کامل"
966
-
967
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
968
- msgid "Caption"
969
- msgstr "عنوان"
970
-
971
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
972
- msgid "Description"
973
- msgstr "توضیحات"
974
-
975
- #: ../classes/column/media/dimensions.php:19
976
- msgid "Dimensions"
977
- msgstr "ابعاد"
978
-
979
- #: ../classes/column/media/exif-data.php:19
980
- msgid "EXIF data"
981
- msgstr "داده های EXIF"
982
-
983
- #: ../classes/column/media/exif-data.php:38
984
- msgid "Aperture"
985
- msgstr "دیافراگم"
986
-
987
- #: ../classes/column/media/exif-data.php:39
988
- msgid "Credit"
989
- msgstr "اعتبار"
990
-
991
- #: ../classes/column/media/exif-data.php:40
992
- msgid "Camera"
993
- msgstr "دوربین"
994
-
995
- #: ../classes/column/media/exif-data.php:42
996
- msgid "Timestamp"
997
- msgstr "زمان"
998
-
999
- #: ../classes/column/media/exif-data.php:43
1000
- msgid "Copyright EXIF"
1001
- msgstr "کپی رایت EXIF"
1002
-
1003
- #: ../classes/column/media/exif-data.php:44
1004
- msgid "Focal Length"
1005
- msgstr "فاصله کانونی"
1006
-
1007
- #: ../classes/column/media/exif-data.php:45
1008
- msgid "ISO"
1009
- msgstr "ISO"
1010
-
1011
- #: ../classes/column/media/exif-data.php:46
1012
- msgid "Shutter Speed"
1013
- msgstr "سرعت شاتر"
1014
-
1015
- #: ../classes/column/media/exif-data.php:47
1016
- msgid "Title"
1017
- msgstr "تیتر"
1018
-
1019
- #: ../classes/column/media/file-name.php:19
1020
- msgid "File name"
1021
- msgstr "نام فایل"
1022
-
1023
- #: ../classes/column/media/file-size.php:19
1024
- msgid "File size"
1025
- msgstr "حجم فایل"
1026
-
1027
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1028
- msgid "Full path"
1029
- msgstr "مسیر کامل"
1030
-
1031
- #: ../classes/column/media/full-path.php:83
1032
- msgid "Path scope"
1033
- msgstr ""
1034
-
1035
- #: ../classes/column/media/full-path.php:84
1036
- msgid "Part of the file path to display"
1037
- msgstr ""
1038
-
1039
- #: ../classes/column/media/full-path.php:97
1040
- msgid "Relative to domain"
1041
- msgstr ""
1042
-
1043
- #: ../classes/column/media/full-path.php:102
1044
- msgid "Relative to main uploads folder "
1045
- msgstr ""
1046
-
1047
- #: ../classes/column/media/height.php:19
1048
- msgid "Height"
1049
- msgstr "ارتفاع"
1050
-
1051
- #: ../classes/column/media/mime-type.php:19
1052
- msgid "Mime type"
1053
- msgstr "نوع فایل"
1054
-
1055
- #: ../classes/column/post/attachment-count.php:19
1056
- msgid "No. of Attachments"
1057
- msgstr "تعداد پیوست ها"
1058
-
1059
- #: ../classes/column/post/attachment.php:19
1060
- msgid "Attachments"
1061
- msgstr ""
1062
-
1063
- #: ../classes/column/post/author-name.php:20
1064
- msgid "Display Author As"
1065
- msgstr "نمایش نویسنده با"
1066
-
1067
- #: ../classes/column/post/author-name.php:100
1068
- msgid "View Public Author Page"
1069
- msgstr ""
1070
-
1071
- #: ../classes/column/post/author-name.php:102
1072
- msgid "Page the author name should link to."
1073
- msgstr ""
1074
-
1075
- #: ../classes/column/post/before-moretag.php:19
1076
- msgid "Before More Tag"
1077
- msgstr "قبل از تگ بیشتر"
1078
-
1079
- #: ../classes/column/post/comment-count.php:20
1080
- msgid "Comment count"
1081
- msgstr "تعداد نظرات"
1082
-
1083
- #: ../classes/column/post/comment-count.php:34
1084
- msgid "Total"
1085
- msgstr "مجموع"
1086
-
1087
- #: ../classes/column/post/comment-count.php:36
1088
- msgid "Pending"
1089
- msgstr "منتظر"
1090
-
1091
- #: ../classes/column/post/comment-count.php:37
1092
- msgid "Spam"
1093
- msgstr "جفنگ"
1094
-
1095
- #: ../classes/column/post/comment-count.php:38
1096
- msgid "Trash"
1097
- msgstr "زباله دان"
1098
-
1099
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1100
- msgid "Comment status"
1101
- msgstr "وضعیت نظر"
1102
-
1103
- #: ../classes/column/post/comment-count.php:99
1104
- msgid "Select which comment status you like to display."
1105
- msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
1106
-
1107
- #: ../classes/column/post/depth.php:19
1108
- msgid "Depth"
1109
- msgstr ""
1110
-
1111
- #: ../classes/column/post/estimated-reading-time.php:19
1112
- msgid "Estimated Reading Time"
1113
- msgstr ""
1114
-
1115
- #: ../classes/column/post/estimated-reading-time.php:66
1116
- msgid "second"
1117
- msgid_plural "seconds"
1118
- msgstr[0] ""
1119
-
1120
- #: ../classes/column/post/estimated-reading-time.php:69
1121
- msgid "minute"
1122
- msgid_plural "minutes"
1123
- msgstr[0] ""
1124
-
1125
- #: ../classes/column/post/estimated-reading-time.php:107
1126
- msgid "Words per minute"
1127
- msgstr ""
1128
-
1129
- #: ../classes/column/post/estimated-reading-time.php:108
1130
- msgid "Estimated reading time in words per minute"
1131
- msgstr ""
1132
-
1133
- #: ../classes/column/post/featured-image.php:19
1134
- msgid "Featured Image"
1135
- msgstr "تصویر شاخص"
1136
-
1137
- #: ../classes/column/post/formats.php:19
1138
- msgid "Post Format"
1139
- msgstr "قالب نوشته"
1140
-
1141
- #: ../classes/column/post/last-modified-author.php:20
1142
- msgid "Last Modified Author"
1143
- msgstr ""
1144
-
1145
- #: ../classes/column/post/modified.php:19
1146
- msgid "Last modified"
1147
- msgstr "آخرین ویرایش"
1148
-
1149
- #: ../classes/column/post/order.php:19
1150
- msgid "Order"
1151
- msgstr ""
1152
-
1153
- #: ../classes/column/post/page-template.php:19
1154
- msgid "Page Template"
1155
- msgstr "قالب صفحه"
1156
-
1157
- #: ../classes/column/post/parent.php:19
1158
- msgid "Parent"
1159
- msgstr "مادر"
1160
-
1161
- #: ../classes/column/post/path.php:19
1162
- msgid "Path"
1163
- msgstr ""
1164
-
1165
- #: ../classes/column/post/permalink.php:19
1166
- msgid "Permalink"
1167
- msgstr "پیوندیکتا"
1168
-
1169
- #: ../classes/column/post/permalink.php:68
1170
- msgid "Link to post"
1171
- msgstr ""
1172
-
1173
- #: ../classes/column/post/permalink.php:68
1174
- msgid "This will make the permalink clickable."
1175
- msgstr ""
1176
-
1177
- #: ../classes/column/post/ping-status.php:19
1178
- msgid "Ping status"
1179
- msgstr "وضعیت پینگ"
1180
-
1181
- #: ../classes/column/post/roles.php:19
1182
- msgid "Roles"
1183
- msgstr "نقش ها"
1184
-
1185
- #: ../classes/column/post/shortcodes.php:19
1186
- msgid "Shortcodes"
1187
- msgstr ""
1188
-
1189
- #: ../classes/column/post/slug.php:19
1190
- msgid "Slug"
1191
- msgstr "نامک"
1192
-
1193
- #: ../classes/column/post/status.php:21
1194
- msgid "Status"
1195
- msgstr "وضعیت"
1196
-
1197
- #: ../classes/column/post/sticky.php:19
1198
- msgid "Sticky"
1199
- msgstr "سنجاق شده"
1200
-
1201
- #: ../classes/column/post/title-raw.php:19
1202
- msgid "Title without actions"
1203
- msgstr ""
1204
-
1205
- #: ../classes/column/link/length.php:19
1206
- msgid "Length"
1207
- msgstr "طول"
1208
-
1209
- #: ../classes/column/link/notes.php:19
1210
- msgid "Notes"
1211
- msgstr "نکته ها"
1212
-
1213
- #: ../classes/column/link/owner.php:19
1214
- msgid "Owner"
1215
- msgstr "مالک"
1216
-
1217
- #: ../classes/column/link/rss.php:19
1218
- msgid "Rss"
1219
- msgstr "Rss"
1220
-
1221
- #: ../classes/column/link/target.php:19
1222
- msgid "Target"
1223
- msgstr "هدف"
1224
-
1225
- #: ../classes/column/user/display-name.php:19
1226
- msgid "Display name"
1227
- msgstr ""
1228
-
1229
- #: ../classes/column/user/first-name.php:19
1230
- msgid "First name"
1231
- msgstr "نام"
1232
-
1233
- #: ../classes/column/user/last-name.php:19
1234
- msgid "Last name"
1235
- msgstr "نام خانوادگی"
1236
-
1237
- #: ../classes/column/user/post-count.php:19
1238
- msgid "Post Count"
1239
- msgstr "تعداد نوشته"
1240
-
1241
- #: ../classes/column/user/post-count.php:89
1242
- msgid "Post Type"
1243
- msgstr "نوع نوشته"
1244
-
1245
- #: ../classes/column/user/registered.php:19
1246
- msgid "Registered"
1247
- msgstr "ثبت نام شده"
1248
-
1249
- #: ../classes/column/user/rich-editing.php:19
1250
- msgid "Visual Editor"
1251
- msgstr ""
1252
-
1253
- #: ../classes/column/user/url.php:19
1254
- msgid "Url"
1255
- msgstr "آدرس"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-fr_FR.mo CHANGED
Binary file
languages/codepress-admin-columns-fr_FR.po DELETED
@@ -1,1261 +0,0 @@
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 15:26+0200\n"
16
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
26
- "POT-Creation-Date: \n"
27
- "X-Generator: Poedit 1.8.5\n"
28
- "X-Poedit-SearchPath-0: .\n"
29
- "X-Poedit-SearchPathExcluded-0: *.js\n"
30
-
31
- #: ../codepress-admin-columns.php:451
32
- msgid "Edit columns"
33
- msgstr "Éditer les colonnes"
34
-
35
- #: ../classes/addons.php:110
36
- msgid "Plugins"
37
- msgstr ""
38
-
39
- #: ../classes/addons.php:135
40
- msgid "Advanced Custom Fields"
41
- msgstr "Personnalisation avancée de champ"
42
-
43
- #: ../classes/addons.php:136
44
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
45
- msgstr ""
46
-
47
- #: ../classes/addons.php:141
48
- msgid "WooCommerce"
49
- msgstr ""
50
-
51
- #: ../classes/addons.php:142
52
- msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
53
- msgstr ""
54
-
55
- #: ../classes/column.php:624
56
- msgid "Thumbnail"
57
- msgstr "Vignette"
58
-
59
- #: ../classes/column.php:625
60
- msgid "Medium"
61
- msgstr "Moyen"
62
-
63
- #: ../classes/column.php:626
64
- msgid "Large"
65
- msgstr "Large"
66
-
67
- #: ../classes/column.php:627
68
- msgid "Full"
69
- msgstr "Pleine taille"
70
-
71
- #: ../classes/column.php:1059
72
- msgid "Exact match"
73
- msgstr ""
74
-
75
- #: ../classes/column.php:1060
76
- msgid "Lesser than"
77
- msgstr ""
78
-
79
- #: ../classes/column.php:1061
80
- msgid "Greater than"
81
- msgstr ""
82
-
83
- #: ../classes/column.php:1062
84
- msgid "Between"
85
- msgstr ""
86
-
87
- #: ../classes/column.php:1089
88
- msgid "Date Format"
89
- msgstr "Format de date"
90
-
91
- #: ../classes/column.php:1090
92
- msgid "This will determine how the date will be displayed."
93
- msgstr "Ceci déterminera l'affichage de la date."
94
-
95
- #: ../classes/column.php:1096
96
- msgid "Example:"
97
- msgstr "Exemple :"
98
-
99
- #: ../classes/column.php:1098
100
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
101
- msgstr ""
102
-
103
- #: ../classes/column.php:1099
104
- msgid "Documentation on date and time formatting."
105
- msgstr "Documentation sur le formatage de la date et du temps."
106
-
107
- #: ../classes/column.php:1113
108
- msgid "Excerpt length"
109
- msgstr "Longueur de l'extrait"
110
-
111
- #: ../classes/column.php:1114
112
- msgid "Number of words"
113
- msgstr "Nombre de mots"
114
-
115
- #: ../classes/column.php:1132
116
- msgid "Preview size"
117
- msgstr "Taille de prévisualisation"
118
-
119
- #: ../classes/column.php1149, ../classes/storage_model.php:642
120
- msgid "Custom"
121
- msgstr "Personnalisé"
122
-
123
- #: ../classes/column.php1152, ../classes/column.php:1328
124
- msgid "width"
125
- msgstr "largeur"
126
-
127
- #: ../classes/column.php:1155
128
- msgid "height"
129
- msgstr "hauteur"
130
-
131
- #: ../classes/column.php:1167
132
- msgid "Before"
133
- msgstr "Avant"
134
-
135
- #: ../classes/column.php:1167
136
- msgid "This text will appear before the custom field value."
137
- msgstr "Ce texte apparaîtra avant la valeur du champ personnalisé."
138
-
139
- #: ../classes/column.php:1168
140
- msgid "After"
141
- msgstr "Après"
142
-
143
- #: ../classes/column.php:1168
144
- msgid "This text will appear after the custom field value."
145
- msgstr "Ce texte apparaîtra après la valeur du champ personnalisé."
146
-
147
- #: ../classes/column.php:1177
148
- msgid "Display Name"
149
- msgstr "Afficher nom"
150
-
151
- #: ../classes/column.php1178, ../classes/settings.php:733
152
- msgid "First Name"
153
- msgstr "Nom"
154
-
155
- #: ../classes/column.php:1179
156
- msgid "Last Name"
157
- msgstr "Prénom"
158
-
159
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
160
- msgid "Nickname"
161
- msgstr "Surnom"
162
-
163
- #: ../classes/column.php:1181
164
- msgid "User Login"
165
- msgstr "Nom d'utilisateur"
166
-
167
- #: ../classes/column.php:1182
168
- msgid "User Email"
169
- msgstr "E-mail"
170
-
171
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
172
- msgid "User ID"
173
- msgstr "ID utilisateur"
174
-
175
- #: ../classes/column.php:1184
176
- msgid "First and Last Name"
177
- msgstr "Nom et prénom"
178
-
179
- #: ../classes/column.php:1187
180
- msgid "Display format"
181
- msgstr ""
182
-
183
- #: ../classes/column.php:1187
184
- msgid "This is the format of the author name."
185
- msgstr "Ceci est le format du nom de l'auteur"
186
-
187
- #: ../classes/column.php:1350
188
- msgid "Edit"
189
- msgstr "Modifier"
190
-
191
- #: ../classes/column.php1352, ../classes/column.php:1444
192
- msgid "Clone"
193
- msgstr ""
194
-
195
- #: ../classes/column.php:1354
196
- msgid "Remove"
197
- msgstr "Retirer"
198
-
199
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
200
- msgid "Type"
201
- msgstr "Type"
202
-
203
- #: ../classes/column.php:1372
204
- msgid "Choose a column type."
205
- msgstr "Choisissez le type de colonne."
206
-
207
- #: ../classes/column.php:1372
208
- msgid "Name"
209
- msgstr ""
210
-
211
- #: ../classes/column.php:1382
212
- msgid "Label"
213
- msgstr "Libellé"
214
-
215
- #: ../classes/column.php:1382
216
- msgid "This is the name which will appear as the column header."
217
- msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
218
-
219
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
220
- msgid "Width"
221
- msgstr "Largeur"
222
-
223
- #: ../classes/column.php:1391
224
- msgid "default"
225
- msgstr "Par défaut"
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, ../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 "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."
277
- msgstr ""
278
-
279
- #: ../classes/review_notice.php:82
280
- msgid "documentation page"
281
- msgstr ""
282
-
283
- #: ../classes/review_notice.php:86
284
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
285
- msgstr ""
286
-
287
- #: ../classes/review_notice.php:87
288
- msgid "our forums"
289
- msgstr ""
290
-
291
- #: ../classes/review_notice.php:91
292
- msgid "You can also find help on the %s, and %s."
293
- msgstr ""
294
-
295
- #: ../classes/review_notice.php:92
296
- msgid "Admin Columns forums on WordPress.org"
297
- msgstr ""
298
-
299
- #: ../classes/review_notice.php:93
300
- msgid "find answers to some frequently asked questions"
301
- msgstr ""
302
-
303
- #: ../classes/settings.php:113
304
- msgid "Add-on successfully activated."
305
- msgstr "Module correctement activé."
306
-
307
- #: ../classes/settings.php:116
308
- msgid "Add-on successfully deactivated."
309
- msgstr "Module correctement désactivé."
310
-
311
- #: ../classes/settings.php:170
312
- msgid "Admin Columns Settings"
313
- msgstr "Réglages Admin Columns"
314
-
315
- #: ../classes/settings.php:228
316
- msgid "%s column is already present and can not be duplicated."
317
- msgstr ""
318
-
319
- #: ../classes/settings.php:284
320
- msgid "Default settings succesfully restored."
321
- msgstr "Les paramètres par défaut ont été restaurés avec succès."
322
-
323
- #: ../classes/settings.php:301
324
- msgid "Overview"
325
- msgstr "Résumé"
326
-
327
- #: ../classes/settings.php:304
328
- msgid "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."
329
- 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."
330
-
331
- #: ../classes/settings.php:307
332
- msgid "Basics"
333
- msgstr "Basiques"
334
-
335
- #: ../classes/settings.php:309
336
- msgid "Change order"
337
- msgstr "Modifier l'ordre"
338
-
339
- #: ../classes/settings.php:310
340
- msgid "By dragging the columns you can change the order which they will appear in."
341
- msgstr "En déplaçant les colonnes vous modifierez ainsi l'ordre dans lequel ils apparaissent."
342
-
343
- #: ../classes/settings.php:311
344
- msgid "Change label"
345
- msgstr "Modifier le label"
346
-
347
- #: ../classes/settings.php:312
348
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
349
- msgstr ""
350
-
351
- #: ../classes/settings.php:313
352
- msgid "Change column width"
353
- msgstr "Modifier la largeur de colonne"
354
-
355
- #: ../classes/settings.php:314
356
- msgid "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."
357
- msgstr ""
358
-
359
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
360
- msgid "Custom Field"
361
- msgstr "Champ personnalisé"
362
-
363
- #: ../classes/settings.php:320
364
- msgid "'Custom Field' column"
365
- msgstr "Colonne 'Champ personnalisé'"
366
-
367
- #: ../classes/settings.php:321
368
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
369
- msgstr ""
370
-
371
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
372
- msgid "Default"
373
- msgstr "Par défaut"
374
-
375
- #: ../classes/settings.php:323
376
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
377
- msgstr ""
378
-
379
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
380
- msgid "Image"
381
- msgstr "Image"
382
-
383
- #: ../classes/settings.php:324
384
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
385
- msgstr ""
386
-
387
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
388
- msgid "Excerpt"
389
- msgstr "Extrait"
390
-
391
- #: ../classes/settings.php:325
392
- msgid "Value: This will show the first 20 words of the Post content."
393
- msgstr "Utile : Ceci affiche les 20 premiers mots de l'article."
394
-
395
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
396
- msgid "Multiple Values"
397
- msgstr "Valeurs multiples"
398
-
399
- #: ../classes/settings.php:326
400
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
401
- msgstr "Utile : Ce devrait être un tableau. Ce sera n'importe quel tableau (multidimensionnel) flottant."
402
-
403
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
404
- msgid "Numeric"
405
- msgstr "Numérique"
406
-
407
- #: ../classes/settings.php:327
408
- msgid "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."
409
- msgstr ""
410
-
411
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
412
- msgid "Date"
413
- msgstr "Date"
414
-
415
- #: ../classes/settings.php:328
416
- msgid "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."
417
- msgstr ""
418
-
419
- #: ../classes/settings.php:329
420
- msgid "Post Titles"
421
- msgstr "Titre de l'article"
422
-
423
- #: ../classes/settings.php:329
424
- msgid "Value: can be one or more Post ID's (seperated by ',')."
425
- msgstr ""
426
-
427
- #: ../classes/settings.php:330
428
- msgid "Usernames"
429
- msgstr "Noms d'utilisateurs"
430
-
431
- #: ../classes/settings.php:330
432
- msgid "Value: can be one or more User ID's (seperated by ',')."
433
- msgstr ""
434
-
435
- #: ../classes/settings.php:331
436
- msgid "Checkmark"
437
- msgstr "Cocher"
438
-
439
- #: ../classes/settings.php:331
440
- msgid "Value: should be a 1 (one) or 0 (zero)."
441
- msgstr "Utile : Peut être la valeur un (1) ou zéro (0)."
442
-
443
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
444
- msgid "Color"
445
- msgstr "Couleur"
446
-
447
- #: ../classes/settings.php:332
448
- msgid "Value: hex value color, such as #808080."
449
- msgstr "Utile : code couleur en hexadécimal, comme #808080."
450
-
451
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
452
- msgid "Counter"
453
- msgstr "Compteur"
454
-
455
- #: ../classes/settings.php:333
456
- msgid "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."
457
- msgstr ""
458
-
459
- #: ../classes/settings.php:422
460
- msgid "Welcome to Admin Columns"
461
- msgstr "Bienvenue dans Admin Columns"
462
-
463
- #: ../classes/settings.php:425
464
- msgid "Thank you for updating to the latest version!"
465
- msgstr "Merci d'avoir mis à jour vers la dernière version!"
466
-
467
- #: ../classes/settings.php:426
468
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
469
- msgstr ""
470
-
471
- #: ../classes/settings.php:431
472
- msgid "What’s New"
473
- msgstr "Quoi de neuf"
474
-
475
- #: ../classes/settings.php:432
476
- msgid "Changelog"
477
- msgstr "Modifications"
478
-
479
- #: ../classes/settings.php:437
480
- msgid "Important"
481
- msgstr "Important"
482
-
483
- #: ../classes/settings.php:439
484
- msgid "Database Changes"
485
- msgstr "Changements dans la base de données"
486
-
487
- #: ../classes/settings.php:440
488
- msgid "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."
489
- 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."
490
-
491
- #: ../classes/settings.php:443
492
- msgid "Make sure you backup your database and then click"
493
- msgstr "Assurez-vous de sauvegarder votre base de données et cliquez "
494
-
495
- #: ../classes/settings.php443, ../classes/upgrade.php:143
496
- msgid "Upgrade Database"
497
- msgstr "Mettre à jour la base de données"
498
-
499
- #: ../classes/settings.php:446
500
- msgid "Potential Issues"
501
- msgstr "Problèmes potentiels"
502
-
503
- #: ../classes/settings.php:447
504
- msgid "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"
505
- msgstr ""
506
-
507
- #: ../classes/settings.php:447
508
- msgid "Migrating from v1 to v2"
509
- msgstr "Migration de la v1 à la v2"
510
-
511
- #: ../classes/settings.php:447
512
- msgid "guide to view the full list of changes."
513
- msgstr "guide pour voir la liste complète des modifications."
514
-
515
- #: ../classes/settings.php:447
516
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
517
- msgstr ""
518
-
519
- #: ../classes/settings.php:450
520
- msgid "Important!"
521
- msgstr "Important!"
522
-
523
- #: ../classes/settings.php:450
524
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
525
- msgstr ""
526
-
527
- #: ../classes/settings.php:450
528
- msgid "version 1"
529
- msgstr "version 1"
530
-
531
- #: ../classes/settings.php:450
532
- msgid "of this plugin."
533
- msgstr "de ce plugin."
534
-
535
- #: ../classes/settings.php:456
536
- msgid "Changelog for"
537
- msgstr "Nouveautés pour"
538
-
539
- #: ../classes/settings.php471, ../classes/upgrade.php:63
540
- msgid "Learn more"
541
- msgstr "En savoir plus"
542
-
543
- #: ../classes/settings.php:481
544
- msgid "Start using Admin Columns"
545
- msgstr "Commencer à utiliser Admin Columns"
546
-
547
- #: ../classes/settings.php:500
548
- msgid "General Settings"
549
- msgstr "Réglages généraux"
550
-
551
- #: ../classes/settings.php:501
552
- msgid "Customize your Admin Columns settings."
553
- msgstr "Personnalisez vos réglages Admin Columns."
554
-
555
- #: ../classes/settings.php:512
556
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
557
- msgstr ""
558
-
559
- #: ../classes/settings.php:559
560
- msgid "Restore Settings"
561
- msgstr "Rétablir les réglages"
562
-
563
- #: ../classes/settings.php:560
564
- msgid "This will delete all column settings and restore the default settings."
565
- msgstr "Cette opération va supprimer tous les paramètres de colonnes et restaure tous les paramètres par défaut."
566
-
567
- #: ../classes/settings.php:566
568
- msgid "Restore default settings"
569
- msgstr "Restaurer les paramètres par défaut"
570
-
571
- #: ../classes/settings.php:566
572
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
573
- msgstr ""
574
-
575
- #: ../classes/settings.php:582
576
- msgid "Posttypes"
577
- msgstr "Type d'article"
578
-
579
- #: ../classes/settings.php:583
580
- msgid "Others"
581
- msgstr "Autres"
582
-
583
- #: ../classes/settings.php:584
584
- msgid "Taxonomies"
585
- msgstr "Taxonomie"
586
-
587
- #: ../classes/settings.php:600
588
- msgid "Settings"
589
- msgstr "Réglages"
590
-
591
- #: ../classes/settings.php:601
592
- msgid "Add-ons"
593
- msgstr "Modules"
594
-
595
- #: ../classes/settings.php:669
596
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
597
- msgstr ""
598
-
599
- #: ../classes/settings.php:679
600
- msgid "Store settings"
601
- msgstr "Enregistrer les réglages"
602
-
603
- #: ../classes/settings.php:687
604
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
605
- msgstr ""
606
-
607
- #: ../classes/settings.php:688
608
- msgid "Restore"
609
- msgstr "Restaurer"
610
-
611
- #: ../classes/settings.php:688
612
- msgid "columns"
613
- msgstr "colonnes"
614
-
615
- #: ../classes/settings.php:707
616
- msgid "Get Admin Columns Pro"
617
- msgstr ""
618
-
619
- #: ../classes/settings.php:711
620
- msgid "Add Sorting"
621
- msgstr "Ajouter le tri"
622
-
623
- #: ../classes/settings.php:712
624
- msgid "Add Filtering"
625
- msgstr "Ajouter le filtrage"
626
-
627
- #: ../classes/settings.php:713
628
- msgid "Add Import/Export"
629
- msgstr "Ajouter l'import/export"
630
-
631
- #: ../classes/settings.php:714
632
- msgid "Add Direct Editing"
633
- msgstr "Ajouter la modification directe"
634
-
635
- #: ../classes/settings.php:717
636
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
637
- msgstr ""
638
-
639
- #: ../classes/settings.php:730
640
- msgid "Subscribe to receive news &amp; updates below."
641
- msgstr ""
642
-
643
- #: ../classes/settings.php:737
644
- msgid "Your Email"
645
- msgstr ""
646
-
647
- #: ../classes/settings.php:748
648
- msgid "Are you happy with Admin Columns?"
649
- msgstr ""
650
-
651
- #: ../classes/settings.php:756
652
- msgid "What's wrong? Need help? Let us know!"
653
- msgstr ""
654
-
655
- #: ../classes/settings.php:757
656
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
657
- msgstr ""
658
-
659
- #: ../classes/settings.php:765
660
- msgid "Docs"
661
- msgstr ""
662
-
663
- #: ../classes/settings.php:770
664
- msgid "Forums"
665
- msgstr ""
666
-
667
- #: ../classes/settings.php:779
668
- msgid "Woohoo! We're glad to hear that!"
669
- msgstr ""
670
-
671
- #: ../classes/settings.php:780
672
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
673
- msgstr ""
674
-
675
- #: ../classes/settings.php:784
676
- msgid "Rate"
677
- msgstr ""
678
-
679
- #: ../classes/settings.php:795
680
- msgid "Tweet"
681
- msgstr ""
682
-
683
- #: ../classes/settings.php:805
684
- msgid "Buy Pro"
685
- msgstr ""
686
-
687
- #: ../classes/settings.php:817
688
- msgid "Support"
689
- msgstr "Aide"
690
-
691
- #: ../classes/settings.php:820
692
- msgid "Check the <strong>Help</strong> section in the top-right screen."
693
- msgstr ""
694
-
695
- #: ../classes/settings.php:823
696
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
697
- msgstr ""
698
-
699
- #: ../classes/settings.php:852
700
- msgid "Drag and drop to reorder"
701
- msgstr "Vous pouvez modifier l'ordre."
702
-
703
- #: ../classes/settings.php:855
704
- msgid "Add Column"
705
- msgstr "Ajouter une colonne."
706
-
707
- #: ../classes/settings.php:936
708
- msgid "Active"
709
- msgstr "Actif"
710
-
711
- #: ../classes/settings.php:937
712
- msgid "Deactivate"
713
- msgstr "Désactiver"
714
-
715
- #: ../classes/settings.php:944
716
- msgid "Installed"
717
- msgstr "Installé"
718
-
719
- #: ../classes/settings.php:945
720
- msgid "Activate"
721
- msgstr "Activer"
722
-
723
- #: ../classes/settings.php:959
724
- msgid "Download & Install"
725
- msgstr "Télécharger & Installer"
726
-
727
- #: ../classes/settings.php:964
728
- msgid "Get this add-on"
729
- msgstr "Obtenir ce module"
730
-
731
- #: ../classes/storage_model.php:262
732
- msgid "settings succesfully restored."
733
- msgstr "les paramètres ont été restaurés avec succès."
734
-
735
- #: ../classes/storage_model.php:278
736
- msgid "No columns settings available."
737
- msgstr "Aucun paramètre de colonne disponible."
738
-
739
- #: ../classes/storage_model.php:299
740
- msgid "You are trying to store the same settings for %s."
741
- msgstr "Vous essayez de conserver les mêmes paramètres pour %s."
742
-
743
- #: ../classes/storage_model.php:303
744
- msgid "Settings for %s updated successfully."
745
- msgstr ""
746
-
747
- #: ../classes/storage_model.php:643
748
- msgid "Columns by Plugins"
749
- msgstr ""
750
-
751
- #: ../classes/storage_model.php:862
752
- msgid "View"
753
- msgstr "Voir"
754
-
755
- #: ../classes/upgrade.php:62
756
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
757
- msgstr ""
758
-
759
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
760
- msgid "Upgrade"
761
- msgstr "Mettre à jour"
762
-
763
- #: ../classes/upgrade.php:136
764
- msgid "requires a database upgrade"
765
- msgstr "nécessite une mise à jour de la base de données"
766
-
767
- #: ../classes/upgrade.php:139
768
- msgid "why?"
769
- msgstr "pourquoi?"
770
-
771
- #: ../classes/upgrade.php:140
772
- msgid "Please"
773
- msgstr "Veuillez"
774
-
775
- #: ../classes/upgrade.php:141
776
- msgid "backup your database"
777
- msgstr "sauvegarder votre base de données"
778
-
779
- #: ../classes/upgrade.php:142
780
- msgid "then click"
781
- msgstr "puis cliquer"
782
-
783
- #: ../classes/upgrade.php:351
784
- msgid "Migrating Column Settings"
785
- msgstr "Migration des paramètres de colonne"
786
-
787
- #: ../classes/upgrade.php:387
788
- msgid "No Upgrade Required"
789
- msgstr "Aucune mise à jour n'est nécessaire."
790
-
791
- #: ../classes/upgrade.php:388
792
- msgid "Return to welcome screen."
793
- msgstr "Retour à l'écran d'accueil."
794
-
795
- #: ../classes/upgrade.php:406
796
- msgid "Upgrade Complete!"
797
- msgstr "Mise à jour terminée!"
798
-
799
- #: ../classes/upgrade.php:406
800
- msgid "Return to settings."
801
- msgstr "Retour aux réglages."
802
-
803
- #: ../classes/upgrade.php:407
804
- msgid "Error"
805
- msgstr "Erreur"
806
-
807
- #: ../classes/upgrade.php:408
808
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
809
- msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
810
-
811
- #: ../classes/column/acf-placeholder.php:19
812
- msgid "ACF Field"
813
- msgstr "Champ ACF"
814
-
815
- #: ../classes/column/acf-placeholder.php:35
816
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
817
- msgstr ""
818
-
819
- #: ../classes/column/acf-placeholder.php:38
820
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
821
- msgstr ""
822
-
823
- #: ../classes/column/acf-placeholder.php:44
824
- msgid "Find out more"
825
- msgstr "En savoir plus"
826
-
827
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
828
- msgid "Actions"
829
- msgstr "Actions"
830
-
831
- #: ../classes/column/actions.php:96
832
- msgid "Use icons?"
833
- msgstr ""
834
-
835
- #: ../classes/column/actions.php:96
836
- msgid "Use icons instead of text for displaying the actions."
837
- msgstr ""
838
-
839
- #: ../classes/column/custom-field.php:96
840
- msgid "Checkmark (true/false)"
841
- msgstr "Cocher (vrai/faux)"
842
-
843
- #: ../classes/column/custom-field.php:102
844
- msgid "Media Library"
845
- msgstr "Bibliothèque des médias"
846
-
847
- #: ../classes/column/custom-field.php:105
848
- msgid "Post Title (Post ID's)"
849
- msgstr "Titre du post (Post ID)"
850
-
851
- #: ../classes/column/custom-field.php:106
852
- msgid "Username (User ID's)"
853
- msgstr "Nom d'utilisateur (ID d'utilisateur)"
854
-
855
- #: ../classes/column/custom-field.php:107
856
- msgid "Term Name (Term ID's)"
857
- msgstr ""
858
-
859
- #: ../classes/column/custom-field.php:391
860
- msgid "Select your custom field."
861
- msgstr "Sélectionnez votre champ personnalisé."
862
-
863
- #: ../classes/column/custom-field.php:401
864
- msgid "No custom fields available."
865
- msgstr "Aucun champ personnalisé disponible."
866
-
867
- #: ../classes/column/custom-field.php:401
868
- msgid "Please create a %s item first."
869
- msgstr ""
870
-
871
- #: ../classes/column/custom-field.php:408
872
- msgid "Field Type"
873
- msgstr "Type de champ"
874
-
875
- #: ../classes/column/custom-field.php:408
876
- msgid "This will determine how the value will be displayed."
877
- msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
878
-
879
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
880
- msgid "Taxonomy"
881
- msgstr "Taxonomy"
882
-
883
- #: ../classes/column/used-by-menu.php:20
884
- msgid "Used by Menu"
885
- msgstr ""
886
-
887
- #: ../classes/column/used-by-menu.php:133
888
- msgid "Link to menu"
889
- msgstr ""
890
-
891
- #: ../classes/column/used-by-menu.php:133
892
- msgid "This will make the title link to the menu."
893
- msgstr ""
894
-
895
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
896
- msgid "ID"
897
- msgstr "ID"
898
-
899
- #: ../classes/column/comment/agent.php:19
900
- msgid "Agent"
901
- msgstr "Agent"
902
-
903
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
904
- msgid "Approved"
905
- msgstr "Approuvé"
906
-
907
- #: ../classes/column/comment/author-avatar.php:19
908
- msgid "Avatar"
909
- msgstr "Avatar"
910
-
911
- #: ../classes/column/comment/author-email.php:19
912
- msgid "Author email"
913
- msgstr "Courriel de l'auteur"
914
-
915
- #: ../classes/column/comment/author-ip.php:19
916
- msgid "Author IP"
917
- msgstr "IP de l'auteur"
918
-
919
- #: ../classes/column/comment/author-name.php:12
920
- msgid "Author name"
921
- msgstr ""
922
-
923
- #: ../classes/column/comment/author-url.php:19
924
- msgid "Author url"
925
- msgstr "URL de l'auteur"
926
-
927
- #: ../classes/column/comment/author.php:19
928
- msgid "Author"
929
- msgstr "Auteur"
930
-
931
- #: ../classes/column/comment/date-gmt.php:19
932
- msgid "Date GMT"
933
- msgstr "Date GMT"
934
-
935
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
936
- msgid "Content"
937
- msgstr ""
938
-
939
- #: ../classes/column/comment/post.php:19
940
- msgid "Post"
941
- msgstr ""
942
-
943
- #: ../classes/column/comment/reply-to.php:19
944
- msgid "In Reply To"
945
- msgstr "En réponse à"
946
-
947
- #: ../classes/column/comment/user.php:11
948
- msgid "User"
949
- msgstr ""
950
-
951
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
952
- msgid "Word count"
953
- msgstr "Nombre de mots"
954
-
955
- #: ../classes/column/media/alternate-text.php:19
956
- msgid "Alt"
957
- msgstr "Texte alternatif"
958
-
959
- #: ../classes/column/media/attached-to.php:19
960
- msgid "Attached to post"
961
- msgstr ""
962
-
963
- #: ../classes/column/media/available-sizes.php:20
964
- msgid "Available Sizes"
965
- msgstr "Tailles disponibles"
966
-
967
- #: ../classes/column/media/available-sizes.php:40
968
- msgid "full size"
969
- msgstr "Taille réelle"
970
-
971
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
972
- msgid "Caption"
973
- msgstr "Légende"
974
-
975
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
976
- msgid "Description"
977
- msgstr "Description"
978
-
979
- #: ../classes/column/media/dimensions.php:19
980
- msgid "Dimensions"
981
- msgstr "Dimensions"
982
-
983
- #: ../classes/column/media/exif-data.php:19
984
- msgid "EXIF data"
985
- msgstr "Données EXIF"
986
-
987
- #: ../classes/column/media/exif-data.php:38
988
- msgid "Aperture"
989
- msgstr "Ouverture"
990
-
991
- #: ../classes/column/media/exif-data.php:39
992
- msgid "Credit"
993
- msgstr "Crédit"
994
-
995
- #: ../classes/column/media/exif-data.php:40
996
- msgid "Camera"
997
- msgstr "Appareil photo"
998
-
999
- #: ../classes/column/media/exif-data.php:42
1000
- msgid "Timestamp"
1001
- msgstr "Horodateur"
1002
-
1003
- #: ../classes/column/media/exif-data.php:43
1004
- msgid "Copyright EXIF"
1005
- msgstr "Copyright EXIF"
1006
-
1007
- #: ../classes/column/media/exif-data.php:44
1008
- msgid "Focal Length"
1009
- msgstr "Distance focale"
1010
-
1011
- #: ../classes/column/media/exif-data.php:45
1012
- msgid "ISO"
1013
- msgstr "ISO"
1014
-
1015
- #: ../classes/column/media/exif-data.php:46
1016
- msgid "Shutter Speed"
1017
- msgstr "Vitesse d'obturation"
1018
-
1019
- #: ../classes/column/media/exif-data.php:47
1020
- msgid "Title"
1021
- msgstr "Titre"
1022
-
1023
- #: ../classes/column/media/file-name.php:19
1024
- msgid "File name"
1025
- msgstr "Nom du fichier"
1026
-
1027
- #: ../classes/column/media/file-size.php:19
1028
- msgid "File size"
1029
- msgstr "Taille du fichier"
1030
-
1031
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1032
- msgid "Full path"
1033
- msgstr "Chemin d'accès complet"
1034
-
1035
- #: ../classes/column/media/full-path.php:83
1036
- msgid "Path scope"
1037
- msgstr ""
1038
-
1039
- #: ../classes/column/media/full-path.php:84
1040
- msgid "Part of the file path to display"
1041
- msgstr ""
1042
-
1043
- #: ../classes/column/media/full-path.php:97
1044
- msgid "Relative to domain"
1045
- msgstr ""
1046
-
1047
- #: ../classes/column/media/full-path.php:102
1048
- msgid "Relative to main uploads folder "
1049
- msgstr ""
1050
-
1051
- #: ../classes/column/media/height.php:19
1052
- msgid "Height"
1053
- msgstr "Hauteur"
1054
-
1055
- #: ../classes/column/media/mime-type.php:19
1056
- msgid "Mime type"
1057
- msgstr "Type Mime"
1058
-
1059
- #: ../classes/column/post/attachment-count.php:19
1060
- msgid "No. of Attachments"
1061
- msgstr "Nombre de pièces jointes"
1062
-
1063
- #: ../classes/column/post/attachment.php:19
1064
- msgid "Attachments"
1065
- msgstr ""
1066
-
1067
- #: ../classes/column/post/author-name.php:20
1068
- msgid "Display Author As"
1069
- msgstr "Afficher l'auteur comme"
1070
-
1071
- #: ../classes/column/post/author-name.php:100
1072
- msgid "View Public Author Page"
1073
- msgstr ""
1074
-
1075
- #: ../classes/column/post/author-name.php:102
1076
- msgid "Page the author name should link to."
1077
- msgstr ""
1078
-
1079
- #: ../classes/column/post/before-moretag.php:19
1080
- msgid "Before More Tag"
1081
- msgstr "Avant plus de balise"
1082
-
1083
- #: ../classes/column/post/comment-count.php:20
1084
- msgid "Comment count"
1085
- msgstr "Nombre de commentaires"
1086
-
1087
- #: ../classes/column/post/comment-count.php:34
1088
- msgid "Total"
1089
- msgstr "Total"
1090
-
1091
- #: ../classes/column/post/comment-count.php:36
1092
- msgid "Pending"
1093
- msgstr "En attente"
1094
-
1095
- #: ../classes/column/post/comment-count.php:37
1096
- msgid "Spam"
1097
- msgstr "Indésirable"
1098
-
1099
- #: ../classes/column/post/comment-count.php:38
1100
- msgid "Trash"
1101
- msgstr "Corbeille"
1102
-
1103
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1104
- msgid "Comment status"
1105
- msgstr "Status de commentaire"
1106
-
1107
- #: ../classes/column/post/comment-count.php:99
1108
- msgid "Select which comment status you like to display."
1109
- msgstr "Sélectionnez quel commentaire voulez-vous afficher."
1110
-
1111
- #: ../classes/column/post/depth.php:19
1112
- msgid "Depth"
1113
- msgstr ""
1114
-
1115
- #: ../classes/column/post/estimated-reading-time.php:19
1116
- msgid "Estimated Reading Time"
1117
- msgstr ""
1118
-
1119
- #: ../classes/column/post/estimated-reading-time.php:66
1120
- msgid "second"
1121
- msgid_plural "seconds"
1122
- msgstr[0] ""
1123
- msgstr[1] ""
1124
-
1125
- #: ../classes/column/post/estimated-reading-time.php:69
1126
- msgid "minute"
1127
- msgid_plural "minutes"
1128
- msgstr[0] ""
1129
- msgstr[1] ""
1130
-
1131
- #: ../classes/column/post/estimated-reading-time.php:107
1132
- msgid "Words per minute"
1133
- msgstr ""
1134
-
1135
- #: ../classes/column/post/estimated-reading-time.php:108
1136
- msgid "Estimated reading time in words per minute"
1137
- msgstr ""
1138
-
1139
- #: ../classes/column/post/featured-image.php:19
1140
- msgid "Featured Image"
1141
- msgstr "Image à la Une"
1142
-
1143
- #: ../classes/column/post/formats.php:19
1144
- msgid "Post Format"
1145
- msgstr "Format de post"
1146
-
1147
- #: ../classes/column/post/last-modified-author.php:20
1148
- msgid "Last Modified Author"
1149
- msgstr ""
1150
-
1151
- #: ../classes/column/post/modified.php:19
1152
- msgid "Last modified"
1153
- msgstr "Dernière modification"
1154
-
1155
- #: ../classes/column/post/order.php:19
1156
- msgid "Order"
1157
- msgstr ""
1158
-
1159
- #: ../classes/column/post/page-template.php:19
1160
- msgid "Page Template"
1161
- msgstr "Modèle de page"
1162
-
1163
- #: ../classes/column/post/parent.php:19
1164
- msgid "Parent"
1165
- msgstr "Parent"
1166
-
1167
- #: ../classes/column/post/path.php:19
1168
- msgid "Path"
1169
- msgstr ""
1170
-
1171
- #: ../classes/column/post/permalink.php:19
1172
- msgid "Permalink"
1173
- msgstr "Permalien"
1174
-
1175
- #: ../classes/column/post/permalink.php:68
1176
- msgid "Link to post"
1177
- msgstr ""
1178
-
1179
- #: ../classes/column/post/permalink.php:68
1180
- msgid "This will make the permalink clickable."
1181
- msgstr ""
1182
-
1183
- #: ../classes/column/post/ping-status.php:19
1184
- msgid "Ping status"
1185
- msgstr "Status du ping"
1186
-
1187
- #: ../classes/column/post/roles.php:19
1188
- msgid "Roles"
1189
- msgstr "Rôles"
1190
-
1191
- #: ../classes/column/post/shortcodes.php:19
1192
- msgid "Shortcodes"
1193
- msgstr ""
1194
-
1195
- #: ../classes/column/post/slug.php:19
1196
- msgid "Slug"
1197
- msgstr "Slug"
1198
-
1199
- #: ../classes/column/post/status.php:21
1200
- msgid "Status"
1201
- msgstr "Status"
1202
-
1203
- #: ../classes/column/post/sticky.php:19
1204
- msgid "Sticky"
1205
- msgstr "Attaché"
1206
-
1207
- #: ../classes/column/post/title-raw.php:19
1208
- msgid "Title without actions"
1209
- msgstr ""
1210
-
1211
- #: ../classes/column/link/length.php:19
1212
- msgid "Length"
1213
- msgstr "Longueur"
1214
-
1215
- #: ../classes/column/link/notes.php:19
1216
- msgid "Notes"
1217
- msgstr "Notes"
1218
-
1219
- #: ../classes/column/link/owner.php:19
1220
- msgid "Owner"
1221
- msgstr "Propriétaire"
1222
-
1223
- #: ../classes/column/link/rss.php:19
1224
- msgid "Rss"
1225
- msgstr "Rss"
1226
-
1227
- #: ../classes/column/link/target.php:19
1228
- msgid "Target"
1229
- msgstr "Cible"
1230
-
1231
- #: ../classes/column/user/display-name.php:19
1232
- msgid "Display name"
1233
- msgstr ""
1234
-
1235
- #: ../classes/column/user/first-name.php:19
1236
- msgid "First name"
1237
- msgstr "Prénom"
1238
-
1239
- #: ../classes/column/user/last-name.php:19
1240
- msgid "Last name"
1241
- msgstr "Nom"
1242
-
1243
- #: ../classes/column/user/post-count.php:19
1244
- msgid "Post Count"
1245
- msgstr "Nombre d'article"
1246
-
1247
- #: ../classes/column/user/post-count.php:89
1248
- msgid "Post Type"
1249
- msgstr "Type d'article"
1250
-
1251
- #: ../classes/column/user/registered.php:19
1252
- msgid "Registered"
1253
- msgstr "Inscrit"
1254
-
1255
- #: ../classes/column/user/rich-editing.php:19
1256
- msgid "Visual Editor"
1257
- msgstr ""
1258
-
1259
- #: ../classes/column/user/url.php:19
1260
- msgid "Url"
1261
- msgstr "URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-hu_HU.mo CHANGED
Binary file
languages/codepress-admin-columns-hu_HU.po DELETED
@@ -1,1256 +0,0 @@
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 15:26+0200\n"
11
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
21
- "POT-Creation-Date: \n"
22
- "X-Generator: Poedit 1.8.5\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: ../codepress-admin-columns.php:451
27
- msgid "Edit columns"
28
- msgstr "Oszlopok szerkesztése"
29
-
30
- #: ../classes/addons.php:110
31
- msgid "Plugins"
32
- msgstr ""
33
-
34
- #: ../classes/addons.php:135
35
- msgid "Advanced Custom Fields"
36
- msgstr ""
37
-
38
- #: ../classes/addons.php:136
39
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
40
- msgstr ""
41
-
42
- #: ../classes/addons.php:141
43
- msgid "WooCommerce"
44
- msgstr ""
45
-
46
- #: ../classes/addons.php:142
47
- msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
- msgstr ""
49
-
50
- #: ../classes/column.php:624
51
- msgid "Thumbnail"
52
- msgstr "Bélyegkép"
53
-
54
- #: ../classes/column.php:625
55
- msgid "Medium"
56
- msgstr "Közepes"
57
-
58
- #: ../classes/column.php:626
59
- msgid "Large"
60
- msgstr "Nagy"
61
-
62
- #: ../classes/column.php:627
63
- msgid "Full"
64
- msgstr "Teljes méretű"
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 "Dátumformátum"
85
-
86
- #: ../classes/column.php:1090
87
- msgid "This will determine how the date will be displayed."
88
- msgstr "Meghatározza, hogy fog a dátum megjelenni."
89
-
90
- #: ../classes/column.php:1096
91
- msgid "Example:"
92
- msgstr "Például:"
93
-
94
- #: ../classes/column.php:1098
95
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
96
- msgstr ""
97
-
98
- #: ../classes/column.php:1099
99
- msgid "Documentation on date and time formatting."
100
- msgstr "Dokumentáció a dátum- és időformátumokhoz."
101
-
102
- #: ../classes/column.php:1113
103
- msgid "Excerpt length"
104
- msgstr "Kivonat hossza"
105
-
106
- #: ../classes/column.php:1114
107
- msgid "Number of words"
108
- msgstr "Szavak száma"
109
-
110
- #: ../classes/column.php:1132
111
- msgid "Preview size"
112
- msgstr "Előnézet mérete"
113
-
114
- #: ../classes/column.php1149, ../classes/storage_model.php:642
115
- msgid "Custom"
116
- msgstr "Egyedi"
117
-
118
- #: ../classes/column.php1152, ../classes/column.php:1328
119
- msgid "width"
120
- msgstr "szélesség"
121
-
122
- #: ../classes/column.php:1155
123
- msgid "height"
124
- msgstr "magasság"
125
-
126
- #: ../classes/column.php:1167
127
- msgid "Before"
128
- msgstr "Előtte"
129
-
130
- #: ../classes/column.php:1167
131
- msgid "This text will appear before the custom field value."
132
- msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke előtt."
133
-
134
- #: ../classes/column.php:1168
135
- msgid "After"
136
- msgstr "Utána"
137
-
138
- #: ../classes/column.php:1168
139
- msgid "This text will appear after the custom field value."
140
- msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke után."
141
-
142
- #: ../classes/column.php:1177
143
- msgid "Display Name"
144
- msgstr "Megjelenő név"
145
-
146
- #: ../classes/column.php1178, ../classes/settings.php:733
147
- msgid "First Name"
148
- msgstr "Utónév"
149
-
150
- #: ../classes/column.php:1179
151
- msgid "Last Name"
152
- msgstr "Vezetéknév"
153
-
154
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
155
- msgid "Nickname"
156
- msgstr "Becenév"
157
-
158
- #: ../classes/column.php:1181
159
- msgid "User Login"
160
- msgstr "Felhasználó bejelentkezés"
161
-
162
- #: ../classes/column.php:1182
163
- msgid "User Email"
164
- msgstr "Felhasználó email"
165
-
166
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
167
- msgid "User ID"
168
- msgstr "Felhasználó ID "
169
-
170
- #: ../classes/column.php:1184
171
- msgid "First and Last Name"
172
- msgstr "Elő- és utónév"
173
-
174
- #: ../classes/column.php:1187
175
- msgid "Display format"
176
- msgstr ""
177
-
178
- #: ../classes/column.php:1187
179
- msgid "This is the format of the author name."
180
- msgstr "Ez a szerző nevének formátuma"
181
-
182
- #: ../classes/column.php:1350
183
- msgid "Edit"
184
- msgstr "Szerkesztés"
185
-
186
- #: ../classes/column.php1352, ../classes/column.php:1444
187
- msgid "Clone"
188
- msgstr ""
189
-
190
- #: ../classes/column.php:1354
191
- msgid "Remove"
192
- msgstr "Eltávolítás"
193
-
194
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
195
- msgid "Type"
196
- msgstr "Típus"
197
-
198
- #: ../classes/column.php:1372
199
- msgid "Choose a column type."
200
- msgstr "Válassz egy oszloptípust."
201
-
202
- #: ../classes/column.php:1372
203
- msgid "Name"
204
- msgstr ""
205
-
206
- #: ../classes/column.php:1382
207
- msgid "Label"
208
- msgstr "Címke"
209
-
210
- #: ../classes/column.php:1382
211
- msgid "This is the name which will appear as the column header."
212
- msgstr "Ez a név fog megjelenni az oszlop fejlécében."
213
-
214
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
215
- msgid "Width"
216
- msgstr "Szélesség"
217
-
218
- #: ../classes/column.php:1391
219
- msgid "default"
220
- msgstr "alapértelmezett"
221
-
222
- #: ../classes/column.php:1392
223
- msgid "auto"
224
- msgstr ""
225
-
226
- #: ../classes/column.php:1466
227
- msgid "Property To Display"
228
- msgstr ""
229
-
230
- #: ../classes/column.php:1472
231
- msgid "Post property to display for related post(s)."
232
- msgstr ""
233
-
234
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
235
- msgid "Link To"
236
- msgstr ""
237
-
238
- #: ../classes/column.php:1489
239
- msgid "Edit Post Author"
240
- msgstr ""
241
-
242
- #: ../classes/column.php:1490
243
- msgid "View Public Post Author Page"
244
- msgstr ""
245
-
246
- #: ../classes/column.php:1492
247
- msgid "Page the posts should link to."
248
- msgstr ""
249
-
250
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
251
- msgid "Admin Columns"
252
- msgstr "Admin Columns"
253
-
254
- #: ../classes/review_notice.php:58
255
- msgid "Admin Columns Pro"
256
- msgstr ""
257
-
258
- #: ../classes/review_notice.php:68
259
- msgid "click here"
260
- msgstr ""
261
-
262
- #: ../classes/review_notice.php:72
263
- msgid "Leave a review!"
264
- msgstr ""
265
-
266
- #: ../classes/review_notice.php:73
267
- msgid "Permanently hide notice"
268
- msgstr ""
269
-
270
- #: ../classes/review_notice.php:80
271
- msgid "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."
272
- msgstr ""
273
-
274
- #: ../classes/review_notice.php:82
275
- msgid "documentation page"
276
- msgstr ""
277
-
278
- #: ../classes/review_notice.php:86
279
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
280
- msgstr ""
281
-
282
- #: ../classes/review_notice.php:87
283
- msgid "our forums"
284
- msgstr ""
285
-
286
- #: ../classes/review_notice.php:91
287
- msgid "You can also find help on the %s, and %s."
288
- msgstr ""
289
-
290
- #: ../classes/review_notice.php:92
291
- msgid "Admin Columns forums on WordPress.org"
292
- msgstr ""
293
-
294
- #: ../classes/review_notice.php:93
295
- msgid "find answers to some frequently asked questions"
296
- msgstr ""
297
-
298
- #: ../classes/settings.php:113
299
- msgid "Add-on successfully activated."
300
- msgstr ""
301
-
302
- #: ../classes/settings.php:116
303
- msgid "Add-on successfully deactivated."
304
- msgstr ""
305
-
306
- #: ../classes/settings.php:170
307
- msgid "Admin Columns Settings"
308
- msgstr "Admin Columns beállítások"
309
-
310
- #: ../classes/settings.php:228
311
- msgid "%s column is already present and can not be duplicated."
312
- msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
313
-
314
- #: ../classes/settings.php:284
315
- msgid "Default settings succesfully restored."
316
- msgstr "Alapértelmezett beállítások sikeresen visszaállítva."
317
-
318
- #: ../classes/settings.php:301
319
- msgid "Overview"
320
- msgstr "Áttekintés"
321
-
322
- #: ../classes/settings.php:304
323
- msgid "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."
324
- 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."
325
-
326
- #: ../classes/settings.php:307
327
- msgid "Basics"
328
- msgstr "Alapok"
329
-
330
- #: ../classes/settings.php:309
331
- msgid "Change order"
332
- msgstr "Sorrend megváltoztatása"
333
-
334
- #: ../classes/settings.php:310
335
- msgid "By dragging the columns you can change the order which they will appear in."
336
- msgstr "Az oszlopok más helyre húzásával lehet változtatni az oszlopok sorrendjén."
337
-
338
- #: ../classes/settings.php:311
339
- msgid "Change label"
340
- msgstr "Címke megváltoztatása"
341
-
342
- #: ../classes/settings.php:312
343
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
344
- 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."
345
-
346
- #: ../classes/settings.php:313
347
- msgid "Change column width"
348
- msgstr "Oszlopszélesség módosítása"
349
-
350
- #: ../classes/settings.php:314
351
- msgid "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."
352
- 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."
353
-
354
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
355
- msgid "Custom Field"
356
- msgstr "Egyedi mező"
357
-
358
- #: ../classes/settings.php:320
359
- msgid "'Custom Field' column"
360
- msgstr "\"Egyedi mező\" oszlop"
361
-
362
- #: ../classes/settings.php:321
363
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
364
- 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."
365
-
366
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
367
- msgid "Default"
368
- msgstr "Alapértelmezett"
369
-
370
- #: ../classes/settings.php:323
371
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
372
- 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 \",\"."
373
-
374
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
375
- msgid "Image"
376
- msgstr "Kép"
377
-
378
- #: ../classes/settings.php:324
379
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
380
- msgstr "Érték: kép URL vagy Csatolmány ID-t fog tartalmazni, vesszővel elválasztva (\",\")"
381
-
382
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
383
- msgid "Excerpt"
384
- msgstr "Kivonat"
385
-
386
- #: ../classes/settings.php:325
387
- msgid "Value: This will show the first 20 words of the Post content."
388
- msgstr "Érték: az első 20 szót fogja tartalmazni a Bejegyzés tartalmából."
389
-
390
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
391
- msgid "Multiple Values"
392
- msgstr "Többszörös érték"
393
-
394
- #: ../classes/settings.php:326
395
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
396
- msgstr "Érték: tömb. A többdimenziós tömbökből egydimenziósak lesznek."
397
-
398
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
399
- msgid "Numeric"
400
- msgstr "Numerikus"
401
-
402
- #: ../classes/settings.php:327
403
- msgid "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."
404
- 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. "
405
-
406
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
407
- msgid "Date"
408
- msgstr "Dátum"
409
-
410
- #: ../classes/settings.php:328
411
- msgid "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."
412
- 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."
413
-
414
- #: ../classes/settings.php:329
415
- msgid "Post Titles"
416
- msgstr "Bejegyzések címei"
417
-
418
- #: ../classes/settings.php:329
419
- msgid "Value: can be one or more Post ID's (seperated by ',')."
420
- msgstr "Érték: egy vagy több bejegyzés ID-ja (vesszővel elválasztva \",\")."
421
-
422
- #: ../classes/settings.php:330
423
- msgid "Usernames"
424
- msgstr "Felhasználónevek"
425
-
426
- #: ../classes/settings.php:330
427
- msgid "Value: can be one or more User ID's (seperated by ',')."
428
- msgstr "Érték: egy vagy több felhasználó ID-ja (vesszővel elválasztva \",\")."
429
-
430
- #: ../classes/settings.php:331
431
- msgid "Checkmark"
432
- msgstr "Pipa"
433
-
434
- #: ../classes/settings.php:331
435
- msgid "Value: should be a 1 (one) or 0 (zero)."
436
- msgstr "Érték: 1 (egy) vagy 0 (nulla)."
437
-
438
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
439
- msgid "Color"
440
- msgstr "Szín"
441
-
442
- #: ../classes/settings.php:332
443
- msgid "Value: hex value color, such as #808080."
444
- msgstr "Érték: hex színkód, pl. #808080."
445
-
446
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
447
- msgid "Counter"
448
- msgstr "Számláló"
449
-
450
- #: ../classes/settings.php:333
451
- msgid "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."
452
- msgstr "Érték: karakterlánc vagy tömb. Megjeleníti, hogy az elem hányszor használja a meta kulcsot."
453
-
454
- #: ../classes/settings.php:422
455
- msgid "Welcome to Admin Columns"
456
- msgstr "Üdvözöl az Admin Columns"
457
-
458
- #: ../classes/settings.php:425
459
- msgid "Thank you for updating to the latest version!"
460
- msgstr "Köszönjük, hogy frissítetted a legújabb verzióra!"
461
-
462
- #: ../classes/settings.php:426
463
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
464
- msgstr "Az Admin Columns még fejlettebb és élvezetesebb, mint valaha. Reméljük tetszeni fog."
465
-
466
- #: ../classes/settings.php:431
467
- msgid "What’s New"
468
- msgstr "Újdonságok"
469
-
470
- #: ../classes/settings.php:432
471
- msgid "Changelog"
472
- msgstr "Változtatások listája"
473
-
474
- #: ../classes/settings.php:437
475
- msgid "Important"
476
- msgstr "Fontos"
477
-
478
- #: ../classes/settings.php:439
479
- msgid "Database Changes"
480
- msgstr "Adatbázis változtatások"
481
-
482
- #: ../classes/settings.php:440
483
- msgid "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."
484
- 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."
485
-
486
- #: ../classes/settings.php:443
487
- msgid "Make sure you backup your database and then click"
488
- msgstr "Bizonyosodj meg róla, hogy van adatbázis mentésed, majd kattints"
489
-
490
- #: ../classes/settings.php443, ../classes/upgrade.php:143
491
- msgid "Upgrade Database"
492
- msgstr "Adatbázis frissítése"
493
-
494
- #: ../classes/settings.php:446
495
- msgid "Potential Issues"
496
- msgstr "Lehetséges problémák"
497
-
498
- #: ../classes/settings.php:447
499
- msgid "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"
500
- 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"
501
-
502
- #: ../classes/settings.php:447
503
- msgid "Migrating from v1 to v2"
504
- msgstr "Frissítés v1-ről v2-re"
505
-
506
- #: ../classes/settings.php:447
507
- msgid "guide to view the full list of changes."
508
- msgstr "leírást a változtatások teljes listájáért."
509
-
510
- #: ../classes/settings.php:447
511
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
512
- msgstr ""
513
-
514
- #: ../classes/settings.php:450
515
- msgid "Important!"
516
- msgstr "Fontos!"
517
-
518
- #: ../classes/settings.php:450
519
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
520
- 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"
521
-
522
- #: ../classes/settings.php:450
523
- msgid "version 1"
524
- msgstr "verzió 1"
525
-
526
- #: ../classes/settings.php:450
527
- msgid "of this plugin."
528
- msgstr "a bővítménynek."
529
-
530
- #: ../classes/settings.php:456
531
- msgid "Changelog for"
532
- msgstr "Változtatások listája"
533
-
534
- #: ../classes/settings.php471, ../classes/upgrade.php:63
535
- msgid "Learn more"
536
- msgstr "Bővebb információ"
537
-
538
- #: ../classes/settings.php:481
539
- msgid "Start using Admin Columns"
540
- msgstr "Admin Columns használatának megkezdése"
541
-
542
- #: ../classes/settings.php:500
543
- msgid "General Settings"
544
- msgstr "Általános beállítások"
545
-
546
- #: ../classes/settings.php:501
547
- msgid "Customize your Admin Columns settings."
548
- msgstr "Az Admin Columns beállítások módosítása"
549
-
550
- #: ../classes/settings.php:512
551
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
552
- msgstr ""
553
-
554
- #: ../classes/settings.php:559
555
- msgid "Restore Settings"
556
- msgstr "Beállítások visszaállítása"
557
-
558
- #: ../classes/settings.php:560
559
- msgid "This will delete all column settings and restore the default settings."
560
- msgstr "Törli minden oszlop beállítást és visszaállítja az alapértelmezett beállításokat."
561
-
562
- #: ../classes/settings.php:566
563
- msgid "Restore default settings"
564
- msgstr "Alapértelmezett beállítások visszaállítása"
565
-
566
- #: ../classes/settings.php:566
567
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
568
- msgstr ""
569
-
570
- #: ../classes/settings.php:582
571
- msgid "Posttypes"
572
- msgstr ""
573
-
574
- #: ../classes/settings.php:583
575
- msgid "Others"
576
- msgstr ""
577
-
578
- #: ../classes/settings.php:584
579
- msgid "Taxonomies"
580
- msgstr ""
581
-
582
- #: ../classes/settings.php:600
583
- msgid "Settings"
584
- msgstr "Beállítások"
585
-
586
- #: ../classes/settings.php:601
587
- msgid "Add-ons"
588
- msgstr ""
589
-
590
- #: ../classes/settings.php:669
591
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
592
- msgstr ""
593
-
594
- #: ../classes/settings.php:679
595
- msgid "Store settings"
596
- msgstr "Beállítások tárolása"
597
-
598
- #: ../classes/settings.php:687
599
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
600
- msgstr ""
601
-
602
- #: ../classes/settings.php:688
603
- msgid "Restore"
604
- msgstr "Visszaállítás"
605
-
606
- #: ../classes/settings.php:688
607
- msgid "columns"
608
- msgstr "oszlopok"
609
-
610
- #: ../classes/settings.php:707
611
- msgid "Get Admin Columns Pro"
612
- msgstr ""
613
-
614
- #: ../classes/settings.php:711
615
- msgid "Add Sorting"
616
- msgstr "Rendezés hozzáadása"
617
-
618
- #: ../classes/settings.php:712
619
- msgid "Add Filtering"
620
- msgstr "Szűrés hozzáadása"
621
-
622
- #: ../classes/settings.php:713
623
- msgid "Add Import/Export"
624
- msgstr "Import/export hozzáadása"
625
-
626
- #: ../classes/settings.php:714
627
- msgid "Add Direct Editing"
628
- msgstr ""
629
-
630
- #: ../classes/settings.php:717
631
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
632
- msgstr ""
633
-
634
- #: ../classes/settings.php:730
635
- msgid "Subscribe to receive news &amp; updates below."
636
- msgstr ""
637
-
638
- #: ../classes/settings.php:737
639
- msgid "Your Email"
640
- msgstr ""
641
-
642
- #: ../classes/settings.php:748
643
- msgid "Are you happy with Admin Columns?"
644
- msgstr ""
645
-
646
- #: ../classes/settings.php:756
647
- msgid "What's wrong? Need help? Let us know!"
648
- msgstr ""
649
-
650
- #: ../classes/settings.php:757
651
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
652
- msgstr ""
653
-
654
- #: ../classes/settings.php:765
655
- msgid "Docs"
656
- msgstr ""
657
-
658
- #: ../classes/settings.php:770
659
- msgid "Forums"
660
- msgstr ""
661
-
662
- #: ../classes/settings.php:779
663
- msgid "Woohoo! We're glad to hear that!"
664
- msgstr ""
665
-
666
- #: ../classes/settings.php:780
667
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
668
- msgstr ""
669
-
670
- #: ../classes/settings.php:784
671
- msgid "Rate"
672
- msgstr ""
673
-
674
- #: ../classes/settings.php:795
675
- msgid "Tweet"
676
- msgstr ""
677
-
678
- #: ../classes/settings.php:805
679
- msgid "Buy Pro"
680
- msgstr ""
681
-
682
- #: ../classes/settings.php:817
683
- msgid "Support"
684
- msgstr "Támogatás"
685
-
686
- #: ../classes/settings.php:820
687
- msgid "Check the <strong>Help</strong> section in the top-right screen."
688
- msgstr "Tekintsd meg a <strong>Súgó</strong> részt a képernyő jobb felső sarkában."
689
-
690
- #: ../classes/settings.php:823
691
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
692
- 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>"
693
-
694
- #: ../classes/settings.php:852
695
- msgid "Drag and drop to reorder"
696
- msgstr "Húzd az elemeket más helyre a sorrend megváltoztatásához"
697
-
698
- #: ../classes/settings.php:855
699
- msgid "Add Column"
700
- msgstr "Oszlop hozzáadása"
701
-
702
- #: ../classes/settings.php:936
703
- msgid "Active"
704
- msgstr ""
705
-
706
- #: ../classes/settings.php:937
707
- msgid "Deactivate"
708
- msgstr ""
709
-
710
- #: ../classes/settings.php:944
711
- msgid "Installed"
712
- msgstr ""
713
-
714
- #: ../classes/settings.php:945
715
- msgid "Activate"
716
- msgstr ""
717
-
718
- #: ../classes/settings.php:959
719
- msgid "Download & Install"
720
- msgstr ""
721
-
722
- #: ../classes/settings.php:964
723
- msgid "Get this add-on"
724
- msgstr ""
725
-
726
- #: ../classes/storage_model.php:262
727
- msgid "settings succesfully restored."
728
- msgstr "Beállítások sikeresen visszaállítva."
729
-
730
- #: ../classes/storage_model.php:278
731
- msgid "No columns settings available."
732
- msgstr "Nincs elérhető oszlopbeállítás."
733
-
734
- #: ../classes/storage_model.php:299
735
- msgid "You are trying to store the same settings for %s."
736
- msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
737
-
738
- #: ../classes/storage_model.php:303
739
- msgid "Settings for %s updated successfully."
740
- msgstr ""
741
-
742
- #: ../classes/storage_model.php:643
743
- msgid "Columns by Plugins"
744
- msgstr ""
745
-
746
- #: ../classes/storage_model.php:862
747
- msgid "View"
748
- msgstr "Megtekintés"
749
-
750
- #: ../classes/upgrade.php:62
751
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
752
- msgstr ""
753
-
754
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
755
- msgid "Upgrade"
756
- msgstr "Frissítés"
757
-
758
- #: ../classes/upgrade.php:136
759
- msgid "requires a database upgrade"
760
- msgstr "adatbázis frissítést igényel"
761
-
762
- #: ../classes/upgrade.php:139
763
- msgid "why?"
764
- msgstr "miért?"
765
-
766
- #: ../classes/upgrade.php:140
767
- msgid "Please"
768
- msgstr "Kérlek"
769
-
770
- #: ../classes/upgrade.php:141
771
- msgid "backup your database"
772
- msgstr "készíts biztonsági mentést az adatbázisról"
773
-
774
- #: ../classes/upgrade.php:142
775
- msgid "then click"
776
- msgstr "majd kattints az"
777
-
778
- #: ../classes/upgrade.php:351
779
- msgid "Migrating Column Settings"
780
- msgstr "Oszlopbeállítások migrálása"
781
-
782
- #: ../classes/upgrade.php:387
783
- msgid "No Upgrade Required"
784
- msgstr "Nincs szükség frissítésre"
785
-
786
- #: ../classes/upgrade.php:388
787
- msgid "Return to welcome screen."
788
- msgstr "Vissza a nyitóoldalra"
789
-
790
- #: ../classes/upgrade.php:406
791
- msgid "Upgrade Complete!"
792
- msgstr "Frissítés kész!"
793
-
794
- #: ../classes/upgrade.php:406
795
- msgid "Return to settings."
796
- msgstr "Vissza a beállításokhoz."
797
-
798
- #: ../classes/upgrade.php:407
799
- msgid "Error"
800
- msgstr "Hiba"
801
-
802
- #: ../classes/upgrade.php:408
803
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
804
- msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
805
-
806
- #: ../classes/column/acf-placeholder.php:19
807
- msgid "ACF Field"
808
- msgstr ""
809
-
810
- #: ../classes/column/acf-placeholder.php:35
811
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
812
- msgstr ""
813
-
814
- #: ../classes/column/acf-placeholder.php:38
815
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
816
- msgstr ""
817
-
818
- #: ../classes/column/acf-placeholder.php:44
819
- msgid "Find out more"
820
- msgstr ""
821
-
822
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
823
- msgid "Actions"
824
- msgstr "Műveletek"
825
-
826
- #: ../classes/column/actions.php:96
827
- msgid "Use icons?"
828
- msgstr ""
829
-
830
- #: ../classes/column/actions.php:96
831
- msgid "Use icons instead of text for displaying the actions."
832
- msgstr ""
833
-
834
- #: ../classes/column/custom-field.php:96
835
- msgid "Checkmark (true/false)"
836
- msgstr "Pipa (igaz/hamis)"
837
-
838
- #: ../classes/column/custom-field.php:102
839
- msgid "Media Library"
840
- msgstr "Médiatár"
841
-
842
- #: ../classes/column/custom-field.php:105
843
- msgid "Post Title (Post ID's)"
844
- msgstr "Bejegyzés címe (bejegyzés ID)"
845
-
846
- #: ../classes/column/custom-field.php:106
847
- msgid "Username (User ID's)"
848
- msgstr "Felhasználónév (Felhasználó ID)"
849
-
850
- #: ../classes/column/custom-field.php:107
851
- msgid "Term Name (Term ID's)"
852
- msgstr ""
853
-
854
- #: ../classes/column/custom-field.php:391
855
- msgid "Select your custom field."
856
- msgstr "Válassz egyedi mezőt."
857
-
858
- #: ../classes/column/custom-field.php:401
859
- msgid "No custom fields available."
860
- msgstr "Nincsenek egyedi mezők."
861
-
862
- #: ../classes/column/custom-field.php:401
863
- msgid "Please create a %s item first."
864
- msgstr ""
865
-
866
- #: ../classes/column/custom-field.php:408
867
- msgid "Field Type"
868
- msgstr "Mező típusa"
869
-
870
- #: ../classes/column/custom-field.php:408
871
- msgid "This will determine how the value will be displayed."
872
- msgstr "Meghatározza, hogy fog az érték megjelenni."
873
-
874
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
875
- msgid "Taxonomy"
876
- msgstr "Taxonómia"
877
-
878
- #: ../classes/column/used-by-menu.php:20
879
- msgid "Used by Menu"
880
- msgstr ""
881
-
882
- #: ../classes/column/used-by-menu.php:133
883
- msgid "Link to menu"
884
- msgstr ""
885
-
886
- #: ../classes/column/used-by-menu.php:133
887
- msgid "This will make the title link to the menu."
888
- msgstr ""
889
-
890
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
891
- msgid "ID"
892
- msgstr "ID"
893
-
894
- #: ../classes/column/comment/agent.php:19
895
- msgid "Agent"
896
- msgstr "Ügynök"
897
-
898
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
899
- msgid "Approved"
900
- msgstr "Jóváhagyva"
901
-
902
- #: ../classes/column/comment/author-avatar.php:19
903
- msgid "Avatar"
904
- msgstr "Avatar"
905
-
906
- #: ../classes/column/comment/author-email.php:19
907
- msgid "Author email"
908
- msgstr "Szerző email-je"
909
-
910
- #: ../classes/column/comment/author-ip.php:19
911
- msgid "Author IP"
912
- msgstr "Szerző IP-je"
913
-
914
- #: ../classes/column/comment/author-name.php:12
915
- msgid "Author name"
916
- msgstr ""
917
-
918
- #: ../classes/column/comment/author-url.php:19
919
- msgid "Author url"
920
- msgstr "Szerző URL-je"
921
-
922
- #: ../classes/column/comment/author.php:19
923
- msgid "Author"
924
- msgstr "Szerző"
925
-
926
- #: ../classes/column/comment/date-gmt.php:19
927
- msgid "Date GMT"
928
- msgstr "GMT dátum"
929
-
930
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
931
- msgid "Content"
932
- msgstr ""
933
-
934
- #: ../classes/column/comment/post.php:19
935
- msgid "Post"
936
- msgstr ""
937
-
938
- #: ../classes/column/comment/reply-to.php:19
939
- msgid "In Reply To"
940
- msgstr "Válaszolva erre:"
941
-
942
- #: ../classes/column/comment/user.php:11
943
- msgid "User"
944
- msgstr ""
945
-
946
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
947
- msgid "Word count"
948
- msgstr "Szavak száma"
949
-
950
- #: ../classes/column/media/alternate-text.php:19
951
- msgid "Alt"
952
- msgstr "Alt"
953
-
954
- #: ../classes/column/media/attached-to.php:19
955
- msgid "Attached to post"
956
- msgstr ""
957
-
958
- #: ../classes/column/media/available-sizes.php:20
959
- msgid "Available Sizes"
960
- msgstr "Elérhető méretek"
961
-
962
- #: ../classes/column/media/available-sizes.php:40
963
- msgid "full size"
964
- msgstr "teljes méret"
965
-
966
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
967
- msgid "Caption"
968
- msgstr "Kép felirata"
969
-
970
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
971
- msgid "Description"
972
- msgstr "Leírás"
973
-
974
- #: ../classes/column/media/dimensions.php:19
975
- msgid "Dimensions"
976
- msgstr "Kép kiterjedése"
977
-
978
- #: ../classes/column/media/exif-data.php:19
979
- msgid "EXIF data"
980
- msgstr "EXIF adato"
981
-
982
- #: ../classes/column/media/exif-data.php:38
983
- msgid "Aperture"
984
- msgstr "Rekesz"
985
-
986
- #: ../classes/column/media/exif-data.php:39
987
- msgid "Credit"
988
- msgstr "Érdem"
989
-
990
- #: ../classes/column/media/exif-data.php:40
991
- msgid "Camera"
992
- msgstr "Fényképezőgép"
993
-
994
- #: ../classes/column/media/exif-data.php:42
995
- msgid "Timestamp"
996
- msgstr "Időbélyeg"
997
-
998
- #: ../classes/column/media/exif-data.php:43
999
- msgid "Copyright EXIF"
1000
- msgstr "EXIF szerzői jog"
1001
-
1002
- #: ../classes/column/media/exif-data.php:44
1003
- msgid "Focal Length"
1004
- msgstr "Fókusztávolság"
1005
-
1006
- #: ../classes/column/media/exif-data.php:45
1007
- msgid "ISO"
1008
- msgstr "ISO"
1009
-
1010
- #: ../classes/column/media/exif-data.php:46
1011
- msgid "Shutter Speed"
1012
- msgstr "Zársebesség"
1013
-
1014
- #: ../classes/column/media/exif-data.php:47
1015
- msgid "Title"
1016
- msgstr "Cím"
1017
-
1018
- #: ../classes/column/media/file-name.php:19
1019
- msgid "File name"
1020
- msgstr "Fájlnév"
1021
-
1022
- #: ../classes/column/media/file-size.php:19
1023
- msgid "File size"
1024
- msgstr "Fájlméret"
1025
-
1026
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1027
- msgid "Full path"
1028
- msgstr "Teljes útvonal"
1029
-
1030
- #: ../classes/column/media/full-path.php:83
1031
- msgid "Path scope"
1032
- msgstr ""
1033
-
1034
- #: ../classes/column/media/full-path.php:84
1035
- msgid "Part of the file path to display"
1036
- msgstr ""
1037
-
1038
- #: ../classes/column/media/full-path.php:97
1039
- msgid "Relative to domain"
1040
- msgstr ""
1041
-
1042
- #: ../classes/column/media/full-path.php:102
1043
- msgid "Relative to main uploads folder "
1044
- msgstr ""
1045
-
1046
- #: ../classes/column/media/height.php:19
1047
- msgid "Height"
1048
- msgstr "Magasság"
1049
-
1050
- #: ../classes/column/media/mime-type.php:19
1051
- msgid "Mime type"
1052
- msgstr "Mime típus"
1053
-
1054
- #: ../classes/column/post/attachment-count.php:19
1055
- msgid "No. of Attachments"
1056
- msgstr "Csatolmányok száma"
1057
-
1058
- #: ../classes/column/post/attachment.php:19
1059
- msgid "Attachments"
1060
- msgstr ""
1061
-
1062
- #: ../classes/column/post/author-name.php:20
1063
- msgid "Display Author As"
1064
- msgstr "Szerző megjelenítése mint"
1065
-
1066
- #: ../classes/column/post/author-name.php:100
1067
- msgid "View Public Author Page"
1068
- msgstr ""
1069
-
1070
- #: ../classes/column/post/author-name.php:102
1071
- msgid "Page the author name should link to."
1072
- msgstr ""
1073
-
1074
- #: ../classes/column/post/before-moretag.php:19
1075
- msgid "Before More Tag"
1076
- msgstr "A \"További\" címke előtti rész"
1077
-
1078
- #: ../classes/column/post/comment-count.php:20
1079
- msgid "Comment count"
1080
- msgstr "Hozzászólások száma"
1081
-
1082
- #: ../classes/column/post/comment-count.php:34
1083
- msgid "Total"
1084
- msgstr "Összesen"
1085
-
1086
- #: ../classes/column/post/comment-count.php:36
1087
- msgid "Pending"
1088
- msgstr "Folyamatban"
1089
-
1090
- #: ../classes/column/post/comment-count.php:37
1091
- msgid "Spam"
1092
- msgstr "Levélszemét"
1093
-
1094
- #: ../classes/column/post/comment-count.php:38
1095
- msgid "Trash"
1096
- msgstr "Kuka"
1097
-
1098
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1099
- msgid "Comment status"
1100
- msgstr "Hozzászólás státusza"
1101
-
1102
- #: ../classes/column/post/comment-count.php:99
1103
- msgid "Select which comment status you like to display."
1104
- msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
1105
-
1106
- #: ../classes/column/post/depth.php:19
1107
- msgid "Depth"
1108
- msgstr ""
1109
-
1110
- #: ../classes/column/post/estimated-reading-time.php:19
1111
- msgid "Estimated Reading Time"
1112
- msgstr ""
1113
-
1114
- #: ../classes/column/post/estimated-reading-time.php:66
1115
- msgid "second"
1116
- msgid_plural "seconds"
1117
- msgstr[0] ""
1118
- msgstr[1] ""
1119
-
1120
- #: ../classes/column/post/estimated-reading-time.php:69
1121
- msgid "minute"
1122
- msgid_plural "minutes"
1123
- msgstr[0] ""
1124
- msgstr[1] ""
1125
-
1126
- #: ../classes/column/post/estimated-reading-time.php:107
1127
- msgid "Words per minute"
1128
- msgstr ""
1129
-
1130
- #: ../classes/column/post/estimated-reading-time.php:108
1131
- msgid "Estimated reading time in words per minute"
1132
- msgstr ""
1133
-
1134
- #: ../classes/column/post/featured-image.php:19
1135
- msgid "Featured Image"
1136
- msgstr "Kiemelt kép"
1137
-
1138
- #: ../classes/column/post/formats.php:19
1139
- msgid "Post Format"
1140
- msgstr "Bejegyzés formátum"
1141
-
1142
- #: ../classes/column/post/last-modified-author.php:20
1143
- msgid "Last Modified Author"
1144
- msgstr ""
1145
-
1146
- #: ../classes/column/post/modified.php:19
1147
- msgid "Last modified"
1148
- msgstr "Utoljára módosítva"
1149
-
1150
- #: ../classes/column/post/order.php:19
1151
- msgid "Order"
1152
- msgstr ""
1153
-
1154
- #: ../classes/column/post/page-template.php:19
1155
- msgid "Page Template"
1156
- msgstr "Oldal sablon"
1157
-
1158
- #: ../classes/column/post/parent.php:19
1159
- msgid "Parent"
1160
- msgstr "Szülő"
1161
-
1162
- #: ../classes/column/post/path.php:19
1163
- msgid "Path"
1164
- msgstr ""
1165
-
1166
- #: ../classes/column/post/permalink.php:19
1167
- msgid "Permalink"
1168
- msgstr ""
1169
-
1170
- #: ../classes/column/post/permalink.php:68
1171
- msgid "Link to post"
1172
- msgstr ""
1173
-
1174
- #: ../classes/column/post/permalink.php:68
1175
- msgid "This will make the permalink clickable."
1176
- msgstr ""
1177
-
1178
- #: ../classes/column/post/ping-status.php:19
1179
- msgid "Ping status"
1180
- msgstr "Ping státusz"
1181
-
1182
- #: ../classes/column/post/roles.php:19
1183
- msgid "Roles"
1184
- msgstr "Jogkörök"
1185
-
1186
- #: ../classes/column/post/shortcodes.php:19
1187
- msgid "Shortcodes"
1188
- msgstr ""
1189
-
1190
- #: ../classes/column/post/slug.php:19
1191
- msgid "Slug"
1192
- msgstr "Keresőbarát név/slug"
1193
-
1194
- #: ../classes/column/post/status.php:21
1195
- msgid "Status"
1196
- msgstr "Státusz"
1197
-
1198
- #: ../classes/column/post/sticky.php:19
1199
- msgid "Sticky"
1200
- msgstr "Ragadós"
1201
-
1202
- #: ../classes/column/post/title-raw.php:19
1203
- msgid "Title without actions"
1204
- msgstr ""
1205
-
1206
- #: ../classes/column/link/length.php:19
1207
- msgid "Length"
1208
- msgstr "Hossz"
1209
-
1210
- #: ../classes/column/link/notes.php:19
1211
- msgid "Notes"
1212
- msgstr "Megjegyzések"
1213
-
1214
- #: ../classes/column/link/owner.php:19
1215
- msgid "Owner"
1216
- msgstr "Tulajdonos"
1217
-
1218
- #: ../classes/column/link/rss.php:19
1219
- msgid "Rss"
1220
- msgstr "RSS"
1221
-
1222
- #: ../classes/column/link/target.php:19
1223
- msgid "Target"
1224
- msgstr "Cél"
1225
-
1226
- #: ../classes/column/user/display-name.php:19
1227
- msgid "Display name"
1228
- msgstr ""
1229
-
1230
- #: ../classes/column/user/first-name.php:19
1231
- msgid "First name"
1232
- msgstr "Utónév"
1233
-
1234
- #: ../classes/column/user/last-name.php:19
1235
- msgid "Last name"
1236
- msgstr "Vezetéknév"
1237
-
1238
- #: ../classes/column/user/post-count.php:19
1239
- msgid "Post Count"
1240
- msgstr "Bejegyzések száma"
1241
-
1242
- #: ../classes/column/user/post-count.php:89
1243
- msgid "Post Type"
1244
- msgstr "Bejegyzés típus"
1245
-
1246
- #: ../classes/column/user/registered.php:19
1247
- msgid "Registered"
1248
- msgstr "Feliratkozott"
1249
-
1250
- #: ../classes/column/user/rich-editing.php:19
1251
- msgid "Visual Editor"
1252
- msgstr ""
1253
-
1254
- #: ../classes/column/user/url.php:19
1255
- msgid "Url"
1256
- msgstr "URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-it_IT.mo CHANGED
Binary file
languages/codepress-admin-columns-it_IT.po DELETED
@@ -1,1258 +0,0 @@
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 15:26+0200\n"
13
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
23
- "POT-Creation-Date: \n"
24
- "X-Generator: Poedit 1.8.5\n"
25
- "X-Poedit-SearchPath-0: .\n"
26
- "X-Poedit-SearchPathExcluded-0: *.js\n"
27
-
28
- #: ../codepress-admin-columns.php:451
29
- msgid "Edit columns"
30
- msgstr "Modifica colonne"
31
-
32
- #: ../classes/addons.php:110
33
- msgid "Plugins"
34
- msgstr "Plugins"
35
-
36
- #: ../classes/addons.php:135
37
- msgid "Advanced Custom Fields"
38
- msgstr "Campi personalizzati avanzati"
39
-
40
- #: ../classes/addons.php:136
41
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in 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 "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
- msgstr "Valorizzare i prodotti, ordini e panoramiche coupons con nuove colonne e modifica in linea."
51
-
52
- #: ../classes/column.php:624
53
- msgid "Thumbnail"
54
- msgstr "Miniatura"
55
-
56
- #: ../classes/column.php:625
57
- msgid "Medium"
58
- msgstr "Media"
59
-
60
- #: ../classes/column.php:626
61
- msgid "Large"
62
- msgstr "Grande"
63
-
64
- #: ../classes/column.php:627
65
- msgid "Full"
66
- msgstr "Dimensione reale"
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 "Formato Data"
87
-
88
- #: ../classes/column.php:1090
89
- msgid "This will determine how the date will be displayed."
90
- msgstr "Questo determinerà il modo in cui verrà visualizzata la data."
91
-
92
- #: ../classes/column.php:1096
93
- msgid "Example:"
94
- msgstr "Esempio:"
95
-
96
- #: ../classes/column.php:1098
97
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
98
- msgstr ""
99
-
100
- #: ../classes/column.php:1099
101
- msgid "Documentation on date and time formatting."
102
- msgstr "Documentazione sulla formattazione \"data e ora\"."
103
-
104
- #: ../classes/column.php:1113
105
- msgid "Excerpt length"
106
- msgstr "Lunghezza riassunto"
107
-
108
- #: ../classes/column.php:1114
109
- msgid "Number of words"
110
- msgstr "Numero di parole"
111
-
112
- #: ../classes/column.php:1132
113
- msgid "Preview size"
114
- msgstr "Dimensione anteprima"
115
-
116
- #: ../classes/column.php1149, ../classes/storage_model.php:642
117
- msgid "Custom"
118
- msgstr "Personalizzata"
119
-
120
- #: ../classes/column.php1152, ../classes/column.php:1328
121
- msgid "width"
122
- msgstr "larghezza"
123
-
124
- #: ../classes/column.php:1155
125
- msgid "height"
126
- msgstr "altezza"
127
-
128
- #: ../classes/column.php:1167
129
- msgid "Before"
130
- msgstr "Prima"
131
-
132
- #: ../classes/column.php:1167
133
- msgid "This text will appear before the custom field value."
134
- msgstr "Questo testo apparirà prima del valore campo personalizzato."
135
-
136
- #: ../classes/column.php:1168
137
- msgid "After"
138
- msgstr "Dopo"
139
-
140
- #: ../classes/column.php:1168
141
- msgid "This text will appear after the custom field value."
142
- msgstr "Questo testo apparirà dopo il valore campo personalizzato."
143
-
144
- #: ../classes/column.php:1177
145
- msgid "Display Name"
146
- msgstr "Nome da visualizzare"
147
-
148
- #: ../classes/column.php1178, ../classes/settings.php:733
149
- msgid "First Name"
150
- msgstr "Nome"
151
-
152
- #: ../classes/column.php:1179
153
- msgid "Last Name"
154
- msgstr "Cognome"
155
-
156
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
157
- msgid "Nickname"
158
- msgstr "Soprannome"
159
-
160
- #: ../classes/column.php:1181
161
- msgid "User Login"
162
- msgstr "Login utente"
163
-
164
- #: ../classes/column.php:1182
165
- msgid "User Email"
166
- msgstr "Email utente"
167
-
168
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
169
- msgid "User ID"
170
- msgstr "ID utente"
171
-
172
- #: ../classes/column.php:1184
173
- msgid "First and Last Name"
174
- msgstr "Nome e Cognome"
175
-
176
- #: ../classes/column.php:1187
177
- msgid "Display format"
178
- msgstr "Formato di visualizzazione"
179
-
180
- #: ../classes/column.php:1187
181
- msgid "This is the format of the author name."
182
- msgstr "Questo è il formato del nome autore."
183
-
184
- #: ../classes/column.php:1350
185
- msgid "Edit"
186
- msgstr "Modifica"
187
-
188
- #: ../classes/column.php1352, ../classes/column.php:1444
189
- msgid "Clone"
190
- msgstr "Clone"
191
-
192
- #: ../classes/column.php:1354
193
- msgid "Remove"
194
- msgstr "Rimuovi"
195
-
196
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
197
- msgid "Type"
198
- msgstr "TIpo"
199
-
200
- #: ../classes/column.php:1372
201
- msgid "Choose a column type."
202
- msgstr "Scegli un tipo di colonna."
203
-
204
- #: ../classes/column.php:1372
205
- msgid "Name"
206
- msgstr "Nome"
207
-
208
- #: ../classes/column.php:1382
209
- msgid "Label"
210
- msgstr "Etichetta"
211
-
212
- #: ../classes/column.php:1382
213
- msgid "This is the name which will appear as the column header."
214
- msgstr "Questo è il nome che apparirà come intestazione della colonna."
215
-
216
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
217
- msgid "Width"
218
- msgstr "Larghezza"
219
-
220
- #: ../classes/column.php:1391
221
- msgid "default"
222
- msgstr "predefinito"
223
-
224
- #: ../classes/column.php:1392
225
- msgid "auto"
226
- msgstr "auto"
227
-
228
- #: ../classes/column.php:1466
229
- msgid "Property To Display"
230
- msgstr ""
231
-
232
- #: ../classes/column.php:1472
233
- msgid "Post property to display for related post(s)."
234
- msgstr ""
235
-
236
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
237
- msgid "Link To"
238
- msgstr ""
239
-
240
- #: ../classes/column.php:1489
241
- msgid "Edit Post Author"
242
- msgstr ""
243
-
244
- #: ../classes/column.php:1490
245
- msgid "View Public Post Author Page"
246
- msgstr ""
247
-
248
- #: ../classes/column.php:1492
249
- msgid "Page the posts should link to."
250
- msgstr ""
251
-
252
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
253
- msgid "Admin Columns"
254
- msgstr "Admin Columns"
255
-
256
- #: ../classes/review_notice.php:58
257
- msgid "Admin Columns Pro"
258
- msgstr "Admin Columns Pro"
259
-
260
- #: ../classes/review_notice.php:68
261
- msgid "click here"
262
- msgstr "clicca qui"
263
-
264
- #: ../classes/review_notice.php:72
265
- msgid "Leave a review!"
266
- msgstr "Lascia un commento!"
267
-
268
- #: ../classes/review_notice.php:73
269
- msgid "Permanently hide notice"
270
- msgstr "Avvisi permanentemente nascosti"
271
-
272
- #: ../classes/review_notice.php:80
273
- msgid "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."
274
- 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."
275
-
276
- #: ../classes/review_notice.php:82
277
- msgid "documentation page"
278
- msgstr "pagina di documentazione"
279
-
280
- #: ../classes/review_notice.php:86
281
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
282
- msgstr "Come utente Admin Columns Pro, tu puoi anche utilizzare il tuo account di AdminColumns.com per accedere al supporto del prodotto attraverso %s!"
283
-
284
- #: ../classes/review_notice.php:87
285
- msgid "our forums"
286
- msgstr "i nostri forum"
287
-
288
- #: ../classes/review_notice.php:91
289
- msgid "You can also find help on the %s, and %s."
290
- msgstr "Tu puoi anche trovare aiuto su %s, e %s."
291
-
292
- #: ../classes/review_notice.php:92
293
- msgid "Admin Columns forums on WordPress.org"
294
- msgstr "Forum di Admin Columns su WordPress.org"
295
-
296
- #: ../classes/review_notice.php:93
297
- msgid "find answers to some frequently asked questions"
298
- msgstr "trova le risposte ad alcune domande frequenti"
299
-
300
- #: ../classes/settings.php:113
301
- msgid "Add-on successfully activated."
302
- msgstr "Add-on attivato con successo."
303
-
304
- #: ../classes/settings.php:116
305
- msgid "Add-on successfully deactivated."
306
- msgstr "Add-on disattivato con successo."
307
-
308
- #: ../classes/settings.php:170
309
- msgid "Admin Columns Settings"
310
- msgstr "Impostazioni Admin Columns"
311
-
312
- #: ../classes/settings.php:228
313
- msgid "%s column is already present and can not be duplicated."
314
- msgstr "Colonna %s è già presente e non può essere duplicata."
315
-
316
- #: ../classes/settings.php:284
317
- msgid "Default settings succesfully restored."
318
- msgstr "Le impostazioni predefinite sono state ripristinate."
319
-
320
- #: ../classes/settings.php:301
321
- msgid "Overview"
322
- msgstr "Panoramica"
323
-
324
- #: ../classes/settings.php:304
325
- msgid "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."
326
- msgstr ""
327
-
328
- #: ../classes/settings.php:307
329
- msgid "Basics"
330
- msgstr "Nozioni di base"
331
-
332
- #: ../classes/settings.php:309
333
- msgid "Change order"
334
- msgstr "Cambia ordine"
335
-
336
- #: ../classes/settings.php:310
337
- msgid "By dragging the columns you can change the order which they will appear in."
338
- msgstr "Trascinando le colonne puoi modificare l'ordine in cui appariranno."
339
-
340
- #: ../classes/settings.php:311
341
- msgid "Change label"
342
- msgstr "Cambia etichetta"
343
-
344
- #: ../classes/settings.php:312
345
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
346
- msgstr "Cliccando sul triangolo potrai vedere le opzioni della colonna. Qui puoi cambiare l'etichetta di ogni intestazione di colonna."
347
-
348
- #: ../classes/settings.php:313
349
- msgid "Change column width"
350
- msgstr "Cambia la larghezza della colonna"
351
-
352
- #: ../classes/settings.php:314
353
- msgid "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."
354
- msgstr "Cliccando sul triangolo potrai vedere le opzioni della colonna. Utilizzando il cursore trascinabile è possibile impostare la larghezza delle colonne in percentuali."
355
-
356
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
357
- msgid "Custom Field"
358
- msgstr "Campo personalizzato"
359
-
360
- #: ../classes/settings.php:320
361
- msgid "'Custom Field' column"
362
- msgstr "Colonna 'Campo Personalizzato'"
363
-
364
- #: ../classes/settings.php:321
365
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
366
- msgstr ""
367
-
368
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
369
- msgid "Default"
370
- msgstr "Predefinito"
371
-
372
- #: ../classes/settings.php:323
373
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
374
- msgstr ""
375
-
376
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
377
- msgid "Image"
378
- msgstr "Immagine"
379
-
380
- #: ../classes/settings.php:324
381
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
382
- msgstr ""
383
-
384
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
385
- msgid "Excerpt"
386
- msgstr "Riassunto"
387
-
388
- #: ../classes/settings.php:325
389
- msgid "Value: This will show the first 20 words of the Post content."
390
- msgstr "Valore: Mostrerà le prime 20 parole del contenuto dell'Articolo."
391
-
392
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
393
- msgid "Multiple Values"
394
- msgstr "Valori multipli"
395
-
396
- #: ../classes/settings.php:326
397
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
398
- msgstr ""
399
-
400
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
401
- msgid "Numeric"
402
- msgstr "Numerico"
403
-
404
- #: ../classes/settings.php:327
405
- msgid "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."
406
- msgstr ""
407
-
408
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
409
- msgid "Date"
410
- msgstr "Data"
411
-
412
- #: ../classes/settings.php:328
413
- msgid "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."
414
- msgstr ""
415
-
416
- #: ../classes/settings.php:329
417
- msgid "Post Titles"
418
- msgstr "Titoli dell'Articolo"
419
-
420
- #: ../classes/settings.php:329
421
- msgid "Value: can be one or more Post ID's (seperated by ',')."
422
- msgstr "Valore: può essere uno o più ID Articolo (separati da ',')."
423
-
424
- #: ../classes/settings.php:330
425
- msgid "Usernames"
426
- msgstr "Nomi utente"
427
-
428
- #: ../classes/settings.php:330
429
- msgid "Value: can be one or more User ID's (seperated by ',')."
430
- msgstr "Valore: può essere uno o più ID Utente (separati da ',')."
431
-
432
- #: ../classes/settings.php:331
433
- msgid "Checkmark"
434
- msgstr "Segno di spunta"
435
-
436
- #: ../classes/settings.php:331
437
- msgid "Value: should be a 1 (one) or 0 (zero)."
438
- msgstr "Valore: dovrebbe essere un 1 (uno) o 0 (zero)."
439
-
440
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
441
- msgid "Color"
442
- msgstr "Colore"
443
-
444
- #: ../classes/settings.php:332
445
- msgid "Value: hex value color, such as #808080."
446
- msgstr "Valore: valore del colore esadecimale, ad esempio #808080."
447
-
448
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
449
- msgid "Counter"
450
- msgstr "Contatore"
451
-
452
- #: ../classes/settings.php:333
453
- msgid "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."
454
- msgstr ""
455
-
456
- #: ../classes/settings.php:422
457
- msgid "Welcome to Admin Columns"
458
- msgstr "Benvenuto tu Admin Columns"
459
-
460
- #: ../classes/settings.php:425
461
- msgid "Thank you for updating to the latest version!"
462
- msgstr "Grazie per l'aggiornamento alla versione più recente!"
463
-
464
- #: ../classes/settings.php:426
465
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
466
- msgstr ""
467
-
468
- #: ../classes/settings.php:431
469
- msgid "What’s New"
470
- msgstr "Cosa c'è di nuovo"
471
-
472
- #: ../classes/settings.php:432
473
- msgid "Changelog"
474
- msgstr "Changelog"
475
-
476
- #: ../classes/settings.php:437
477
- msgid "Important"
478
- msgstr "Importante"
479
-
480
- #: ../classes/settings.php:439
481
- msgid "Database Changes"
482
- msgstr "Modifiche Database"
483
-
484
- #: ../classes/settings.php:440
485
- msgid "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."
486
- msgstr ""
487
-
488
- #: ../classes/settings.php:443
489
- msgid "Make sure you backup your database and then click"
490
- msgstr ""
491
-
492
- #: ../classes/settings.php443, ../classes/upgrade.php:143
493
- msgid "Upgrade Database"
494
- msgstr "Aggiornamento Database"
495
-
496
- #: ../classes/settings.php:446
497
- msgid "Potential Issues"
498
- msgstr "Potenziali problemi"
499
-
500
- #: ../classes/settings.php:447
501
- msgid "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"
502
- msgstr ""
503
-
504
- #: ../classes/settings.php:447
505
- msgid "Migrating from v1 to v2"
506
- msgstr "Migrazione da v1 a v2"
507
-
508
- #: ../classes/settings.php:447
509
- msgid "guide to view the full list of changes."
510
- msgstr "Guida per visualizzare l'elenco completo delle modifiche."
511
-
512
- #: ../classes/settings.php:447
513
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
514
- msgstr ""
515
-
516
- #: ../classes/settings.php:450
517
- msgid "Important!"
518
- msgstr "Importante!"
519
-
520
- #: ../classes/settings.php:450
521
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
522
- msgstr ""
523
-
524
- #: ../classes/settings.php:450
525
- msgid "version 1"
526
- msgstr "versione 1"
527
-
528
- #: ../classes/settings.php:450
529
- msgid "of this plugin."
530
- msgstr "di questo plugin."
531
-
532
- #: ../classes/settings.php:456
533
- msgid "Changelog for"
534
- msgstr "Changelog per"
535
-
536
- #: ../classes/settings.php471, ../classes/upgrade.php:63
537
- msgid "Learn more"
538
- msgstr "Leggi altro"
539
-
540
- #: ../classes/settings.php:481
541
- msgid "Start using Admin Columns"
542
- msgstr "Inizia ad utilizzare Admin Columns"
543
-
544
- #: ../classes/settings.php:500
545
- msgid "General Settings"
546
- msgstr "Impostazioni generali"
547
-
548
- #: ../classes/settings.php:501
549
- msgid "Customize your Admin Columns settings."
550
- msgstr "Personalizza le impostazioni del tuo Admin Columns"
551
-
552
- #: ../classes/settings.php:512
553
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
554
- msgstr ""
555
-
556
- #: ../classes/settings.php:559
557
- msgid "Restore Settings"
558
- msgstr "Ripristina Impostazioni"
559
-
560
- #: ../classes/settings.php:560
561
- msgid "This will delete all column settings and restore the default settings."
562
- msgstr ""
563
-
564
- #: ../classes/settings.php:566
565
- msgid "Restore default settings"
566
- msgstr "Ripristina le impostazioni predefinite"
567
-
568
- #: ../classes/settings.php:566
569
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
570
- msgstr ""
571
-
572
- #: ../classes/settings.php:582
573
- msgid "Posttypes"
574
- msgstr ""
575
-
576
- #: ../classes/settings.php:583
577
- msgid "Others"
578
- msgstr "Altri"
579
-
580
- #: ../classes/settings.php:584
581
- msgid "Taxonomies"
582
- msgstr "Tassonomie"
583
-
584
- #: ../classes/settings.php:600
585
- msgid "Settings"
586
- msgstr "Impostazioni"
587
-
588
- #: ../classes/settings.php:601
589
- msgid "Add-ons"
590
- msgstr "Componenti aggiuntivi"
591
-
592
- #: ../classes/settings.php:669
593
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
594
- msgstr ""
595
-
596
- #: ../classes/settings.php:679
597
- msgid "Store settings"
598
- msgstr "Memorizza le impostazioni"
599
-
600
- #: ../classes/settings.php:687
601
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
602
- msgstr ""
603
-
604
- #: ../classes/settings.php:688
605
- msgid "Restore"
606
- msgstr "Ripristina"
607
-
608
- #: ../classes/settings.php:688
609
- msgid "columns"
610
- msgstr "colonne"
611
-
612
- #: ../classes/settings.php:707
613
- msgid "Get Admin Columns Pro"
614
- msgstr "Ottieni Admin Columns Pro"
615
-
616
- #: ../classes/settings.php:711
617
- msgid "Add Sorting"
618
- msgstr "Aggiungi ordinamento"
619
-
620
- #: ../classes/settings.php:712
621
- msgid "Add Filtering"
622
- msgstr "Aggiungi filtraggio"
623
-
624
- #: ../classes/settings.php:713
625
- msgid "Add Import/Export"
626
- msgstr "Aggiungi Import/Export"
627
-
628
- #: ../classes/settings.php:714
629
- msgid "Add Direct Editing"
630
- msgstr "Aggiungi modifica diretta"
631
-
632
- #: ../classes/settings.php:717
633
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
634
- msgstr ""
635
-
636
- #: ../classes/settings.php:730
637
- msgid "Subscribe to receive news &amp; updates below."
638
- msgstr ""
639
-
640
- #: ../classes/settings.php:737
641
- msgid "Your Email"
642
- msgstr ""
643
-
644
- #: ../classes/settings.php:748
645
- msgid "Are you happy with Admin Columns?"
646
- msgstr "Sei felice con Admin Columns?"
647
-
648
- #: ../classes/settings.php:756
649
- msgid "What's wrong? Need help? Let us know!"
650
- msgstr "Cosa c'è che non va? Bisogno di aiuto? Facci sapere!"
651
-
652
- #: ../classes/settings.php:757
653
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
654
- msgstr "Scopri la nostra vasta documentazione, oppure aprire un topic di supporto su WordPress.org!"
655
-
656
- #: ../classes/settings.php:765
657
- msgid "Docs"
658
- msgstr "Documenti"
659
-
660
- #: ../classes/settings.php:770
661
- msgid "Forums"
662
- msgstr "Forums"
663
-
664
- #: ../classes/settings.php:779
665
- msgid "Woohoo! We're glad to hear that!"
666
- msgstr "Woohoo! Siamo lieti di sentire questo!"
667
-
668
- #: ../classes/settings.php:780
669
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
670
- msgstr ""
671
-
672
- #: ../classes/settings.php:784
673
- msgid "Rate"
674
- msgstr ""
675
-
676
- #: ../classes/settings.php:795
677
- msgid "Tweet"
678
- msgstr "Tweet"
679
-
680
- #: ../classes/settings.php:805
681
- msgid "Buy Pro"
682
- msgstr "Acquista Pro"
683
-
684
- #: ../classes/settings.php:817
685
- msgid "Support"
686
- msgstr "Supporto"
687
-
688
- #: ../classes/settings.php:820
689
- msgid "Check the <strong>Help</strong> section in the top-right screen."
690
- msgstr "Controlla la sezione <strong>Aiuto</strong> nella schermata in alto a destra."
691
-
692
- #: ../classes/settings.php:823
693
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
694
- msgstr ""
695
-
696
- #: ../classes/settings.php:852
697
- msgid "Drag and drop to reorder"
698
- msgstr "Trascina e rilascia per riordinare"
699
-
700
- #: ../classes/settings.php:855
701
- msgid "Add Column"
702
- msgstr "Aggiungi colonna"
703
-
704
- #: ../classes/settings.php:936
705
- msgid "Active"
706
- msgstr "Attivo"
707
-
708
- #: ../classes/settings.php:937
709
- msgid "Deactivate"
710
- msgstr "Disattivare"
711
-
712
- #: ../classes/settings.php:944
713
- msgid "Installed"
714
- msgstr "Installato"
715
-
716
- #: ../classes/settings.php:945
717
- msgid "Activate"
718
- msgstr "Attivare"
719
-
720
- #: ../classes/settings.php:959
721
- msgid "Download & Install"
722
- msgstr "Scarica & Installa"
723
-
724
- #: ../classes/settings.php:964
725
- msgid "Get this add-on"
726
- msgstr "Ottieni questo componente aggiuntivo"
727
-
728
- #: ../classes/storage_model.php:262
729
- msgid "settings succesfully restored."
730
- msgstr "le impostazioni sono state ripristinate."
731
-
732
- #: ../classes/storage_model.php:278
733
- msgid "No columns settings available."
734
- msgstr "Nessuna impostazione colonne disponibile."
735
-
736
- #: ../classes/storage_model.php:299
737
- msgid "You are trying to store the same settings for %s."
738
- msgstr "Stai tentando di memorizzare le stesse impostazioni per %s."
739
-
740
- #: ../classes/storage_model.php:303
741
- msgid "Settings for %s updated successfully."
742
- msgstr "Impostazioni per %s aggiornato con successo."
743
-
744
- #: ../classes/storage_model.php:643
745
- msgid "Columns by Plugins"
746
- msgstr ""
747
-
748
- #: ../classes/storage_model.php:862
749
- msgid "View"
750
- msgstr "Visualizza"
751
-
752
- #: ../classes/upgrade.php:62
753
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
754
- msgstr "L'add-on pro non è più supportato. Effettua il login sul account e scarica Admin Columns Pro"
755
-
756
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
757
- msgid "Upgrade"
758
- msgstr "Aggiornamento"
759
-
760
- #: ../classes/upgrade.php:136
761
- msgid "requires a database upgrade"
762
- msgstr "richiede un aggiornamento del database"
763
-
764
- #: ../classes/upgrade.php:139
765
- msgid "why?"
766
- msgstr "perché?"
767
-
768
- #: ../classes/upgrade.php:140
769
- msgid "Please"
770
- msgstr "Per favore"
771
-
772
- #: ../classes/upgrade.php:141
773
- msgid "backup your database"
774
- msgstr "backup del tuo database"
775
-
776
- #: ../classes/upgrade.php:142
777
- msgid "then click"
778
- msgstr "quindi fai clic"
779
-
780
- #: ../classes/upgrade.php:351
781
- msgid "Migrating Column Settings"
782
- msgstr "Migrazione Impostazioni colonna"
783
-
784
- #: ../classes/upgrade.php:387
785
- msgid "No Upgrade Required"
786
- msgstr "Nessun aggiornamento richiesto"
787
-
788
- #: ../classes/upgrade.php:388
789
- msgid "Return to welcome screen."
790
- msgstr "Tornare alla schermata di benvenuto."
791
-
792
- #: ../classes/upgrade.php:406
793
- msgid "Upgrade Complete!"
794
- msgstr "Aggiornamento completato!"
795
-
796
- #: ../classes/upgrade.php:406
797
- msgid "Return to settings."
798
- msgstr "Torna alle impostazioni."
799
-
800
- #: ../classes/upgrade.php:407
801
- msgid "Error"
802
- msgstr "Errore"
803
-
804
- #: ../classes/upgrade.php:408
805
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
806
- msgstr "Scusa. Qualcosa è andato storto durante il processo di aggiornamento. Si prega di segnalare questo sul forum di supporto."
807
-
808
- #: ../classes/column/acf-placeholder.php:19
809
- msgid "ACF Field"
810
- msgstr "Campo ACF"
811
-
812
- #: ../classes/column/acf-placeholder.php:35
813
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
814
- msgstr "Se hai una licenza di sviluppatore scarica e installa il tuo componente aggiuntivo ACF dal <a href='%s'> componente aggiuntivo tab </a>."
815
-
816
- #: ../classes/column/acf-placeholder.php:38
817
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
818
- 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."
819
-
820
- #: ../classes/column/acf-placeholder.php:44
821
- msgid "Find out more"
822
- msgstr "Per saperne di più"
823
-
824
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
825
- msgid "Actions"
826
- msgstr "Azioni"
827
-
828
- #: ../classes/column/actions.php:96
829
- msgid "Use icons?"
830
- msgstr "Utilizzare le icone?"
831
-
832
- #: ../classes/column/actions.php:96
833
- msgid "Use icons instead of text for displaying the actions."
834
- msgstr "Utilizza le icone al posto del testo per visualizzare le azioni."
835
-
836
- #: ../classes/column/custom-field.php:96
837
- msgid "Checkmark (true/false)"
838
- msgstr "Segno di spunta (vero/falso)"
839
-
840
- #: ../classes/column/custom-field.php:102
841
- msgid "Media Library"
842
- msgstr "Media Library"
843
-
844
- #: ../classes/column/custom-field.php:105
845
- msgid "Post Title (Post ID's)"
846
- msgstr "Titolo dell'articolo (ID Articolo)"
847
-
848
- #: ../classes/column/custom-field.php:106
849
- msgid "Username (User ID's)"
850
- msgstr "Nome utente (ID User)"
851
-
852
- #: ../classes/column/custom-field.php:107
853
- msgid "Term Name (Term ID's)"
854
- msgstr "Nome del termine (ID Termine)"
855
-
856
- #: ../classes/column/custom-field.php:391
857
- msgid "Select your custom field."
858
- msgstr "Seleziona il tuo campo personalizzato."
859
-
860
- #: ../classes/column/custom-field.php:401
861
- msgid "No custom fields available."
862
- msgstr "Nessun campo personalizzato disponibile."
863
-
864
- #: ../classes/column/custom-field.php:401
865
- msgid "Please create a %s item first."
866
- msgstr "Per piacere prima crea un %s elemento."
867
-
868
- #: ../classes/column/custom-field.php:408
869
- msgid "Field Type"
870
- msgstr "Tipo di campo"
871
-
872
- #: ../classes/column/custom-field.php:408
873
- msgid "This will determine how the value will be displayed."
874
- msgstr "Questo determinerà come verrà visualizzato il valore."
875
-
876
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
877
- msgid "Taxonomy"
878
- msgstr "Tassonomia"
879
-
880
- #: ../classes/column/used-by-menu.php:20
881
- msgid "Used by Menu"
882
- msgstr "Usato dal Menu"
883
-
884
- #: ../classes/column/used-by-menu.php:133
885
- msgid "Link to menu"
886
- msgstr "Collegamento al menù"
887
-
888
- #: ../classes/column/used-by-menu.php:133
889
- msgid "This will make the title link to the menu."
890
- msgstr "Questo farà il link del titolo al menu."
891
-
892
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
893
- msgid "ID"
894
- msgstr "ID"
895
-
896
- #: ../classes/column/comment/agent.php:19
897
- msgid "Agent"
898
- msgstr "Agente"
899
-
900
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
901
- msgid "Approved"
902
- msgstr "Approvato"
903
-
904
- #: ../classes/column/comment/author-avatar.php:19
905
- msgid "Avatar"
906
- msgstr "Avatar"
907
-
908
- #: ../classes/column/comment/author-email.php:19
909
- msgid "Author email"
910
- msgstr "Email autore"
911
-
912
- #: ../classes/column/comment/author-ip.php:19
913
- msgid "Author IP"
914
- msgstr "IP autore"
915
-
916
- #: ../classes/column/comment/author-name.php:12
917
- msgid "Author name"
918
- msgstr "Nome autore"
919
-
920
- #: ../classes/column/comment/author-url.php:19
921
- msgid "Author url"
922
- msgstr "Url autore"
923
-
924
- #: ../classes/column/comment/author.php:19
925
- msgid "Author"
926
- msgstr "Autore"
927
-
928
- #: ../classes/column/comment/date-gmt.php:19
929
- msgid "Date GMT"
930
- msgstr "Data GTM"
931
-
932
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
933
- msgid "Content"
934
- msgstr "Contenuto"
935
-
936
- #: ../classes/column/comment/post.php:19
937
- msgid "Post"
938
- msgstr ""
939
-
940
- #: ../classes/column/comment/reply-to.php:19
941
- msgid "In Reply To"
942
- msgstr "In risposta a"
943
-
944
- #: ../classes/column/comment/user.php:11
945
- msgid "User"
946
- msgstr "Utente"
947
-
948
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
949
- msgid "Word count"
950
- msgstr "Conteggio parole"
951
-
952
- #: ../classes/column/media/alternate-text.php:19
953
- msgid "Alt"
954
- msgstr "Alt"
955
-
956
- #: ../classes/column/media/attached-to.php:19
957
- msgid "Attached to post"
958
- msgstr "Allegato all'articolo"
959
-
960
- #: ../classes/column/media/available-sizes.php:20
961
- msgid "Available Sizes"
962
- msgstr "Dimensioni Disponibili"
963
-
964
- #: ../classes/column/media/available-sizes.php:40
965
- msgid "full size"
966
- msgstr "dimensione intera"
967
-
968
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
969
- msgid "Caption"
970
- msgstr "Didascalia"
971
-
972
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
973
- msgid "Description"
974
- msgstr "Descrizione"
975
-
976
- #: ../classes/column/media/dimensions.php:19
977
- msgid "Dimensions"
978
- msgstr "Dimensioni"
979
-
980
- #: ../classes/column/media/exif-data.php:19
981
- msgid "EXIF data"
982
- msgstr "Dati EXIF"
983
-
984
- #: ../classes/column/media/exif-data.php:38
985
- msgid "Aperture"
986
- msgstr ""
987
-
988
- #: ../classes/column/media/exif-data.php:39
989
- msgid "Credit"
990
- msgstr "Credito"
991
-
992
- #: ../classes/column/media/exif-data.php:40
993
- msgid "Camera"
994
- msgstr "Macchina fotografica"
995
-
996
- #: ../classes/column/media/exif-data.php:42
997
- msgid "Timestamp"
998
- msgstr "Marca temporale"
999
-
1000
- #: ../classes/column/media/exif-data.php:43
1001
- msgid "Copyright EXIF"
1002
- msgstr "Copyright EXIF"
1003
-
1004
- #: ../classes/column/media/exif-data.php:44
1005
- msgid "Focal Length"
1006
- msgstr "Focale"
1007
-
1008
- #: ../classes/column/media/exif-data.php:45
1009
- msgid "ISO"
1010
- msgstr "ISO"
1011
-
1012
- #: ../classes/column/media/exif-data.php:46
1013
- msgid "Shutter Speed"
1014
- msgstr "Velocità otturatore"
1015
-
1016
- #: ../classes/column/media/exif-data.php:47
1017
- msgid "Title"
1018
- msgstr "Titolo"
1019
-
1020
- #: ../classes/column/media/file-name.php:19
1021
- msgid "File name"
1022
- msgstr "Nome del file"
1023
-
1024
- #: ../classes/column/media/file-size.php:19
1025
- msgid "File size"
1026
- msgstr "Dimensione del file"
1027
-
1028
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1029
- msgid "Full path"
1030
- msgstr "Percorso completo"
1031
-
1032
- #: ../classes/column/media/full-path.php:83
1033
- msgid "Path scope"
1034
- msgstr "Percorso del campo"
1035
-
1036
- #: ../classes/column/media/full-path.php:84
1037
- msgid "Part of the file path to display"
1038
- msgstr "Parte del percorso del file da visualizzare"
1039
-
1040
- #: ../classes/column/media/full-path.php:97
1041
- msgid "Relative to domain"
1042
- msgstr "Relativo al dominio"
1043
-
1044
- #: ../classes/column/media/full-path.php:102
1045
- msgid "Relative to main uploads folder "
1046
- msgstr "Relativo alla cartella caricamenti principale"
1047
-
1048
- #: ../classes/column/media/height.php:19
1049
- msgid "Height"
1050
- msgstr "Altezza"
1051
-
1052
- #: ../classes/column/media/mime-type.php:19
1053
- msgid "Mime type"
1054
- msgstr "Tipi di MIME"
1055
-
1056
- #: ../classes/column/post/attachment-count.php:19
1057
- msgid "No. of Attachments"
1058
- msgstr "No. di allegati"
1059
-
1060
- #: ../classes/column/post/attachment.php:19
1061
- msgid "Attachments"
1062
- msgstr "Allegati"
1063
-
1064
- #: ../classes/column/post/author-name.php:20
1065
- msgid "Display Author As"
1066
- msgstr ""
1067
-
1068
- #: ../classes/column/post/author-name.php:100
1069
- msgid "View Public Author Page"
1070
- msgstr ""
1071
-
1072
- #: ../classes/column/post/author-name.php:102
1073
- msgid "Page the author name should link to."
1074
- msgstr ""
1075
-
1076
- #: ../classes/column/post/before-moretag.php:19
1077
- msgid "Before More Tag"
1078
- msgstr ""
1079
-
1080
- #: ../classes/column/post/comment-count.php:20
1081
- msgid "Comment count"
1082
- msgstr "Conteggio commento"
1083
-
1084
- #: ../classes/column/post/comment-count.php:34
1085
- msgid "Total"
1086
- msgstr "Totale"
1087
-
1088
- #: ../classes/column/post/comment-count.php:36
1089
- msgid "Pending"
1090
- msgstr "In sospeso"
1091
-
1092
- #: ../classes/column/post/comment-count.php:37
1093
- msgid "Spam"
1094
- msgstr "Spam"
1095
-
1096
- #: ../classes/column/post/comment-count.php:38
1097
- msgid "Trash"
1098
- msgstr "Cestino"
1099
-
1100
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1101
- msgid "Comment status"
1102
- msgstr "Status del commento"
1103
-
1104
- #: ../classes/column/post/comment-count.php:99
1105
- msgid "Select which comment status you like to display."
1106
- msgstr "Seleziona lo status del commento che vuoi mostrare."
1107
-
1108
- #: ../classes/column/post/depth.php:19
1109
- msgid "Depth"
1110
- msgstr "Profondità"
1111
-
1112
- #: ../classes/column/post/estimated-reading-time.php:19
1113
- msgid "Estimated Reading Time"
1114
- msgstr "Tempo stimato di lettura"
1115
-
1116
- #: ../classes/column/post/estimated-reading-time.php:66
1117
- msgid "second"
1118
- msgid_plural "seconds"
1119
- msgstr[0] "secondo"
1120
- msgstr[1] "secondi"
1121
-
1122
- #: ../classes/column/post/estimated-reading-time.php:69
1123
- msgid "minute"
1124
- msgid_plural "minutes"
1125
- msgstr[0] "minuto"
1126
- msgstr[1] "minuti"
1127
-
1128
- #: ../classes/column/post/estimated-reading-time.php:107
1129
- msgid "Words per minute"
1130
- msgstr "Parole al minuto"
1131
-
1132
- #: ../classes/column/post/estimated-reading-time.php:108
1133
- msgid "Estimated reading time in words per minute"
1134
- msgstr "Tempo di lettura stimato in parole al minuto"
1135
-
1136
- #: ../classes/column/post/featured-image.php:19
1137
- msgid "Featured Image"
1138
- msgstr "Immagine di presentazione"
1139
-
1140
- #: ../classes/column/post/formats.php:19
1141
- msgid "Post Format"
1142
- msgstr "Formato Articolo"
1143
-
1144
- #: ../classes/column/post/last-modified-author.php:20
1145
- msgid "Last Modified Author"
1146
- msgstr "Ultima modifica Autore"
1147
-
1148
- #: ../classes/column/post/modified.php:19
1149
- msgid "Last modified"
1150
- msgstr "Ultima modifica"
1151
-
1152
- #: ../classes/column/post/order.php:19
1153
- msgid "Order"
1154
- msgstr "Ordine"
1155
-
1156
- #: ../classes/column/post/page-template.php:19
1157
- msgid "Page Template"
1158
- msgstr "Modello di pagina"
1159
-
1160
- #: ../classes/column/post/parent.php:19
1161
- msgid "Parent"
1162
- msgstr "Genitore"
1163
-
1164
- #: ../classes/column/post/path.php:19
1165
- msgid "Path"
1166
- msgstr "Percorso"
1167
-
1168
- #: ../classes/column/post/permalink.php:19
1169
- msgid "Permalink"
1170
- msgstr "Permalink"
1171
-
1172
- #: ../classes/column/post/permalink.php:68
1173
- msgid "Link to post"
1174
- msgstr "Link all'articolo"
1175
-
1176
- #: ../classes/column/post/permalink.php:68
1177
- msgid "This will make the permalink clickable."
1178
- msgstr "Questo renderà il permalink cliccabile"
1179
-
1180
- #: ../classes/column/post/ping-status.php:19
1181
- msgid "Ping status"
1182
- msgstr "Status del ping"
1183
-
1184
- #: ../classes/column/post/roles.php:19
1185
- msgid "Roles"
1186
- msgstr "Ruoli"
1187
-
1188
- #: ../classes/column/post/shortcodes.php:19
1189
- msgid "Shortcodes"
1190
- msgstr "Shortcodes"
1191
-
1192
- #: ../classes/column/post/slug.php:19
1193
- msgid "Slug"
1194
- msgstr ""
1195
-
1196
- #: ../classes/column/post/status.php:21
1197
- msgid "Status"
1198
- msgstr "Status"
1199
-
1200
- #: ../classes/column/post/sticky.php:19
1201
- msgid "Sticky"
1202
- msgstr "Sticky"
1203
-
1204
- #: ../classes/column/post/title-raw.php:19
1205
- msgid "Title without actions"
1206
- msgstr "Titolo senza azioni"
1207
-
1208
- #: ../classes/column/link/length.php:19
1209
- msgid "Length"
1210
- msgstr "Lunghezza"
1211
-
1212
- #: ../classes/column/link/notes.php:19
1213
- msgid "Notes"
1214
- msgstr "Note"
1215
-
1216
- #: ../classes/column/link/owner.php:19
1217
- msgid "Owner"
1218
- msgstr "Proprietario"
1219
-
1220
- #: ../classes/column/link/rss.php:19
1221
- msgid "Rss"
1222
- msgstr "Rss"
1223
-
1224
- #: ../classes/column/link/target.php:19
1225
- msgid "Target"
1226
- msgstr "Destinazione"
1227
-
1228
- #: ../classes/column/user/display-name.php:19
1229
- msgid "Display name"
1230
- msgstr "Nome da visualizzare"
1231
-
1232
- #: ../classes/column/user/first-name.php:19
1233
- msgid "First name"
1234
- msgstr "Nome"
1235
-
1236
- #: ../classes/column/user/last-name.php:19
1237
- msgid "Last name"
1238
- msgstr "Cognome"
1239
-
1240
- #: ../classes/column/user/post-count.php:19
1241
- msgid "Post Count"
1242
- msgstr "Conteggio Articolo"
1243
-
1244
- #: ../classes/column/user/post-count.php:89
1245
- msgid "Post Type"
1246
- msgstr "Tipo di Articolo"
1247
-
1248
- #: ../classes/column/user/registered.php:19
1249
- msgid "Registered"
1250
- msgstr "Registrato"
1251
-
1252
- #: ../classes/column/user/rich-editing.php:19
1253
- msgid "Visual Editor"
1254
- msgstr ""
1255
-
1256
- #: ../classes/column/user/url.php:19
1257
- msgid "Url"
1258
- msgstr "Url"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-ja.mo CHANGED
Binary file
languages/codepress-admin-columns-ja.po DELETED
@@ -1,1275 +0,0 @@
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 15:26+0200\n"
11
- "Last-Translator: Codepress <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;"
20
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
21
- "X-Poedit-SourceCharset: UTF-8\n"
22
- "POT-Creation-Date: \n"
23
- "X-Generator: Poedit 1.8.5\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: ../codepress-admin-columns.php:451
28
- msgid "Edit columns"
29
- msgstr "列の編集"
30
-
31
- #: ../classes/addons.php:110
32
- msgid "Plugins"
33
- msgstr ""
34
-
35
- #: ../classes/addons.php:135
36
- msgid "Advanced Custom Fields"
37
- msgstr ""
38
-
39
- #: ../classes/addons.php:136
40
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
41
- msgstr ""
42
-
43
- #: ../classes/addons.php:141
44
- msgid "WooCommerce"
45
- msgstr ""
46
-
47
- #: ../classes/addons.php:142
48
- msgid "Enhance the products, orders and coupons overviews with new columns and 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 "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
97
- msgstr ""
98
-
99
- #: ../classes/column.php:1099
100
- msgid "Documentation on date and time formatting."
101
- msgstr "日付と時刻のフォーマット"
102
-
103
- #: ../classes/column.php:1113
104
- msgid "Excerpt length"
105
- msgstr "抜粋の長さ"
106
-
107
- #: ../classes/column.php:1114
108
- msgid "Number of words"
109
- msgstr "文字数"
110
-
111
- #: ../classes/column.php:1132
112
- msgid "Preview size"
113
- msgstr "プレビューサイズ"
114
-
115
- #: ../classes/column.php1149, ../classes/storage_model.php:642
116
- msgid "Custom"
117
- msgstr "カスタム"
118
-
119
- #: ../classes/column.php1152, ../classes/column.php:1328
120
- msgid "width"
121
- msgstr "幅"
122
-
123
- #: ../classes/column.php:1155
124
- msgid "height"
125
- msgstr "高さ"
126
-
127
- #: ../classes/column.php:1167
128
- msgid "Before"
129
- msgstr "表示の前"
130
-
131
- #: ../classes/column.php:1167
132
- msgid "This text will appear before the custom field value."
133
- msgstr "このテキストはカスタムフィールドの値の前に表示されます。(HTMLタグ含む)"
134
-
135
- #: ../classes/column.php:1168
136
- msgid "After"
137
- msgstr "表示の後"
138
-
139
- #: ../classes/column.php:1168
140
- msgid "This text will appear after the custom field value."
141
- msgstr "このテキストはカスタムフィールドの値の後に表示されます。(HTMLタグ含む)"
142
-
143
- #: ../classes/column.php:1177
144
- msgid "Display Name"
145
- msgstr "表示名"
146
-
147
- #: ../classes/column.php1178, ../classes/settings.php:733
148
- msgid "First Name"
149
- msgstr "姓"
150
-
151
- #: ../classes/column.php:1179
152
- msgid "Last Name"
153
- msgstr "名"
154
-
155
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
156
- msgid "Nickname"
157
- msgstr "ニックネーム"
158
-
159
- #: ../classes/column.php:1181
160
- msgid "User Login"
161
- msgstr "ユーザーログイン名"
162
-
163
- #: ../classes/column.php:1182
164
- msgid "User Email"
165
- msgstr "ユーザーメール"
166
-
167
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
168
- msgid "User ID"
169
- msgstr "ユーザーID"
170
-
171
- #: ../classes/column.php:1184
172
- msgid "First and Last Name"
173
- msgstr "姓名"
174
-
175
- #: ../classes/column.php:1187
176
- msgid "Display format"
177
- msgstr ""
178
-
179
- #: ../classes/column.php:1187
180
- msgid "This is the format of the author name."
181
- msgstr "投稿者の表示方法"
182
-
183
- #: ../classes/column.php:1350
184
- msgid "Edit"
185
- msgstr "編集"
186
-
187
- #: ../classes/column.php1352, ../classes/column.php:1444
188
- msgid "Clone"
189
- msgstr ""
190
-
191
- #: ../classes/column.php:1354
192
- msgid "Remove"
193
- msgstr "削除"
194
-
195
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
196
- msgid "Type"
197
- msgstr "タイプ"
198
-
199
- #: ../classes/column.php:1372
200
- msgid "Choose a column type."
201
- msgstr "列に表示するタイプを設定します。"
202
-
203
- #: ../classes/column.php:1372
204
- msgid "Name"
205
- msgstr ""
206
-
207
- #: ../classes/column.php:1382
208
- msgid "Label"
209
- msgstr "ラベル"
210
-
211
- #: ../classes/column.php:1382
212
- msgid "This is the name which will appear as the column header."
213
- msgstr "列に表示される名前"
214
-
215
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
216
- msgid "Width"
217
- msgstr "表示幅"
218
-
219
- #: ../classes/column.php:1391
220
- msgid "default"
221
- msgstr "初期値"
222
-
223
- #: ../classes/column.php:1392
224
- msgid "auto"
225
- msgstr ""
226
-
227
- #: ../classes/column.php:1466
228
- msgid "Property To Display"
229
- msgstr ""
230
-
231
- #: ../classes/column.php:1472
232
- msgid "Post property to display for related post(s)."
233
- msgstr ""
234
-
235
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
236
- msgid "Link To"
237
- msgstr ""
238
-
239
- #: ../classes/column.php:1489
240
- msgid "Edit Post Author"
241
- msgstr ""
242
-
243
- #: ../classes/column.php:1490
244
- msgid "View Public Post Author Page"
245
- msgstr ""
246
-
247
- #: ../classes/column.php:1492
248
- msgid "Page the posts should link to."
249
- msgstr ""
250
-
251
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
252
- msgid "Admin Columns"
253
- msgstr "Admin Columns"
254
-
255
- #: ../classes/review_notice.php:58
256
- msgid "Admin Columns Pro"
257
- msgstr ""
258
-
259
- #: ../classes/review_notice.php:68
260
- msgid "click here"
261
- msgstr ""
262
-
263
- #: ../classes/review_notice.php:72
264
- msgid "Leave a review!"
265
- msgstr ""
266
-
267
- #: ../classes/review_notice.php:73
268
- msgid "Permanently hide notice"
269
- msgstr ""
270
-
271
- #: ../classes/review_notice.php:80
272
- msgid ""
273
- "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 "
274
- "visit our %s."
275
- msgstr ""
276
-
277
- #: ../classes/review_notice.php:82
278
- msgid "documentation page"
279
- msgstr ""
280
-
281
- #: ../classes/review_notice.php:86
282
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
283
- msgstr ""
284
-
285
- #: ../classes/review_notice.php:87
286
- msgid "our forums"
287
- msgstr ""
288
-
289
- #: ../classes/review_notice.php:91
290
- msgid "You can also find help on the %s, and %s."
291
- msgstr ""
292
-
293
- #: ../classes/review_notice.php:92
294
- msgid "Admin Columns forums on WordPress.org"
295
- msgstr ""
296
-
297
- #: ../classes/review_notice.php:93
298
- msgid "find answers to some frequently asked questions"
299
- msgstr ""
300
-
301
- #: ../classes/settings.php:113
302
- msgid "Add-on successfully activated."
303
- msgstr ""
304
-
305
- #: ../classes/settings.php:116
306
- msgid "Add-on successfully deactivated."
307
- msgstr ""
308
-
309
- #: ../classes/settings.php:170
310
- msgid "Admin Columns Settings"
311
- msgstr "Admin Columns 設定"
312
-
313
- #: ../classes/settings.php:228
314
- msgid "%s column is already present and can not be duplicated."
315
- msgstr "%s 列はすでに存在します。複製することができません "
316
-
317
- #: ../classes/settings.php:284
318
- msgid "Default settings succesfully restored."
319
- msgstr "初期設定を復元しました。"
320
-
321
- #: ../classes/settings.php:301
322
- msgid "Overview"
323
- msgstr "概要"
324
-
325
- #: ../classes/settings.php:304
326
- msgid ""
327
- "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change "
328
- "the column's label and reorder them."
329
- msgstr ""
330
- "このプラグインは管理画面に表示される列の追加・削除や並び変えを可能にします。\n"
331
- "投稿・メディアページ・コメント・リンク・ユーザー・カスタム投稿(post type)に対応し\n"
332
- "PRO版ではソート・フィルタリングも可能になります。"
333
-
334
- #: ../classes/settings.php:307
335
- msgid "Basics"
336
- msgstr "基本"
337
-
338
- #: ../classes/settings.php:309
339
- msgid "Change order"
340
- msgstr "並びを変更"
341
-
342
- #: ../classes/settings.php:310
343
- msgid "By dragging the columns you can change the order which they will appear in."
344
- msgstr "列幅をドラッグして表示される場所を変更することが可能です。"
345
-
346
- #: ../classes/settings.php:311
347
- msgid "Change label"
348
- msgstr "ラベルの変更"
349
-
350
- #: ../classes/settings.php:312
351
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
352
- msgstr ""
353
- "列の表示オプションを表示します。\n"
354
- "見出しや列のラベルを変更できます。"
355
-
356
- #: ../classes/settings.php:313
357
- msgid "Change column width"
358
- msgstr "列幅を変更"
359
-
360
- #: ../classes/settings.php:314
361
- msgid "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."
362
- msgstr "三角形をクリックすると、列のオプションが表示されます。ドラッグ可能なスライダーを使用することで、パーセンテージで列の幅を設定することができます。"
363
-
364
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
365
- msgid "Custom Field"
366
- msgstr "カスタムフィールド"
367
-
368
- #: ../classes/settings.php:320
369
- msgid "'Custom Field' column"
370
- msgstr "カスタムフィールド幅"
371
-
372
- #: ../classes/settings.php:321
373
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
374
- msgstr "カスタムフィールドには設定可能な10種類のタイプあります"
375
-
376
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
377
- msgid "Default"
378
- msgstr "デフォルト"
379
-
380
- #: ../classes/settings.php:323
381
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
382
- msgstr "値:文字列または配列になります。配列は、区切ります。"
383
-
384
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
385
- msgid "Image"
386
- msgstr "画像"
387
-
388
- #: ../classes/settings.php:324
389
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
390
- msgstr "値:画像URLやファイルIDを含んでいる必要があります。(複数の場合は\"、”で区切ってください)"
391
-
392
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
393
- msgid "Excerpt"
394
- msgstr "エキスポート"
395
-
396
- #: ../classes/settings.php:325
397
- msgid "Value: This will show the first 20 words of the Post content."
398
- msgstr "値:投稿内容の最初の20文字が表示されます。"
399
-
400
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
401
- msgid "Multiple Values"
402
- msgstr "複数の値"
403
-
404
- #: ../classes/settings.php:326
405
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
406
- msgstr "値:配列でなければいけません。(配列をフラット化します)"
407
-
408
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
409
- msgid "Numeric"
410
- msgstr "数値"
411
-
412
- #: ../classes/settings.php:327
413
- msgid "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."
414
- msgstr "値:整数だけ<br/>サポートします。ソートアドオンが有効な場合(カスタムフィールド)記事を並び変えることができます。"
415
-
416
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
417
- msgid "Date"
418
- msgstr "日付"
419
-
420
- #: ../classes/settings.php:328
421
- msgid ""
422
- "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 "
423
- "settings</a> page."
424
- msgstr "値:<a href='%s'>Codex</a>の説明であるようにunixタイムスタンプや日付形式を指定できます。設定>一般<a href='%s'>日付のフォーマット</a>設定を利用できます。"
425
-
426
- #: ../classes/settings.php:329
427
- msgid "Post Titles"
428
- msgstr "投稿タイトル"
429
-
430
- #: ../classes/settings.php:329
431
- msgid "Value: can be one or more Post ID's (seperated by ',')."
432
- msgstr "値:複数の場合は、ポストIDを(、)で区切ってください。"
433
-
434
- #: ../classes/settings.php:330
435
- msgid "Usernames"
436
- msgstr "ユーザー名"
437
-
438
- #: ../classes/settings.php:330
439
- msgid "Value: can be one or more User ID's (seperated by ',')."
440
- msgstr "値;複数のユーザーの場合は(、)で区切ってください。"
441
-
442
- #: ../classes/settings.php:331
443
- msgid "Checkmark"
444
- msgstr "チェックマーク"
445
-
446
- #: ../classes/settings.php:331
447
- msgid "Value: should be a 1 (one) or 0 (zero)."
448
- msgstr "値:1(one)または0(zero)"
449
-
450
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
451
- msgid "Color"
452
- msgstr "色"
453
-
454
- #: ../classes/settings.php:332
455
- msgid "Value: hex value color, such as #808080."
456
- msgstr "値:HEXカラーコード #808080など"
457
-
458
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
459
- msgid "Counter"
460
- msgstr "カウンター"
461
-
462
- #: ../classes/settings.php:333
463
- msgid "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."
464
- msgstr "値:文字列または配列。meta_keyの場合は回数を表示します"
465
-
466
- #: ../classes/settings.php:422
467
- msgid "Welcome to Admin Columns"
468
- msgstr "ようこそ Admin Columns"
469
-
470
- #: ../classes/settings.php:425
471
- msgid "Thank you for updating to the latest version!"
472
- msgstr "最新のバージョンに更新して頂きありがとうございます。"
473
-
474
- #: ../classes/settings.php:426
475
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
476
- msgstr ""
477
- "Admin Columns は洗練された管理画面を提供します。\n"
478
- "私たちは、あなたやあなたのユーザーが喜ぶことを願っています。"
479
-
480
- #: ../classes/settings.php:431
481
- msgid "What’s New"
482
- msgstr "最新"
483
-
484
- #: ../classes/settings.php:432
485
- msgid "Changelog"
486
- msgstr "変更履歴"
487
-
488
- #: ../classes/settings.php:437
489
- msgid "Important"
490
- msgstr "インポート"
491
-
492
- #: ../classes/settings.php:439
493
- msgid "Database Changes"
494
- msgstr "データベースの変更"
495
-
496
- #: ../classes/settings.php:440
497
- msgid "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."
498
- msgstr "データベースには、バージョン1と2で変更されました。しかし、我々は、何の問題もなく戻ってバージョン1Xにロールバックすることができことを確認しています。"
499
-
500
- #: ../classes/settings.php:443
501
- msgid "Make sure you backup your database and then click"
502
- msgstr "クリックしてデータバースのバックアップを作る"
503
-
504
- #: ../classes/settings.php443, ../classes/upgrade.php:143
505
- msgid "Upgrade Database"
506
- msgstr "データベースをアップデート"
507
-
508
- #: ../classes/settings.php:446
509
- msgid "Potential Issues"
510
- msgstr "潜在的な問題"
511
-
512
- #: ../classes/settings.php:447
513
- msgid "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"
514
- 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 "
515
-
516
- #: ../classes/settings.php:447
517
- msgid "Migrating from v1 to v2"
518
- msgstr "Ver1からVer2への移行"
519
-
520
- #: ../classes/settings.php:447
521
- msgid "guide to view the full list of changes."
522
- msgstr "変更点の詳細案内"
523
-
524
- #: ../classes/settings.php:447
525
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
526
- msgstr ""
527
-
528
- #: ../classes/settings.php:450
529
- msgid "Important!"
530
- msgstr "大切な事"
531
-
532
- #: ../classes/settings.php:450
533
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
534
- msgstr "プラグイン管理の列を更新した場合、最新のものにロールバックしてください。"
535
-
536
- #: ../classes/settings.php:450
537
- msgid "version 1"
538
- msgstr "version 1 "
539
-
540
- #: ../classes/settings.php:450
541
- msgid "of this plugin."
542
- msgstr "このプラグイン"
543
-
544
- #: ../classes/settings.php:456
545
- msgid "Changelog for"
546
- msgstr "変更履歴の"
547
-
548
- #: ../classes/settings.php471, ../classes/upgrade.php:63
549
- msgid "Learn more"
550
- msgstr "詳細はこちら"
551
-
552
- #: ../classes/settings.php:481
553
- msgid "Start using Admin Columns"
554
- msgstr "Admin Columnsをはじめましょう"
555
-
556
- #: ../classes/settings.php:500
557
- msgid "General Settings"
558
- msgstr "一般設定"
559
-
560
- #: ../classes/settings.php:501
561
- msgid "Customize your Admin Columns settings."
562
- msgstr ""
563
- "管理画面の列表示を<br/>\n"
564
- "カスタマイズします。"
565
-
566
- #: ../classes/settings.php:512
567
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
568
- msgstr ""
569
-
570
- #: ../classes/settings.php:559
571
- msgid "Restore Settings"
572
- msgstr "設定の復元"
573
-
574
- #: ../classes/settings.php:560
575
- msgid "This will delete all column settings and restore the default settings."
576
- msgstr ""
577
- "追加された全ての列を削除し、<br/>\n"
578
- "デフォルト設定に戻します。"
579
-
580
- #: ../classes/settings.php:566
581
- msgid "Restore default settings"
582
- msgstr "デフォルト設定に戻します。"
583
-
584
- #: ../classes/settings.php:566
585
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
586
- msgstr ""
587
-
588
- #: ../classes/settings.php:582
589
- msgid "Posttypes"
590
- msgstr ""
591
-
592
- #: ../classes/settings.php:583
593
- msgid "Others"
594
- msgstr ""
595
-
596
- #: ../classes/settings.php:584
597
- msgid "Taxonomies"
598
- msgstr ""
599
-
600
- #: ../classes/settings.php:600
601
- msgid "Settings"
602
- msgstr "設定"
603
-
604
- #: ../classes/settings.php:601
605
- msgid "Add-ons"
606
- msgstr ""
607
-
608
- #: ../classes/settings.php:669
609
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
610
- msgstr ""
611
-
612
- #: ../classes/settings.php:679
613
- msgid "Store settings"
614
- msgstr "設定を保存"
615
-
616
- #: ../classes/settings.php:687
617
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
618
- msgstr ""
619
-
620
- #: ../classes/settings.php:688
621
- msgid "Restore"
622
- msgstr "初期状態に戻す"
623
-
624
- #: ../classes/settings.php:688
625
- msgid "columns"
626
- msgstr "-列"
627
-
628
- #: ../classes/settings.php:707
629
- msgid "Get Admin Columns Pro"
630
- msgstr ""
631
-
632
- #: ../classes/settings.php:711
633
- msgid "Add Sorting"
634
- msgstr "ソートを追加"
635
-
636
- #: ../classes/settings.php:712
637
- msgid "Add Filtering"
638
- msgstr "フィルターを追加"
639
-
640
- #: ../classes/settings.php:713
641
- msgid "Add Import/Export"
642
- msgstr "設定のインポート・エキスポートを追加"
643
-
644
- #: ../classes/settings.php:714
645
- msgid "Add Direct Editing"
646
- msgstr ""
647
-
648
- #: ../classes/settings.php:717
649
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
650
- msgstr ""
651
-
652
- #: ../classes/settings.php:730
653
- msgid "Subscribe to receive news &amp; updates below."
654
- msgstr ""
655
-
656
- #: ../classes/settings.php:737
657
- msgid "Your Email"
658
- msgstr ""
659
-
660
- #: ../classes/settings.php:748
661
- msgid "Are you happy with Admin Columns?"
662
- msgstr ""
663
-
664
- #: ../classes/settings.php:756
665
- msgid "What's wrong? Need help? Let us know!"
666
- msgstr ""
667
-
668
- #: ../classes/settings.php:757
669
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
670
- msgstr ""
671
-
672
- #: ../classes/settings.php:765
673
- msgid "Docs"
674
- msgstr ""
675
-
676
- #: ../classes/settings.php:770
677
- msgid "Forums"
678
- msgstr ""
679
-
680
- #: ../classes/settings.php:779
681
- msgid "Woohoo! We're glad to hear that!"
682
- msgstr ""
683
-
684
- #: ../classes/settings.php:780
685
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
686
- msgstr ""
687
-
688
- #: ../classes/settings.php:784
689
- msgid "Rate"
690
- msgstr ""
691
-
692
- #: ../classes/settings.php:795
693
- msgid "Tweet"
694
- msgstr ""
695
-
696
- #: ../classes/settings.php:805
697
- msgid "Buy Pro"
698
- msgstr ""
699
-
700
- #: ../classes/settings.php:817
701
- msgid "Support"
702
- msgstr "サポート"
703
-
704
- #: ../classes/settings.php:820
705
- msgid "Check the <strong>Help</strong> section in the top-right screen."
706
- msgstr "画面右上の<strong>Help</strong>を確認してください。"
707
-
708
- #: ../classes/settings.php:823
709
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
710
- msgstr ""
711
- "ドキュメント・バグレポート・機能の提案などは<br/>\n"
712
- " <a href='%s'> Admin Columns website</a>を訪れてください。"
713
-
714
- #: ../classes/settings.php:852
715
- msgid "Drag and drop to reorder"
716
- msgstr "ドロップ&ドラッグで表示順序を変更できます"
717
-
718
- #: ../classes/settings.php:855
719
- msgid "Add Column"
720
- msgstr "列の追加"
721
-
722
- #: ../classes/settings.php:936
723
- msgid "Active"
724
- msgstr ""
725
-
726
- #: ../classes/settings.php:937
727
- msgid "Deactivate"
728
- msgstr ""
729
-
730
- #: ../classes/settings.php:944
731
- msgid "Installed"
732
- msgstr ""
733
-
734
- #: ../classes/settings.php:945
735
- msgid "Activate"
736
- msgstr ""
737
-
738
- #: ../classes/settings.php:959
739
- msgid "Download & Install"
740
- msgstr ""
741
-
742
- #: ../classes/settings.php:964
743
- msgid "Get this add-on"
744
- msgstr ""
745
-
746
- #: ../classes/storage_model.php:262
747
- msgid "settings succesfully restored."
748
- msgstr "設定を復元しました。"
749
-
750
- #: ../classes/storage_model.php:278
751
- msgid "No columns settings available."
752
- msgstr "設定された列はありません"
753
-
754
- #: ../classes/storage_model.php:299
755
- msgid "You are trying to store the same settings for %s."
756
- msgstr "%sはすでに設定済みです "
757
-
758
- #: ../classes/storage_model.php:303
759
- msgid "Settings for %s updated successfully."
760
- msgstr ""
761
-
762
- #: ../classes/storage_model.php:643
763
- msgid "Columns by Plugins"
764
- msgstr ""
765
-
766
- #: ../classes/storage_model.php:862
767
- msgid "View"
768
- msgstr "表示"
769
-
770
- #: ../classes/upgrade.php:62
771
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
772
- msgstr ""
773
-
774
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
775
- msgid "Upgrade"
776
- msgstr "アップグレード"
777
-
778
- #: ../classes/upgrade.php:136
779
- msgid "requires a database upgrade"
780
- msgstr "データベースの更新(アップグレード)が必要です。"
781
-
782
- #: ../classes/upgrade.php:139
783
- msgid "why?"
784
- msgstr "なぜ?"
785
-
786
- #: ../classes/upgrade.php:140
787
- msgid "Please"
788
- msgstr "どうぞ"
789
-
790
- #: ../classes/upgrade.php:141
791
- msgid "backup your database"
792
- msgstr "データベースのバックアップ"
793
-
794
- #: ../classes/upgrade.php:142
795
- msgid "then click"
796
- msgstr "クリックする"
797
-
798
- #: ../classes/upgrade.php:351
799
- msgid "Migrating Column Settings"
800
- msgstr "移行列の設定"
801
-
802
- #: ../classes/upgrade.php:387
803
- msgid "No Upgrade Required"
804
- msgstr "アップグレード不可"
805
-
806
- #: ../classes/upgrade.php:388
807
- msgid "Return to welcome screen."
808
- msgstr "「ようこそ」の画面へ戻ります"
809
-
810
- #: ../classes/upgrade.php:406
811
- msgid "Upgrade Complete!"
812
- msgstr "更新完了"
813
-
814
- #: ../classes/upgrade.php:406
815
- msgid "Return to settings."
816
- msgstr "設定へ戻る"
817
-
818
- #: ../classes/upgrade.php:407
819
- msgid "Error"
820
- msgstr "エラー"
821
-
822
- #: ../classes/upgrade.php:408
823
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
824
- msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
825
-
826
- #: ../classes/column/acf-placeholder.php:19
827
- msgid "ACF Field"
828
- msgstr ""
829
-
830
- #: ../classes/column/acf-placeholder.php:35
831
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
832
- msgstr ""
833
-
834
- #: ../classes/column/acf-placeholder.php:38
835
- msgid ""
836
- "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
837
- msgstr ""
838
-
839
- #: ../classes/column/acf-placeholder.php:44
840
- msgid "Find out more"
841
- msgstr ""
842
-
843
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
844
- msgid "Actions"
845
- msgstr "アクション"
846
-
847
- #: ../classes/column/actions.php:96
848
- msgid "Use icons?"
849
- msgstr ""
850
-
851
- #: ../classes/column/actions.php:96
852
- msgid "Use icons instead of text for displaying the actions."
853
- msgstr ""
854
-
855
- #: ../classes/column/custom-field.php:96
856
- msgid "Checkmark (true/false)"
857
- msgstr "チェックマーク(true/false)"
858
-
859
- #: ../classes/column/custom-field.php:102
860
- msgid "Media Library"
861
- msgstr "メディアライブラリー"
862
-
863
- #: ../classes/column/custom-field.php:105
864
- msgid "Post Title (Post ID's)"
865
- msgstr "タイトル(Post ID's)"
866
-
867
- #: ../classes/column/custom-field.php:106
868
- msgid "Username (User ID's)"
869
- msgstr "ユーザー名(User ID's)"
870
-
871
- #: ../classes/column/custom-field.php:107
872
- msgid "Term Name (Term ID's)"
873
- msgstr ""
874
-
875
- #: ../classes/column/custom-field.php:391
876
- msgid "Select your custom field."
877
- msgstr "カスタムフィールドを選択"
878
-
879
- #: ../classes/column/custom-field.php:401
880
- msgid "No custom fields available."
881
- msgstr "カスタムフィールドがありません"
882
-
883
- #: ../classes/column/custom-field.php:401
884
- msgid "Please create a %s item first."
885
- msgstr ""
886
-
887
- #: ../classes/column/custom-field.php:408
888
- msgid "Field Type"
889
- msgstr "フィールドタイプ"
890
-
891
- #: ../classes/column/custom-field.php:408
892
- msgid "This will determine how the value will be displayed."
893
- msgstr "表示される方法を設定します"
894
-
895
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
896
- msgid "Taxonomy"
897
- msgstr "タクソノミー"
898
-
899
- #: ../classes/column/used-by-menu.php:20
900
- msgid "Used by Menu"
901
- msgstr ""
902
-
903
- #: ../classes/column/used-by-menu.php:133
904
- msgid "Link to menu"
905
- msgstr ""
906
-
907
- #: ../classes/column/used-by-menu.php:133
908
- msgid "This will make the title link to the menu."
909
- msgstr ""
910
-
911
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
912
- msgid "ID"
913
- msgstr "ID"
914
-
915
- #: ../classes/column/comment/agent.php:19
916
- msgid "Agent"
917
- msgstr "エージェント"
918
-
919
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
920
- msgid "Approved"
921
- msgstr "承認された"
922
-
923
- #: ../classes/column/comment/author-avatar.php:19
924
- msgid "Avatar"
925
- msgstr "アバター"
926
-
927
- #: ../classes/column/comment/author-email.php:19
928
- msgid "Author email"
929
- msgstr "投稿者メール"
930
-
931
- #: ../classes/column/comment/author-ip.php:19
932
- msgid "Author IP"
933
- msgstr "投稿者IP"
934
-
935
- #: ../classes/column/comment/author-name.php:12
936
- msgid "Author name"
937
- msgstr ""
938
-
939
- #: ../classes/column/comment/author-url.php:19
940
- msgid "Author url"
941
- msgstr "投稿者URL"
942
-
943
- #: ../classes/column/comment/author.php:19
944
- msgid "Author"
945
- msgstr "投稿者"
946
-
947
- #: ../classes/column/comment/date-gmt.php:19
948
- msgid "Date GMT"
949
- msgstr "日時(GMT)"
950
-
951
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
952
- msgid "Content"
953
- msgstr ""
954
-
955
- #: ../classes/column/comment/post.php:19
956
- msgid "Post"
957
- msgstr ""
958
-
959
- #: ../classes/column/comment/reply-to.php:19
960
- msgid "In Reply To"
961
- msgstr "返信先"
962
-
963
- #: ../classes/column/comment/user.php:11
964
- msgid "User"
965
- msgstr ""
966
-
967
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
968
- msgid "Word count"
969
- msgstr "文字数"
970
-
971
- #: ../classes/column/media/alternate-text.php:19
972
- msgid "Alt"
973
- msgstr "代替テキスト"
974
-
975
- #: ../classes/column/media/attached-to.php:19
976
- msgid "Attached to post"
977
- msgstr ""
978
-
979
- #: ../classes/column/media/available-sizes.php:20
980
- msgid "Available Sizes"
981
- msgstr "利用できるサイズ"
982
-
983
- #: ../classes/column/media/available-sizes.php:40
984
- msgid "full size"
985
- msgstr "フルサイズ"
986
-
987
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
988
- msgid "Caption"
989
- msgstr "キャプション"
990
-
991
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
992
- msgid "Description"
993
- msgstr "説明"
994
-
995
- #: ../classes/column/media/dimensions.php:19
996
- msgid "Dimensions"
997
- msgstr "大きさ"
998
-
999
- #: ../classes/column/media/exif-data.php:19
1000
- msgid "EXIF data"
1001
- msgstr "EXIFデータ"
1002
-
1003
- #: ../classes/column/media/exif-data.php:38
1004
- msgid "Aperture"
1005
- msgstr "絞り(Aperture)"
1006
-
1007
- #: ../classes/column/media/exif-data.php:39
1008
- msgid "Credit"
1009
- msgstr "クレジット"
1010
-
1011
- #: ../classes/column/media/exif-data.php:40
1012
- msgid "Camera"
1013
- msgstr "カメラ"
1014
-
1015
- #: ../classes/column/media/exif-data.php:42
1016
- msgid "Timestamp"
1017
- msgstr "タイムスタンプ"
1018
-
1019
- #: ../classes/column/media/exif-data.php:43
1020
- msgid "Copyright EXIF"
1021
- msgstr "EXIF著作権 "
1022
-
1023
- #: ../classes/column/media/exif-data.php:44
1024
- msgid "Focal Length"
1025
- msgstr "焦点距離(Focal Length)"
1026
-
1027
- #: ../classes/column/media/exif-data.php:45
1028
- msgid "ISO"
1029
- msgstr "感度(ISO)"
1030
-
1031
- #: ../classes/column/media/exif-data.php:46
1032
- msgid "Shutter Speed"
1033
- msgstr "シャッタースピード"
1034
-
1035
- #: ../classes/column/media/exif-data.php:47
1036
- msgid "Title"
1037
- msgstr "タイトル"
1038
-
1039
- #: ../classes/column/media/file-name.php:19
1040
- msgid "File name"
1041
- msgstr "ファイル名"
1042
-
1043
- #: ../classes/column/media/file-size.php:19
1044
- msgid "File size"
1045
- msgstr "ファイルサイズ"
1046
-
1047
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1048
- msgid "Full path"
1049
- msgstr "フルパス"
1050
-
1051
- #: ../classes/column/media/full-path.php:83
1052
- msgid "Path scope"
1053
- msgstr ""
1054
-
1055
- #: ../classes/column/media/full-path.php:84
1056
- msgid "Part of the file path to display"
1057
- msgstr ""
1058
-
1059
- #: ../classes/column/media/full-path.php:97
1060
- msgid "Relative to domain"
1061
- msgstr ""
1062
-
1063
- #: ../classes/column/media/full-path.php:102
1064
- msgid "Relative to main uploads folder "
1065
- msgstr ""
1066
-
1067
- #: ../classes/column/media/height.php:19
1068
- msgid "Height"
1069
- msgstr "高さ"
1070
-
1071
- #: ../classes/column/media/mime-type.php:19
1072
- msgid "Mime type"
1073
- msgstr "Mimeタイプ"
1074
-
1075
- #: ../classes/column/post/attachment-count.php:19
1076
- msgid "No. of Attachments"
1077
- msgstr "アタッチメント(ファイル等)ID"
1078
-
1079
- #: ../classes/column/post/attachment.php:19
1080
- msgid "Attachments"
1081
- msgstr ""
1082
-
1083
- #: ../classes/column/post/author-name.php:20
1084
- msgid "Display Author As"
1085
- msgstr "投稿者名"
1086
-
1087
- #: ../classes/column/post/author-name.php:100
1088
- msgid "View Public Author Page"
1089
- msgstr ""
1090
-
1091
- #: ../classes/column/post/author-name.php:102
1092
- msgid "Page the author name should link to."
1093
- msgstr ""
1094
-
1095
- #: ../classes/column/post/before-moretag.php:19
1096
- msgid "Before More Tag"
1097
- msgstr "タグの前に"
1098
-
1099
- #: ../classes/column/post/comment-count.php:20
1100
- msgid "Comment count"
1101
- msgstr "コメント数"
1102
-
1103
- #: ../classes/column/post/comment-count.php:34
1104
- msgid "Total"
1105
- msgstr "トータル"
1106
-
1107
- #: ../classes/column/post/comment-count.php:36
1108
- msgid "Pending"
1109
- msgstr "ペンディング"
1110
-
1111
- #: ../classes/column/post/comment-count.php:37
1112
- msgid "Spam"
1113
- msgstr "スパム"
1114
-
1115
- #: ../classes/column/post/comment-count.php:38
1116
- msgid "Trash"
1117
- msgstr "ゴミ箱"
1118
-
1119
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1120
- msgid "Comment status"
1121
- msgstr "コメントステータス"
1122
-
1123
- #: ../classes/column/post/comment-count.php:99
1124
- msgid "Select which comment status you like to display."
1125
- msgstr "表示させたいコメントステータスを選択します。"
1126
-
1127
- #: ../classes/column/post/depth.php:19
1128
- msgid "Depth"
1129
- msgstr ""
1130
-
1131
- #: ../classes/column/post/estimated-reading-time.php:19
1132
- msgid "Estimated Reading Time"
1133
- msgstr ""
1134
-
1135
- #: ../classes/column/post/estimated-reading-time.php:66
1136
- msgid "second"
1137
- msgid_plural "seconds"
1138
- msgstr[0] ""
1139
-
1140
- #: ../classes/column/post/estimated-reading-time.php:69
1141
- msgid "minute"
1142
- msgid_plural "minutes"
1143
- msgstr[0] ""
1144
-
1145
- #: ../classes/column/post/estimated-reading-time.php:107
1146
- msgid "Words per minute"
1147
- msgstr ""
1148
-
1149
- #: ../classes/column/post/estimated-reading-time.php:108
1150
- msgid "Estimated reading time in words per minute"
1151
- msgstr ""
1152
-
1153
- #: ../classes/column/post/featured-image.php:19
1154
- msgid "Featured Image"
1155
- msgstr "注目画像"
1156
-
1157
- #: ../classes/column/post/formats.php:19
1158
- msgid "Post Format"
1159
- msgstr "ポストフォーマット"
1160
-
1161
- #: ../classes/column/post/last-modified-author.php:20
1162
- msgid "Last Modified Author"
1163
- msgstr ""
1164
-
1165
- #: ../classes/column/post/modified.php:19
1166
- msgid "Last modified"
1167
- msgstr "最終更新"
1168
-
1169
- #: ../classes/column/post/order.php:19
1170
- msgid "Order"
1171
- msgstr ""
1172
-
1173
- #: ../classes/column/post/page-template.php:19
1174
- msgid "Page Template"
1175
- msgstr "ページテンプレート"
1176
-
1177
- #: ../classes/column/post/parent.php:19
1178
- msgid "Parent"
1179
- msgstr "パーマメント"
1180
-
1181
- #: ../classes/column/post/path.php:19
1182
- msgid "Path"
1183
- msgstr ""
1184
-
1185
- #: ../classes/column/post/permalink.php:19
1186
- msgid "Permalink"
1187
- msgstr ""
1188
-
1189
- #: ../classes/column/post/permalink.php:68
1190
- msgid "Link to post"
1191
- msgstr ""
1192
-
1193
- #: ../classes/column/post/permalink.php:68
1194
- msgid "This will make the permalink clickable."
1195
- msgstr ""
1196
-
1197
- #: ../classes/column/post/ping-status.php:19
1198
- msgid "Ping status"
1199
- msgstr "Pingステータス"
1200
-
1201
- #: ../classes/column/post/roles.php:19
1202
- msgid "Roles"
1203
- msgstr "権限"
1204
-
1205
- #: ../classes/column/post/shortcodes.php:19
1206
- msgid "Shortcodes"
1207
- msgstr ""
1208
-
1209
- #: ../classes/column/post/slug.php:19
1210
- msgid "Slug"
1211
- msgstr "スラッグ"
1212
-
1213
- #: ../classes/column/post/status.php:21
1214
- msgid "Status"
1215
- msgstr "ステータス"
1216
-
1217
- #: ../classes/column/post/sticky.php:19
1218
- msgid "Sticky"
1219
- msgstr "先頭に固定表示"
1220
-
1221
- #: ../classes/column/post/title-raw.php:19
1222
- msgid "Title without actions"
1223
- msgstr ""
1224
-
1225
- #: ../classes/column/link/length.php:19
1226
- msgid "Length"
1227
- msgstr "長さ"
1228
-
1229
- #: ../classes/column/link/notes.php:19
1230
- msgid "Notes"
1231
- msgstr "注釈"
1232
-
1233
- #: ../classes/column/link/owner.php:19
1234
- msgid "Owner"
1235
- msgstr "オーナー"
1236
-
1237
- #: ../classes/column/link/rss.php:19
1238
- msgid "Rss"
1239
- msgstr "Rss"
1240
-
1241
- #: ../classes/column/link/target.php:19
1242
- msgid "Target"
1243
- msgstr "ターゲット"
1244
-
1245
- #: ../classes/column/user/display-name.php:19
1246
- msgid "Display name"
1247
- msgstr ""
1248
-
1249
- #: ../classes/column/user/first-name.php:19
1250
- msgid "First name"
1251
- msgstr "名"
1252
-
1253
- #: ../classes/column/user/last-name.php:19
1254
- msgid "Last name"
1255
- msgstr "姓"
1256
-
1257
- #: ../classes/column/user/post-count.php:19
1258
- msgid "Post Count"
1259
- msgstr "コメント"
1260
-
1261
- #: ../classes/column/user/post-count.php:89
1262
- msgid "Post Type"
1263
- msgstr "投稿タイプ"
1264
-
1265
- #: ../classes/column/user/registered.php:19
1266
- msgid "Registered"
1267
- msgstr "登録された"
1268
-
1269
- #: ../classes/column/user/rich-editing.php:19
1270
- msgid "Visual Editor"
1271
- msgstr ""
1272
-
1273
- #: ../classes/column/user/url.php:19
1274
- msgid "Url"
1275
- msgstr "URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-nl_NL.mo CHANGED
Binary file
languages/codepress-admin-columns-nl_NL.po DELETED
@@ -1,1256 +0,0 @@
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 15:25+0200\n"
11
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
21
- "POT-Creation-Date: \n"
22
- "X-Generator: Poedit 1.8.5\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: ../codepress-admin-columns.php:451
27
- msgid "Edit columns"
28
- msgstr "Wijzig kolommen"
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 "Advanced Custom Fields"
37
-
38
- #: ../classes/addons.php:136
39
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in 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 "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
- msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
49
-
50
- #: ../classes/column.php:624
51
- msgid "Thumbnail"
52
- msgstr "Thumbnail"
53
-
54
- #: ../classes/column.php:625
55
- msgid "Medium"
56
- msgstr "Gemiddeld"
57
-
58
- #: ../classes/column.php:626
59
- msgid "Large"
60
- msgstr "Groot"
61
-
62
- #: ../classes/column.php:627
63
- msgid "Full"
64
- msgstr "Volledig"
65
-
66
- #: ../classes/column.php:1059
67
- msgid "Exact match"
68
- msgstr "Gelijk aan"
69
-
70
- #: ../classes/column.php:1060
71
- msgid "Lesser than"
72
- msgstr "Kleiner dan"
73
-
74
- #: ../classes/column.php:1061
75
- msgid "Greater than"
76
- msgstr "Groter dan"
77
-
78
- #: ../classes/column.php:1062
79
- msgid "Between"
80
- msgstr "Tussen"
81
-
82
- #: ../classes/column.php:1089
83
- msgid "Date Format"
84
- msgstr "Datumnotatie"
85
-
86
- #: ../classes/column.php:1090
87
- msgid "This will determine how the date will be displayed."
88
- msgstr "Dit bepaald hoe de datum wordt weergegeven."
89
-
90
- #: ../classes/column.php:1096
91
- msgid "Example:"
92
- msgstr "Voorbeeld:"
93
-
94
- #: ../classes/column.php:1098
95
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
96
- msgstr "Laat leeg voor WordPress datumformaat, verander je <a href='%s'\">standaard datumformaat </a>."
97
-
98
- #: ../classes/column.php:1099
99
- msgid "Documentation on date and time formatting."
100
- msgstr "Documentatie over datum en tijd opmaak."
101
-
102
- #: ../classes/column.php:1113
103
- msgid "Excerpt length"
104
- msgstr "Samenvatting lengte"
105
-
106
- #: ../classes/column.php:1114
107
- msgid "Number of words"
108
- msgstr "Aantal woorden"
109
-
110
- #: ../classes/column.php:1132
111
- msgid "Preview size"
112
- msgstr "Voorbeeldformaat"
113
-
114
- #: ../classes/column.php1149, ../classes/storage_model.php:642
115
- msgid "Custom"
116
- msgstr "Aangepast"
117
-
118
- #: ../classes/column.php1152, ../classes/column.php:1328
119
- msgid "width"
120
- msgstr "breedte"
121
-
122
- #: ../classes/column.php:1155
123
- msgid "height"
124
- msgstr "hoogte"
125
-
126
- #: ../classes/column.php:1167
127
- msgid "Before"
128
- msgstr "Voor"
129
-
130
- #: ../classes/column.php:1167
131
- msgid "This text will appear before the custom field value."
132
- msgstr "Deze tekst wordt getoond voor de custom field waarde."
133
-
134
- #: ../classes/column.php:1168
135
- msgid "After"
136
- msgstr "Na"
137
-
138
- #: ../classes/column.php:1168
139
- msgid "This text will appear after the custom field value."
140
- msgstr "Deze tekst wordt getoond na de custom field waarde."
141
-
142
- #: ../classes/column.php:1177
143
- msgid "Display Name"
144
- msgstr "Schermnaam"
145
-
146
- #: ../classes/column.php1178, ../classes/settings.php:733
147
- msgid "First Name"
148
- msgstr "Voornaam"
149
-
150
- #: ../classes/column.php:1179
151
- msgid "Last Name"
152
- msgstr "Achternaam"
153
-
154
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
155
- msgid "Nickname"
156
- msgstr "Nickname"
157
-
158
- #: ../classes/column.php:1181
159
- msgid "User Login"
160
- msgstr "Gebruikers login"
161
-
162
- #: ../classes/column.php:1182
163
- msgid "User Email"
164
- msgstr "Gebruiker Email"
165
-
166
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
167
- msgid "User ID"
168
- msgstr "Gebruiker ID"
169
-
170
- #: ../classes/column.php:1184
171
- msgid "First and Last Name"
172
- msgstr "Voor- en achternaam"
173
-
174
- #: ../classes/column.php:1187
175
- msgid "Display format"
176
- msgstr "Weergave formaat"
177
-
178
- #: ../classes/column.php:1187
179
- msgid "This is the format of the author name."
180
- msgstr "Dit is het formaat van de auteursnaam"
181
-
182
- #: ../classes/column.php:1350
183
- msgid "Edit"
184
- msgstr "Bewerken"
185
-
186
- #: ../classes/column.php1352, ../classes/column.php:1444
187
- msgid "Clone"
188
- msgstr "Kloon"
189
-
190
- #: ../classes/column.php:1354
191
- msgid "Remove"
192
- msgstr "Verwijderen"
193
-
194
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
195
- msgid "Type"
196
- msgstr "Type"
197
-
198
- #: ../classes/column.php:1372
199
- msgid "Choose a column type."
200
- msgstr "Kies een kolom type."
201
-
202
- #: ../classes/column.php:1372
203
- msgid "Name"
204
- msgstr "Naam"
205
-
206
- #: ../classes/column.php:1382
207
- msgid "Label"
208
- msgstr "Label"
209
-
210
- #: ../classes/column.php:1382
211
- msgid "This is the name which will appear as the column header."
212
- msgstr "Deze naam zal verschijnen als kolom kop."
213
-
214
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
215
- msgid "Width"
216
- msgstr "Breedte"
217
-
218
- #: ../classes/column.php:1391
219
- msgid "default"
220
- msgstr "standaard"
221
-
222
- #: ../classes/column.php:1392
223
- msgid "auto"
224
- msgstr "auto"
225
-
226
- #: ../classes/column.php:1466
227
- msgid "Property To Display"
228
- msgstr "Veld om te tonen"
229
-
230
- #: ../classes/column.php:1472
231
- msgid "Post property to display for related post(s)."
232
- msgstr "Bericht veld om te tonen voor gerelateerde bericht(en)."
233
-
234
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
235
- msgid "Link To"
236
- msgstr "Link aan"
237
-
238
- #: ../classes/column.php:1489
239
- msgid "Edit Post Author"
240
- msgstr "Wijzig Bericht Auteur"
241
-
242
- #: ../classes/column.php:1490
243
- msgid "View Public Post Author Page"
244
- msgstr "Bekijk Publieke Bericht Auteur pagina"
245
-
246
- #: ../classes/column.php:1492
247
- msgid "Page the posts should link to."
248
- msgstr "Pagina waar het bericht aan moet linken."
249
-
250
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
251
- msgid "Admin Columns"
252
- msgstr "Admin Columns"
253
-
254
- #: ../classes/review_notice.php:58
255
- msgid "Admin Columns Pro"
256
- msgstr "Admin Columns Pro"
257
-
258
- #: ../classes/review_notice.php:68
259
- msgid "click here"
260
- msgstr "klik hier"
261
-
262
- #: ../classes/review_notice.php:72
263
- msgid "Leave a review!"
264
- msgstr "Laat een review achter!"
265
-
266
- #: ../classes/review_notice.php:73
267
- msgid "Permanently hide notice"
268
- msgstr "Verberg deze notice permanent"
269
-
270
- #: ../classes/review_notice.php:80
271
- msgid "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."
272
- 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."
273
-
274
- #: ../classes/review_notice.php:82
275
- msgid "documentation page"
276
- msgstr "documentatie pagina"
277
-
278
- #: ../classes/review_notice.php:86
279
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
280
- msgstr "Als Admin Columns Pro gebruiker kun je ook gebruik maken van je AdminColumns.com account voor direct ondersteuning op %s!"
281
-
282
- #: ../classes/review_notice.php:87
283
- msgid "our forums"
284
- msgstr "onze forums"
285
-
286
- #: ../classes/review_notice.php:91
287
- msgid "You can also find help on the %s, and %s."
288
- msgstr "Je kunt ook hulp vinden op de %, en %s."
289
-
290
- #: ../classes/review_notice.php:92
291
- msgid "Admin Columns forums on WordPress.org"
292
- msgstr "Admin Columns forums op WordPress.org"
293
-
294
- #: ../classes/review_notice.php:93
295
- msgid "find answers to some frequently asked questions"
296
- msgstr "vind antwoorden op veel gestelde vragen"
297
-
298
- #: ../classes/settings.php:113
299
- msgid "Add-on successfully activated."
300
- msgstr "Add-on werd succesvol geactiveerd."
301
-
302
- #: ../classes/settings.php:116
303
- msgid "Add-on successfully deactivated."
304
- msgstr "Add-on werd succesvol gedesactiveerd."
305
-
306
- #: ../classes/settings.php:170
307
- msgid "Admin Columns Settings"
308
- msgstr "Admin Columns Instellingen"
309
-
310
- #: ../classes/settings.php:228
311
- msgid "%s column is already present and can not be duplicated."
312
- msgstr "%s kolom is al in gebruik en kan niet worden gedupliceerd."
313
-
314
- #: ../classes/settings.php:284
315
- msgid "Default settings succesfully restored."
316
- msgstr "Standaard instellingen succesvol hersteld."
317
-
318
- #: ../classes/settings.php:301
319
- msgid "Overview"
320
- msgstr "Overzicht"
321
-
322
- #: ../classes/settings.php:304
323
- msgid "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."
324
- 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."
325
-
326
- #: ../classes/settings.php:307
327
- msgid "Basics"
328
- msgstr "Basisinfo"
329
-
330
- #: ../classes/settings.php:309
331
- msgid "Change order"
332
- msgstr "Verander volgorde"
333
-
334
- #: ../classes/settings.php:310
335
- msgid "By dragging the columns you can change the order which they will appear in."
336
- msgstr "Door de kolommen te verslepen kan je de volgorde aanpassen."
337
-
338
- #: ../classes/settings.php:311
339
- msgid "Change label"
340
- msgstr "Wijzig label"
341
-
342
- #: ../classes/settings.php:312
343
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
344
- msgstr "Klik op het kleine driehoekje om de kolom opties te tonen. Hier kan je de kolom label aanpassen."
345
-
346
- #: ../classes/settings.php:313
347
- msgid "Change column width"
348
- msgstr "Verander kolom breedte"
349
-
350
- #: ../classes/settings.php:314
351
- msgid "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."
352
- 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."
353
-
354
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
355
- msgid "Custom Field"
356
- msgstr "Custom veld"
357
-
358
- #: ../classes/settings.php:320
359
- msgid "'Custom Field' column"
360
- msgstr "'Custom veld' kolom"
361
-
362
- #: ../classes/settings.php:321
363
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
364
- msgstr "De 'custom veld' kolom gebruikt custom velden voor berichten en gebruikers. Er zijn 10 typen welke je kan gebruiken."
365
-
366
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
367
- msgid "Default"
368
- msgstr "Standaard"
369
-
370
- #: ../classes/settings.php:323
371
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
372
- msgstr "Waarde: Kan een string of array zijn. Arrays worden plat gemaakt en de waarden gescheiden door een ',' komma."
373
-
374
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
375
- msgid "Image"
376
- msgstr "Afbeelding"
377
-
378
- #: ../classes/settings.php:324
379
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
380
- msgstr "Waarde: moet een afbeeldings URL of Media ID zijn ( gescheiden door een ',' komma )."
381
-
382
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
383
- msgid "Excerpt"
384
- msgstr "Samenvatting"
385
-
386
- #: ../classes/settings.php:325
387
- msgid "Value: This will show the first 20 words of the Post content."
388
- msgstr "Waarde: Deze toont de eerste 20 woorden van een bericht."
389
-
390
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
391
- msgid "Multiple Values"
392
- msgstr "Meerdere waarden"
393
-
394
- #: ../classes/settings.php:326
395
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
396
- msgstr "Waarde: moet een reeks zijn. Dit zal elke (multi-dimensionale) reeks afvlakken."
397
-
398
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
399
- msgid "Numeric"
400
- msgstr "Numerieke"
401
-
402
- #: ../classes/settings.php:327
403
- msgid "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."
404
- 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)."
405
-
406
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
407
- msgid "Date"
408
- msgstr "Datum"
409
-
410
- #: ../classes/settings.php:328
411
- msgid "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."
412
- 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>."
413
-
414
- #: ../classes/settings.php:329
415
- msgid "Post Titles"
416
- msgstr "Post titels"
417
-
418
- #: ../classes/settings.php:329
419
- msgid "Value: can be one or more Post ID's (seperated by ',')."
420
- msgstr "Waarde: één of meer Post ID's ( gescheiden door een komma )"
421
-
422
- #: ../classes/settings.php:330
423
- msgid "Usernames"
424
- msgstr "Gebruikersnamen"
425
-
426
- #: ../classes/settings.php:330
427
- msgid "Value: can be one or more User ID's (seperated by ',')."
428
- msgstr "Waarde: één of meer User ID's ( gescheiden door een komma )"
429
-
430
- #: ../classes/settings.php:331
431
- msgid "Checkmark"
432
- msgstr "Checkmark"
433
-
434
- #: ../classes/settings.php:331
435
- msgid "Value: should be a 1 (one) or 0 (zero)."
436
- msgstr "Waarde: moet 1 of 0 zijn."
437
-
438
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
439
- msgid "Color"
440
- msgstr "Kleur"
441
-
442
- #: ../classes/settings.php:332
443
- msgid "Value: hex value color, such as #808080."
444
- msgstr "Waarde: hex waarde kleur, vb: #808080"
445
-
446
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
447
- msgid "Counter"
448
- msgstr "Teller"
449
-
450
- #: ../classes/settings.php:333
451
- msgid "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."
452
- 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."
453
-
454
- #: ../classes/settings.php:422
455
- msgid "Welcome to Admin Columns"
456
- msgstr "Welkom bij Admin Columns"
457
-
458
- #: ../classes/settings.php:425
459
- msgid "Thank you for updating to the latest version!"
460
- msgstr "Bedankt voor het updaten naar de laatste versie!"
461
-
462
- #: ../classes/settings.php:426
463
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
464
- msgstr "Admin Columns ziet er nog beter uit dan ooit. Veel plezier ermee."
465
-
466
- #: ../classes/settings.php:431
467
- msgid "What’s New"
468
- msgstr "What is nieuw"
469
-
470
- #: ../classes/settings.php:432
471
- msgid "Changelog"
472
- msgstr "Changelog"
473
-
474
- #: ../classes/settings.php:437
475
- msgid "Important"
476
- msgstr "Belangrijk"
477
-
478
- #: ../classes/settings.php:439
479
- msgid "Database Changes"
480
- msgstr "Database Aanpassingen"
481
-
482
- #: ../classes/settings.php:440
483
- msgid "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."
484
- 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."
485
-
486
- #: ../classes/settings.php:443
487
- msgid "Make sure you backup your database and then click"
488
- msgstr "Backup je database and klik dan"
489
-
490
- #: ../classes/settings.php443, ../classes/upgrade.php:143
491
- msgid "Upgrade Database"
492
- msgstr "Werk Database bij"
493
-
494
- #: ../classes/settings.php:446
495
- msgid "Potential Issues"
496
- msgstr "Potentiele problemen"
497
-
498
- #: ../classes/settings.php:447
499
- msgid "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"
500
- 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"
501
-
502
- #: ../classes/settings.php:447
503
- msgid "Migrating from v1 to v2"
504
- msgstr "Migratie van v1 naar v2"
505
-
506
- #: ../classes/settings.php:447
507
- msgid "guide to view the full list of changes."
508
- msgstr "overzicht van alle aanpassingen."
509
-
510
- #: ../classes/settings.php:447
511
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
512
- msgstr "Mocht je een bug vinden, <a href='%s'>rapporteer deze aan ons</a> zodat we die kunnen herstellen in een volgende versie."
513
-
514
- #: ../classes/settings.php:450
515
- msgid "Important!"
516
- msgstr "Belangrijk!"
517
-
518
- #: ../classes/settings.php:450
519
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
520
- msgstr "Als je de Admin Columns plugin hebt geupdate zonder voorafgaande kennis van zo'n wijzigingen, gelieve dan terug te schakelen naar de laatste"
521
-
522
- #: ../classes/settings.php:450
523
- msgid "version 1"
524
- msgstr "versie 1"
525
-
526
- #: ../classes/settings.php:450
527
- msgid "of this plugin."
528
- msgstr "van deze plugin."
529
-
530
- #: ../classes/settings.php:456
531
- msgid "Changelog for"
532
- msgstr "Changelog voor"
533
-
534
- #: ../classes/settings.php471, ../classes/upgrade.php:63
535
- msgid "Learn more"
536
- msgstr "Leer meer"
537
-
538
- #: ../classes/settings.php:481
539
- msgid "Start using Admin Columns"
540
- msgstr "Start met Admin Columns"
541
-
542
- #: ../classes/settings.php:500
543
- msgid "General Settings"
544
- msgstr "Algemene Instellingen"
545
-
546
- #: ../classes/settings.php:501
547
- msgid "Customize your Admin Columns settings."
548
- msgstr "Pas uw Admin Column instellingen aan."
549
-
550
- #: ../classes/settings.php:512
551
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
552
- msgstr "Toon \"Bewerk Kolom\" knop op de het admin scherm. Standaard is <code>aan</code>."
553
-
554
- #: ../classes/settings.php:559
555
- msgid "Restore Settings"
556
- msgstr "Herstel Instellingen"
557
-
558
- #: ../classes/settings.php:560
559
- msgid "This will delete all column settings and restore the default settings."
560
- msgstr "Hiermee worden alle kolommen instellingen verwijderd en de standaardinstellingen hersteld."
561
-
562
- #: ../classes/settings.php:566
563
- msgid "Restore default settings"
564
- msgstr "Herstel standaard instellingen"
565
-
566
- #: ../classes/settings.php:566
567
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
568
- msgstr "Waarschuwing! ALLE bewaarde instellingen worden verwijderd. Dit kan niet worden ongedaan. 'OK' om te verwijderen, 'Annuleren' om te stoppen"
569
-
570
- #: ../classes/settings.php:582
571
- msgid "Posttypes"
572
- msgstr "Berichttentypes"
573
-
574
- #: ../classes/settings.php:583
575
- msgid "Others"
576
- msgstr "Overige"
577
-
578
- #: ../classes/settings.php:584
579
- msgid "Taxonomies"
580
- msgstr "Taxonomieën"
581
-
582
- #: ../classes/settings.php:600
583
- msgid "Settings"
584
- msgstr "Instellingen"
585
-
586
- #: ../classes/settings.php:601
587
- msgid "Add-ons"
588
- msgstr "Add-ons"
589
-
590
- #: ../classes/settings.php:669
591
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
592
- msgstr "De kolommen voor %s worden opgezet via PHP. Daardoor kunnen ze niet bewerkt worden in het adminpaneel."
593
-
594
- #: ../classes/settings.php:679
595
- msgid "Store settings"
596
- msgstr "Opslaan"
597
-
598
- #: ../classes/settings.php:687
599
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
600
- 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"
601
-
602
- #: ../classes/settings.php:688
603
- msgid "Restore"
604
- msgstr "Herstellen"
605
-
606
- #: ../classes/settings.php:688
607
- msgid "columns"
608
- msgstr "kolommen"
609
-
610
- #: ../classes/settings.php:707
611
- msgid "Get Admin Columns Pro"
612
- msgstr "Bestel Admin Columns Pro"
613
-
614
- #: ../classes/settings.php:711
615
- msgid "Add Sorting"
616
- msgstr "Voeg sorting toe"
617
-
618
- #: ../classes/settings.php:712
619
- msgid "Add Filtering"
620
- msgstr "Voeg filtering toe"
621
-
622
- #: ../classes/settings.php:713
623
- msgid "Add Import/Export"
624
- msgstr "Voeg import/export toe"
625
-
626
- #: ../classes/settings.php:714
627
- msgid "Add Direct Editing"
628
- msgstr "Toevoegen Direct Bewerken"
629
-
630
- #: ../classes/settings.php:717
631
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
632
- msgstr "Bekijk <a href='%s'>Admin Columns Pro</a> voor meer details!"
633
-
634
- #: ../classes/settings.php:730
635
- msgid "Subscribe to receive news &amp; updates below."
636
- msgstr "Meld je hieronder aan voor nieuws &amp; updates."
637
-
638
- #: ../classes/settings.php:737
639
- msgid "Your Email"
640
- msgstr "Uw Email"
641
-
642
- #: ../classes/settings.php:748
643
- msgid "Are you happy with Admin Columns?"
644
- msgstr "Ben je blij met Admin Columns?"
645
-
646
- #: ../classes/settings.php:756
647
- msgid "What's wrong? Need help? Let us know!"
648
- msgstr "Wat is er aan de hand? Hulp nodig? Vertel het ons!"
649
-
650
- #: ../classes/settings.php:757
651
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
652
- msgstr "Bekijk onze uitgebreide documentatie, of je kunt een support ticket openen op WordPress.org!"
653
-
654
- #: ../classes/settings.php:765
655
- msgid "Docs"
656
- msgstr "Documenten"
657
-
658
- #: ../classes/settings.php:770
659
- msgid "Forums"
660
- msgstr "Forums"
661
-
662
- #: ../classes/settings.php:779
663
- msgid "Woohoo! We're glad to hear that!"
664
- msgstr "Woohoo! We zijn blij dat te horen!"
665
-
666
- #: ../classes/settings.php:780
667
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
668
- msgstr "We zouden het fanatastisch vinden als je eeb beoordeling zou kunnen achterlaten op WordPress.org of een tweet over Admin Columns!"
669
-
670
- #: ../classes/settings.php:784
671
- msgid "Rate"
672
- msgstr "Beoordeel"
673
-
674
- #: ../classes/settings.php:795
675
- msgid "Tweet"
676
- msgstr "Tweet"
677
-
678
- #: ../classes/settings.php:805
679
- msgid "Buy Pro"
680
- msgstr "Koop Pro"
681
-
682
- #: ../classes/settings.php:817
683
- msgid "Support"
684
- msgstr "Hulp nodig?"
685
-
686
- #: ../classes/settings.php:820
687
- msgid "Check the <strong>Help</strong> section in the top-right screen."
688
- msgstr "Bekijk de sectie <strong>Help</strong> in het scherm rechtsboven."
689
-
690
- #: ../classes/settings.php:823
691
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
692
- msgstr "Voor de volledige documentatie, bug reports, suggesties en tips <a href='%s'>bezoek de Admin Columns website</a>"
693
-
694
- #: ../classes/settings.php:852
695
- msgid "Drag and drop to reorder"
696
- msgstr "Sleep om te herordenen"
697
-
698
- #: ../classes/settings.php:855
699
- msgid "Add Column"
700
- msgstr "Voeg Kolom toe"
701
-
702
- #: ../classes/settings.php:936
703
- msgid "Active"
704
- msgstr "Activeer"
705
-
706
- #: ../classes/settings.php:937
707
- msgid "Deactivate"
708
- msgstr "Deactiveer"
709
-
710
- #: ../classes/settings.php:944
711
- msgid "Installed"
712
- msgstr "Geinstalleerd"
713
-
714
- #: ../classes/settings.php:945
715
- msgid "Activate"
716
- msgstr "Activeer"
717
-
718
- #: ../classes/settings.php:959
719
- msgid "Download & Install"
720
- msgstr "Download & Installeer"
721
-
722
- #: ../classes/settings.php:964
723
- msgid "Get this add-on"
724
- msgstr "Ga naar deze add-on"
725
-
726
- #: ../classes/storage_model.php:262
727
- msgid "settings succesfully restored."
728
- msgstr "instellingen succesvol hersteld."
729
-
730
- #: ../classes/storage_model.php:278
731
- msgid "No columns settings available."
732
- msgstr "Geen kolom instellingen beschikbaar."
733
-
734
- #: ../classes/storage_model.php:299
735
- msgid "You are trying to store the same settings for %s."
736
- msgstr "U probeerd dezelfde instellingen op te slaan voor %s."
737
-
738
- #: ../classes/storage_model.php:303
739
- msgid "Settings for %s updated successfully."
740
- msgstr "Instellingen voor %s succesvol bijgewerkt."
741
-
742
- #: ../classes/storage_model.php:643
743
- msgid "Columns by Plugins"
744
- msgstr "Kolommen door Plugins"
745
-
746
- #: ../classes/storage_model.php:862
747
- msgid "View"
748
- msgstr "Bekijk"
749
-
750
- #: ../classes/upgrade.php:62
751
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
752
- msgstr "The pro add-on wordt niet langer ondersteund. Login op je account en download Admin Columns Pro"
753
-
754
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
755
- msgid "Upgrade"
756
- msgstr "Upgrade"
757
-
758
- #: ../classes/upgrade.php:136
759
- msgid "requires a database upgrade"
760
- msgstr "verreist een database upgrade"
761
-
762
- #: ../classes/upgrade.php:139
763
- msgid "why?"
764
- msgstr "waarom?"
765
-
766
- #: ../classes/upgrade.php:140
767
- msgid "Please"
768
- msgstr "Alstublieft"
769
-
770
- #: ../classes/upgrade.php:141
771
- msgid "backup your database"
772
- msgstr "backup van uw database"
773
-
774
- #: ../classes/upgrade.php:142
775
- msgid "then click"
776
- msgstr "daarna klik"
777
-
778
- #: ../classes/upgrade.php:351
779
- msgid "Migrating Column Settings"
780
- msgstr "Migreer Kolom Instellingen"
781
-
782
- #: ../classes/upgrade.php:387
783
- msgid "No Upgrade Required"
784
- msgstr "Geen upgrade verreist"
785
-
786
- #: ../classes/upgrade.php:388
787
- msgid "Return to welcome screen."
788
- msgstr "Ga terug naar het welkomst scherm."
789
-
790
- #: ../classes/upgrade.php:406
791
- msgid "Upgrade Complete!"
792
- msgstr "Upgrade voltooid!"
793
-
794
- #: ../classes/upgrade.php:406
795
- msgid "Return to settings."
796
- msgstr "Herstel standaard instellingen"
797
-
798
- #: ../classes/upgrade.php:407
799
- msgid "Error"
800
- msgstr "Fout"
801
-
802
- #: ../classes/upgrade.php:408
803
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
804
- msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
805
-
806
- #: ../classes/column/acf-placeholder.php:19
807
- msgid "ACF Field"
808
- msgstr "ACF Veld"
809
-
810
- #: ../classes/column/acf-placeholder.php:35
811
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
812
- msgstr "Heb je een developer licence, download & installeer dan je ACF add-on via de <a href='%s'>add-ons tab</a>."
813
-
814
- #: ../classes/column/acf-placeholder.php:38
815
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
816
- msgstr "Admin Columns Pro - Developer biedt volledige integratie van Geavanceerde Aangepaste Velden. Je kunt ze vlot weergeven en aanpassen in je berichtenoverzicht."
817
-
818
- #: ../classes/column/acf-placeholder.php:44
819
- msgid "Find out more"
820
- msgstr "Meer weten"
821
-
822
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
823
- msgid "Actions"
824
- msgstr "Acties"
825
-
826
- #: ../classes/column/actions.php:96
827
- msgid "Use icons?"
828
- msgstr "Gebruik iconen?"
829
-
830
- #: ../classes/column/actions.php:96
831
- msgid "Use icons instead of text for displaying the actions."
832
- msgstr "Gebruik iconen in plaats van tekst om actions te tonen."
833
-
834
- #: ../classes/column/custom-field.php:96
835
- msgid "Checkmark (true/false)"
836
- msgstr "Vinkje (true/false)"
837
-
838
- #: ../classes/column/custom-field.php:102
839
- msgid "Media Library"
840
- msgstr "Mediabibliotheek"
841
-
842
- #: ../classes/column/custom-field.php:105
843
- msgid "Post Title (Post ID's)"
844
- msgstr "Post Titel (Post ID's)"
845
-
846
- #: ../classes/column/custom-field.php:106
847
- msgid "Username (User ID's)"
848
- msgstr "Gebruikersnaam ( Gebruiker ID's )"
849
-
850
- #: ../classes/column/custom-field.php:107
851
- msgid "Term Name (Term ID's)"
852
- msgstr "Term naam (Term ID's)"
853
-
854
- #: ../classes/column/custom-field.php:391
855
- msgid "Select your custom field."
856
- msgstr "Selecteer uw custom field."
857
-
858
- #: ../classes/column/custom-field.php:401
859
- msgid "No custom fields available."
860
- msgstr "Geen custom fields beschikbaar."
861
-
862
- #: ../classes/column/custom-field.php:401
863
- msgid "Please create a %s item first."
864
- msgstr "Maak eerste een %s item aan."
865
-
866
- #: ../classes/column/custom-field.php:408
867
- msgid "Field Type"
868
- msgstr "Veld type"
869
-
870
- #: ../classes/column/custom-field.php:408
871
- msgid "This will determine how the value will be displayed."
872
- msgstr "Dit bepaald hoe de waarde wordt weer gegeven,"
873
-
874
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
875
- msgid "Taxonomy"
876
- msgstr "Taxonomy"
877
-
878
- #: ../classes/column/used-by-menu.php:20
879
- msgid "Used by Menu"
880
- msgstr "Ingebruik door menu"
881
-
882
- #: ../classes/column/used-by-menu.php:133
883
- msgid "Link to menu"
884
- msgstr "Link naar menu"
885
-
886
- #: ../classes/column/used-by-menu.php:133
887
- msgid "This will make the title link to the menu."
888
- msgstr "Dit linkt de titel naar het menu"
889
-
890
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
891
- msgid "ID"
892
- msgstr "ID"
893
-
894
- #: ../classes/column/comment/agent.php:19
895
- msgid "Agent"
896
- msgstr "Agent"
897
-
898
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
899
- msgid "Approved"
900
- msgstr "Goedgekeurd"
901
-
902
- #: ../classes/column/comment/author-avatar.php:19
903
- msgid "Avatar"
904
- msgstr "Avatar"
905
-
906
- #: ../classes/column/comment/author-email.php:19
907
- msgid "Author email"
908
- msgstr "Auteurs email"
909
-
910
- #: ../classes/column/comment/author-ip.php:19
911
- msgid "Author IP"
912
- msgstr "Auteur IP"
913
-
914
- #: ../classes/column/comment/author-name.php:12
915
- msgid "Author name"
916
- msgstr "Auteur naam"
917
-
918
- #: ../classes/column/comment/author-url.php:19
919
- msgid "Author url"
920
- msgstr "Auteurs url"
921
-
922
- #: ../classes/column/comment/author.php:19
923
- msgid "Author"
924
- msgstr "Auteur"
925
-
926
- #: ../classes/column/comment/date-gmt.php:19
927
- msgid "Date GMT"
928
- msgstr "Datum GMT"
929
-
930
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
931
- msgid "Content"
932
- msgstr "Content"
933
-
934
- #: ../classes/column/comment/post.php:19
935
- msgid "Post"
936
- msgstr "Bericht"
937
-
938
- #: ../classes/column/comment/reply-to.php:19
939
- msgid "In Reply To"
940
- msgstr "Antwoord op"
941
-
942
- #: ../classes/column/comment/user.php:11
943
- msgid "User"
944
- msgstr "Gebruiker"
945
-
946
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
947
- msgid "Word count"
948
- msgstr "Aantal woorden"
949
-
950
- #: ../classes/column/media/alternate-text.php:19
951
- msgid "Alt"
952
- msgstr "Alt"
953
-
954
- #: ../classes/column/media/attached-to.php:19
955
- msgid "Attached to post"
956
- msgstr "Voeg toe aan post"
957
-
958
- #: ../classes/column/media/available-sizes.php:20
959
- msgid "Available Sizes"
960
- msgstr "Beschikbare Afmetingen"
961
-
962
- #: ../classes/column/media/available-sizes.php:40
963
- msgid "full size"
964
- msgstr "Volledige grootte"
965
-
966
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
967
- msgid "Caption"
968
- msgstr "Onderschrift"
969
-
970
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
971
- msgid "Description"
972
- msgstr "Beschrijving"
973
-
974
- #: ../classes/column/media/dimensions.php:19
975
- msgid "Dimensions"
976
- msgstr "Afmetingen"
977
-
978
- #: ../classes/column/media/exif-data.php:19
979
- msgid "EXIF data"
980
- msgstr "EXIF data"
981
-
982
- #: ../classes/column/media/exif-data.php:38
983
- msgid "Aperture"
984
- msgstr "Aperture"
985
-
986
- #: ../classes/column/media/exif-data.php:39
987
- msgid "Credit"
988
- msgstr "Credit"
989
-
990
- #: ../classes/column/media/exif-data.php:40
991
- msgid "Camera"
992
- msgstr "Camera"
993
-
994
- #: ../classes/column/media/exif-data.php:42
995
- msgid "Timestamp"
996
- msgstr "Timestamp"
997
-
998
- #: ../classes/column/media/exif-data.php:43
999
- msgid "Copyright EXIF"
1000
- msgstr "Copyright EXIF"
1001
-
1002
- #: ../classes/column/media/exif-data.php:44
1003
- msgid "Focal Length"
1004
- msgstr "Brandpuntsafstand"
1005
-
1006
- #: ../classes/column/media/exif-data.php:45
1007
- msgid "ISO"
1008
- msgstr "ISO"
1009
-
1010
- #: ../classes/column/media/exif-data.php:46
1011
- msgid "Shutter Speed"
1012
- msgstr "Sluitertijd"
1013
-
1014
- #: ../classes/column/media/exif-data.php:47
1015
- msgid "Title"
1016
- msgstr "Titel"
1017
-
1018
- #: ../classes/column/media/file-name.php:19
1019
- msgid "File name"
1020
- msgstr "Bestandsnaam"
1021
-
1022
- #: ../classes/column/media/file-size.php:19
1023
- msgid "File size"
1024
- msgstr "Bestandsgrootte"
1025
-
1026
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1027
- msgid "Full path"
1028
- msgstr "Volledige pad"
1029
-
1030
- #: ../classes/column/media/full-path.php:83
1031
- msgid "Path scope"
1032
- msgstr "Path scope"
1033
-
1034
- #: ../classes/column/media/full-path.php:84
1035
- msgid "Part of the file path to display"
1036
- msgstr "Deel van bestands locatie voor weergave"
1037
-
1038
- #: ../classes/column/media/full-path.php:97
1039
- msgid "Relative to domain"
1040
- msgstr "Relatief aan het domein"
1041
-
1042
- #: ../classes/column/media/full-path.php:102
1043
- msgid "Relative to main uploads folder "
1044
- msgstr "Relatief aan de uploads directory"
1045
-
1046
- #: ../classes/column/media/height.php:19
1047
- msgid "Height"
1048
- msgstr "Hoogte"
1049
-
1050
- #: ../classes/column/media/mime-type.php:19
1051
- msgid "Mime type"
1052
- msgstr "Mimi type"
1053
-
1054
- #: ../classes/column/post/attachment-count.php:19
1055
- msgid "No. of Attachments"
1056
- msgstr "Aantal attachments"
1057
-
1058
- #: ../classes/column/post/attachment.php:19
1059
- msgid "Attachments"
1060
- msgstr "Attachments"
1061
-
1062
- #: ../classes/column/post/author-name.php:20
1063
- msgid "Display Author As"
1064
- msgstr "Toon auteur als"
1065
-
1066
- #: ../classes/column/post/author-name.php:100
1067
- msgid "View Public Author Page"
1068
- msgstr "Bekijk Publieke Auteur Pagina"
1069
-
1070
- #: ../classes/column/post/author-name.php:102
1071
- msgid "Page the author name should link to."
1072
- msgstr "Pagina waar de auteurnaam naar toe linkt."
1073
-
1074
- #: ../classes/column/post/before-moretag.php:19
1075
- msgid "Before More Tag"
1076
- msgstr "Voor de meer-tag"
1077
-
1078
- #: ../classes/column/post/comment-count.php:20
1079
- msgid "Comment count"
1080
- msgstr "Aantal reacties"
1081
-
1082
- #: ../classes/column/post/comment-count.php:34
1083
- msgid "Total"
1084
- msgstr "Totaal"
1085
-
1086
- #: ../classes/column/post/comment-count.php:36
1087
- msgid "Pending"
1088
- msgstr "Pending"
1089
-
1090
- #: ../classes/column/post/comment-count.php:37
1091
- msgid "Spam"
1092
- msgstr "Spam"
1093
-
1094
- #: ../classes/column/post/comment-count.php:38
1095
- msgid "Trash"
1096
- msgstr "Prullenbak"
1097
-
1098
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1099
- msgid "Comment status"
1100
- msgstr "Comment status"
1101
-
1102
- #: ../classes/column/post/comment-count.php:99
1103
- msgid "Select which comment status you like to display."
1104
- msgstr "Selecteer welke reactie status die je wil weergeven."
1105
-
1106
- #: ../classes/column/post/depth.php:19
1107
- msgid "Depth"
1108
- msgstr "Diepte"
1109
-
1110
- #: ../classes/column/post/estimated-reading-time.php:19
1111
- msgid "Estimated Reading Time"
1112
- msgstr "Gemiddelde leestijd"
1113
-
1114
- #: ../classes/column/post/estimated-reading-time.php:66
1115
- msgid "second"
1116
- msgid_plural "seconds"
1117
- msgstr[0] "seconde"
1118
- msgstr[1] "seconden"
1119
-
1120
- #: ../classes/column/post/estimated-reading-time.php:69
1121
- msgid "minute"
1122
- msgid_plural "minutes"
1123
- msgstr[0] "minuut"
1124
- msgstr[1] "minuten"
1125
-
1126
- #: ../classes/column/post/estimated-reading-time.php:107
1127
- msgid "Words per minute"
1128
- msgstr "Woorden per minuut"
1129
-
1130
- #: ../classes/column/post/estimated-reading-time.php:108
1131
- msgid "Estimated reading time in words per minute"
1132
- msgstr "Gemiddelde leestijd in woorden per minuut"
1133
-
1134
- #: ../classes/column/post/featured-image.php:19
1135
- msgid "Featured Image"
1136
- msgstr "Uitgelichte afbeelding"
1137
-
1138
- #: ../classes/column/post/formats.php:19
1139
- msgid "Post Format"
1140
- msgstr "Post formaat"
1141
-
1142
- #: ../classes/column/post/last-modified-author.php:20
1143
- msgid "Last Modified Author"
1144
- msgstr "Laatst Gewijzigd Auteur"
1145
-
1146
- #: ../classes/column/post/modified.php:19
1147
- msgid "Last modified"
1148
- msgstr "Laatst gewijzigd"
1149
-
1150
- #: ../classes/column/post/order.php:19
1151
- msgid "Order"
1152
- msgstr "Volgorde"
1153
-
1154
- #: ../classes/column/post/page-template.php:19
1155
- msgid "Page Template"
1156
- msgstr "Pagina Template"
1157
-
1158
- #: ../classes/column/post/parent.php:19
1159
- msgid "Parent"
1160
- msgstr "Bovenliggende "
1161
-
1162
- #: ../classes/column/post/path.php:19
1163
- msgid "Path"
1164
- msgstr "Pad"
1165
-
1166
- #: ../classes/column/post/permalink.php:19
1167
- msgid "Permalink"
1168
- msgstr "Permalink"
1169
-
1170
- #: ../classes/column/post/permalink.php:68
1171
- msgid "Link to post"
1172
- msgstr "Link naar bericht"
1173
-
1174
- #: ../classes/column/post/permalink.php:68
1175
- msgid "This will make the permalink clickable."
1176
- msgstr "Dit maakt de permalink klikbaar."
1177
-
1178
- #: ../classes/column/post/ping-status.php:19
1179
- msgid "Ping status"
1180
- msgstr "Ping status"
1181
-
1182
- #: ../classes/column/post/roles.php:19
1183
- msgid "Roles"
1184
- msgstr "Rollen"
1185
-
1186
- #: ../classes/column/post/shortcodes.php:19
1187
- msgid "Shortcodes"
1188
- msgstr "Shortcodes"
1189
-
1190
- #: ../classes/column/post/slug.php:19
1191
- msgid "Slug"
1192
- msgstr "Slug"
1193
-
1194
- #: ../classes/column/post/status.php:21
1195
- msgid "Status"
1196
- msgstr "Status"
1197
-
1198
- #: ../classes/column/post/sticky.php:19
1199
- msgid "Sticky"
1200
- msgstr "Sticky"
1201
-
1202
- #: ../classes/column/post/title-raw.php:19
1203
- msgid "Title without actions"
1204
- msgstr "Titel zonder acties"
1205
-
1206
- #: ../classes/column/link/length.php:19
1207
- msgid "Length"
1208
- msgstr "Lengte"
1209
-
1210
- #: ../classes/column/link/notes.php:19
1211
- msgid "Notes"
1212
- msgstr "Beschrijving"
1213
-
1214
- #: ../classes/column/link/owner.php:19
1215
- msgid "Owner"
1216
- msgstr "Eigenaar"
1217
-
1218
- #: ../classes/column/link/rss.php:19
1219
- msgid "Rss"
1220
- msgstr "Rss"
1221
-
1222
- #: ../classes/column/link/target.php:19
1223
- msgid "Target"
1224
- msgstr "Doel"
1225
-
1226
- #: ../classes/column/user/display-name.php:19
1227
- msgid "Display name"
1228
- msgstr "Weergave naam"
1229
-
1230
- #: ../classes/column/user/first-name.php:19
1231
- msgid "First name"
1232
- msgstr "Voornaam"
1233
-
1234
- #: ../classes/column/user/last-name.php:19
1235
- msgid "Last name"
1236
- msgstr "Achternaam"
1237
-
1238
- #: ../classes/column/user/post-count.php:19
1239
- msgid "Post Count"
1240
- msgstr "Aantal posts"
1241
-
1242
- #: ../classes/column/user/post-count.php:89
1243
- msgid "Post Type"
1244
- msgstr "Post Type"
1245
-
1246
- #: ../classes/column/user/registered.php:19
1247
- msgid "Registered"
1248
- msgstr "Registratie"
1249
-
1250
- #: ../classes/column/user/rich-editing.php:19
1251
- msgid "Visual Editor"
1252
- msgstr "Visuele editor"
1253
-
1254
- #: ../classes/column/user/url.php:19
1255
- msgid "Url"
1256
- msgstr "Url"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-pl_PL.mo CHANGED
Binary file
languages/codepress-admin-columns-pl_PL.po DELETED
@@ -1,1338 +0,0 @@
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.mo CHANGED
Binary file
languages/codepress-admin-columns-pt_BR.po DELETED
@@ -1,1257 +0,0 @@
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 15:25+0200\n"
12
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
22
- "POT-Creation-Date: \n"
23
- "X-Generator: Poedit 1.8.5\n"
24
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
-
27
- #: ../codepress-admin-columns.php:451
28
- msgid "Edit columns"
29
- msgstr "Editar Colunas"
30
-
31
- #: ../classes/addons.php:110
32
- msgid "Plugins"
33
- msgstr "Plugins"
34
-
35
- #: ../classes/addons.php:135
36
- msgid "Advanced Custom Fields"
37
- msgstr "Advanced Custom Fields"
38
-
39
- #: ../classes/addons.php:136
40
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in 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 "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
- msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
50
-
51
- #: ../classes/column.php:624
52
- msgid "Thumbnail"
53
- msgstr "Miniatura"
54
-
55
- #: ../classes/column.php:625
56
- msgid "Medium"
57
- msgstr "Médio"
58
-
59
- #: ../classes/column.php:626
60
- msgid "Large"
61
- msgstr "Grande"
62
-
63
- #: ../classes/column.php:627
64
- msgid "Full"
65
- msgstr "Original"
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 Data"
86
-
87
- #: ../classes/column.php:1090
88
- msgid "This will determine how the date will be displayed."
89
- msgstr "Determina como a data será mostrada"
90
-
91
- #: ../classes/column.php:1096
92
- msgid "Example:"
93
- msgstr "Exemplo"
94
-
95
- #: ../classes/column.php:1098
96
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
97
- msgstr ""
98
-
99
- #: ../classes/column.php:1099
100
- msgid "Documentation on date and time formatting."
101
- msgstr "Documentação para formatos de data e hora"
102
-
103
- #: ../classes/column.php:1113
104
- msgid "Excerpt length"
105
- msgstr "Tamanho do Resumo"
106
-
107
- #: ../classes/column.php:1114
108
- msgid "Number of words"
109
- msgstr "Número de Palavras"
110
-
111
- #: ../classes/column.php:1132
112
- msgid "Preview size"
113
- msgstr "Tamanho do preview"
114
-
115
- #: ../classes/column.php1149, ../classes/storage_model.php:642
116
- msgid "Custom"
117
- msgstr "Personalizado"
118
-
119
- #: ../classes/column.php1152, ../classes/column.php:1328
120
- msgid "width"
121
- msgstr "largura"
122
-
123
- #: ../classes/column.php:1155
124
- msgid "height"
125
- msgstr "altura"
126
-
127
- #: ../classes/column.php:1167
128
- msgid "Before"
129
- msgstr "Antes"
130
-
131
- #: ../classes/column.php:1167
132
- msgid "This text will appear before the custom field value."
133
- msgstr "Este texto aparecerá antes do valor do campo personalizado."
134
-
135
- #: ../classes/column.php:1168
136
- msgid "After"
137
- msgstr "Depois"
138
-
139
- #: ../classes/column.php:1168
140
- msgid "This text will appear after the custom field value."
141
- msgstr "Este texto aparecerá depois do valor do campo personalizado."
142
-
143
- #: ../classes/column.php:1177
144
- msgid "Display Name"
145
- msgstr "Exibir Nome"
146
-
147
- #: ../classes/column.php1178, ../classes/settings.php:733
148
- msgid "First Name"
149
- msgstr "Primeiro Nome"
150
-
151
- #: ../classes/column.php:1179
152
- msgid "Last Name"
153
- msgstr "Sobrenome"
154
-
155
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
156
- msgid "Nickname"
157
- msgstr "Apelido"
158
-
159
- #: ../classes/column.php:1181
160
- msgid "User Login"
161
- msgstr "Nome de Usuário"
162
-
163
- #: ../classes/column.php:1182
164
- msgid "User Email"
165
- msgstr "Email do Usuário"
166
-
167
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
168
- msgid "User ID"
169
- msgstr "ID do Usuário"
170
-
171
- #: ../classes/column.php:1184
172
- msgid "First and Last Name"
173
- msgstr "Nome e Sobrenome"
174
-
175
- #: ../classes/column.php:1187
176
- msgid "Display format"
177
- msgstr "Formato de exibição"
178
-
179
- #: ../classes/column.php:1187
180
- msgid "This is the format of the author name."
181
- msgstr "Este é o formato do nome do autor."
182
-
183
- #: ../classes/column.php:1350
184
- msgid "Edit"
185
- msgstr "Editar"
186
-
187
- #: ../classes/column.php1352, ../classes/column.php:1444
188
- msgid "Clone"
189
- msgstr "Clone"
190
-
191
- #: ../classes/column.php:1354
192
- msgid "Remove"
193
- msgstr "Remover"
194
-
195
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
196
- msgid "Type"
197
- msgstr "Tipo"
198
-
199
- #: ../classes/column.php:1372
200
- msgid "Choose a column type."
201
- msgstr "Escolha um tipo."
202
-
203
- #: ../classes/column.php:1372
204
- msgid "Name"
205
- msgstr "Nome"
206
-
207
- #: ../classes/column.php:1382
208
- msgid "Label"
209
- msgstr "Titulo"
210
-
211
- #: ../classes/column.php:1382
212
- msgid "This is the name which will appear as the column header."
213
- msgstr "Nome que aparecerá no cabeçalho da coluna."
214
-
215
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
216
- msgid "Width"
217
- msgstr "Width"
218
-
219
- #: ../classes/column.php:1391
220
- msgid "default"
221
- msgstr "padrão"
222
-
223
- #: ../classes/column.php:1392
224
- msgid "auto"
225
- msgstr "auto"
226
-
227
- #: ../classes/column.php:1466
228
- msgid "Property To Display"
229
- msgstr ""
230
-
231
- #: ../classes/column.php:1472
232
- msgid "Post property to display for related post(s)."
233
- msgstr ""
234
-
235
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
236
- msgid "Link To"
237
- msgstr ""
238
-
239
- #: ../classes/column.php:1489
240
- msgid "Edit Post Author"
241
- msgstr ""
242
-
243
- #: ../classes/column.php:1490
244
- msgid "View Public Post Author Page"
245
- msgstr ""
246
-
247
- #: ../classes/column.php:1492
248
- msgid "Page the posts should link to."
249
- msgstr ""
250
-
251
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
252
- msgid "Admin Columns"
253
- msgstr "Admin de Colunas"
254
-
255
- #: ../classes/review_notice.php:58
256
- msgid "Admin Columns Pro"
257
- msgstr "Admin de Colunas Pro"
258
-
259
- #: ../classes/review_notice.php:68
260
- msgid "click here"
261
- msgstr "clique aqui"
262
-
263
- #: ../classes/review_notice.php:72
264
- msgid "Leave a review!"
265
- msgstr "Deixe uma review!"
266
-
267
- #: ../classes/review_notice.php:73
268
- msgid "Permanently hide notice"
269
- msgstr "Ocultar permanentemente o aviso"
270
-
271
- #: ../classes/review_notice.php:80
272
- msgid "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."
273
- 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."
274
-
275
- #: ../classes/review_notice.php:82
276
- msgid "documentation page"
277
- msgstr "página de documentação"
278
-
279
- #: ../classes/review_notice.php:86
280
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
281
- 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!"
282
-
283
- #: ../classes/review_notice.php:87
284
- msgid "our forums"
285
- msgstr "nossos forums"
286
-
287
- #: ../classes/review_notice.php:91
288
- msgid "You can also find help on the %s, and %s."
289
- msgstr "Você também pode encontrar ajuda no %s, e %s."
290
-
291
- #: ../classes/review_notice.php:92
292
- msgid "Admin Columns forums on WordPress.org"
293
- msgstr "Fórum do Administrador de Colunas no WordPress.org"
294
-
295
- #: ../classes/review_notice.php:93
296
- msgid "find answers to some frequently asked questions"
297
- msgstr "encontre respostas para algumas perguntas frequentes"
298
-
299
- #: ../classes/settings.php:113
300
- msgid "Add-on successfully activated."
301
- msgstr "Add-on ativado com sucesso."
302
-
303
- #: ../classes/settings.php:116
304
- msgid "Add-on successfully deactivated."
305
- msgstr "Add-on desativado com sucesso"
306
-
307
- #: ../classes/settings.php:170
308
- msgid "Admin Columns Settings"
309
- msgstr "Configurações do Admin de Colunas"
310
-
311
- #: ../classes/settings.php:228
312
- msgid "%s column is already present and can not be duplicated."
313
- msgstr "%s coluna já está inclusa e não pode ser duplicada."
314
-
315
- #: ../classes/settings.php:284
316
- msgid "Default settings succesfully restored."
317
- msgstr "Configurações padrão restauradas com sucesso."
318
-
319
- #: ../classes/settings.php:301
320
- msgid "Overview"
321
- msgstr "Overview"
322
-
323
- #: ../classes/settings.php:304
324
- msgid "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."
325
- 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."
326
-
327
- #: ../classes/settings.php:307
328
- msgid "Basics"
329
- msgstr "Básicas"
330
-
331
- #: ../classes/settings.php:309
332
- msgid "Change order"
333
- msgstr "Alterar ordem"
334
-
335
- #: ../classes/settings.php:310
336
- msgid "By dragging the columns you can change the order which they will appear in."
337
- msgstr "Arrastando as colunas você pode alterar a ordem em que elas aparecem."
338
-
339
- #: ../classes/settings.php:311
340
- msgid "Change label"
341
- msgstr "Alterar label"
342
-
343
- #: ../classes/settings.php:312
344
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
345
- msgstr "Clicando no triângulo você verá as opções da coluna. Você pode alterar cada rótulo do cabeçalho das colunas."
346
-
347
- #: ../classes/settings.php:313
348
- msgid "Change column width"
349
- msgstr "Alterar tamanho da coluna"
350
-
351
- #: ../classes/settings.php:314
352
- msgid "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."
353
- 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."
354
-
355
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
356
- msgid "Custom Field"
357
- msgstr "Campo personalizado"
358
-
359
- #: ../classes/settings.php:320
360
- msgid "'Custom Field' column"
361
- msgstr "Coluna 'Campo Personalizado'"
362
-
363
- #: ../classes/settings.php:321
364
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
365
- msgstr "A coluna de campo personalizado usa os campos personalizados dos posts e usuários. Existem 10 tipos que você pode setar."
366
-
367
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
368
- msgid "Default"
369
- msgstr "Padrão"
370
-
371
- #: ../classes/settings.php:323
372
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
373
- msgstr "Valor: Pode ser uma string ou array. Arrays serão 'flattened' e seus valores separados por ',' vírgula."
374
-
375
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
376
- msgid "Image"
377
- msgstr "Imagem"
378
-
379
- #: ../classes/settings.php:324
380
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
381
- msgstr "Valor: deverá conter uma URL da imagem ou IDs dos Anexos ( separados por uma ',' vírgula )."
382
-
383
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
384
- msgid "Excerpt"
385
- msgstr "Resumo"
386
-
387
- #: ../classes/settings.php:325
388
- msgid "Value: This will show the first 20 words of the Post content."
389
- msgstr "Valor: Mostrará as primeiras 20 palavras do conteúdo do Post."
390
-
391
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
392
- msgid "Multiple Values"
393
- msgstr "Vários valores"
394
-
395
- #: ../classes/settings.php:326
396
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
397
- msgstr "Valor: Deverá ser um array. Irá 'flatten' qualquer array ( multidimensional )."
398
-
399
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
400
- msgid "Numeric"
401
- msgstr "Numerico"
402
-
403
- #: ../classes/settings.php:327
404
- msgid "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."
405
- 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)."
406
-
407
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
408
- msgid "Date"
409
- msgstr "Data"
410
-
411
- #: ../classes/settings.php:328
412
- msgid "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."
413
- 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>."
414
-
415
- #: ../classes/settings.php:329
416
- msgid "Post Titles"
417
- msgstr "Títulos do Post"
418
-
419
- #: ../classes/settings.php:329
420
- msgid "Value: can be one or more Post ID's (seperated by ',')."
421
- msgstr "Valor: pode ser um ou mais Post ID's (separado por ',')."
422
-
423
- #: ../classes/settings.php:330
424
- msgid "Usernames"
425
- msgstr "Usuários"
426
-
427
- #: ../classes/settings.php:330
428
- msgid "Value: can be one or more User ID's (seperated by ',')."
429
- msgstr "Valor: pode ser um ou mais ID's dos Usuários (separado por ',')."
430
-
431
- #: ../classes/settings.php:331
432
- msgid "Checkmark"
433
- msgstr "Checkmark"
434
-
435
- #: ../classes/settings.php:331
436
- msgid "Value: should be a 1 (one) or 0 (zero)."
437
- msgstr "Valor: deverá ser 1 (um) u 0 (zero)."
438
-
439
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
440
- msgid "Color"
441
- msgstr "Cor"
442
-
443
- #: ../classes/settings.php:332
444
- msgid "Value: hex value color, such as #808080."
445
- msgstr "Valor: Valor hexadecimal, ex: #808080."
446
-
447
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
448
- msgid "Counter"
449
- msgstr "Contador"
450
-
451
- #: ../classes/settings.php:333
452
- msgid "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."
453
- msgstr "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes que a 'meta_key' é usada pelo item."
454
-
455
- #: ../classes/settings.php:422
456
- msgid "Welcome to Admin Columns"
457
- msgstr "Bem vindo ao Admin de Colunas"
458
-
459
- #: ../classes/settings.php:425
460
- msgid "Thank you for updating to the latest version!"
461
- msgstr "Obrigado por atualizar para a última versão!"
462
-
463
- #: ../classes/settings.php:426
464
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
465
- msgstr "Admin de Colunas está mais polido e divertido do que nunca. Esperamos que você goste."
466
-
467
- #: ../classes/settings.php:431
468
- msgid "What’s New"
469
- msgstr "O que há de novo"
470
-
471
- #: ../classes/settings.php:432
472
- msgid "Changelog"
473
- msgstr "Log de Mudanças"
474
-
475
- #: ../classes/settings.php:437
476
- msgid "Important"
477
- msgstr "Importante"
478
-
479
- #: ../classes/settings.php:439
480
- msgid "Database Changes"
481
- msgstr "Alterações no banco de dados"
482
-
483
- #: ../classes/settings.php:440
484
- msgid "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."
485
- 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."
486
-
487
- #: ../classes/settings.php:443
488
- msgid "Make sure you backup your database and then click"
489
- msgstr "Verifique se você realizou o backup do banco de dados antes de continuar"
490
-
491
- #: ../classes/settings.php443, ../classes/upgrade.php:143
492
- msgid "Upgrade Database"
493
- msgstr "Atualização do Banco de Dados"
494
-
495
- #: ../classes/settings.php:446
496
- msgid "Potential Issues"
497
- msgstr "Potenciais Problemas"
498
-
499
- #: ../classes/settings.php:447
500
- msgid "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"
501
- 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"
502
-
503
- #: ../classes/settings.php:447
504
- msgid "Migrating from v1 to v2"
505
- msgstr "Migrando da v1 para v2"
506
-
507
- #: ../classes/settings.php:447
508
- msgid "guide to view the full list of changes."
509
- msgstr "Guia para visualização de todas as alterações."
510
-
511
- #: ../classes/settings.php:447
512
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
513
- msgstr ""
514
-
515
- #: ../classes/settings.php:450
516
- msgid "Important!"
517
- msgstr "Importante!"
518
-
519
- #: ../classes/settings.php:450
520
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
521
- msgstr "Se você atualizou o plugin Admin de Colunas sem o devido conhecimento das mudanças, por favor volte a última versão"
522
-
523
- #: ../classes/settings.php:450
524
- msgid "version 1"
525
- msgstr "versão 1"
526
-
527
- #: ../classes/settings.php:450
528
- msgid "of this plugin."
529
- msgstr "deste plugin."
530
-
531
- #: ../classes/settings.php:456
532
- msgid "Changelog for"
533
- msgstr "Log de alterações para"
534
-
535
- #: ../classes/settings.php471, ../classes/upgrade.php:63
536
- msgid "Learn more"
537
- msgstr "Saiba mais"
538
-
539
- #: ../classes/settings.php:481
540
- msgid "Start using Admin Columns"
541
- msgstr "Comece a usar o Admin de Colunas"
542
-
543
- #: ../classes/settings.php:500
544
- msgid "General Settings"
545
- msgstr "Configurações"
546
-
547
- #: ../classes/settings.php:501
548
- msgid "Customize your Admin Columns settings."
549
- msgstr "Customize as configurações do seu Admin de Colunas."
550
-
551
- #: ../classes/settings.php:512
552
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
553
- msgstr "Mostrar botão \"Editar Colunas\" nas telas de administração. Padrão é: <code>ativado</code>"
554
-
555
- #: ../classes/settings.php:559
556
- msgid "Restore Settings"
557
- msgstr "Restaurar Configurações"
558
-
559
- #: ../classes/settings.php:560
560
- msgid "This will delete all column settings and restore the default settings."
561
- msgstr "Apagará todas as configurações de colunas e restaurar a configuração padrão."
562
-
563
- #: ../classes/settings.php:566
564
- msgid "Restore default settings"
565
- msgstr "Restaurar configuração padrão"
566
-
567
- #: ../classes/settings.php:566
568
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
569
- msgstr ""
570
-
571
- #: ../classes/settings.php:582
572
- msgid "Posttypes"
573
- msgstr "Tipos de Post"
574
-
575
- #: ../classes/settings.php:583
576
- msgid "Others"
577
- msgstr "Outros"
578
-
579
- #: ../classes/settings.php:584
580
- msgid "Taxonomies"
581
- msgstr "Taxonomias"
582
-
583
- #: ../classes/settings.php:600
584
- msgid "Settings"
585
- msgstr "Configurações"
586
-
587
- #: ../classes/settings.php:601
588
- msgid "Add-ons"
589
- msgstr "Complementos"
590
-
591
- #: ../classes/settings.php:669
592
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
593
- msgstr "As colunas para %s são setadas via PHP e portanto não podem ser editadas pelo painel de administração"
594
-
595
- #: ../classes/settings.php:679
596
- msgid "Store settings"
597
- msgstr "Configurações armazenadas"
598
-
599
- #: ../classes/settings.php:687
600
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
601
- msgstr ""
602
-
603
- #: ../classes/settings.php:688
604
- msgid "Restore"
605
- msgstr "Restaurar"
606
-
607
- #: ../classes/settings.php:688
608
- msgid "columns"
609
- msgstr "colunas"
610
-
611
- #: ../classes/settings.php:707
612
- msgid "Get Admin Columns Pro"
613
- msgstr "Obter Admin de Colunas Pro"
614
-
615
- #: ../classes/settings.php:711
616
- msgid "Add Sorting"
617
- msgstr "Adicionar Classificação"
618
-
619
- #: ../classes/settings.php:712
620
- msgid "Add Filtering"
621
- msgstr "Adicionar Filtragem"
622
-
623
- #: ../classes/settings.php:713
624
- msgid "Add Import/Export"
625
- msgstr "Adicionar Importar/Exportar"
626
-
627
- #: ../classes/settings.php:714
628
- msgid "Add Direct Editing"
629
- msgstr "Adicionar Edição Direta"
630
-
631
- #: ../classes/settings.php:717
632
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
633
- msgstr ""
634
-
635
- #: ../classes/settings.php:730
636
- msgid "Subscribe to receive news &amp; updates below."
637
- msgstr ""
638
-
639
- #: ../classes/settings.php:737
640
- msgid "Your Email"
641
- msgstr ""
642
-
643
- #: ../classes/settings.php:748
644
- msgid "Are you happy with Admin Columns?"
645
- msgstr "Você está feliz com o Administrador de Colunas?"
646
-
647
- #: ../classes/settings.php:756
648
- msgid "What's wrong? Need help? Let us know!"
649
- msgstr "Algum problema? Precisa de ajuda? Deixe-nos saber!"
650
-
651
- #: ../classes/settings.php:757
652
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
653
- msgstr "Confira a nossa extensa documentação, ou você pode abrir um tópico de suporte no WordPress.org!"
654
-
655
- #: ../classes/settings.php:765
656
- msgid "Docs"
657
- msgstr "Docs"
658
-
659
- #: ../classes/settings.php:770
660
- msgid "Forums"
661
- msgstr "Forums"
662
-
663
- #: ../classes/settings.php:779
664
- msgid "Woohoo! We're glad to hear that!"
665
- msgstr "Woohoo! Estamos felizes em saber disto!"
666
-
667
- #: ../classes/settings.php:780
668
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
669
- 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!"
670
-
671
- #: ../classes/settings.php:784
672
- msgid "Rate"
673
- msgstr "Avaliar"
674
-
675
- #: ../classes/settings.php:795
676
- msgid "Tweet"
677
- msgstr "Twittar"
678
-
679
- #: ../classes/settings.php:805
680
- msgid "Buy Pro"
681
- msgstr "Comprar versão PRO"
682
-
683
- #: ../classes/settings.php:817
684
- msgid "Support"
685
- msgstr "Suporte"
686
-
687
- #: ../classes/settings.php:820
688
- msgid "Check the <strong>Help</strong> section in the top-right screen."
689
- msgstr "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
690
-
691
- #: ../classes/settings.php:823
692
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
693
- 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>"
694
-
695
- #: ../classes/settings.php:852
696
- msgid "Drag and drop to reorder"
697
- msgstr "Arrastar e solte para reordenar"
698
-
699
- #: ../classes/settings.php:855
700
- msgid "Add Column"
701
- msgstr "Adicionar Coluna"
702
-
703
- #: ../classes/settings.php:936
704
- msgid "Active"
705
- msgstr "Ativar"
706
-
707
- #: ../classes/settings.php:937
708
- msgid "Deactivate"
709
- msgstr "Desativar"
710
-
711
- #: ../classes/settings.php:944
712
- msgid "Installed"
713
- msgstr "Instalado"
714
-
715
- #: ../classes/settings.php:945
716
- msgid "Activate"
717
- msgstr "Ativado"
718
-
719
- #: ../classes/settings.php:959
720
- msgid "Download & Install"
721
- msgstr "Baixar & Instalar"
722
-
723
- #: ../classes/settings.php:964
724
- msgid "Get this add-on"
725
- msgstr "Obter este complemento"
726
-
727
- #: ../classes/storage_model.php:262
728
- msgid "settings succesfully restored."
729
- msgstr "Configurações foram restauradas com sucesso."
730
-
731
- #: ../classes/storage_model.php:278
732
- msgid "No columns settings available."
733
- msgstr "Nenhuma configuração de colunas disponível."
734
-
735
- #: ../classes/storage_model.php:299
736
- msgid "You are trying to store the same settings for %s."
737
- msgstr "Você está tentando armazenar a mesma configuração para %s."
738
-
739
- #: ../classes/storage_model.php:303
740
- msgid "Settings for %s updated successfully."
741
- msgstr "Ajustes para %s atualizados com sucesso."
742
-
743
- #: ../classes/storage_model.php:643
744
- msgid "Columns by Plugins"
745
- msgstr "Colunas por Plugins"
746
-
747
- #: ../classes/storage_model.php:862
748
- msgid "View"
749
- msgstr "Visualizar"
750
-
751
- #: ../classes/upgrade.php:62
752
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
753
- 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"
754
-
755
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
756
- msgid "Upgrade"
757
- msgstr "Atualização"
758
-
759
- #: ../classes/upgrade.php:136
760
- msgid "requires a database upgrade"
761
- msgstr "exige um upgrade no banco de dados"
762
-
763
- #: ../classes/upgrade.php:139
764
- msgid "why?"
765
- msgstr "Por que?"
766
-
767
- #: ../classes/upgrade.php:140
768
- msgid "Please"
769
- msgstr "Por favor"
770
-
771
- #: ../classes/upgrade.php:141
772
- msgid "backup your database"
773
- msgstr "Faça o backup do seu banco de dados"
774
-
775
- #: ../classes/upgrade.php:142
776
- msgid "then click"
777
- msgstr "e clique"
778
-
779
- #: ../classes/upgrade.php:351
780
- msgid "Migrating Column Settings"
781
- msgstr "Migrando as Configurações de Coluna"
782
-
783
- #: ../classes/upgrade.php:387
784
- msgid "No Upgrade Required"
785
- msgstr "Não é necessária a atualização"
786
-
787
- #: ../classes/upgrade.php:388
788
- msgid "Return to welcome screen."
789
- msgstr "Retornar para a tela de bem-vindo."
790
-
791
- #: ../classes/upgrade.php:406
792
- msgid "Upgrade Complete!"
793
- msgstr "Atualização Completa!"
794
-
795
- #: ../classes/upgrade.php:406
796
- msgid "Return to settings."
797
- msgstr "Retornar para configuração"
798
-
799
- #: ../classes/upgrade.php:407
800
- msgid "Error"
801
- msgstr "Erro"
802
-
803
- #: ../classes/upgrade.php:408
804
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
805
- msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
806
-
807
- #: ../classes/column/acf-placeholder.php:19
808
- msgid "ACF Field"
809
- msgstr "Campo do ACF"
810
-
811
- #: ../classes/column/acf-placeholder.php:35
812
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
813
- 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>."
814
-
815
- #: ../classes/column/acf-placeholder.php:38
816
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
817
- 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."
818
-
819
- #: ../classes/column/acf-placeholder.php:44
820
- msgid "Find out more"
821
- msgstr "Saiba mais."
822
-
823
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
824
- msgid "Actions"
825
- msgstr "Ações"
826
-
827
- #: ../classes/column/actions.php:96
828
- msgid "Use icons?"
829
- msgstr "Usar ícones?"
830
-
831
- #: ../classes/column/actions.php:96
832
- msgid "Use icons instead of text for displaying the actions."
833
- msgstr "Usar ícones no lugar de textos para mostrar as ações"
834
-
835
- #: ../classes/column/custom-field.php:96
836
- msgid "Checkmark (true/false)"
837
- msgstr "Checkmark (true/false)"
838
-
839
- #: ../classes/column/custom-field.php:102
840
- msgid "Media Library"
841
- msgstr "Biblioteca de mídia"
842
-
843
- #: ../classes/column/custom-field.php:105
844
- msgid "Post Title (Post ID's)"
845
- msgstr "Título do Post (Post ID's)"
846
-
847
- #: ../classes/column/custom-field.php:106
848
- msgid "Username (User ID's)"
849
- msgstr "Usuário (User ID's)"
850
-
851
- #: ../classes/column/custom-field.php:107
852
- msgid "Term Name (Term ID's)"
853
- msgstr "Nome do Termo (Termo ID's)"
854
-
855
- #: ../classes/column/custom-field.php:391
856
- msgid "Select your custom field."
857
- msgstr "Selecione seu campo personalizado"
858
-
859
- #: ../classes/column/custom-field.php:401
860
- msgid "No custom fields available."
861
- msgstr "Nenhum campo personalizado disponível"
862
-
863
- #: ../classes/column/custom-field.php:401
864
- msgid "Please create a %s item first."
865
- msgstr "Por favor, crie um ítem %s primeiro"
866
-
867
- #: ../classes/column/custom-field.php:408
868
- msgid "Field Type"
869
- msgstr "Tipo de campo"
870
-
871
- #: ../classes/column/custom-field.php:408
872
- msgid "This will determine how the value will be displayed."
873
- msgstr "Isso determinará como o valor será exibido."
874
-
875
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
876
- msgid "Taxonomy"
877
- msgstr "Taxonomia"
878
-
879
- #: ../classes/column/used-by-menu.php:20
880
- msgid "Used by Menu"
881
- msgstr "Usado pelo Menu"
882
-
883
- #: ../classes/column/used-by-menu.php:133
884
- msgid "Link to menu"
885
- msgstr "Link para o menu"
886
-
887
- #: ../classes/column/used-by-menu.php:133
888
- msgid "This will make the title link to the menu."
889
- msgstr "Isso fará o link do título para o menu."
890
-
891
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
892
- msgid "ID"
893
- msgstr "ID"
894
-
895
- #: ../classes/column/comment/agent.php:19
896
- msgid "Agent"
897
- msgstr "Agente"
898
-
899
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
900
- msgid "Approved"
901
- msgstr "Aprovado"
902
-
903
- #: ../classes/column/comment/author-avatar.php:19
904
- msgid "Avatar"
905
- msgstr "Avatar"
906
-
907
- #: ../classes/column/comment/author-email.php:19
908
- msgid "Author email"
909
- msgstr "Email do autor"
910
-
911
- #: ../classes/column/comment/author-ip.php:19
912
- msgid "Author IP"
913
- msgstr "IP do autor"
914
-
915
- #: ../classes/column/comment/author-name.php:12
916
- msgid "Author name"
917
- msgstr "Nome do autor"
918
-
919
- #: ../classes/column/comment/author-url.php:19
920
- msgid "Author url"
921
- msgstr "Url do autor"
922
-
923
- #: ../classes/column/comment/author.php:19
924
- msgid "Author"
925
- msgstr "Autor"
926
-
927
- #: ../classes/column/comment/date-gmt.php:19
928
- msgid "Date GMT"
929
- msgstr "Data GMT"
930
-
931
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
932
- msgid "Content"
933
- msgstr "Conteúdo"
934
-
935
- #: ../classes/column/comment/post.php:19
936
- msgid "Post"
937
- msgstr ""
938
-
939
- #: ../classes/column/comment/reply-to.php:19
940
- msgid "In Reply To"
941
- msgstr "Em resposta à"
942
-
943
- #: ../classes/column/comment/user.php:11
944
- msgid "User"
945
- msgstr "Usuário"
946
-
947
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
948
- msgid "Word count"
949
- msgstr "Contador de palavras"
950
-
951
- #: ../classes/column/media/alternate-text.php:19
952
- msgid "Alt"
953
- msgstr "Alt"
954
-
955
- #: ../classes/column/media/attached-to.php:19
956
- msgid "Attached to post"
957
- msgstr "Anexar ao post"
958
-
959
- #: ../classes/column/media/available-sizes.php:20
960
- msgid "Available Sizes"
961
- msgstr "Tamanhos disponíveis"
962
-
963
- #: ../classes/column/media/available-sizes.php:40
964
- msgid "full size"
965
- msgstr "Tamanho completo"
966
-
967
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
968
- msgid "Caption"
969
- msgstr "Subtítulo"
970
-
971
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
972
- msgid "Description"
973
- msgstr "Descrição"
974
-
975
- #: ../classes/column/media/dimensions.php:19
976
- msgid "Dimensions"
977
- msgstr "Dimensões"
978
-
979
- #: ../classes/column/media/exif-data.php:19
980
- msgid "EXIF data"
981
- msgstr "Dados EXIF"
982
-
983
- #: ../classes/column/media/exif-data.php:38
984
- msgid "Aperture"
985
- msgstr "Abertura"
986
-
987
- #: ../classes/column/media/exif-data.php:39
988
- msgid "Credit"
989
- msgstr "Crédito"
990
-
991
- #: ../classes/column/media/exif-data.php:40
992
- msgid "Camera"
993
- msgstr "Câmera"
994
-
995
- #: ../classes/column/media/exif-data.php:42
996
- msgid "Timestamp"
997
- msgstr "Timestamp"
998
-
999
- #: ../classes/column/media/exif-data.php:43
1000
- msgid "Copyright EXIF"
1001
- msgstr "EXIF Copyright"
1002
-
1003
- #: ../classes/column/media/exif-data.php:44
1004
- msgid "Focal Length"
1005
- msgstr "Distância Focal"
1006
-
1007
- #: ../classes/column/media/exif-data.php:45
1008
- msgid "ISO"
1009
- msgstr "ISO"
1010
-
1011
- #: ../classes/column/media/exif-data.php:46
1012
- msgid "Shutter Speed"
1013
- msgstr "Velocidade do obturador"
1014
-
1015
- #: ../classes/column/media/exif-data.php:47
1016
- msgid "Title"
1017
- msgstr "Título"
1018
-
1019
- #: ../classes/column/media/file-name.php:19
1020
- msgid "File name"
1021
- msgstr "Nome do arquivo"
1022
-
1023
- #: ../classes/column/media/file-size.php:19
1024
- msgid "File size"
1025
- msgstr "Tamanho do arquivo"
1026
-
1027
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1028
- msgid "Full path"
1029
- msgstr "Caminho completo"
1030
-
1031
- #: ../classes/column/media/full-path.php:83
1032
- msgid "Path scope"
1033
- msgstr "Extensão do caminho"
1034
-
1035
- #: ../classes/column/media/full-path.php:84
1036
- msgid "Part of the file path to display"
1037
- msgstr "Parte do caminho do arquivo para exibir"
1038
-
1039
- #: ../classes/column/media/full-path.php:97
1040
- msgid "Relative to domain"
1041
- msgstr "Relativo ao domínio"
1042
-
1043
- #: ../classes/column/media/full-path.php:102
1044
- msgid "Relative to main uploads folder "
1045
- msgstr "Relativo à pasta principal de upload"
1046
-
1047
- #: ../classes/column/media/height.php:19
1048
- msgid "Height"
1049
- msgstr "Altura"
1050
-
1051
- #: ../classes/column/media/mime-type.php:19
1052
- msgid "Mime type"
1053
- msgstr "Mime type"
1054
-
1055
- #: ../classes/column/post/attachment-count.php:19
1056
- msgid "No. of Attachments"
1057
- msgstr "No. de Anexos"
1058
-
1059
- #: ../classes/column/post/attachment.php:19
1060
- msgid "Attachments"
1061
- msgstr "Anexos"
1062
-
1063
- #: ../classes/column/post/author-name.php:20
1064
- msgid "Display Author As"
1065
- msgstr "Exibir Autor Como"
1066
-
1067
- #: ../classes/column/post/author-name.php:100
1068
- msgid "View Public Author Page"
1069
- msgstr ""
1070
-
1071
- #: ../classes/column/post/author-name.php:102
1072
- msgid "Page the author name should link to."
1073
- msgstr ""
1074
-
1075
- #: ../classes/column/post/before-moretag.php:19
1076
- msgid "Before More Tag"
1077
- msgstr "Antes de Mais Tag"
1078
-
1079
- #: ../classes/column/post/comment-count.php:20
1080
- msgid "Comment count"
1081
- msgstr "Contagem de Comentário"
1082
-
1083
- #: ../classes/column/post/comment-count.php:34
1084
- msgid "Total"
1085
- msgstr "Total"
1086
-
1087
- #: ../classes/column/post/comment-count.php:36
1088
- msgid "Pending"
1089
- msgstr "Pendente"
1090
-
1091
- #: ../classes/column/post/comment-count.php:37
1092
- msgid "Spam"
1093
- msgstr "Spam"
1094
-
1095
- #: ../classes/column/post/comment-count.php:38
1096
- msgid "Trash"
1097
- msgstr "Lixeira"
1098
-
1099
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1100
- msgid "Comment status"
1101
- msgstr "Status do Comentário"
1102
-
1103
- #: ../classes/column/post/comment-count.php:99
1104
- msgid "Select which comment status you like to display."
1105
- msgstr "Selecione qual status de comentário para exibição."
1106
-
1107
- #: ../classes/column/post/depth.php:19
1108
- msgid "Depth"
1109
- msgstr "Profundidade"
1110
-
1111
- #: ../classes/column/post/estimated-reading-time.php:19
1112
- msgid "Estimated Reading Time"
1113
- msgstr "Tempo Estimado de Leitura"
1114
-
1115
- #: ../classes/column/post/estimated-reading-time.php:66
1116
- msgid "second"
1117
- msgid_plural "seconds"
1118
- msgstr[0] "segundo"
1119
- msgstr[1] "segundos"
1120
-
1121
- #: ../classes/column/post/estimated-reading-time.php:69
1122
- msgid "minute"
1123
- msgid_plural "minutes"
1124
- msgstr[0] "minuto"
1125
- msgstr[1] "minutos"
1126
-
1127
- #: ../classes/column/post/estimated-reading-time.php:107
1128
- msgid "Words per minute"
1129
- msgstr "Palavras por minuto"
1130
-
1131
- #: ../classes/column/post/estimated-reading-time.php:108
1132
- msgid "Estimated reading time in words per minute"
1133
- msgstr "Tempo estimado de leitura em palavras por minuto"
1134
-
1135
- #: ../classes/column/post/featured-image.php:19
1136
- msgid "Featured Image"
1137
- msgstr "Imagem Destacada"
1138
-
1139
- #: ../classes/column/post/formats.php:19
1140
- msgid "Post Format"
1141
- msgstr "Formato do Post"
1142
-
1143
- #: ../classes/column/post/last-modified-author.php:20
1144
- msgid "Last Modified Author"
1145
- msgstr "Último Autor Modificado"
1146
-
1147
- #: ../classes/column/post/modified.php:19
1148
- msgid "Last modified"
1149
- msgstr "Última modificação"
1150
-
1151
- #: ../classes/column/post/order.php:19
1152
- msgid "Order"
1153
- msgstr "Ordem"
1154
-
1155
- #: ../classes/column/post/page-template.php:19
1156
- msgid "Page Template"
1157
- msgstr "Template da Página"
1158
-
1159
- #: ../classes/column/post/parent.php:19
1160
- msgid "Parent"
1161
- msgstr "Pai"
1162
-
1163
- #: ../classes/column/post/path.php:19
1164
- msgid "Path"
1165
- msgstr "Caminho"
1166
-
1167
- #: ../classes/column/post/permalink.php:19
1168
- msgid "Permalink"
1169
- msgstr "Permalink"
1170
-
1171
- #: ../classes/column/post/permalink.php:68
1172
- msgid "Link to post"
1173
- msgstr "Link para o post"
1174
-
1175
- #: ../classes/column/post/permalink.php:68
1176
- msgid "This will make the permalink clickable."
1177
- msgstr "Isso fará com que o permalink seja clicável."
1178
-
1179
- #: ../classes/column/post/ping-status.php:19
1180
- msgid "Ping status"
1181
- msgstr "Ping status"
1182
-
1183
- #: ../classes/column/post/roles.php:19
1184
- msgid "Roles"
1185
- msgstr "Regras"
1186
-
1187
- #: ../classes/column/post/shortcodes.php:19
1188
- msgid "Shortcodes"
1189
- msgstr "Shortcodes"
1190
-
1191
- #: ../classes/column/post/slug.php:19
1192
- msgid "Slug"
1193
- msgstr "Slug"
1194
-
1195
- #: ../classes/column/post/status.php:21
1196
- msgid "Status"
1197
- msgstr "Status"
1198
-
1199
- #: ../classes/column/post/sticky.php:19
1200
- msgid "Sticky"
1201
- msgstr "Sticky"
1202
-
1203
- #: ../classes/column/post/title-raw.php:19
1204
- msgid "Title without actions"
1205
- msgstr "Título sem ações"
1206
-
1207
- #: ../classes/column/link/length.php:19
1208
- msgid "Length"
1209
- msgstr "Quantidade"
1210
-
1211
- #: ../classes/column/link/notes.php:19
1212
- msgid "Notes"
1213
- msgstr "Notas"
1214
-
1215
- #: ../classes/column/link/owner.php:19
1216
- msgid "Owner"
1217
- msgstr "Proprietário"
1218
-
1219
- #: ../classes/column/link/rss.php:19
1220
- msgid "Rss"
1221
- msgstr "Rss"
1222
-
1223
- #: ../classes/column/link/target.php:19
1224
- msgid "Target"
1225
- msgstr "Alvo"
1226
-
1227
- #: ../classes/column/user/display-name.php:19
1228
- msgid "Display name"
1229
- msgstr "Nome de exibição"
1230
-
1231
- #: ../classes/column/user/first-name.php:19
1232
- msgid "First name"
1233
- msgstr "Primeiro nome"
1234
-
1235
- #: ../classes/column/user/last-name.php:19
1236
- msgid "Last name"
1237
- msgstr "Sobrenome"
1238
-
1239
- #: ../classes/column/user/post-count.php:19
1240
- msgid "Post Count"
1241
- msgstr "Contador de Post"
1242
-
1243
- #: ../classes/column/user/post-count.php:89
1244
- msgid "Post Type"
1245
- msgstr "Tipo de Post"
1246
-
1247
- #: ../classes/column/user/registered.php:19
1248
- msgid "Registered"
1249
- msgstr "Registrado"
1250
-
1251
- #: ../classes/column/user/rich-editing.php:19
1252
- msgid "Visual Editor"
1253
- msgstr "Editor Visual"
1254
-
1255
- #: ../classes/column/user/url.php:19
1256
- msgid "Url"
1257
- msgstr "Url"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-ru_RU.mo CHANGED
Binary file
languages/codepress-admin-columns-ru_RU.po DELETED
@@ -1,1258 +0,0 @@
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 15:26+0200\n"
9
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
19
- "POT-Creation-Date: \n"
20
- "X-Generator: Poedit 1.8.5\n"
21
- "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.js\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 "Advanced Custom Fields"
35
-
36
- #: ../classes/addons.php:136
37
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in 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 "Enhance the products, orders and coupons overviews with new columns and inline editing."
46
- msgstr ""
47
-
48
- #: ../classes/column.php:624
49
- msgid "Thumbnail"
50
- msgstr "Миниатюра"
51
-
52
- #: ../classes/column.php:625
53
- msgid "Medium"
54
- msgstr "Средний"
55
-
56
- #: ../classes/column.php:626
57
- msgid "Large"
58
- msgstr "Большой"
59
-
60
- #: ../classes/column.php:627
61
- msgid "Full"
62
- msgstr "Полный"
63
-
64
- #: ../classes/column.php:1059
65
- msgid "Exact match"
66
- msgstr ""
67
-
68
- #: ../classes/column.php:1060
69
- msgid "Lesser than"
70
- msgstr ""
71
-
72
- #: ../classes/column.php:1061
73
- msgid "Greater than"
74
- msgstr ""
75
-
76
- #: ../classes/column.php:1062
77
- msgid "Between"
78
- msgstr ""
79
-
80
- #: ../classes/column.php:1089
81
- msgid "Date Format"
82
- msgstr "Формат даты"
83
-
84
- #: ../classes/column.php:1090
85
- msgid "This will determine how the date will be displayed."
86
- msgstr "Это определяет отображение даты."
87
-
88
- #: ../classes/column.php:1096
89
- msgid "Example:"
90
- msgstr "Пример:"
91
-
92
- #: ../classes/column.php:1098
93
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
94
- msgstr ""
95
-
96
- #: ../classes/column.php:1099
97
- msgid "Documentation on date and time formatting."
98
- msgstr "Документация по форматированию даты и времени."
99
-
100
- #: ../classes/column.php:1113
101
- msgid "Excerpt length"
102
- msgstr "Длина отрывка"
103
-
104
- #: ../classes/column.php:1114
105
- msgid "Number of words"
106
- msgstr "Количество слов"
107
-
108
- #: ../classes/column.php:1132
109
- msgid "Preview size"
110
- msgstr "Размер просмотра"
111
-
112
- #: ../classes/column.php1149, ../classes/storage_model.php:642
113
- msgid "Custom"
114
- msgstr "Пользовательский"
115
-
116
- #: ../classes/column.php1152, ../classes/column.php:1328
117
- msgid "width"
118
- msgstr "ширина"
119
-
120
- #: ../classes/column.php:1155
121
- msgid "height"
122
- msgstr "высота"
123
-
124
- #: ../classes/column.php:1167
125
- msgid "Before"
126
- msgstr "Перед"
127
-
128
- #: ../classes/column.php:1167
129
- msgid "This text will appear before the custom field value."
130
- msgstr "Этот текст появится перед значением настраиваемого поля."
131
-
132
- #: ../classes/column.php:1168
133
- msgid "After"
134
- msgstr "После"
135
-
136
- #: ../classes/column.php:1168
137
- msgid "This text will appear after the custom field value."
138
- msgstr "Этот текст появится перед значением настраиваемого поля."
139
-
140
- #: ../classes/column.php:1177
141
- msgid "Display Name"
142
- msgstr "Отображаемое имя"
143
-
144
- #: ../classes/column.php1178, ../classes/settings.php:733
145
- msgid "First Name"
146
- msgstr "Имя"
147
-
148
- #: ../classes/column.php:1179
149
- msgid "Last Name"
150
- msgstr "Фамилия"
151
-
152
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
153
- msgid "Nickname"
154
- msgstr "Ник"
155
-
156
- #: ../classes/column.php:1181
157
- msgid "User Login"
158
- msgstr "Логин пользователя"
159
-
160
- #: ../classes/column.php:1182
161
- msgid "User Email"
162
- msgstr "Email пользователя"
163
-
164
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
165
- msgid "User ID"
166
- msgstr "ID пользователя"
167
-
168
- #: ../classes/column.php:1184
169
- msgid "First and Last Name"
170
- msgstr "Имя и Фамилия"
171
-
172
- #: ../classes/column.php:1187
173
- msgid "Display format"
174
- msgstr ""
175
-
176
- #: ../classes/column.php:1187
177
- msgid "This is the format of the author name."
178
- msgstr "Формат имени автора."
179
-
180
- #: ../classes/column.php:1350
181
- msgid "Edit"
182
- msgstr "Редактировать"
183
-
184
- #: ../classes/column.php1352, ../classes/column.php:1444
185
- msgid "Clone"
186
- msgstr ""
187
-
188
- #: ../classes/column.php:1354
189
- msgid "Remove"
190
- msgstr "Удалить"
191
-
192
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
193
- msgid "Type"
194
- msgstr "Тип"
195
-
196
- #: ../classes/column.php:1372
197
- msgid "Choose a column type."
198
- msgstr "Выбрать тип колонки"
199
-
200
- #: ../classes/column.php:1372
201
- msgid "Name"
202
- msgstr ""
203
-
204
- #: ../classes/column.php:1382
205
- msgid "Label"
206
- msgstr "Метка"
207
-
208
- #: ../classes/column.php:1382
209
- msgid "This is the name which will appear as the column header."
210
- msgstr "Это имя, которое будет отображаться в качестве заголовка столбца."
211
-
212
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
213
- msgid "Width"
214
- msgstr "Ширина"
215
-
216
- #: ../classes/column.php:1391
217
- msgid "default"
218
- msgstr "по умолчанию"
219
-
220
- #: ../classes/column.php:1392
221
- msgid "auto"
222
- msgstr ""
223
-
224
- #: ../classes/column.php:1466
225
- msgid "Property To Display"
226
- msgstr ""
227
-
228
- #: ../classes/column.php:1472
229
- msgid "Post property to display for related post(s)."
230
- msgstr ""
231
-
232
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
233
- msgid "Link To"
234
- msgstr ""
235
-
236
- #: ../classes/column.php:1489
237
- msgid "Edit Post Author"
238
- msgstr ""
239
-
240
- #: ../classes/column.php:1490
241
- msgid "View Public Post Author Page"
242
- msgstr ""
243
-
244
- #: ../classes/column.php:1492
245
- msgid "Page the posts should link to."
246
- msgstr ""
247
-
248
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
249
- msgid "Admin Columns"
250
- msgstr "Admin Columns"
251
-
252
- #: ../classes/review_notice.php:58
253
- msgid "Admin Columns Pro"
254
- msgstr ""
255
-
256
- #: ../classes/review_notice.php:68
257
- msgid "click here"
258
- msgstr ""
259
-
260
- #: ../classes/review_notice.php:72
261
- msgid "Leave a review!"
262
- msgstr ""
263
-
264
- #: ../classes/review_notice.php:73
265
- msgid "Permanently hide notice"
266
- msgstr ""
267
-
268
- #: ../classes/review_notice.php:80
269
- msgid "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."
270
- msgstr ""
271
-
272
- #: ../classes/review_notice.php:82
273
- msgid "documentation page"
274
- msgstr ""
275
-
276
- #: ../classes/review_notice.php:86
277
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
278
- msgstr ""
279
-
280
- #: ../classes/review_notice.php:87
281
- msgid "our forums"
282
- msgstr ""
283
-
284
- #: ../classes/review_notice.php:91
285
- msgid "You can also find help on the %s, and %s."
286
- msgstr ""
287
-
288
- #: ../classes/review_notice.php:92
289
- msgid "Admin Columns forums on WordPress.org"
290
- msgstr ""
291
-
292
- #: ../classes/review_notice.php:93
293
- msgid "find answers to some frequently asked questions"
294
- msgstr ""
295
-
296
- #: ../classes/settings.php:113
297
- msgid "Add-on successfully activated."
298
- msgstr "Дополнение успешно активировано."
299
-
300
- #: ../classes/settings.php:116
301
- msgid "Add-on successfully deactivated."
302
- msgstr "Дополнение успешно деактивировано."
303
-
304
- #: ../classes/settings.php:170
305
- msgid "Admin Columns Settings"
306
- msgstr "Настройки Admin Columns"
307
-
308
- #: ../classes/settings.php:228
309
- msgid "%s column is already present and can not be duplicated."
310
- msgstr "%s колонка уже существует и не может быть продублирована."
311
-
312
- #: ../classes/settings.php:284
313
- msgid "Default settings succesfully restored."
314
- msgstr "Настройки по умолчанию успешно восстановлены."
315
-
316
- #: ../classes/settings.php:301
317
- msgid "Overview"
318
- msgstr "Обзор"
319
-
320
- #: ../classes/settings.php:304
321
- msgid "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."
322
- msgstr "Этот плагин предназначен для добавления и удаления дополнительных столбцов на экраны администрирования для записей, страниц, библиотеки, комментариев, ссылок и пользователей. Изменяйте метки столбцов и изменяйте их порядок."
323
-
324
- #: ../classes/settings.php:307
325
- msgid "Basics"
326
- msgstr "Основы"
327
-
328
- #: ../classes/settings.php:309
329
- msgid "Change order"
330
- msgstr "Изменить порядок"
331
-
332
- #: ../classes/settings.php:310
333
- msgid "By dragging the columns you can change the order which they will appear in."
334
- msgstr "Перетаскивая столбцы, Вы можете изменить порядок их расположения."
335
-
336
- #: ../classes/settings.php:311
337
- msgid "Change label"
338
- msgstr "Изменить метку"
339
-
340
- #: ../classes/settings.php:312
341
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
342
- msgstr "Нажав на треугольник, вы увидите настройки колонки. Здесь вы можете изменить метки заголовков колонок."
343
-
344
- #: ../classes/settings.php:313
345
- msgid "Change column width"
346
- msgstr "Изменить ширину столбца"
347
-
348
- #: ../classes/settings.php:314
349
- msgid "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."
350
- msgstr "Нажав на треугольник вы увидите настройки колонки. С помощью перетаскивания ползунка можно установить ширину столбцов в процентах."
351
-
352
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
353
- msgid "Custom Field"
354
- msgstr "Пользовательское поле"
355
-
356
- #: ../classes/settings.php:320
357
- msgid "'Custom Field' column"
358
- msgstr "Столбец 'Custom Field'"
359
-
360
- #: ../classes/settings.php:321
361
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
362
- msgstr "Столбец пользовательского поля использует поля постов и пользователей. Существует 10 типов, которые вы можете установить."
363
-
364
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
365
- msgid "Default"
366
- msgstr "По умолчанию"
367
-
368
- #: ../classes/settings.php:323
369
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
370
- msgstr "Значение: Может быть строкой или массивом. Массив будет сведен и значения будут разделяться ',' запятой."
371
-
372
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
373
- msgid "Image"
374
- msgstr "Изображение"
375
-
376
- #: ../classes/settings.php:324
377
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
378
- msgstr "Значение: должно содержать URL изображения или Attachment IDs, (разделенные ',' запятой)."
379
-
380
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
381
- msgid "Excerpt"
382
- msgstr "Отрывок"
383
-
384
- #: ../classes/settings.php:325
385
- msgid "Value: This will show the first 20 words of the Post content."
386
- msgstr "Значение: Это покажет первые 20 слов содержания поста."
387
-
388
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
389
- msgid "Multiple Values"
390
- msgstr "Несколько значений"
391
-
392
- #: ../classes/settings.php:326
393
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
394
- msgstr "Значение: должно быть массивом. Будут сведены любые многомерные масиивы."
395
-
396
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
397
- msgid "Numeric"
398
- msgstr "Числовой"
399
-
400
- #: ../classes/settings.php:327
401
- msgid "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."
402
- msgstr "Значение:. Целые только <br/> Если у вас есть 'сортировочный аддон', то будут использоваться для сортировки, так что вы можете сортировать свои сообщения по числовым значениям пользовательских полей."
403
-
404
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
405
- msgid "Date"
406
- msgstr "Дата"
407
-
408
- #: ../classes/settings.php:328
409
- msgid "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."
410
- msgstr "Value: Может быть Unix-штамп времени или формат даты, как описано в <a href='%s'>Кодексе</a>. Вы можете изменить выходной формат даты на странице <a href='%s'>общих настроек</a>."
411
-
412
- #: ../classes/settings.php:329
413
- msgid "Post Titles"
414
- msgstr "Заголовки постов"
415
-
416
- #: ../classes/settings.php:329
417
- msgid "Value: can be one or more Post ID's (seperated by ',')."
418
- msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
419
-
420
- #: ../classes/settings.php:330
421
- msgid "Usernames"
422
- msgstr "Имена пользователей"
423
-
424
- #: ../classes/settings.php:330
425
- msgid "Value: can be one or more User ID's (seperated by ',')."
426
- msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
427
-
428
- #: ../classes/settings.php:331
429
- msgid "Checkmark"
430
- msgstr "Галочка"
431
-
432
- #: ../classes/settings.php:331
433
- msgid "Value: should be a 1 (one) or 0 (zero)."
434
- msgstr "Значение: должно быть 1 или 0."
435
-
436
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
437
- msgid "Color"
438
- msgstr "Цвет"
439
-
440
- #: ../classes/settings.php:332
441
- msgid "Value: hex value color, such as #808080."
442
- msgstr "Значение: значение цвета в HEX-формате, например #808080."
443
-
444
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
445
- msgid "Counter"
446
- msgstr "Счетчик"
447
-
448
- #: ../classes/settings.php:333
449
- msgid "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."
450
- msgstr "Значение: Может быть строкой или массивом. Это покажет какое количества раз мета ключ использовался объектом."
451
-
452
- #: ../classes/settings.php:422
453
- msgid "Welcome to Admin Columns"
454
- msgstr "Добро пожаловать в Admin Columns"
455
-
456
- #: ../classes/settings.php:425
457
- msgid "Thank you for updating to the latest version!"
458
- msgstr "Спасибо за обновление до последней версии!"
459
-
460
- #: ../classes/settings.php:426
461
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
462
- msgstr "Admin Columns сейчас более изысканный и приятный, чем когда-либо прежде. Мы надеемся, вам понравится."
463
-
464
- #: ../classes/settings.php:431
465
- msgid "What’s New"
466
- msgstr "Что нового"
467
-
468
- #: ../classes/settings.php:432
469
- msgid "Changelog"
470
- msgstr "История изменений"
471
-
472
- #: ../classes/settings.php:437
473
- msgid "Important"
474
- msgstr "Важно"
475
-
476
- #: ../classes/settings.php:439
477
- msgid "Database Changes"
478
- msgstr "Изменения базы данных"
479
-
480
- #: ../classes/settings.php:440
481
- msgid "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."
482
- msgstr "База данных была изменена между версиями 1 и 2. Но мы убедились, что вы все еще можете вернуться к версии 1х без каких-либо проблем."
483
-
484
- #: ../classes/settings.php:443
485
- msgid "Make sure you backup your database and then click"
486
- msgstr "Убедитесь, что вы сделали резервную копию базы данных, а затем нажмите"
487
-
488
- #: ../classes/settings.php443, ../classes/upgrade.php:143
489
- msgid "Upgrade Database"
490
- msgstr "Обновить базу данных"
491
-
492
- #: ../classes/settings.php:446
493
- msgid "Potential Issues"
494
- msgstr "Потенциальные проблемы"
495
-
496
- #: ../classes/settings.php:447
497
- msgid "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"
498
- msgstr "Сделав значительную реорганизацию кода плагинов и фильтров, ваш сайт может работать неправильно. Важно, чтобы вы прочитали полное"
499
-
500
- #: ../classes/settings.php:447
501
- msgid "Migrating from v1 to v2"
502
- msgstr "Переход от v1 до v2"
503
-
504
- #: ../classes/settings.php:447
505
- msgid "guide to view the full list of changes."
506
- msgstr "руководство, чтобы увидеть полный список изменений."
507
-
508
- #: ../classes/settings.php:447
509
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
510
- msgstr ""
511
-
512
- #: ../classes/settings.php:450
513
- msgid "Important!"
514
- msgstr "Важно!"
515
-
516
- #: ../classes/settings.php:450
517
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
518
- msgstr "Если вы обновили плагин Admin Columns без предварительного знания о таких изменениях, пожалуйста сделайте откат к последней"
519
-
520
- #: ../classes/settings.php:450
521
- msgid "version 1"
522
- msgstr "версии 1"
523
-
524
- #: ../classes/settings.php:450
525
- msgid "of this plugin."
526
- msgstr "этого плагина."
527
-
528
- #: ../classes/settings.php:456
529
- msgid "Changelog for"
530
- msgstr "История изменений для"
531
-
532
- #: ../classes/settings.php471, ../classes/upgrade.php:63
533
- msgid "Learn more"
534
- msgstr "Изучить больше"
535
-
536
- #: ../classes/settings.php:481
537
- msgid "Start using Admin Columns"
538
- msgstr "начать, используя Admin Columns"
539
-
540
- #: ../classes/settings.php:500
541
- msgid "General Settings"
542
- msgstr "Общие настройки"
543
-
544
- #: ../classes/settings.php:501
545
- msgid "Customize your Admin Columns settings."
546
- msgstr "Настроить параметры Admin Columns."
547
-
548
- #: ../classes/settings.php:512
549
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
550
- msgstr ""
551
-
552
- #: ../classes/settings.php:559
553
- msgid "Restore Settings"
554
- msgstr "Восстановить настройки"
555
-
556
- #: ../classes/settings.php:560
557
- msgid "This will delete all column settings and restore the default settings."
558
- msgstr "Это удалит все настройки столбцов и восстановит настройки по умолчанию."
559
-
560
- #: ../classes/settings.php:566
561
- msgid "Restore default settings"
562
- msgstr "Восстановить настройки по умолчанию"
563
-
564
- #: ../classes/settings.php:566
565
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
566
- msgstr ""
567
-
568
- #: ../classes/settings.php:582
569
- msgid "Posttypes"
570
- msgstr "Типы постов"
571
-
572
- #: ../classes/settings.php:583
573
- msgid "Others"
574
- msgstr "Другое"
575
-
576
- #: ../classes/settings.php:584
577
- msgid "Taxonomies"
578
- msgstr "Таксономии"
579
-
580
- #: ../classes/settings.php:600
581
- msgid "Settings"
582
- msgstr "Настройки"
583
-
584
- #: ../classes/settings.php:601
585
- msgid "Add-ons"
586
- msgstr "Дополнения"
587
-
588
- #: ../classes/settings.php:669
589
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
590
- msgstr ""
591
-
592
- #: ../classes/settings.php:679
593
- msgid "Store settings"
594
- msgstr "Настройки памяти"
595
-
596
- #: ../classes/settings.php:687
597
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
598
- msgstr ""
599
-
600
- #: ../classes/settings.php:688
601
- msgid "Restore"
602
- msgstr "Восстановить"
603
-
604
- #: ../classes/settings.php:688
605
- msgid "columns"
606
- msgstr "столбцы"
607
-
608
- #: ../classes/settings.php:707
609
- msgid "Get Admin Columns Pro"
610
- msgstr "Получить Admin Columns Pro"
611
-
612
- #: ../classes/settings.php:711
613
- msgid "Add Sorting"
614
- msgstr "Добавить сортировку"
615
-
616
- #: ../classes/settings.php:712
617
- msgid "Add Filtering"
618
- msgstr "Добавить фильтрацию"
619
-
620
- #: ../classes/settings.php:713
621
- msgid "Add Import/Export"
622
- msgstr "Добавить Импорт/Экспорт"
623
-
624
- #: ../classes/settings.php:714
625
- msgid "Add Direct Editing"
626
- msgstr "Добавить Прямое редактирование"
627
-
628
- #: ../classes/settings.php:717
629
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
630
- msgstr ""
631
-
632
- #: ../classes/settings.php:730
633
- msgid "Subscribe to receive news &amp; updates below."
634
- msgstr ""
635
-
636
- #: ../classes/settings.php:737
637
- msgid "Your Email"
638
- msgstr ""
639
-
640
- #: ../classes/settings.php:748
641
- msgid "Are you happy with Admin Columns?"
642
- msgstr ""
643
-
644
- #: ../classes/settings.php:756
645
- msgid "What's wrong? Need help? Let us know!"
646
- msgstr ""
647
-
648
- #: ../classes/settings.php:757
649
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
650
- msgstr ""
651
-
652
- #: ../classes/settings.php:765
653
- msgid "Docs"
654
- msgstr ""
655
-
656
- #: ../classes/settings.php:770
657
- msgid "Forums"
658
- msgstr ""
659
-
660
- #: ../classes/settings.php:779
661
- msgid "Woohoo! We're glad to hear that!"
662
- msgstr ""
663
-
664
- #: ../classes/settings.php:780
665
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
666
- msgstr ""
667
-
668
- #: ../classes/settings.php:784
669
- msgid "Rate"
670
- msgstr ""
671
-
672
- #: ../classes/settings.php:795
673
- msgid "Tweet"
674
- msgstr ""
675
-
676
- #: ../classes/settings.php:805
677
- msgid "Buy Pro"
678
- msgstr ""
679
-
680
- #: ../classes/settings.php:817
681
- msgid "Support"
682
- msgstr "Поддержка"
683
-
684
- #: ../classes/settings.php:820
685
- msgid "Check the <strong>Help</strong> section in the top-right screen."
686
- msgstr "Проверьте раздел <strong>Помощь</strong> в правом верхнем углу."
687
-
688
- #: ../classes/settings.php:823
689
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
690
- msgstr "Для получения полной документации, отчетов об ошибках, особых предложений и других материалов <a href='%s'>посетите сайт Admin Columns</a>"
691
-
692
- #: ../classes/settings.php:852
693
- msgid "Drag and drop to reorder"
694
- msgstr "Перетащите, чтобы изменить порядок"
695
-
696
- #: ../classes/settings.php:855
697
- msgid "Add Column"
698
- msgstr "Добавить столбец"
699
-
700
- #: ../classes/settings.php:936
701
- msgid "Active"
702
- msgstr "Активно"
703
-
704
- #: ../classes/settings.php:937
705
- msgid "Deactivate"
706
- msgstr "Деактивировать"
707
-
708
- #: ../classes/settings.php:944
709
- msgid "Installed"
710
- msgstr "Установлено"
711
-
712
- #: ../classes/settings.php:945
713
- msgid "Activate"
714
- msgstr "Активировать"
715
-
716
- #: ../classes/settings.php:959
717
- msgid "Download & Install"
718
- msgstr "Загрузить и установить"
719
-
720
- #: ../classes/settings.php:964
721
- msgid "Get this add-on"
722
- msgstr "Получить это дополнение"
723
-
724
- #: ../classes/storage_model.php:262
725
- msgid "settings succesfully restored."
726
- msgstr "настройки успешно восстановлены."
727
-
728
- #: ../classes/storage_model.php:278
729
- msgid "No columns settings available."
730
- msgstr "Нет доступных настроек столбцов."
731
-
732
- #: ../classes/storage_model.php:299
733
- msgid "You are trying to store the same settings for %s."
734
- msgstr "Вы пытаетесь сохранить те же настройки для %s."
735
-
736
- #: ../classes/storage_model.php:303
737
- msgid "Settings for %s updated successfully."
738
- msgstr ""
739
-
740
- #: ../classes/storage_model.php:643
741
- msgid "Columns by Plugins"
742
- msgstr ""
743
-
744
- #: ../classes/storage_model.php:862
745
- msgid "View"
746
- msgstr "Смотреть"
747
-
748
- #: ../classes/upgrade.php:62
749
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
750
- msgstr ""
751
-
752
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
753
- msgid "Upgrade"
754
- msgstr "Обновить"
755
-
756
- #: ../classes/upgrade.php:136
757
- msgid "requires a database upgrade"
758
- msgstr "требуется обновление базы данных"
759
-
760
- #: ../classes/upgrade.php:139
761
- msgid "why?"
762
- msgstr "почему?"
763
-
764
- #: ../classes/upgrade.php:140
765
- msgid "Please"
766
- msgstr "Пожалуйста"
767
-
768
- #: ../classes/upgrade.php:141
769
- msgid "backup your database"
770
- msgstr "создайте резервную копию базы данных"
771
-
772
- #: ../classes/upgrade.php:142
773
- msgid "then click"
774
- msgstr "затем нажмите"
775
-
776
- #: ../classes/upgrade.php:351
777
- msgid "Migrating Column Settings"
778
- msgstr "Перенос настроек столбцов"
779
-
780
- #: ../classes/upgrade.php:387
781
- msgid "No Upgrade Required"
782
- msgstr "Обновление не требуется"
783
-
784
- #: ../classes/upgrade.php:388
785
- msgid "Return to welcome screen."
786
- msgstr "Вернуться на начальный экран."
787
-
788
- #: ../classes/upgrade.php:406
789
- msgid "Upgrade Complete!"
790
- msgstr "Обновление завершено!"
791
-
792
- #: ../classes/upgrade.php:406
793
- msgid "Return to settings."
794
- msgstr "Возврат к настройкам."
795
-
796
- #: ../classes/upgrade.php:407
797
- msgid "Error"
798
- msgstr "Ошибка"
799
-
800
- #: ../classes/upgrade.php:408
801
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
802
- msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
803
-
804
- #: ../classes/column/acf-placeholder.php:19
805
- msgid "ACF Field"
806
- msgstr "Поле ACF"
807
-
808
- #: ../classes/column/acf-placeholder.php:35
809
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
810
- msgstr "Если Вы имеете лицензию разработчика, пожалуйста, загрузите и утановите Ваш ACF add-on по ссылке <a href='%s'>add-ons tab</a>."
811
-
812
- #: ../classes/column/acf-placeholder.php:38
813
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
814
- msgstr "Admin Columns Pro - Разработчик предлагает полную интеграцию Advanced Custom Fields, что позволяет легко просматривать и редактировать ACF поля из вашего обзора сообщений."
815
-
816
- #: ../classes/column/acf-placeholder.php:44
817
- msgid "Find out more"
818
- msgstr "Узнайте больше"
819
-
820
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
821
- msgid "Actions"
822
- msgstr "действия"
823
-
824
- #: ../classes/column/actions.php:96
825
- msgid "Use icons?"
826
- msgstr ""
827
-
828
- #: ../classes/column/actions.php:96
829
- msgid "Use icons instead of text for displaying the actions."
830
- msgstr ""
831
-
832
- #: ../classes/column/custom-field.php:96
833
- msgid "Checkmark (true/false)"
834
- msgstr "Галочка (true/false)"
835
-
836
- #: ../classes/column/custom-field.php:102
837
- msgid "Media Library"
838
- msgstr "Медиа библиотека"
839
-
840
- #: ../classes/column/custom-field.php:105
841
- msgid "Post Title (Post ID's)"
842
- msgstr "Заголовок поста (Post ID's)"
843
-
844
- #: ../classes/column/custom-field.php:106
845
- msgid "Username (User ID's)"
846
- msgstr "Имя пользователя (User ID's)"
847
-
848
- #: ../classes/column/custom-field.php:107
849
- msgid "Term Name (Term ID's)"
850
- msgstr ""
851
-
852
- #: ../classes/column/custom-field.php:391
853
- msgid "Select your custom field."
854
- msgstr "Выберитрать пользовательское поле."
855
-
856
- #: ../classes/column/custom-field.php:401
857
- msgid "No custom fields available."
858
- msgstr "Нет доступных пользовательских полей."
859
-
860
- #: ../classes/column/custom-field.php:401
861
- msgid "Please create a %s item first."
862
- msgstr ""
863
-
864
- #: ../classes/column/custom-field.php:408
865
- msgid "Field Type"
866
- msgstr "Тип поля"
867
-
868
- #: ../classes/column/custom-field.php:408
869
- msgid "This will determine how the value will be displayed."
870
- msgstr "От этого будет зависеть, как будет отображаться значение."
871
-
872
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
873
- msgid "Taxonomy"
874
- msgstr "Таксономия"
875
-
876
- #: ../classes/column/used-by-menu.php:20
877
- msgid "Used by Menu"
878
- msgstr ""
879
-
880
- #: ../classes/column/used-by-menu.php:133
881
- msgid "Link to menu"
882
- msgstr ""
883
-
884
- #: ../classes/column/used-by-menu.php:133
885
- msgid "This will make the title link to the menu."
886
- msgstr ""
887
-
888
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
889
- msgid "ID"
890
- msgstr "ID"
891
-
892
- #: ../classes/column/comment/agent.php:19
893
- msgid "Agent"
894
- msgstr "Агент"
895
-
896
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
897
- msgid "Approved"
898
- msgstr "Утверждено"
899
-
900
- #: ../classes/column/comment/author-avatar.php:19
901
- msgid "Avatar"
902
- msgstr "Аватар"
903
-
904
- #: ../classes/column/comment/author-email.php:19
905
- msgid "Author email"
906
- msgstr "Email автора"
907
-
908
- #: ../classes/column/comment/author-ip.php:19
909
- msgid "Author IP"
910
- msgstr "IP автора"
911
-
912
- #: ../classes/column/comment/author-name.php:12
913
- msgid "Author name"
914
- msgstr ""
915
-
916
- #: ../classes/column/comment/author-url.php:19
917
- msgid "Author url"
918
- msgstr "URL автора"
919
-
920
- #: ../classes/column/comment/author.php:19
921
- msgid "Author"
922
- msgstr "Автор"
923
-
924
- #: ../classes/column/comment/date-gmt.php:19
925
- msgid "Date GMT"
926
- msgstr "Дата GMT"
927
-
928
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
929
- msgid "Content"
930
- msgstr ""
931
-
932
- #: ../classes/column/comment/post.php:19
933
- msgid "Post"
934
- msgstr ""
935
-
936
- #: ../classes/column/comment/reply-to.php:19
937
- msgid "In Reply To"
938
- msgstr "В ответ на"
939
-
940
- #: ../classes/column/comment/user.php:11
941
- msgid "User"
942
- msgstr ""
943
-
944
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
945
- msgid "Word count"
946
- msgstr "Счетчик слов"
947
-
948
- #: ../classes/column/media/alternate-text.php:19
949
- msgid "Alt"
950
- msgstr "Вариант"
951
-
952
- #: ../classes/column/media/attached-to.php:19
953
- msgid "Attached to post"
954
- msgstr ""
955
-
956
- #: ../classes/column/media/available-sizes.php:20
957
- msgid "Available Sizes"
958
- msgstr "Доступные размеры"
959
-
960
- #: ../classes/column/media/available-sizes.php:40
961
- msgid "full size"
962
- msgstr "полный размер"
963
-
964
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
965
- msgid "Caption"
966
- msgstr "Подпись"
967
-
968
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
969
- msgid "Description"
970
- msgstr "Описание"
971
-
972
- #: ../classes/column/media/dimensions.php:19
973
- msgid "Dimensions"
974
- msgstr "Размеры"
975
-
976
- #: ../classes/column/media/exif-data.php:19
977
- msgid "EXIF data"
978
- msgstr "EXIF данные"
979
-
980
- #: ../classes/column/media/exif-data.php:38
981
- msgid "Aperture"
982
- msgstr "Апертура"
983
-
984
- #: ../classes/column/media/exif-data.php:39
985
- msgid "Credit"
986
- msgstr "Кредит"
987
-
988
- #: ../classes/column/media/exif-data.php:40
989
- msgid "Camera"
990
- msgstr "Камера"
991
-
992
- #: ../classes/column/media/exif-data.php:42
993
- msgid "Timestamp"
994
- msgstr "Временной штамп"
995
-
996
- #: ../classes/column/media/exif-data.php:43
997
- msgid "Copyright EXIF"
998
- msgstr "Copyright EXIF"
999
-
1000
- #: ../classes/column/media/exif-data.php:44
1001
- msgid "Focal Length"
1002
- msgstr "Фокусное расстояние"
1003
-
1004
- #: ../classes/column/media/exif-data.php:45
1005
- msgid "ISO"
1006
- msgstr "ISO"
1007
-
1008
- #: ../classes/column/media/exif-data.php:46
1009
- msgid "Shutter Speed"
1010
- msgstr "Скорость затвора"
1011
-
1012
- #: ../classes/column/media/exif-data.php:47
1013
- msgid "Title"
1014
- msgstr "Заголовок"
1015
-
1016
- #: ../classes/column/media/file-name.php:19
1017
- msgid "File name"
1018
- msgstr "Имя файла"
1019
-
1020
- #: ../classes/column/media/file-size.php:19
1021
- msgid "File size"
1022
- msgstr "Размер файла"
1023
-
1024
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1025
- msgid "Full path"
1026
- msgstr "Полный путь"
1027
-
1028
- #: ../classes/column/media/full-path.php:83
1029
- msgid "Path scope"
1030
- msgstr ""
1031
-
1032
- #: ../classes/column/media/full-path.php:84
1033
- msgid "Part of the file path to display"
1034
- msgstr ""
1035
-
1036
- #: ../classes/column/media/full-path.php:97
1037
- msgid "Relative to domain"
1038
- msgstr ""
1039
-
1040
- #: ../classes/column/media/full-path.php:102
1041
- msgid "Relative to main uploads folder "
1042
- msgstr ""
1043
-
1044
- #: ../classes/column/media/height.php:19
1045
- msgid "Height"
1046
- msgstr "Высота"
1047
-
1048
- #: ../classes/column/media/mime-type.php:19
1049
- msgid "Mime type"
1050
- msgstr "MIME тип"
1051
-
1052
- #: ../classes/column/post/attachment-count.php:19
1053
- msgid "No. of Attachments"
1054
- msgstr "Кол-во приложений"
1055
-
1056
- #: ../classes/column/post/attachment.php:19
1057
- msgid "Attachments"
1058
- msgstr ""
1059
-
1060
- #: ../classes/column/post/author-name.php:20
1061
- msgid "Display Author As"
1062
- msgstr "Показать автора как"
1063
-
1064
- #: ../classes/column/post/author-name.php:100
1065
- msgid "View Public Author Page"
1066
- msgstr ""
1067
-
1068
- #: ../classes/column/post/author-name.php:102
1069
- msgid "Page the author name should link to."
1070
- msgstr ""
1071
-
1072
- #: ../classes/column/post/before-moretag.php:19
1073
- msgid "Before More Tag"
1074
- msgstr "Перед тэгом \"Подробнее\""
1075
-
1076
- #: ../classes/column/post/comment-count.php:20
1077
- msgid "Comment count"
1078
- msgstr "Счетчик комментариев"
1079
-
1080
- #: ../classes/column/post/comment-count.php:34
1081
- msgid "Total"
1082
- msgstr "Всего"
1083
-
1084
- #: ../classes/column/post/comment-count.php:36
1085
- msgid "Pending"
1086
- msgstr "В ожидании"
1087
-
1088
- #: ../classes/column/post/comment-count.php:37
1089
- msgid "Spam"
1090
- msgstr "Спам"
1091
-
1092
- #: ../classes/column/post/comment-count.php:38
1093
- msgid "Trash"
1094
- msgstr "Корзина"
1095
-
1096
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1097
- msgid "Comment status"
1098
- msgstr "Статус комментария"
1099
-
1100
- #: ../classes/column/post/comment-count.php:99
1101
- msgid "Select which comment status you like to display."
1102
- msgstr "Выберите статус комментария для отображения."
1103
-
1104
- #: ../classes/column/post/depth.php:19
1105
- msgid "Depth"
1106
- msgstr ""
1107
-
1108
- #: ../classes/column/post/estimated-reading-time.php:19
1109
- msgid "Estimated Reading Time"
1110
- msgstr ""
1111
-
1112
- #: ../classes/column/post/estimated-reading-time.php:66
1113
- msgid "second"
1114
- msgid_plural "seconds"
1115
- msgstr[0] ""
1116
- msgstr[1] ""
1117
- msgstr[2] ""
1118
- msgstr[3] ""
1119
-
1120
- #: ../classes/column/post/estimated-reading-time.php:69
1121
- msgid "minute"
1122
- msgid_plural "minutes"
1123
- msgstr[0] ""
1124
- msgstr[1] ""
1125
- msgstr[2] ""
1126
- msgstr[3] ""
1127
-
1128
- #: ../classes/column/post/estimated-reading-time.php:107
1129
- msgid "Words per minute"
1130
- msgstr ""
1131
-
1132
- #: ../classes/column/post/estimated-reading-time.php:108
1133
- msgid "Estimated reading time in words per minute"
1134
- msgstr ""
1135
-
1136
- #: ../classes/column/post/featured-image.php:19
1137
- msgid "Featured Image"
1138
- msgstr "Рекомендуемые изображения"
1139
-
1140
- #: ../classes/column/post/formats.php:19
1141
- msgid "Post Format"
1142
- msgstr "Формат сообщения"
1143
-
1144
- #: ../classes/column/post/last-modified-author.php:20
1145
- msgid "Last Modified Author"
1146
- msgstr ""
1147
-
1148
- #: ../classes/column/post/modified.php:19
1149
- msgid "Last modified"
1150
- msgstr "Изменен"
1151
-
1152
- #: ../classes/column/post/order.php:19
1153
- msgid "Order"
1154
- msgstr ""
1155
-
1156
- #: ../classes/column/post/page-template.php:19
1157
- msgid "Page Template"
1158
- msgstr "Шаблон страницы"
1159
-
1160
- #: ../classes/column/post/parent.php:19
1161
- msgid "Parent"
1162
- msgstr "Родитель"
1163
-
1164
- #: ../classes/column/post/path.php:19
1165
- msgid "Path"
1166
- msgstr ""
1167
-
1168
- #: ../classes/column/post/permalink.php:19
1169
- msgid "Permalink"
1170
- msgstr "Постоянная ссылка"
1171
-
1172
- #: ../classes/column/post/permalink.php:68
1173
- msgid "Link to post"
1174
- msgstr ""
1175
-
1176
- #: ../classes/column/post/permalink.php:68
1177
- msgid "This will make the permalink clickable."
1178
- msgstr ""
1179
-
1180
- #: ../classes/column/post/ping-status.php:19
1181
- msgid "Ping status"
1182
- msgstr "Ping статус"
1183
-
1184
- #: ../classes/column/post/roles.php:19
1185
- msgid "Roles"
1186
- msgstr "Роли"
1187
-
1188
- #: ../classes/column/post/shortcodes.php:19
1189
- msgid "Shortcodes"
1190
- msgstr ""
1191
-
1192
- #: ../classes/column/post/slug.php:19
1193
- msgid "Slug"
1194
- msgstr "Ссылка"
1195
-
1196
- #: ../classes/column/post/status.php:21
1197
- msgid "Status"
1198
- msgstr "Статус"
1199
-
1200
- #: ../classes/column/post/sticky.php:19
1201
- msgid "Sticky"
1202
- msgstr "Липучка"
1203
-
1204
- #: ../classes/column/post/title-raw.php:19
1205
- msgid "Title without actions"
1206
- msgstr ""
1207
-
1208
- #: ../classes/column/link/length.php:19
1209
- msgid "Length"
1210
- msgstr "Длина"
1211
-
1212
- #: ../classes/column/link/notes.php:19
1213
- msgid "Notes"
1214
- msgstr "Примечания"
1215
-
1216
- #: ../classes/column/link/owner.php:19
1217
- msgid "Owner"
1218
- msgstr "Владелец"
1219
-
1220
- #: ../classes/column/link/rss.php:19
1221
- msgid "Rss"
1222
- msgstr "RSS"
1223
-
1224
- #: ../classes/column/link/target.php:19
1225
- msgid "Target"
1226
- msgstr "Цель"
1227
-
1228
- #: ../classes/column/user/display-name.php:19
1229
- msgid "Display name"
1230
- msgstr ""
1231
-
1232
- #: ../classes/column/user/first-name.php:19
1233
- msgid "First name"
1234
- msgstr "Имя"
1235
-
1236
- #: ../classes/column/user/last-name.php:19
1237
- msgid "Last name"
1238
- msgstr "Фамилия"
1239
-
1240
- #: ../classes/column/user/post-count.php:19
1241
- msgid "Post Count"
1242
- msgstr "Счетчик сообщений"
1243
-
1244
- #: ../classes/column/user/post-count.php:89
1245
- msgid "Post Type"
1246
- msgstr "Тип сообщения"
1247
-
1248
- #: ../classes/column/user/registered.php:19
1249
- msgid "Registered"
1250
- msgstr "Зарегестрировано"
1251
-
1252
- #: ../classes/column/user/rich-editing.php:19
1253
- msgid "Visual Editor"
1254
- msgstr ""
1255
-
1256
- #: ../classes/column/user/url.php:19
1257
- msgid "Url"
1258
- msgstr "URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-sv_SE.mo CHANGED
Binary file
languages/codepress-admin-columns-sv_SE.po DELETED
@@ -1,1256 +0,0 @@
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 15:26+0200\n"
11
- "Last-Translator: Codepress <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-SourceCharset: UTF-8\n"
21
- "POT-Creation-Date: \n"
22
- "X-Generator: Poedit 1.8.5\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: ../codepress-admin-columns.php:451
27
- msgid "Edit columns"
28
- msgstr "Redigera kolumner"
29
-
30
- #: ../classes/addons.php:110
31
- msgid "Plugins"
32
- msgstr "Tillägg"
33
-
34
- #: ../classes/addons.php:135
35
- msgid "Advanced Custom Fields"
36
- msgstr "Advanced Custom Fields"
37
-
38
- #: ../classes/addons.php:136
39
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in 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 "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
- msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
49
-
50
- #: ../classes/column.php:624
51
- msgid "Thumbnail"
52
- msgstr "Miniatyrer"
53
-
54
- #: ../classes/column.php:625
55
- msgid "Medium"
56
- msgstr "Mellan"
57
-
58
- #: ../classes/column.php:626
59
- msgid "Large"
60
- msgstr "Stor"
61
-
62
- #: ../classes/column.php:627
63
- msgid "Full"
64
- msgstr "Hel"
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 "Datumformat"
85
-
86
- #: ../classes/column.php:1090
87
- msgid "This will determine how the date will be displayed."
88
- msgstr "Detta kommer att avgöra hur datumet ska visas."
89
-
90
- #: ../classes/column.php:1096
91
- msgid "Example:"
92
- msgstr "Exempel:"
93
-
94
- #: ../classes/column.php:1098
95
- msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
96
- msgstr ""
97
-
98
- #: ../classes/column.php:1099
99
- msgid "Documentation on date and time formatting."
100
- msgstr "Dokumentation om datum och tid formatering."
101
-
102
- #: ../classes/column.php:1113
103
- msgid "Excerpt length"
104
- msgstr "Utdragens längd"
105
-
106
- #: ../classes/column.php:1114
107
- msgid "Number of words"
108
- msgstr "Antal ord"
109
-
110
- #: ../classes/column.php:1132
111
- msgid "Preview size"
112
- msgstr "Förhandsgranska storlek"
113
-
114
- #: ../classes/column.php1149, ../classes/storage_model.php:642
115
- msgid "Custom"
116
- msgstr "Anpassad"
117
-
118
- #: ../classes/column.php1152, ../classes/column.php:1328
119
- msgid "width"
120
- msgstr "bredd"
121
-
122
- #: ../classes/column.php:1155
123
- msgid "height"
124
- msgstr "höjd"
125
-
126
- #: ../classes/column.php:1167
127
- msgid "Before"
128
- msgstr "Innan"
129
-
130
- #: ../classes/column.php:1167
131
- msgid "This text will appear before the custom field value."
132
- msgstr "Denna text kommer att visas innan det anpassade fältet värde."
133
-
134
- #: ../classes/column.php:1168
135
- msgid "After"
136
- msgstr "Efter"
137
-
138
- #: ../classes/column.php:1168
139
- msgid "This text will appear after the custom field value."
140
- msgstr "Denna text kommer att visas efter det anpassade fältet värde."
141
-
142
- #: ../classes/column.php:1177
143
- msgid "Display Name"
144
- msgstr "Visa namn"
145
-
146
- #: ../classes/column.php1178, ../classes/settings.php:733
147
- msgid "First Name"
148
- msgstr "Förnamn"
149
-
150
- #: ../classes/column.php:1179
151
- msgid "Last Name"
152
- msgstr "Efternamn"
153
-
154
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
155
- msgid "Nickname"
156
- msgstr "Smeknamn"
157
-
158
- #: ../classes/column.php:1181
159
- msgid "User Login"
160
- msgstr "Användare Loggin"
161
-
162
- #: ../classes/column.php:1182
163
- msgid "User Email"
164
- msgstr "Användare Email"
165
-
166
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
167
- msgid "User ID"
168
- msgstr "Användar-ID"
169
-
170
- #: ../classes/column.php:1184
171
- msgid "First and Last Name"
172
- msgstr "Förnamn och efternamn"
173
-
174
- #: ../classes/column.php:1187
175
- msgid "Display format"
176
- msgstr "Visa format"
177
-
178
- #: ../classes/column.php:1187
179
- msgid "This is the format of the author name."
180
- msgstr "Detta är formatet på författarens namn."
181
-
182
- #: ../classes/column.php:1350
183
- msgid "Edit"
184
- msgstr "Redigera"
185
-
186
- #: ../classes/column.php1352, ../classes/column.php:1444
187
- msgid "Clone"
188
- msgstr "Klona"
189
-
190
- #: ../classes/column.php:1354
191
- msgid "Remove"
192
- msgstr "Ta bort"
193
-
194
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
195
- msgid "Type"
196
- msgstr "Typ"
197
-
198
- #: ../classes/column.php:1372
199
- msgid "Choose a column type."
200
- msgstr "Välj en kolumntyp."
201
-
202
- #: ../classes/column.php:1372
203
- msgid "Name"
204
- msgstr "Namn"
205
-
206
- #: ../classes/column.php:1382
207
- msgid "Label"
208
- msgstr "Etikett"
209
-
210
- #: ../classes/column.php:1382
211
- msgid "This is the name which will appear as the column header."
212
- msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
213
-
214
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
215
- msgid "Width"
216
- msgstr "Bredd"
217
-
218
- #: ../classes/column.php:1391
219
- msgid "default"
220
- msgstr "standard"
221
-
222
- #: ../classes/column.php:1392
223
- msgid "auto"
224
- msgstr "auto"
225
-
226
- #: ../classes/column.php:1466
227
- msgid "Property To Display"
228
- msgstr ""
229
-
230
- #: ../classes/column.php:1472
231
- msgid "Post property to display for related post(s)."
232
- msgstr ""
233
-
234
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
235
- msgid "Link To"
236
- msgstr ""
237
-
238
- #: ../classes/column.php:1489
239
- msgid "Edit Post Author"
240
- msgstr ""
241
-
242
- #: ../classes/column.php:1490
243
- msgid "View Public Post Author Page"
244
- msgstr ""
245
-
246
- #: ../classes/column.php:1492
247
- msgid "Page the posts should link to."
248
- msgstr ""
249
-
250
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
251
- msgid "Admin Columns"
252
- msgstr "Admin Columns"
253
-
254
- #: ../classes/review_notice.php:58
255
- msgid "Admin Columns Pro"
256
- msgstr "Admin Columns Pro"
257
-
258
- #: ../classes/review_notice.php:68
259
- msgid "click here"
260
- msgstr "klicka här"
261
-
262
- #: ../classes/review_notice.php:72
263
- msgid "Leave a review!"
264
- msgstr "Lämna en recension!"
265
-
266
- #: ../classes/review_notice.php:73
267
- msgid "Permanently hide notice"
268
- msgstr "Permanent gömma notis"
269
-
270
- #: ../classes/review_notice.php:80
271
- msgid "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."
272
- 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."
273
-
274
- #: ../classes/review_notice.php:82
275
- msgid "documentation page"
276
- msgstr "dokumentation sida"
277
-
278
- #: ../classes/review_notice.php:86
279
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
280
- 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!"
281
-
282
- #: ../classes/review_notice.php:87
283
- msgid "our forums"
284
- msgstr "vårt forum"
285
-
286
- #: ../classes/review_notice.php:91
287
- msgid "You can also find help on the %s, and %s."
288
- msgstr "Du kan också hitta hjälp på %s, och %s."
289
-
290
- #: ../classes/review_notice.php:92
291
- msgid "Admin Columns forums on WordPress.org"
292
- msgstr "Admin Columns forum på WordPress.org"
293
-
294
- #: ../classes/review_notice.php:93
295
- msgid "find answers to some frequently asked questions"
296
- msgstr "hitta svar på vanliga frågor"
297
-
298
- #: ../classes/settings.php:113
299
- msgid "Add-on successfully activated."
300
- msgstr "Tillägget aktiverat."
301
-
302
- #: ../classes/settings.php:116
303
- msgid "Add-on successfully deactivated."
304
- msgstr "Tillägget inaktiverat."
305
-
306
- #: ../classes/settings.php:170
307
- msgid "Admin Columns Settings"
308
- msgstr "Admin Columns Inställningar"
309
-
310
- #: ../classes/settings.php:228
311
- msgid "%s column is already present and can not be duplicated."
312
- msgstr "%s kolumn finns redan och kan inte dupliceras."
313
-
314
- #: ../classes/settings.php:284
315
- msgid "Default settings succesfully restored."
316
- msgstr "Standardinställningar återställdes framgångsrikt."
317
-
318
- #: ../classes/settings.php:301
319
- msgid "Overview"
320
- msgstr "Översikt"
321
-
322
- #: ../classes/settings.php:304
323
- msgid "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."
324
- 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."
325
-
326
- #: ../classes/settings.php:307
327
- msgid "Basics"
328
- msgstr "Grundläggande"
329
-
330
- #: ../classes/settings.php:309
331
- msgid "Change order"
332
- msgstr "Ändra ordning"
333
-
334
- #: ../classes/settings.php:310
335
- msgid "By dragging the columns you can change the order which they will appear in."
336
- msgstr "Genom att dra kolumnerna så kan du ändra ordningen som de visas i."
337
-
338
- #: ../classes/settings.php:311
339
- msgid "Change label"
340
- msgstr "Ändra etikett"
341
-
342
- #: ../classes/settings.php:312
343
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
344
- msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Här kan du ändra varje etikett av kolumnernas rubrik."
345
-
346
- #: ../classes/settings.php:313
347
- msgid "Change column width"
348
- msgstr "Ändra kolumnens bredd"
349
-
350
- #: ../classes/settings.php:314
351
- msgid "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."
352
- 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."
353
-
354
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
355
- msgid "Custom Field"
356
- msgstr "Anpassat fält"
357
-
358
- #: ../classes/settings.php:320
359
- msgid "'Custom Field' column"
360
- msgstr "'Anpassat fält' kolumn "
361
-
362
- #: ../classes/settings.php:321
363
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
364
- 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."
365
-
366
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
367
- msgid "Default"
368
- msgstr "Standard"
369
-
370
- #: ../classes/settings.php:323
371
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
372
- msgstr "Värde: Kan antingen vara en sträng eller array. Arrays ska plattas och värden åtskilda av en ',' kommatecken."
373
-
374
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
375
- msgid "Image"
376
- msgstr "Bild"
377
-
378
- #: ../classes/settings.php:324
379
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
380
- msgstr "Värde: ska innehålla en bildadress eller bilags-ID ( separerad av ett ',' kommatecken )."
381
-
382
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
383
- msgid "Excerpt"
384
- msgstr "Utdrag"
385
-
386
- #: ../classes/settings.php:325
387
- msgid "Value: This will show the first 20 words of the Post content."
388
- msgstr "Värde: Detta kommer visa de första 20 orden av inläggets innehåll."
389
-
390
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
391
- msgid "Multiple Values"
392
- msgstr "Flera värden"
393
-
394
- #: ../classes/settings.php:326
395
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
396
- msgstr "Värde: skall vara en array. Detta planar en ( flerdimensionell ) array."
397
-
398
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
399
- msgid "Numeric"
400
- msgstr "Numerisk"
401
-
402
- #: ../classes/settings.php:327
403
- msgid "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."
404
- 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."
405
-
406
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
407
- msgid "Date"
408
- msgstr "Datum"
409
-
410
- #: ../classes/settings.php:328
411
- msgid "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."
412
- 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."
413
-
414
- #: ../classes/settings.php:329
415
- msgid "Post Titles"
416
- msgstr "Titel på inlägg"
417
-
418
- #: ../classes/settings.php:329
419
- msgid "Value: can be one or more Post ID's (seperated by ',')."
420
- msgstr "Värde: kan vara en eller flera post-ID (separerat med ',')."
421
-
422
- #: ../classes/settings.php:330
423
- msgid "Usernames"
424
- msgstr "Användarnamn"
425
-
426
- #: ../classes/settings.php:330
427
- msgid "Value: can be one or more User ID's (seperated by ',')."
428
- msgstr "Värde: kan vara en eller flera användar-ID (separerat med ',')."
429
-
430
- #: ../classes/settings.php:331
431
- msgid "Checkmark"
432
- msgstr "Checkmark"
433
-
434
- #: ../classes/settings.php:331
435
- msgid "Value: should be a 1 (one) or 0 (zero)."
436
- msgstr "Värde: ska vara en 1 (ett) eller 0 (noll)."
437
-
438
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
439
- msgid "Color"
440
- msgstr "Färg"
441
-
442
- #: ../classes/settings.php:332
443
- msgid "Value: hex value color, such as #808080."
444
- msgstr "Värde: hex värde färg, som #808080."
445
-
446
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
447
- msgid "Counter"
448
- msgstr "Räknare"
449
-
450
- #: ../classes/settings.php:333
451
- msgid "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."
452
- 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."
453
-
454
- #: ../classes/settings.php:422
455
- msgid "Welcome to Admin Columns"
456
- msgstr "Välkommen till Admin Columns"
457
-
458
- #: ../classes/settings.php:425
459
- msgid "Thank you for updating to the latest version!"
460
- msgstr "Tack för att du uppdaterar till den senaste versionen!"
461
-
462
- #: ../classes/settings.php:426
463
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
464
- msgstr "Admin Columns är mer polerat och roligare än någonsin tidigare. Vi hoppas att du gillar det."
465
-
466
- #: ../classes/settings.php:431
467
- msgid "What’s New"
468
- msgstr "Vad som är nytt"
469
-
470
- #: ../classes/settings.php:432
471
- msgid "Changelog"
472
- msgstr "Ändringslogg"
473
-
474
- #: ../classes/settings.php:437
475
- msgid "Important"
476
- msgstr "Viktigt"
477
-
478
- #: ../classes/settings.php:439
479
- msgid "Database Changes"
480
- msgstr "Databas ändringar"
481
-
482
- #: ../classes/settings.php:440
483
- msgid "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."
484
- 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."
485
-
486
- #: ../classes/settings.php:443
487
- msgid "Make sure you backup your database and then click"
488
- msgstr "Se till att du säkerhetskopiera din databas och klicka sen på"
489
-
490
- #: ../classes/settings.php443, ../classes/upgrade.php:143
491
- msgid "Upgrade Database"
492
- msgstr "Uppgradera databasen"
493
-
494
- #: ../classes/settings.php:446
495
- msgid "Potential Issues"
496
- msgstr "Potentiella problem"
497
-
498
- #: ../classes/settings.php:447
499
- msgid "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"
500
- 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"
501
-
502
- #: ../classes/settings.php:447
503
- msgid "Migrating from v1 to v2"
504
- msgstr "Migrera från v1 till v2"
505
-
506
- #: ../classes/settings.php:447
507
- msgid "guide to view the full list of changes."
508
- msgstr "guide för att visa en komplett lista på förändringar."
509
-
510
- #: ../classes/settings.php:447
511
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
512
- msgstr ""
513
-
514
- #: ../classes/settings.php:450
515
- msgid "Important!"
516
- msgstr "Viktigt!"
517
-
518
- #: ../classes/settings.php:450
519
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
520
- msgstr "Om du uppdaterat Admin Columns tillägget utan förkunskaper om sådana ändringar, vänligen rulla tillbaka till den senaste"
521
-
522
- #: ../classes/settings.php:450
523
- msgid "version 1"
524
- msgstr "version 1"
525
-
526
- #: ../classes/settings.php:450
527
- msgid "of this plugin."
528
- msgstr "av detta tillägg."
529
-
530
- #: ../classes/settings.php:456
531
- msgid "Changelog for"
532
- msgstr "Ändringslogg för"
533
-
534
- #: ../classes/settings.php471, ../classes/upgrade.php:63
535
- msgid "Learn more"
536
- msgstr "Lära dig mer"
537
-
538
- #: ../classes/settings.php:481
539
- msgid "Start using Admin Columns"
540
- msgstr "Börja med att använda Admin Columns"
541
-
542
- #: ../classes/settings.php:500
543
- msgid "General Settings"
544
- msgstr "Allmänna inställningar"
545
-
546
- #: ../classes/settings.php:501
547
- msgid "Customize your Admin Columns settings."
548
- msgstr "Anpassa dina Admin Columns inställningar."
549
-
550
- #: ../classes/settings.php:512
551
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
552
- msgstr "Visa \"Redigera kolumner\" knappen i adminmenyn. Standard är <code>på</code>."
553
-
554
- #: ../classes/settings.php:559
555
- msgid "Restore Settings"
556
- msgstr "Återställ inställningar"
557
-
558
- #: ../classes/settings.php:560
559
- msgid "This will delete all column settings and restore the default settings."
560
- msgstr "Detta kommer att radera alla kolumner inställningar och återställa till standardinställningarna"
561
-
562
- #: ../classes/settings.php:566
563
- msgid "Restore default settings"
564
- msgstr "Återställ till standardinställningar"
565
-
566
- #: ../classes/settings.php:566
567
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
568
- msgstr ""
569
-
570
- #: ../classes/settings.php:582
571
- msgid "Posttypes"
572
- msgstr "Posttyper"
573
-
574
- #: ../classes/settings.php:583
575
- msgid "Others"
576
- msgstr "Annat"
577
-
578
- #: ../classes/settings.php:584
579
- msgid "Taxonomies"
580
- msgstr "Taxanomier"
581
-
582
- #: ../classes/settings.php:600
583
- msgid "Settings"
584
- msgstr "Inställningar"
585
-
586
- #: ../classes/settings.php:601
587
- msgid "Add-ons"
588
- msgstr "Tillägg"
589
-
590
- #: ../classes/settings.php:669
591
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
592
- msgstr "Kolumnerna för %s är inställt via PHP och kan därför inte redigeras i admin panelen."
593
-
594
- #: ../classes/settings.php:679
595
- msgid "Store settings"
596
- msgstr "Spara inställningar"
597
-
598
- #: ../classes/settings.php:687
599
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
600
- msgstr ""
601
-
602
- #: ../classes/settings.php:688
603
- msgid "Restore"
604
- msgstr "Återställ"
605
-
606
- #: ../classes/settings.php:688
607
- msgid "columns"
608
- msgstr "kolumner"
609
-
610
- #: ../classes/settings.php:707
611
- msgid "Get Admin Columns Pro"
612
- msgstr "Skaffa Admin Columns Pro"
613
-
614
- #: ../classes/settings.php:711
615
- msgid "Add Sorting"
616
- msgstr "Lägg till sortering"
617
-
618
- #: ../classes/settings.php:712
619
- msgid "Add Filtering"
620
- msgstr "Lägg till filtrering"
621
-
622
- #: ../classes/settings.php:713
623
- msgid "Add Import/Export"
624
- msgstr "Lägg till Import/Export"
625
-
626
- #: ../classes/settings.php:714
627
- msgid "Add Direct Editing"
628
- msgstr "Lägg till snabbredigering"
629
-
630
- #: ../classes/settings.php:717
631
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
632
- msgstr ""
633
-
634
- #: ../classes/settings.php:730
635
- msgid "Subscribe to receive news &amp; updates below."
636
- msgstr ""
637
-
638
- #: ../classes/settings.php:737
639
- msgid "Your Email"
640
- msgstr ""
641
-
642
- #: ../classes/settings.php:748
643
- msgid "Are you happy with Admin Columns?"
644
- msgstr "Är du nöjd med Admin Columns?"
645
-
646
- #: ../classes/settings.php:756
647
- msgid "What's wrong? Need help? Let us know!"
648
- msgstr "Vad är fel? Behöver hjälp? Låt oss veta!"
649
-
650
- #: ../classes/settings.php:757
651
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
652
- msgstr "Kolla in vår omfattande dokumentation, eller så kan du öppna ett support tråd på WordPress.org!"
653
-
654
- #: ../classes/settings.php:765
655
- msgid "Docs"
656
- msgstr "Dokumentation"
657
-
658
- #: ../classes/settings.php:770
659
- msgid "Forums"
660
- msgstr "Forum"
661
-
662
- #: ../classes/settings.php:779
663
- msgid "Woohoo! We're glad to hear that!"
664
- msgstr "Woohoo! Vi är glada att höra det!"
665
-
666
- #: ../classes/settings.php:780
667
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
668
- 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!"
669
-
670
- #: ../classes/settings.php:784
671
- msgid "Rate"
672
- msgstr "Omdöme"
673
-
674
- #: ../classes/settings.php:795
675
- msgid "Tweet"
676
- msgstr "Twittra"
677
-
678
- #: ../classes/settings.php:805
679
- msgid "Buy Pro"
680
- msgstr "Köp Pro"
681
-
682
- #: ../classes/settings.php:817
683
- msgid "Support"
684
- msgstr "Support"
685
-
686
- #: ../classes/settings.php:820
687
- msgid "Check the <strong>Help</strong> section in the top-right screen."
688
- msgstr "Kolla på <strong>Hjälp</strong> sektionen i den övre högra delen av skärmen."
689
-
690
- #: ../classes/settings.php:823
691
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
692
- msgstr "För fullständig dokumentation, felrapporter, förslag på funktioner och andra tips <a href='%s'>besök Admin Columns webbsida</a>"
693
-
694
- #: ../classes/settings.php:852
695
- msgid "Drag and drop to reorder"
696
- msgstr "Drag och släpp för att ändra ordning"
697
-
698
- #: ../classes/settings.php:855
699
- msgid "Add Column"
700
- msgstr "Lägg till kolumn"
701
-
702
- #: ../classes/settings.php:936
703
- msgid "Active"
704
- msgstr "Aktiv"
705
-
706
- #: ../classes/settings.php:937
707
- msgid "Deactivate"
708
- msgstr "Inaktivera"
709
-
710
- #: ../classes/settings.php:944
711
- msgid "Installed"
712
- msgstr "Installerad"
713
-
714
- #: ../classes/settings.php:945
715
- msgid "Activate"
716
- msgstr "Aktivera"
717
-
718
- #: ../classes/settings.php:959
719
- msgid "Download & Install"
720
- msgstr "Ladda ner & installera"
721
-
722
- #: ../classes/settings.php:964
723
- msgid "Get this add-on"
724
- msgstr "Skaffa detta tillägget"
725
-
726
- #: ../classes/storage_model.php:262
727
- msgid "settings succesfully restored."
728
- msgstr "inställningar återställdes framgångsrikt."
729
-
730
- #: ../classes/storage_model.php:278
731
- msgid "No columns settings available."
732
- msgstr "Inga inställningar för kolumner är tillgängliga."
733
-
734
- #: ../classes/storage_model.php:299
735
- msgid "You are trying to store the same settings for %s."
736
- msgstr "Du försöker lagra samma inställningar för %s."
737
-
738
- #: ../classes/storage_model.php:303
739
- msgid "Settings for %s updated successfully."
740
- msgstr "Inställningar för %s uppdaterades framgångsrikt."
741
-
742
- #: ../classes/storage_model.php:643
743
- msgid "Columns by Plugins"
744
- msgstr ""
745
-
746
- #: ../classes/storage_model.php:862
747
- msgid "View"
748
- msgstr "Visa"
749
-
750
- #: ../classes/upgrade.php:62
751
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
752
- msgstr "Pro-tilägget stöds inte längre. Vänligen logga in på ditt konto och ladda ner Admin Columns Pro"
753
-
754
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
755
- msgid "Upgrade"
756
- msgstr "Uppgradera"
757
-
758
- #: ../classes/upgrade.php:136
759
- msgid "requires a database upgrade"
760
- msgstr "krävs en databas uppgradering"
761
-
762
- #: ../classes/upgrade.php:139
763
- msgid "why?"
764
- msgstr "varför?"
765
-
766
- #: ../classes/upgrade.php:140
767
- msgid "Please"
768
- msgstr "Vänligen"
769
-
770
- #: ../classes/upgrade.php:141
771
- msgid "backup your database"
772
- msgstr "säkerhetskopiera din databas"
773
-
774
- #: ../classes/upgrade.php:142
775
- msgid "then click"
776
- msgstr "klicka sedan"
777
-
778
- #: ../classes/upgrade.php:351
779
- msgid "Migrating Column Settings"
780
- msgstr "Migrera kolumninställningar"
781
-
782
- #: ../classes/upgrade.php:387
783
- msgid "No Upgrade Required"
784
- msgstr "Ingen uppgradering krävs"
785
-
786
- #: ../classes/upgrade.php:388
787
- msgid "Return to welcome screen."
788
- msgstr "Återgå till välkomstskärmen."
789
-
790
- #: ../classes/upgrade.php:406
791
- msgid "Upgrade Complete!"
792
- msgstr "Uppgradering klar!"
793
-
794
- #: ../classes/upgrade.php:406
795
- msgid "Return to settings."
796
- msgstr "Återgå till inställningar."
797
-
798
- #: ../classes/upgrade.php:407
799
- msgid "Error"
800
- msgstr "Fel"
801
-
802
- #: ../classes/upgrade.php:408
803
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
804
- msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
805
-
806
- #: ../classes/column/acf-placeholder.php:19
807
- msgid "ACF Field"
808
- msgstr "ACF Fält"
809
-
810
- #: ../classes/column/acf-placeholder.php:35
811
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
812
- msgstr "Om du har en utvecklarlicens vänligen ladda ner & installera ditt ACF tillägg från <a href='%s'>fliken tillägg</a>."
813
-
814
- #: ../classes/column/acf-placeholder.php:38
815
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
816
- 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."
817
-
818
- #: ../classes/column/acf-placeholder.php:44
819
- msgid "Find out more"
820
- msgstr "Läs mer"
821
-
822
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
823
- msgid "Actions"
824
- msgstr "Åtgärder"
825
-
826
- #: ../classes/column/actions.php:96
827
- msgid "Use icons?"
828
- msgstr "Använda ikoner?"
829
-
830
- #: ../classes/column/actions.php:96
831
- msgid "Use icons instead of text for displaying the actions."
832
- msgstr "Använda ikoner istället för text för att visa åtgärder."
833
-
834
- #: ../classes/column/custom-field.php:96
835
- msgid "Checkmark (true/false)"
836
- msgstr "Checkmark (sant/falskt)"
837
-
838
- #: ../classes/column/custom-field.php:102
839
- msgid "Media Library"
840
- msgstr "Mediabibliotek"
841
-
842
- #: ../classes/column/custom-field.php:105
843
- msgid "Post Title (Post ID's)"
844
- msgstr "Titel"
845
-
846
- #: ../classes/column/custom-field.php:106
847
- msgid "Username (User ID's)"
848
- msgstr "Användarnamn (Användar-ID)"
849
-
850
- #: ../classes/column/custom-field.php:107
851
- msgid "Term Name (Term ID's)"
852
- msgstr "Tern Namn (Term ID's)"
853
-
854
- #: ../classes/column/custom-field.php:391
855
- msgid "Select your custom field."
856
- msgstr "Välj ditt anpassade fält."
857
-
858
- #: ../classes/column/custom-field.php:401
859
- msgid "No custom fields available."
860
- msgstr "Inget anpassat fält är tillgängligt."
861
-
862
- #: ../classes/column/custom-field.php:401
863
- msgid "Please create a %s item first."
864
- msgstr "Vänligen skapa ett %s inlägg först."
865
-
866
- #: ../classes/column/custom-field.php:408
867
- msgid "Field Type"
868
- msgstr "Fälttyp"
869
-
870
- #: ../classes/column/custom-field.php:408
871
- msgid "This will determine how the value will be displayed."
872
- msgstr "Detta avgör hur värdet kommer att visas."
873
-
874
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
875
- msgid "Taxonomy"
876
- msgstr "Taxonomi"
877
-
878
- #: ../classes/column/used-by-menu.php:20
879
- msgid "Used by Menu"
880
- msgstr "Använd av meny"
881
-
882
- #: ../classes/column/used-by-menu.php:133
883
- msgid "Link to menu"
884
- msgstr "Länk till meny"
885
-
886
- #: ../classes/column/used-by-menu.php:133
887
- msgid "This will make the title link to the menu."
888
- msgstr "Detta gör att titeln länkas till menyn."
889
-
890
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
891
- msgid "ID"
892
- msgstr "ID"
893
-
894
- #: ../classes/column/comment/agent.php:19
895
- msgid "Agent"
896
- msgstr "Agent"
897
-
898
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
899
- msgid "Approved"
900
- msgstr "Godkänd"
901
-
902
- #: ../classes/column/comment/author-avatar.php:19
903
- msgid "Avatar"
904
- msgstr "Avatar"
905
-
906
- #: ../classes/column/comment/author-email.php:19
907
- msgid "Author email"
908
- msgstr "Författare mail"
909
-
910
- #: ../classes/column/comment/author-ip.php:19
911
- msgid "Author IP"
912
- msgstr "Författare IP"
913
-
914
- #: ../classes/column/comment/author-name.php:12
915
- msgid "Author name"
916
- msgstr "Författarnamn"
917
-
918
- #: ../classes/column/comment/author-url.php:19
919
- msgid "Author url"
920
- msgstr "Författare url"
921
-
922
- #: ../classes/column/comment/author.php:19
923
- msgid "Author"
924
- msgstr "Författare"
925
-
926
- #: ../classes/column/comment/date-gmt.php:19
927
- msgid "Date GMT"
928
- msgstr "Datum GMT"
929
-
930
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
931
- msgid "Content"
932
- msgstr "Innehåll"
933
-
934
- #: ../classes/column/comment/post.php:19
935
- msgid "Post"
936
- msgstr ""
937
-
938
- #: ../classes/column/comment/reply-to.php:19
939
- msgid "In Reply To"
940
- msgstr "Som svar på"
941
-
942
- #: ../classes/column/comment/user.php:11
943
- msgid "User"
944
- msgstr "Användare"
945
-
946
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
947
- msgid "Word count"
948
- msgstr "Antal ord"
949
-
950
- #: ../classes/column/media/alternate-text.php:19
951
- msgid "Alt"
952
- msgstr "Alt"
953
-
954
- #: ../classes/column/media/attached-to.php:19
955
- msgid "Attached to post"
956
- msgstr "Bifogad till inlägg"
957
-
958
- #: ../classes/column/media/available-sizes.php:20
959
- msgid "Available Sizes"
960
- msgstr "Tillgängliga storlekar"
961
-
962
- #: ../classes/column/media/available-sizes.php:40
963
- msgid "full size"
964
- msgstr "full storlek"
965
-
966
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
967
- msgid "Caption"
968
- msgstr "Bildtext"
969
-
970
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
971
- msgid "Description"
972
- msgstr "Beskrivning"
973
-
974
- #: ../classes/column/media/dimensions.php:19
975
- msgid "Dimensions"
976
- msgstr "Dimensioner"
977
-
978
- #: ../classes/column/media/exif-data.php:19
979
- msgid "EXIF data"
980
- msgstr "EXIF data"
981
-
982
- #: ../classes/column/media/exif-data.php:38
983
- msgid "Aperture"
984
- msgstr "Bländare"
985
-
986
- #: ../classes/column/media/exif-data.php:39
987
- msgid "Credit"
988
- msgstr "Erkännande"
989
-
990
- #: ../classes/column/media/exif-data.php:40
991
- msgid "Camera"
992
- msgstr "Kamera"
993
-
994
- #: ../classes/column/media/exif-data.php:42
995
- msgid "Timestamp"
996
- msgstr "Tidsstämpel"
997
-
998
- #: ../classes/column/media/exif-data.php:43
999
- msgid "Copyright EXIF"
1000
- msgstr "Upphovsrätt EXIF"
1001
-
1002
- #: ../classes/column/media/exif-data.php:44
1003
- msgid "Focal Length"
1004
- msgstr "Bränvidd"
1005
-
1006
- #: ../classes/column/media/exif-data.php:45
1007
- msgid "ISO"
1008
- msgstr "ISO"
1009
-
1010
- #: ../classes/column/media/exif-data.php:46
1011
- msgid "Shutter Speed"
1012
- msgstr "Slutartid"
1013
-
1014
- #: ../classes/column/media/exif-data.php:47
1015
- msgid "Title"
1016
- msgstr "Titel"
1017
-
1018
- #: ../classes/column/media/file-name.php:19
1019
- msgid "File name"
1020
- msgstr "Filnamn"
1021
-
1022
- #: ../classes/column/media/file-size.php:19
1023
- msgid "File size"
1024
- msgstr "Filstorlek"
1025
-
1026
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1027
- msgid "Full path"
1028
- msgstr "Full path"
1029
-
1030
- #: ../classes/column/media/full-path.php:83
1031
- msgid "Path scope"
1032
- msgstr "Sökväg fält"
1033
-
1034
- #: ../classes/column/media/full-path.php:84
1035
- msgid "Part of the file path to display"
1036
- msgstr "Del av filens sökväg att visa"
1037
-
1038
- #: ../classes/column/media/full-path.php:97
1039
- msgid "Relative to domain"
1040
- msgstr "Relativ till domän"
1041
-
1042
- #: ../classes/column/media/full-path.php:102
1043
- msgid "Relative to main uploads folder "
1044
- msgstr "Relativ till standard uppladdningsmapp"
1045
-
1046
- #: ../classes/column/media/height.php:19
1047
- msgid "Height"
1048
- msgstr "Höjd"
1049
-
1050
- #: ../classes/column/media/mime-type.php:19
1051
- msgid "Mime type"
1052
- msgstr "Mime typ"
1053
-
1054
- #: ../classes/column/post/attachment-count.php:19
1055
- msgid "No. of Attachments"
1056
- msgstr "No. av bilagor"
1057
-
1058
- #: ../classes/column/post/attachment.php:19
1059
- msgid "Attachments"
1060
- msgstr "Bilaga"
1061
-
1062
- #: ../classes/column/post/author-name.php:20
1063
- msgid "Display Author As"
1064
- msgstr "Visa som författare"
1065
-
1066
- #: ../classes/column/post/author-name.php:100
1067
- msgid "View Public Author Page"
1068
- msgstr ""
1069
-
1070
- #: ../classes/column/post/author-name.php:102
1071
- msgid "Page the author name should link to."
1072
- msgstr ""
1073
-
1074
- #: ../classes/column/post/before-moretag.php:19
1075
- msgid "Before More Tag"
1076
- msgstr "Innan mer tagg"
1077
-
1078
- #: ../classes/column/post/comment-count.php:20
1079
- msgid "Comment count"
1080
- msgstr "Antal kommentarer"
1081
-
1082
- #: ../classes/column/post/comment-count.php:34
1083
- msgid "Total"
1084
- msgstr "Totalt"
1085
-
1086
- #: ../classes/column/post/comment-count.php:36
1087
- msgid "Pending"
1088
- msgstr "Avvaktan"
1089
-
1090
- #: ../classes/column/post/comment-count.php:37
1091
- msgid "Spam"
1092
- msgstr "Spam"
1093
-
1094
- #: ../classes/column/post/comment-count.php:38
1095
- msgid "Trash"
1096
- msgstr "Papperskorg"
1097
-
1098
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1099
- msgid "Comment status"
1100
- msgstr "Kommentarsstatus"
1101
-
1102
- #: ../classes/column/post/comment-count.php:99
1103
- msgid "Select which comment status you like to display."
1104
- msgstr "Välj vilken kommentarsstatus du vill visa."
1105
-
1106
- #: ../classes/column/post/depth.php:19
1107
- msgid "Depth"
1108
- msgstr "Djup"
1109
-
1110
- #: ../classes/column/post/estimated-reading-time.php:19
1111
- msgid "Estimated Reading Time"
1112
- msgstr "Beräknad lästid"
1113
-
1114
- #: ../classes/column/post/estimated-reading-time.php:66
1115
- msgid "second"
1116
- msgid_plural "seconds"
1117
- msgstr[0] "sekund"
1118
- msgstr[1] "sekunder"
1119
-
1120
- #: ../classes/column/post/estimated-reading-time.php:69
1121
- msgid "minute"
1122
- msgid_plural "minutes"
1123
- msgstr[0] "minut"
1124
- msgstr[1] "minuter"
1125
-
1126
- #: ../classes/column/post/estimated-reading-time.php:107
1127
- msgid "Words per minute"
1128
- msgstr "Ord per minut"
1129
-
1130
- #: ../classes/column/post/estimated-reading-time.php:108
1131
- msgid "Estimated reading time in words per minute"
1132
- msgstr "Beräknad lästid i ord per minut"
1133
-
1134
- #: ../classes/column/post/featured-image.php:19
1135
- msgid "Featured Image"
1136
- msgstr "Utvald bild"
1137
-
1138
- #: ../classes/column/post/formats.php:19
1139
- msgid "Post Format"
1140
- msgstr "Inläggsformat"
1141
-
1142
- #: ../classes/column/post/last-modified-author.php:20
1143
- msgid "Last Modified Author"
1144
- msgstr "Senast modifierad författare"
1145
-
1146
- #: ../classes/column/post/modified.php:19
1147
- msgid "Last modified"
1148
- msgstr "Senast ändrad"
1149
-
1150
- #: ../classes/column/post/order.php:19
1151
- msgid "Order"
1152
- msgstr ""
1153
-
1154
- #: ../classes/column/post/page-template.php:19
1155
- msgid "Page Template"
1156
- msgstr "Sidmallen"
1157
-
1158
- #: ../classes/column/post/parent.php:19
1159
- msgid "Parent"
1160
- msgstr "Förälder"
1161
-
1162
- #: ../classes/column/post/path.php:19
1163
- msgid "Path"
1164
- msgstr "Sökväg"
1165
-
1166
- #: ../classes/column/post/permalink.php:19
1167
- msgid "Permalink"
1168
- msgstr "Permalänk"
1169
-
1170
- #: ../classes/column/post/permalink.php:68
1171
- msgid "Link to post"
1172
- msgstr "Länka till inlägg"
1173
-
1174
- #: ../classes/column/post/permalink.php:68
1175
- msgid "This will make the permalink clickable."
1176
- msgstr "Detta gör länken klickbar."
1177
-
1178
- #: ../classes/column/post/ping-status.php:19
1179
- msgid "Ping status"
1180
- msgstr "Ping status"
1181
-
1182
- #: ../classes/column/post/roles.php:19
1183
- msgid "Roles"
1184
- msgstr "Roller"
1185
-
1186
- #: ../classes/column/post/shortcodes.php:19
1187
- msgid "Shortcodes"
1188
- msgstr "Shortcodes"
1189
-
1190
- #: ../classes/column/post/slug.php:19
1191
- msgid "Slug"
1192
- msgstr "Permalänk"
1193
-
1194
- #: ../classes/column/post/status.php:21
1195
- msgid "Status"
1196
- msgstr "Status"
1197
-
1198
- #: ../classes/column/post/sticky.php:19
1199
- msgid "Sticky"
1200
- msgstr "Klistrad"
1201
-
1202
- #: ../classes/column/post/title-raw.php:19
1203
- msgid "Title without actions"
1204
- msgstr "Titel utan åtgärder"
1205
-
1206
- #: ../classes/column/link/length.php:19
1207
- msgid "Length"
1208
- msgstr "Längd"
1209
-
1210
- #: ../classes/column/link/notes.php:19
1211
- msgid "Notes"
1212
- msgstr "Anteckningar"
1213
-
1214
- #: ../classes/column/link/owner.php:19
1215
- msgid "Owner"
1216
- msgstr "Ägare"
1217
-
1218
- #: ../classes/column/link/rss.php:19
1219
- msgid "Rss"
1220
- msgstr "RSS"
1221
-
1222
- #: ../classes/column/link/target.php:19
1223
- msgid "Target"
1224
- msgstr "Mål"
1225
-
1226
- #: ../classes/column/user/display-name.php:19
1227
- msgid "Display name"
1228
- msgstr "Visa namn"
1229
-
1230
- #: ../classes/column/user/first-name.php:19
1231
- msgid "First name"
1232
- msgstr "Förnamn"
1233
-
1234
- #: ../classes/column/user/last-name.php:19
1235
- msgid "Last name"
1236
- msgstr "Efternamn"
1237
-
1238
- #: ../classes/column/user/post-count.php:19
1239
- msgid "Post Count"
1240
- msgstr "Inläggsräknare"
1241
-
1242
- #: ../classes/column/user/post-count.php:89
1243
- msgid "Post Type"
1244
- msgstr "Inläggstyp"
1245
-
1246
- #: ../classes/column/user/registered.php:19
1247
- msgid "Registered"
1248
- msgstr "Registrerad"
1249
-
1250
- #: ../classes/column/user/rich-editing.php:19
1251
- msgid "Visual Editor"
1252
- msgstr "Visuell redigerare"
1253
-
1254
- #: ../classes/column/user/url.php:19
1255
- msgid "Url"
1256
- msgstr "Url"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns-zh_CN.mo CHANGED
Binary file
languages/codepress-admin-columns-zh_CN.po DELETED
@@ -1,1262 +0,0 @@
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 15:26+0200\n"
10
- "Last-Translator: Codepress <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;"
19
- "__ngettext_noop:1,2\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "POT-Creation-Date: \n"
22
- "X-Generator: Poedit 1.8.5\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
-
26
- #: ../codepress-admin-columns.php:451
27
- msgid "Edit columns"
28
- msgstr "编辑列"
29
-
30
- #: ../classes/addons.php:110
31
- msgid "Plugins"
32
- msgstr ""
33
-
34
- #: ../classes/addons.php:135
35
- msgid "Advanced Custom Fields"
36
- msgstr ""
37
-
38
- #: ../classes/addons.php:136
39
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
40
- msgstr ""
41
-
42
- #: ../classes/addons.php:141
43
- msgid "WooCommerce"
44
- msgstr ""
45
-
46
- #: ../classes/addons.php:142
47
- msgid "Enhance the products, orders and coupons overviews with new columns and 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 "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
96
- msgstr ""
97
-
98
- #: ../classes/column.php:1099
99
- msgid "Documentation on date and time formatting."
100
- msgstr "日期和时间格式的文档。"
101
-
102
- #: ../classes/column.php:1113
103
- msgid "Excerpt length"
104
- msgstr "摘要长度"
105
-
106
- #: ../classes/column.php:1114
107
- msgid "Number of words"
108
- msgstr "字数"
109
-
110
- #: ../classes/column.php:1132
111
- msgid "Preview size"
112
- msgstr "预览大小"
113
-
114
- #: ../classes/column.php1149, ../classes/storage_model.php:642
115
- msgid "Custom"
116
- msgstr "自定义"
117
-
118
- #: ../classes/column.php1152, ../classes/column.php:1328
119
- msgid "width"
120
- msgstr "宽度"
121
-
122
- #: ../classes/column.php:1155
123
- msgid "height"
124
- msgstr "高度"
125
-
126
- #: ../classes/column.php:1167
127
- msgid "Before"
128
- msgstr "前"
129
-
130
- #: ../classes/column.php:1167
131
- msgid "This text will appear before the custom field value."
132
- msgstr "该文本将显示在自定义字段的值的前面"
133
-
134
- #: ../classes/column.php:1168
135
- msgid "After"
136
- msgstr "后"
137
-
138
- #: ../classes/column.php:1168
139
- msgid "This text will appear after the custom field value."
140
- msgstr "该文本将显示在自定义字段的值的后面"
141
-
142
- #: ../classes/column.php:1177
143
- msgid "Display Name"
144
- msgstr "公开显示为"
145
-
146
- #: ../classes/column.php1178, ../classes/settings.php:733
147
- msgid "First Name"
148
- msgstr "名字"
149
-
150
- #: ../classes/column.php:1179
151
- msgid "Last Name"
152
- msgstr "姓氏"
153
-
154
- #: ../classes/column.php1180, ../classes/column/user/nickname.php:19
155
- msgid "Nickname"
156
- msgstr "昵称"
157
-
158
- #: ../classes/column.php:1181
159
- msgid "User Login"
160
- msgstr "用户名"
161
-
162
- #: ../classes/column.php:1182
163
- msgid "User Email"
164
- msgstr "用户邮箱"
165
-
166
- #: ../classes/column.php1183, ../classes/column/user/ID.php:19
167
- msgid "User ID"
168
- msgstr "用户ID"
169
-
170
- #: ../classes/column.php:1184
171
- msgid "First and Last Name"
172
- msgstr "姓名"
173
-
174
- #: ../classes/column.php:1187
175
- msgid "Display format"
176
- msgstr ""
177
-
178
- #: ../classes/column.php:1187
179
- msgid "This is the format of the author name."
180
- msgstr "作者名字的格式"
181
-
182
- #: ../classes/column.php:1350
183
- msgid "Edit"
184
- msgstr "编辑"
185
-
186
- #: ../classes/column.php1352, ../classes/column.php:1444
187
- msgid "Clone"
188
- msgstr ""
189
-
190
- #: ../classes/column.php:1354
191
- msgid "Remove"
192
- msgstr "删除"
193
-
194
- #: ../classes/column.php1372, ../classes/column/custom-field.php408, ../classes/column/comment/type.php:13
195
- msgid "Type"
196
- msgstr "类型"
197
-
198
- #: ../classes/column.php:1372
199
- msgid "Choose a column type."
200
- msgstr "选择一个列类型。"
201
-
202
- #: ../classes/column.php:1372
203
- msgid "Name"
204
- msgstr ""
205
-
206
- #: ../classes/column.php:1382
207
- msgid "Label"
208
- msgstr "标签"
209
-
210
- #: ../classes/column.php:1382
211
- msgid "This is the name which will appear as the column header."
212
- msgstr "该名称将显示为列标题。"
213
-
214
- #: ../classes/column.php1389, ../classes/column/media/width.php:19
215
- msgid "Width"
216
- msgstr "宽度"
217
-
218
- #: ../classes/column.php:1391
219
- msgid "default"
220
- msgstr "默认"
221
-
222
- #: ../classes/column.php:1392
223
- msgid "auto"
224
- msgstr ""
225
-
226
- #: ../classes/column.php:1466
227
- msgid "Property To Display"
228
- msgstr ""
229
-
230
- #: ../classes/column.php:1472
231
- msgid "Post property to display for related post(s)."
232
- msgstr ""
233
-
234
- #: ../classes/column.php1484, ../classes/column/post/author-name.php:95
235
- msgid "Link To"
236
- msgstr ""
237
-
238
- #: ../classes/column.php:1489
239
- msgid "Edit Post Author"
240
- msgstr ""
241
-
242
- #: ../classes/column.php:1490
243
- msgid "View Public Post Author Page"
244
- msgstr ""
245
-
246
- #: ../classes/column.php:1492
247
- msgid "Page the posts should link to."
248
- msgstr ""
249
-
250
- #: ../classes/review_notice.php55, ../classes/settings.php170, ../classes/settings.php599, ../classes/upgrade.php:135
251
- msgid "Admin Columns"
252
- msgstr "Admin Columns"
253
-
254
- #: ../classes/review_notice.php:58
255
- msgid "Admin Columns Pro"
256
- msgstr ""
257
-
258
- #: ../classes/review_notice.php:68
259
- msgid "click here"
260
- msgstr ""
261
-
262
- #: ../classes/review_notice.php:72
263
- msgid "Leave a review!"
264
- msgstr ""
265
-
266
- #: ../classes/review_notice.php:73
267
- msgid "Permanently hide notice"
268
- msgstr ""
269
-
270
- #: ../classes/review_notice.php:80
271
- msgid ""
272
- "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 "
273
- "%s."
274
- msgstr ""
275
-
276
- #: ../classes/review_notice.php:82
277
- msgid "documentation page"
278
- msgstr ""
279
-
280
- #: ../classes/review_notice.php:86
281
- msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
282
- msgstr ""
283
-
284
- #: ../classes/review_notice.php:87
285
- msgid "our forums"
286
- msgstr ""
287
-
288
- #: ../classes/review_notice.php:91
289
- msgid "You can also find help on the %s, and %s."
290
- msgstr ""
291
-
292
- #: ../classes/review_notice.php:92
293
- msgid "Admin Columns forums on WordPress.org"
294
- msgstr ""
295
-
296
- #: ../classes/review_notice.php:93
297
- msgid "find answers to some frequently asked questions"
298
- msgstr ""
299
-
300
- #: ../classes/settings.php:113
301
- msgid "Add-on successfully activated."
302
- msgstr ""
303
-
304
- #: ../classes/settings.php:116
305
- msgid "Add-on successfully deactivated."
306
- msgstr ""
307
-
308
- #: ../classes/settings.php:170
309
- msgid "Admin Columns Settings"
310
- msgstr "Admin Columns 设置"
311
-
312
- #: ../classes/settings.php:228
313
- msgid "%s column is already present and can not be duplicated."
314
- msgstr "%s 这个列已经存在,不能被复制。"
315
-
316
- #: ../classes/settings.php:284
317
- msgid "Default settings succesfully restored."
318
- msgstr "已成功恢复默认设置。"
319
-
320
- #: ../classes/settings.php:301
321
- msgid "Overview"
322
- msgstr "预览"
323
-
324
- #: ../classes/settings.php:304
325
- msgid ""
326
- "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 "
327
- "column's label and reorder them."
328
- msgstr "该插件用来从管理界面中添加或移除额外的列,比如文章(自定义文章类型)、页面、媒体库、评论、链接和用户的管理界面。修改列的标题和重新排序它们。"
329
-
330
- #: ../classes/settings.php:307
331
- msgid "Basics"
332
- msgstr "基础"
333
-
334
- #: ../classes/settings.php:309
335
- msgid "Change order"
336
- msgstr "更改排序"
337
-
338
- #: ../classes/settings.php:310
339
- msgid "By dragging the columns you can change the order which they will appear in."
340
- msgstr "拖动排序这些列,你可以重新排列它们显示的顺序。"
341
-
342
- #: ../classes/settings.php:311
343
- msgid "Change label"
344
- msgstr "更改标签"
345
-
346
- #: ../classes/settings.php:312
347
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
348
- msgstr "点击三角形,你会看到列的选项。在这里,你可以改变每个标签的列标题栏。"
349
-
350
- #: ../classes/settings.php:313
351
- msgid "Change column width"
352
- msgstr "更改列宽"
353
-
354
- #: ../classes/settings.php:314
355
- msgid "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."
356
- msgstr "点击三角形,你会看到列的选项。你可以通过拖动滑块设置列的百分比宽度。"
357
-
358
- #: ../classes/settings.php318, ../classes/storage_model.php641, ../classes/column/custom-field.php23, ../classes/column/custom-field.php:391
359
- msgid "Custom Field"
360
- msgstr "自定义字段"
361
-
362
- #: ../classes/settings.php:320
363
- msgid "'Custom Field' column"
364
- msgstr "“自定义字段”列"
365
-
366
- #: ../classes/settings.php:321
367
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
368
- msgstr "自定义字段列使用文章和用户的自定义字段,你可以设置10中类型。"
369
-
370
- #: ../classes/settings.php323, ../classes/storage_model.php640, ../classes/column/custom-field.php:95
371
- msgid "Default"
372
- msgstr "默认"
373
-
374
- #: ../classes/settings.php:323
375
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
376
- msgstr "值:可以是一个字符串或数组。数组将被压平(Arrays will be flattened),值之间用逗号“,”隔开。"
377
-
378
- #: ../classes/settings.php324, ../classes/column/custom-field.php101, ../classes/column/link/image.php:19
379
- msgid "Image"
380
- msgstr "图像"
381
-
382
- #: ../classes/settings.php:324
383
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
384
- msgstr "值:应该包括一个图像URL或附件ID(使用逗号“,”隔开)"
385
-
386
- #: ../classes/settings.php325, ../classes/column/post/excerpt.php:19
387
- msgid "Excerpt"
388
- msgstr "摘要"
389
-
390
- #: ../classes/settings.php:325
391
- msgid "Value: This will show the first 20 words of the Post content."
392
- msgstr "值:将显示文章内容的前 20 个字。"
393
-
394
- #: ../classes/settings.php326, ../classes/column/custom-field.php:103
395
- msgid "Multiple Values"
396
- msgstr "多个值"
397
-
398
- #: ../classes/settings.php:326
399
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
400
- msgstr "值:应该是一个数组。这将被压平(多维)数组"
401
-
402
- #: ../classes/settings.php327, ../classes/column/custom-field.php:104
403
- msgid "Numeric"
404
- msgstr "数字"
405
-
406
- #: ../classes/settings.php:327
407
- msgid "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."
408
- msgstr "值:只能是数字。<br/>如果你安装了“排序扩展”,这将用于排序,所以你可以通过这个数字(自定义字段)值来排序文章。"
409
-
410
- #: ../classes/settings.php328, ../classes/column/custom-field.php99, ../classes/column/comment/date.php:19
411
- msgid "Date"
412
- msgstr "日期"
413
-
414
- #: ../classes/settings.php:328
415
- msgid ""
416
- "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> "
417
- "page."
418
- msgstr "值:可以是 Unix 时间戳或<a href='%s'>规则</a>中描述的一种日期格式。你可以在 <a href='%s'>常规设置</a> 页面修改输出的日期格式。"
419
-
420
- #: ../classes/settings.php:329
421
- msgid "Post Titles"
422
- msgstr "文章标题"
423
-
424
- #: ../classes/settings.php:329
425
- msgid "Value: can be one or more Post ID's (seperated by ',')."
426
- msgstr "值:可以是一个或多个文章ID(使用逗号“,”隔开)"
427
-
428
- #: ../classes/settings.php:330
429
- msgid "Usernames"
430
- msgstr "用户名"
431
-
432
- #: ../classes/settings.php:330
433
- msgid "Value: can be one or more User ID's (seperated by ',')."
434
- msgstr "值:可以是一个或多个用户ID(使用逗号“,”隔开)"
435
-
436
- #: ../classes/settings.php:331
437
- msgid "Checkmark"
438
- msgstr "判断"
439
-
440
- #: ../classes/settings.php:331
441
- msgid "Value: should be a 1 (one) or 0 (zero)."
442
- msgstr "值:应该是 1 (一)或 0 (零)"
443
-
444
- #: ../classes/settings.php332, ../classes/column/custom-field.php:97
445
- msgid "Color"
446
- msgstr "颜色"
447
-
448
- #: ../classes/settings.php:332
449
- msgid "Value: hex value color, such as #808080."
450
- msgstr "值:十六进制值的颜色,如#808080。"
451
-
452
- #: ../classes/settings.php333, ../classes/column/custom-field.php:98
453
- msgid "Counter"
454
- msgstr ""
455
-
456
- #: ../classes/settings.php:333
457
- msgid "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."
458
- msgstr ""
459
-
460
- #: ../classes/settings.php:422
461
- msgid "Welcome to Admin Columns"
462
- msgstr "欢迎使用Admin Columns插件。"
463
-
464
- #: ../classes/settings.php:425
465
- msgid "Thank you for updating to the latest version!"
466
- msgstr "感谢您更新到最新版本!"
467
-
468
- #: ../classes/settings.php:426
469
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
470
- msgstr "Admin Columns插件比以往任何时候都更加精致,愉快。我们希望你喜欢它。"
471
-
472
- #: ../classes/settings.php:431
473
- msgid "What’s New"
474
- msgstr "最近更新"
475
-
476
- #: ../classes/settings.php:432
477
- msgid "Changelog"
478
- msgstr "更新记录"
479
-
480
- #: ../classes/settings.php:437
481
- msgid "Important"
482
- msgstr "重要"
483
-
484
- #: ../classes/settings.php:439
485
- msgid "Database Changes"
486
- msgstr "数据库更改"
487
-
488
- #: ../classes/settings.php:440
489
- msgid "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."
490
- msgstr "该数据库已在版本1和2之间进行了更改。但我们确信你仍然可以回滚到版本1x,这是没有任何问题的。"
491
-
492
- #: ../classes/settings.php:443
493
- msgid "Make sure you backup your database and then click"
494
- msgstr "确保你已经备份了数据库,然后点击"
495
-
496
- #: ../classes/settings.php443, ../classes/upgrade.php:143
497
- msgid "Upgrade Database"
498
- msgstr "升级数据库"
499
-
500
- #: ../classes/settings.php:446
501
- msgid "Potential Issues"
502
- msgstr "潜在问题"
503
-
504
- #: ../classes/settings.php:447
505
- msgid "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"
506
- msgstr "做了相当大的代码重构,包括扩展和各类钩子,你的网站可能无法正常工作。强烈建议你阅读完整的 "
507
-
508
- #: ../classes/settings.php:447
509
- msgid "Migrating from v1 to v2"
510
- msgstr "从 v1 迁移到 v2"
511
-
512
- #: ../classes/settings.php:447
513
- msgid "guide to view the full list of changes."
514
- msgstr "引导查看完整的更改列表。"
515
-
516
- #: ../classes/settings.php:447
517
- msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
518
- msgstr ""
519
-
520
- #: ../classes/settings.php:450
521
- msgid "Important!"
522
- msgstr "重要!"
523
-
524
- #: ../classes/settings.php:450
525
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
526
- msgstr "如果你更新了 Admin Columns 插件没有另行通知这些变更,请回滚到最新版本"
527
-
528
- #: ../classes/settings.php:450
529
- msgid "version 1"
530
- msgstr "版本 1"
531
-
532
- #: ../classes/settings.php:450
533
- msgid "of this plugin."
534
- msgstr "这个插件。"
535
-
536
- #: ../classes/settings.php:456
537
- msgid "Changelog for"
538
- msgstr "更新记录 for"
539
-
540
- #: ../classes/settings.php471, ../classes/upgrade.php:63
541
- msgid "Learn more"
542
- msgstr "了解更多"
543
-
544
- #: ../classes/settings.php:481
545
- msgid "Start using Admin Columns"
546
- msgstr "开始使用Admin Columns"
547
-
548
- #: ../classes/settings.php:500
549
- msgid "General Settings"
550
- msgstr "常规设置"
551
-
552
- #: ../classes/settings.php:501
553
- msgid "Customize your Admin Columns settings."
554
- msgstr "自定义Admin Columns的设置"
555
-
556
- #: ../classes/settings.php:512
557
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
558
- msgstr ""
559
-
560
- #: ../classes/settings.php:559
561
- msgid "Restore Settings"
562
- msgstr "恢复设置"
563
-
564
- #: ../classes/settings.php:560
565
- msgid "This will delete all column settings and restore the default settings."
566
- msgstr "这将删除所有列的设置和恢复到默认设置。"
567
-
568
- #: ../classes/settings.php:566
569
- msgid "Restore default settings"
570
- msgstr "恢复默认设置"
571
-
572
- #: ../classes/settings.php:566
573
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
574
- msgstr ""
575
-
576
- #: ../classes/settings.php:582
577
- msgid "Posttypes"
578
- msgstr ""
579
-
580
- #: ../classes/settings.php:583
581
- msgid "Others"
582
- msgstr ""
583
-
584
- #: ../classes/settings.php:584
585
- msgid "Taxonomies"
586
- msgstr ""
587
-
588
- #: ../classes/settings.php:600
589
- msgid "Settings"
590
- msgstr "设置"
591
-
592
- #: ../classes/settings.php:601
593
- msgid "Add-ons"
594
- msgstr ""
595
-
596
- #: ../classes/settings.php:669
597
- msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
598
- msgstr ""
599
-
600
- #: ../classes/settings.php:679
601
- msgid "Store settings"
602
- msgstr "保存设置"
603
-
604
- #: ../classes/settings.php:687
605
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
606
- msgstr ""
607
-
608
- #: ../classes/settings.php:688
609
- msgid "Restore"
610
- msgstr "恢复"
611
-
612
- #: ../classes/settings.php:688
613
- msgid "columns"
614
- msgstr "列"
615
-
616
- #: ../classes/settings.php:707
617
- msgid "Get Admin Columns Pro"
618
- msgstr ""
619
-
620
- #: ../classes/settings.php:711
621
- msgid "Add Sorting"
622
- msgstr "添加排序"
623
-
624
- #: ../classes/settings.php:712
625
- msgid "Add Filtering"
626
- msgstr "添加过滤器"
627
-
628
- #: ../classes/settings.php:713
629
- msgid "Add Import/Export"
630
- msgstr "添加 导入/导出"
631
-
632
- #: ../classes/settings.php:714
633
- msgid "Add Direct Editing"
634
- msgstr ""
635
-
636
- #: ../classes/settings.php:717
637
- msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
638
- msgstr ""
639
-
640
- #: ../classes/settings.php:730
641
- msgid "Subscribe to receive news &amp; updates below."
642
- msgstr ""
643
-
644
- #: ../classes/settings.php:737
645
- msgid "Your Email"
646
- msgstr ""
647
-
648
- #: ../classes/settings.php:748
649
- msgid "Are you happy with Admin Columns?"
650
- msgstr ""
651
-
652
- #: ../classes/settings.php:756
653
- msgid "What's wrong? Need help? Let us know!"
654
- msgstr ""
655
-
656
- #: ../classes/settings.php:757
657
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
658
- msgstr ""
659
-
660
- #: ../classes/settings.php:765
661
- msgid "Docs"
662
- msgstr ""
663
-
664
- #: ../classes/settings.php:770
665
- msgid "Forums"
666
- msgstr ""
667
-
668
- #: ../classes/settings.php:779
669
- msgid "Woohoo! We're glad to hear that!"
670
- msgstr ""
671
-
672
- #: ../classes/settings.php:780
673
- msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
674
- msgstr ""
675
-
676
- #: ../classes/settings.php:784
677
- msgid "Rate"
678
- msgstr ""
679
-
680
- #: ../classes/settings.php:795
681
- msgid "Tweet"
682
- msgstr ""
683
-
684
- #: ../classes/settings.php:805
685
- msgid "Buy Pro"
686
- msgstr ""
687
-
688
- #: ../classes/settings.php:817
689
- msgid "Support"
690
- msgstr "支持"
691
-
692
- #: ../classes/settings.php:820
693
- msgid "Check the <strong>Help</strong> section in the top-right screen."
694
- msgstr "查看右上角的 <strong>帮助</strong>"
695
-
696
- #: ../classes/settings.php:823
697
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
698
- msgstr ""
699
- "<a href='%s'>访问官方网站</a> 获取帮助文档,反馈Bug,提交建议和其他技巧。</p><p>本插件由 <a href=\"http://www.wpdaxue.com\" title=\"优秀的WordPress建站资源平台\" target="
700
- "\"_blank\">WordPress大学</a> 提供简体中文支持。"
701
-
702
- #: ../classes/settings.php:852
703
- msgid "Drag and drop to reorder"
704
- msgstr "拖动排序"
705
-
706
- #: ../classes/settings.php:855
707
- msgid "Add Column"
708
- msgstr "添加列"
709
-
710
- #: ../classes/settings.php:936
711
- msgid "Active"
712
- msgstr ""
713
-
714
- #: ../classes/settings.php:937
715
- msgid "Deactivate"
716
- msgstr ""
717
-
718
- #: ../classes/settings.php:944
719
- msgid "Installed"
720
- msgstr ""
721
-
722
- #: ../classes/settings.php:945
723
- msgid "Activate"
724
- msgstr ""
725
-
726
- #: ../classes/settings.php:959
727
- msgid "Download & Install"
728
- msgstr ""
729
-
730
- #: ../classes/settings.php:964
731
- msgid "Get this add-on"
732
- msgstr ""
733
-
734
- #: ../classes/storage_model.php:262
735
- msgid "settings succesfully restored."
736
- msgstr "设置已成功恢复!"
737
-
738
- #: ../classes/storage_model.php:278
739
- msgid "No columns settings available."
740
- msgstr "没有可用的列设置。"
741
-
742
- #: ../classes/storage_model.php:299
743
- msgid "You are trying to store the same settings for %s."
744
- msgstr "你正在尝试为 %s 保存同样设置"
745
-
746
- #: ../classes/storage_model.php:303
747
- msgid "Settings for %s updated successfully."
748
- msgstr ""
749
-
750
- #: ../classes/storage_model.php:643
751
- msgid "Columns by Plugins"
752
- msgstr ""
753
-
754
- #: ../classes/storage_model.php:862
755
- msgid "View"
756
- msgstr "查看"
757
-
758
- #: ../classes/upgrade.php:62
759
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
760
- msgstr ""
761
-
762
- #: ../classes/upgrade.php95, ../classes/upgrade.php:95
763
- msgid "Upgrade"
764
- msgstr "升级"
765
-
766
- #: ../classes/upgrade.php:136
767
- msgid "requires a database upgrade"
768
- msgstr "需要升级数据库"
769
-
770
- #: ../classes/upgrade.php:139
771
- msgid "why?"
772
- msgstr "为什么?"
773
-
774
- #: ../classes/upgrade.php:140
775
- msgid "Please"
776
- msgstr "请"
777
-
778
- #: ../classes/upgrade.php:141
779
- msgid "backup your database"
780
- msgstr "备份数据库"
781
-
782
- #: ../classes/upgrade.php:142
783
- msgid "then click"
784
- msgstr "然后点击"
785
-
786
- #: ../classes/upgrade.php:351
787
- msgid "Migrating Column Settings"
788
- msgstr "迁移列设置"
789
-
790
- #: ../classes/upgrade.php:387
791
- msgid "No Upgrade Required"
792
- msgstr "无需升级"
793
-
794
- #: ../classes/upgrade.php:388
795
- msgid "Return to welcome screen."
796
- msgstr "返回欢迎界面"
797
-
798
- #: ../classes/upgrade.php:406
799
- msgid "Upgrade Complete!"
800
- msgstr "升级完成!"
801
-
802
- #: ../classes/upgrade.php:406
803
- msgid "Return to settings."
804
- msgstr "返回设置。"
805
-
806
- #: ../classes/upgrade.php:407
807
- msgid "Error"
808
- msgstr "错误"
809
-
810
- #: ../classes/upgrade.php:408
811
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
812
- msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
813
-
814
- #: ../classes/column/acf-placeholder.php:19
815
- msgid "ACF Field"
816
- msgstr ""
817
-
818
- #: ../classes/column/acf-placeholder.php:35
819
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
820
- msgstr ""
821
-
822
- #: ../classes/column/acf-placeholder.php:38
823
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
824
- msgstr ""
825
-
826
- #: ../classes/column/acf-placeholder.php:44
827
- msgid "Find out more"
828
- msgstr ""
829
-
830
- #: ../classes/column/actions.php29, ../classes/column/link/actions.php:19
831
- msgid "Actions"
832
- msgstr "操作"
833
-
834
- #: ../classes/column/actions.php:96
835
- msgid "Use icons?"
836
- msgstr ""
837
-
838
- #: ../classes/column/actions.php:96
839
- msgid "Use icons instead of text for displaying the actions."
840
- msgstr ""
841
-
842
- #: ../classes/column/custom-field.php:96
843
- msgid "Checkmark (true/false)"
844
- msgstr "判断(true/false)"
845
-
846
- #: ../classes/column/custom-field.php:102
847
- msgid "Media Library"
848
- msgstr "媒体库"
849
-
850
- #: ../classes/column/custom-field.php:105
851
- msgid "Post Title (Post ID's)"
852
- msgstr "文章标题(文章ID)"
853
-
854
- #: ../classes/column/custom-field.php:106
855
- msgid "Username (User ID's)"
856
- msgstr "用户名(用户ID)"
857
-
858
- #: ../classes/column/custom-field.php:107
859
- msgid "Term Name (Term ID's)"
860
- msgstr ""
861
-
862
- #: ../classes/column/custom-field.php:391
863
- msgid "Select your custom field."
864
- msgstr "选择自定义字段"
865
-
866
- #: ../classes/column/custom-field.php:401
867
- msgid "No custom fields available."
868
- msgstr "没有可用的自定义字段"
869
-
870
- #: ../classes/column/custom-field.php:401
871
- msgid "Please create a %s item first."
872
- msgstr ""
873
-
874
- #: ../classes/column/custom-field.php:408
875
- msgid "Field Type"
876
- msgstr "字段类型"
877
-
878
- #: ../classes/column/custom-field.php:408
879
- msgid "This will determine how the value will be displayed."
880
- msgstr "用来确定如何显示值"
881
-
882
- #: ../classes/column/taxonomy.php20, ../classes/column/taxonomy.php:83
883
- msgid "Taxonomy"
884
- msgstr "分类法"
885
-
886
- #: ../classes/column/used-by-menu.php:20
887
- msgid "Used by Menu"
888
- msgstr ""
889
-
890
- #: ../classes/column/used-by-menu.php:133
891
- msgid "Link to menu"
892
- msgstr ""
893
-
894
- #: ../classes/column/used-by-menu.php:133
895
- msgid "This will make the title link to the menu."
896
- msgstr ""
897
-
898
- #: ../classes/column/comment/ID.php19, ../classes/column/media/ID.php19, ../classes/column/post/ID.php19, ../classes/column/link/ID.php:19
899
- msgid "ID"
900
- msgstr "ID"
901
-
902
- #: ../classes/column/comment/agent.php:19
903
- msgid "Agent"
904
- msgstr "代理(Agent)"
905
-
906
- #: ../classes/column/comment/approved.php19, ../classes/column/post/comment-count.php:35
907
- msgid "Approved"
908
- msgstr "已通过"
909
-
910
- #: ../classes/column/comment/author-avatar.php:19
911
- msgid "Avatar"
912
- msgstr "头像"
913
-
914
- #: ../classes/column/comment/author-email.php:19
915
- msgid "Author email"
916
- msgstr "作者邮箱"
917
-
918
- #: ../classes/column/comment/author-ip.php:19
919
- msgid "Author IP"
920
- msgstr "作者IP"
921
-
922
- #: ../classes/column/comment/author-name.php:12
923
- msgid "Author name"
924
- msgstr ""
925
-
926
- #: ../classes/column/comment/author-url.php:19
927
- msgid "Author url"
928
- msgstr "作者url"
929
-
930
- #: ../classes/column/comment/author.php:19
931
- msgid "Author"
932
- msgstr "作者"
933
-
934
- #: ../classes/column/comment/date-gmt.php:19
935
- msgid "Date GMT"
936
- msgstr "日期GMT"
937
-
938
- #: ../classes/column/comment/excerpt.php19, ../classes/column/post/content.php:19
939
- msgid "Content"
940
- msgstr ""
941
-
942
- #: ../classes/column/comment/post.php:19
943
- msgid "Post"
944
- msgstr ""
945
-
946
- #: ../classes/column/comment/reply-to.php:19
947
- msgid "In Reply To"
948
- msgstr "回应给"
949
-
950
- #: ../classes/column/comment/user.php:11
951
- msgid "User"
952
- msgstr ""
953
-
954
- #: ../classes/column/comment/word-count.php19, ../classes/column/post/word-count.php:19
955
- msgid "Word count"
956
- msgstr "字数"
957
-
958
- #: ../classes/column/media/alternate-text.php:19
959
- msgid "Alt"
960
- msgstr "Alt"
961
-
962
- #: ../classes/column/media/attached-to.php:19
963
- msgid "Attached to post"
964
- msgstr ""
965
-
966
- #: ../classes/column/media/available-sizes.php:20
967
- msgid "Available Sizes"
968
- msgstr "可用尺寸"
969
-
970
- #: ../classes/column/media/available-sizes.php:40
971
- msgid "full size"
972
- msgstr "全尺寸"
973
-
974
- #: ../classes/column/media/caption.php19, ../classes/column/media/exif-data.php:41
975
- msgid "Caption"
976
- msgstr "标题"
977
-
978
- #: ../classes/column/media/description.php19, ../classes/column/link/description.php19, ../classes/column/user/description.php:19
979
- msgid "Description"
980
- msgstr "描述"
981
-
982
- #: ../classes/column/media/dimensions.php:19
983
- msgid "Dimensions"
984
- msgstr "尺寸"
985
-
986
- #: ../classes/column/media/exif-data.php:19
987
- msgid "EXIF data"
988
- msgstr "EXIF数据"
989
-
990
- #: ../classes/column/media/exif-data.php:38
991
- msgid "Aperture"
992
- msgstr "光圈"
993
-
994
- #: ../classes/column/media/exif-data.php:39
995
- msgid "Credit"
996
- msgstr "信用"
997
-
998
- #: ../classes/column/media/exif-data.php:40
999
- msgid "Camera"
1000
- msgstr "相机"
1001
-
1002
- #: ../classes/column/media/exif-data.php:42
1003
- msgid "Timestamp"
1004
- msgstr "时间戳"
1005
-
1006
- #: ../classes/column/media/exif-data.php:43
1007
- msgid "Copyright EXIF"
1008
- msgstr "版权EXIF"
1009
-
1010
- #: ../classes/column/media/exif-data.php:44
1011
- msgid "Focal Length"
1012
- msgstr "焦距"
1013
-
1014
- #: ../classes/column/media/exif-data.php:45
1015
- msgid "ISO"
1016
- msgstr "ISO"
1017
-
1018
- #: ../classes/column/media/exif-data.php:46
1019
- msgid "Shutter Speed"
1020
- msgstr "快门速度"
1021
-
1022
- #: ../classes/column/media/exif-data.php:47
1023
- msgid "Title"
1024
- msgstr "标题"
1025
-
1026
- #: ../classes/column/media/file-name.php:19
1027
- msgid "File name"
1028
- msgstr "名字"
1029
-
1030
- #: ../classes/column/media/file-size.php:19
1031
- msgid "File size"
1032
- msgstr "文件大小"
1033
-
1034
- #: ../classes/column/media/full-path.php19, ../classes/column/media/full-path.php:92
1035
- msgid "Full path"
1036
- msgstr "完整路径"
1037
-
1038
- #: ../classes/column/media/full-path.php:83
1039
- msgid "Path scope"
1040
- msgstr ""
1041
-
1042
- #: ../classes/column/media/full-path.php:84
1043
- msgid "Part of the file path to display"
1044
- msgstr ""
1045
-
1046
- #: ../classes/column/media/full-path.php:97
1047
- msgid "Relative to domain"
1048
- msgstr ""
1049
-
1050
- #: ../classes/column/media/full-path.php:102
1051
- msgid "Relative to main uploads folder "
1052
- msgstr ""
1053
-
1054
- #: ../classes/column/media/height.php:19
1055
- msgid "Height"
1056
- msgstr "高度"
1057
-
1058
- #: ../classes/column/media/mime-type.php:19
1059
- msgid "Mime type"
1060
- msgstr "Mime类型"
1061
-
1062
- #: ../classes/column/post/attachment-count.php:19
1063
- msgid "No. of Attachments"
1064
- msgstr "附件数量"
1065
-
1066
- #: ../classes/column/post/attachment.php:19
1067
- msgid "Attachments"
1068
- msgstr ""
1069
-
1070
- #: ../classes/column/post/author-name.php:20
1071
- msgid "Display Author As"
1072
- msgstr "显示作者为"
1073
-
1074
- #: ../classes/column/post/author-name.php:100
1075
- msgid "View Public Author Page"
1076
- msgstr ""
1077
-
1078
- #: ../classes/column/post/author-name.php:102
1079
- msgid "Page the author name should link to."
1080
- msgstr ""
1081
-
1082
- #: ../classes/column/post/before-moretag.php:19
1083
- msgid "Before More Tag"
1084
- msgstr "More标签前"
1085
-
1086
- #: ../classes/column/post/comment-count.php:20
1087
- msgid "Comment count"
1088
- msgstr "评论数量"
1089
-
1090
- #: ../classes/column/post/comment-count.php:34
1091
- msgid "Total"
1092
- msgstr "所有"
1093
-
1094
- #: ../classes/column/post/comment-count.php:36
1095
- msgid "Pending"
1096
- msgstr "待审"
1097
-
1098
- #: ../classes/column/post/comment-count.php:37
1099
- msgid "Spam"
1100
- msgstr "垃圾评论"
1101
-
1102
- #: ../classes/column/post/comment-count.php:38
1103
- msgid "Trash"
1104
- msgstr "回收站"
1105
-
1106
- #: ../classes/column/post/comment-count.php99, ../classes/column/post/comment-status.php:20
1107
- msgid "Comment status"
1108
- msgstr "评论状态"
1109
-
1110
- #: ../classes/column/post/comment-count.php:99
1111
- msgid "Select which comment status you like to display."
1112
- msgstr "选择你要显示的评论状态"
1113
-
1114
- #: ../classes/column/post/depth.php:19
1115
- msgid "Depth"
1116
- msgstr ""
1117
-
1118
- #: ../classes/column/post/estimated-reading-time.php:19
1119
- msgid "Estimated Reading Time"
1120
- msgstr ""
1121
-
1122
- #: ../classes/column/post/estimated-reading-time.php:66
1123
- msgid "second"
1124
- msgid_plural "seconds"
1125
- msgstr[0] ""
1126
-
1127
- #: ../classes/column/post/estimated-reading-time.php:69
1128
- msgid "minute"
1129
- msgid_plural "minutes"
1130
- msgstr[0] ""
1131
-
1132
- #: ../classes/column/post/estimated-reading-time.php:107
1133
- msgid "Words per minute"
1134
- msgstr ""
1135
-
1136
- #: ../classes/column/post/estimated-reading-time.php:108
1137
- msgid "Estimated reading time in words per minute"
1138
- msgstr ""
1139
-
1140
- #: ../classes/column/post/featured-image.php:19
1141
- msgid "Featured Image"
1142
- msgstr "特色图像"
1143
-
1144
- #: ../classes/column/post/formats.php:19
1145
- msgid "Post Format"
1146
- msgstr "文章形式"
1147
-
1148
- #: ../classes/column/post/last-modified-author.php:20
1149
- msgid "Last Modified Author"
1150
- msgstr ""
1151
-
1152
- #: ../classes/column/post/modified.php:19
1153
- msgid "Last modified"
1154
- msgstr "最后修订"
1155
-
1156
- #: ../classes/column/post/order.php:19
1157
- msgid "Order"
1158
- msgstr ""
1159
-
1160
- #: ../classes/column/post/page-template.php:19
1161
- msgid "Page Template"
1162
- msgstr "页面模板"
1163
-
1164
- #: ../classes/column/post/parent.php:19
1165
- msgid "Parent"
1166
- msgstr "父级"
1167
-
1168
- #: ../classes/column/post/path.php:19
1169
- msgid "Path"
1170
- msgstr ""
1171
-
1172
- #: ../classes/column/post/permalink.php:19
1173
- msgid "Permalink"
1174
- msgstr ""
1175
-
1176
- #: ../classes/column/post/permalink.php:68
1177
- msgid "Link to post"
1178
- msgstr ""
1179
-
1180
- #: ../classes/column/post/permalink.php:68
1181
- msgid "This will make the permalink clickable."
1182
- msgstr ""
1183
-
1184
- #: ../classes/column/post/ping-status.php:19
1185
- msgid "Ping status"
1186
- msgstr "Ping状态"
1187
-
1188
- #: ../classes/column/post/roles.php:19
1189
- msgid "Roles"
1190
- msgstr "角色"
1191
-
1192
- #: ../classes/column/post/shortcodes.php:19
1193
- msgid "Shortcodes"
1194
- msgstr ""
1195
-
1196
- #: ../classes/column/post/slug.php:19
1197
- msgid "Slug"
1198
- msgstr "别名"
1199
-
1200
- #: ../classes/column/post/status.php:21
1201
- msgid "Status"
1202
- msgstr "状态"
1203
-
1204
- #: ../classes/column/post/sticky.php:19
1205
- msgid "Sticky"
1206
- msgstr "置顶"
1207
-
1208
- #: ../classes/column/post/title-raw.php:19
1209
- msgid "Title without actions"
1210
- msgstr ""
1211
-
1212
- #: ../classes/column/link/length.php:19
1213
- msgid "Length"
1214
- msgstr "长度"
1215
-
1216
- #: ../classes/column/link/notes.php:19
1217
- msgid "Notes"
1218
- msgstr "笔记"
1219
-
1220
- #: ../classes/column/link/owner.php:19
1221
- msgid "Owner"
1222
- msgstr "所有者"
1223
-
1224
- #: ../classes/column/link/rss.php:19
1225
- msgid "Rss"
1226
- msgstr "Rss"
1227
-
1228
- #: ../classes/column/link/target.php:19
1229
- msgid "Target"
1230
- msgstr "Target"
1231
-
1232
- #: ../classes/column/user/display-name.php:19
1233
- msgid "Display name"
1234
- msgstr ""
1235
-
1236
- #: ../classes/column/user/first-name.php:19
1237
- msgid "First name"
1238
- msgstr "名字"
1239
-
1240
- #: ../classes/column/user/last-name.php:19
1241
- msgid "Last name"
1242
- msgstr "姓氏"
1243
-
1244
- #: ../classes/column/user/post-count.php:19
1245
- msgid "Post Count"
1246
- msgstr "文章数量"
1247
-
1248
- #: ../classes/column/user/post-count.php:89
1249
- msgid "Post Type"
1250
- msgstr "文章类型"
1251
-
1252
- #: ../classes/column/user/registered.php:19
1253
- msgid "Registered"
1254
- msgstr "注册"
1255
-
1256
- #: ../classes/column/user/rich-editing.php:19
1257
- msgid "Visual Editor"
1258
- msgstr ""
1259
-
1260
- #: ../classes/column/user/url.php:19
1261
- msgid "Url"
1262
- msgstr "Url"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/codepress-admin-columns.pot CHANGED
@@ -17,811 +17,811 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n\n"
19
 
20
- #: ../codepress-admin-columns.php:451
21
  msgid "Edit columns"
22
  msgstr ""
23
 
24
- #: ../classes/addons.php:110
25
  msgid "Plugins"
26
  msgstr ""
27
 
28
- #: ../classes/addons.php:135
29
  msgid "Advanced Custom Fields"
30
  msgstr ""
31
 
32
- #: ../classes/addons.php:136
33
  msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
34
  msgstr ""
35
 
36
- #: ../classes/addons.php:141
37
  msgid "WooCommerce"
38
  msgstr ""
39
 
40
- #: ../classes/addons.php:142
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:624
45
  msgid "Thumbnail"
46
  msgstr ""
47
 
48
- #: ../classes/column.php:625
49
  msgid "Medium"
50
  msgstr ""
51
 
52
- #: ../classes/column.php:626
53
  msgid "Large"
54
  msgstr ""
55
 
56
- #: ../classes/column.php:627
57
  msgid "Full"
58
  msgstr ""
59
 
60
- #: ../classes/column.php:1059
61
  msgid "Exact match"
62
  msgstr ""
63
 
64
- #: ../classes/column.php:1060
65
  msgid "Lesser than"
66
  msgstr ""
67
 
68
- #: ../classes/column.php:1061
69
  msgid "Greater than"
70
  msgstr ""
71
 
72
- #: ../classes/column.php:1062
73
  msgid "Between"
74
  msgstr ""
75
 
76
- #: ../classes/column.php:1089
77
  msgid "Date Format"
78
  msgstr ""
79
 
80
- #: ../classes/column.php:1090
81
  msgid "This will determine how the date will be displayed."
82
  msgstr ""
83
 
84
- #: ../classes/column.php:1096
85
  msgid "Example:"
86
  msgstr ""
87
 
88
- #: ../classes/column.php:1098
89
  msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
90
  msgstr ""
91
 
92
- #: ../classes/column.php:1099
93
  msgid "Documentation on date and time formatting."
94
  msgstr ""
95
 
96
- #: ../classes/column.php:1113
97
  msgid "Excerpt length"
98
  msgstr ""
99
 
100
- #: ../classes/column.php:1114
101
  msgid "Number of words"
102
  msgstr ""
103
 
104
- #: ../classes/column.php:1132
105
  msgid "Preview size"
106
  msgstr ""
107
 
108
- #: ../classes/column.php:1149, ../classes/storage_model.php:642
109
  msgid "Custom"
110
  msgstr ""
111
 
112
- #: ../classes/column.php:1152, ../classes/column.php:1328
113
  msgid "width"
114
  msgstr ""
115
 
116
- #: ../classes/column.php:1155
117
  msgid "height"
118
  msgstr ""
119
 
120
- #: ../classes/column.php:1167
121
  msgid "Before"
122
  msgstr ""
123
 
124
- #: ../classes/column.php:1167
125
  msgid "This text will appear before the custom field value."
126
  msgstr ""
127
 
128
- #: ../classes/column.php:1168
129
  msgid "After"
130
  msgstr ""
131
 
132
- #: ../classes/column.php:1168
133
  msgid "This text will appear after the custom field value."
134
  msgstr ""
135
 
136
- #: ../classes/column.php:1177
137
  msgid "Display Name"
138
  msgstr ""
139
 
140
- #: ../classes/column.php:1178, ../classes/settings.php:733
141
  msgid "First Name"
142
  msgstr ""
143
 
144
- #: ../classes/column.php:1179
145
  msgid "Last Name"
146
  msgstr ""
147
 
148
- #: ../classes/column.php:1180, ../classes/column/user/nickname.php:19
149
  msgid "Nickname"
150
  msgstr ""
151
 
152
- #: ../classes/column.php:1181
153
  msgid "User Login"
154
  msgstr ""
155
 
156
- #: ../classes/column.php:1182
157
  msgid "User Email"
158
  msgstr ""
159
 
160
- #: ../classes/column.php:1183, ../classes/column/user/ID.php:19
161
  msgid "User ID"
162
  msgstr ""
163
 
164
- #: ../classes/column.php:1184
165
  msgid "First and Last Name"
166
  msgstr ""
167
 
168
- #: ../classes/column.php:1187
169
  msgid "Display format"
170
  msgstr ""
171
 
172
- #: ../classes/column.php:1187
173
  msgid "This is the format of the author name."
174
  msgstr ""
175
 
176
- #: ../classes/column.php:1350
177
  msgid "Edit"
178
  msgstr ""
179
 
180
- #: ../classes/column.php:1352, ../classes/column.php:1444
181
  msgid "Clone"
182
  msgstr ""
183
 
184
- #: ../classes/column.php:1354
185
  msgid "Remove"
186
  msgstr ""
187
 
188
- #: ../classes/column.php:1372, ../classes/column.php:1372, ../classes/column/custom-field.php:408, ../classes/column/comment/type.php:13
189
  msgid "Type"
190
  msgstr ""
191
 
192
- #: ../classes/column.php:1372
193
  msgid "Choose a column type."
194
  msgstr ""
195
 
196
- #: ../classes/column.php:1372
197
  msgid "Name"
198
  msgstr ""
199
 
200
- #: ../classes/column.php:1382
201
  msgid "Label"
202
  msgstr ""
203
 
204
- #: ../classes/column.php:1382
205
  msgid "This is the name which will appear as the column header."
206
  msgstr ""
207
 
208
- #: ../classes/column.php:1389, ../classes/column/media/width.php:19
209
  msgid "Width"
210
  msgstr ""
211
 
212
- #: ../classes/column.php:1391
213
  msgid "default"
214
  msgstr ""
215
 
216
- #: ../classes/column.php:1392
217
  msgid "auto"
218
  msgstr ""
219
 
220
- #: ../classes/column.php:1466
221
  msgid "Property To Display"
222
  msgstr ""
223
 
224
- #: ../classes/column.php:1472
225
  msgid "Post property to display for related post(s)."
226
  msgstr ""
227
 
228
- #: ../classes/column.php:1484, ../classes/column/post/author-name.php:95
229
  msgid "Link To"
230
  msgstr ""
231
 
232
- #: ../classes/column.php:1489
233
  msgid "Edit Post Author"
234
  msgstr ""
235
 
236
- #: ../classes/column.php:1490
237
  msgid "View Public Post Author Page"
238
  msgstr ""
239
 
240
- #: ../classes/column.php:1492
241
  msgid "Page the posts should link to."
242
  msgstr ""
243
 
244
- #: ../classes/review_notice.php:55, ../classes/settings.php:170, ../classes/settings.php:599, ../classes/upgrade.php:135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
245
  msgid "Admin Columns"
246
  msgstr ""
247
 
248
- #: ../classes/review_notice.php:58
249
  msgid "Admin Columns Pro"
250
  msgstr ""
251
 
252
- #: ../classes/review_notice.php:68
 
 
 
 
253
  msgid "click here"
254
  msgstr ""
255
 
256
- #: ../classes/review_notice.php:72
257
  msgid "Leave a review!"
258
  msgstr ""
259
 
260
- #: ../classes/review_notice.php:73
261
  msgid "Permanently hide notice"
262
  msgstr ""
263
 
264
- #: ../classes/review_notice.php:80
265
  msgid "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."
266
  msgstr ""
267
 
268
- #: ../classes/review_notice.php:82
269
  msgid "documentation page"
270
  msgstr ""
271
 
272
- #: ../classes/review_notice.php:86
273
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
274
  msgstr ""
275
 
276
- #: ../classes/review_notice.php:87
277
  msgid "our forums"
278
  msgstr ""
279
 
280
- #: ../classes/review_notice.php:91
281
  msgid "You can also find help on the %s, and %s."
282
  msgstr ""
283
 
284
- #: ../classes/review_notice.php:92
285
  msgid "Admin Columns forums on WordPress.org"
286
  msgstr ""
287
 
288
- #: ../classes/review_notice.php:93
289
  msgid "find answers to some frequently asked questions"
290
  msgstr ""
291
 
292
- #: ../classes/settings.php:113
293
  msgid "Add-on successfully activated."
294
  msgstr ""
295
 
296
- #: ../classes/settings.php:116
297
  msgid "Add-on successfully deactivated."
298
  msgstr ""
299
 
300
- #: ../classes/settings.php:170
301
  msgid "Admin Columns Settings"
302
  msgstr ""
303
 
304
- #: ../classes/settings.php:228
305
  msgid "%s column is already present and can not be duplicated."
306
  msgstr ""
307
 
308
- #: ../classes/settings.php:284
309
  msgid "Default settings succesfully restored."
310
  msgstr ""
311
 
312
- #: ../classes/settings.php:301
313
  msgid "Overview"
314
  msgstr ""
315
 
316
- #: ../classes/settings.php:304
317
  msgid "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."
318
  msgstr ""
319
 
320
- #: ../classes/settings.php:307
321
  msgid "Basics"
322
  msgstr ""
323
 
324
- #: ../classes/settings.php:309
325
  msgid "Change order"
326
  msgstr ""
327
 
328
- #: ../classes/settings.php:310
329
  msgid "By dragging the columns you can change the order which they will appear in."
330
  msgstr ""
331
 
332
- #: ../classes/settings.php:311
333
  msgid "Change label"
334
  msgstr ""
335
 
336
- #: ../classes/settings.php:312
337
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
338
  msgstr ""
339
 
340
- #: ../classes/settings.php:313
341
  msgid "Change column width"
342
  msgstr ""
343
 
344
- #: ../classes/settings.php:314
345
  msgid "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."
346
  msgstr ""
347
 
348
- #: ../classes/settings.php:318, ../classes/storage_model.php:641, ../classes/column/custom-field.php:23, ../classes/column/custom-field.php:391
349
  msgid "Custom Field"
350
  msgstr ""
351
 
352
- #: ../classes/settings.php:320
353
  msgid "'Custom Field' column"
354
  msgstr ""
355
 
356
- #: ../classes/settings.php:321
357
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
358
  msgstr ""
359
 
360
- #: ../classes/settings.php:323, ../classes/storage_model.php:640, ../classes/column/custom-field.php:95
361
  msgid "Default"
362
  msgstr ""
363
 
364
- #: ../classes/settings.php:323
365
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
366
  msgstr ""
367
 
368
- #: ../classes/settings.php:324, ../classes/column/custom-field.php:101, ../classes/column/link/image.php:19
369
  msgid "Image"
370
  msgstr ""
371
 
372
- #: ../classes/settings.php:324
373
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
374
  msgstr ""
375
 
376
- #: ../classes/settings.php:325, ../classes/column/post/excerpt.php:19
377
  msgid "Excerpt"
378
  msgstr ""
379
 
380
- #: ../classes/settings.php:325
381
  msgid "Value: This will show the first 20 words of the Post content."
382
  msgstr ""
383
 
384
- #: ../classes/settings.php:326, ../classes/column/custom-field.php:103
385
  msgid "Multiple Values"
386
  msgstr ""
387
 
388
- #: ../classes/settings.php:326
389
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
390
  msgstr ""
391
 
392
- #: ../classes/settings.php:327, ../classes/column/custom-field.php:104
393
  msgid "Numeric"
394
  msgstr ""
395
 
396
- #: ../classes/settings.php:327
397
  msgid "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."
398
  msgstr ""
399
 
400
- #: ../classes/settings.php:328, ../classes/column/custom-field.php:99, ../classes/column/comment/date.php:19
401
  msgid "Date"
402
  msgstr ""
403
 
404
- #: ../classes/settings.php:328
405
  msgid "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."
406
  msgstr ""
407
 
408
- #: ../classes/settings.php:329
409
  msgid "Post Titles"
410
  msgstr ""
411
 
412
- #: ../classes/settings.php:329
413
  msgid "Value: can be one or more Post ID's (seperated by ',')."
414
  msgstr ""
415
 
416
- #: ../classes/settings.php:330
417
  msgid "Usernames"
418
  msgstr ""
419
 
420
- #: ../classes/settings.php:330
421
  msgid "Value: can be one or more User ID's (seperated by ',')."
422
  msgstr ""
423
 
424
- #: ../classes/settings.php:331
425
  msgid "Checkmark"
426
  msgstr ""
427
 
428
- #: ../classes/settings.php:331
429
  msgid "Value: should be a 1 (one) or 0 (zero)."
430
  msgstr ""
431
 
432
- #: ../classes/settings.php:332, ../classes/column/custom-field.php:97
433
  msgid "Color"
434
  msgstr ""
435
 
436
- #: ../classes/settings.php:332
437
  msgid "Value: hex value color, such as #808080."
438
  msgstr ""
439
 
440
- #: ../classes/settings.php:333, ../classes/column/custom-field.php:98
441
  msgid "Counter"
442
  msgstr ""
443
 
444
- #: ../classes/settings.php:333
445
  msgid "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."
446
  msgstr ""
447
 
448
- #: ../classes/settings.php:422
449
  msgid "Welcome to Admin Columns"
450
  msgstr ""
451
 
452
- #: ../classes/settings.php:425
453
  msgid "Thank you for updating to the latest version!"
454
  msgstr ""
455
 
456
- #: ../classes/settings.php:426
457
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
458
  msgstr ""
459
 
460
- #: ../classes/settings.php:431
461
  msgid "What’s New"
462
  msgstr ""
463
 
464
- #: ../classes/settings.php:432
465
  msgid "Changelog"
466
  msgstr ""
467
 
468
- #: ../classes/settings.php:437
469
  msgid "Important"
470
  msgstr ""
471
 
472
- #: ../classes/settings.php:439
473
  msgid "Database Changes"
474
  msgstr ""
475
 
476
- #: ../classes/settings.php:440
477
  msgid "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."
478
  msgstr ""
479
 
480
- #: ../classes/settings.php:443
481
  msgid "Make sure you backup your database and then click"
482
  msgstr ""
483
 
484
- #: ../classes/settings.php:443, ../classes/upgrade.php:143
485
  msgid "Upgrade Database"
486
  msgstr ""
487
 
488
- #: ../classes/settings.php:446
489
  msgid "Potential Issues"
490
  msgstr ""
491
 
492
- #: ../classes/settings.php:447
493
  msgid "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"
494
  msgstr ""
495
 
496
- #: ../classes/settings.php:447
497
  msgid "Migrating from v1 to v2"
498
  msgstr ""
499
 
500
- #: ../classes/settings.php:447
501
  msgid "guide to view the full list of changes."
502
  msgstr ""
503
 
504
- #: ../classes/settings.php:447
505
  msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
506
  msgstr ""
507
 
508
- #: ../classes/settings.php:450
509
  msgid "Important!"
510
  msgstr ""
511
 
512
- #: ../classes/settings.php:450
513
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
514
  msgstr ""
515
 
516
- #: ../classes/settings.php:450
517
  msgid "version 1"
518
  msgstr ""
519
 
520
- #: ../classes/settings.php:450
521
  msgid "of this plugin."
522
  msgstr ""
523
 
524
- #: ../classes/settings.php:456
525
  msgid "Changelog for"
526
  msgstr ""
527
 
528
- #: ../classes/settings.php:471, ../classes/upgrade.php:63
529
  msgid "Learn more"
530
  msgstr ""
531
 
532
- #: ../classes/settings.php:481
533
  msgid "Start using Admin Columns"
534
  msgstr ""
535
 
536
- #: ../classes/settings.php:500
537
  msgid "General Settings"
538
  msgstr ""
539
 
540
- #: ../classes/settings.php:501
541
  msgid "Customize your Admin Columns settings."
542
  msgstr ""
543
 
544
- #: ../classes/settings.php:512
545
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
546
  msgstr ""
547
 
548
- #: ../classes/settings.php:559
549
  msgid "Restore Settings"
550
  msgstr ""
551
 
552
- #: ../classes/settings.php:560
553
  msgid "This will delete all column settings and restore the default settings."
554
  msgstr ""
555
 
556
- #: ../classes/settings.php:566
557
  msgid "Restore default settings"
558
  msgstr ""
559
 
560
- #: ../classes/settings.php:566
561
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
562
  msgstr ""
563
 
564
- #: ../classes/settings.php:582
565
  msgid "Posttypes"
566
  msgstr ""
567
 
568
- #: ../classes/settings.php:583
569
  msgid "Others"
570
  msgstr ""
571
 
572
- #: ../classes/settings.php:584
573
  msgid "Taxonomies"
574
  msgstr ""
575
 
576
- #: ../classes/settings.php:600
577
  msgid "Settings"
578
  msgstr ""
579
 
580
- #: ../classes/settings.php:601
581
  msgid "Add-ons"
582
  msgstr ""
583
 
584
- #: ../classes/settings.php:669
585
  msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
586
  msgstr ""
587
 
588
- #: ../classes/settings.php:679
589
  msgid "Store settings"
590
  msgstr ""
591
 
592
- #: ../classes/settings.php:687
593
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
594
  msgstr ""
595
 
596
- #: ../classes/settings.php:688
597
  msgid "Restore"
598
  msgstr ""
599
 
600
- #: ../classes/settings.php:688
601
  msgid "columns"
602
  msgstr ""
603
 
604
- #: ../classes/settings.php:707
605
  msgid "Get Admin Columns Pro"
606
  msgstr ""
607
 
608
- #: ../classes/settings.php:711
609
  msgid "Add Sorting"
610
  msgstr ""
611
 
612
- #: ../classes/settings.php:712
613
  msgid "Add Filtering"
614
  msgstr ""
615
 
616
- #: ../classes/settings.php:713
617
  msgid "Add Import/Export"
618
  msgstr ""
619
 
620
- #: ../classes/settings.php:714
621
  msgid "Add Direct Editing"
622
  msgstr ""
623
 
624
- #: ../classes/settings.php:717
625
  msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
626
  msgstr ""
627
 
628
- #: ../classes/settings.php:730
629
- msgid "Subscribe to receive news &amp; updates below."
630
- msgstr ""
631
-
632
- #: ../classes/settings.php:737
633
- msgid "Your Email"
634
- msgstr ""
635
-
636
- #: ../classes/settings.php:748
637
  msgid "Are you happy with Admin Columns?"
638
  msgstr ""
639
 
640
- #: ../classes/settings.php:756
641
  msgid "What's wrong? Need help? Let us know!"
642
  msgstr ""
643
 
644
- #: ../classes/settings.php:757
645
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
646
  msgstr ""
647
 
648
- #: ../classes/settings.php:765
649
  msgid "Docs"
650
  msgstr ""
651
 
652
- #: ../classes/settings.php:770
653
  msgid "Forums"
654
  msgstr ""
655
 
656
- #: ../classes/settings.php:779
657
  msgid "Woohoo! We're glad to hear that!"
658
  msgstr ""
659
 
660
- #: ../classes/settings.php:780
661
  msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
662
  msgstr ""
663
 
664
- #: ../classes/settings.php:784
665
  msgid "Rate"
666
  msgstr ""
667
 
668
- #: ../classes/settings.php:795
669
  msgid "Tweet"
670
  msgstr ""
671
 
672
- #: ../classes/settings.php:805
673
  msgid "Buy Pro"
674
  msgstr ""
675
 
676
- #: ../classes/settings.php:817
677
  msgid "Support"
678
  msgstr ""
679
 
680
- #: ../classes/settings.php:820
681
  msgid "Check the <strong>Help</strong> section in the top-right screen."
682
  msgstr ""
683
 
684
- #: ../classes/settings.php:823
685
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
686
  msgstr ""
687
 
688
- #: ../classes/settings.php:852
689
  msgid "Drag and drop to reorder"
690
  msgstr ""
691
 
692
- #: ../classes/settings.php:855
693
  msgid "Add Column"
694
  msgstr ""
695
 
696
- #: ../classes/settings.php:936
697
  msgid "Active"
698
  msgstr ""
699
 
700
- #: ../classes/settings.php:937
701
  msgid "Deactivate"
702
  msgstr ""
703
 
704
- #: ../classes/settings.php:944
705
  msgid "Installed"
706
  msgstr ""
707
 
708
- #: ../classes/settings.php:945
709
  msgid "Activate"
710
  msgstr ""
711
 
712
- #: ../classes/settings.php:959
713
  msgid "Download & Install"
714
  msgstr ""
715
 
716
- #: ../classes/settings.php:964
717
  msgid "Get this add-on"
718
  msgstr ""
719
 
720
- #: ../classes/storage_model.php:262
721
  msgid "settings succesfully restored."
722
  msgstr ""
723
 
724
- #: ../classes/storage_model.php:278
725
  msgid "No columns settings available."
726
  msgstr ""
727
 
728
- #: ../classes/storage_model.php:299
729
  msgid "You are trying to store the same settings for %s."
730
  msgstr ""
731
 
732
- #: ../classes/storage_model.php:303
733
  msgid "Settings for %s updated successfully."
734
  msgstr ""
735
 
736
- #: ../classes/storage_model.php:643
737
  msgid "Columns by Plugins"
738
  msgstr ""
739
 
740
- #: ../classes/storage_model.php:862
741
  msgid "View"
742
  msgstr ""
743
 
744
- #: ../classes/upgrade.php:62
745
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
746
  msgstr ""
747
 
748
- #: ../classes/upgrade.php:95, ../classes/upgrade.php:95
749
  msgid "Upgrade"
750
  msgstr ""
751
 
752
- #: ../classes/upgrade.php:136
753
  msgid "requires a database upgrade"
754
  msgstr ""
755
 
756
- #: ../classes/upgrade.php:139
757
  msgid "why?"
758
  msgstr ""
759
 
760
- #: ../classes/upgrade.php:140
761
  msgid "Please"
762
  msgstr ""
763
 
764
- #: ../classes/upgrade.php:141
765
  msgid "backup your database"
766
  msgstr ""
767
 
768
- #: ../classes/upgrade.php:142
769
  msgid "then click"
770
  msgstr ""
771
 
772
- #: ../classes/upgrade.php:351
773
  msgid "Migrating Column Settings"
774
  msgstr ""
775
 
776
- #: ../classes/upgrade.php:387
777
  msgid "No Upgrade Required"
778
  msgstr ""
779
 
780
- #: ../classes/upgrade.php:388
781
  msgid "Return to welcome screen."
782
  msgstr ""
783
 
784
- #: ../classes/upgrade.php:406
785
  msgid "Upgrade Complete!"
786
  msgstr ""
787
 
788
- #: ../classes/upgrade.php:406
789
  msgid "Return to settings."
790
  msgstr ""
791
 
792
- #: ../classes/upgrade.php:407
793
  msgid "Error"
794
  msgstr ""
795
 
796
- #: ../classes/upgrade.php:408
797
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
798
  msgstr ""
799
 
800
- #: ../classes/column/acf-placeholder.php:19
801
- msgid "ACF Field"
802
- msgstr ""
803
-
804
- #: ../classes/column/acf-placeholder.php:35
805
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
806
- msgstr ""
807
-
808
- #: ../classes/column/acf-placeholder.php:38
809
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
810
  msgstr ""
811
 
812
- #: ../classes/column/acf-placeholder.php:44
813
- msgid "Find out more"
814
- msgstr ""
815
-
816
- #: ../classes/column/actions.php:29, ../classes/column/link/actions.php:19
817
  msgid "Actions"
818
  msgstr ""
819
 
820
- #: ../classes/column/actions.php:96
821
  msgid "Use icons?"
822
  msgstr ""
823
 
824
- #: ../classes/column/actions.php:96
825
  msgid "Use icons instead of text for displaying the actions."
826
  msgstr ""
827
 
@@ -865,386 +865,386 @@ msgstr ""
865
  msgid "This will determine how the value will be displayed."
866
  msgstr ""
867
 
868
- #: ../classes/column/taxonomy.php:20, ../classes/column/taxonomy.php:83
869
  msgid "Taxonomy"
870
  msgstr ""
871
 
872
- #: ../classes/column/used-by-menu.php:20
873
  msgid "Used by Menu"
874
  msgstr ""
875
 
876
- #: ../classes/column/used-by-menu.php:133
877
  msgid "Link to menu"
878
  msgstr ""
879
 
880
- #: ../classes/column/used-by-menu.php:133
881
  msgid "This will make the title link to the menu."
882
  msgstr ""
883
 
884
- #: ../classes/column/comment/ID.php:19, ../classes/column/media/ID.php:19, ../classes/column/post/ID.php:19, ../classes/column/link/ID.php:19
885
  msgid "ID"
886
  msgstr ""
887
 
888
- #: ../classes/column/comment/agent.php:19
889
  msgid "Agent"
890
  msgstr ""
891
 
892
- #: ../classes/column/comment/approved.php:19, ../classes/column/post/comment-count.php:35
893
  msgid "Approved"
894
  msgstr ""
895
 
896
- #: ../classes/column/comment/author-avatar.php:19
897
  msgid "Avatar"
898
  msgstr ""
899
 
900
- #: ../classes/column/comment/author-email.php:19
901
  msgid "Author email"
902
  msgstr ""
903
 
904
- #: ../classes/column/comment/author-ip.php:19
905
  msgid "Author IP"
906
  msgstr ""
907
 
908
- #: ../classes/column/comment/author-name.php:12
909
  msgid "Author name"
910
  msgstr ""
911
 
912
- #: ../classes/column/comment/author-url.php:19
913
  msgid "Author url"
914
  msgstr ""
915
 
916
- #: ../classes/column/comment/author.php:19
917
  msgid "Author"
918
  msgstr ""
919
 
920
- #: ../classes/column/comment/date-gmt.php:19
921
  msgid "Date GMT"
922
  msgstr ""
923
 
924
- #: ../classes/column/comment/excerpt.php:19, ../classes/column/post/content.php:19
925
  msgid "Content"
926
  msgstr ""
927
 
928
- #: ../classes/column/comment/post.php:19
929
  msgid "Post"
930
  msgstr ""
931
 
932
- #: ../classes/column/comment/reply-to.php:19
933
  msgid "In Reply To"
934
  msgstr ""
935
 
936
- #: ../classes/column/comment/user.php:11
937
  msgid "User"
938
  msgstr ""
939
 
940
- #: ../classes/column/comment/word-count.php:19, ../classes/column/post/word-count.php:19
941
  msgid "Word count"
942
  msgstr ""
943
 
944
- #: ../classes/column/media/alternate-text.php:19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
945
  msgid "Alt"
946
  msgstr ""
947
 
948
- #: ../classes/column/media/attached-to.php:19
949
  msgid "Attached to post"
950
  msgstr ""
951
 
952
- #: ../classes/column/media/available-sizes.php:20
953
  msgid "Available Sizes"
954
  msgstr ""
955
 
956
- #: ../classes/column/media/available-sizes.php:40
957
  msgid "full size"
958
  msgstr ""
959
 
960
- #: ../classes/column/media/caption.php:19, ../classes/column/media/exif-data.php:41
961
  msgid "Caption"
962
  msgstr ""
963
 
964
- #: ../classes/column/media/description.php:19, ../classes/column/link/description.php:19, ../classes/column/user/description.php:19
965
- msgid "Description"
966
- msgstr ""
967
-
968
- #: ../classes/column/media/dimensions.php:19
969
  msgid "Dimensions"
970
  msgstr ""
971
 
972
- #: ../classes/column/media/exif-data.php:19
973
  msgid "EXIF data"
974
  msgstr ""
975
 
976
- #: ../classes/column/media/exif-data.php:38
977
  msgid "Aperture"
978
  msgstr ""
979
 
980
- #: ../classes/column/media/exif-data.php:39
981
  msgid "Credit"
982
  msgstr ""
983
 
984
- #: ../classes/column/media/exif-data.php:40
985
  msgid "Camera"
986
  msgstr ""
987
 
988
- #: ../classes/column/media/exif-data.php:42
989
  msgid "Timestamp"
990
  msgstr ""
991
 
992
- #: ../classes/column/media/exif-data.php:43
993
  msgid "Copyright EXIF"
994
  msgstr ""
995
 
996
- #: ../classes/column/media/exif-data.php:44
997
  msgid "Focal Length"
998
  msgstr ""
999
 
1000
- #: ../classes/column/media/exif-data.php:45
1001
  msgid "ISO"
1002
  msgstr ""
1003
 
1004
- #: ../classes/column/media/exif-data.php:46
1005
  msgid "Shutter Speed"
1006
  msgstr ""
1007
 
1008
- #: ../classes/column/media/exif-data.php:47
1009
  msgid "Title"
1010
  msgstr ""
1011
 
1012
- #: ../classes/column/media/file-name.php:19
1013
  msgid "File name"
1014
  msgstr ""
1015
 
1016
- #: ../classes/column/media/file-size.php:19
1017
  msgid "File size"
1018
  msgstr ""
1019
 
1020
- #: ../classes/column/media/full-path.php:19, ../classes/column/media/full-path.php:92
1021
  msgid "Full path"
1022
  msgstr ""
1023
 
1024
- #: ../classes/column/media/full-path.php:83
1025
  msgid "Path scope"
1026
  msgstr ""
1027
 
1028
- #: ../classes/column/media/full-path.php:84
1029
  msgid "Part of the file path to display"
1030
  msgstr ""
1031
 
1032
- #: ../classes/column/media/full-path.php:97
1033
  msgid "Relative to domain"
1034
  msgstr ""
1035
 
1036
- #: ../classes/column/media/full-path.php:102
1037
  msgid "Relative to main uploads folder "
1038
  msgstr ""
1039
 
1040
- #: ../classes/column/media/height.php:19
1041
  msgid "Height"
1042
  msgstr ""
1043
 
1044
- #: ../classes/column/media/mime-type.php:19
1045
  msgid "Mime type"
1046
  msgstr ""
1047
 
1048
- #: ../classes/column/post/attachment-count.php:19
1049
  msgid "No. of Attachments"
1050
  msgstr ""
1051
 
1052
- #: ../classes/column/post/attachment.php:19
1053
  msgid "Attachments"
1054
  msgstr ""
1055
 
1056
- #: ../classes/column/post/author-name.php:20
1057
  msgid "Display Author As"
1058
  msgstr ""
1059
 
1060
- #: ../classes/column/post/author-name.php:100
1061
  msgid "View Public Author Page"
1062
  msgstr ""
1063
 
1064
- #: ../classes/column/post/author-name.php:102
1065
  msgid "Page the author name should link to."
1066
  msgstr ""
1067
 
1068
- #: ../classes/column/post/before-moretag.php:19
1069
  msgid "Before More Tag"
1070
  msgstr ""
1071
 
1072
- #: ../classes/column/post/comment-count.php:20
1073
  msgid "Comment count"
1074
  msgstr ""
1075
 
1076
- #: ../classes/column/post/comment-count.php:34
1077
  msgid "Total"
1078
  msgstr ""
1079
 
1080
- #: ../classes/column/post/comment-count.php:36
1081
  msgid "Pending"
1082
  msgstr ""
1083
 
1084
- #: ../classes/column/post/comment-count.php:37
1085
  msgid "Spam"
1086
  msgstr ""
1087
 
1088
- #: ../classes/column/post/comment-count.php:38
1089
  msgid "Trash"
1090
  msgstr ""
1091
 
1092
- #: ../classes/column/post/comment-count.php:99, ../classes/column/post/comment-status.php:20
1093
  msgid "Comment status"
1094
  msgstr ""
1095
 
1096
- #: ../classes/column/post/comment-count.php:99
1097
  msgid "Select which comment status you like to display."
1098
  msgstr ""
1099
 
1100
- #: ../classes/column/post/depth.php:19
1101
  msgid "Depth"
1102
  msgstr ""
1103
 
1104
- #: ../classes/column/post/estimated-reading-time.php:19
1105
  msgid "Estimated Reading Time"
1106
  msgstr ""
1107
 
1108
- #: ../classes/column/post/estimated-reading-time.php:66
1109
  msgid "second"
1110
  msgid_plural "seconds"
1111
  msgstr[0] ""
1112
  msgstr[1] ""
1113
 
1114
- #: ../classes/column/post/estimated-reading-time.php:69
1115
  msgid "minute"
1116
  msgid_plural "minutes"
1117
  msgstr[0] ""
1118
  msgstr[1] ""
1119
 
1120
- #: ../classes/column/post/estimated-reading-time.php:107
1121
  msgid "Words per minute"
1122
  msgstr ""
1123
 
1124
- #: ../classes/column/post/estimated-reading-time.php:108
1125
  msgid "Estimated reading time in words per minute"
1126
  msgstr ""
1127
 
1128
- #: ../classes/column/post/featured-image.php:19
1129
  msgid "Featured Image"
1130
  msgstr ""
1131
 
1132
- #: ../classes/column/post/formats.php:19
1133
  msgid "Post Format"
1134
  msgstr ""
1135
 
1136
- #: ../classes/column/post/last-modified-author.php:20
1137
  msgid "Last Modified Author"
1138
  msgstr ""
1139
 
1140
- #: ../classes/column/post/modified.php:19
1141
  msgid "Last modified"
1142
  msgstr ""
1143
 
1144
- #: ../classes/column/post/order.php:19
1145
  msgid "Order"
1146
  msgstr ""
1147
 
1148
- #: ../classes/column/post/page-template.php:19
1149
  msgid "Page Template"
1150
  msgstr ""
1151
 
1152
- #: ../classes/column/post/parent.php:19
1153
  msgid "Parent"
1154
  msgstr ""
1155
 
1156
- #: ../classes/column/post/path.php:19
1157
  msgid "Path"
1158
  msgstr ""
1159
 
1160
- #: ../classes/column/post/permalink.php:19
1161
  msgid "Permalink"
1162
  msgstr ""
1163
 
1164
- #: ../classes/column/post/permalink.php:68
1165
  msgid "Link to post"
1166
  msgstr ""
1167
 
1168
- #: ../classes/column/post/permalink.php:68
1169
  msgid "This will make the permalink clickable."
1170
  msgstr ""
1171
 
1172
- #: ../classes/column/post/ping-status.php:19
1173
  msgid "Ping status"
1174
  msgstr ""
1175
 
1176
- #: ../classes/column/post/roles.php:19
1177
  msgid "Roles"
1178
  msgstr ""
1179
 
1180
- #: ../classes/column/post/shortcodes.php:19
1181
  msgid "Shortcodes"
1182
  msgstr ""
1183
 
1184
- #: ../classes/column/post/slug.php:19
1185
  msgid "Slug"
1186
  msgstr ""
1187
 
1188
- #: ../classes/column/post/status.php:21
1189
  msgid "Status"
1190
  msgstr ""
1191
 
1192
- #: ../classes/column/post/sticky.php:19
1193
  msgid "Sticky"
1194
  msgstr ""
1195
 
1196
- #: ../classes/column/post/title-raw.php:19
1197
  msgid "Title without actions"
1198
  msgstr ""
1199
 
1200
- #: ../classes/column/link/length.php:19
1201
- msgid "Length"
1202
- msgstr ""
1203
-
1204
- #: ../classes/column/link/notes.php:19
1205
- msgid "Notes"
1206
- msgstr ""
1207
-
1208
- #: ../classes/column/link/owner.php:19
1209
- msgid "Owner"
1210
- msgstr ""
1211
-
1212
- #: ../classes/column/link/rss.php:19
1213
- msgid "Rss"
1214
- msgstr ""
1215
-
1216
- #: ../classes/column/link/target.php:19
1217
- msgid "Target"
1218
- msgstr ""
1219
-
1220
- #: ../classes/column/user/display-name.php:19
1221
  msgid "Display name"
1222
  msgstr ""
1223
 
1224
- #: ../classes/column/user/first-name.php:19
1225
  msgid "First name"
1226
  msgstr ""
1227
 
1228
- #: ../classes/column/user/last-name.php:19
1229
  msgid "Last name"
1230
  msgstr ""
1231
 
1232
- #: ../classes/column/user/post-count.php:19
1233
  msgid "Post Count"
1234
  msgstr ""
1235
 
1236
- #: ../classes/column/user/post-count.php:89
1237
  msgid "Post Type"
1238
  msgstr ""
1239
 
1240
- #: ../classes/column/user/registered.php:19
1241
  msgid "Registered"
1242
  msgstr ""
1243
 
1244
- #: ../classes/column/user/rich-editing.php:19
1245
  msgid "Visual Editor"
1246
  msgstr ""
1247
 
1248
- #: ../classes/column/user/url.php:19
1249
  msgid "Url"
1250
  msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: *.js\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n\n"
19
 
20
+ #: ../codepress-admin-columns.php:901
21
  msgid "Edit columns"
22
  msgstr ""
23
 
24
+ #: ../classes/addons.php:115
25
  msgid "Plugins"
26
  msgstr ""
27
 
28
+ #: ../classes/addons.php:141, ../classes/storage_model.php:1309
29
  msgid "Advanced Custom Fields"
30
  msgstr ""
31
 
32
+ #: ../classes/addons.php:142
33
  msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
34
  msgstr ""
35
 
36
+ #: ../classes/addons.php:147, ../classes/storage_model.php:1311, ../classes/column/wc-placeholder.php:13
37
  msgid "WooCommerce"
38
  msgstr ""
39
 
40
+ #: ../classes/addons.php:148
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:1305
45
  msgid "Thumbnail"
46
  msgstr ""
47
 
48
+ #: ../classes/column.php:1307
49
  msgid "Medium"
50
  msgstr ""
51
 
52
+ #: ../classes/column.php:1309
53
  msgid "Large"
54
  msgstr ""
55
 
56
+ #: ../classes/column.php:1311
57
  msgid "Full"
58
  msgstr ""
59
 
60
+ #: ../classes/column.php:2175
61
  msgid "Exact match"
62
  msgstr ""
63
 
64
+ #: ../classes/column.php:2177
65
  msgid "Lesser than"
66
  msgstr ""
67
 
68
+ #: ../classes/column.php:2179
69
  msgid "Greater than"
70
  msgstr ""
71
 
72
+ #: ../classes/column.php:2181
73
  msgid "Between"
74
  msgstr ""
75
 
76
+ #: ../classes/column.php:2235
77
  msgid "Date Format"
78
  msgstr ""
79
 
80
+ #: ../classes/column.php:2237
81
  msgid "This will determine how the date will be displayed."
82
  msgstr ""
83
 
84
+ #: ../classes/column.php:2249
85
  msgid "Example:"
86
  msgstr ""
87
 
88
+ #: ../classes/column.php:2253
89
  msgid "Leave empty for WordPress date format, change your <a href='%s'>default date format here</a>."
90
  msgstr ""
91
 
92
+ #: ../classes/column.php:2255
93
  msgid "Documentation on date and time formatting."
94
  msgstr ""
95
 
96
+ #: ../classes/column.php:2283
97
  msgid "Excerpt length"
98
  msgstr ""
99
 
100
+ #: ../classes/column.php:2285
101
  msgid "Number of words"
102
  msgstr ""
103
 
104
+ #: ../classes/column.php:2321
105
  msgid "Preview size"
106
  msgstr ""
107
 
108
+ #: ../classes/column.php:2355, ../classes/storage_model.php:1305
109
  msgid "Custom"
110
  msgstr ""
111
 
112
+ #: ../classes/column.php:2361, ../classes/column.php:2719
113
  msgid "width"
114
  msgstr ""
115
 
116
+ #: ../classes/column.php:2367
117
  msgid "height"
118
  msgstr ""
119
 
120
+ #: ../classes/column.php:2391
121
  msgid "Before"
122
  msgstr ""
123
 
124
+ #: ../classes/column.php:2391
125
  msgid "This text will appear before the custom field value."
126
  msgstr ""
127
 
128
+ #: ../classes/column.php:2393
129
  msgid "After"
130
  msgstr ""
131
 
132
+ #: ../classes/column.php:2393
133
  msgid "This text will appear after the custom field value."
134
  msgstr ""
135
 
136
+ #: ../classes/column.php:2411
137
  msgid "Display Name"
138
  msgstr ""
139
 
140
+ #: ../classes/column.php:2413
141
  msgid "First Name"
142
  msgstr ""
143
 
144
+ #: ../classes/column.php:2415
145
  msgid "Last Name"
146
  msgstr ""
147
 
148
+ #: ../classes/column.php:2417, ../classes/column/user/nickname.php:37
149
  msgid "Nickname"
150
  msgstr ""
151
 
152
+ #: ../classes/column.php:2419
153
  msgid "User Login"
154
  msgstr ""
155
 
156
+ #: ../classes/column.php:2421
157
  msgid "User Email"
158
  msgstr ""
159
 
160
+ #: ../classes/column.php:2423, ../classes/column/user/ID.php:37
161
  msgid "User ID"
162
  msgstr ""
163
 
164
+ #: ../classes/column.php:2425
165
  msgid "First and Last Name"
166
  msgstr ""
167
 
168
+ #: ../classes/column.php:2431
169
  msgid "Display format"
170
  msgstr ""
171
 
172
+ #: ../classes/column.php:2431
173
  msgid "This is the format of the author name."
174
  msgstr ""
175
 
176
+ #: ../classes/column.php:2763
177
  msgid "Edit"
178
  msgstr ""
179
 
180
+ #: ../classes/column.php:2767, ../classes/column.php:2951
181
  msgid "Clone"
182
  msgstr ""
183
 
184
+ #: ../classes/column.php:2771
185
  msgid "Remove"
186
  msgstr ""
187
 
188
+ #: ../classes/column.php:2807, ../classes/column.php:2807, ../classes/column/custom-field.php:408, ../classes/column/comment/type.php:25
189
  msgid "Type"
190
  msgstr ""
191
 
192
+ #: ../classes/column.php:2807
193
  msgid "Choose a column type."
194
  msgstr ""
195
 
196
+ #: ../classes/column.php:2807
197
  msgid "Name"
198
  msgstr ""
199
 
200
+ #: ../classes/column.php:2827
201
  msgid "Label"
202
  msgstr ""
203
 
204
+ #: ../classes/column.php:2827
205
  msgid "This is the name which will appear as the column header."
206
  msgstr ""
207
 
208
+ #: ../classes/column.php:2841, ../classes/column/media/width.php:37
209
  msgid "Width"
210
  msgstr ""
211
 
212
+ #: ../classes/column.php:2845
213
  msgid "default"
214
  msgstr ""
215
 
216
+ #: ../classes/column.php:2847
217
  msgid "auto"
218
  msgstr ""
219
 
220
+ #: ../classes/column.php:2995
221
  msgid "Property To Display"
222
  msgstr ""
223
 
224
+ #: ../classes/column.php:3007
225
  msgid "Post property to display for related post(s)."
226
  msgstr ""
227
 
228
+ #: ../classes/column.php:3031, ../classes/column/post/author-name.php:189
229
  msgid "Link To"
230
  msgstr ""
231
 
232
+ #: ../classes/column.php:3041
233
  msgid "Edit Post Author"
234
  msgstr ""
235
 
236
+ #: ../classes/column.php:3043
237
  msgid "View Public Post Author Page"
238
  msgstr ""
239
 
240
+ #: ../classes/column.php:3047
241
  msgid "Page the posts should link to."
242
  msgstr ""
243
 
244
+ #: ../classes/column.php:3067
245
+ msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
246
+ msgstr ""
247
+
248
+ #: ../classes/column.php:3073
249
+ msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
250
+ msgstr ""
251
+
252
+ #: ../classes/column.php:3079
253
+ msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
254
+ msgstr ""
255
+
256
+ #: ../classes/column.php:3091
257
+ msgid "Find out more"
258
+ msgstr ""
259
+
260
+ #: ../classes/review_notice.php:109, ../classes/settings.php:339, ../classes/settings.php:1197, ../classes/upgrade.php:269
261
  msgid "Admin Columns"
262
  msgstr ""
263
 
264
+ #: ../classes/review_notice.php:115
265
  msgid "Admin Columns Pro"
266
  msgstr ""
267
 
268
+ #: ../classes/review_notice.php:127
269
+ msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
270
+ msgstr ""
271
+
272
+ #: ../classes/review_notice.php:135
273
  msgid "click here"
274
  msgstr ""
275
 
276
+ #: ../classes/review_notice.php:143
277
  msgid "Leave a review!"
278
  msgstr ""
279
 
280
+ #: ../classes/review_notice.php:145
281
  msgid "Permanently hide notice"
282
  msgstr ""
283
 
284
+ #: ../classes/review_notice.php:159
285
  msgid "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."
286
  msgstr ""
287
 
288
+ #: ../classes/review_notice.php:163
289
  msgid "documentation page"
290
  msgstr ""
291
 
292
+ #: ../classes/review_notice.php:171
293
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
294
  msgstr ""
295
 
296
+ #: ../classes/review_notice.php:173
297
  msgid "our forums"
298
  msgstr ""
299
 
300
+ #: ../classes/review_notice.php:181
301
  msgid "You can also find help on the %s, and %s."
302
  msgstr ""
303
 
304
+ #: ../classes/review_notice.php:183
305
  msgid "Admin Columns forums on WordPress.org"
306
  msgstr ""
307
 
308
+ #: ../classes/review_notice.php:185
309
  msgid "find answers to some frequently asked questions"
310
  msgstr ""
311
 
312
+ #: ../classes/settings.php:225
313
  msgid "Add-on successfully activated."
314
  msgstr ""
315
 
316
+ #: ../classes/settings.php:231
317
  msgid "Add-on successfully deactivated."
318
  msgstr ""
319
 
320
+ #: ../classes/settings.php:339
321
  msgid "Admin Columns Settings"
322
  msgstr ""
323
 
324
+ #: ../classes/settings.php:455
325
  msgid "%s column is already present and can not be duplicated."
326
  msgstr ""
327
 
328
+ #: ../classes/settings.php:567
329
  msgid "Default settings succesfully restored."
330
  msgstr ""
331
 
332
+ #: ../classes/settings.php:601
333
  msgid "Overview"
334
  msgstr ""
335
 
336
+ #: ../classes/settings.php:607
337
  msgid "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."
338
  msgstr ""
339
 
340
+ #: ../classes/settings.php:613
341
  msgid "Basics"
342
  msgstr ""
343
 
344
+ #: ../classes/settings.php:617
345
  msgid "Change order"
346
  msgstr ""
347
 
348
+ #: ../classes/settings.php:619
349
  msgid "By dragging the columns you can change the order which they will appear in."
350
  msgstr ""
351
 
352
+ #: ../classes/settings.php:621
353
  msgid "Change label"
354
  msgstr ""
355
 
356
+ #: ../classes/settings.php:623
357
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
358
  msgstr ""
359
 
360
+ #: ../classes/settings.php:625
361
  msgid "Change column width"
362
  msgstr ""
363
 
364
+ #: ../classes/settings.php:627
365
  msgid "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."
366
  msgstr ""
367
 
368
+ #: ../classes/settings.php:635, ../classes/storage_model.php:1303, ../classes/column/custom-field.php:23, ../classes/column/custom-field.php:391
369
  msgid "Custom Field"
370
  msgstr ""
371
 
372
+ #: ../classes/settings.php:639
373
  msgid "'Custom Field' column"
374
  msgstr ""
375
 
376
+ #: ../classes/settings.php:641
377
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
378
  msgstr ""
379
 
380
+ #: ../classes/settings.php:645, ../classes/storage_model.php:1301, ../classes/column/custom-field.php:95
381
  msgid "Default"
382
  msgstr ""
383
 
384
+ #: ../classes/settings.php:645
385
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
386
  msgstr ""
387
 
388
+ #: ../classes/settings.php:647, ../classes/column/custom-field.php:101, ../classes/column/link/image.php:37
389
  msgid "Image"
390
  msgstr ""
391
 
392
+ #: ../classes/settings.php:647
393
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
394
  msgstr ""
395
 
396
+ #: ../classes/settings.php:649, ../classes/column/post/excerpt.php:37
397
  msgid "Excerpt"
398
  msgstr ""
399
 
400
+ #: ../classes/settings.php:649
401
  msgid "Value: This will show the first 20 words of the Post content."
402
  msgstr ""
403
 
404
+ #: ../classes/settings.php:651, ../classes/column/custom-field.php:103
405
  msgid "Multiple Values"
406
  msgstr ""
407
 
408
+ #: ../classes/settings.php:651
409
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
410
  msgstr ""
411
 
412
+ #: ../classes/settings.php:653, ../classes/column/custom-field.php:104
413
  msgid "Numeric"
414
  msgstr ""
415
 
416
+ #: ../classes/settings.php:653
417
  msgid "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."
418
  msgstr ""
419
 
420
+ #: ../classes/settings.php:655, ../classes/column/custom-field.php:99, ../classes/column/comment/date.php:37
421
  msgid "Date"
422
  msgstr ""
423
 
424
+ #: ../classes/settings.php:655
425
  msgid "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."
426
  msgstr ""
427
 
428
+ #: ../classes/settings.php:657
429
  msgid "Post Titles"
430
  msgstr ""
431
 
432
+ #: ../classes/settings.php:657
433
  msgid "Value: can be one or more Post ID's (seperated by ',')."
434
  msgstr ""
435
 
436
+ #: ../classes/settings.php:659
437
  msgid "Usernames"
438
  msgstr ""
439
 
440
+ #: ../classes/settings.php:659
441
  msgid "Value: can be one or more User ID's (seperated by ',')."
442
  msgstr ""
443
 
444
+ #: ../classes/settings.php:661
445
  msgid "Checkmark"
446
  msgstr ""
447
 
448
+ #: ../classes/settings.php:661
449
  msgid "Value: should be a 1 (one) or 0 (zero)."
450
  msgstr ""
451
 
452
+ #: ../classes/settings.php:663, ../classes/column/custom-field.php:97
453
  msgid "Color"
454
  msgstr ""
455
 
456
+ #: ../classes/settings.php:663
457
  msgid "Value: hex value color, such as #808080."
458
  msgstr ""
459
 
460
+ #: ../classes/settings.php:665, ../classes/column/custom-field.php:98
461
  msgid "Counter"
462
  msgstr ""
463
 
464
+ #: ../classes/settings.php:665
465
  msgid "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."
466
  msgstr ""
467
 
468
+ #: ../classes/settings.php:843
469
  msgid "Welcome to Admin Columns"
470
  msgstr ""
471
 
472
+ #: ../classes/settings.php:849
473
  msgid "Thank you for updating to the latest version!"
474
  msgstr ""
475
 
476
+ #: ../classes/settings.php:851
477
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
478
  msgstr ""
479
 
480
+ #: ../classes/settings.php:861
481
  msgid "What’s New"
482
  msgstr ""
483
 
484
+ #: ../classes/settings.php:863
485
  msgid "Changelog"
486
  msgstr ""
487
 
488
+ #: ../classes/settings.php:873
489
  msgid "Important"
490
  msgstr ""
491
 
492
+ #: ../classes/settings.php:877
493
  msgid "Database Changes"
494
  msgstr ""
495
 
496
+ #: ../classes/settings.php:879
497
  msgid "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."
498
  msgstr ""
499
 
500
+ #: ../classes/settings.php:885
501
  msgid "Make sure you backup your database and then click"
502
  msgstr ""
503
 
504
+ #: ../classes/settings.php:885, ../classes/upgrade.php:285
505
  msgid "Upgrade Database"
506
  msgstr ""
507
 
508
+ #: ../classes/settings.php:891
509
  msgid "Potential Issues"
510
  msgstr ""
511
 
512
+ #: ../classes/settings.php:893
513
  msgid "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"
514
  msgstr ""
515
 
516
+ #: ../classes/settings.php:893
517
  msgid "Migrating from v1 to v2"
518
  msgstr ""
519
 
520
+ #: ../classes/settings.php:893
521
  msgid "guide to view the full list of changes."
522
  msgstr ""
523
 
524
+ #: ../classes/settings.php:893
525
  msgid "When you have found a bug please <a href='%s'>report them to us</a> so we can fix it in the next release."
526
  msgstr ""
527
 
528
+ #: ../classes/settings.php:899
529
  msgid "Important!"
530
  msgstr ""
531
 
532
+ #: ../classes/settings.php:899
533
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
534
  msgstr ""
535
 
536
+ #: ../classes/settings.php:899
537
  msgid "version 1"
538
  msgstr ""
539
 
540
+ #: ../classes/settings.php:899
541
  msgid "of this plugin."
542
  msgstr ""
543
 
544
+ #: ../classes/settings.php:911
545
  msgid "Changelog for"
546
  msgstr ""
547
 
548
+ #: ../classes/settings.php:941, ../classes/upgrade.php:125
549
  msgid "Learn more"
550
  msgstr ""
551
 
552
+ #: ../classes/settings.php:961
553
  msgid "Start using Admin Columns"
554
  msgstr ""
555
 
556
+ #: ../classes/settings.php:999
557
  msgid "General Settings"
558
  msgstr ""
559
 
560
+ #: ../classes/settings.php:1001
561
  msgid "Customize your Admin Columns settings."
562
  msgstr ""
563
 
564
+ #: ../classes/settings.php:1023
565
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
566
  msgstr ""
567
 
568
+ #: ../classes/settings.php:1117
569
  msgid "Restore Settings"
570
  msgstr ""
571
 
572
+ #: ../classes/settings.php:1119
573
  msgid "This will delete all column settings and restore the default settings."
574
  msgstr ""
575
 
576
+ #: ../classes/settings.php:1131
577
  msgid "Restore default settings"
578
  msgstr ""
579
 
580
+ #: ../classes/settings.php:1131
581
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
582
  msgstr ""
583
 
584
+ #: ../classes/settings.php:1163
585
  msgid "Posttypes"
586
  msgstr ""
587
 
588
+ #: ../classes/settings.php:1165
589
  msgid "Others"
590
  msgstr ""
591
 
592
+ #: ../classes/settings.php:1167
593
  msgid "Taxonomies"
594
  msgstr ""
595
 
596
+ #: ../classes/settings.php:1199
597
  msgid "Settings"
598
  msgstr ""
599
 
600
+ #: ../classes/settings.php:1201
601
  msgid "Add-ons"
602
  msgstr ""
603
 
604
+ #: ../classes/settings.php:1337
605
  msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
606
  msgstr ""
607
 
608
+ #: ../classes/settings.php:1357
609
  msgid "Store settings"
610
  msgstr ""
611
 
612
+ #: ../classes/settings.php:1373
613
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
614
  msgstr ""
615
 
616
+ #: ../classes/settings.php:1375
617
  msgid "Restore"
618
  msgstr ""
619
 
620
+ #: ../classes/settings.php:1375
621
  msgid "columns"
622
  msgstr ""
623
 
624
+ #: ../classes/settings.php:1413
625
  msgid "Get Admin Columns Pro"
626
  msgstr ""
627
 
628
+ #: ../classes/settings.php:1421
629
  msgid "Add Sorting"
630
  msgstr ""
631
 
632
+ #: ../classes/settings.php:1423
633
  msgid "Add Filtering"
634
  msgstr ""
635
 
636
+ #: ../classes/settings.php:1425
637
  msgid "Add Import/Export"
638
  msgstr ""
639
 
640
+ #: ../classes/settings.php:1427
641
  msgid "Add Direct Editing"
642
  msgstr ""
643
 
644
+ #: ../classes/settings.php:1433
645
  msgid "Check out <a href='%s'>Admin Columns Pro</a> for more details!"
646
  msgstr ""
647
 
648
+ #: ../classes/settings.php:1449
 
 
 
 
 
 
 
 
649
  msgid "Are you happy with Admin Columns?"
650
  msgstr ""
651
 
652
+ #: ../classes/settings.php:1465
653
  msgid "What's wrong? Need help? Let us know!"
654
  msgstr ""
655
 
656
+ #: ../classes/settings.php:1467
657
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
658
  msgstr ""
659
 
660
+ #: ../classes/settings.php:1483
661
  msgid "Docs"
662
  msgstr ""
663
 
664
+ #: ../classes/settings.php:1493
665
  msgid "Forums"
666
  msgstr ""
667
 
668
+ #: ../classes/settings.php:1511
669
  msgid "Woohoo! We're glad to hear that!"
670
  msgstr ""
671
 
672
+ #: ../classes/settings.php:1513
673
  msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
674
  msgstr ""
675
 
676
+ #: ../classes/settings.php:1521
677
  msgid "Rate"
678
  msgstr ""
679
 
680
+ #: ../classes/settings.php:1543
681
  msgid "Tweet"
682
  msgstr ""
683
 
684
+ #: ../classes/settings.php:1563
685
  msgid "Buy Pro"
686
  msgstr ""
687
 
688
+ #: ../classes/settings.php:1587
689
  msgid "Support"
690
  msgstr ""
691
 
692
+ #: ../classes/settings.php:1593
693
  msgid "Check the <strong>Help</strong> section in the top-right screen."
694
  msgstr ""
695
 
696
+ #: ../classes/settings.php:1599
697
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
698
  msgstr ""
699
 
700
+ #: ../classes/settings.php:1657
701
  msgid "Drag and drop to reorder"
702
  msgstr ""
703
 
704
+ #: ../classes/settings.php:1663
705
  msgid "Add Column"
706
  msgstr ""
707
 
708
+ #: ../classes/settings.php:1825
709
  msgid "Active"
710
  msgstr ""
711
 
712
+ #: ../classes/settings.php:1827
713
  msgid "Deactivate"
714
  msgstr ""
715
 
716
+ #: ../classes/settings.php:1841
717
  msgid "Installed"
718
  msgstr ""
719
 
720
+ #: ../classes/settings.php:1843
721
  msgid "Activate"
722
  msgstr ""
723
 
724
+ #: ../classes/settings.php:1871
725
  msgid "Download & Install"
726
  msgstr ""
727
 
728
+ #: ../classes/settings.php:1881
729
  msgid "Get this add-on"
730
  msgstr ""
731
 
732
+ #: ../classes/storage_model.php:521
733
  msgid "settings succesfully restored."
734
  msgstr ""
735
 
736
+ #: ../classes/storage_model.php:553
737
  msgid "No columns settings available."
738
  msgstr ""
739
 
740
+ #: ../classes/storage_model.php:597
741
  msgid "You are trying to store the same settings for %s."
742
  msgstr ""
743
 
744
+ #: ../classes/storage_model.php:607
745
  msgid "Settings for %s updated successfully."
746
  msgstr ""
747
 
748
+ #: ../classes/storage_model.php:1307
749
  msgid "Columns by Plugins"
750
  msgstr ""
751
 
752
+ #: ../classes/storage_model.php:1755
753
  msgid "View"
754
  msgstr ""
755
 
756
+ #: ../classes/upgrade.php:123
757
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
758
  msgstr ""
759
 
760
+ #: ../classes/upgrade.php:189, ../classes/upgrade.php:189
761
  msgid "Upgrade"
762
  msgstr ""
763
 
764
+ #: ../classes/upgrade.php:271
765
  msgid "requires a database upgrade"
766
  msgstr ""
767
 
768
+ #: ../classes/upgrade.php:277
769
  msgid "why?"
770
  msgstr ""
771
 
772
+ #: ../classes/upgrade.php:279
773
  msgid "Please"
774
  msgstr ""
775
 
776
+ #: ../classes/upgrade.php:281
777
  msgid "backup your database"
778
  msgstr ""
779
 
780
+ #: ../classes/upgrade.php:283
781
  msgid "then click"
782
  msgstr ""
783
 
784
+ #: ../classes/upgrade.php:701
785
  msgid "Migrating Column Settings"
786
  msgstr ""
787
 
788
+ #: ../classes/upgrade.php:773
789
  msgid "No Upgrade Required"
790
  msgstr ""
791
 
792
+ #: ../classes/upgrade.php:775
793
  msgid "Return to welcome screen."
794
  msgstr ""
795
 
796
+ #: ../classes/upgrade.php:811
797
  msgid "Upgrade Complete!"
798
  msgstr ""
799
 
800
+ #: ../classes/upgrade.php:811
801
  msgid "Return to settings."
802
  msgstr ""
803
 
804
+ #: ../classes/upgrade.php:813
805
  msgid "Error"
806
  msgstr ""
807
 
808
+ #: ../classes/upgrade.php:815
809
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
810
  msgstr ""
811
 
812
+ #: ../classes/column/acf-placeholder.php:15
813
+ msgid "Advanced Custom Field"
 
 
 
 
 
 
 
 
814
  msgstr ""
815
 
816
+ #: ../classes/column/actions.php:57, ../classes/column/link/actions.php:37
 
 
 
 
817
  msgid "Actions"
818
  msgstr ""
819
 
820
+ #: ../classes/column/actions.php:191
821
  msgid "Use icons?"
822
  msgstr ""
823
 
824
+ #: ../classes/column/actions.php:191
825
  msgid "Use icons instead of text for displaying the actions."
826
  msgstr ""
827
 
865
  msgid "This will determine how the value will be displayed."
866
  msgstr ""
867
 
868
+ #: ../classes/column/taxonomy.php:39, ../classes/column/taxonomy.php:165
869
  msgid "Taxonomy"
870
  msgstr ""
871
 
872
+ #: ../classes/column/used-by-menu.php:39
873
  msgid "Used by Menu"
874
  msgstr ""
875
 
876
+ #: ../classes/column/used-by-menu.php:265
877
  msgid "Link to menu"
878
  msgstr ""
879
 
880
+ #: ../classes/column/used-by-menu.php:265
881
  msgid "This will make the title link to the menu."
882
  msgstr ""
883
 
884
+ #: ../classes/column/comment/ID.php:37, ../classes/column/link/ID.php:37, ../classes/column/media/ID.php:37, ../classes/column/post/ID.php:37
885
  msgid "ID"
886
  msgstr ""
887
 
888
+ #: ../classes/column/comment/agent.php:37
889
  msgid "Agent"
890
  msgstr ""
891
 
892
+ #: ../classes/column/comment/approved.php:37, ../classes/column/post/comment-count.php:69
893
  msgid "Approved"
894
  msgstr ""
895
 
896
+ #: ../classes/column/comment/author-avatar.php:37
897
  msgid "Avatar"
898
  msgstr ""
899
 
900
+ #: ../classes/column/comment/author-email.php:37
901
  msgid "Author email"
902
  msgstr ""
903
 
904
+ #: ../classes/column/comment/author-ip.php:37
905
  msgid "Author IP"
906
  msgstr ""
907
 
908
+ #: ../classes/column/comment/author-name.php:23
909
  msgid "Author name"
910
  msgstr ""
911
 
912
+ #: ../classes/column/comment/author-url.php:37
913
  msgid "Author url"
914
  msgstr ""
915
 
916
+ #: ../classes/column/comment/author.php:37
917
  msgid "Author"
918
  msgstr ""
919
 
920
+ #: ../classes/column/comment/date-gmt.php:37
921
  msgid "Date GMT"
922
  msgstr ""
923
 
924
+ #: ../classes/column/comment/excerpt.php:37, ../classes/column/post/content.php:37
925
  msgid "Content"
926
  msgstr ""
927
 
928
+ #: ../classes/column/comment/post.php:37
929
  msgid "Post"
930
  msgstr ""
931
 
932
+ #: ../classes/column/comment/reply-to.php:37
933
  msgid "In Reply To"
934
  msgstr ""
935
 
936
+ #: ../classes/column/comment/user.php:21
937
  msgid "User"
938
  msgstr ""
939
 
940
+ #: ../classes/column/comment/word-count.php:37, ../classes/column/post/word-count.php:37
941
  msgid "Word count"
942
  msgstr ""
943
 
944
+ #: ../classes/column/link/description.php:37, ../classes/column/media/description.php:37, ../classes/column/user/description.php:37
945
+ msgid "Description"
946
+ msgstr ""
947
+
948
+ #: ../classes/column/link/length.php:37
949
+ msgid "Length"
950
+ msgstr ""
951
+
952
+ #: ../classes/column/link/notes.php:37
953
+ msgid "Notes"
954
+ msgstr ""
955
+
956
+ #: ../classes/column/link/owner.php:37
957
+ msgid "Owner"
958
+ msgstr ""
959
+
960
+ #: ../classes/column/link/rss.php:37
961
+ msgid "Rss"
962
+ msgstr ""
963
+
964
+ #: ../classes/column/link/target.php:37
965
+ msgid "Target"
966
+ msgstr ""
967
+
968
+ #: ../classes/column/media/alternate-text.php:37
969
  msgid "Alt"
970
  msgstr ""
971
 
972
+ #: ../classes/column/media/attached-to.php:37
973
  msgid "Attached to post"
974
  msgstr ""
975
 
976
+ #: ../classes/column/media/available-sizes.php:39
977
  msgid "Available Sizes"
978
  msgstr ""
979
 
980
+ #: ../classes/column/media/available-sizes.php:79
981
  msgid "full size"
982
  msgstr ""
983
 
984
+ #: ../classes/column/media/caption.php:37, ../classes/column/media/exif-data.php:81
985
  msgid "Caption"
986
  msgstr ""
987
 
988
+ #: ../classes/column/media/dimensions.php:37
 
 
 
 
989
  msgid "Dimensions"
990
  msgstr ""
991
 
992
+ #: ../classes/column/media/exif-data.php:37
993
  msgid "EXIF data"
994
  msgstr ""
995
 
996
+ #: ../classes/column/media/exif-data.php:75
997
  msgid "Aperture"
998
  msgstr ""
999
 
1000
+ #: ../classes/column/media/exif-data.php:77
1001
  msgid "Credit"
1002
  msgstr ""
1003
 
1004
+ #: ../classes/column/media/exif-data.php:79
1005
  msgid "Camera"
1006
  msgstr ""
1007
 
1008
+ #: ../classes/column/media/exif-data.php:83
1009
  msgid "Timestamp"
1010
  msgstr ""
1011
 
1012
+ #: ../classes/column/media/exif-data.php:85
1013
  msgid "Copyright EXIF"
1014
  msgstr ""
1015
 
1016
+ #: ../classes/column/media/exif-data.php:87
1017
  msgid "Focal Length"
1018
  msgstr ""
1019
 
1020
+ #: ../classes/column/media/exif-data.php:89
1021
  msgid "ISO"
1022
  msgstr ""
1023
 
1024
+ #: ../classes/column/media/exif-data.php:91
1025
  msgid "Shutter Speed"
1026
  msgstr ""
1027
 
1028
+ #: ../classes/column/media/exif-data.php:93
1029
  msgid "Title"
1030
  msgstr ""
1031
 
1032
+ #: ../classes/column/media/file-name.php:37
1033
  msgid "File name"
1034
  msgstr ""
1035
 
1036
+ #: ../classes/column/media/file-size.php:37
1037
  msgid "File size"
1038
  msgstr ""
1039
 
1040
+ #: ../classes/column/media/full-path.php:37, ../classes/column/media/full-path.php:183
1041
  msgid "Full path"
1042
  msgstr ""
1043
 
1044
+ #: ../classes/column/media/full-path.php:165
1045
  msgid "Path scope"
1046
  msgstr ""
1047
 
1048
+ #: ../classes/column/media/full-path.php:167
1049
  msgid "Part of the file path to display"
1050
  msgstr ""
1051
 
1052
+ #: ../classes/column/media/full-path.php:193
1053
  msgid "Relative to domain"
1054
  msgstr ""
1055
 
1056
+ #: ../classes/column/media/full-path.php:203
1057
  msgid "Relative to main uploads folder "
1058
  msgstr ""
1059
 
1060
+ #: ../classes/column/media/height.php:37
1061
  msgid "Height"
1062
  msgstr ""
1063
 
1064
+ #: ../classes/column/media/mime-type.php:37
1065
  msgid "Mime type"
1066
  msgstr ""
1067
 
1068
+ #: ../classes/column/post/attachment-count.php:37
1069
  msgid "No. of Attachments"
1070
  msgstr ""
1071
 
1072
+ #: ../classes/column/post/attachment.php:37
1073
  msgid "Attachments"
1074
  msgstr ""
1075
 
1076
+ #: ../classes/column/post/author-name.php:39
1077
  msgid "Display Author As"
1078
  msgstr ""
1079
 
1080
+ #: ../classes/column/post/author-name.php:199
1081
  msgid "View Public Author Page"
1082
  msgstr ""
1083
 
1084
+ #: ../classes/column/post/author-name.php:203
1085
  msgid "Page the author name should link to."
1086
  msgstr ""
1087
 
1088
+ #: ../classes/column/post/before-moretag.php:37
1089
  msgid "Before More Tag"
1090
  msgstr ""
1091
 
1092
+ #: ../classes/column/post/comment-count.php:39
1093
  msgid "Comment count"
1094
  msgstr ""
1095
 
1096
+ #: ../classes/column/post/comment-count.php:67
1097
  msgid "Total"
1098
  msgstr ""
1099
 
1100
+ #: ../classes/column/post/comment-count.php:71
1101
  msgid "Pending"
1102
  msgstr ""
1103
 
1104
+ #: ../classes/column/post/comment-count.php:73
1105
  msgid "Spam"
1106
  msgstr ""
1107
 
1108
+ #: ../classes/column/post/comment-count.php:75
1109
  msgid "Trash"
1110
  msgstr ""
1111
 
1112
+ #: ../classes/column/post/comment-count.php:197, ../classes/column/post/comment-status.php:39
1113
  msgid "Comment status"
1114
  msgstr ""
1115
 
1116
+ #: ../classes/column/post/comment-count.php:197
1117
  msgid "Select which comment status you like to display."
1118
  msgstr ""
1119
 
1120
+ #: ../classes/column/post/depth.php:37
1121
  msgid "Depth"
1122
  msgstr ""
1123
 
1124
+ #: ../classes/column/post/estimated-reading-time.php:37
1125
  msgid "Estimated Reading Time"
1126
  msgstr ""
1127
 
1128
+ #: ../classes/column/post/estimated-reading-time.php:131
1129
  msgid "second"
1130
  msgid_plural "seconds"
1131
  msgstr[0] ""
1132
  msgstr[1] ""
1133
 
1134
+ #: ../classes/column/post/estimated-reading-time.php:137
1135
  msgid "minute"
1136
  msgid_plural "minutes"
1137
  msgstr[0] ""
1138
  msgstr[1] ""
1139
 
1140
+ #: ../classes/column/post/estimated-reading-time.php:213
1141
  msgid "Words per minute"
1142
  msgstr ""
1143
 
1144
+ #: ../classes/column/post/estimated-reading-time.php:215
1145
  msgid "Estimated reading time in words per minute"
1146
  msgstr ""
1147
 
1148
+ #: ../classes/column/post/featured-image.php:37
1149
  msgid "Featured Image"
1150
  msgstr ""
1151
 
1152
+ #: ../classes/column/post/formats.php:37
1153
  msgid "Post Format"
1154
  msgstr ""
1155
 
1156
+ #: ../classes/column/post/last-modified-author.php:39
1157
  msgid "Last Modified Author"
1158
  msgstr ""
1159
 
1160
+ #: ../classes/column/post/modified.php:37
1161
  msgid "Last modified"
1162
  msgstr ""
1163
 
1164
+ #: ../classes/column/post/order.php:37
1165
  msgid "Order"
1166
  msgstr ""
1167
 
1168
+ #: ../classes/column/post/page-template.php:37
1169
  msgid "Page Template"
1170
  msgstr ""
1171
 
1172
+ #: ../classes/column/post/parent.php:37
1173
  msgid "Parent"
1174
  msgstr ""
1175
 
1176
+ #: ../classes/column/post/path.php:37
1177
  msgid "Path"
1178
  msgstr ""
1179
 
1180
+ #: ../classes/column/post/permalink.php:37
1181
  msgid "Permalink"
1182
  msgstr ""
1183
 
1184
+ #: ../classes/column/post/permalink.php:135
1185
  msgid "Link to post"
1186
  msgstr ""
1187
 
1188
+ #: ../classes/column/post/permalink.php:135
1189
  msgid "This will make the permalink clickable."
1190
  msgstr ""
1191
 
1192
+ #: ../classes/column/post/ping-status.php:37
1193
  msgid "Ping status"
1194
  msgstr ""
1195
 
1196
+ #: ../classes/column/post/roles.php:37
1197
  msgid "Roles"
1198
  msgstr ""
1199
 
1200
+ #: ../classes/column/post/shortcodes.php:37
1201
  msgid "Shortcodes"
1202
  msgstr ""
1203
 
1204
+ #: ../classes/column/post/slug.php:37
1205
  msgid "Slug"
1206
  msgstr ""
1207
 
1208
+ #: ../classes/column/post/status.php:41
1209
  msgid "Status"
1210
  msgstr ""
1211
 
1212
+ #: ../classes/column/post/sticky.php:37
1213
  msgid "Sticky"
1214
  msgstr ""
1215
 
1216
+ #: ../classes/column/post/title-raw.php:37
1217
  msgid "Title without actions"
1218
  msgstr ""
1219
 
1220
+ #: ../classes/column/user/display-name.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1221
  msgid "Display name"
1222
  msgstr ""
1223
 
1224
+ #: ../classes/column/user/first-name.php:37
1225
  msgid "First name"
1226
  msgstr ""
1227
 
1228
+ #: ../classes/column/user/last-name.php:37
1229
  msgid "Last name"
1230
  msgstr ""
1231
 
1232
+ #: ../classes/column/user/post-count.php:37
1233
  msgid "Post Count"
1234
  msgstr ""
1235
 
1236
+ #: ../classes/column/user/post-count.php:177
1237
  msgid "Post Type"
1238
  msgstr ""
1239
 
1240
+ #: ../classes/column/user/registered.php:37
1241
  msgid "Registered"
1242
  msgstr ""
1243
 
1244
+ #: ../classes/column/user/rich-editing.php:37
1245
  msgid "Visual Editor"
1246
  msgstr ""
1247
 
1248
+ #: ../classes/column/user/url.php:37
1249
  msgid "Url"
1250
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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.7
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
 
@@ -212,6 +212,11 @@ You can find a list of the available actions and filters (and examples on how to
212
 
213
  == Changelog ==
214
 
 
 
 
 
 
215
  = 2.4.7 =
216
  * [Added] Comment Post column added
217
  * [Update] User Actions columns extends CPAC_Actions object
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
 
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
218
+ * [Fixed] New Yoast plugin compatibility
219
+
220
  = 2.4.7 =
221
  * [Added] Comment Post column added
222
  * [Update] User Actions columns extends CPAC_Actions object