Admin Columns - Version 3.1

Version Description

Release Date: January 29th, 2018

  • [Improved] Admin Columns Capability is now always set
  • [Improved] Database update message is only visible for administartors
  • [Improved] Links starting with # are now marked as internal
  • [Removed] Removed support for the Link/Bookmark list table
  • [Added] Added date time settings for columns that use dates
Download this release

Release Info

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

Code changes from version 3.0.7 to 3.1

Files changed (87) hide show
  1. assets/css/admin-page-addons.min.css +1 -1
  2. assets/css/admin-page-columns.css +2 -1
  3. assets/css/admin-page-columns.min.css +1 -1
  4. classes/API.php +0 -1
  5. classes/Admin/Addons.php +1 -1
  6. classes/Admin/Page/Columns.php +32 -22
  7. classes/Column.php +1 -23
  8. classes/Column/Comment/AuthorAvatar.php +1 -1
  9. classes/Column/Comment/User.php +6 -0
  10. classes/Column/Post/AuthorName.php +6 -0
  11. classes/Column/Post/FeaturedImage.php +3 -11
  12. classes/Column/Post/LastModifiedAuthor.php +10 -0
  13. classes/Column/User/CommentCount.php +0 -4
  14. classes/Column/User/FirstName.php +7 -1
  15. classes/Column/User/LastName.php +7 -1
  16. classes/{Settings/Form → Form}/Element.php +1 -1
  17. classes/{Settings/Form → Form}/Element/Checkbox.php +2 -2
  18. classes/{Settings/Form → Form}/Element/Input.php +1 -1
  19. classes/{Settings/Form → Form}/Element/Radio.php +1 -1
  20. classes/Form/Element/Select.php +100 -0
  21. classes/Helper/Html.php +8 -0
  22. classes/Helper/Icon.php +5 -0
  23. classes/Helper/Image.php +1 -1
  24. classes/ListScreen.php +23 -57
  25. classes/ListScreen/Comment.php +26 -13
  26. classes/ListScreen/Link.php +0 -42
  27. classes/ListScreen/Media.php +19 -10
  28. classes/ListScreen/Post.php +14 -8
  29. classes/ListScreen/User.php +33 -12
  30. classes/ListScreenPost.php +50 -5
  31. classes/ListScreenWP.php +99 -0
  32. classes/Meta/Query.php +20 -5
  33. classes/Plugin.php +39 -3
  34. classes/Plugin/Updater.php +27 -11
  35. classes/Settings/Column.php +5 -4
  36. classes/Settings/Column/AttachmentDisplay.php +3 -1
  37. classes/Settings/Column/Comment.php +140 -0
  38. classes/Settings/Column/Date.php +20 -125
  39. classes/Settings/Column/DateTimeFormat.php +192 -0
  40. classes/Settings/Column/Image.php +4 -4
  41. classes/Settings/Column/Images.php +1 -1
  42. classes/Settings/Column/Meta.php +1 -1
  43. classes/Settings/Column/StringLimit.php +1 -1
  44. classes/Settings/Column/Time.php +38 -0
  45. classes/Settings/Column/User.php +13 -97
  46. classes/Settings/Column/UserLink.php +100 -0
  47. classes/Settings/Form/Element/Select.php +4 -78
  48. classes/TableScreen.php +19 -3
  49. codepress-admin-columns.php +36 -57
  50. languages/codepress-admin-columns-ar_AR.mo +0 -0
  51. languages/codepress-admin-columns-ar_AR.po +304 -235
  52. languages/codepress-admin-columns-bt_BR.mo +0 -0
  53. languages/codepress-admin-columns-bt_BR.po +464 -395
  54. languages/codepress-admin-columns-da_DK.mo +0 -0
  55. languages/codepress-admin-columns-da_DK.po +304 -235
  56. languages/codepress-admin-columns-de_DE.mo +0 -0
  57. languages/codepress-admin-columns-de_DE.po +307 -238
  58. languages/codepress-admin-columns-en_NZ.mo +0 -0
  59. languages/codepress-admin-columns-en_NZ.po +304 -235
  60. languages/codepress-admin-columns-es_ES.mo +0 -0
  61. languages/codepress-admin-columns-es_ES.po +304 -235
  62. languages/codepress-admin-columns-fa_IR.mo +0 -0
  63. languages/codepress-admin-columns-fa_IR.po +304 -235
  64. languages/codepress-admin-columns-fr_FR.mo +0 -0
  65. languages/codepress-admin-columns-fr_FR.po +433 -362
  66. languages/codepress-admin-columns-he_IL.mo +0 -0
  67. languages/codepress-admin-columns-he_IL.po +304 -235
  68. languages/codepress-admin-columns-hu_HU.mo +0 -0
  69. languages/codepress-admin-columns-hu_HU.po +304 -235
  70. languages/codepress-admin-columns-it_IT.mo +0 -0
  71. languages/codepress-admin-columns-it_IT.po +305 -236
  72. languages/codepress-admin-columns-ja_JA.mo +0 -0
  73. languages/codepress-admin-columns-ja_JA.po +304 -237
  74. languages/codepress-admin-columns-nl_NL.mo +0 -0
  75. languages/codepress-admin-columns-nl_NL.po +304 -235
  76. languages/codepress-admin-columns-pl_PL.mo +0 -0
  77. languages/codepress-admin-columns-pl_PL.po +304 -235
  78. languages/codepress-admin-columns-ro_RO.mo +0 -0
  79. languages/codepress-admin-columns-ro_RO.po +306 -237
  80. languages/codepress-admin-columns-ru_RU.mo +0 -0
  81. languages/codepress-admin-columns-ru_RU.po +305 -236
  82. languages/codepress-admin-columns-sv_SE.mo +0 -0
  83. languages/codepress-admin-columns-sv_SE.po +304 -235
  84. languages/codepress-admin-columns-zh_CN.mo +0 -0
  85. languages/codepress-admin-columns-zh_CN.po +304 -235
  86. readme.txt +13 -3
  87. templates/settings/setting-date.php +22 -16
assets/css/admin-page-addons.min.css CHANGED
@@ -1 +1 @@
1
- .ac-addon{display:inline-block;margin-right:16px;float:left}.ac-addon.group-default{float:none;clear:both;display:table}.ac-addon h2{border-bottom:1px solid #ccc;padding-bottom:10px}.ac-addon ul{overflow:hidden}.ac-addon ul li{width:200px;background:#fff;float:left;margin-right:16px;margin-bottom:16px;border:1px solid #ddd;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.ac-addon ul li:last-child{margin-right:0}.ac-addon ul li:hover{box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}.ac-addon ul li a{color:#444}.ac-addon ul li .addon-header{display:table;width:100%;height:125px;text-align:center;vertical-align:middle;border-top:1px solid #ddd;background:#0069a4;background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#0069a4),color-stop(100%,#085079));background:-webkit-radial-gradient(center,ellipse cover,#0069a4 0,#085079 100%);background:radial-gradient(ellipse at center,#0069a4 0,#085079 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$addon-color-lightblue",endColorstr="$addon-color-blue",GradientType=1)}.ac-addon ul li .addon-header .inner{display:table-cell;vertical-align:middle;padding:15px 20px}.ac-addon ul li .addon-header .inner h3{padding:0 16px;color:#fff;line-height:150%}.ac-addon ul li .addon-header .inner img{display:inline-block;max-height:52px;max-width:100%}.ac-addon ul li .addon-notice{background-color:#fff8e5;margin:0;padding:15px}.ac-addon ul li .addon-notice a{font-weight:700;text-decoration:none;color:#0073aa}.ac-addon ul li .addon-content{width:100%;padding:25px 15px;box-sizing:border-box;min-height:162px}.ac-addon ul li .addon-content>:first-child{margin-top:0}.ac-addon ul li .addon-content>:last-child{margin-bottom:0}.ac-addon ul li .addon-actions{background:#eee;border-top:1px solid #ddd;padding:8px;overflow:hidden}.ac-addon ul li .addon-actions span.active,.ac-addon ul li .addon-actions span.active:hover{display:inline-block;height:28px;line-height:28px;cursor:default;border-color:#69c471;color:#388f40;margin-left:8px}.ac-addon ul li .addon-actions span.active:before,.ac-addon ul li .addon-actions span.active:hover:before{content:"\f147";font-family:dashicons,sans-serif;vertical-align:middle;font-size:17px;margin:-2px 3px 0 -5px}.ac-addon ul li.ac-addon-buddypress .addon-header .inner img,.ac-addon ul li.ac-addon-types .addon-header .inner img{max-height:68px}
1
+ .ac-addon{display:inline-block;margin-right:16px;float:left}.ac-addon.group-default{float:none;clear:both;display:table}.ac-addon h2{border-bottom:1px solid #ccc;padding-bottom:10px}.ac-addon ul{overflow:hidden}.ac-addon ul li{width:200px;background:#fff;float:left;margin-right:16px;margin-bottom:16px;border:1px solid #ddd;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.ac-addon ul li:last-child{margin-right:0}.ac-addon ul li:hover{box-shadow:0 3px 10px 0 rgba(0,0,0,.25)}.ac-addon ul li a{color:#444}.ac-addon ul li .addon-header{display:table;width:100%;height:125px;text-align:center;vertical-align:middle;border-top:1px solid #ddd;background:#0069a4;background:radial-gradient(ellipse at center,#0069a4 0,#085079 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$addon-color-lightblue",endColorstr="$addon-color-blue",GradientType=1)}.ac-addon ul li .addon-header .inner{display:table-cell;vertical-align:middle;padding:15px 20px}.ac-addon ul li .addon-header .inner h3{padding:0 16px;color:#fff;line-height:150%}.ac-addon ul li .addon-header .inner img{display:inline-block;max-height:52px;max-width:100%}.ac-addon ul li .addon-notice{background-color:#fff8e5;margin:0;padding:15px}.ac-addon ul li .addon-notice a{font-weight:700;text-decoration:none;color:#0073aa}.ac-addon ul li .addon-content{width:100%;padding:25px 15px;box-sizing:border-box;min-height:162px}.ac-addon ul li .addon-content>:first-child{margin-top:0}.ac-addon ul li .addon-content>:last-child{margin-bottom:0}.ac-addon ul li .addon-actions{background:#eee;border-top:1px solid #ddd;padding:8px;overflow:hidden}.ac-addon ul li .addon-actions span.active,.ac-addon ul li .addon-actions span.active:hover{display:inline-block;height:28px;line-height:28px;cursor:default;border-color:#69c471;color:#388f40;margin-left:8px}.ac-addon ul li .addon-actions span.active:before,.ac-addon ul li .addon-actions span.active:hover:before{content:"\f147";font-family:dashicons,sans-serif;vertical-align:middle;font-size:17px;margin:-2px 3px 0 -5px}.ac-addon ul li.ac-addon-buddypress .addon-header .inner img,.ac-addon ul li.ac-addon-types .addon-header .inner img{max-height:68px}
assets/css/admin-page-columns.css CHANGED
@@ -624,7 +624,8 @@
624
  position: relative;
625
  background: #fff;
626
  z-index: 2;
627
- padding-right: 8px; }
 
628
  .ac-right .sidebox h3 span.contenttype {
629
  display: block;
630
  line-height: 20px;
624
  position: relative;
625
  background: #fff;
626
  z-index: 2;
627
+ padding-right: 8px;
628
+ float: none; }
629
  .ac-right .sidebox h3 span.contenttype {
630
  display: block;
631
  line-height: 20px;
assets/css/admin-page-columns.min.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@font-face{font-family:cpac_icons;src:url(../fonts/cpac_icons.woff) format("woff")}[class*=" cpacicon-"],[class^=cpacicon-]{font-family:cpac_icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" cpacicon-"]:before,[class^=cpacicon-]:before{font-size:100%}.cpacicon-draft:before{content:""}.cpacicon-move:before{content:""}.ui-sortable-helper{box-shadow:1px 3px 6px 0 rgba(1,1,1,.4)}.ui-sortable-helper .column-meta{border-width:1px}.ac-column .comment-grey-bubble{height:16px;width:16px}.ac-column .comment-grey-bubble:before{content:"\f101";font:normal 20px/.5 dashicons;speak:none;display:inline-block;padding:0;top:5px;left:0;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.rtl .ac-column .comment-grey-bubble:before{right:0;left:auto}.ac-admin{margin-right:300px;max-width:740px}.ac-admin #add-new-column-template{display:none}.ac-admin .ac-left{float:left;width:100%}.ac-admin .ac-left .column-footer a.add_column{padding-left:16px;padding-right:16px;text-align:center}.ac-admin .ac-left .column-footer a.submit.save,.ac-admin .ac-left .column-footer a.submit.update{padding-left:20px;padding-right:20px;text-align:center}.ac-admin .ac-left .column-footer .submit.save{display:inline-block}.ac-admin .ac-left .column-footer .submit.update{display:none}.ac-admin .ac-right{float:right;margin-right:-300px;width:280px}.ac-admin .ac-right .ac-right-inside.fixed{width:280px}.ac-admin .column-footer .spinner{display:none}.ac-admin.saving .ac-right-inside .spinner{visibility:visible}.ac-admin.saving .column-footer .spinner{margin:4px 0 0;background-position:50%;float:none;display:inline-block;visibility:visible}.ac-admin.stored .ac-right .sidebox.form-actions .submit.save{display:none}.ac-admin.stored .ac-right .sidebox.form-actions .form-reset,.ac-admin.stored .ac-right .sidebox.form-actions .submit.update{display:block}.ac-admin.stored .column-footer .submit.save{display:none}.ac-admin.stored .column-footer .submit.update{display:inline-block}.ac-left .ac-notice{background:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:15px;padding:1px 12px}.ac-left .ajax-message{display:none}.ac-left .ac-message{margin-top:0!important}.ac-left .ac-boxes .ac-columns form{box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0}.ac-left .ac-boxes.disabled{opacity:.7}.ac-left .ac-boxes.disabled .column_action,.ac-left .ac-boxes.disabled a.clone-button,.ac-left .ac-boxes.disabled a.remove-button{display:none!important}.ac-left .ac-boxes.disabled .column-meta td.column_sort{display:none}.ac-left .ac-boxes.disabled .column-meta td.column_label{padding-left:10px}.ac-left .ac-boxes.disabled .meta span{cursor:default!important;opacity:.45}.ac-left .ac-boxes.disabled .meta span:before{color:gray!important}.ac-left .ac-boxes.disabled .meta span.on{opacity:1}.ac-left .ac-boxes.disabled .column-footer{display:none}.ac-column a{cursor:pointer}.ac-column a:active,.ac-column a:focus{box-shadow:none}.ac-column.loading .ac-column-body>.spinner{position:absolute;left:50%;top:50%;z-index:5;margin-left:-10px;margin-top:-10px;display:block}.ac-column.loading .ac-column-body:before{content:"";position:absolute;width:100%;height:100%;background:#fff;z-index:4;opacity:.5}.ac-column.opened{margin-bottom:-1px}.ac-column.opened .ac-column-header{background-color:#eaeaea;border-color:#ccc}.ac-column.opened .ac-column-header:hover .column_label .inner>a.close-button{display:inline-block}.ac-column.opened .ac-column-header .column_edit:after{content:"\f142"}.ac-column.opened .ac-column-header table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #fff}.ac-column.opened .ac-column-header table td a{color:#333;text-shadow:0 1px 0 #fff}.ac-column.opened .ac-column-header table td.column_sort span{color:#9b9b9b}.ac-column.opened .ac-column-header table td.column_label .meta span{color:#8d8d8d;text-shadow:none}.ac-column.opened .ac-column-header table td.column_label a.edit-button{display:none}.ac-column.opened .ac-column-header table td.column_type{color:#5c5c5c}.ac-column.opened .ac-column-header table td.column_edit:after{color:#9b9b9b}.ac-column.opened .ac-column-body{border:1px solid #ccc;border-top:1px solid #d4d4d4}.ac-column-setting{width:100%;clear:both;border-spacing:0;margin:0;border-top:1px solid #e8e8e8}.ac-column-setting:first-child{border-top:0}.ac-column-setting tr.hide{display:none}.ac-column-setting tr td{vertical-align:top;border:none;padding:0;background:#fff}.ac-column-setting td.col-label{position:relative;line-height:24px;overflow:visible;background:#f5f5f5;border-right:1px solid #dedede;width:34%;padding:10px;padding-left:12px}.ac-column-setting td.col-label span.label{font-weight:700;display:block;color:#333;font-style:normal}.ac-column-setting td.col-label div.tooltip{font-size:12px;font-style:normal;line-height:16px;margin:0!important;display:none;position:absolute;max-width:200px;z-index:3;top:40px;left:0;font-weight:400;color:#fff;background-color:#333;box-shadow:0 1px 3px rgba(0,0,0,.2);padding:.618em 1em;border-radius:3px}.ac-column-setting td.col-label div.tooltip em{margin-top:3px;display:block;color:#999}.ac-column-setting td.col-input div.msg{margin-top:5px;display:none;color:#333;padding:6px 10px;background-color:#ffebe8;border:1px solid #fff;border-radius:3px}.ac-column-setting td.col-input div.msg p{margin:.5em 0 1em}.ac-column-setting td.col-input div.msg a.button{margin-bottom:1em}.ac-column-setting td.col-input .help-msg{margin:10px 0 0;color:#666;font-size:13px}.ac-column-setting .ac-column-setting td.col_label{background-color:#fcfcfc}.ac-column-setting .ac-column-setting td.col_label .label{font-size:12px;color:#595959}.ac-column-setting span.ac-setting-error{display:block;margin:0;background-color:#ffebe8;padding:7px 10px}.ac-column-setting-actions .col-settings p{padding-left:10px}.ac-column-setting-actions .col-settings a{text-decoration:none}.ac-column-setting-actions .col-settings a.clone-button,.ac-column-setting-actions .col-settings a.close-button{margin-right:10px}.ac-column-setting-actions .col-settings a.remove-button{color:#a00;text-decoration:none;text-shadow:none;margin-right:5px}.ac-column-setting-actions .col-settings a.remove-button:hover{color:red}.ac-setting-input{padding:10px;line-height:24px}.ac-setting-input input,.ac-setting-input select{width:99.95%}.ac-setting-input input[type=checkbox],.ac-setting-input input[type=radio]{width:auto;margin-right:4px}.ac-setting-input .checkbox-labels>label,.ac-setting-input .radio-labels>label{padding-right:10px;vertical-align:top}.ac-setting-input .checkbox-labels.vertical input[type=radio],.ac-setting-input .radio-labels.vertical input[type=radio]{margin-right:6px}.ac-setting-input .checkbox-labels.vertical>label,.ac-setting-input .radio-labels.vertical>label{display:block;margin-bottom:5px}.ac-setting-input-date .ac-setting-input-date__custom{display:inline-block;width:71px;margin-right:5px}.ac-setting-input-date .ac-setting-input-date__value{display:inline-block;width:165px}.ac-setting-input-date .ac-setting-input-date__example{margin-left:8px}.ac-setting-input-date .ac-setting-input-date__example .spinner{float:none;vertical-align:top}.ac-setting-input-date code{display:inline-block;min-width:60px;padding-top:0;padding-bottom:0;text-align:center}.ac-setting-input-width{position:relative}.ac-setting-input-width div.description{font-size:12px;width:68px;position:absolute;display:table}.ac-setting-input-width div.description input{margin:0;text-align:right;vertical-align:middle;display:table-cell}.ac-setting-input-width div.description input::-webkit-input-placeholder{font-size:13px}.ac-setting-input-width div.description input:-moz-placeholder,.ac-setting-input-width div.description input::-moz-placeholder{font-size:13px}.ac-setting-input-width div.description input:-ms-input-placeholder{font-size:13px}.ac-setting-input-width div.description span{background:#efefef;display:table-cell;width:26px;line-height:23px;text-align:center;vertical-align:middle;border:1px solid #dedede;border-left:none;color:#505050}.ac-setting-input-width div.width-slider{margin-left:82px;margin-right:88px;position:relative;top:8px}.ac-setting-input-width div.width-slider .ui-slider-handle{cursor:ew-resize}.ac-setting-input-width div.unit-select{position:absolute;top:11px;right:6px;width:82px;text-align:right}.ac-setting-input-width div.unit-select .radio-labels{padding:0}.ac-setting-input-width div.unit-select .radio-labels label{padding:0;margin-right:6px}.ac-setting-input-width div.unit-select .radio-labels label input{margin-right:2px}.ac-column-header{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.ac-column-header:nth-child(2n) .column-meta{background:#f9f9f9}.ac-column-header img{margin-right:3px}.ac-column-header table{border:none;background:transparent;border-radius:0}.ac-column-header table tr td{vertical-align:top;height:18px;padding:12px 8px;border-width:1px 0 0;border-style:solid;border-color:transparent}.ac-column-header table tr td.column_sort{position:relative;cursor:move;padding:9px 16px}.ac-column-header table tr td.column_sort span.cpacicon-move{position:absolute;top:12px;left:12px;font-size:22px;display:inline-block;color:#bdbdbd}.ac-column-header table tr td.column_label{width:70%;font-weight:700;vertical-align:middle;position:relative;padding:15px 0}.ac-column-header table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.ac-column-header table tr td.column_label .inner .toggle img{max-height:20px}.ac-column-header table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.ac-column-header table tr td.column_label .inner>a:hover{color:#333}.ac-column-header table tr td.column_label .inner>a.clone-button,.ac-column-header table tr td.column_label .inner>a.close-button,.ac-column-header table tr td.column_label .inner>a.edit-button,.ac-column-header table tr td.column_label .inner>a.remove-button{display:none;color:#0074a2;text-decoration:none;text-shadow:none;font-weight:400;margin-left:5px;font-size:12px}.ac-column-header table tr td.column_label .inner>a.clone-button:hover,.ac-column-header table tr td.column_label .inner>a.close-button:hover,.ac-column-header table tr td.column_label .inner>a.edit-button:hover,.ac-column-header table tr td.column_label .inner>a.remove-button:hover{color:#2ea2cc}.ac-column-header table tr td.column_label .inner>a.remove-button{color:#a00}.ac-column-header table tr td.column_label .inner>a.remove-button:hover{color:red}.ac-column-header table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:400;color:#b2b2b2;font-size:12px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting{cursor:pointer;margin-left:4px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-heading-setting--width{margin-right:3px;cursor:auto;color:#737373}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator{margin-left:3px;font-size:24px;line-height:17px;width:22px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.ac-column-indicator--filter{font-size:20px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on,.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on span{color:#21759b}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.disabled{cursor:default}.ac-column-header table tr td.column_type{width:auto;min-width:120px;text-align:right;color:#999;padding-right:0}.ac-column-header table tr td.column_type .inner{display:inline-block;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;vertical-align:middle}.ac-column-header table tr td.column_type .inner a{margin-top:2px;color:#999}.ac-column-header table tr td.column_edit{width:38px;min-width:38px;text-align:center;cursor:pointer}.ac-column-header table tr td.column_edit:after{right:0;content:"\f140";font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 5px 0 0;bottom:0;position:relative;vertical-align:bottom;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;color:#b4b9be}.ac-column-header table tr:hover td.column_sort span{color:#9b9b9b}.ac-column-header:hover .column_label .inner>a.clone-button,.ac-column-header:hover .column_label .inner>a.edit-button,.ac-column-header:hover .column_label .inner>a.remove-button{display:inline-block}.ac-column-header span.vers{padding-top:2px}.ac-column-body{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.column-footer{background:#eaf2fa;border:1px solid #c7d7e2;min-height:26px;padding:8px;overflow:hidden}.column-footer .order-message{background:transparent url(../images/order_arrow.png) no-repeat 0 0;color:#7a9bbe;float:left;font-family:Comic Sans MS,sans-serif;font-size:11px;height:13px;line-height:1em;margin-left:4px;padding:7px 0 0 22px;text-shadow:0 1px 0 #fff;display:inline-block}.column-footer .button-container{float:right;display:inline-block;min-height:29px}.column-footer .button-container a{display:inline-block;margin-left:5px;vertical-align:top}.column-footer .button-container a.clear-columns{color:#bc0b0b;text-decoration:none;margin-right:8px;margin-top:5px}.column-footer .button-container a.clear-columns:hover{color:red}.ac-right .sidebox{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:0 0 0 0;box-shadow:0 1px 3px rgba(0,0,0,.1);position:relative;margin-bottom:14px}.ac-right .sidebox h3{padding:10px;margin:0;position:relative}.ac-right .sidebox h3.title{font-family:Georgia,Times New Roman,Bitstream Charter,Times,serif;font-size:15px;font-weight:400;line-height:1;margin:0;padding:7px 10px;background:#f1f1f1;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(0deg,#ececec,#f9f9f9);border-bottom-color:#dfdfdf;text-shadow:#fff 0 1px 0;box-shadow:0 1px 0 #fff;border-bottom-style:solid;border-bottom-width:1px}.ac-right .sidebox h3 span.left{position:relative;background:#fff;z-index:2;padding-right:8px}.ac-right .sidebox h3 span.contenttype{display:block;line-height:20px;font-size:12px;text-transform:uppercase;color:gray;margin-top:4px}.ac-right .sidebox h3 span.contenttype.right{position:absolute;display:inline-block;z-index:1;right:10px;text-align:right;margin-top:0}.ac-right .sidebox .inside{padding:10px}.ac-right .sidebox .inside p{margin-top:0}.ac-right .sidebox.form-actions .form-reset{display:none;border-bottom:1px solid #f5f5f5;padding:8px}.ac-right .sidebox.form-actions .reset-column-type{text-decoration:none;color:#bc0b0b;line-height:25px;display:inline-block;background:none;border:none;padding:0;font-size:13px;cursor:pointer;margin:0}.ac-right .sidebox.form-actions .reset-column-type:hover{color:red}.ac-right .sidebox.form-actions .form-update{padding:8px;overflow:hidden}.ac-right .sidebox.form-actions .submit{display:none;width:100%;height:28px;line-height:28px;text-align:center}.ac-right .sidebox.form-actions .submit.save{display:block}.ac-right .sidebox#direct-feedback #feedback-rate,.ac-right .sidebox#direct-feedback #feedback-support{display:none}.ac-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #ccc;width:48%;height:64px;text-align:center;line-height:64px;font-weight:700;color:#222;display:inline-block;text-decoration:none}.ac-right .sidebox#direct-feedback .inside>a:hover{background:#fafafa}.ac-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.ac-right .sidebox#direct-feedback .inside form input[type=submit]{display:inline-block;float:right;border-radius:4px;border:1px solid #ccc;height:32px;text-align:center;line-height:32px;font-weight:700;font-size:12px;padding:0 32px;color:#ccc;background:none;text-decoration:none;cursor:pointer}.ac-right .sidebox#direct-feedback .inside form input[type=submit]:hover{background:#fafafa}.ac-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.ac-right .sidebox#direct-feedback .inside ul{margin:0}.ac-right .sidebox#direct-feedback .inside ul.share li{margin:0;display:block;float:left;margin-left:9px;width:30%}.ac-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #ccc;border-radius:4px;display:block}.ac-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#fafafa}.ac-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.ac-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}#ac-pro-version{background:none}#ac-pro-version .padding-box{padding:20px 10px 10px;background:#3d4350;color:#fff}#ac-pro-version .nopadding{margin:0;padding:0}#ac-pro-version h2{color:#fff}#ac-pro-version h3{font-size:34px;line-height:40px}#ac-pro-version h3 a{text-decoration:none;color:#fff}#ac-pro-version h3 a span{color:#e9426e}#ac-pro-version sup{text-decoration:line-through;font-size:13px;color:#ccc}#ac-pro-version .ac-pro-prices{color:#ffcac0;text-decoration:none}#ac-pro-version .ac-pro-prices:hover{text-decoration:underline}#ac-pro-version .ac-pro-prices:hover sup{text-decoration:none}#ac-pro-version .acp-button{cursor:pointer}#ac-pro-version .more{color:#ffee85;text-decoration:none}#ac-pro-version .more:hover{text-decoration:underline}#ac-pro-version p.center{text-align:center}#ac-pro-version p.nomargin{margin-bottom:0}#ac-pro-version ul.features a:hover{text-decoration:underline}#ac-pro-version ul li{padding-bottom:3px}#ac-pro-version ul li a{color:#fff;text-decoration:none;padding-left:25px;position:relative;display:block}#ac-pro-version ul li a:before{content:"\2713";font-weight:700;font-size:16px;position:absolute;left:0;top:0}#ac-pro-version ul li.acp-integration{padding:0;min-height:23px;line-height:23px}#ac-pro-version ul li.acp-integration img{height:23px;display:inline-block;vertical-align:middle;margin-right:3px}#ac-pro-version ul li.acp-integration img.ac-addon-pods{margin-top:-4px}#ac-pro-version ul li.acp-integration img.ac-addon-types{height:18px}#ac-pro-version ul li.acp-integration img.cac-addon-acf{margin-top:-4px;height:15px}#ac-pro-version ul li.acp-integration a:before{content:"+"}#ac-pro-version .padding-box.ac-pro-deal{color:#3d4350;padding-bottom:20px;text-align:center;background:#ffef8f}#ac-pro-version .padding-box.ac-pro-deal h3{font-size:20px;line-height:26px;padding-top:0;padding-bottom:0;margin-bottom:18px}#ac-pro-version .padding-box.ac-pro-deal a.acp-button{font-size:16px}#ac-pro-version .padding-box.ac-pro-newsletter{background:#fff;color:#3d4350}#ac-pro-version .padding-box.ac-pro-newsletter h3{font-size:20px;padding-bottom:0}#ac-pro-version .padding-box.ac-pro-newsletter input{width:100%;margin-bottom:8px}#ac-pro-version .padding-box.ac-pro-newsletter .acp-button{margin-top:12px;margin-bottom:0;padding:7px 20px}#ac-pro-version .acp-button{background:#e9426e;border:none;color:#fff;text-decoration:none;text-align:center;display:block;padding:6px 20px;border-radius:3px}@media only screen and (max-width:900px){.ac-admin{margin-right:0}.ac-admin .ac-left,.ac-admin .menu{float:none}.ac-admin .ac-right{float:none;margin-top:0;margin-right:0;width:100%}}
1
+ @charset "UTF-8";@font-face{font-family:cpac_icons;src:url(../fonts/cpac_icons.woff) format("woff")}[class*=" cpacicon-"],[class^=cpacicon-]{font-family:cpac_icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" cpacicon-"]:before,[class^=cpacicon-]:before{font-size:100%}.cpacicon-draft:before{content:""}.cpacicon-move:before{content:""}.ui-sortable-helper{box-shadow:1px 3px 6px 0 rgba(1,1,1,.4)}.ui-sortable-helper .column-meta{border-width:1px}.ac-column .comment-grey-bubble{height:16px;width:16px}.ac-column .comment-grey-bubble:before{content:"\f101";font:normal 20px/.5 dashicons;speak:none;display:inline-block;padding:0;top:5px;left:0;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.rtl .ac-column .comment-grey-bubble:before{right:0;left:auto}.ac-admin{margin-right:300px;max-width:740px}.ac-admin #add-new-column-template{display:none}.ac-admin .ac-left{float:left;width:100%}.ac-admin .ac-left .column-footer a.add_column{padding-left:16px;padding-right:16px;text-align:center}.ac-admin .ac-left .column-footer a.submit.save,.ac-admin .ac-left .column-footer a.submit.update{padding-left:20px;padding-right:20px;text-align:center}.ac-admin .ac-left .column-footer .submit.save{display:inline-block}.ac-admin .ac-left .column-footer .submit.update{display:none}.ac-admin .ac-right{float:right;margin-right:-300px;width:280px}.ac-admin .ac-right .ac-right-inside.fixed{width:280px}.ac-admin .column-footer .spinner{display:none}.ac-admin.saving .ac-right-inside .spinner{visibility:visible}.ac-admin.saving .column-footer .spinner{margin:4px 0 0;background-position:50%;float:none;display:inline-block;visibility:visible}.ac-admin.stored .ac-right .sidebox.form-actions .submit.save{display:none}.ac-admin.stored .ac-right .sidebox.form-actions .form-reset,.ac-admin.stored .ac-right .sidebox.form-actions .submit.update{display:block}.ac-admin.stored .column-footer .submit.save{display:none}.ac-admin.stored .column-footer .submit.update{display:inline-block}.ac-left .ac-notice{background:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:15px;padding:1px 12px}.ac-left .ajax-message{display:none}.ac-left .ac-message{margin-top:0!important}.ac-left .ac-boxes .ac-columns form{box-shadow:0 1px 3px rgba(0,0,0,.1);margin:0}.ac-left .ac-boxes.disabled{opacity:.7}.ac-left .ac-boxes.disabled .column_action,.ac-left .ac-boxes.disabled a.clone-button,.ac-left .ac-boxes.disabled a.remove-button{display:none!important}.ac-left .ac-boxes.disabled .column-meta td.column_sort{display:none}.ac-left .ac-boxes.disabled .column-meta td.column_label{padding-left:10px}.ac-left .ac-boxes.disabled .meta span{cursor:default!important;opacity:.45}.ac-left .ac-boxes.disabled .meta span:before{color:gray!important}.ac-left .ac-boxes.disabled .meta span.on{opacity:1}.ac-left .ac-boxes.disabled .column-footer{display:none}.ac-column a{cursor:pointer}.ac-column a:active,.ac-column a:focus{box-shadow:none}.ac-column.loading .ac-column-body>.spinner{position:absolute;left:50%;top:50%;z-index:5;margin-left:-10px;margin-top:-10px;display:block}.ac-column.loading .ac-column-body:before{content:"";position:absolute;width:100%;height:100%;background:#fff;z-index:4;opacity:.5}.ac-column.opened{margin-bottom:-1px}.ac-column.opened .ac-column-header{background-color:#eaeaea;border-color:#ccc}.ac-column.opened .ac-column-header:hover .column_label .inner>a.close-button{display:inline-block}.ac-column.opened .ac-column-header .column_edit:after{content:"\f142"}.ac-column.opened .ac-column-header table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #fff}.ac-column.opened .ac-column-header table td a{color:#333;text-shadow:0 1px 0 #fff}.ac-column.opened .ac-column-header table td.column_sort span{color:#9b9b9b}.ac-column.opened .ac-column-header table td.column_label .meta span{color:#8d8d8d;text-shadow:none}.ac-column.opened .ac-column-header table td.column_label a.edit-button{display:none}.ac-column.opened .ac-column-header table td.column_type{color:#5c5c5c}.ac-column.opened .ac-column-header table td.column_edit:after{color:#9b9b9b}.ac-column.opened .ac-column-body{border:1px solid #ccc;border-top:1px solid #d4d4d4}.ac-column-setting{width:100%;clear:both;border-spacing:0;margin:0;border-top:1px solid #e8e8e8}.ac-column-setting:first-child{border-top:0}.ac-column-setting tr.hide{display:none}.ac-column-setting tr td{vertical-align:top;border:none;padding:0;background:#fff}.ac-column-setting td.col-label{position:relative;line-height:24px;overflow:visible;background:#f5f5f5;border-right:1px solid #dedede;width:34%;padding:10px;padding-left:12px}.ac-column-setting td.col-label span.label{font-weight:700;display:block;color:#333;font-style:normal}.ac-column-setting td.col-label div.tooltip{font-size:12px;font-style:normal;line-height:16px;margin:0!important;display:none;position:absolute;max-width:200px;z-index:3;top:40px;left:0;font-weight:400;color:#fff;background-color:#333;box-shadow:0 1px 3px rgba(0,0,0,.2);padding:.618em 1em;border-radius:3px}.ac-column-setting td.col-label div.tooltip em{margin-top:3px;display:block;color:#999}.ac-column-setting td.col-input div.msg{margin-top:5px;display:none;color:#333;padding:6px 10px;background-color:#ffebe8;border:1px solid #fff;border-radius:3px}.ac-column-setting td.col-input div.msg p{margin:.5em 0 1em}.ac-column-setting td.col-input div.msg a.button{margin-bottom:1em}.ac-column-setting td.col-input .help-msg{margin:10px 0 0;color:#666;font-size:13px}.ac-column-setting .ac-column-setting td.col_label{background-color:#fcfcfc}.ac-column-setting .ac-column-setting td.col_label .label{font-size:12px;color:#595959}.ac-column-setting span.ac-setting-error{display:block;margin:0;background-color:#ffebe8;padding:7px 10px}.ac-column-setting-actions .col-settings p{padding-left:10px}.ac-column-setting-actions .col-settings a{text-decoration:none}.ac-column-setting-actions .col-settings a.clone-button,.ac-column-setting-actions .col-settings a.close-button{margin-right:10px}.ac-column-setting-actions .col-settings a.remove-button{color:#a00;text-decoration:none;text-shadow:none;margin-right:5px}.ac-column-setting-actions .col-settings a.remove-button:hover{color:red}.ac-setting-input{padding:10px;line-height:24px}.ac-setting-input input,.ac-setting-input select{width:99.95%}.ac-setting-input input[type=checkbox],.ac-setting-input input[type=radio]{width:auto;margin-right:4px}.ac-setting-input .checkbox-labels>label,.ac-setting-input .radio-labels>label{padding-right:10px;vertical-align:top}.ac-setting-input .checkbox-labels.vertical input[type=radio],.ac-setting-input .radio-labels.vertical input[type=radio]{margin-right:6px}.ac-setting-input .checkbox-labels.vertical>label,.ac-setting-input .radio-labels.vertical>label{display:block;margin-bottom:5px}.ac-setting-input-date .ac-setting-input-date__custom{display:inline-block;width:71px;margin-right:5px}.ac-setting-input-date .ac-setting-input-date__value{display:inline-block;width:165px}.ac-setting-input-date .ac-setting-input-date__example{margin-left:8px}.ac-setting-input-date .ac-setting-input-date__example .spinner{float:none;vertical-align:top}.ac-setting-input-date code{display:inline-block;min-width:60px;padding-top:0;padding-bottom:0;text-align:center}.ac-setting-input-width{position:relative}.ac-setting-input-width div.description{font-size:12px;width:68px;position:absolute;display:table}.ac-setting-input-width div.description input{margin:0;text-align:right;vertical-align:middle;display:table-cell}.ac-setting-input-width div.description input::-webkit-input-placeholder{font-size:13px}.ac-setting-input-width div.description input:-moz-placeholder,.ac-setting-input-width div.description input::-moz-placeholder{font-size:13px}.ac-setting-input-width div.description input:-ms-input-placeholder{font-size:13px}.ac-setting-input-width div.description span{background:#efefef;display:table-cell;width:26px;line-height:23px;text-align:center;vertical-align:middle;border:1px solid #dedede;border-left:none;color:#505050}.ac-setting-input-width div.width-slider{margin-left:82px;margin-right:88px;position:relative;top:8px}.ac-setting-input-width div.width-slider .ui-slider-handle{cursor:ew-resize}.ac-setting-input-width div.unit-select{position:absolute;top:11px;right:6px;width:82px;text-align:right}.ac-setting-input-width div.unit-select .radio-labels{padding:0}.ac-setting-input-width div.unit-select .radio-labels label{padding:0;margin-right:6px}.ac-setting-input-width div.unit-select .radio-labels label input{margin-right:2px}.ac-column-header{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.ac-column-header:nth-child(2n) .column-meta{background:#f9f9f9}.ac-column-header img{margin-right:3px}.ac-column-header table{border:none;background:transparent;border-radius:0}.ac-column-header table tr td{vertical-align:top;height:18px;padding:12px 8px;border-width:1px 0 0;border-style:solid;border-color:transparent}.ac-column-header table tr td.column_sort{position:relative;cursor:move;padding:9px 16px}.ac-column-header table tr td.column_sort span.cpacicon-move{position:absolute;top:12px;left:12px;font-size:22px;display:inline-block;color:#bdbdbd}.ac-column-header table tr td.column_label{width:70%;font-weight:700;vertical-align:middle;position:relative;padding:15px 0}.ac-column-header table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.ac-column-header table tr td.column_label .inner .toggle img{max-height:20px}.ac-column-header table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.ac-column-header table tr td.column_label .inner>a:hover{color:#333}.ac-column-header table tr td.column_label .inner>a.clone-button,.ac-column-header table tr td.column_label .inner>a.close-button,.ac-column-header table tr td.column_label .inner>a.edit-button,.ac-column-header table tr td.column_label .inner>a.remove-button{display:none;color:#0074a2;text-decoration:none;text-shadow:none;font-weight:400;margin-left:5px;font-size:12px}.ac-column-header table tr td.column_label .inner>a.clone-button:hover,.ac-column-header table tr td.column_label .inner>a.close-button:hover,.ac-column-header table tr td.column_label .inner>a.edit-button:hover,.ac-column-header table tr td.column_label .inner>a.remove-button:hover{color:#2ea2cc}.ac-column-header table tr td.column_label .inner>a.remove-button{color:#a00}.ac-column-header table tr td.column_label .inner>a.remove-button:hover{color:red}.ac-column-header table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:400;color:#b2b2b2;font-size:12px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting{cursor:pointer;margin-left:4px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-heading-setting--width{margin-right:3px;cursor:auto;color:#737373}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator{margin-left:3px;font-size:24px;line-height:17px;width:22px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.ac-column-indicator--filter{font-size:20px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on,.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on span{color:#21759b}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.disabled{cursor:default}.ac-column-header table tr td.column_type{width:auto;min-width:120px;text-align:right;color:#999;padding-right:0}.ac-column-header table tr td.column_type .inner{display:inline-block;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;vertical-align:middle}.ac-column-header table tr td.column_type .inner a{margin-top:2px;color:#999}.ac-column-header table tr td.column_edit{width:38px;min-width:38px;text-align:center;cursor:pointer}.ac-column-header table tr td.column_edit:after{right:0;content:"\f140";font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 5px 0 0;bottom:0;position:relative;vertical-align:bottom;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;color:#b4b9be}.ac-column-header table tr:hover td.column_sort span{color:#9b9b9b}.ac-column-header:hover .column_label .inner>a.clone-button,.ac-column-header:hover .column_label .inner>a.edit-button,.ac-column-header:hover .column_label .inner>a.remove-button{display:inline-block}.ac-column-header span.vers{padding-top:2px}.ac-column-body{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.column-footer{background:#eaf2fa;border:1px solid #c7d7e2;min-height:26px;padding:8px;overflow:hidden}.column-footer .order-message{background:transparent url(../images/order_arrow.png) no-repeat 0 0;color:#7a9bbe;float:left;font-family:Comic Sans MS,sans-serif;font-size:11px;height:13px;line-height:1em;margin-left:4px;padding:7px 0 0 22px;text-shadow:0 1px 0 #fff;display:inline-block}.column-footer .button-container{float:right;display:inline-block;min-height:29px}.column-footer .button-container a{display:inline-block;margin-left:5px;vertical-align:top}.column-footer .button-container a.clear-columns{color:#bc0b0b;text-decoration:none;margin-right:8px;margin-top:5px}.column-footer .button-container a.clear-columns:hover{color:red}.ac-right .sidebox{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:0 0 0 0;box-shadow:0 1px 3px rgba(0,0,0,.1);position:relative;margin-bottom:14px}.ac-right .sidebox h3{padding:10px;margin:0;position:relative}.ac-right .sidebox h3.title{font-family:Georgia,Times New Roman,Bitstream Charter,Times,serif;font-size:15px;font-weight:400;line-height:1;margin:0;padding:7px 10px;background:#f1f1f1;background-image:linear-gradient(0deg,#ececec,#f9f9f9);border-bottom-color:#dfdfdf;text-shadow:#fff 0 1px 0;box-shadow:0 1px 0 #fff;border-bottom-style:solid;border-bottom-width:1px}.ac-right .sidebox h3 span.left{position:relative;background:#fff;z-index:2;padding-right:8px;float:none}.ac-right .sidebox h3 span.contenttype{display:block;line-height:20px;font-size:12px;text-transform:uppercase;color:gray;margin-top:4px}.ac-right .sidebox h3 span.contenttype.right{position:absolute;display:inline-block;z-index:1;right:10px;text-align:right;margin-top:0}.ac-right .sidebox .inside{padding:10px}.ac-right .sidebox .inside p{margin-top:0}.ac-right .sidebox.form-actions .form-reset{display:none;border-bottom:1px solid #f5f5f5;padding:8px}.ac-right .sidebox.form-actions .reset-column-type{text-decoration:none;color:#bc0b0b;line-height:25px;display:inline-block;background:none;border:none;padding:0;font-size:13px;cursor:pointer;margin:0}.ac-right .sidebox.form-actions .reset-column-type:hover{color:red}.ac-right .sidebox.form-actions .form-update{padding:8px;overflow:hidden}.ac-right .sidebox.form-actions .submit{display:none;width:100%;height:28px;line-height:28px;text-align:center}.ac-right .sidebox.form-actions .submit.save{display:block}.ac-right .sidebox#direct-feedback #feedback-rate,.ac-right .sidebox#direct-feedback #feedback-support{display:none}.ac-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #ccc;width:48%;height:64px;text-align:center;line-height:64px;font-weight:700;color:#222;display:inline-block;text-decoration:none}.ac-right .sidebox#direct-feedback .inside>a:hover{background:#fafafa}.ac-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.ac-right .sidebox#direct-feedback .inside form input[type=submit]{display:inline-block;float:right;border-radius:4px;border:1px solid #ccc;height:32px;text-align:center;line-height:32px;font-weight:700;font-size:12px;padding:0 32px;color:#ccc;background:none;text-decoration:none;cursor:pointer}.ac-right .sidebox#direct-feedback .inside form input[type=submit]:hover{background:#fafafa}.ac-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.ac-right .sidebox#direct-feedback .inside ul{margin:0}.ac-right .sidebox#direct-feedback .inside ul.share li{margin:0;display:block;float:left;margin-left:9px;width:30%}.ac-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #ccc;border-radius:4px;display:block}.ac-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#fafafa}.ac-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.ac-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}#ac-pro-version{background:none}#ac-pro-version .padding-box{padding:20px 10px 10px;background:#3d4350;color:#fff}#ac-pro-version .nopadding{margin:0;padding:0}#ac-pro-version h2{color:#fff}#ac-pro-version h3{font-size:34px;line-height:40px}#ac-pro-version h3 a{text-decoration:none;color:#fff}#ac-pro-version h3 a span{color:#e9426e}#ac-pro-version sup{text-decoration:line-through;font-size:13px;color:#ccc}#ac-pro-version .ac-pro-prices{color:#ffcac0;text-decoration:none}#ac-pro-version .ac-pro-prices:hover{text-decoration:underline}#ac-pro-version .ac-pro-prices:hover sup{text-decoration:none}#ac-pro-version .acp-button{cursor:pointer}#ac-pro-version .more{color:#ffee85;text-decoration:none}#ac-pro-version .more:hover{text-decoration:underline}#ac-pro-version p.center{text-align:center}#ac-pro-version p.nomargin{margin-bottom:0}#ac-pro-version ul.features a:hover{text-decoration:underline}#ac-pro-version ul li{padding-bottom:3px}#ac-pro-version ul li a{color:#fff;text-decoration:none;padding-left:25px;position:relative;display:block}#ac-pro-version ul li a:before{content:"\2713";font-weight:700;font-size:16px;position:absolute;left:0;top:0}#ac-pro-version ul li.acp-integration{padding:0;min-height:23px;line-height:23px}#ac-pro-version ul li.acp-integration img{height:23px;display:inline-block;vertical-align:middle;margin-right:3px}#ac-pro-version ul li.acp-integration img.ac-addon-pods{margin-top:-4px}#ac-pro-version ul li.acp-integration img.ac-addon-types{height:18px}#ac-pro-version ul li.acp-integration img.cac-addon-acf{margin-top:-4px;height:15px}#ac-pro-version ul li.acp-integration a:before{content:"+"}#ac-pro-version .padding-box.ac-pro-deal{color:#3d4350;padding-bottom:20px;text-align:center;background:#ffef8f}#ac-pro-version .padding-box.ac-pro-deal h3{font-size:20px;line-height:26px;padding-top:0;padding-bottom:0;margin-bottom:18px}#ac-pro-version .padding-box.ac-pro-deal a.acp-button{font-size:16px}#ac-pro-version .padding-box.ac-pro-newsletter{background:#fff;color:#3d4350}#ac-pro-version .padding-box.ac-pro-newsletter h3{font-size:20px;padding-bottom:0}#ac-pro-version .padding-box.ac-pro-newsletter input{width:100%;margin-bottom:8px}#ac-pro-version .padding-box.ac-pro-newsletter .acp-button{margin-top:12px;margin-bottom:0;padding:7px 20px}#ac-pro-version .acp-button{background:#e9426e;border:none;color:#fff;text-decoration:none;text-align:center;display:block;padding:6px 20px;border-radius:3px}@media only screen and (max-width:900px){.ac-admin{margin-right:0}.ac-admin .ac-left,.ac-admin .menu{float:none}.ac-admin .ac-right{float:none;margin-top:0;margin-right:0;width:100%}}
classes/API.php CHANGED
@@ -60,7 +60,6 @@ class AC_API {
60
 
61
  if ( ! $columndata ) {
62
  return array();
63
-
64
  }
65
 
66
  $layouts = array();
60
 
61
  if ( ! $columndata ) {
62
  return array();
 
63
  }
64
 
65
  $layouts = array();
classes/Admin/Addons.php CHANGED
@@ -99,7 +99,7 @@ class AC_Admin_Addons {
99
  * Register addon
100
  */
101
  private function set_addons() {
102
- $classes = AC()->autoloader()->get_class_names_from_dir( AC()->get_plugin_dir() . 'classes/Admin/Addon', 'AC_' );
103
 
104
  foreach ( $classes as $class ) {
105
  $this->register_addon( new $class );
99
  * Register addon
100
  */
101
  private function set_addons() {
102
+ $classes = AC()->autoloader()->get_class_names_from_dir( AC()->get_plugin_dir() . 'classes/Admin/Addon', AC()->get_prefix() );
103
 
104
  foreach ( $classes as $class ) {
105
  $this->register_addon( new $class );
classes/Admin/Page/Columns.php CHANGED
@@ -112,7 +112,7 @@ class AC_Admin_Page_Columns extends AC_Admin_Page {
112
 
113
  // Load table headers
114
  if ( ! $list_screen->get_original_columns() ) {
115
- $this->set_original_table_headers( $list_screen );
116
  }
117
 
118
  $this->preferences()->set( 'list_screen', $list_screen->get_key() );
@@ -129,21 +129,6 @@ class AC_Admin_Page_Columns extends AC_Admin_Page {
129
  return $this->current_list_screen;
130
  }
131
 
132
- /**
133
- * Populate the list screen with columns headers from WP_List_Table
134
- *
135
- * @see WP_List_Table::get_columns()
136
- *
137
- * @param AC_ListScreen $list_screen
138
- */
139
- private function set_original_table_headers( AC_ListScreen $list_screen ) {
140
- $list_screen->get_list_table();
141
-
142
- $table_headers = (array) get_column_headers( $list_screen->get_screen_id() );
143
-
144
- $list_screen->set_original_columns( $table_headers );
145
- }
146
-
147
  /**
148
  * Handle request
149
  */
@@ -410,7 +395,7 @@ class AC_Admin_Page_Columns extends AC_Admin_Page {
410
  * @return AC_Admin_Promo|false
411
  */
412
  public function get_active_promotion() {
413
- $classes = AC()->autoloader()->get_class_names_from_dir( AC()->get_plugin_dir() . 'classes/Admin/Promo', 'AC_' );
414
 
415
  foreach ( $classes as $class ) {
416
 
@@ -785,22 +770,47 @@ class AC_Admin_Page_Columns extends AC_Admin_Page {
785
  }
786
 
787
  /**
788
- * Get first custom group column
 
 
 
789
  */
790
- private function display_column_template( AC_ListScreen $list_screen ) {
 
 
 
 
 
 
791
  $columns = array();
792
 
793
- foreach ( $list_screen->get_column_types() as $column_type ) {
794
- if ( 'custom' === $column_type->get_group() ) {
795
  $columns[ $column_type->get_label() ] = $column_type;
796
  }
797
  }
798
 
799
  array_multisort( array_keys( $columns ), SORT_NATURAL, $columns );
800
 
801
- /** @var AC_Column $column */
802
  $column = array_shift( $columns );
803
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
804
  $this->display_column( $column );
805
  }
806
 
112
 
113
  // Load table headers
114
  if ( ! $list_screen->get_original_columns() ) {
115
+ $list_screen->set_original_columns( $list_screen->get_default_column_headers() );
116
  }
117
 
118
  $this->preferences()->set( 'list_screen', $list_screen->get_key() );
129
  return $this->current_list_screen;
130
  }
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  /**
133
  * Handle request
134
  */
395
  * @return AC_Admin_Promo|false
396
  */
397
  public function get_active_promotion() {
398
+ $classes = AC()->autoloader()->get_class_names_from_dir( AC()->get_plugin_dir() . 'classes/Admin/Promo', AC()->get_prefix() );
399
 
400
  foreach ( $classes as $class ) {
401
 
770
  }
771
 
772
  /**
773
+ * @param AC_ListScreen $list_screen
774
+ * @param string $group
775
+ *
776
+ * @return AC_Column|false
777
  */
778
+ private function get_column_template_by_group( AC_ListScreen $list_screen, $group = false ) {
779
+ $types = $list_screen->get_column_types();
780
+
781
+ if ( ! $group ) {
782
+ return array_shift( $types );
783
+ }
784
+
785
  $columns = array();
786
 
787
+ foreach ( $types as $column_type ) {
788
+ if ( $group === $column_type->get_group() ) {
789
  $columns[ $column_type->get_label() ] = $column_type;
790
  }
791
  }
792
 
793
  array_multisort( array_keys( $columns ), SORT_NATURAL, $columns );
794
 
 
795
  $column = array_shift( $columns );
796
 
797
+ if ( ! $column ) {
798
+ return false;
799
+ }
800
+
801
+ return $column;
802
+ }
803
+
804
+ /**
805
+ * Get first custom group column
806
+ */
807
+ private function display_column_template( AC_ListScreen $list_screen ) {
808
+ $column = $this->get_column_template_by_group( $list_screen, 'custom' );
809
+
810
+ if ( ! $column ) {
811
+ $column = $this->get_column_template_by_group( $list_screen );
812
+ }
813
+
814
  $this->display_column( $column );
815
  }
816
 
classes/Column.php CHANGED
@@ -136,7 +136,7 @@ class AC_Column {
136
  * @return $this
137
  */
138
  public function set_label( $label ) {
139
- $this->label = (string) $label;
140
 
141
  return $this;
142
  }
@@ -378,28 +378,6 @@ class AC_Column {
378
  return $value;
379
  }
380
 
381
- /**
382
- * True when the column is sortable by default
383
- *
384
- * return bool
385
- */
386
- public function is_native_sortable() {
387
- if ( ! $this->is_original() ) {
388
- return false;
389
- }
390
-
391
- $table = $this->get_list_screen()->get_list_table();
392
-
393
- if ( ! $table instanceof WP_List_Table ) {
394
- return false;
395
- }
396
-
397
- $column_info = $table->get_column_info();
398
- $sortables = $column_info[2];
399
-
400
- return isset( $sortables[ $this->get_type() ] );
401
- }
402
-
403
  /**
404
  * Get the raw, underlying value for the column
405
  * Not suitable for direct display, use get_value() for that
136
  * @return $this
137
  */
138
  public function set_label( $label ) {
139
+ $this->label = $label;
140
 
141
  return $this;
142
  }
378
  return $value;
379
  }
380
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
  /**
382
  * Get the raw, underlying value for the column
383
  * Not suitable for direct display, use get_value() for that
classes/Column/Comment/AuthorAvatar.php CHANGED
@@ -17,7 +17,7 @@ class AC_Column_Comment_AuthorAvatar extends AC_Column {
17
  public function get_value( $id ) {
18
  $comment = get_comment( $id );
19
 
20
- return get_avatar( $comment, 80 );
21
  }
22
 
23
  }
17
  public function get_value( $id ) {
18
  $comment = get_comment( $id );
19
 
20
+ return get_avatar( $comment, 60 );
21
  }
22
 
23
  }
classes/Column/Comment/User.php CHANGED
@@ -14,6 +14,12 @@ class AC_Column_Comment_User extends AC_Column {
14
  $this->set_label( __( 'User', 'codepress-admin-columns' ) );
15
  }
16
 
 
 
 
 
 
 
17
  /**
18
  * @param int $comment_id Comment ID
19
  *
14
  $this->set_label( __( 'User', 'codepress-admin-columns' ) );
15
  }
16
 
17
+ public function get_value( $id ) {
18
+ $raw_value = $this->get_raw_value( $id );
19
+
20
+ return $this->get_formatted_value( $raw_value, $raw_value );
21
+ }
22
+
23
  /**
24
  * @param int $comment_id Comment ID
25
  *
classes/Column/Post/AuthorName.php CHANGED
@@ -17,6 +17,12 @@ class AC_Column_Post_AuthorName extends AC_Column {
17
  $this->set_label( __( 'Author', 'codepress-admin-columns' ) );
18
  }
19
 
 
 
 
 
 
 
20
  public function get_raw_value( $post_id ) {
21
  return $this->get_post_author( $post_id );
22
  }
17
  $this->set_label( __( 'Author', 'codepress-admin-columns' ) );
18
  }
19
 
20
+ public function get_value( $id ) {
21
+ $user_id = $this->get_raw_value( $id );
22
+
23
+ return $this->get_formatted_value( $user_id, $user_id );
24
+ }
25
+
26
  public function get_raw_value( $post_id ) {
27
  return $this->get_post_author( $post_id );
28
  }
classes/Column/Post/FeaturedImage.php CHANGED
@@ -14,23 +14,15 @@ class AC_Column_Post_FeaturedImage extends AC_Column_Meta {
14
  $this->set_label( __( 'Featured Image', 'codepress-admin-columns' ) );
15
  }
16
 
17
- // Meta
18
-
19
  public function get_meta_key() {
20
  return '_thumbnail_id';
21
  }
22
 
23
- // Display
24
-
25
- public function get_value( $post_id ) {
26
- $value = parent::get_value( $post_id );
27
 
28
  if ( ! $value ) {
29
- return false;
30
- }
31
-
32
- if ( $link = get_edit_post_link( $post_id ) ) {
33
- $value = ac_helper()->html->link( $link . '#postimagediv', $value );
34
  }
35
 
36
  return $value;
14
  $this->set_label( __( 'Featured Image', 'codepress-admin-columns' ) );
15
  }
16
 
 
 
17
  public function get_meta_key() {
18
  return '_thumbnail_id';
19
  }
20
 
21
+ public function get_value( $id ) {
22
+ $value = parent::get_value( $id );
 
 
23
 
24
  if ( ! $value ) {
25
+ return $this->get_empty_char();
 
 
 
 
26
  }
27
 
28
  return $value;
classes/Column/Post/LastModifiedAuthor.php CHANGED
@@ -17,6 +17,16 @@ class AC_Column_Post_LastModifiedAuthor extends AC_Column_Meta {
17
  $this->set_label( __( 'Last Modified Author', 'codepress-admin-columns' ) );
18
  }
19
 
 
 
 
 
 
 
 
 
 
 
20
  public function get_meta_key() {
21
  return '_edit_last';
22
  }
17
  $this->set_label( __( 'Last Modified Author', 'codepress-admin-columns' ) );
18
  }
19
 
20
+ public function get_value( $id ) {
21
+ $raw_value = $this->get_raw_value( $id );
22
+
23
+ if( ! $raw_value ){
24
+ return $this->get_empty_char();
25
+ }
26
+
27
+ return $this->get_formatted_value( $raw_value, $raw_value );
28
+ }
29
+
30
  public function get_meta_key() {
31
  return '_edit_last';
32
  }
classes/Column/User/CommentCount.php CHANGED
@@ -14,10 +14,6 @@ class AC_Column_User_CommentCount extends AC_Column {
14
  $this->set_label( __( 'Comment Count', 'codepress-admin-columns' ) );
15
  }
16
 
17
- public function get_value( $user_id ) {
18
- return $this->get_raw_value( $user_id );
19
- }
20
-
21
  public function get_raw_value( $user_id ) {
22
  return get_comments( array(
23
  'user_id' => $user_id,
14
  $this->set_label( __( 'Comment Count', 'codepress-admin-columns' ) );
15
  }
16
 
 
 
 
 
17
  public function get_raw_value( $user_id ) {
18
  return get_comments( array(
19
  'user_id' => $user_id,
classes/Column/User/FirstName.php CHANGED
@@ -19,7 +19,13 @@ class AC_Column_User_FirstName extends AC_Column_Meta {
19
  }
20
 
21
  public function get_value( $user_id ) {
22
- return $this->get_raw_value( $user_id );
 
 
 
 
 
 
23
  }
24
 
25
  public function get_raw_value( $user_id ) {
19
  }
20
 
21
  public function get_value( $user_id ) {
22
+ $value = $this->get_raw_value( $user_id );
23
+
24
+ if ( ! $value ) {
25
+ return $this->get_empty_char();
26
+ }
27
+
28
+ return $value;
29
  }
30
 
31
  public function get_raw_value( $user_id ) {
classes/Column/User/LastName.php CHANGED
@@ -19,7 +19,13 @@ class AC_Column_User_LastName extends AC_Column_Meta {
19
  }
20
 
21
  public function get_value( $user_id ) {
22
- return $this->get_raw_value( $user_id );
 
 
 
 
 
 
23
  }
24
 
25
  public function get_raw_value( $user_id ) {
19
  }
20
 
21
  public function get_value( $user_id ) {
22
+ $value = $this->get_raw_value( $user_id );
23
+
24
+ if ( ! $value ) {
25
+ return $this->get_empty_char();
26
+ }
27
+
28
+ return $value;
29
  }
30
 
31
  public function get_raw_value( $user_id ) {
classes/{Settings/Form → Form}/Element.php RENAMED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- abstract class AC_Settings_Form_Element {
8
 
9
  /**
10
  * @var array
4
  exit;
5
  }
6
 
7
+ abstract class AC_Form_Element {
8
 
9
  /**
10
  * @var array
classes/{Settings/Form → Form}/Element/Checkbox.php RENAMED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- class AC_Settings_Form_Element_Checkbox extends AC_Settings_Form_Element {
8
 
9
  /**
10
  * @var bool
@@ -57,7 +57,7 @@ class AC_Settings_Form_Element_Checkbox extends AC_Settings_Form_Element {
57
  $value = (array) $this->get_value();
58
 
59
  foreach ( $options as $key => $label ) {
60
- $input = new AC_Settings_Form_Element_Input( $this->get_name() );
61
 
62
  $input->set_value( $key )
63
  ->set_type( $this->get_type() )
4
  exit;
5
  }
6
 
7
+ class AC_Form_Element_Checkbox extends AC_Form_Element {
8
 
9
  /**
10
  * @var bool
57
  $value = (array) $this->get_value();
58
 
59
  foreach ( $options as $key => $label ) {
60
+ $input = new AC_Form_Element_Input( $this->get_name() );
61
 
62
  $input->set_value( $key )
63
  ->set_type( $this->get_type() )
classes/{Settings/Form → Form}/Element/Input.php RENAMED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- class AC_Settings_Form_Element_Input extends AC_Settings_Form_Element {
8
 
9
  protected function is_valid_type( $type ) {
10
  $valid_types = array(
4
  exit;
5
  }
6
 
7
+ class AC_Form_Element_Input extends AC_Form_Element {
8
 
9
  protected function is_valid_type( $type ) {
10
  $valid_types = array(
classes/{Settings/Form → Form}/Element/Radio.php RENAMED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- class AC_Settings_Form_Element_Radio extends AC_Settings_Form_Element_Checkbox {
8
 
9
  protected function get_type() {
10
  return 'radio';
4
  exit;
5
  }
6
 
7
+ class AC_Form_Element_Radio extends AC_Form_Element_Checkbox {
8
 
9
  protected function get_type() {
10
  return 'radio';
classes/Form/Element/Select.php ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ class AC_Form_Element_Select extends AC_Form_Element {
8
+
9
+ /**
10
+ * @var string
11
+ */
12
+ protected $no_result = '';
13
+
14
+ protected function render_options( array $options ) {
15
+ $output = array();
16
+
17
+ foreach ( $options as $key => $option ) {
18
+ if ( isset( $option['options'] ) && is_array( $option['options'] ) ) {
19
+ $output[] = $this->render_optgroup( $option );
20
+
21
+ continue;
22
+ }
23
+
24
+ $output[] = $this->render_option( $key, $option );
25
+ }
26
+
27
+ return implode( "\n", $output );
28
+ }
29
+
30
+ protected function render_option( $key, $label ) {
31
+ $template = '<option %s>%s</option>';
32
+ $attributes = $this->get_option_attributes( $key );
33
+
34
+ return sprintf( $template, $this->get_attributes_as_string( $attributes ), esc_html( $label ) );
35
+ }
36
+
37
+ protected function get_option_attributes( $key ) {
38
+ $attributes = array();
39
+ $attributes['value'] = $key;
40
+
41
+ if ( selected( $this->get_value(), $key, false ) ) {
42
+ $attributes['selected'] = 'selected';
43
+ }
44
+
45
+ return $attributes;
46
+ }
47
+
48
+ /**
49
+ * @param array $group
50
+ *
51
+ * @return string
52
+ */
53
+ protected function render_optgroup( array $group ) {
54
+ $template = '<optgroup %s>%s</optgroup>';
55
+ $attributes = array();
56
+
57
+ if ( isset( $group['title'] ) ) {
58
+ $attributes['label'] = esc_attr( $group['title'] );
59
+ }
60
+
61
+ return sprintf( $template, $this->get_attributes_as_string( $attributes ), $this->render_options( $group['options'] ) );
62
+ }
63
+
64
+ public function render() {
65
+ if ( ! $this->get_options() ) {
66
+ return $this->get_no_result();
67
+ }
68
+
69
+ $template = '
70
+ <select %s>
71
+ %s
72
+ </select>
73
+ %s';
74
+
75
+ $attributes = $this->get_attributes();
76
+ $attributes['name'] = $this->get_name();
77
+ $attributes['id'] = $this->get_id();
78
+
79
+ return sprintf( $template, $this->get_attributes_as_string( $attributes ), $this->render_options( $this->get_options() ), $this->render_description() );
80
+ }
81
+
82
+ /**
83
+ * @return string
84
+ */
85
+ public function get_no_result() {
86
+ return $this->no_result;
87
+ }
88
+
89
+ /**
90
+ * @param string $no_result
91
+ *
92
+ * @return $this
93
+ */
94
+ public function set_no_result( $no_result ) {
95
+ $this->no_result = (string) $no_result;
96
+
97
+ return $this;
98
+ }
99
+
100
+ }
classes/Helper/Html.php CHANGED
@@ -209,6 +209,10 @@ class AC_Helper_Html {
209
  /** @var DOMElement $link */
210
  $href = $link->getAttribute( 'href' );
211
 
 
 
 
 
212
  $internal = false;
213
 
214
  foreach ( (array) $internal_domains as $domain ) {
@@ -467,6 +471,10 @@ class AC_Helper_Html {
467
  * @return string
468
  */
469
  public function images( $value, $removed = false ) {
 
 
 
 
470
  if ( $removed ) {
471
  $value .= ac_helper()->html->rounded( '+' . $removed );
472
  }
209
  /** @var DOMElement $link */
210
  $href = $link->getAttribute( 'href' );
211
 
212
+ if ( 0 === strpos( $href, '#' ) ) {
213
+ continue;
214
+ }
215
+
216
  $internal = false;
217
 
218
  foreach ( (array) $internal_domains as $domain ) {
471
  * @return string
472
  */
473
  public function images( $value, $removed = false ) {
474
+ if ( ! $value ) {
475
+ return false;
476
+ }
477
+
478
  if ( $removed ) {
479
  $value .= ac_helper()->html->rounded( '+' . $removed );
480
  }
classes/Helper/Icon.php CHANGED
@@ -37,6 +37,11 @@ class AC_Helper_Icon {
37
 
38
  /**
39
  * @since 3.0
 
 
 
 
 
40
  * @return string
41
  */
42
  public function yes( $tooltip = false, $title = true, $class = 'green' ) {
37
 
38
  /**
39
  * @since 3.0
40
+ *
41
+ * @param string $tooltip
42
+ * @param string $title
43
+ * @param string $class
44
+ *
45
  * @return string
46
  */
47
  public function yes( $tooltip = false, $title = true, $class = 'green' ) {
classes/Helper/Image.php CHANGED
@@ -108,7 +108,7 @@ class AC_Helper_Image {
108
  * @return string
109
  */
110
  public function get_image_by_url( $url, $size ) {
111
- $dimensions = array( 80, 80 );
112
 
113
  if ( is_string( $size ) && ( $sizes = $this->get_image_sizes_by_name( $size ) ) ) {
114
  $dimensions = array( $sizes['width'], $sizes['height'] );
108
  * @return string
109
  */
110
  public function get_image_by_url( $url, $size ) {
111
+ $dimensions = array( 60, 60 );
112
 
113
  if ( is_string( $size ) && ( $sizes = $this->get_image_sizes_by_name( $size ) ) ) {
114
  $dimensions = array( $sizes['width'], $sizes['height'] );
classes/ListScreen.php CHANGED
@@ -49,14 +49,6 @@ abstract class AC_ListScreen {
49
  */
50
  private $page;
51
 
52
- /**
53
- * Class name of the WP_List_Table instance
54
- * @see WP_List_Table
55
- * @since 3.0
56
- * @var string
57
- */
58
- private $list_table_class;
59
-
60
  /**
61
  * Group slug. Used for menu.
62
  * @var string
@@ -206,14 +198,6 @@ abstract class AC_ListScreen {
206
  $this->group = $group;
207
  }
208
 
209
- public function get_list_table_class() {
210
- return $this->list_table_class;
211
- }
212
-
213
- protected function set_list_table_class( $list_table_class ) {
214
- $this->list_table_class = $list_table_class;
215
- }
216
-
217
  /**
218
  * @return string
219
  */
@@ -254,16 +238,6 @@ abstract class AC_ListScreen {
254
  return $this;
255
  }
256
 
257
- /**
258
- * Return a single object based on it's ID (post, user, comment etc.)
259
- *
260
- * @since 3.0
261
- * @return mixed
262
- */
263
- protected function get_object_by_id( $id ) {
264
- return null;
265
- }
266
-
267
  /**
268
  * ID attribute of targeted list table
269
  *
@@ -449,17 +423,6 @@ abstract class AC_ListScreen {
449
 
450
  $this->column_types[ $column->get_type() ] = $column;
451
 
452
- /**
453
- * Fires when a column type is registered to a list screen. Can be used to attach additional
454
- * functionality to a column type, such as exporting, sorting or filtering
455
- *
456
- * @since 3.0.5
457
- *
458
- * @param AC_Column $column Column type object
459
- * @param AC_ListScreen $list_screen List screen object to which the column was registered
460
- */
461
- do_action( 'ac/list_screen/column_type_registered', $column, $this );
462
-
463
  return true;
464
  }
465
 
@@ -541,6 +504,9 @@ abstract class AC_ListScreen {
541
  * @param AC_ListScreen $this
542
  */
543
  do_action( 'ac/column_types', $this );
 
 
 
544
  }
545
 
546
  /**
@@ -805,6 +771,17 @@ abstract class AC_ListScreen {
805
  * @return bool
806
  */
807
  public function delete() {
 
 
 
 
 
 
 
 
 
 
 
808
  return delete_option( self::OPTIONS_KEY . $this->get_storage_key() );
809
  }
810
 
@@ -844,34 +821,23 @@ abstract class AC_ListScreen {
844
  }
845
 
846
  /**
847
- * Get a single row from list table
848
  *
849
- * @since 3.0
850
  */
851
- public function get_single_row( $object_id ) {
852
- ob_start();
853
-
854
- $this->get_list_table()->single_row( $this->get_object_by_id( $object_id ) );
855
-
856
- return ob_get_clean();
857
  }
858
 
859
  /**
860
- * get_object_by_id made 'public' for backwards compatibility
861
  *
862
- * @param int $object_id
863
  *
864
- * @return mixed
865
- */
866
- public function get_object( $object_id ) {
867
- return $this->get_object_by_id( $object_id );
868
- }
869
-
870
- /**
871
- * @return WP_List_Table|object
872
  */
873
- public function get_list_table() {
874
- return _get_list_table( $this->get_list_table_class(), array( 'screen' => $this->get_screen_id() ) );
875
  }
876
 
877
  }
49
  */
50
  private $page;
51
 
 
 
 
 
 
 
 
 
52
  /**
53
  * Group slug. Used for menu.
54
  * @var string
198
  $this->group = $group;
199
  }
200
 
 
 
 
 
 
 
 
 
201
  /**
202
  * @return string
203
  */
238
  return $this;
239
  }
240
 
 
 
 
 
 
 
 
 
 
 
241
  /**
242
  * ID attribute of targeted list table
243
  *
423
 
424
  $this->column_types[ $column->get_type() ] = $column;
425
 
 
 
 
 
 
 
 
 
 
 
 
426
  return true;
427
  }
428
 
504
  * @param AC_ListScreen $this
505
  */
506
  do_action( 'ac/column_types', $this );
507
+
508
+ // For backwards compatibility
509
+ do_action( 'acp/column_types', $this );
510
  }
511
 
512
  /**
771
  * @return bool
772
  */
773
  public function delete() {
774
+
775
+ /**
776
+ * Fires before a column setup is removed from the database
777
+ * Primarily used when columns are deleted through the Admin Columns settings screen
778
+ *
779
+ * @since 3.0.8
780
+ *
781
+ * @param AC_ListScreen $list_screen
782
+ */
783
+ do_action( 'ac/columns_delete', $this );
784
+
785
  return delete_option( self::OPTIONS_KEY . $this->get_storage_key() );
786
  }
787
 
821
  }
822
 
823
  /**
824
+ * Get default column headers
825
  *
826
+ * @return array
827
  */
828
+ public function get_default_column_headers() {
829
+ return array();
 
 
 
 
830
  }
831
 
832
  /**
833
+ * Get the default sortable column. The format is: 'orderby' or [ 'orderby', true ]
834
  *
835
+ * The second format will make the initial sorting order be descending
836
  *
837
+ * @return array [ $column_name, $descending ]
 
 
 
 
 
 
 
838
  */
839
+ public function get_default_orderby() {
840
+ return array();
841
  }
842
 
843
  }
classes/ListScreen/Comment.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
  /**
8
  * @since 2.0
9
  */
10
- class AC_ListScreen_Comment extends AC_ListScreen {
11
 
12
  public function __construct() {
13
 
@@ -18,13 +18,24 @@ class AC_ListScreen_Comment extends AC_ListScreen {
18
  $this->set_key( 'wp-comments' );
19
  $this->set_screen_id( 'edit-comments' );
20
  $this->set_group( 'comment' );
 
21
 
22
- /* @see WP_Comments_List_Table */
23
- $this->set_list_table_class( 'WP_Comments_List_Table' );
 
 
 
 
 
24
  }
25
 
 
 
 
26
  public function get_list_table() {
27
- $table = parent::get_list_table();
 
 
28
 
29
  // Since 4.4 the `floated_admin_avatar` filter is added in the constructor of the `WP_Comments_List_Table` class.
30
  // Here we remove the filter from the constructor.
@@ -44,14 +55,6 @@ class AC_ListScreen_Comment extends AC_ListScreen {
44
  return '#the-comment-list';
45
  }
46
 
47
- /**
48
- * @since 3.0
49
- * @return WP_Comment Comment
50
- */
51
- protected function get_object_by_id( $comment_id ) {
52
- return get_comment( $comment_id );
53
- }
54
-
55
  /**
56
  * @param string $column_name
57
  * @param int $id
@@ -60,12 +63,22 @@ class AC_ListScreen_Comment extends AC_ListScreen {
60
  echo $this->get_display_value_by_column_name( $column_name, $id );
61
  }
62
 
 
 
 
63
  protected function register_column_types() {
64
  $this->register_column_type( new AC_Column_CustomField );
65
  $this->register_column_type( new AC_Column_Menu );
66
  $this->register_column_type( new AC_Column_Actions );
67
 
68
- $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Comment', 'AC_' );
 
 
 
 
 
 
 
69
  }
70
 
71
  }
7
  /**
8
  * @since 2.0
9
  */
10
+ class AC_ListScreen_Comment extends AC_ListScreenWP {
11
 
12
  public function __construct() {
13
 
18
  $this->set_key( 'wp-comments' );
19
  $this->set_screen_id( 'edit-comments' );
20
  $this->set_group( 'comment' );
21
+ }
22
 
23
+ /**
24
+ * @param int $id
25
+ *
26
+ * @return WP_Comment
27
+ */
28
+ protected function get_object( $id ) {
29
+ return get_comment( $id );
30
  }
31
 
32
+ /**
33
+ * @return WP_Comments_List_Table
34
+ */
35
  public function get_list_table() {
36
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-comments-list-table.php' );
37
+
38
+ $table = new WP_Comments_List_Table( array( 'screen' => $this->get_screen_id() ) );
39
 
40
  // Since 4.4 the `floated_admin_avatar` filter is added in the constructor of the `WP_Comments_List_Table` class.
41
  // Here we remove the filter from the constructor.
55
  return '#the-comment-list';
56
  }
57
 
 
 
 
 
 
 
 
 
58
  /**
59
  * @param string $column_name
60
  * @param int $id
63
  echo $this->get_display_value_by_column_name( $column_name, $id );
64
  }
65
 
66
+ /**
67
+ * Register column types
68
+ */
69
  protected function register_column_types() {
70
  $this->register_column_type( new AC_Column_CustomField );
71
  $this->register_column_type( new AC_Column_Menu );
72
  $this->register_column_type( new AC_Column_Actions );
73
 
74
+ $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Comment', AC()->get_prefix() );
75
+ }
76
+
77
+ /**
78
+ * @return array
79
+ */
80
+ public function get_default_orderby() {
81
+ return array( 'comment_date', true );
82
  }
83
 
84
  }
classes/ListScreen/Link.php DELETED
@@ -1,42 +0,0 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) {
4
- exit;
5
- }
6
-
7
- class AC_ListScreen_Link extends AC_ListScreen {
8
-
9
- public function __construct() {
10
-
11
- $this->set_label( __( 'Links' ) );
12
- $this->set_singular_label( __( 'Link' ) );
13
- $this->set_screen_base( 'link-manager' );
14
- $this->set_key( 'wp-links' );
15
- $this->set_screen_id( 'link-manager' );
16
- $this->set_group( 'link' );
17
-
18
- /* @see WP_Links_List_Table */
19
- $this->set_list_table_class( 'WP_Links_List_Table' );
20
- }
21
-
22
- public function set_manage_value_callback() {
23
- add_action( 'manage_link_custom_column', array( $this, 'manage_value' ), 100, 2 );
24
- }
25
-
26
- /**
27
- * @since 3.0
28
- * @return stdClass
29
- */
30
- protected function get_object_by_id( $bookmark_id ) {
31
- return get_bookmark( $bookmark_id );
32
- }
33
-
34
- public function manage_value( $column_name, $id ) {
35
- echo $this->get_display_value_by_column_name( $column_name, $id );
36
- }
37
-
38
- protected function register_column_types() {
39
- $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Link', 'AC_' );
40
- }
41
-
42
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
classes/ListScreen/Media.php CHANGED
@@ -14,22 +14,33 @@ class AC_ListScreen_Media extends AC_ListScreenPost {
14
  $this->set_key( 'wp-media' );
15
  $this->set_group( 'media' );
16
  $this->set_label( __( 'Media' ) );
17
-
18
- /* @see WP_Media_List_Table */
19
- $this->set_list_table_class( 'WP_Media_List_Table' );
20
  }
21
 
22
  public function set_manage_value_callback() {
23
  add_action( 'manage_media_custom_column', array( $this, 'manage_value' ), 100, 2 );
24
  }
25
 
26
- protected function get_object_by_id( $post_id ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  // Author column depends on this global to be set.
28
  global $authordata;
29
 
30
- $authordata = get_userdata( get_post_field( 'post_author', $post_id ) );
31
 
32
- return parent::get_object_by_id( $post_id );
33
  }
34
 
35
  /**
@@ -40,11 +51,9 @@ class AC_ListScreen_Media extends AC_ListScreenPost {
40
  }
41
 
42
  protected function register_column_types() {
43
- $this->register_column_type( new AC_Column_CustomField );
44
- $this->register_column_type( new AC_Column_Menu );
45
- $this->register_column_type( new AC_Column_Actions );
46
 
47
- $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Media', 'AC_' );
48
  }
49
 
50
  }
14
  $this->set_key( 'wp-media' );
15
  $this->set_group( 'media' );
16
  $this->set_label( __( 'Media' ) );
 
 
 
17
  }
18
 
19
  public function set_manage_value_callback() {
20
  add_action( 'manage_media_custom_column', array( $this, 'manage_value' ), 100, 2 );
21
  }
22
 
23
+ /**
24
+ * @return WP_Media_List_Table
25
+ */
26
+ public function get_list_table() {
27
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-media-list-table.php' );
28
+
29
+ return new WP_Media_List_Table( array( 'screen' => $this->get_screen_id() ) );
30
+ }
31
+
32
+ /**
33
+ * @param int $id
34
+ *
35
+ * @return string
36
+ */
37
+ public function get_single_row( $id ) {
38
  // Author column depends on this global to be set.
39
  global $authordata;
40
 
41
+ $authordata = get_userdata( get_post_field( 'post_author', $id ) );
42
 
43
+ return parent::get_single_row( $id );
44
  }
45
 
46
  /**
51
  }
52
 
53
  protected function register_column_types() {
54
+ parent::register_column_types();
 
 
55
 
56
+ $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Media', AC()->get_prefix() );
57
  }
58
 
59
  }
classes/ListScreen/Post.php CHANGED
@@ -13,16 +13,24 @@ class AC_ListScreen_Post extends AC_ListScreenPost {
13
  $this->set_group( 'post' );
14
  $this->set_key( $post_type );
15
  $this->set_screen_id( $this->get_screen_base() . '-' . $post_type );
16
-
17
- /* @see WP_Posts_List_Table */
18
- $this->set_list_table_class( 'WP_Posts_List_Table' );
19
  }
20
 
 
 
 
21
  public function set_manage_value_callback() {
22
- /* @see WP_Posts_List_Table::column_default */
23
  add_action( "manage_" . $this->get_post_type() . "_posts_custom_column", array( $this, 'manage_value' ), 100, 2 );
24
  }
25
 
 
 
 
 
 
 
 
 
 
26
  /**
27
  * @since 2.0
28
  */
@@ -52,11 +60,9 @@ class AC_ListScreen_Post extends AC_ListScreenPost {
52
  }
53
 
54
  protected function register_column_types() {
55
- $this->register_column_type( new AC_Column_CustomField );
56
- $this->register_column_type( new AC_Column_Menu );
57
- $this->register_column_type( new AC_Column_Actions );
58
 
59
- $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Post', 'AC_' );
60
  }
61
 
62
  }
13
  $this->set_group( 'post' );
14
  $this->set_key( $post_type );
15
  $this->set_screen_id( $this->get_screen_base() . '-' . $post_type );
 
 
 
16
  }
17
 
18
+ /**
19
+ * @see WP_Posts_List_Table::column_default
20
+ */
21
  public function set_manage_value_callback() {
 
22
  add_action( "manage_" . $this->get_post_type() . "_posts_custom_column", array( $this, 'manage_value' ), 100, 2 );
23
  }
24
 
25
+ /**
26
+ * @return WP_Posts_List_Table
27
+ */
28
+ protected function get_list_table() {
29
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-posts-list-table.php' );
30
+
31
+ return new WP_Posts_List_Table( array( 'screen' => $this->get_screen_id() ) );
32
+ }
33
+
34
  /**
35
  * @since 2.0
36
  */
60
  }
61
 
62
  protected function register_column_types() {
63
+ parent::register_column_types();
 
 
64
 
65
+ $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/Post', AC()->get_prefix() );
66
  }
67
 
68
  }
classes/ListScreen/User.php CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- class AC_ListScreen_User extends AC_ListScreen {
8
 
9
  public function __construct() {
10
 
@@ -15,9 +15,6 @@ class AC_ListScreen_User extends AC_ListScreen {
15
  $this->set_screen_id( 'users' );
16
  $this->set_key( 'wp-users' );
17
  $this->set_group( 'user' );
18
-
19
- /* @see WP_Users_List_Table */
20
- $this->set_list_table_class( 'WP_Users_List_Table' );
21
  }
22
 
23
  /**
@@ -27,6 +24,15 @@ class AC_ListScreen_User extends AC_ListScreen {
27
  add_filter( 'manage_users_custom_column', array( $this, 'manage_value' ), 100, 3 );
28
  }
29
 
 
 
 
 
 
 
 
 
 
30
  /**
31
  * @since 2.4.10
32
  */
@@ -39,22 +45,30 @@ class AC_ListScreen_User extends AC_ListScreen {
39
  *
40
  * @param string $value
41
  * @param string $column_name
42
- * @param int $user_id
43
  */
44
  public function manage_value( $value, $column_name, $user_id ) {
45
  return $this->get_display_value_by_column_name( $column_name, $user_id, $value );
46
  }
47
 
 
 
 
 
 
 
 
 
 
48
  /**
49
  * @since 3.0
 
 
 
50
  * @return string HTML
51
  */
52
- public function get_single_row( $user_id ) {
53
-
54
- /* @var WP_Users_List_Table $table */
55
- $table = $this->get_list_table();
56
-
57
- return $table->single_row( get_userdata( $user_id ) );
58
  }
59
 
60
  protected function register_column_types() {
@@ -62,7 +76,14 @@ class AC_ListScreen_User extends AC_ListScreen {
62
  $this->register_column_type( new AC_Column_Menu );
63
  $this->register_column_type( new AC_Column_Actions );
64
 
65
- $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/User', 'AC_' );
 
 
 
 
 
 
 
66
  }
67
 
68
  }
4
  exit;
5
  }
6
 
7
+ class AC_ListScreen_User extends AC_ListScreenWP {
8
 
9
  public function __construct() {
10
 
15
  $this->set_screen_id( 'users' );
16
  $this->set_key( 'wp-users' );
17
  $this->set_group( 'user' );
 
 
 
18
  }
19
 
20
  /**
24
  add_filter( 'manage_users_custom_column', array( $this, 'manage_value' ), 100, 3 );
25
  }
26
 
27
+ /**
28
+ * @return WP_Users_List_Table
29
+ */
30
+ public function get_list_table() {
31
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-users-list-table.php' );
32
+
33
+ return new WP_Users_List_Table( array( 'screen' => $this->get_screen_id() ) );
34
+ }
35
+
36
  /**
37
  * @since 2.4.10
38
  */
45
  *
46
  * @param string $value
47
  * @param string $column_name
48
+ * @param int $user_id
49
  */
50
  public function manage_value( $value, $column_name, $user_id ) {
51
  return $this->get_display_value_by_column_name( $column_name, $user_id, $value );
52
  }
53
 
54
+ /**
55
+ * @param int $id
56
+ *
57
+ * @return WP_User
58
+ */
59
+ protected function get_object( $id ) {
60
+ return get_userdata( $id );
61
+ }
62
+
63
  /**
64
  * @since 3.0
65
+ *
66
+ * @param int $id
67
+ *
68
  * @return string HTML
69
  */
70
+ public function get_single_row( $id ) {
71
+ return $this->get_list_table()->single_row( $this->get_object( $id ) );
 
 
 
 
72
  }
73
 
74
  protected function register_column_types() {
76
  $this->register_column_type( new AC_Column_Menu );
77
  $this->register_column_type( new AC_Column_Actions );
78
 
79
+ $this->register_column_types_from_dir( AC()->get_plugin_dir() . 'classes/Column/User', AC()->get_prefix() );
80
+ }
81
+
82
+ /**
83
+ * @return string
84
+ */
85
+ public function get_default_orderby() {
86
+ return 'username';
87
  }
88
 
89
  }
classes/ListScreenPost.php CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- abstract class AC_ListScreenPost extends AC_ListScreen {
8
 
9
  /**
10
  * @var string Post type
@@ -34,12 +34,12 @@ abstract class AC_ListScreenPost extends AC_ListScreen {
34
  }
35
 
36
  /**
37
- * @since 3.0
38
- * @param int $post_id Post ID
39
  * @return WP_Post
40
  */
41
- protected function get_object_by_id( $post_id ) {
42
- return get_post( $post_id );
43
  }
44
 
45
  /**
@@ -53,4 +53,49 @@ abstract class AC_ListScreenPost extends AC_ListScreen {
53
  return $post_type_object && isset( $post_type_object->labels->{$var} ) ? $post_type_object->labels->{$var} : false;
54
  }
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  }
4
  exit;
5
  }
6
 
7
+ abstract class AC_ListScreenPost extends AC_ListScreenWP {
8
 
9
  /**
10
  * @var string Post type
34
  }
35
 
36
  /**
37
+ * @param int $id
38
+ *
39
  * @return WP_Post
40
  */
41
+ protected function get_object( $id ) {
42
+ return get_post( $id );
43
  }
44
 
45
  /**
53
  return $post_type_object && isset( $post_type_object->labels->{$var} ) ? $post_type_object->labels->{$var} : false;
54
  }
55
 
56
+ /**
57
+ * @return array
58
+ */
59
+ public function get_default_orderby() {
60
+ return array( 'date', true );
61
+ }
62
+
63
+ /**
64
+ * Register Taxonomy columns that are set by WordPress. These native columns are registered
65
+ * by setting 'show_admin_column' to 'true' as an argument in register_taxonomy();
66
+ * Only supports Post Types.
67
+ *
68
+ * @see register_taxonomy
69
+ */
70
+ private function register_column_native_taxonomies() {
71
+ $taxonomies = get_taxonomies(
72
+ array(
73
+ 'show_ui' => 1,
74
+ 'show_admin_column' => 1,
75
+ '_builtin' => 0,
76
+ ),
77
+ 'object'
78
+ );
79
+
80
+ foreach ( $taxonomies as $taxonomy ) {
81
+ if ( in_array( $this->get_post_type(), $taxonomy->object_type ) ) {
82
+ $column = new ACP_Column_NativeTaxonomy();
83
+ $column->set_type( 'taxonomy-' . $taxonomy->name );
84
+
85
+ $this->register_column_type( $column );
86
+ }
87
+ }
88
+ }
89
+
90
+ /**
91
+ * Register post specific columns
92
+ */
93
+ protected function register_column_types() {
94
+ $this->register_column_type( new AC_Column_CustomField );
95
+ $this->register_column_type( new AC_Column_Menu );
96
+ $this->register_column_type( new AC_Column_Actions );
97
+
98
+ //$this->register_column_native_taxonomies();
99
+ }
100
+
101
  }
classes/ListScreenWP.php ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ /**
8
+ * @since 3.1
9
+ */
10
+ abstract class AC_ListScreenWP extends AC_ListScreen {
11
+
12
+ /**
13
+ * Class name of the WP_List_Table instance
14
+ *
15
+ * @see WP_List_Table
16
+ *
17
+ * @since 3.0
18
+ * @deprecated 3.1
19
+ *
20
+ * @var string
21
+ */
22
+ private $list_table_class;
23
+
24
+ /**
25
+ * @return WP_List_Table
26
+ */
27
+ abstract protected function get_list_table();
28
+
29
+ /**
30
+ * @param int $id
31
+ *
32
+ * @return object
33
+ */
34
+ abstract protected function get_object( $id );
35
+
36
+ /**
37
+ * @deprecated 3.1
38
+ * @return string
39
+ */
40
+ public function get_list_table_class() {
41
+ return $this->list_table_class;
42
+ }
43
+
44
+ /**
45
+ * @deprecated 3.1
46
+ *
47
+ * @param string $list_table_class
48
+ */
49
+ public function set_list_table_class( $list_table_class ) {
50
+ _deprecated_function( __METHOD__, '3.1', 'AC_ListScreenWP::get_list_table()' );
51
+
52
+ $this->list_table_class = (string) $list_table_class;
53
+ }
54
+
55
+ /**
56
+ * @param int $id
57
+ *
58
+ * @return string HTML
59
+ */
60
+ public function get_single_row( $id ) {
61
+ ob_start();
62
+ $this->get_list_table()->single_row( $this->get_object( $id ) );
63
+
64
+ return ob_get_clean();
65
+ }
66
+
67
+ /**
68
+ * @return array [ $column_name => [ $orderby, $order ], ... ]
69
+ */
70
+ public function get_default_sortable_columns() {
71
+ $sortables = array();
72
+
73
+ foreach ( $this->get_list_table()->get_sortable_columns() as $name => $data ) {
74
+ $data = (array) $data;
75
+
76
+ if ( ! isset( $data[1] ) ) {
77
+ $data[1] = false;
78
+ }
79
+
80
+ $sortables[ $name ] = $data;
81
+ }
82
+
83
+ return $sortables;
84
+ }
85
+
86
+ /**
87
+ * Get default column headers
88
+ *
89
+ * @see WP_List_Table::get_columns()
90
+ *
91
+ * @return array
92
+ */
93
+ public function get_default_column_headers() {
94
+ $this->get_list_table();
95
+
96
+ return (array) get_column_headers( $this->get_screen_id() );
97
+ }
98
+
99
+ }
classes/Meta/Query.php CHANGED
@@ -56,6 +56,11 @@ class AC_Meta_Query {
56
  */
57
  private $order_by = array();
58
 
 
 
 
 
 
59
  /**
60
  * @param string $meta_type
61
  */
@@ -147,6 +152,10 @@ class AC_Meta_Query {
147
  return $this;
148
  }
149
 
 
 
 
 
150
  public function distinct() {
151
  $this->distinct = true;
152
 
@@ -156,10 +165,10 @@ class AC_Meta_Query {
156
  /**
157
  * Set a where clause
158
  *
159
- * @param string|array $field
160
- * @param string $operator
161
  * @param string|int|array $value
162
- * @param string $type
163
  *
164
  * @return array
165
  */
@@ -384,8 +393,14 @@ class AC_Meta_Query {
384
  $order_by = ' ORDER BY ' . implode( ', ', $order_by_clauses );
385
  }
386
 
 
 
 
 
 
 
387
  // build query and store it
388
- $sql = $select . $from . $join . $where . $group_by . $order_by;
389
 
390
  $this->set_sql( $sql );
391
 
@@ -416,7 +431,7 @@ class AC_Meta_Query {
416
  */
417
  public function get_sql() {
418
  $sql = preg_replace( '/ +/', ' ', $this->sql );
419
- $sql = preg_replace( '/(SELECT|FROM|LEFT|INNER|WHERE|(AND|OR) \(|(AND|OR) (?!\()|ORDER BY|GROUP BY)/', "\n$1", $sql );
420
 
421
  return $sql . "\n";
422
  }
56
  */
57
  private $order_by = array();
58
 
59
+ /**
60
+ * @var int|false
61
+ */
62
+ private $limit = false;
63
+
64
  /**
65
  * @param string $meta_type
66
  */
152
  return $this;
153
  }
154
 
155
+ public function limit( $limit ) {
156
+ $this->limit = absint( $limit );
157
+ }
158
+
159
  public function distinct() {
160
  $this->distinct = true;
161
 
165
  /**
166
  * Set a where clause
167
  *
168
+ * @param string|array $field
169
+ * @param string $operator
170
  * @param string|int|array $value
171
+ * @param string $type
172
  *
173
  * @return array
174
  */
393
  $order_by = ' ORDER BY ' . implode( ', ', $order_by_clauses );
394
  }
395
 
396
+ $limit = '';
397
+
398
+ if ( $this->limit ) {
399
+ $limit = ' LIMIT ' . $this->limit;
400
+ }
401
+
402
  // build query and store it
403
+ $sql = $select . $from . $join . $where . $group_by . $order_by . $limit;
404
 
405
  $this->set_sql( $sql );
406
 
431
  */
432
  public function get_sql() {
433
  $sql = preg_replace( '/ +/', ' ', $this->sql );
434
+ $sql = preg_replace( '/(SELECT|FROM|LEFT|INNER|WHERE|(AND|OR) \(|(AND|OR) (?!\()|ORDER BY|GROUP BY|LIMIT)/', "\n$1", $sql );
435
 
436
  return $sql . "\n";
437
  }
classes/Plugin.php CHANGED
@@ -44,6 +44,38 @@ abstract class AC_Plugin extends AC_Addon {
44
  return $data[ $key ];
45
  }
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  /**
48
  * @return string
49
  */
@@ -66,14 +98,18 @@ abstract class AC_Plugin extends AC_Addon {
66
  /**
67
  * Update the stored version to match the (current) version
68
  */
69
- public function update_stored_version( $version ) {
 
 
 
 
70
  return update_option( $this->get_version_key(), $version );
71
  }
72
 
73
  /**
74
- * Check if the plugin was updated or is a fresh install
75
  */
76
- public function is_fresh_install() {
77
  global $wpdb;
78
 
79
  $sql = "
44
  return $data[ $key ];
45
  }
46
 
47
+ /**
48
+ * Return the prefix that is used by this plugin
49
+ *
50
+ * @return string
51
+ */
52
+ abstract public function get_prefix();
53
+
54
+ /**
55
+ * Apply updates to the database
56
+ *
57
+ * @param null|string $updates_dir
58
+ */
59
+ public function install() {
60
+ if ( 0 === version_compare( $this->get_version(), $this->get_stored_version() ) ) {
61
+ return;
62
+ }
63
+
64
+ $updater = new AC_Plugin_Updater( $this );
65
+
66
+ if ( ! $updater->check_update_conditions() ) {
67
+ return;
68
+ }
69
+
70
+ $classes = AC()->autoloader()->get_class_names_from_dir( $this->get_plugin_dir() . 'classes/Plugin/Update', $this->get_prefix() );
71
+
72
+ foreach ( $classes as $class ) {
73
+ $updater->add_update( new $class( $this->get_stored_version() ) );
74
+ }
75
+
76
+ $updater->parse_updates();
77
+ }
78
+
79
  /**
80
  * @return string
81
  */
98
  /**
99
  * Update the stored version to match the (current) version
100
  */
101
+ public function update_stored_version( $version = null ) {
102
+ if ( null === $version ) {
103
+ $version = $this->get_version();
104
+ }
105
+
106
  return update_option( $this->get_version_key(), $version );
107
  }
108
 
109
  /**
110
+ * Check if the plugin was updated or is a new install
111
  */
112
+ public function is_new_install() {
113
  global $wpdb;
114
 
115
  $sql = "
classes/Plugin/Updater.php CHANGED
@@ -45,16 +45,30 @@ class AC_Plugin_Updater {
45
  $this->updates[ $update->get_version() ] = $update;
46
  }
47
 
48
- public function parse_updates() {
49
- // Network wide updating is not allowed
 
 
 
 
 
 
 
 
50
  if ( is_network_admin() ) {
51
- return;
52
  }
53
 
54
- $plugin = $this->plugin;
 
 
 
 
 
 
55
 
56
- if ( $plugin->is_fresh_install() ) {
57
- $plugin->update_stored_version( $plugin->get_version() );
58
 
59
  return;
60
  }
@@ -71,15 +85,17 @@ class AC_Plugin_Updater {
71
  }
72
 
73
  $update->apply_update();
74
- $plugin->update_stored_version( $update->get_version() );
75
  }
76
  }
77
 
78
- if ( $this->apply_updates ) {
79
- $plugin->update_stored_version( $plugin->get_version() );
80
- // TODO: https://github.com/codepress/admin-columns-issues/issues/982
81
- //$this->show_completed_notice();
82
  }
 
 
 
 
83
  }
84
 
85
  protected function show_completed_notice() {
45
  $this->updates[ $update->get_version() ] = $update;
46
  }
47
 
48
+ /**
49
+ * Checks conditions like user permissions
50
+ *
51
+ */
52
+ public function check_update_conditions() {
53
+ if ( ! AC()->user_can_manage_admin_columns() ) {
54
+ return false;
55
+ }
56
+
57
+ // Network wide updating is not supported yet
58
  if ( is_network_admin() ) {
59
+ return false;
60
  }
61
 
62
+ return true;
63
+ }
64
+
65
+ public function parse_updates() {
66
+ if ( ! $this->check_update_conditions() ) {
67
+ return;
68
+ }
69
 
70
+ if ( $this->plugin->is_new_install() ) {
71
+ $this->plugin->update_stored_version();
72
 
73
  return;
74
  }
85
  }
86
 
87
  $update->apply_update();
88
+ $this->plugin->update_stored_version( $update->get_version() );
89
  }
90
  }
91
 
92
+ if ( ! $this->apply_updates ) {
93
+ return;
 
 
94
  }
95
+
96
+ $this->plugin->update_stored_version();
97
+ // TODO: https://github.com/codepress/admin-columns-issues/issues/982
98
+ //$this->show_completed_notice();
99
  }
100
 
101
  protected function show_completed_notice() {
classes/Settings/Column.php CHANGED
@@ -262,7 +262,7 @@ abstract class AC_Settings_Column {
262
  * @param string $type
263
  * @param string|null $name
264
  *
265
- * @return AC_Settings_Form_Element_Select|AC_Settings_Form_Element_Input|AC_Settings_Form_Element_Radio
266
  */
267
  protected function create_element( $type, $name = null ) {
268
  if ( null === $name ) {
@@ -272,11 +272,11 @@ abstract class AC_Settings_Column {
272
  switch ( $type ) {
273
 
274
  case 'checkbox' :
275
- $element = new AC_Settings_Form_Element_Checkbox( $name );
276
 
277
  break;
278
  case 'radio' :
279
- $element = new AC_Settings_Form_Element_Radio( $name );
280
 
281
  break;
282
  case 'select' :
@@ -284,7 +284,7 @@ abstract class AC_Settings_Column {
284
 
285
  break;
286
  default:
287
- $element = new AC_Settings_Form_Element_Input( $name );
288
  $element->set_type( $type );
289
  }
290
 
@@ -371,4 +371,5 @@ abstract class AC_Settings_Column {
371
  public function get_column() {
372
  return $this->column;
373
  }
 
374
  }
262
  * @param string $type
263
  * @param string|null $name
264
  *
265
+ * @return AC_Form_Element_Select|AC_Form_Element_Input|AC_Form_Element_Radio
266
  */
267
  protected function create_element( $type, $name = null ) {
268
  if ( null === $name ) {
272
  switch ( $type ) {
273
 
274
  case 'checkbox' :
275
+ $element = new AC_Form_Element_Checkbox( $name );
276
 
277
  break;
278
  case 'radio' :
279
+ $element = new AC_Form_Element_Radio( $name );
280
 
281
  break;
282
  case 'select' :
284
 
285
  break;
286
  default:
287
+ $element = new AC_Form_Element_Input( $name );
288
  $element->set_type( $type );
289
  }
290
 
371
  public function get_column() {
372
  return $this->column;
373
  }
374
+
375
  }
classes/Settings/Column/AttachmentDisplay.php CHANGED
@@ -19,8 +19,10 @@ class AC_Settings_Column_AttachmentDisplay extends AC_Settings_Column
19
  $settings = array();
20
 
21
  switch ( $this->get_attachment_display() ) {
22
- case 'thumbnail':
23
  $settings[] = new AC_Settings_Column_Images( $this->column );
 
 
24
  }
25
 
26
  return $settings;
19
  $settings = array();
20
 
21
  switch ( $this->get_attachment_display() ) {
22
+ case 'thumbnail' :
23
  $settings[] = new AC_Settings_Column_Images( $this->column );
24
+
25
+ break;
26
  }
27
 
28
  return $settings;
classes/Settings/Column/Comment.php ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ /**
8
+ * @since 3.0.8
9
+ */
10
+ class AC_Settings_Column_Comment extends AC_Settings_Column
11
+ implements AC_Settings_FormatValueInterface {
12
+
13
+ /**
14
+ * @var string
15
+ */
16
+ private $comment_property;
17
+
18
+ protected function set_name() {
19
+ $this->name = 'comment';
20
+ }
21
+
22
+ protected function define_options() {
23
+ return array(
24
+ 'comment_property_display' => 'comment',
25
+ );
26
+ }
27
+
28
+ public function get_dependent_settings() {
29
+
30
+ switch ( $this->get_comment_property_display() ) {
31
+
32
+ case 'date' :
33
+ return array( new AC_Settings_Column_Date( $this->column ) );
34
+
35
+ break;
36
+ case 'comment' :
37
+ return array( new AC_Settings_Column_StringLimit( $this->column ) );
38
+
39
+ break;
40
+
41
+ default :
42
+ return array();
43
+ }
44
+ }
45
+
46
+ /**
47
+ * @param int $id
48
+ * @param mixed $original_value
49
+ *
50
+ * @return string|int
51
+ */
52
+ public function format( $id, $original_value ) {
53
+
54
+ switch ( $this->get_comment_property_display() ) {
55
+
56
+ case 'date' :
57
+ $value = $this->get_comment_property( 'comment_date', $id );
58
+
59
+ break;
60
+ case 'author' :
61
+ $value = $this->get_comment_property( 'comment_author', $id );
62
+
63
+ break;
64
+ case 'author_email' :
65
+ $value = $this->get_comment_property( 'comment_author_email', $id );
66
+
67
+ break;
68
+ case 'comment' :
69
+ $value = $this->get_comment_property( 'comment_content', $id );
70
+
71
+ break;
72
+ default :
73
+ $value = $id;
74
+ }
75
+
76
+ return $value;
77
+ }
78
+
79
+ /**
80
+ * @param string $property
81
+ * @param int $id
82
+ *
83
+ * @return false|string
84
+ */
85
+ private function get_comment_property( $property, $id ) {
86
+ $comment = get_comment( $id );
87
+
88
+ if ( ! isset( $comment->{$property} ) ) {
89
+ return false;
90
+ }
91
+
92
+ return $comment->{$property};
93
+ }
94
+
95
+ public function create_view() {
96
+ $select = $this->create_element( 'select' )
97
+ ->set_attribute( 'data-refresh', 'column' )
98
+ ->set_options( $this->get_display_options() );
99
+
100
+ $view = new AC_View( array(
101
+ 'label' => __( 'Display', 'codepress-admin-columns' ),
102
+ 'setting' => $select,
103
+ ) );
104
+
105
+ return $view;
106
+ }
107
+
108
+ protected function get_display_options() {
109
+ $options = array(
110
+ 'comment' => __( 'Comment' ),
111
+ 'id' => __( 'ID' ),
112
+ 'author' => __( 'Author' ),
113
+ 'author_email' => __( 'Author Email', 'codepress-admin-column' ),
114
+ 'date' => __( 'Date' ),
115
+ );
116
+
117
+ natcasesort( $options );
118
+
119
+ return $options;
120
+ }
121
+
122
+ /**
123
+ * @return string
124
+ */
125
+ public function get_comment_property_display() {
126
+ return $this->comment_property;
127
+ }
128
+
129
+ /**
130
+ * @param string $comment_property
131
+ *
132
+ * @return bool
133
+ */
134
+ public function set_comment_property_display( $comment_property ) {
135
+ $this->comment_property = $comment_property;
136
+
137
+ return true;
138
+ }
139
+
140
+ }
classes/Settings/Column/Date.php CHANGED
@@ -4,85 +4,25 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- class AC_Settings_Column_Date extends AC_Settings_Column
8
- implements AC_Settings_FormatValueInterface {
9
 
10
- private $date_format;
 
 
 
 
 
 
11
 
12
- protected function set_name() {
13
- $this->name = 'date';
14
  }
15
 
16
- protected function define_options() {
17
- return array(
18
- 'date_format' => 'wp_default',
19
- );
20
- }
21
-
22
- public function create_view() {
23
-
24
- $setting = $this
25
- ->create_element( 'text' )
26
- ->set_attribute( 'placeholder', $this->get_default() );
27
-
28
- $view = new AC_View( array(
29
- 'setting' => $setting,
30
- 'date_format' => $this->get_date_format(),
31
- 'date_options' => $this->get_date_options(),
32
- 'label' => __( 'Date Format', 'codepress-admin-columns' ),
33
- 'tooltip' => __( 'This will determine how the date will be displayed.', 'codepress-admin-columns' ),
34
- ) );
35
-
36
- $view->set_template( 'settings/setting-date' );
37
-
38
- return $view;
39
- }
40
-
41
- protected function get_html_label( $args ) {
42
- $defaults = array(
43
- 'label' => false,
44
- 'date_format' => false,
45
- 'description' => false,
46
- );
47
-
48
- $data = (object) wp_parse_args( $args, $defaults );
49
-
50
- $label = '';
51
-
52
- if ( $data->label ) {
53
- $label .= '<span class="ac-setting-input-date__value">' . $data->label . '</span>';
54
- }
55
- if ( $data->date_format ) {
56
- $label .= '<code>' . $data->date_format . '</code>';
57
- }
58
- if ( $data->description ) {
59
- $label .= '<span class="ac-setting-input-date__more hidden">' . $data->description . '</span>';
60
- }
61
-
62
- return $label;
63
- }
64
-
65
- protected function get_date_options() {
66
-
67
  $options = array(
68
- 'diff' => $this->get_html_label( array(
69
- 'label' => __( 'Time Difference', 'codepress-admin-columns' ),
70
- 'description' => __( 'The difference is returned in a human readable format.', 'codepress-admin-columns' ) . ' <br/>' . sprintf( __( 'For example: %s.', 'codepress-admin-columns' ), '"' . $this->format_human_time_diff( strtotime( "-1 hour" ) ) . '" ' . __( 'or' ) . ' "' . $this->format_human_time_diff( strtotime( "-2 days" ) ) . '"' ),
71
- )
72
- ),
73
- );
74
-
75
- $default_args = array(
76
- 'label' => __( 'WordPress Date Format', 'codepress-admin-columns' ),
77
- 'date_format' => $this->get_wp_date_format(),
78
  );
79
 
80
- if ( current_user_can( 'manage_options' ) ) {
81
- $default_args['description'] = sprintf( __( 'The %s can be changed in %s.', 'codepress-admin-columns' ), $default_args['label'], ac_helper()->html->link( admin_url( 'options-general.php' ) . '#date_format_custom_radio', strtolower( __( 'General Settings' ) ) ) );
82
- }
83
-
84
- $options['wp_default'] = $this->get_html_label( $default_args );
85
-
86
  $formats = array(
87
  'j F Y',
88
  'Y-m-d',
@@ -91,78 +31,33 @@ class AC_Settings_Column_Date extends AC_Settings_Column
91
  );
92
 
93
  foreach ( $formats as $format ) {
94
- $options[ $format ] = $this->get_html_label( array( 'label' => date_i18n( $format ), 'date_format' => $format ) );
95
  }
96
 
97
- $custom_label = $this->get_html_label( array(
98
- 'label' => __( 'Custom:', 'codepress-admin-columns' ),
99
- 'description' => sprintf( __( 'Learn more about %s.', 'codepress-admin-columns' ), ac_helper()->html->link( 'http://codex.wordpress.org/Formatting_Date_and_Time', __( 'date and time formatting', 'codepress-admin-columns' ) ), array( 'target' => '_blank' ) ),
100
- )
101
- );
102
- $custom_label .= '<input type="text" class="ac-setting-input-date__custom" value="' . esc_attr( $this->get_date_format() ) . '" disabled>';
103
- $custom_label .= '<span class="ac-setting-input-date__example"></span>';
104
-
105
- $options['custom'] = $custom_label;
106
-
107
  return $options;
108
  }
109
 
110
- private function get_wp_date_format() {
111
  return get_option( 'date_format' );
112
  }
113
 
114
- /**
115
- * @return mixed
116
- */
117
- public function get_date_format() {
118
- return $this->date_format;
119
- }
120
-
121
- /**
122
- * @param mixed $date_format
123
- *
124
- * @return bool
125
- */
126
- public function set_date_format( $date_format ) {
127
- $this->date_format = trim( $date_format );
128
-
129
- return true;
130
- }
131
-
132
  /**
133
  * @param string $date
134
  *
135
  * @return string
136
  */
137
  public function format( $date, $original_value ) {
138
- if ( ! $date || ! is_scalar( $date ) ) {
139
- return false;
140
- }
141
-
142
- $date_format = $this->get_date_format();
143
 
144
- if ( ! $date_format ) {
145
- $date_format = $this->get_default();
146
  }
147
 
148
- $timestamp = strtotime( $date );
149
-
150
- switch ( $date_format ) {
151
-
152
- case 'wp_default' :
153
- $date = date_i18n( $this->get_wp_date_format(), $timestamp );
154
-
155
- break;
156
- case 'diff' :
157
- $date = $this->format_human_time_diff( $timestamp );
158
-
159
- break;
160
- default :
161
-
162
- $date = date_i18n( $this->get_date_format(), $timestamp );
163
  }
164
 
165
- return $date;
166
  }
167
 
168
  /**
4
  exit;
5
  }
6
 
7
+ class AC_Settings_Column_Date extends AC_Settings_Column_DateTimeFormat {
 
8
 
9
+ private function get_diff_html_label() {
10
+ $description = __( 'The difference is returned in a human readable format.', 'codepress-admin-columns' ) . ' <br/>' .
11
+ sprintf( __( 'For example: %s.', 'codepress-admin-columns' ),
12
+ '"' . $this->format_human_time_diff( strtotime( "-1 hour" ) ) . '" '
13
+ . __( 'or', 'codepress-admin-columns' ) .
14
+ ' "' . $this->format_human_time_diff( strtotime( "-2 days" ) ) . '"'
15
+ );
16
 
17
+ return $this->get_html_label( __( 'Time Difference', 'codepress-admin-columns' ), '', $description );
 
18
  }
19
 
20
+ protected function get_custom_format_options() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  $options = array(
22
+ 'diff' => $this->get_diff_html_label(),
23
+ 'wp_default' => $this->get_default_html_label( __( 'WordPress Date Format', 'codepress-admin-columns' ) ),
 
 
 
 
 
 
 
 
24
  );
25
 
 
 
 
 
 
 
26
  $formats = array(
27
  'j F Y',
28
  'Y-m-d',
31
  );
32
 
33
  foreach ( $formats as $format ) {
34
+ $options[ $format ] = $this->get_html_label_from_date_format( $format );
35
  }
36
 
 
 
 
 
 
 
 
 
 
 
37
  return $options;
38
  }
39
 
40
+ protected function get_wp_default_format() {
41
  return get_option( 'date_format' );
42
  }
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  /**
45
  * @param string $date
46
  *
47
  * @return string
48
  */
49
  public function format( $date, $original_value ) {
50
+ $timestamp = $this->get_timestamp( $date );
 
 
 
 
51
 
52
+ if ( ! $timestamp ) {
53
+ return false;
54
  }
55
 
56
+ if ( 'diff' === $this->get_date_format() ) {
57
+ return $this->format_human_time_diff( $timestamp );
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
59
 
60
+ return parent::format( $date, $original_value );
61
  }
62
 
63
  /**
classes/Settings/Column/DateTimeFormat.php ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ abstract class AC_Settings_Column_DateTimeFormat extends AC_Settings_Column
8
+ implements AC_Settings_FormatValueInterface {
9
+
10
+ private $date_format;
11
+
12
+ protected function set_name() {
13
+ $this->name = 'date';
14
+ }
15
+
16
+ protected function define_options() {
17
+ return array(
18
+ 'date_format' => 'wp_default',
19
+ );
20
+ }
21
+
22
+ abstract protected function get_custom_format_options();
23
+
24
+ abstract protected function get_wp_default_format();
25
+
26
+ /**
27
+ * @param string $label
28
+ * @param string $date_format
29
+ * @param string $description
30
+ *
31
+ * @return string
32
+ */
33
+ protected function get_default_html_label( $label, $date_format = '', $description = '' ) {
34
+ if ( ! $date_format ) {
35
+ $date_format = $this->get_wp_default_format();
36
+ }
37
+
38
+ if ( ! $description && current_user_can( 'manage_options' ) ) {
39
+ $description = sprintf( __( 'The %s can be changed in %s.', 'codepress-admin-columns' ), $label, ac_helper()->html->link( admin_url( 'options-general.php' ) . '#date_format_custom_radio', strtolower( __( 'General Settings' ) ) ) );
40
+ }
41
+
42
+ return $this->get_html_label( $label, $date_format, $description );
43
+ }
44
+
45
+ public function create_view() {
46
+ $setting = $this
47
+ ->create_element( 'text' )
48
+ ->set_attribute( 'placeholder', $this->get_default() );
49
+
50
+ $view = new AC_View( array(
51
+ 'setting' => $setting,
52
+ 'date_format' => $this->get_date_format(),
53
+ 'date_options' => $this->get_date_options(),
54
+ 'label' => __( 'Date Format', 'codepress-admin-columns' ),
55
+ 'tooltip' => __( 'This will determine how the date will be displayed.', 'codepress-admin-columns' ),
56
+ ) );
57
+
58
+ $view->set_template( 'settings/setting-date' );
59
+
60
+ return $view;
61
+ }
62
+
63
+ public function get_html_label_from_date_format( $date_format ) {
64
+ return $this->get_html_label( date_i18n( $date_format ), $date_format );
65
+ }
66
+
67
+ /**
68
+ * @param array $formats
69
+ *
70
+ * @return array
71
+ */
72
+ protected function get_formatted_date_options( $formats ) {
73
+ $options = array();
74
+
75
+ foreach ( $formats as $format ) {
76
+ $options[ $format ] = $this->get_html_label( date_i18n( $format ), $format );
77
+ }
78
+
79
+ return $options;
80
+ }
81
+
82
+ /**
83
+ * @param string $label
84
+ * @param string $date_format
85
+ * @param string $description
86
+ *
87
+ * @return string
88
+ */
89
+ protected function get_html_label( $label, $date_format = '', $description = '' ) {
90
+ $output = '<span class="ac-setting-input-date__value">' . $label . '</span>';
91
+
92
+ if ( $date_format ) {
93
+ $output .= '<code>' . $date_format . '</code>';
94
+ }
95
+
96
+ if ( $description ) {
97
+ $output .= '<span class="ac-setting-input-date__more hidden">' . $description . '</span>';
98
+ }
99
+
100
+ return $output;
101
+ }
102
+
103
+ protected function get_date_options() {
104
+ $options = $this->get_custom_format_options();
105
+
106
+ $custom_label = $this->get_html_label(
107
+ __( 'Custom:', 'codepress-admin-columns' ),
108
+ '',
109
+ sprintf( __( 'Learn more about %s.', 'codepress-admin-columns' ), ac_helper()->html->link( 'http://codex.wordpress.org/Formatting_Date_and_Time', __( 'date and time formatting', 'codepress-admin-columns' ) ), array( 'target' => '_blank' ) )
110
+ );
111
+
112
+ $custom_label .= '<input type="text" class="ac-setting-input-date__custom" value="' . esc_attr( $this->get_date_format() ) . '" disabled>';
113
+ $custom_label .= '<span class="ac-setting-input-date__example"></span>';
114
+
115
+ $options['custom'] = $custom_label;
116
+
117
+ return $options;
118
+ }
119
+
120
+ /**
121
+ * @return mixed
122
+ */
123
+ public function get_date_format() {
124
+ $date_format = $this->date_format;
125
+
126
+ if ( ! $date_format ) {
127
+ $date_format = $this->get_default();
128
+ }
129
+
130
+ return $date_format;
131
+ }
132
+
133
+ /**
134
+ * @param mixed $date_format
135
+ *
136
+ * @return bool
137
+ */
138
+ public function set_date_format( $date_format ) {
139
+ $this->date_format = trim( $date_format );
140
+
141
+ return true;
142
+ }
143
+
144
+ /**
145
+ * @param $date
146
+ *
147
+ * @return false|int
148
+ */
149
+ protected function get_timestamp( $date ) {
150
+ if ( empty( $date ) ) {
151
+ return false;
152
+ }
153
+
154
+ if ( ! is_scalar( $date ) ) {
155
+ return false;
156
+ }
157
+
158
+ if ( is_numeric( $date ) ) {
159
+ return $date;
160
+ }
161
+
162
+ return strtotime( $date );
163
+ }
164
+
165
+ /**
166
+ * @param string $date
167
+ *
168
+ * @return string
169
+ */
170
+ public function format( $date, $original_value ) {
171
+ $timestamp = $this->get_timestamp( $date );
172
+
173
+ if ( ! $timestamp ) {
174
+ return false;
175
+ }
176
+
177
+ $date_format = $this->get_date_format();
178
+
179
+ switch ( $date_format ) {
180
+
181
+ case 'wp_default' :
182
+ $date = date_i18n( $this->get_wp_default_format(), $timestamp );
183
+
184
+ break;
185
+ default :
186
+ $date = date_i18n( $date_format, $timestamp );
187
+ }
188
+
189
+ return $date;
190
+ }
191
+
192
+ }
classes/Settings/Column/Image.php CHANGED
@@ -28,9 +28,9 @@ class AC_Settings_Column_Image extends AC_Settings_Column
28
 
29
  protected function define_options() {
30
  return array(
31
- 'image_size',
32
- 'image_size_w' => 80,
33
- 'image_size_h' => 80,
34
  );
35
  }
36
 
@@ -186,7 +186,7 @@ class AC_Settings_Column_Image extends AC_Settings_Column
186
 
187
  // fallback size
188
  if ( empty( $size ) ) {
189
- $size = array( 80, 80 );
190
  }
191
 
192
  return $size;
28
 
29
  protected function define_options() {
30
  return array(
31
+ 'image_size' => 'cpac-custom',
32
+ 'image_size_w' => 60,
33
+ 'image_size_h' => 60,
34
  );
35
  }
36
 
186
 
187
  // fallback size
188
  if ( empty( $size ) ) {
189
+ $size = array( 60, 60 );
190
  }
191
 
192
  return $size;
classes/Settings/Column/Images.php CHANGED
@@ -15,7 +15,7 @@ class AC_Settings_Column_Images extends AC_Settings_Column_Image {
15
  }
16
 
17
  public function format( $value, $original_value ) {
18
- $collection = new AC_Collection( $value );
19
  $removed = $collection->limit( $this->column->get_setting( 'number_of_items' )->get_value() );
20
 
21
  return ac_helper()->html->images( parent::format( $collection->all(), $original_value ), $removed );
15
  }
16
 
17
  public function format( $value, $original_value ) {
18
+ $collection = new AC_Collection( (array) $value );
19
  $removed = $collection->limit( $this->column->get_setting( 'number_of_items' )->get_value() );
20
 
21
  return ac_helper()->html->images( parent::format( $collection->all(), $original_value ), $removed );
classes/Settings/Column/Meta.php CHANGED
@@ -18,7 +18,7 @@ abstract class AC_Settings_Column_Meta extends AC_Settings_Column {
18
  }
19
 
20
  /**
21
- * @return AC_Settings_Form_Element_Select
22
  */
23
  protected function get_setting_field() {
24
  $setting = $this
18
  }
19
 
20
  /**
21
+ * @return AC_Form_Element_Select
22
  */
23
  protected function get_setting_field() {
24
  $setting = $this
classes/Settings/Column/StringLimit.php CHANGED
@@ -12,7 +12,7 @@ class AC_Settings_Column_StringLimit extends AC_Settings_Column {
12
  private $string_limit;
13
 
14
  protected function define_options() {
15
- return array( 'string_limit' );
16
  }
17
 
18
  public function create_view() {
12
  private $string_limit;
13
 
14
  protected function define_options() {
15
+ return array( 'string_limit' => 'word_limit' );
16
  }
17
 
18
  public function create_view() {
classes/Settings/Column/Time.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ class AC_Settings_Column_Time extends AC_Settings_Column_DateTimeFormat
8
+ implements AC_Settings_FormatValueInterface {
9
+
10
+ public function create_view() {
11
+ $view = parent::create_view();
12
+
13
+ $view->set( 'label', __( 'Time Format', 'codepress-admin-columns' ) );
14
+ $view->set( 'tooltip', __( 'This will determine how the time will be displayed.', 'codepress-admin-columns' ) );
15
+
16
+ return $view;
17
+ }
18
+
19
+ protected function get_custom_format_options() {
20
+ $options['wp_default'] = $this->get_default_html_label( __( 'WordPress Time Format', 'codepress-admin-columns' ) );
21
+
22
+ $formats = array(
23
+ 'H:i:s',
24
+ 'g:i A',
25
+ );
26
+
27
+ foreach ( $formats as $format ) {
28
+ $options[ $format ] = $this->get_html_label_from_date_format( $format );
29
+ }
30
+
31
+ return $options;
32
+ }
33
+
34
+ protected function get_wp_default_format() {
35
+ return get_option( 'time_format' );
36
+ }
37
+
38
+ }
classes/Settings/Column/User.php CHANGED
@@ -12,17 +12,20 @@ class AC_Settings_Column_User extends AC_Settings_Column
12
  */
13
  private $display_author_as;
14
 
15
- /**
16
- * @var string
17
- */
18
- private $user_link_to;
19
-
20
  protected function set_name() {
21
  $this->name = 'user';
22
  }
23
 
24
  protected function define_options() {
25
- return array( 'display_author_as', 'user_link_to' );
 
 
 
 
 
 
 
 
26
  }
27
 
28
  /**
@@ -30,30 +33,16 @@ class AC_Settings_Column_User extends AC_Settings_Column
30
  */
31
  public function create_view() {
32
  $select = $this->create_element( 'select', 'display_author_as' )
 
33
  ->set_attribute( 'data-refresh', 'column' )
34
  ->set_options( $this->get_display_options() );
35
 
36
- $display_format = new AC_View( array(
37
  'label' => __( 'Display', 'codepress-admin-columns' ),
38
  'setting' => $select,
39
  'for' => $select->get_id(),
40
  ) );
41
 
42
- $select = $this->create_element( 'select', 'user_link_to' )
43
- ->set_attribute( 'data-refresh', 'column' )
44
- ->set_options( $this->get_link_options() );
45
-
46
- $link_format = new AC_View( array(
47
- 'label' => __( 'Link To', 'codepress-admin-columns' ),
48
- 'setting' => $select,
49
- 'for' => $select->get_id(),
50
- ) );
51
-
52
- $view = new AC_View( array(
53
- 'label' => __( 'User', 'codepress-admin-columns' ),
54
- 'sections' => array( $display_format, $link_format ),
55
- ) );
56
-
57
  return $view;
58
  }
59
 
@@ -66,46 +55,10 @@ class AC_Settings_Column_User extends AC_Settings_Column
66
  return ac_helper()->user->get_display_name( $user_id, $this->get_display_author_as() );
67
  }
68
 
69
- /**
70
- * @param $user_id
71
- *
72
- * @return bool|string
73
- */
74
- private function get_user_link( $user_id ) {
75
- $link = false;
76
-
77
- switch ( $this->get_user_link_to() ) {
78
-
79
- case 'edit_user' :
80
- $link = get_edit_user_link( $user_id );
81
-
82
- break;
83
- case 'view_user_posts' :
84
- $link = add_query_arg( array(
85
- 'post_type' => $this->column->get_post_type(),
86
- 'author' => get_the_author_meta( 'ID' ),
87
- ), 'edit.php' );
88
-
89
- break;
90
- case 'view_author' :
91
- $link = get_author_posts_url( $user_id );
92
-
93
- break;
94
- case 'email_user' :
95
- if ( $email = get_the_author_meta( 'email', $user_id ) ) {
96
- $link = 'mailto:' . $email;
97
- }
98
-
99
- break;
100
- }
101
-
102
- return $link;
103
- }
104
-
105
  /**
106
  * @return array
107
  */
108
- private function get_display_options() {
109
  $options = array(
110
  'display_name' => __( 'Display Name', 'codepress-admin-columns' ),
111
  'first_name' => __( 'First Name', 'codepress-admin-columns' ),
@@ -125,25 +78,6 @@ class AC_Settings_Column_User extends AC_Settings_Column
125
  return $options;
126
  }
127
 
128
- /**
129
- * @return array
130
- */
131
- private function get_link_options() {
132
- $options = array(
133
- 'edit_user' => __( 'Edit User Profile', 'codepress-admin-columns' ),
134
- 'email_user' => __( 'User Email', 'codepress-admin-columns' ),
135
- 'view_user_posts' => __( 'View User Posts', 'codepress-admin-columns' ),
136
- 'view_author' => __( 'View Public Author Page', 'codepress-admin-columns' ),
137
- );
138
-
139
- // resort for possible translations
140
- natcasesort( $options );
141
-
142
- $options = array_merge( array( '' => __( 'None' ) ), $options );
143
-
144
- return $options;
145
- }
146
-
147
  /**
148
  * @return string
149
  */
@@ -162,26 +96,8 @@ class AC_Settings_Column_User extends AC_Settings_Column
162
  return true;
163
  }
164
 
165
- /**
166
- * @return string
167
- */
168
- public function get_user_link_to() {
169
- return $this->user_link_to;
170
- }
171
-
172
- /**
173
- * @param string $user_link_to
174
- *
175
- * @return bool
176
- */
177
- public function set_user_link_to( $user_link_to ) {
178
- $this->user_link_to = $user_link_to;
179
-
180
- return true;
181
- }
182
-
183
  public function format( $value, $original_value ) {
184
- return ac_helper()->html->link( $this->get_user_link( $value ), $this->get_user_name( $value ) );
185
  }
186
 
187
  }
12
  */
13
  private $display_author_as;
14
 
 
 
 
 
 
15
  protected function set_name() {
16
  $this->name = 'user';
17
  }
18
 
19
  protected function define_options() {
20
+ return array( 'display_author_as' );
21
+ }
22
+
23
+ public function get_dependent_settings() {
24
+ $settings = array();
25
+
26
+ $settings[] = new AC_Settings_Column_UserLink( $this->column );
27
+
28
+ return $settings;
29
  }
30
 
31
  /**
33
  */
34
  public function create_view() {
35
  $select = $this->create_element( 'select', 'display_author_as' )
36
+ ->set_attribute( 'data-label', 'update' )
37
  ->set_attribute( 'data-refresh', 'column' )
38
  ->set_options( $this->get_display_options() );
39
 
40
+ $view = new AC_View( array(
41
  'label' => __( 'Display', 'codepress-admin-columns' ),
42
  'setting' => $select,
43
  'for' => $select->get_id(),
44
  ) );
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  return $view;
47
  }
48
 
55
  return ac_helper()->user->get_display_name( $user_id, $this->get_display_author_as() );
56
  }
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  /**
59
  * @return array
60
  */
61
+ protected function get_display_options() {
62
  $options = array(
63
  'display_name' => __( 'Display Name', 'codepress-admin-columns' ),
64
  'first_name' => __( 'First Name', 'codepress-admin-columns' ),
78
  return $options;
79
  }
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  /**
82
  * @return string
83
  */
96
  return true;
97
  }
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  public function format( $value, $original_value ) {
100
+ return $this->get_user_name( $value );
101
  }
102
 
103
  }
classes/Settings/Column/UserLink.php ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ exit;
5
+ }
6
+
7
+ class AC_Settings_Column_UserLink extends AC_Settings_Column
8
+ implements AC_Settings_FormatValueInterface {
9
+
10
+ /**
11
+ * @var string
12
+ */
13
+ protected $user_link_to;
14
+
15
+ protected function define_options() {
16
+ return array(
17
+ 'user_link_to' => 'edit_user',
18
+ );
19
+ }
20
+
21
+ public function format( $value, $user_id ) {
22
+ $link = false;
23
+
24
+ switch ( $this->get_user_link_to() ) {
25
+ case 'edit_user' :
26
+ $link = get_edit_user_link( $user_id );
27
+
28
+ break;
29
+ case 'view_user_posts' :
30
+ $link = add_query_arg( array(
31
+ 'post_type' => $this->column->get_post_type(),
32
+ 'author' => $user_id,
33
+ ), 'edit.php' );
34
+
35
+ break;
36
+ case 'view_author' :
37
+ $link = get_author_posts_url( $user_id );
38
+
39
+ break;
40
+ case 'email_user' :
41
+ if ( $email = get_the_author_meta( 'email', $user_id ) ) {
42
+ $link = 'mailto:' . $email;
43
+ }
44
+
45
+ break;
46
+ }
47
+
48
+ if ( $link ) {
49
+ $value = ac_helper()->html->link( $link, $value );
50
+ }
51
+
52
+ return $value;
53
+ }
54
+
55
+ public function create_view() {
56
+ $select = $this->create_element( 'select' )->set_options( $this->get_display_options() );
57
+
58
+ $view = new AC_View( array(
59
+ 'label' => __( 'Link To', 'codepress-admin-columns' ),
60
+ 'setting' => $select,
61
+ ) );
62
+
63
+ return $view;
64
+ }
65
+
66
+ protected function get_display_options() {
67
+ $options = array(
68
+ 'edit_user' => __( 'Edit User Profile', 'codepress-admin-columns' ),
69
+ 'email_user' => __( 'User Email', 'codepress-admin-columns' ),
70
+ 'view_user_posts' => __( 'View User Posts', 'codepress-admin-columns' ),
71
+ 'view_author' => __( 'View Public Author Page', 'codepress-admin-columns' ),
72
+ );
73
+
74
+ // resort for possible translations
75
+ natcasesort( $options );
76
+
77
+ $options = array_merge( array( '' => __( 'None' ) ), $options );
78
+
79
+ return $options;
80
+ }
81
+
82
+ /**
83
+ * @return string
84
+ */
85
+ public function get_user_link_to() {
86
+ return $this->user_link_to;
87
+ }
88
+
89
+ /**
90
+ * @param string $user_link_to
91
+ *
92
+ * @return bool
93
+ */
94
+ public function set_user_link_to( $user_link_to ) {
95
+ $this->user_link_to = $user_link_to;
96
+
97
+ return true;
98
+ }
99
+
100
+ }
classes/Settings/Form/Element/Select.php CHANGED
@@ -4,91 +4,17 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit;
5
  }
6
 
7
- final class AC_Settings_Form_Element_Select extends AC_Settings_Form_Element {
8
-
9
- /**
10
- * @var string
11
- */
12
- protected $no_result = '';
13
-
14
- protected function render_options( array $options ) {
15
- $template = '<option %s>%s</option>';
16
- $output = array();
17
-
18
- foreach ( $options as $key => $option ) {
19
- if ( isset( $option['options'] ) && is_array( $option['options'] ) ) {
20
- $output[] = $this->render_optgroup( $option );
21
-
22
- continue;
23
- }
24
-
25
- $attributes = array();
26
- $attributes['value'] = $key;
27
-
28
- if ( selected( $this->get_value(), $key, false ) ) {
29
- $attributes['selected'] = 'selected';
30
- }
31
-
32
- $output[] = sprintf( $template, $this->get_attributes_as_string( $attributes ), esc_html( $option ) );
33
- }
34
-
35
- return implode( "\n", $output );
36
- }
37
-
38
- /**
39
- * @param array $group
40
- *
41
- * @return string
42
- */
43
- protected function render_optgroup( array $group ) {
44
- $template = '<optgroup %s>%s</optgroup>';
45
- $attributes = array();
46
-
47
- if ( isset( $group['title'] ) ) {
48
- $attributes['label'] = esc_attr( $group['title'] );
49
- }
50
-
51
- return sprintf( $template, $this->get_attributes_as_string( $attributes ), $this->render_options( $group['options'] ) );
52
- }
53
 
54
  protected function render_ajax_message() {
55
  return '<div class="msg"></div>';
56
  }
57
 
58
- public function render() {
59
- if ( ! $this->get_options() ) {
60
- return $this->get_no_result();
61
- }
62
-
63
- $template = '
64
- <select %s>
65
- %s
66
- </select>
67
- %s';
68
-
69
- $attributes = $this->get_attributes();
70
- $attributes['name'] = $this->get_name();
71
- $attributes['id'] = $this->get_id();
72
-
73
- return sprintf( $template, $this->get_attributes_as_string( $attributes ), $this->render_options( $this->get_options() ), $this->render_ajax_message() . $this->render_description() );
74
- }
75
-
76
- /**
77
- * @return string
78
- */
79
- public function get_no_result() {
80
- return $this->no_result;
81
- }
82
-
83
  /**
84
- * @param string $no_result
85
- *
86
- * @return $this
87
  */
88
- public function set_no_result( $no_result ) {
89
- $this->no_result = (string) $no_result;
90
-
91
- return $this;
92
  }
93
 
94
  }
4
  exit;
5
  }
6
 
7
+ class AC_Settings_Form_Element_Select extends AC_Form_Element_Select {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  protected function render_ajax_message() {
10
  return '<div class="msg"></div>';
11
  }
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  /**
14
+ * @return string|false
 
 
15
  */
16
+ protected function render_description() {
17
+ return parent::render_description() . $this->render_ajax_message();
 
 
18
  }
19
 
20
  }
classes/TableScreen.php CHANGED
@@ -157,9 +157,11 @@ final class AC_TableScreen {
157
  * @param $term
158
  */
159
  public function add_taxonomy_hidden_quick_edit_markup( $actions, $term ) {
160
- $list_table = $this->get_current_list_screen()->get_list_table();
161
 
162
- echo sprintf( '<div class="hidden">%s</div>', $list_table->column_name( $term ) );
 
 
163
 
164
  return $actions;
165
  }
@@ -210,6 +212,7 @@ final class AC_TableScreen {
210
  'ajax_nonce' => wp_create_nonce( 'ac-ajax' ),
211
  'table_id' => $list_screen->get_table_attr_id(),
212
  'edit_link' => $this->get_edit_link( $list_screen ),
 
213
  'i18n' => array(
214
  'edit_columns' => esc_html( __( 'Edit columns', 'codepress-admin-columns' ) ),
215
  ),
@@ -227,6 +230,19 @@ final class AC_TableScreen {
227
  }
228
  }
229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  /**
231
  * @param AC_ListScreen $list_screen
232
  *
@@ -271,7 +287,7 @@ final class AC_TableScreen {
271
  <?php echo $css_column_width; ?>
272
  }
273
  </style>
274
- <?php
275
  endif;
276
  }
277
  }
157
  * @param $term
158
  */
159
  public function add_taxonomy_hidden_quick_edit_markup( $actions, $term ) {
160
+ $list_screen = $this->get_current_list_screen();
161
 
162
+ if ( $list_screen instanceof ACP_ListScreen_Taxonomy ) {
163
+ echo sprintf( '<div class="hidden">%s</div>', $list_screen->get_list_table()->column_name( $term ) );
164
+ }
165
 
166
  return $actions;
167
  }
212
  'ajax_nonce' => wp_create_nonce( 'ac-ajax' ),
213
  'table_id' => $list_screen->get_table_attr_id(),
214
  'edit_link' => $this->get_edit_link( $list_screen ),
215
+ 'screen' => $this->get_current_screen_id(),
216
  'i18n' => array(
217
  'edit_columns' => esc_html( __( 'Edit columns', 'codepress-admin-columns' ) ),
218
  ),
230
  }
231
  }
232
 
233
+ /**
234
+ * @return false|string
235
+ */
236
+ private function get_current_screen_id() {
237
+ $screen = get_current_screen();
238
+
239
+ if ( ! $screen ) {
240
+ return false;
241
+ }
242
+
243
+ return $screen->id;
244
+ }
245
+
246
  /**
247
  * @param AC_ListScreen $list_screen
248
  *
287
  <?php echo $css_column_width; ?>
288
  }
289
  </style>
290
+ <?php
291
  endif;
292
  }
293
  }
codepress-admin-columns.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
- Version: 3.0.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: https://www.admincolumns.com
@@ -122,7 +122,7 @@ class CPAC extends AC_Plugin {
122
  define( 'CPAC_URL', $this->get_plugin_url() );
123
  define( 'CPAC_DIR', $this->get_plugin_dir() );
124
 
125
- $this->autoloader()->register_prefix( 'AC_', $this->get_plugin_dir() . 'classes/' );
126
 
127
  // Third Party
128
  new AC_ThirdParty_ACF();
@@ -141,7 +141,6 @@ class CPAC extends AC_Plugin {
141
 
142
  // Hooks
143
  add_action( 'init', array( $this, 'localize' ) );
144
- add_action( 'init', array( $this, 'install' ) );
145
  add_filter( 'plugin_action_links', array( $this, 'add_settings_link' ), 1, 2 );
146
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ) );
147
 
@@ -152,8 +151,10 @@ class CPAC extends AC_Plugin {
152
  add_action( 'after_setup_theme', array( $this, 'ready' ) );
153
 
154
  // Set capabilities
155
- register_activation_hook( __FILE__, array( $this, 'set_capabilities' ) );
156
- add_action( 'admin_init', array( $this, 'set_capabilities_multisite' ) );
 
 
157
  }
158
 
159
  /**
@@ -174,7 +175,11 @@ class CPAC extends AC_Plugin {
174
  * @return string
175
  */
176
  public function get_version() {
177
- return '3.0.7';
 
 
 
 
178
  }
179
 
180
  public function ready() {
@@ -212,24 +217,6 @@ class CPAC extends AC_Plugin {
212
  load_plugin_textdomain( 'codepress-admin-columns', false, dirname( $this->get_basename() ) . '/languages/' );
213
  }
214
 
215
- /**
216
- * Handle installation and updates
217
- */
218
- public function install() {
219
- if ( 0 === version_compare( $this->get_version(), $this->get_stored_version() ) ) {
220
- return;
221
- }
222
-
223
- $classes = AC()->autoloader()->get_class_names_from_dir( $this->get_plugin_dir() . 'classes/Plugin/Update', 'AC_' );
224
- $updater = new AC_Plugin_Updater( $this );
225
-
226
- foreach ( $classes as $class ) {
227
- $updater->add_update( new $class( $this->get_stored_version() ) );
228
- }
229
-
230
- $updater->parse_updates();
231
- }
232
-
233
  /**
234
  * @since 3.0
235
  */
@@ -238,12 +225,25 @@ class CPAC extends AC_Plugin {
238
  }
239
 
240
  /**
241
- * Add caps for Multisite admins
 
 
 
242
  */
243
- public function set_capabilities_multisite() {
244
- if ( is_multisite() && current_user_can( 'administrator' ) ) {
245
- $this->set_capabilities();
246
  }
 
 
 
 
 
 
 
 
 
 
247
  }
248
 
249
  /**
@@ -253,18 +253,6 @@ class CPAC extends AC_Plugin {
253
  return current_user_can( 'manage_admin_columns' );
254
  }
255
 
256
- /**
257
- * Add capability to administrator to manage admin columns.
258
- * You can use the capability 'manage_admin_columns' to grant other roles this privilege as well.
259
- *
260
- * @since 2.0.4
261
- */
262
- public function set_capabilities() {
263
- if ( $role = get_role( 'administrator' ) ) {
264
- $role->add_cap( 'manage_admin_columns' );
265
- }
266
- }
267
-
268
  /**
269
  * Disable side wide notices
270
  *
@@ -447,22 +435,23 @@ class CPAC extends AC_Plugin {
447
  */
448
  private function set_list_screens() {
449
 
 
 
450
  // Post types
451
  foreach ( $this->get_post_types() as $post_type ) {
452
- $this->register_list_screen( new AC_ListScreen_Post( $post_type ) );
453
  }
454
 
455
- $this->register_list_screen( new AC_ListScreen_Media() );
456
- $this->register_list_screen( new AC_ListScreen_Comment() );
457
 
458
  // Users, not for network users
459
  if ( ! is_multisite() ) {
460
- $this->register_list_screen( new AC_ListScreen_User() );
461
  }
462
 
463
- // as of 3.5 link manager is removed
464
- if ( get_option( 'link_manager_enabled' ) ) {
465
- $this->register_list_screen( new AC_ListScreen_Link() );
466
  }
467
 
468
  /**
@@ -476,16 +465,6 @@ class CPAC extends AC_Plugin {
476
  */
477
  public function register_list_screen( AC_ListScreen $list_screen ) {
478
  $this->list_screens[ $list_screen->get_key() ] = $list_screen;
479
-
480
- /**
481
- * Fires when a list screen is registered.
482
- *
483
- * @since 3.0.5
484
- *
485
- * @param AC_ListScreen $list_screen List screen object
486
- * @param CPAC $ac Main admin columns class instance
487
- */
488
- do_action( 'ac/registered_list_screen', $list_screen, $this );
489
  }
490
 
491
  /**
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
+ Version: 3.1
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
  Author URI: https://www.admincolumns.com
122
  define( 'CPAC_URL', $this->get_plugin_url() );
123
  define( 'CPAC_DIR', $this->get_plugin_dir() );
124
 
125
+ $this->autoloader()->register_prefix( $this->get_prefix(), $this->get_plugin_dir() . 'classes/' );
126
 
127
  // Third Party
128
  new AC_ThirdParty_ACF();
141
 
142
  // Hooks
143
  add_action( 'init', array( $this, 'localize' ) );
 
144
  add_filter( 'plugin_action_links', array( $this, 'add_settings_link' ), 1, 2 );
145
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ) );
146
 
151
  add_action( 'after_setup_theme', array( $this, 'ready' ) );
152
 
153
  // Set capabilities
154
+ add_action( 'admin_init', array( $this, 'set_capabilities' ) );
155
+
156
+ // Updater
157
+ add_action( 'init', array( $this, 'install' ) );
158
  }
159
 
160
  /**
175
  * @return string
176
  */
177
  public function get_version() {
178
+ return '3.1';
179
+ }
180
+
181
+ public function get_prefix() {
182
+ return 'AC_';
183
  }
184
 
185
  public function ready() {
217
  load_plugin_textdomain( 'codepress-admin-columns', false, dirname( $this->get_basename() ) . '/languages/' );
218
  }
219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  /**
221
  * @since 3.0
222
  */
225
  }
226
 
227
  /**
228
+ * Add capability to administrator to manage admin columns.
229
+ * You can use the capability 'manage_admin_columns' to grant other roles this privilege as well.
230
+ *
231
+ * @since 2.0.4
232
  */
233
+ public function set_capabilities() {
234
+ if ( ! current_user_can( 'administrator' ) || get_option( 'ac_capabilities_set' ) ) {
235
+ return;
236
  }
237
+
238
+ $role = get_role( 'administrator' );
239
+
240
+ if ( ! $role ) {
241
+ return;
242
+ }
243
+
244
+ $role->add_cap( 'manage_admin_columns' );
245
+
246
+ update_option( 'ac_capabilities_set', 1, false );
247
  }
248
 
249
  /**
253
  return current_user_can( 'manage_admin_columns' );
254
  }
255
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  /**
257
  * Disable side wide notices
258
  *
435
  */
436
  private function set_list_screens() {
437
 
438
+ $list_screens = array();
439
+
440
  // Post types
441
  foreach ( $this->get_post_types() as $post_type ) {
442
+ $list_screens[] = new AC_ListScreen_Post( $post_type );
443
  }
444
 
445
+ $list_screens[] = new AC_ListScreen_Media();
446
+ $list_screens[] = new AC_ListScreen_Comment();
447
 
448
  // Users, not for network users
449
  if ( ! is_multisite() ) {
450
+ $list_screens[] = new AC_ListScreen_User();
451
  }
452
 
453
+ foreach ( $list_screens as $list_screen ) {
454
+ $this->register_list_screen( $list_screen );
 
455
  }
456
 
457
  /**
465
  */
466
  public function register_list_screen( AC_ListScreen $list_screen ) {
467
  $this->list_screens[ $list_screen->get_key() ] = $list_screen;
 
 
 
 
 
 
 
 
 
 
468
  }
469
 
470
  /**
languages/codepress-admin-columns-ar_AR.mo CHANGED
Binary file
languages/codepress-admin-columns-ar_AR.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: ar\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,19 +523,19 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
@@ -389,11 +545,11 @@ msgstr[3] ""
389
  msgstr[4] ""
390
  msgstr[5] ""
391
 
392
- #: classes/Admin/Page/Help.php:248
393
  msgid "View documentation"
394
  msgstr ""
395
 
396
- #: classes/Admin/Page/Help.php:198
397
  msgid "The action %s used on this website is deprecated since %s."
398
  msgstr ""
399
 
@@ -409,7 +565,7 @@ msgstr ""
409
  msgid "Deprecated Filters"
410
  msgstr ""
411
 
412
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
413
  msgid "Help"
414
  msgstr ""
415
 
@@ -453,7 +609,7 @@ msgstr ""
453
  msgid "Pro"
454
  msgstr ""
455
 
456
- #: classes/Admin/Page/Columns.php:328
457
  msgid "You need at least one column"
458
  msgstr ""
459
 
@@ -465,23 +621,23 @@ msgstr ""
465
  msgid "Recommended"
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:120
469
  msgid "%s could not be activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:110
473
  msgid "%s successfully activated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:105
477
  msgid "%s plugin successfully deactivated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:104
481
  msgid "%s plugin successfully activated."
482
  msgstr ""
483
 
484
- #: classes/Admin/Page/Addons.php:71
485
  msgid "%s add-on requires %s."
486
  msgid_plural "%s add-ons requires %s."
487
  msgstr[0] ""
@@ -491,35 +647,35 @@ msgstr[3] ""
491
  msgstr[4] ""
492
  msgstr[5] ""
493
 
494
- #: classes/Admin/Page/Addons.php:58
495
  msgid "here"
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:58
499
  msgid "Click %s to activate the plugin."
500
  msgstr ""
501
 
502
- #: classes/Admin/Page/Addons.php:55
503
  msgid "%s plugin is installed, but not active."
504
  msgstr ""
505
 
506
- #: classes/Admin/Page/Addons.php:53
507
  msgid "%s plugin needs to be installed for the add-on to work."
508
  msgstr ""
509
 
510
- #: classes/Addon.php:274
511
  msgid "Display and edit %s fields in the posts overview in seconds!"
512
  msgstr ""
513
 
514
- #: classes/Addon/Types.php:13
515
  msgid "Toolset Types"
516
  msgstr ""
517
 
518
- #: classes/Addon/Pods.php:13
519
  msgid "Pods"
520
  msgstr ""
521
 
522
- #: classes/API.php:139
523
  msgid "Imported"
524
  msgstr ""
525
 
@@ -559,7 +715,7 @@ msgstr ""
559
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:248
563
  msgid "Please visit the %s screen once to load all available columns"
564
  msgstr ""
565
 
@@ -567,15 +723,15 @@ msgstr ""
567
  msgid "Restore columns"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:174
571
  msgid "Settings for %s restored successfully."
572
  msgstr ""
573
 
574
- #: classes/Admin/Page/Columns.php:335
575
  msgid "View %s screen"
576
  msgstr ""
577
 
578
- #: classes/Admin/Page/Columns.php:74
579
  msgid "Invalid response."
580
  msgstr "خطاء في الاستجابة."
581
 
@@ -599,22 +755,18 @@ msgstr ""
599
  msgid "Addon does not exist."
600
  msgstr ""
601
 
602
- #: classes/Admin/Page/Addons.php:183
603
  msgid "the addons page"
604
  msgstr ""
605
 
606
- #: classes/Admin/Page/Addons.php:183
607
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
608
  msgstr ""
609
 
610
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
611
  msgid "Custom Fields"
612
  msgstr "حقول مخصصة"
613
 
614
- #: classes/Settings/Column/Meta.php:110
615
- msgid "Hidden Custom Fields"
616
- msgstr ""
617
-
618
  #. Author of the plugin/theme
619
  msgid "AdminColumns.com"
620
  msgstr ""
@@ -623,62 +775,26 @@ msgstr ""
623
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
624
  msgstr ""
625
 
626
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
627
  #. Plugin URI of the plugin/theme
628
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
629
  #. Author URI of the plugin/theme
630
  msgid "https://www.admincolumns.com"
631
  msgstr ""
632
 
633
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
634
  msgid "Edit columns"
635
  msgstr "تحرير الأعمدة"
636
 
637
- #: classes/Admin/Page/Upgrade.php:310
638
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
639
- msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
640
-
641
- #: classes/Admin/Page/Upgrade.php:309
642
- msgid "Error"
643
- msgstr "خطأ"
644
-
645
- #: classes/Admin/Page/Upgrade.php:308
646
- msgid "Return to settings."
647
- msgstr "العودة للإعدادات."
648
-
649
- #: classes/Admin/Page/Upgrade.php:308
650
- msgid "Upgrade Complete!"
651
- msgstr "اكتمل التحديث"
652
-
653
- #: classes/Admin/Page/Upgrade.php:292
654
- msgid "Return to welcome screen."
655
- msgstr "رجوع إلى صفحة الترحيب."
656
-
657
- #: classes/Admin/Page/Upgrade.php:291
658
- msgid "No Upgrade Required"
659
- msgstr "لا تحديث مطلوب"
660
-
661
- #: classes/Admin/Page/Upgrade.php:255
662
- msgid "Migrating Column Settings"
663
- msgstr "نقل إعدادات الأعمدة"
664
-
665
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
666
- msgid "Upgrade"
667
- msgstr "تحديث"
668
-
669
- #: classes/Admin/Page/Upgrade.php:46
670
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
671
- msgstr ""
672
-
673
- #: classes/Admin/Page/Columns.php:355
674
  msgid "Settings for %s updated successfully."
675
  msgstr ""
676
 
677
- #: classes/Admin/Page/Columns.php:342
678
  msgid "You are trying to store the same settings for %s."
679
  msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
680
 
681
- #: classes/ListScreen.php:652
682
  msgid "No columns settings available."
683
  msgstr "لا توجد إعدادات أعمدة متوفرة."
684
 
@@ -804,11 +920,11 @@ msgstr ""
804
  msgid "Store settings"
805
  msgstr "حفظ الإعدادات"
806
 
807
- #: classes/Admin/Page/Addons.php:19
808
  msgid "Add-ons"
809
  msgstr ""
810
 
811
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
812
  msgid "Settings"
813
  msgstr "الإعدادات"
814
 
@@ -845,30 +961,6 @@ msgstr "قم بتخصيص إعدادات Admin Columns."
845
  msgid "General Settings"
846
  msgstr "إعدادات عامة"
847
 
848
- #: classes/Admin/Page/Welcome.php:90
849
- msgid "Start using Admin Columns"
850
- msgstr "البدء باستخدام Admin Columns"
851
-
852
- #: classes/Admin/Page/Upgrade.php:47
853
- msgid "Learn more"
854
- msgstr "تعلم المزيد"
855
-
856
- #: classes/Admin/Page/Welcome.php:29
857
- msgid "Changelog for"
858
- msgstr "سجل التغييرات لـ"
859
-
860
- #: classes/Admin/Page/Welcome.php:62
861
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
862
- msgstr "Admin Columns أصبحت مصقولة وممتعة أكثر من أي وقت مضى. نأمل أن تنال إعجابكم."
863
-
864
- #: classes/Admin/Page/Welcome.php:61
865
- msgid "Thank you for updating to the latest version!"
866
- msgstr "شكرا لك على التحديث للنسخة الأخيرة!"
867
-
868
- #: classes/Admin/Page/Welcome.php:58
869
- msgid "Welcome to Admin Columns"
870
- msgstr "مرحبا في Admin Columns"
871
-
872
  #: classes/Admin/Help/CustomField.php:35
873
  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."
874
  msgstr "القيمة: يمكن أن يكون إما سلسلة أو مجموعة. هذا سيعرض عدد مرات استخدام المفتاح من قبل العنصر."
@@ -969,70 +1061,71 @@ msgstr "نظرة عامة"
969
  msgid "Default settings succesfully restored."
970
  msgstr "تمت إستعادة الإعدادات الإفتراضية بنجاح."
971
 
972
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
973
  msgid "%s column is already present and can not be duplicated."
974
  msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
975
 
976
- #: classes/Admin.php:130
977
  msgid "Admin Columns Settings"
978
  msgstr "إعدادات Admin Columns"
979
 
980
- #: classes/Admin/Page/Addons.php:111
981
  msgid "%s successfully deactivated."
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:105
985
  msgid "find answers to some frequently asked questions"
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:104
989
  msgid "Admin Columns forums on WordPress.org"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:103
993
  msgid "You can also find help on the %s, and %s."
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:99
997
  msgid "our forums"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:98
1001
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:94
1005
  msgid "documentation page"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:92
1009
  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."
1010
  msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:85
1013
  msgid "Permanently hide notice"
1014
  msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:84
1017
  msgid "Leave a review!"
1018
  msgstr ""
1019
 
1020
- #: classes/Notice/Review.php:80
1021
  msgid "click here"
1022
  msgstr ""
1023
 
1024
- #: classes/Notice/Review.php:76
1025
  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."
1026
  msgstr ""
1027
 
1028
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1029
  msgid "Admin Columns Pro"
1030
  msgstr ""
1031
 
1032
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1033
  #. Plugin Name of the plugin/theme
1034
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1035
- #: classes/Notice/Review.php:64
 
1036
  msgid "Admin Columns"
1037
  msgstr "Admin Columns"
1038
 
@@ -1052,19 +1145,19 @@ msgstr ""
1052
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:68
1056
  msgid "View Public Post Author Page"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:67
1060
  msgid "Edit Post Author"
1061
  msgstr ""
1062
 
1063
- #: classes/Settings/Column/PostLink.php:66
1064
  msgid "View Post"
1065
  msgstr ""
1066
 
1067
- #: classes/Settings/Column/PostLink.php:65
1068
  msgid "Edit Post"
1069
  msgstr ""
1070
 
@@ -1076,7 +1169,7 @@ msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
1076
  msgid "Label"
1077
  msgstr "العنوان"
1078
 
1079
- #: classes/Settings/Column/Type.php:29
1080
  msgid "Name"
1081
  msgstr ""
1082
 
@@ -1096,7 +1189,7 @@ msgstr ""
1096
  msgid "First and Last Name"
1097
  msgstr "الاسم الأول والأخير"
1098
 
1099
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1100
  msgid "User Email"
1101
  msgstr "بريد المستخدم"
1102
 
@@ -1116,15 +1209,15 @@ msgstr "الاسم الأول"
1116
  msgid "Display Name"
1117
  msgstr "اسم العرض"
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:49
1120
  msgid "After"
1121
  msgstr "بعد"
1122
 
1123
- #: classes/Settings/Column/BeforeAfter.php:41
1124
  msgid "This text will appear before the column value."
1125
  msgstr ""
1126
 
1127
- #: classes/Settings/Column/BeforeAfter.php:40
1128
  msgid "Before"
1129
  msgstr "قبل"
1130
 
@@ -1133,7 +1226,7 @@ msgid "width"
1133
  msgstr "عرض"
1134
 
1135
  #: classes/Settings/Column/CustomFieldType.php:153
1136
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1137
  msgid "Custom"
1138
  msgstr "مخصوص"
1139
 
@@ -1207,18 +1300,10 @@ msgstr ""
1207
  msgid "Link to menu"
1208
  msgstr ""
1209
 
1210
- #: classes/Column/UsedByMenu.php:17
1211
- msgid "Used by Menu"
1212
- msgstr ""
1213
-
1214
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1215
  msgid "Taxonomy"
1216
  msgstr "التصنيف"
1217
 
1218
- #: classes/Column/Post/TitleRaw.php:14
1219
- msgid "Title without actions"
1220
- msgstr ""
1221
-
1222
  #: classes/Column/Post/Sticky.php:16
1223
  msgid "Sticky"
1224
  msgstr "لاصق"
@@ -1235,7 +1320,7 @@ msgstr "الاسم اللطيف"
1235
  msgid "Shortcodes"
1236
  msgstr ""
1237
 
1238
- #: classes/Column/Post/Roles.php:14
1239
  msgid "Roles"
1240
  msgstr "الأدوار"
1241
 
@@ -1275,7 +1360,7 @@ msgstr ""
1275
  msgid "Post Format"
1276
  msgstr "تنسيق التدوينة"
1277
 
1278
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1279
  msgid "Featured Image"
1280
  msgstr "الصورة المميزة"
1281
 
@@ -1319,47 +1404,43 @@ msgstr ""
1319
  msgid "Date Published"
1320
  msgstr ""
1321
 
1322
- #: classes/Settings/Column/CommentCount.php:31
1323
  msgid "Select which comment status you like to display."
1324
  msgstr "اختر حالة التعليق الذي تريد عرضه."
1325
 
1326
- #: classes/Settings/Column/CommentCount.php:30
1327
  msgid "Comment status"
1328
  msgstr "حالة التعليق"
1329
 
1330
  #: classes/Column/Comment/Status.php:25
1331
- #: classes/Settings/Column/CommentCount.php:45
1332
  msgid "Spam"
1333
  msgstr "مزعج"
1334
 
1335
  #: classes/Column/Comment/Status.php:27
1336
- #: classes/Settings/Column/CommentCount.php:44
1337
  msgid "Pending"
1338
  msgstr "بالانتظار"
1339
 
1340
- #: classes/Settings/Column/CommentCount.php:52
1341
  msgid "Total"
1342
  msgstr "المجموع"
1343
 
1344
- #: classes/Column/Post/BeforeMoreTag.php:14
1345
- msgid "Before More Tag"
1346
- msgstr "قبل وسم المزيد"
1347
-
1348
- #: classes/Settings/Column/User.php:135
1349
  msgid "View Public Author Page"
1350
  msgstr ""
1351
 
1352
- #: classes/Settings/Column/User.php:134
1353
  msgid "View User Posts"
1354
  msgstr ""
1355
 
1356
- #: classes/Settings/Column/User.php:132
1357
  msgid "Edit User Profile"
1358
  msgstr ""
1359
 
1360
- #: classes/Settings/Column/PostLink.php:73
1361
  #: classes/Settings/Column/Separator.php:26
1362
- #: classes/Settings/Column/User.php:141
1363
  msgid "None"
1364
  msgstr ""
1365
 
@@ -1412,40 +1493,36 @@ msgstr ""
1412
  msgid "Filename"
1413
  msgstr ""
1414
 
1415
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1416
  #: classes/Settings/Column/Term.php:27
1417
  msgid "Title"
1418
  msgstr "عنوان"
1419
 
1420
- #: classes/Settings/Column/ExifData.php:49
1421
  msgid "Shutter Speed"
1422
  msgstr "سرعة مصراع"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:48
1425
  msgid "ISO"
1426
  msgstr "ISO"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:47
1429
  msgid "Focal Length"
1430
  msgstr "بعد بؤري"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:46
1433
- msgid "Copyright EXIF"
1434
- msgstr "بيانات EXIF حق النشر"
1435
-
1436
- #: classes/Settings/Column/ExifData.php:45
1437
  msgid "Timestamp"
1438
  msgstr "طابع زمني"
1439
 
1440
- #: classes/Settings/Column/ExifData.php:43
1441
  msgid "Camera"
1442
  msgstr "كاميرا"
1443
 
1444
- #: classes/Settings/Column/ExifData.php:42
1445
  msgid "Credit"
1446
  msgstr "شرف"
1447
 
1448
- #: classes/Settings/Column/ExifData.php:41
1449
  msgid "Aperture"
1450
  msgstr "فتحة"
1451
 
@@ -1457,32 +1534,20 @@ msgstr ""
1457
  msgid "Dimensions"
1458
  msgstr "أبعاد"
1459
 
1460
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1461
  msgid "Caption"
1462
  msgstr "شرح"
1463
 
1464
- #: classes/Column/Media/AvailableSizes.php:49
1465
- msgid "full size"
1466
- msgstr "حجم كامل"
1467
-
1468
- #: classes/Column/Media/AvailableSizes.php:18
1469
  msgid "Available Sizes"
1470
  msgstr "الأحجام المتوفرة"
1471
 
1472
- #: classes/Column/Media/AttachedTo.php:14
1473
- msgid "Attached to Post"
1474
- msgstr ""
1475
-
1476
- #: classes/Column/Media/AlternateText.php:14
1477
- msgid "Alt"
1478
- msgstr "بديل"
1479
-
1480
  #: classes/Admin/Page/Columns.php:480
1481
  msgid "View"
1482
  msgstr "عرض"
1483
 
1484
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1485
- #: classes/Settings/Column/CommentCount.php:46
1486
  msgid "Trash"
1487
  msgstr "المهملات"
1488
 
@@ -1530,11 +1595,11 @@ msgstr "هذا سيحدد كيف سيتم عرض القيمة."
1530
  msgid "Field Type"
1531
  msgstr "نوع الحقل"
1532
 
1533
- #: classes/Settings/Column/CustomField.php:32
1534
  msgid "Please create a %s item first."
1535
  msgstr ""
1536
 
1537
- #: classes/Settings/Column/CustomField.php:32
1538
  msgid "No custom fields available."
1539
  msgstr "لا توجد حقول مخصوصة متوفرة."
1540
 
@@ -1572,7 +1637,7 @@ msgstr "لون"
1572
  #: classes/Admin/Help/CustomField.php:22
1573
  #: classes/Settings/Column/CustomFieldType.php:168
1574
  #: classes/Settings/Column/Image.php:71
1575
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1576
  msgid "Default"
1577
  msgstr "إفتراضي"
1578
 
@@ -1593,7 +1658,7 @@ msgstr "مستخدم"
1593
 
1594
  #: classes/Column/Comment/Type.php:14
1595
  #: classes/Settings/Column/CustomFieldType.php:56
1596
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1597
  msgid "Type"
1598
  msgstr "نوع"
1599
 
@@ -1623,7 +1688,7 @@ msgstr ""
1623
  msgid "Date GMT"
1624
  msgstr "تاريخ GMT"
1625
 
1626
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1627
  msgid "Author"
1628
  msgstr "الكاتب"
1629
 
@@ -1648,7 +1713,7 @@ msgid "Avatar"
1648
  msgstr "صورة"
1649
 
1650
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1651
- #: classes/Settings/Column/CommentCount.php:43
1652
  msgid "Approved"
1653
  msgstr "موافق عليه"
1654
 
@@ -1662,12 +1727,14 @@ msgstr "تحرير"
1662
 
1663
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1664
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1665
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1666
  msgid "ID"
1667
  msgstr "رقم"
1668
 
1669
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1670
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1671
  #: classes/Settings/Column/StatusIcon.php:24
1672
  #: classes/Settings/Column/Toggle.php:14
1673
  msgid "No"
@@ -1675,6 +1742,8 @@ msgstr ""
1675
 
1676
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1677
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1678
  #: classes/Settings/Column/StatusIcon.php:23
1679
  #: classes/Settings/Column/Toggle.php:13
1680
  msgid "Yes"
@@ -1688,22 +1757,22 @@ msgstr ""
1688
  msgid "Use icons?"
1689
  msgstr ""
1690
 
1691
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1692
  msgid "Actions"
1693
  msgstr "تطبيقات"
1694
 
1695
- #: classes/Addon/WooCommerce.php:14
1696
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1697
  msgstr ""
1698
 
1699
- #: classes/Addon/WooCommerce.php:13
1700
  msgid "WooCommerce"
1701
  msgstr ""
1702
 
1703
- #: classes/Addon/ACF.php:13
1704
  msgid "Advanced Custom Fields"
1705
  msgstr ""
1706
 
1707
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1708
  msgid "Plugins"
1709
  msgstr ""
11
  "Language: ar\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
  msgstr ""
170
 
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
545
  msgstr[4] ""
546
  msgstr[5] ""
547
 
548
+ #: classes/Admin/Page/Help.php:258
549
  msgid "View documentation"
550
  msgstr ""
551
 
552
+ #: classes/Admin/Page/Help.php:203
553
  msgid "The action %s used on this website is deprecated since %s."
554
  msgstr ""
555
 
565
  msgid "Deprecated Filters"
566
  msgstr ""
567
 
568
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
569
  msgid "Help"
570
  msgstr ""
571
 
609
  msgid "Pro"
610
  msgstr ""
611
 
612
+ #: classes/Admin/Page/Columns.php:318
613
  msgid "You need at least one column"
614
  msgstr ""
615
 
621
  msgid "Recommended"
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:113
625
  msgid "%s could not be activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:103
629
  msgid "%s successfully activated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:98
633
  msgid "%s plugin successfully deactivated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:97
637
  msgid "%s plugin successfully activated."
638
  msgstr ""
639
 
640
+ #: classes/Admin/Page/Addons.php:64
641
  msgid "%s add-on requires %s."
642
  msgid_plural "%s add-ons requires %s."
643
  msgstr[0] ""
647
  msgstr[4] ""
648
  msgstr[5] ""
649
 
650
+ #: classes/Admin/Page/Addons.php:51
651
  msgid "here"
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:51
655
  msgid "Click %s to activate the plugin."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Page/Addons.php:48
659
  msgid "%s plugin is installed, but not active."
660
  msgstr ""
661
 
662
+ #: classes/Admin/Page/Addons.php:46
663
  msgid "%s plugin needs to be installed for the add-on to work."
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon.php:274
667
  msgid "Display and edit %s fields in the posts overview in seconds!"
668
  msgstr ""
669
 
670
+ #: classes/Admin/Addon/Types.php:13
671
  msgid "Toolset Types"
672
  msgstr ""
673
 
674
+ #: classes/Admin/Addon/Pods.php:13
675
  msgid "Pods"
676
  msgstr ""
677
 
678
+ #: classes/API.php:152
679
  msgid "Imported"
680
  msgstr ""
681
 
715
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:238
719
  msgid "Please visit the %s screen once to load all available columns"
720
  msgstr ""
721
 
723
  msgid "Restore columns"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:164
727
  msgid "Settings for %s restored successfully."
728
  msgstr ""
729
 
730
+ #: classes/Admin/Page/Columns.php:325
731
  msgid "View %s screen"
732
  msgstr ""
733
 
734
+ #: classes/Admin/Page/Columns.php:72
735
  msgid "Invalid response."
736
  msgstr "خطاء في الاستجابة."
737
 
755
  msgid "Addon does not exist."
756
  msgstr ""
757
 
758
+ #: classes/Admin/Page/Addons.php:176
759
  msgid "the addons page"
760
  msgstr ""
761
 
762
+ #: classes/Admin/Page/Addons.php:176
763
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
764
  msgstr ""
765
 
766
+ #: codepress-admin-columns.php:330
767
  msgid "Custom Fields"
768
  msgstr "حقول مخصصة"
769
 
 
 
 
 
770
  #. Author of the plugin/theme
771
  msgid "AdminColumns.com"
772
  msgstr ""
775
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
776
  msgstr ""
777
 
778
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
779
  #. Plugin URI of the plugin/theme
780
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
781
  #. Author URI of the plugin/theme
782
  msgid "https://www.admincolumns.com"
783
  msgstr ""
784
 
785
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
786
  msgid "Edit columns"
787
  msgstr "تحرير الأعمدة"
788
 
789
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
790
  msgid "Settings for %s updated successfully."
791
  msgstr ""
792
 
793
+ #: classes/Admin/Page/Columns.php:332
794
  msgid "You are trying to store the same settings for %s."
795
  msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
796
 
797
+ #: classes/ListScreen.php:674
798
  msgid "No columns settings available."
799
  msgstr "لا توجد إعدادات أعمدة متوفرة."
800
 
920
  msgid "Store settings"
921
  msgstr "حفظ الإعدادات"
922
 
923
+ #: classes/Admin/Page/Addons.php:12
924
  msgid "Add-ons"
925
  msgstr ""
926
 
927
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
928
  msgid "Settings"
929
  msgstr "الإعدادات"
930
 
961
  msgid "General Settings"
962
  msgstr "إعدادات عامة"
963
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
964
  #: classes/Admin/Help/CustomField.php:35
965
  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."
966
  msgstr "القيمة: يمكن أن يكون إما سلسلة أو مجموعة. هذا سيعرض عدد مرات استخدام المفتاح من قبل العنصر."
1061
  msgid "Default settings succesfully restored."
1062
  msgstr "تمت إستعادة الإعدادات الإفتراضية بنجاح."
1063
 
1064
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1065
  msgid "%s column is already present and can not be duplicated."
1066
  msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
1067
 
1068
+ #: classes/Admin.php:127
1069
  msgid "Admin Columns Settings"
1070
  msgstr "إعدادات Admin Columns"
1071
 
1072
+ #: classes/Admin/Page/Addons.php:104
1073
  msgid "%s successfully deactivated."
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:106
1077
  msgid "find answers to some frequently asked questions"
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:105
1081
  msgid "Admin Columns forums on WordPress.org"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:104
1085
  msgid "You can also find help on the %s, and %s."
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:100
1089
  msgid "our forums"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:99
1093
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:95
1097
  msgid "documentation page"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:93
1101
  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."
1102
  msgstr ""
1103
 
1104
+ #: classes/Notice/Review.php:86
1105
  msgid "Permanently hide notice"
1106
  msgstr ""
1107
 
1108
+ #: classes/Notice/Review.php:85
1109
  msgid "Leave a review!"
1110
  msgstr ""
1111
 
1112
+ #: classes/Notice/Review.php:81
1113
  msgid "click here"
1114
  msgstr ""
1115
 
1116
+ #: classes/Notice/Review.php:77
1117
  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."
1118
  msgstr ""
1119
 
1120
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1121
  msgid "Admin Columns Pro"
1122
  msgstr ""
1123
 
1124
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1125
  #. Plugin Name of the plugin/theme
1126
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1127
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1128
+ #: classes/Plugin/Updater.php:98
1129
  msgid "Admin Columns"
1130
  msgstr "Admin Columns"
1131
 
1145
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:70
1149
  msgid "View Public Post Author Page"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:69
1153
  msgid "Edit Post Author"
1154
  msgstr ""
1155
 
1156
+ #: classes/Settings/Column/PostLink.php:68
1157
  msgid "View Post"
1158
  msgstr ""
1159
 
1160
+ #: classes/Settings/Column/PostLink.php:67
1161
  msgid "Edit Post"
1162
  msgstr ""
1163
 
1169
  msgid "Label"
1170
  msgstr "العنوان"
1171
 
1172
+ #: classes/Settings/Column/Type.php:32
1173
  msgid "Name"
1174
  msgstr ""
1175
 
1189
  msgid "First and Last Name"
1190
  msgstr "الاسم الأول والأخير"
1191
 
1192
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1193
  msgid "User Email"
1194
  msgstr "بريد المستخدم"
1195
 
1209
  msgid "Display Name"
1210
  msgstr "اسم العرض"
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:67
1213
  msgid "After"
1214
  msgstr "بعد"
1215
 
1216
+ #: classes/Settings/Column/BeforeAfter.php:59
1217
  msgid "This text will appear before the column value."
1218
  msgstr ""
1219
 
1220
+ #: classes/Settings/Column/BeforeAfter.php:58
1221
  msgid "Before"
1222
  msgstr "قبل"
1223
 
1226
  msgstr "عرض"
1227
 
1228
  #: classes/Settings/Column/CustomFieldType.php:153
1229
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1230
  msgid "Custom"
1231
  msgstr "مخصوص"
1232
 
1300
  msgid "Link to menu"
1301
  msgstr ""
1302
 
1303
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1304
  msgid "Taxonomy"
1305
  msgstr "التصنيف"
1306
 
 
 
 
 
1307
  #: classes/Column/Post/Sticky.php:16
1308
  msgid "Sticky"
1309
  msgstr "لاصق"
1320
  msgid "Shortcodes"
1321
  msgstr ""
1322
 
1323
+ #: classes/Settings/Column/User.php:119
1324
  msgid "Roles"
1325
  msgstr "الأدوار"
1326
 
1360
  msgid "Post Format"
1361
  msgstr "تنسيق التدوينة"
1362
 
1363
+ #: classes/Column/Post/FeaturedImage.php:14
1364
  msgid "Featured Image"
1365
  msgstr "الصورة المميزة"
1366
 
1404
  msgid "Date Published"
1405
  msgstr ""
1406
 
1407
+ #: classes/Settings/Column/CommentCount.php:34
1408
  msgid "Select which comment status you like to display."
1409
  msgstr "اختر حالة التعليق الذي تريد عرضه."
1410
 
1411
+ #: classes/Settings/Column/CommentCount.php:33
1412
  msgid "Comment status"
1413
  msgstr "حالة التعليق"
1414
 
1415
  #: classes/Column/Comment/Status.php:25
1416
+ #: classes/Settings/Column/CommentCount.php:48
1417
  msgid "Spam"
1418
  msgstr "مزعج"
1419
 
1420
  #: classes/Column/Comment/Status.php:27
1421
+ #: classes/Settings/Column/CommentCount.php:47
1422
  msgid "Pending"
1423
  msgstr "بالانتظار"
1424
 
1425
+ #: classes/Settings/Column/CommentCount.php:55
1426
  msgid "Total"
1427
  msgstr "المجموع"
1428
 
1429
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1430
  msgid "View Public Author Page"
1431
  msgstr ""
1432
 
1433
+ #: classes/Settings/Column/User.php:135
1434
  msgid "View User Posts"
1435
  msgstr ""
1436
 
1437
+ #: classes/Settings/Column/User.php:133
1438
  msgid "Edit User Profile"
1439
  msgstr ""
1440
 
1441
+ #: classes/Settings/Column/PostLink.php:66
1442
  #: classes/Settings/Column/Separator.php:26
1443
+ #: classes/Settings/Column/User.php:142
1444
  msgid "None"
1445
  msgstr ""
1446
 
1493
  msgid "Filename"
1494
  msgstr ""
1495
 
1496
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1497
  #: classes/Settings/Column/Term.php:27
1498
  msgid "Title"
1499
  msgstr "عنوان"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:80
1502
  msgid "Shutter Speed"
1503
  msgstr "سرعة مصراع"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:79
1506
  msgid "ISO"
1507
  msgstr "ISO"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:78
1510
  msgid "Focal Length"
1511
  msgstr "بعد بؤري"
1512
 
1513
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1514
  msgid "Timestamp"
1515
  msgstr "طابع زمني"
1516
 
1517
+ #: classes/Settings/Column/ExifData.php:74
1518
  msgid "Camera"
1519
  msgstr "كاميرا"
1520
 
1521
+ #: classes/Settings/Column/ExifData.php:73
1522
  msgid "Credit"
1523
  msgstr "شرف"
1524
 
1525
+ #: classes/Settings/Column/ExifData.php:72
1526
  msgid "Aperture"
1527
  msgstr "فتحة"
1528
 
1534
  msgid "Dimensions"
1535
  msgstr "أبعاد"
1536
 
1537
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1538
  msgid "Caption"
1539
  msgstr "شرح"
1540
 
1541
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1542
  msgid "Available Sizes"
1543
  msgstr "الأحجام المتوفرة"
1544
 
 
 
 
 
 
 
 
 
1545
  #: classes/Admin/Page/Columns.php:480
1546
  msgid "View"
1547
  msgstr "عرض"
1548
 
1549
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1550
+ #: classes/Settings/Column/CommentCount.php:49
1551
  msgid "Trash"
1552
  msgstr "المهملات"
1553
 
1595
  msgid "Field Type"
1596
  msgstr "نوع الحقل"
1597
 
1598
+ #: classes/Settings/Column/CustomField.php:21
1599
  msgid "Please create a %s item first."
1600
  msgstr ""
1601
 
1602
+ #: classes/Settings/Column/CustomField.php:21
1603
  msgid "No custom fields available."
1604
  msgstr "لا توجد حقول مخصوصة متوفرة."
1605
 
1637
  #: classes/Admin/Help/CustomField.php:22
1638
  #: classes/Settings/Column/CustomFieldType.php:168
1639
  #: classes/Settings/Column/Image.php:71
1640
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1641
  msgid "Default"
1642
  msgstr "إفتراضي"
1643
 
1658
 
1659
  #: classes/Column/Comment/Type.php:14
1660
  #: classes/Settings/Column/CustomFieldType.php:56
1661
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1662
  msgid "Type"
1663
  msgstr "نوع"
1664
 
1688
  msgid "Date GMT"
1689
  msgstr "تاريخ GMT"
1690
 
1691
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1692
  msgid "Author"
1693
  msgstr "الكاتب"
1694
 
1713
  msgstr "صورة"
1714
 
1715
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1716
+ #: classes/Settings/Column/CommentCount.php:46
1717
  msgid "Approved"
1718
  msgstr "موافق عليه"
1719
 
1727
 
1728
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1729
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1730
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1731
  msgid "ID"
1732
  msgstr "رقم"
1733
 
1734
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1735
  #: classes/Settings/Column/ActionIcons.php:22
1736
+ #: classes/Settings/Column/MissingImageSize.php:22
1737
+ #: classes/Settings/Column/PostFormatIcon.php:24
1738
  #: classes/Settings/Column/StatusIcon.php:24
1739
  #: classes/Settings/Column/Toggle.php:14
1740
  msgid "No"
1742
 
1743
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1744
  #: classes/Settings/Column/ActionIcons.php:21
1745
+ #: classes/Settings/Column/MissingImageSize.php:21
1746
+ #: classes/Settings/Column/PostFormatIcon.php:23
1747
  #: classes/Settings/Column/StatusIcon.php:23
1748
  #: classes/Settings/Column/Toggle.php:13
1749
  msgid "Yes"
1757
  msgid "Use icons?"
1758
  msgstr ""
1759
 
1760
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1761
  msgid "Actions"
1762
  msgstr "تطبيقات"
1763
 
1764
+ #: classes/Admin/Addon/WooCommerce.php:14
1765
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1766
  msgstr ""
1767
 
1768
+ #: classes/Admin/Addon/WooCommerce.php:13
1769
  msgid "WooCommerce"
1770
  msgstr ""
1771
 
1772
+ #: classes/Admin/Addon/ACF.php:13
1773
  msgid "Advanced Custom Fields"
1774
  msgstr ""
1775
 
1776
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1777
  msgid "Plugins"
1778
  msgstr ""
languages/codepress-admin-columns-bt_BR.mo CHANGED
Binary file
languages/codepress-admin-columns-bt_BR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-03-17 00:24:06+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: pt_BR\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,13 +208,14 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
- msgstr ""
49
 
50
  #: classes/Column/Post/Excerpt.php:21
51
  msgid "Current excerpt is generated from the content."
@@ -57,291 +227,277 @@ msgstr ""
57
 
58
  #: classes/Settings/Column/User.php:118
59
  msgid "User Nicename"
60
- msgstr ""
61
 
62
  #: classes/Admin/Page/Columns.php:608
63
  msgid "Send me the discount"
64
- msgstr ""
65
 
66
  #: classes/Admin/Page/Columns.php:573
67
  msgid "Prices starting from %s"
68
- msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
- msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
- msgstr ""
77
 
78
  #: templates/settings/section.php:23
79
  msgid "View more"
80
- msgstr ""
81
 
82
  #: classes/TableScreen.php:57
83
  msgid "Invalid method."
84
- msgstr ""
85
 
86
  #: classes/TableScreen.php:53
87
  msgid "Invalid column."
88
- msgstr ""
89
 
90
  #: classes/TableScreen.php:45
91
  msgid "Invalid list screen."
92
- msgstr ""
93
 
94
  #: classes/TableScreen.php:39
95
  msgid "Invalid item ID."
96
- msgstr ""
97
 
98
  #: classes/Settings/Column/WordsPerMinute.php:32
99
  msgid "By default: %s"
100
- msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
- msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
- msgstr ""
109
 
110
  #: classes/Settings/Column/Width.php:40
111
  msgid "Auto"
112
- msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
- msgstr ""
118
 
119
  #: classes/Settings/Column/Taxonomy.php:23
120
  msgid "No taxonomies available."
121
- msgstr ""
122
 
123
  #: classes/Settings/Column/Separator.php:32
124
  msgid "Select a repeater sub field."
125
- msgstr ""
126
 
127
  #: classes/Settings/Column/Separator.php:31
128
  msgid "Separator"
129
- msgstr ""
130
 
131
  #: classes/Settings/Column/Separator.php:27
132
  msgid "Whitespace"
133
- msgstr ""
134
 
135
  #: classes/Settings/Column/Separator.php:25
136
  msgid "New line"
137
- msgstr ""
138
 
139
  #: classes/Settings/Column/Separator.php:24
140
  msgid "Comma Separated"
141
- msgstr ""
142
 
143
  #: classes/Settings/Column/Password.php:23
144
  msgid "Plain text"
145
- msgstr ""
146
 
147
  #: classes/Settings/Column/Password.php:22
148
  msgid "Password"
149
- msgstr ""
150
 
151
  #: classes/Settings/Column/Meta.php:27
152
  msgid "No fields available."
153
- msgstr ""
154
 
155
  #: classes/Settings/Column/Image.php:112
156
  msgid "Custom Size"
157
- msgstr ""
158
 
159
  #: classes/Settings/Column/Image.php:108
160
  msgid "Full Size"
161
- msgstr ""
162
 
163
  #: classes/Settings/Column/Image.php:54
164
  msgid "Image Size"
165
- msgstr ""
166
 
167
  #: classes/Settings/Column/Image.php:47
168
  msgid "Height in pixels"
169
- msgstr ""
170
 
171
  #: classes/Settings/Column/Image.php:41
172
  msgid "Width in pixels"
173
- msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
- msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
- msgstr ""
182
 
183
  #: classes/Settings/Column/Date.php:99
184
  msgid "date and time formatting"
185
- msgstr ""
186
 
187
  #: classes/Settings/Column/Date.php:99
188
  msgid "Learn more about %s."
189
- msgstr ""
190
 
191
  #: classes/Settings/Column/Date.php:98
192
  msgid "Custom:"
193
- msgstr ""
194
 
195
  #: classes/Settings/Column/Date.php:81
196
  msgid "The %s can be changed in %s."
197
- msgstr ""
198
 
199
  #: classes/Settings/Column/Date.php:76
200
  msgid "WordPress Date Format"
201
- msgstr ""
202
 
203
  #: classes/Settings/Column/Date.php:70
204
  msgid "or"
205
- msgstr ""
206
 
207
  #: classes/Settings/Column/Date.php:70
208
  msgid "For example: %s."
209
- msgstr ""
210
 
211
  #: classes/Settings/Column/Date.php:70
212
  msgid "The difference is returned in a human readable format."
213
- msgstr ""
214
 
215
  #: classes/Settings/Column/Date.php:69
216
  msgid "Time Difference"
217
- msgstr ""
218
 
219
  #: classes/Settings/Column/CustomFieldType.php:152
220
  msgid "Multiple"
221
- msgstr ""
222
 
223
  #: classes/Settings/Column/CustomFieldType.php:151
224
  msgid "Choice"
225
- msgstr ""
226
 
227
  #: classes/Settings/Column/CustomFieldType.php:150
228
  msgid "Relational"
229
- msgstr ""
230
 
231
  #: classes/Settings/Column/CustomFieldType.php:149
232
  msgid "Basic"
233
- msgstr ""
234
 
235
  #: classes/Settings/Column/CustomFieldType.php:117
236
  msgid "Number of Fields"
237
- msgstr ""
238
 
239
  #: classes/Settings/Column/CustomFieldType.php:109
240
  msgid "True / False"
241
- msgstr ""
242
 
243
  #: classes/Settings/Column/CustomFieldType.php:108
244
  msgid "Has Content"
245
- msgstr ""
246
 
247
  #: classes/Settings/Column/CustomFieldType.php:105
248
  msgid "Number"
249
- msgstr ""
250
 
251
  #: classes/Settings/Column/CustomFieldType.php:102
252
  msgid "Text"
253
- msgstr ""
254
 
255
  #: classes/Settings/Column/CustomFieldType.php:70
256
  msgid "Multiple ids should be separated by a comma."
257
- msgstr ""
258
 
259
  #: classes/Settings/Column/CustomFieldType.php:69
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
- msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
- msgstr ""
272
 
273
  #: classes/Settings/Column/CharacterLimit.php:28
274
  msgid "Maximum number of characters"
275
- msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
- msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
- msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
- msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
- msgstr ""
304
 
305
  #: classes/Column/User/Url.php:14
306
  msgid "Website"
307
- msgstr ""
308
 
309
  #: classes/Column/User/ShowToolbar.php:14
310
  msgid "Show Toolbar"
311
- msgstr ""
312
 
313
  #: classes/Column/Post/Shortlink.php:14
314
  msgid "Shortlink"
315
- msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
- msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
- msgstr ""
325
-
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
 
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
- msgstr ""
337
 
338
  #: classes/Admin/Promo.php:137
339
  msgid "Discount is valid until %s"
340
- msgstr ""
341
-
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
 
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
@@ -349,47 +505,47 @@ msgstr ""
349
 
350
  #: classes/Admin/Page/Settings.php:152
351
  msgid "Default is %s."
352
- msgstr ""
353
 
354
  #: classes/Admin/Page/Settings.php:149
355
  msgid "on"
356
- msgstr ""
357
 
358
  #: classes/Admin/Page/Settings.php:146
359
  msgid "off"
360
- msgstr ""
361
 
362
  #: classes/Admin/Page/Settings.php:133
363
  msgid "Notice"
364
- msgstr ""
365
 
366
  #: classes/Admin/Page/Settings.php:127
367
  msgid "Instructions"
368
- msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
- msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
- msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,113 +561,113 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
- msgstr ""
411
 
412
  #: classes/Admin/Page/Columns.php:850 classes/Admin/Page/Columns.php:885
413
  msgid "Close"
414
- msgstr ""
415
 
416
  #: classes/Admin/Page/Columns.php:758
417
  msgid "Clear all columns "
418
- msgstr ""
419
 
420
  #: classes/Admin/Page/Columns.php:665
421
  msgid "I'm using Admin Columns for WordPress!"
422
- msgstr ""
423
 
424
  #: classes/Admin/Page/Columns.php:607
425
  msgid "Your First Name"
426
- msgstr ""
427
 
428
  #: classes/Admin/Page/Columns.php:606
429
  msgid "Your Email"
430
- msgstr ""
431
 
432
  #: classes/Admin/Page/Columns.php:599
433
  msgid "Submit your email and we'll send you a discount for %s off."
434
- msgstr ""
435
 
436
  #: classes/Admin/Page/Columns.php:595
437
  msgid "Get %s Off!"
438
- msgstr ""
439
 
440
  #: classes/Admin/Page/Columns.php:562
441
  msgid "Extra Columns for:"
442
- msgstr ""
443
 
444
  #: classes/Admin/Page/Columns.php:548
445
  msgid "Edit your column content directly"
446
- msgstr ""
447
 
448
  #: classes/Admin/Page/Columns.php:536
449
  msgid "Pro"
450
- msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
- msgstr ""
455
 
456
  #: classes/Admin/Page/Addons.php:293
457
  msgid "Available"
458
- msgstr ""
459
 
460
  #: classes/Admin/Page/Addons.php:292
461
  msgid "Recommended"
462
- msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
- msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
- msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
- msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
- msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
- msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
- msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
- msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
- msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
- msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
- msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
- msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -541,136 +697,96 @@ msgstr ""
541
 
542
  #: classes/Admin/Page/Columns.php:536
543
  msgid "Upgrade to"
544
- msgstr ""
545
 
546
  #: classes/Admin/Promo.php:134
547
  msgid "Get %s Off"
548
- msgstr ""
549
 
550
  #: classes/Admin/Page/Columns.php:448
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
- msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
- msgstr ""
557
 
558
  #: classes/Admin/Page/Columns.php:517
559
  msgid "Restore columns"
560
  msgstr "Restaurar colunas"
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
- msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
- msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
- msgstr "Resposta inválida."
573
 
574
  #: classes/Admin/Help/CustomField.php:51
575
  msgid "Value: should contain Attachment IDs ( seperated by a ',' comma )."
576
- msgstr ""
577
 
578
  #: classes/Settings/Column/LinkLabel.php:23
579
  msgid "Leave blank to display the url"
580
- msgstr ""
581
 
582
  #: classes/Settings/Column/LinkLabel.php:22
583
  msgid "Link Label"
584
- msgstr ""
585
 
586
  #: classes/Admin/Page/Addons.php:220
587
  msgid "You need Admin Columns Pro."
588
- msgstr ""
589
 
590
  #: classes/Admin/Page/Addons.php:214
591
  msgid "Addon does not exist."
592
- msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
- msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
- msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
- msgstr "Os campos personalizados"
605
-
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
 
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
- msgstr ""
613
 
614
  #. Description of the plugin/theme
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
- msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr "https://www.admincolumns.com"
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
- msgstr "Editar colunas"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Erro"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Retornar as configurações."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Atualização Completa!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Retornar para a tela de bem-vindo."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Não é necessária a atualização"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migrando as Configurações de Coluna"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Atualização"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- 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"
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr "Ajustes para %s atualizados com sucesso."
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "Você está tentando armazenar a mesma configuração para %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "Nenhuma configuração de colunas disponível."
676
 
@@ -710,7 +826,7 @@ msgstr "Baixar & Instalar"
710
 
711
  #: classes/Admin/Page/Addons.php:412
712
  msgid "Activate"
713
- msgstr "Ativar"
714
 
715
  #: classes/Admin/Page/Addons.php:291
716
  msgid "Installed"
@@ -718,19 +834,19 @@ msgstr "Instalado"
718
 
719
  #: classes/Admin/Page/Addons.php:408
720
  msgid "Deactivate"
721
- msgstr "Desativado"
722
 
723
  #: classes/Admin/Page/Addons.php:405
724
  msgid "Active"
725
- msgstr "Ativa"
726
 
727
  #: classes/Admin/Page/Columns.php:764
728
  msgid "Add Column"
729
- msgstr "Adicionar Coluna"
730
 
731
  #: classes/Admin/Page/Columns.php:744
732
  msgid "Drag and drop to reorder"
733
- msgstr "Arrastar e solte para reordenar"
734
 
735
  #: classes/Admin/Page/Columns.php:693
736
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
@@ -746,15 +862,15 @@ msgstr "Suporte"
746
 
747
  #: classes/Admin/Page/Columns.php:672
748
  msgid "Buy Pro"
749
- msgstr "Comprar o Pro"
750
 
751
  #: classes/Admin/Page/Columns.php:666
752
  msgid "Tweet"
753
- msgstr "Tweetar"
754
 
755
  #: classes/Admin/Page/Columns.php:660
756
  msgid "Rate"
757
- msgstr "Quantidade"
758
 
759
  #: classes/Admin/Page/Columns.php:655
760
  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!"
@@ -786,7 +902,7 @@ msgstr "Você está feliz com o Admin Columns?"
786
 
787
  #: classes/Admin/Page/Columns.php:516
788
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
789
- msgstr ""
790
 
791
  #: classes/Admin/Page/Columns.php:505 classes/Admin/Page/Columns.php:762
792
  msgid "Update"
@@ -796,25 +912,25 @@ msgstr "Atualizar"
796
  msgid "Store settings"
797
  msgstr "Configurações armazenadas"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
- msgstr "Add-ons"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Configurações"
806
 
807
  #: classes/Settings/Column/Image.php:89
808
  msgid "Others"
809
- msgstr ""
810
 
811
  #: classes/Admin/Page/Settings.php:229
812
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
813
- msgstr ""
814
 
815
  #: classes/Admin/Page/Settings.php:229
816
  msgid "Restore default settings"
817
- msgstr "Restaurar configurações padrão."
818
 
819
  #: classes/Admin/Page/Settings.php:221
820
  msgid "This will delete all column settings and restore the default settings."
@@ -837,30 +953,6 @@ msgstr "Customize as configurações do seu Admin de Colunas."
837
  msgid "General Settings"
838
  msgstr "Configurações gerais"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Comece a usar o Admin de Colunas"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Saiba mais"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Log de alterações para"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr "Admin de Colunas está mais polido e divertido do que nunca. Esperamos que você goste."
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Obrigado por atualizar para a última versão!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Bem vindo ao Admin de Colunas"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes que a 'meta_key' é usada pelo item."
@@ -961,70 +1053,71 @@ msgstr "Overview"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Configurações padrão restauradas com sucesso."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "%s coluna já está inclusa e não pode ser duplicada."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Configurações do Admin de Colunas"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
- msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr "encontre respostas para algumas perguntas frequentes"
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr "Fórum do Administrador de Colunas no WordPress.org"
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr "Você também pode encontrar ajuda no %s, e %s."
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr "nossos forums"
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  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!"
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr "página de documentação"
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  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."
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr "Ocultar permanentemente o aviso"
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr "Deixe uma review!"
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr "clique aqui"
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
- msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr "Admin de Colunas Pro"
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin de Colunas"
1030
 
@@ -1034,29 +1127,29 @@ msgstr "Saiba mais."
1034
 
1035
  #: classes/Column/Placeholder.php:43
1036
  msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
1037
- msgstr ""
1038
 
1039
  #: classes/Column/Placeholder.php:39
1040
  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>."
1041
- msgstr ""
1042
 
1043
  #: classes/Column/Placeholder.php:35
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
- msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
- msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
- msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Nome que aparecerá no cabeçalho da coluna."
1068
  msgid "Label"
1069
  msgstr "Rótulo"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Nome"
1074
 
@@ -1088,7 +1181,7 @@ msgstr "Formato de exibição"
1088
  msgid "First and Last Name"
1089
  msgstr "Nome e Sobrenome"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Email do Usuário"
1094
 
@@ -1106,17 +1199,17 @@ msgstr "Nome"
1106
 
1107
  #: classes/Column/User/DisplayName.php:14 classes/Settings/Column/User.php:110
1108
  msgid "Display Name"
1109
- msgstr "Nome de Exibição"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Depois"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
- msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Antes"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "largura"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Personalizado"
1131
 
@@ -1164,7 +1257,7 @@ msgstr "Registrado"
1164
  #: classes/Settings/Column/CustomFieldType.php:80
1165
  #: classes/Settings/Column/PostType.php:23 codepress-admin-columns.php:497
1166
  msgid "Post Type"
1167
- msgstr "Tipo de post"
1168
 
1169
  #: classes/Column/User/PostCount.php:14
1170
  msgid "Post Count"
@@ -1199,18 +1292,10 @@ msgstr "Isso fará o link do título para o menu."
1199
  msgid "Link to menu"
1200
  msgstr "Link para o menu"
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr "Usado pelo Menu"
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taxonomia"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr "Título sem ações"
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Sticky"
@@ -1227,9 +1312,9 @@ msgstr "Slug"
1227
  msgid "Shortcodes"
1228
  msgstr "Shortcodes"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
- msgstr "Papéis"
1233
 
1234
  #: classes/Column/Post/PingStatus.php:14
1235
  msgid "Ping Status"
@@ -1257,7 +1342,7 @@ msgstr "Ordem"
1257
 
1258
  #: classes/Column/Post/Modified.php:14
1259
  msgid "Last Modified"
1260
- msgstr ""
1261
 
1262
  #: classes/Column/Post/LastModifiedAuthor.php:17
1263
  msgid "Last Modified Author"
@@ -1267,13 +1352,13 @@ msgstr "Último Autor Modificado"
1267
  msgid "Post Format"
1268
  msgstr "Formato do Post"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Imagem Destacada"
1273
 
1274
  #: classes/Settings/Column/WordsPerMinute.php:32
1275
  msgid "Estimated reading time in words per minute."
1276
- msgstr ""
1277
 
1278
  #: classes/Settings/Column/WordsPerMinute.php:31
1279
  msgid "Words per minute"
@@ -1303,53 +1388,49 @@ msgstr "Profundidade"
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Selecione qual status de comentário para exibição."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Status do Comentário"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Spam"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Pendente"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Total"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "Antes de Mais Tag"
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
- msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Nenhum"
1349
 
1350
  #: classes/Settings/Column/PostLink.php:56 classes/Settings/Column/User.php:47
1351
  msgid "Link To"
1352
- msgstr ""
1353
 
1354
  #: classes/Column/Post/Attachment.php:14
1355
  msgid "Attachments"
@@ -1362,7 +1443,7 @@ msgstr "Largura"
1362
 
1363
  #: classes/Column/Media/MimeType.php:14
1364
  msgid "Mime Type"
1365
- msgstr ""
1366
 
1367
  #: classes/Column/Media/Height.php:16 classes/Settings/Column/Image.php:46
1368
  msgid "Height"
@@ -1390,85 +1471,69 @@ msgstr "Caminho completo"
1390
 
1391
  #: classes/Column/Media/FileSize.php:14
1392
  msgid "File Size"
1393
- msgstr ""
1394
 
1395
  #: classes/Column/Media/FileName.php:14
1396
  msgid "Filename"
1397
- msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Título"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Velocidade do obturador"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Distância Focal"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "EXIF Copyright"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Timestamp"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Câmera"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Crédito"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Abertura"
1435
 
1436
  #: classes/Column/Media/ExifData.php:16
1437
  msgid "EXIF Data"
1438
- msgstr ""
1439
 
1440
  #: classes/Column/Media/Dimensions.php:16
1441
  msgid "Dimensions"
1442
  msgstr "Dimensões"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Subtítulo"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "Tamanho completo"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Tamanhos disponíveis"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Ver"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
- msgstr "Lixo"
1472
 
1473
  #: classes/Column/Link/Target.php:14
1474
  msgid "Target"
@@ -1484,7 +1549,7 @@ msgstr "Proprietário"
1484
 
1485
  #: classes/Column/Link/Notes.php:14
1486
  msgid "Notes"
1487
- msgstr "Avisos"
1488
 
1489
  #: classes/Column/Link/Length.php:14
1490
  msgid "Length"
@@ -1514,26 +1579,26 @@ msgstr "Isso determinará como o valor será exibido."
1514
  msgid "Field Type"
1515
  msgstr "Tipo de campo"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr "Por favor, crie um ítem %s primeiro"
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr "Nenhum campo personalizado disponível"
1524
 
1525
  #: classes/Admin/Help/CustomField.php:58
1526
  msgid "Numeric"
1527
- msgstr "Numérico"
1528
 
1529
  #: classes/Admin/Help/CustomField.php:54
1530
  #: classes/Settings/Column/CustomFieldType.php:118
1531
  msgid "Multiple Values"
1532
- msgstr "Múltiplos Valores"
1533
 
1534
  #: classes/Admin/Help/CustomField.php:50
1535
  msgid "Media Library"
1536
- msgstr "Biblioteca de Mídia"
1537
 
1538
  #: classes/Admin/Help/CustomField.php:46 classes/Column/Link/Image.php:14
1539
  #: classes/Settings/Column/CustomFieldType.php:103
@@ -1556,17 +1621,17 @@ msgstr "Cor"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Padrão"
1562
 
1563
  #: classes/Admin/Help/CustomField.php:10 classes/Column/CustomField.php:20
1564
  msgid "Custom Field"
1565
- msgstr "Campo Personalizado"
1566
 
1567
  #: classes/Column/Comment/WordCount.php:14 classes/Column/Post/WordCount.php:14
1568
  msgid "Word Count"
1569
- msgstr ""
1570
 
1571
  #: classes/Column/Comment/User.php:14 classes/ListScreen/User.php:12
1572
  #: classes/Settings/Column/CustomFieldType.php:84
@@ -1577,7 +1642,7 @@ msgstr "Usuário"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Tipo"
1583
 
@@ -1607,17 +1672,17 @@ msgstr "Enviado em <a href=\"%1$s\">%2$s as %3$s</a>"
1607
  msgid "Date GMT"
1608
  msgstr "Data GMT"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Autor"
1613
 
1614
  #: classes/Column/Comment/AuthorUrl.php:14
1615
  msgid "Author Url"
1616
- msgstr ""
1617
 
1618
  #: classes/Column/Comment/AuthorName.php:14
1619
  msgid "Author Name"
1620
- msgstr ""
1621
 
1622
  #: classes/Column/Comment/AuthorIP.php:11
1623
  msgid "Author IP"
@@ -1625,14 +1690,14 @@ msgstr "IP do autor"
1625
 
1626
  #: classes/Column/Comment/AuthorEmail.php:14
1627
  msgid "Author Email"
1628
- msgstr ""
1629
 
1630
  #: classes/Column/Comment/AuthorAvatar.php:14
1631
  msgid "Avatar"
1632
  msgstr "Avatar"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "Aprovado"
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Editar"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "Não"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1666,28 +1735,28 @@ msgstr "Sim"
1666
 
1667
  #: classes/Settings/Column/ActionIcons.php:27
1668
  msgid "Use icons instead of text for displaying the actions."
1669
- msgstr "Utilizar ícones ao invés de texto para descrever as ações."
1670
 
1671
  #: classes/Settings/Column/ActionIcons.php:26
1672
  msgid "Use icons?"
1673
- msgstr "Utilizar ícones?"
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Ações"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr "WooCommerce"
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr "Advanced Custom Fields"
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr "Plugins"
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-12-15 01:29:09+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: pt_BR\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr "Download"
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr "Numero máximo de items"
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr "Número de items"
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
  msgstr ""
98
 
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
  msgstr ""
102
 
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
+ msgstr "&hellip;"
219
 
220
  #: classes/Column/Post/Excerpt.php:21
221
  msgid "Current excerpt is generated from the content."
227
 
228
  #: classes/Settings/Column/User.php:118
229
  msgid "User Nicename"
230
+ msgstr "Apelido do usuário"
231
 
232
  #: classes/Admin/Page/Columns.php:608
233
  msgid "Send me the discount"
234
+ msgstr "Me mande o desconto"
235
 
236
  #: classes/Admin/Page/Columns.php:573
237
  msgid "Prices starting from %s"
238
+ msgstr "Preços a partir de %s"
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
+ msgstr "Exibir qualquer um dos seus campos de perfil do BuddyPress na visão geral dos usuários."
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
+ msgstr "BuddyPress"
247
 
248
  #: templates/settings/section.php:23
249
  msgid "View more"
250
+ msgstr "Ver mais"
251
 
252
  #: classes/TableScreen.php:57
253
  msgid "Invalid method."
254
+ msgstr "Método inválido."
255
 
256
  #: classes/TableScreen.php:53
257
  msgid "Invalid column."
258
+ msgstr "Coluna inválida."
259
 
260
  #: classes/TableScreen.php:45
261
  msgid "Invalid list screen."
262
+ msgstr "Tela de listagem inválida."
263
 
264
  #: classes/TableScreen.php:39
265
  msgid "Invalid item ID."
266
+ msgstr "ID do item inválido."
267
 
268
  #: classes/Settings/Column/WordsPerMinute.php:32
269
  msgid "By default: %s"
270
+ msgstr "Por padrão: %s"
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
+ msgstr "Número máximo de palavras"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
+ msgstr "Limite de palavras"
280
 
281
  #: classes/Settings/Column/Width.php:40
282
  msgid "Auto"
283
+ msgstr "Auto"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
+ msgstr "Exibir"
290
 
291
  #: classes/Settings/Column/Taxonomy.php:23
292
  msgid "No taxonomies available."
293
+ msgstr "Não há taxonomias disponíveis."
294
 
295
  #: classes/Settings/Column/Separator.php:32
296
  msgid "Select a repeater sub field."
297
+ msgstr "Selecione um sub-campo repetidor."
298
 
299
  #: classes/Settings/Column/Separator.php:31
300
  msgid "Separator"
301
+ msgstr "Separador"
302
 
303
  #: classes/Settings/Column/Separator.php:27
304
  msgid "Whitespace"
305
+ msgstr "Espaço em branco"
306
 
307
  #: classes/Settings/Column/Separator.php:25
308
  msgid "New line"
309
+ msgstr "Nova linha"
310
 
311
  #: classes/Settings/Column/Separator.php:24
312
  msgid "Comma Separated"
313
+ msgstr "Separado por vírgulas"
314
 
315
  #: classes/Settings/Column/Password.php:23
316
  msgid "Plain text"
317
+ msgstr "Texto simples"
318
 
319
  #: classes/Settings/Column/Password.php:22
320
  msgid "Password"
321
+ msgstr "Senha"
322
 
323
  #: classes/Settings/Column/Meta.php:27
324
  msgid "No fields available."
325
+ msgstr "Não há campos disponíveis."
326
 
327
  #: classes/Settings/Column/Image.php:112
328
  msgid "Custom Size"
329
+ msgstr "Tamanho personalizado"
330
 
331
  #: classes/Settings/Column/Image.php:108
332
  msgid "Full Size"
333
+ msgstr "Tamanho completo"
334
 
335
  #: classes/Settings/Column/Image.php:54
336
  msgid "Image Size"
337
+ msgstr "Tamanho da imagem"
338
 
339
  #: classes/Settings/Column/Image.php:47
340
  msgid "Height in pixels"
341
+ msgstr "Altura em pixels"
342
 
343
  #: classes/Settings/Column/Image.php:41
344
  msgid "Width in pixels"
345
+ msgstr "Largura em pixels"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
+ msgstr "em %s"
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
+ msgstr "%s atrás"
354
 
355
  #: classes/Settings/Column/Date.php:99
356
  msgid "date and time formatting"
357
+ msgstr "formatação de data e hora"
358
 
359
  #: classes/Settings/Column/Date.php:99
360
  msgid "Learn more about %s."
361
+ msgstr "Aprenda mais sobre %s."
362
 
363
  #: classes/Settings/Column/Date.php:98
364
  msgid "Custom:"
365
+ msgstr "Personalizado:"
366
 
367
  #: classes/Settings/Column/Date.php:81
368
  msgid "The %s can be changed in %s."
369
+ msgstr "O %s pode ser alterado em %s."
370
 
371
  #: classes/Settings/Column/Date.php:76
372
  msgid "WordPress Date Format"
373
+ msgstr "Formato de data do WordPress"
374
 
375
  #: classes/Settings/Column/Date.php:70
376
  msgid "or"
377
+ msgstr "ou"
378
 
379
  #: classes/Settings/Column/Date.php:70
380
  msgid "For example: %s."
381
+ msgstr "Por exemplo: %s."
382
 
383
  #: classes/Settings/Column/Date.php:70
384
  msgid "The difference is returned in a human readable format."
385
+ msgstr "A diferença é retornada em um formato legível para humanos."
386
 
387
  #: classes/Settings/Column/Date.php:69
388
  msgid "Time Difference"
389
+ msgstr "Diferença de tempo"
390
 
391
  #: classes/Settings/Column/CustomFieldType.php:152
392
  msgid "Multiple"
393
+ msgstr "Múltiplo"
394
 
395
  #: classes/Settings/Column/CustomFieldType.php:151
396
  msgid "Choice"
397
+ msgstr "Escolha"
398
 
399
  #: classes/Settings/Column/CustomFieldType.php:150
400
  msgid "Relational"
401
+ msgstr "Relacional"
402
 
403
  #: classes/Settings/Column/CustomFieldType.php:149
404
  msgid "Basic"
405
+ msgstr "Básico"
406
 
407
  #: classes/Settings/Column/CustomFieldType.php:117
408
  msgid "Number of Fields"
409
+ msgstr "Número de campos"
410
 
411
  #: classes/Settings/Column/CustomFieldType.php:109
412
  msgid "True / False"
413
+ msgstr "Verdadeiro / Falso"
414
 
415
  #: classes/Settings/Column/CustomFieldType.php:108
416
  msgid "Has Content"
417
+ msgstr "Tem conteúdo"
418
 
419
  #: classes/Settings/Column/CustomFieldType.php:105
420
  msgid "Number"
421
+ msgstr "Número"
422
 
423
  #: classes/Settings/Column/CustomFieldType.php:102
424
  msgid "Text"
425
+ msgstr "Texto"
426
 
427
  #: classes/Settings/Column/CustomFieldType.php:70
428
  msgid "Multiple ids should be separated by a comma."
429
+ msgstr "Múltiplos IDs devem ser separados por vírgulas."
430
 
431
  #: classes/Settings/Column/CustomFieldType.php:69
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
+ msgstr "Campo"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
+ msgstr "Deixe vazio para não ter limite"
444
 
445
  #: classes/Settings/Column/CharacterLimit.php:28
446
  msgid "Maximum number of characters"
447
+ msgstr "Número máximo de caracteres"
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
+ msgstr "Limite de caracteres"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
+ msgstr "ou"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
+ msgstr "Esconder"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
+ msgstr "Mostrar mais %s"
473
 
474
  #: classes/Column/User/Url.php:14
475
  msgid "Website"
476
+ msgstr "Site"
477
 
478
  #: classes/Column/User/ShowToolbar.php:14
479
  msgid "Show Toolbar"
480
+ msgstr "Exibir ferramentas"
481
 
482
  #: classes/Column/Post/Shortlink.php:14
483
  msgid "Shortlink"
484
+ msgstr "Link curto"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
+ msgstr ", "
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
+ msgstr "Padrão"
 
 
 
 
 
 
 
 
493
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
+ msgstr "Caminho completo"
497
 
498
  #: classes/Admin/Promo.php:137
499
  msgid "Discount is valid until %s"
500
+ msgstr "Desconto válido até %s"
 
 
 
 
501
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
505
 
506
  #: classes/Admin/Page/Settings.php:152
507
  msgid "Default is %s."
508
+ msgstr "Padrão é %s."
509
 
510
  #: classes/Admin/Page/Settings.php:149
511
  msgid "on"
512
+ msgstr "ligado"
513
 
514
  #: classes/Admin/Page/Settings.php:146
515
  msgid "off"
516
+ msgstr "desligado"
517
 
518
  #: classes/Admin/Page/Settings.php:133
519
  msgid "Notice"
520
+ msgstr "Aviso"
521
 
522
  #: classes/Admin/Page/Settings.php:127
523
  msgid "Instructions"
524
+ msgstr "Instruções"
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
+ msgstr "nossa documentação"
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
+ msgstr "Ver documentação"
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
+ msgstr "Ajuda"
567
 
568
  #: classes/Admin/Page/Columns.php:850 classes/Admin/Page/Columns.php:885
569
  msgid "Close"
570
+ msgstr "Fechar"
571
 
572
  #: classes/Admin/Page/Columns.php:758
573
  msgid "Clear all columns "
574
+ msgstr "Limpar todas as colunas"
575
 
576
  #: classes/Admin/Page/Columns.php:665
577
  msgid "I'm using Admin Columns for WordPress!"
578
+ msgstr "Estou usando Admin Columns para WordPress!"
579
 
580
  #: classes/Admin/Page/Columns.php:607
581
  msgid "Your First Name"
582
+ msgstr "Seu nome"
583
 
584
  #: classes/Admin/Page/Columns.php:606
585
  msgid "Your Email"
586
+ msgstr "Seu Email"
587
 
588
  #: classes/Admin/Page/Columns.php:599
589
  msgid "Submit your email and we'll send you a discount for %s off."
590
+ msgstr "Mande seu e-mail e nós te enviaremos um desconto de %s."
591
 
592
  #: classes/Admin/Page/Columns.php:595
593
  msgid "Get %s Off!"
594
+ msgstr "Ganhe %s de desconto!"
595
 
596
  #: classes/Admin/Page/Columns.php:562
597
  msgid "Extra Columns for:"
598
+ msgstr "Colunas extras para:"
599
 
600
  #: classes/Admin/Page/Columns.php:548
601
  msgid "Edit your column content directly"
602
+ msgstr "Edite o conteúdo da coluna diretamente"
603
 
604
  #: classes/Admin/Page/Columns.php:536
605
  msgid "Pro"
606
+ msgstr "Pro"
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
+ msgstr "Você precisa de pelo menos uma coluna"
611
 
612
  #: classes/Admin/Page/Addons.php:293
613
  msgid "Available"
614
+ msgstr "Disponível"
615
 
616
  #: classes/Admin/Page/Addons.php:292
617
  msgid "Recommended"
618
+ msgstr "Recomendado"
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
+ msgstr "%s não pôde ser ativado."
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
+ msgstr "%s ativado com sucesso."
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
+ msgstr "Plugin %s desativado com sucesso"
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
+ msgstr "Plugin %s ativado com sucesso."
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
+ msgstr "aqui"
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
+ msgstr "Clique %s para ativar o plugin."
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
+ msgstr "Plugin %s instalado, mas não está ativo."
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
+ msgstr "O plugin %s é necessário para que o add-on funcione."
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
+ msgstr "Exibir e editar campos do %s na tela de posts em segundos!"
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
+ msgstr "Toolset Types"
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
+ msgstr "Pods"
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
697
 
698
  #: classes/Admin/Page/Columns.php:536
699
  msgid "Upgrade to"
700
+ msgstr "Atualize para"
701
 
702
  #: classes/Admin/Promo.php:134
703
  msgid "Get %s Off"
704
+ msgstr "Obtenha %s de desconto"
705
 
706
  #: classes/Admin/Page/Columns.php:448
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
+ msgstr "As colunas para %s são configuradas via PHP e, portanto, não podem ser editadas."
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
+ msgstr "Por favor visite a tela de %s para carregar todas as colunas disponíveis"
713
 
714
  #: classes/Admin/Page/Columns.php:517
715
  msgid "Restore columns"
716
  msgstr "Restaurar colunas"
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
+ msgstr "Configurações para %s restauradas com sucesso."
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
+ msgstr "Ver tela de %s"
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
+ msgstr "Resposta inválida"
729
 
730
  #: classes/Admin/Help/CustomField.php:51
731
  msgid "Value: should contain Attachment IDs ( seperated by a ',' comma )."
732
+ msgstr "Valor: deverá conter o ID dos Anexos ( separados por uma ',' vírgula )."
733
 
734
  #: classes/Settings/Column/LinkLabel.php:23
735
  msgid "Leave blank to display the url"
736
+ msgstr "Deixe em branco para exibir a URL"
737
 
738
  #: classes/Settings/Column/LinkLabel.php:22
739
  msgid "Link Label"
740
+ msgstr "Rótulo do link"
741
 
742
  #: classes/Admin/Page/Addons.php:220
743
  msgid "You need Admin Columns Pro."
744
+ msgstr "Você precisa do Admin Columns Pro."
745
 
746
  #: classes/Admin/Page/Addons.php:214
747
  msgid "Addon does not exist."
748
+ msgstr "O complemento não existe."
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
+ msgstr "a página de complementos"
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
+ msgstr "Você sabia que o Admin de Colunas Pro tem um add-on de integração para %s? Com a licença adequada do Admin de Colunas Pro, você pode realizar o download em %s!"
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
+ msgstr "Campos personalizados"
 
 
 
 
761
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
+ msgstr "AdminColumns.com"
765
 
766
  #. Description of the plugin/theme
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
+ msgstr "Personalize as colunas nas telas administrativas dos posts (e tipos personalizados), páginas, mídia, comentários, links e usuários com uma interface arraste-e-solte fácil de usar."
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr "https://www.admincolumns.com"
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
+ msgstr "Editar colunas "
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr "Ajustes para %s atualizados com sucesso."
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "Você está tentando armazenar a mesma configuração para %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "Nenhuma configuração de colunas disponível."
792
 
826
 
827
  #: classes/Admin/Page/Addons.php:412
828
  msgid "Activate"
829
+ msgstr "Ativado"
830
 
831
  #: classes/Admin/Page/Addons.php:291
832
  msgid "Installed"
834
 
835
  #: classes/Admin/Page/Addons.php:408
836
  msgid "Deactivate"
837
+ msgstr "Desativar"
838
 
839
  #: classes/Admin/Page/Addons.php:405
840
  msgid "Active"
841
+ msgstr "Ativar"
842
 
843
  #: classes/Admin/Page/Columns.php:764
844
  msgid "Add Column"
845
+ msgstr "Adicionar coluna"
846
 
847
  #: classes/Admin/Page/Columns.php:744
848
  msgid "Drag and drop to reorder"
849
+ msgstr "Arraste e solte para reordenar"
850
 
851
  #: classes/Admin/Page/Columns.php:693
852
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
862
 
863
  #: classes/Admin/Page/Columns.php:672
864
  msgid "Buy Pro"
865
+ msgstr "Comprar a versão Pro"
866
 
867
  #: classes/Admin/Page/Columns.php:666
868
  msgid "Tweet"
869
+ msgstr "Twittar"
870
 
871
  #: classes/Admin/Page/Columns.php:660
872
  msgid "Rate"
873
+ msgstr "Avaliar"
874
 
875
  #: classes/Admin/Page/Columns.php:655
876
  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!"
902
 
903
  #: classes/Admin/Page/Columns.php:516
904
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
905
+ msgstr "Atenção! Os dados das colunas de %s serão excluídos. Isto não poderá ser desfeito. 'OK' para prosseguir, 'Cancelar' para desistir"
906
 
907
  #: classes/Admin/Page/Columns.php:505 classes/Admin/Page/Columns.php:762
908
  msgid "Update"
912
  msgid "Store settings"
913
  msgstr "Configurações armazenadas"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
+ msgstr "Complementos"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Configurações"
922
 
923
  #: classes/Settings/Column/Image.php:89
924
  msgid "Others"
925
+ msgstr "Outros"
926
 
927
  #: classes/Admin/Page/Settings.php:229
928
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
929
+ msgstr "Atenção! Todos os dados salvos do administrador de colunas serão excluídos. Isto não poderá ser desfeito. 'OK' para prosseguir, 'Cancelar' para desistir"
930
 
931
  #: classes/Admin/Page/Settings.php:229
932
  msgid "Restore default settings"
933
+ msgstr "Restaurar configuração padrão"
934
 
935
  #: classes/Admin/Page/Settings.php:221
936
  msgid "This will delete all column settings and restore the default settings."
953
  msgid "General Settings"
954
  msgstr "Configurações gerais"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes que a 'meta_key' é usada pelo item."
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Configurações padrão restauradas com sucesso."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "%s coluna já está inclusa e não pode ser duplicada."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Configurações do Admin de Colunas"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
+ msgstr "%s desativado com sucesso."
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr "encontre respostas para algumas perguntas frequentes"
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr "Fórum do Administrador de Colunas no WordPress.org"
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr "Você também pode encontrar ajuda no %s, e %s."
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr "nossos forums"
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  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!"
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr "página de documentação"
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  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."
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr "Ocultar permanentemente o aviso"
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr "Deixe uma review!"
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr "clique aqui"
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
+ msgstr "Nós não queremos lhe incomodar, mas você já está usando o %s há algum tempo, e nós queremos saber se você está feliz com o plugin. Caso esteja, poderia deixar uma avaliação no wordpress.org? Caso não esteja feliz com o %s, por favor %s."
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr "Admin de Colunas Pro"
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin de Colunas"
1123
 
1127
 
1128
  #: classes/Column/Placeholder.php:43
1129
  msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
1130
+ msgstr "Admin Columns Pro oferece integração completa com o %s, permitindo a você facilmente exibir e editar campos do %s direto da sua tela principal."
1131
 
1132
  #: classes/Column/Placeholder.php:39
1133
  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>."
1134
+ msgstr "Se você tem uma licença de desenvolvedor, por favor faça o download e instale o add-on do %s a partir da <a href='%s'>aba de add-ons</a>."
1135
 
1136
  #: classes/Column/Placeholder.php:35
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
+ msgstr "%s só está disponível no Admin de Colunas Pro - Business ou Developer."
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
+ msgstr "Ver página pública do autor de posts"
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
+ msgstr "Editar o autor do post"
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Rótulo"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Nome"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Nome e Sobrenome"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Email do Usuário"
1187
 
1199
 
1200
  #: classes/Column/User/DisplayName.php:14 classes/Settings/Column/User.php:110
1201
  msgid "Display Name"
1202
+ msgstr "Exibir nome"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Depois"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
+ msgstr "Este texto aparecerá antes do valor da coluna."
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Antes"
1215
 
1218
  msgstr "largura"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Personalizado"
1224
 
1257
  #: classes/Settings/Column/CustomFieldType.php:80
1258
  #: classes/Settings/Column/PostType.php:23 codepress-admin-columns.php:497
1259
  msgid "Post Type"
1260
+ msgstr "Tipo de Post"
1261
 
1262
  #: classes/Column/User/PostCount.php:14
1263
  msgid "Post Count"
1292
  msgid "Link to menu"
1293
  msgstr "Link para o menu"
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taxonomia"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Sticky"
1312
  msgid "Shortcodes"
1313
  msgstr "Shortcodes"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
+ msgstr "Regras"
1318
 
1319
  #: classes/Column/Post/PingStatus.php:14
1320
  msgid "Ping Status"
1342
 
1343
  #: classes/Column/Post/Modified.php:14
1344
  msgid "Last Modified"
1345
+ msgstr "Última modificação"
1346
 
1347
  #: classes/Column/Post/LastModifiedAuthor.php:17
1348
  msgid "Last Modified Author"
1352
  msgid "Post Format"
1353
  msgstr "Formato do Post"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Imagem Destacada"
1358
 
1359
  #: classes/Settings/Column/WordsPerMinute.php:32
1360
  msgid "Estimated reading time in words per minute."
1361
+ msgstr "Tempo estimado de leitura em palavras por minuto"
1362
 
1363
  #: classes/Settings/Column/WordsPerMinute.php:31
1364
  msgid "Words per minute"
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Selecione qual status de comentário para exibição."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Status do Comentário"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Spam"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Pendente"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Total"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
+ msgstr "Ver página pública do autor"
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Nenhum"
1430
 
1431
  #: classes/Settings/Column/PostLink.php:56 classes/Settings/Column/User.php:47
1432
  msgid "Link To"
1433
+ msgstr "Apontar para"
1434
 
1435
  #: classes/Column/Post/Attachment.php:14
1436
  msgid "Attachments"
1443
 
1444
  #: classes/Column/Media/MimeType.php:14
1445
  msgid "Mime Type"
1446
+ msgstr "Mime type"
1447
 
1448
  #: classes/Column/Media/Height.php:16 classes/Settings/Column/Image.php:46
1449
  msgid "Height"
1471
 
1472
  #: classes/Column/Media/FileSize.php:14
1473
  msgid "File Size"
1474
+ msgstr "Tamanho do arquivo"
1475
 
1476
  #: classes/Column/Media/FileName.php:14
1477
  msgid "Filename"
1478
+ msgstr "Nome do arquivo"
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Título"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Velocidade do obturador"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Distância Focal"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Timestamp"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Câmera"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Crédito"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Abertura"
1512
 
1513
  #: classes/Column/Media/ExifData.php:16
1514
  msgid "EXIF Data"
1515
+ msgstr "Dados EXIF"
1516
 
1517
  #: classes/Column/Media/Dimensions.php:16
1518
  msgid "Dimensions"
1519
  msgstr "Dimensões"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Subtítulo"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Tamanhos disponíveis"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Ver"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
+ msgstr "Lixeira"
1537
 
1538
  #: classes/Column/Link/Target.php:14
1539
  msgid "Target"
1549
 
1550
  #: classes/Column/Link/Notes.php:14
1551
  msgid "Notes"
1552
+ msgstr "Notas"
1553
 
1554
  #: classes/Column/Link/Length.php:14
1555
  msgid "Length"
1579
  msgid "Field Type"
1580
  msgstr "Tipo de campo"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr "Por favor, crie um ítem %s primeiro"
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr "Nenhum campo personalizado disponível"
1589
 
1590
  #: classes/Admin/Help/CustomField.php:58
1591
  msgid "Numeric"
1592
+ msgstr "Numérico "
1593
 
1594
  #: classes/Admin/Help/CustomField.php:54
1595
  #: classes/Settings/Column/CustomFieldType.php:118
1596
  msgid "Multiple Values"
1597
+ msgstr "Vários valores"
1598
 
1599
  #: classes/Admin/Help/CustomField.php:50
1600
  msgid "Media Library"
1601
+ msgstr "Biblioteca de mídia"
1602
 
1603
  #: classes/Admin/Help/CustomField.php:46 classes/Column/Link/Image.php:14
1604
  #: classes/Settings/Column/CustomFieldType.php:103
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Padrão"
1627
 
1628
  #: classes/Admin/Help/CustomField.php:10 classes/Column/CustomField.php:20
1629
  msgid "Custom Field"
1630
+ msgstr "Campo personalizado"
1631
 
1632
  #: classes/Column/Comment/WordCount.php:14 classes/Column/Post/WordCount.php:14
1633
  msgid "Word Count"
1634
+ msgstr "Contagem de palavras"
1635
 
1636
  #: classes/Column/Comment/User.php:14 classes/ListScreen/User.php:12
1637
  #: classes/Settings/Column/CustomFieldType.php:84
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Tipo"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr "Data GMT"
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "Autor"
1678
 
1679
  #: classes/Column/Comment/AuthorUrl.php:14
1680
  msgid "Author Url"
1681
+ msgstr "URL do autor"
1682
 
1683
  #: classes/Column/Comment/AuthorName.php:14
1684
  msgid "Author Name"
1685
+ msgstr "Nome do autor"
1686
 
1687
  #: classes/Column/Comment/AuthorIP.php:11
1688
  msgid "Author IP"
1690
 
1691
  #: classes/Column/Comment/AuthorEmail.php:14
1692
  msgid "Author Email"
1693
+ msgstr "Email do autor"
1694
 
1695
  #: classes/Column/Comment/AuthorAvatar.php:14
1696
  msgid "Avatar"
1697
  msgstr "Avatar"
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr "Aprovado"
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1735
 
1736
  #: classes/Settings/Column/ActionIcons.php:27
1737
  msgid "Use icons instead of text for displaying the actions."
1738
+ msgstr "Usar ícones ao invés de textos para mostrar as ações."
1739
 
1740
  #: classes/Settings/Column/ActionIcons.php:26
1741
  msgid "Use icons?"
1742
+ msgstr "Usar ícones?"
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "Ações"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr "WooCommerce"
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr "Advanced Custom Fields"
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr "Plugins"
languages/codepress-admin-columns-da_DK.mo CHANGED
Binary file
languages/codepress-admin-columns-da_DK.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr ""
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Brugerdefineret felter"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr ""
@@ -615,62 +767,26 @@ msgstr ""
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Rediger kolonner"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Fejl"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Gå tilbage til indstillinger."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Opgradering fuldført!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Gå tilbage til velkomstskærmen."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Ingen opgradering er påkrævet"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migration af kolonne indstillinger"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Opgrader"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr ""
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "Du forsøger at gemme samme indstillinger for %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "Ingen kolonneindstillinger tilgængelige."
676
 
@@ -796,11 +912,11 @@ msgstr "Opdatér"
796
  msgid "Store settings"
797
  msgstr "Gem indstillinger"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr ""
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Indstillinger"
806
 
@@ -837,30 +953,6 @@ msgstr "Tilpas din Admin Columns indstillinger."
837
  msgid "General Settings"
838
  msgstr "Generelle indstillinger"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Gå i gang med at bruge Admin Columns"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Lær mere"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Ændringslog for"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr "Admin Columns er mere poleret og behageligt end nogensinde før. Vi håber du kan lide det."
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Tak fordi du opdaterede til den seneste version!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Velkommen til Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr ""
@@ -961,70 +1053,71 @@ msgstr "Overblik"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Standard indstillinger gendannet med success."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Admin Kolonne Indstillinger"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
1068
  msgid "Label"
1069
  msgstr "Etikette"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Navn"
1074
 
@@ -1088,7 +1181,7 @@ msgstr ""
1088
  msgid "First and Last Name"
1089
  msgstr "For- og efternavn"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Bruger e-mail"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Fornavn"
1108
  msgid "Display Name"
1109
  msgstr "Offentligt navn"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Efter"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Før"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "bredde"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Brugerdefineret"
1131
 
@@ -1199,18 +1292,10 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr ""
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taksonomi"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Opslag"
@@ -1227,7 +1312,7 @@ msgstr "Kort titel"
1227
  msgid "Shortcodes"
1228
  msgstr ""
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Roller"
1233
 
@@ -1267,7 +1352,7 @@ msgstr ""
1267
  msgid "Post Format"
1268
  msgstr "Indlæg format"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Udvalgt billede"
1273
 
@@ -1303,47 +1388,43 @@ msgstr ""
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Vælg hvilken kommentarstatus du vil vise."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Kommentar status"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Spam"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Afventende"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Total"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "Før mere-mærket"
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Ingen"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Titel"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Shutter Speed"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Focal Length"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "Copyright EXIF"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Timestamp"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Kamera"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Credit"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Aperture"
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "Mål"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Titeltekst"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "fuld størrelse"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Tilgængelige størrelser"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Vis"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Papirkurv"
1472
 
@@ -1514,11 +1579,11 @@ msgstr "Dette afgør hvordan værdien vil blive vist."
1514
  msgid "Field Type"
1515
  msgstr "Felttype"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr "Ingen brugerdefineret felter tilgængelige."
1524
 
@@ -1556,7 +1621,7 @@ msgstr "Farve"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Standard"
1562
 
@@ -1577,7 +1642,7 @@ msgstr ""
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Type"
1583
 
@@ -1607,7 +1672,7 @@ msgstr ""
1607
  msgid "Date GMT"
1608
  msgstr "Dato GMT"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Forfatter"
1613
 
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr "Avatar"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "Godkendt"
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Rediger"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "Nej"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr ""
1672
  msgid "Use icons?"
1673
  msgstr ""
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Handlinger"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr ""
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr ""
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
  msgstr ""
170
 
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr ""
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Brugerdefineret felter"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr ""
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Rediger kolonner"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr ""
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "Du forsøger at gemme samme indstillinger for %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "Ingen kolonneindstillinger tilgængelige."
792
 
912
  msgid "Store settings"
913
  msgstr "Gem indstillinger"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr ""
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Indstillinger"
922
 
953
  msgid "General Settings"
954
  msgstr "Generelle indstillinger"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr ""
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Standard indstillinger gendannet med success."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Admin Kolonne Indstillinger"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr ""
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr ""
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Etikette"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Navn"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "For- og efternavn"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Bruger e-mail"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Offentligt navn"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Efter"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Før"
1215
 
1218
  msgstr "bredde"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Brugerdefineret"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr ""
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taksonomi"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Opslag"
1312
  msgid "Shortcodes"
1313
  msgstr ""
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Roller"
1318
 
1352
  msgid "Post Format"
1353
  msgstr "Indlæg format"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Udvalgt billede"
1358
 
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Vælg hvilken kommentarstatus du vil vise."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Kommentar status"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Spam"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Afventende"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Total"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Ingen"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Titel"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Shutter Speed"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Focal Length"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Timestamp"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Kamera"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Credit"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Aperture"
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Mål"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Titeltekst"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Tilgængelige størrelser"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Vis"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Papirkurv"
1537
 
1579
  msgid "Field Type"
1580
  msgstr "Felttype"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr ""
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr "Ingen brugerdefineret felter tilgængelige."
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Standard"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Type"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr "Dato GMT"
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "Forfatter"
1678
 
1697
  msgstr "Avatar"
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr "Godkendt"
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr ""
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "Handlinger"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr ""
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr ""
languages/codepress-admin-columns-de_DE.mo CHANGED
Binary file
languages/codepress-admin-columns-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-08-09 12:17:18+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr "Entwurf"
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr "Veröffentlicht"
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr "Privat"
37
 
@@ -39,11 +208,12 @@ msgstr "Privat"
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr "&hellip;"
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr "BuddyPress"
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr "Auto"
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr "Höhe in Pixeln"
172
  msgid "Width in pixels"
173
  msgstr "Breite in Pixeln"
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr "vor %s"
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr "Feld"
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr "Zeichenlimit"
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr "und"
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr "oder"
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr "Verstecken"
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr "Kurzlink"
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr "Standard"
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr "Gesamter Pfad"
@@ -339,10 +499,6 @@ msgstr "Gesamter Pfad"
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr "Willkommen"
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr ""
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Benutzerdefinierte Felder"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr ""
@@ -615,62 +767,26 @@ msgstr ""
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Bearbeite Spalten"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr ""
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr ""
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr ""
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr ""
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr ""
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr ""
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr ""
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Aktualisierung"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr ""
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr ""
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr ""
676
 
@@ -796,11 +912,11 @@ msgstr "Aktualisieren"
796
  msgid "Store settings"
797
  msgstr ""
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr ""
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Einstellungen"
806
 
@@ -837,30 +953,6 @@ msgstr ""
837
  msgid "General Settings"
838
  msgstr "Haupteinstellungen"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr ""
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Erfahre mehr"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr ""
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr ""
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr ""
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr ""
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr ""
@@ -961,70 +1053,71 @@ msgstr "Überblick"
961
  msgid "Default settings succesfully restored."
962
  msgstr ""
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr ""
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr ""
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr ""
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr "Beitrag bearbeiten"
1062
 
@@ -1068,7 +1161,7 @@ msgstr ""
1068
  msgid "Label"
1069
  msgstr ""
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Name"
1074
 
@@ -1088,7 +1181,7 @@ msgstr ""
1088
  msgid "First and Last Name"
1089
  msgstr ""
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "user_email geändert."
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Vorname"
1108
  msgid "Display Name"
1109
  msgstr "Anzeigename"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr ""
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr ""
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr ""
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Benutzerdefiniert"
1131
 
@@ -1199,18 +1292,10 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr ""
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Kategorien"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Anpinnen"
@@ -1227,7 +1312,7 @@ msgstr "Titelform"
1227
  msgid "Shortcodes"
1228
  msgstr "Shortcodes"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Rollen"
1233
 
@@ -1267,7 +1352,7 @@ msgstr ""
1267
  msgid "Post Format"
1268
  msgstr ""
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Beitragsbild"
1273
 
@@ -1303,47 +1388,43 @@ msgstr ""
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr ""
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr ""
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr ""
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Ausstehender Review"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr ""
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr ""
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Keine"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Titel"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr ""
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr ""
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr ""
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr ""
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr ""
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr ""
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Urheberschaft"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr ""
1435
 
@@ -1441,32 +1518,20 @@ msgstr "EXIF-Daten"
1441
  msgid "Dimensions"
1442
  msgstr "Dimensionen"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Bildunterschrift"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr ""
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr ""
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr ""
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Ansehen"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr ""
1472
 
@@ -1514,11 +1579,11 @@ msgstr ""
1514
  msgid "Field Type"
1515
  msgstr "Feldtyp"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr ""
1524
 
@@ -1556,7 +1621,7 @@ msgstr ""
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Standard"
1562
 
@@ -1577,7 +1642,7 @@ msgstr "Benutzer"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Typ"
1583
 
@@ -1607,9 +1672,9 @@ msgstr ""
1607
  msgid "Date GMT"
1608
  msgstr ""
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
- msgstr "Author"
1613
 
1614
  #: classes/Column/Comment/AuthorUrl.php:14
1615
  msgid "Author Url"
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr "Avatar"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr ""
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Bearbeiten"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr ""
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "Nein"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr ""
1672
  msgid "Use icons?"
1673
  msgstr ""
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
- msgstr "Handlung"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr ""
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr "Plugins"
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-12-31 16:58:23+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
  msgstr ""
178
 
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
  msgstr ""
182
 
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr "Entwurf"
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr "Veröffentlicht"
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr "Privat"
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr "&hellip;"
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr "BuddyPress"
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr "Auto"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr "Breite in Pixeln"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr "vor %s"
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr "Feld"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr "Zeichenlimit"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr "oder"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr "Verstecken"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr "Kurzlink"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr "Standard"
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr "Gesamter Pfad"
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr ""
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Benutzerdefinierte Felder"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr ""
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Bearbeite Spalten"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr ""
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr ""
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr ""
792
 
912
  msgid "Store settings"
913
  msgstr ""
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr ""
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Einstellungen"
922
 
953
  msgid "General Settings"
954
  msgstr "Haupteinstellungen"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr ""
1053
  msgid "Default settings succesfully restored."
1054
  msgstr ""
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr ""
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr ""
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr ""
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr ""
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr ""
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr "Beitrag bearbeiten"
1155
 
1161
  msgid "Label"
1162
  msgstr ""
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Name"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr ""
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "user_email geändert."
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Anzeigename"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr ""
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr ""
1215
 
1218
  msgstr ""
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Benutzerdefiniert"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr ""
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Kategorien"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Anpinnen"
1312
  msgid "Shortcodes"
1313
  msgstr "Shortcodes"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Rollen"
1318
 
1352
  msgid "Post Format"
1353
  msgstr ""
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Beitragsbild"
1358
 
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr ""
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr ""
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr ""
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Ausstehender Review"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr ""
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Keine"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Titel"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr ""
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr ""
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr ""
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr ""
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr ""
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Urheberschaft"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr ""
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Dimensionen"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Bildunterschrift"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr ""
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Ansehen"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr ""
1537
 
1579
  msgid "Field Type"
1580
  msgstr "Feldtyp"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr ""
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr ""
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Standard"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Typ"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr ""
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
+ msgstr "Autor"
1678
 
1679
  #: classes/Column/Comment/AuthorUrl.php:14
1680
  msgid "Author Url"
1697
  msgstr "Avatar"
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr ""
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr ""
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr ""
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
+ msgstr "Aktionen"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr ""
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr "Plugins"
languages/codepress-admin-columns-en_NZ.mo CHANGED
Binary file
languages/codepress-admin-columns-en_NZ.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: en_NZ\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr ""
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Custom Fields"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr ""
@@ -615,62 +767,26 @@ msgstr ""
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr ""
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr ""
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Error"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr ""
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr ""
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr ""
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr ""
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr ""
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr ""
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr ""
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr ""
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr ""
676
 
@@ -796,11 +912,11 @@ msgstr "Update"
796
  msgid "Store settings"
797
  msgstr ""
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr "Add-ons"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Settings"
806
 
@@ -837,30 +953,6 @@ msgstr ""
837
  msgid "General Settings"
838
  msgstr "General Settings"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr ""
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Learn more"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr ""
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr ""
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr ""
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr ""
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr ""
@@ -961,70 +1053,71 @@ msgstr ""
961
  msgid "Default settings succesfully restored."
962
  msgstr ""
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr ""
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr ""
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr ""
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr ""
1068
  msgid "Label"
1069
  msgstr "Label"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Name"
1074
 
@@ -1088,7 +1181,7 @@ msgstr ""
1088
  msgid "First and Last Name"
1089
  msgstr ""
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr ""
1094
 
@@ -1108,15 +1201,15 @@ msgstr "First Name"
1108
  msgid "Display Name"
1109
  msgstr "Display Name"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr ""
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr ""
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr ""
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Custom"
1131
 
@@ -1199,18 +1292,10 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr ""
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taxonomy"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr ""
@@ -1227,7 +1312,7 @@ msgstr "Slug"
1227
  msgid "Shortcodes"
1228
  msgstr ""
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Roles"
1233
 
@@ -1267,7 +1352,7 @@ msgstr ""
1267
  msgid "Post Format"
1268
  msgstr ""
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Featured Image"
1273
 
@@ -1303,47 +1388,43 @@ msgstr ""
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr ""
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr ""
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr ""
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Pending"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Total"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr ""
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "None"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Title"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr ""
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr ""
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr ""
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr ""
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr ""
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr ""
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr ""
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr ""
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "Dimensions"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr ""
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr ""
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr ""
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr ""
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "View"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Trash"
1472
 
@@ -1514,11 +1579,11 @@ msgstr ""
1514
  msgid "Field Type"
1515
  msgstr ""
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr ""
1524
 
@@ -1556,7 +1621,7 @@ msgstr ""
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Standard"
1562
 
@@ -1577,7 +1642,7 @@ msgstr "User"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Type"
1583
 
@@ -1607,7 +1672,7 @@ msgstr "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
1607
  msgid "Date GMT"
1608
  msgstr ""
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Author"
1613
 
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr ""
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr ""
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Edit"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "No"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr ""
1672
  msgid "Use icons?"
1673
  msgstr ""
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Actions"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr "WooCommerce"
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr ""
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr ""
11
  "Language: en_NZ\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
  msgstr ""
186
 
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
  msgstr ""
190
 
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr ""
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Custom Fields"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr ""
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr ""
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr ""
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr ""
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr ""
792
 
912
  msgid "Store settings"
913
  msgstr ""
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr "Add-ons"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Settings"
922
 
953
  msgid "General Settings"
954
  msgstr "General Settings"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr ""
1053
  msgid "Default settings succesfully restored."
1054
  msgstr ""
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr ""
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr ""
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr ""
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr ""
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr ""
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Label"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Name"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr ""
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr ""
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Display Name"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr ""
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr ""
1215
 
1218
  msgstr ""
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Custom"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr ""
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taxonomy"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr ""
1312
  msgid "Shortcodes"
1313
  msgstr ""
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Roles"
1318
 
1352
  msgid "Post Format"
1353
  msgstr ""
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Featured Image"
1358
 
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr ""
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr ""
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr ""
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Pending"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Total"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "None"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Title"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr ""
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr ""
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr ""
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr ""
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr ""
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr ""
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr ""
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Dimensions"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr ""
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr ""
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "View"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Trash"
1537
 
1579
  msgid "Field Type"
1580
  msgstr ""
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr ""
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr ""
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Standard"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Type"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr ""
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "Author"
1678
 
1697
  msgstr ""
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr ""
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr ""
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "Actions"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr "WooCommerce"
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr ""
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr ""
languages/codepress-admin-columns-es_ES.mo CHANGED
Binary file
languages/codepress-admin-columns-es_ES.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: es\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr ""
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Campo Personalizado"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr ""
@@ -615,62 +767,26 @@ msgstr ""
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Editar columnas"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Error"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Volver a la configuración."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "¡Actualización Completada!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Volver a la pantalla de bienvenida."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "No Hay Actualizaciones Obligatorias"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migrando Ajustes de Columna"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Actualizar"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr ""
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "Está tratando de almacenar los mismos ajustes para %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "No hay ajustes de columnas disponibles."
676
 
@@ -796,11 +912,11 @@ msgstr ""
796
  msgid "Store settings"
797
  msgstr "Almacenar ajustes"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr "Extensiones"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Configurar"
806
 
@@ -837,30 +953,6 @@ msgstr "Personalice sus ajustes de Admin Columns."
837
  msgid "General Settings"
838
  msgstr "Ajustes generales"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Comenzar a usar Admin Columns"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Ver más"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Log de cambios para "
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr "Admin Columns está más pulido y es más disfrutable que nunca antes. Esperamos que le guste."
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "¡Gracias por actualizar a la última versión!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Bienvenido a Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  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."
@@ -961,70 +1053,71 @@ msgstr "Vista previa"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Ajustes por defecto restaurados satisfactoriamente."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "%s columna está ya presente y no puede ser duplicada."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Ajustes de Admin Columns"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr "Ver Entrada"
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
1068
  msgid "Label"
1069
  msgstr "Etiqueta"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Nom"
1074
 
@@ -1088,7 +1181,7 @@ msgstr ""
1088
  msgid "First and Last Name"
1089
  msgstr "Primer Nombre y Apellido"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Email de Usuario"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Nombre"
1108
  msgid "Display Name"
1109
  msgstr "Nombre a Mostrar"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Después"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Antes"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "ancho"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Personalizado"
1131
 
@@ -1199,18 +1292,10 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr ""
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taxonomía"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Pegajoso"
@@ -1227,7 +1312,7 @@ msgstr "Slug"
1227
  msgid "Shortcodes"
1228
  msgstr ""
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Roles"
1233
 
@@ -1267,7 +1352,7 @@ msgstr ""
1267
  msgid "Post Format"
1268
  msgstr "Formato del Post"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Imagen Destacada"
1273
 
@@ -1303,47 +1388,43 @@ msgstr ""
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Seleccionar cuál estado de comentario desea mostrar."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Estado del comentario"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Spam"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Pendiente"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Total"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "Etiqueta de Antes de Más "
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Ninguno"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Título"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Velocidad del Disparador"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Distancia Focal"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "Copyright EXIF"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Marca de tiempo"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Cámara"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Crédito"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Apertura"
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "Dimensiones"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Caption"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "tamaño completo"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Tamaños Disponibles"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Ver"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Papelera"
1472
 
@@ -1514,11 +1579,11 @@ msgstr "Esto determinará cómo el valor se mostrará."
1514
  msgid "Field Type"
1515
  msgstr "Tipo de Campo"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr "No hay campos personalizados disponibles."
1524
 
@@ -1556,7 +1621,7 @@ msgstr "Color"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Por defecto"
1562
 
@@ -1577,7 +1642,7 @@ msgstr "Usuario"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Tipo"
1583
 
@@ -1607,7 +1672,7 @@ msgstr "Enviado en <a href=\"%1$s\">%2$s at %3$s</a>"
1607
  msgid "Date GMT"
1608
  msgstr "Fecha GMT"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Autor"
1613
 
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr "Avatar"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "Aprobado"
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Editar"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "No"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr ""
1672
  msgid "Use icons?"
1673
  msgstr ""
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Acciones"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr "Campos Personalizados Avanzados"
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr ""
11
  "Language: es\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
  msgstr ""
170
 
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr ""
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Campo Personalizado"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr ""
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Editar columnas"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr ""
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "Está tratando de almacenar los mismos ajustes para %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "No hay ajustes de columnas disponibles."
792
 
912
  msgid "Store settings"
913
  msgstr "Almacenar ajustes"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr "Extensiones"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Configurar"
922
 
953
  msgid "General Settings"
954
  msgstr "Ajustes generales"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  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."
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Ajustes por defecto restaurados satisfactoriamente."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "%s columna está ya presente y no puede ser duplicada."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Ajustes de Admin Columns"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr ""
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr ""
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr "Ver Entrada"
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Etiqueta"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Nom"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Primer Nombre y Apellido"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Email de Usuario"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Nombre a Mostrar"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Después"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Antes"
1215
 
1218
  msgstr "ancho"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Personalizado"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr ""
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taxonomía"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Pegajoso"
1312
  msgid "Shortcodes"
1313
  msgstr ""
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Roles"
1318
 
1352
  msgid "Post Format"
1353
  msgstr "Formato del Post"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Imagen Destacada"
1358
 
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Seleccionar cuál estado de comentario desea mostrar."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Estado del comentario"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Spam"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Pendiente"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Total"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Ninguno"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Título"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Velocidad del Disparador"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Distancia Focal"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Marca de tiempo"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Cámara"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Crédito"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Apertura"
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Dimensiones"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Caption"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Tamaños Disponibles"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Ver"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Papelera"
1537
 
1579
  msgid "Field Type"
1580
  msgstr "Tipo de Campo"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr ""
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr "No hay campos personalizados disponibles."
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Por defecto"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Tipo"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr "Fecha GMT"
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "Autor"
1678
 
1697
  msgstr "Avatar"
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr "Aprobado"
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr ""
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "Acciones"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr "Campos Personalizados Avanzados"
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr ""
languages/codepress-admin-columns-fa_IR.mo CHANGED
Binary file
languages/codepress-admin-columns-fa_IR.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: fa\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,28 +523,28 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
 
387
- #: classes/Admin/Page/Help.php:248
388
  msgid "View documentation"
389
  msgstr ""
390
 
391
- #: classes/Admin/Page/Help.php:198
392
  msgid "The action %s used on this website is deprecated since %s."
393
  msgstr ""
394
 
@@ -404,7 +560,7 @@ msgstr ""
404
  msgid "Deprecated Filters"
405
  msgstr ""
406
 
407
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
408
  msgid "Help"
409
  msgstr ""
410
 
@@ -448,7 +604,7 @@ msgstr ""
448
  msgid "Pro"
449
  msgstr ""
450
 
451
- #: classes/Admin/Page/Columns.php:328
452
  msgid "You need at least one column"
453
  msgstr ""
454
 
@@ -460,56 +616,56 @@ msgstr ""
460
  msgid "Recommended"
461
  msgstr ""
462
 
463
- #: classes/Admin/Page/Addons.php:120
464
  msgid "%s could not be activated."
465
  msgstr ""
466
 
467
- #: classes/Admin/Page/Addons.php:110
468
  msgid "%s successfully activated."
469
  msgstr ""
470
 
471
- #: classes/Admin/Page/Addons.php:105
472
  msgid "%s plugin successfully deactivated."
473
  msgstr ""
474
 
475
- #: classes/Admin/Page/Addons.php:104
476
  msgid "%s plugin successfully activated."
477
  msgstr ""
478
 
479
- #: classes/Admin/Page/Addons.php:71
480
  msgid "%s add-on requires %s."
481
  msgid_plural "%s add-ons requires %s."
482
  msgstr[0] ""
483
 
484
- #: classes/Admin/Page/Addons.php:58
485
  msgid "here"
486
  msgstr ""
487
 
488
- #: classes/Admin/Page/Addons.php:58
489
  msgid "Click %s to activate the plugin."
490
  msgstr ""
491
 
492
- #: classes/Admin/Page/Addons.php:55
493
  msgid "%s plugin is installed, but not active."
494
  msgstr ""
495
 
496
- #: classes/Admin/Page/Addons.php:53
497
  msgid "%s plugin needs to be installed for the add-on to work."
498
  msgstr ""
499
 
500
- #: classes/Addon.php:274
501
  msgid "Display and edit %s fields in the posts overview in seconds!"
502
  msgstr ""
503
 
504
- #: classes/Addon/Types.php:13
505
  msgid "Toolset Types"
506
  msgstr ""
507
 
508
- #: classes/Addon/Pods.php:13
509
  msgid "Pods"
510
  msgstr ""
511
 
512
- #: classes/API.php:139
513
  msgid "Imported"
514
  msgstr ""
515
 
@@ -549,7 +705,7 @@ msgstr ""
549
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
550
  msgstr ""
551
 
552
- #: classes/Admin/Page/Columns.php:248
553
  msgid "Please visit the %s screen once to load all available columns"
554
  msgstr ""
555
 
@@ -557,15 +713,15 @@ msgstr ""
557
  msgid "Restore columns"
558
  msgstr ""
559
 
560
- #: classes/Admin/Page/Columns.php:174
561
  msgid "Settings for %s restored successfully."
562
  msgstr ""
563
 
564
- #: classes/Admin/Page/Columns.php:335
565
  msgid "View %s screen"
566
  msgstr ""
567
 
568
- #: classes/Admin/Page/Columns.php:74
569
  msgid "Invalid response."
570
  msgstr ""
571
 
@@ -589,22 +745,18 @@ msgstr ""
589
  msgid "Addon does not exist."
590
  msgstr ""
591
 
592
- #: classes/Admin/Page/Addons.php:183
593
  msgid "the addons page"
594
  msgstr ""
595
 
596
- #: classes/Admin/Page/Addons.php:183
597
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
598
  msgstr ""
599
 
600
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
601
  msgid "Custom Fields"
602
  msgstr "فیلدهای اضافی"
603
 
604
- #: classes/Settings/Column/Meta.php:110
605
- msgid "Hidden Custom Fields"
606
- msgstr ""
607
-
608
  #. Author of the plugin/theme
609
  msgid "AdminColumns.com"
610
  msgstr ""
@@ -613,62 +765,26 @@ msgstr ""
613
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
614
  msgstr ""
615
 
616
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
617
  #. Plugin URI of the plugin/theme
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Author URI of the plugin/theme
620
  msgid "https://www.admincolumns.com"
621
  msgstr ""
622
 
623
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
624
  msgid "Edit columns"
625
  msgstr "ویرایش ستون ها"
626
 
627
- #: classes/Admin/Page/Upgrade.php:310
628
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
629
- msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
630
-
631
- #: classes/Admin/Page/Upgrade.php:309
632
- msgid "Error"
633
- msgstr "خطا"
634
-
635
- #: classes/Admin/Page/Upgrade.php:308
636
- msgid "Return to settings."
637
- msgstr "بازگشت به تنظیمات."
638
-
639
- #: classes/Admin/Page/Upgrade.php:308
640
- msgid "Upgrade Complete!"
641
- msgstr "به روز رسانی تکمیل شد!"
642
-
643
- #: classes/Admin/Page/Upgrade.php:292
644
- msgid "Return to welcome screen."
645
- msgstr "بازگشت به صفحه خوش آمد گویی."
646
-
647
- #: classes/Admin/Page/Upgrade.php:291
648
- msgid "No Upgrade Required"
649
- msgstr "به روزرسانی لازم نیست"
650
-
651
- #: classes/Admin/Page/Upgrade.php:255
652
- msgid "Migrating Column Settings"
653
- msgstr "همگام سازی تنظیمات ستون ها کلیک کنید"
654
-
655
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
656
- msgid "Upgrade"
657
- msgstr "به روزرسانی"
658
-
659
- #: classes/Admin/Page/Upgrade.php:46
660
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
661
- msgstr ""
662
-
663
- #: classes/Admin/Page/Columns.php:355
664
  msgid "Settings for %s updated successfully."
665
  msgstr ""
666
 
667
- #: classes/Admin/Page/Columns.php:342
668
  msgid "You are trying to store the same settings for %s."
669
  msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
670
 
671
- #: classes/ListScreen.php:652
672
  msgid "No columns settings available."
673
  msgstr "هیچ تنظیمی برای ستونها موجود نیست."
674
 
@@ -794,11 +910,11 @@ msgstr ""
794
  msgid "Store settings"
795
  msgstr "ذخیره تنظیمات"
796
 
797
- #: classes/Admin/Page/Addons.php:19
798
  msgid "Add-ons"
799
  msgstr "افزودنی ها"
800
 
801
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
802
  msgid "Settings"
803
  msgstr "تنظیمات"
804
 
@@ -835,30 +951,6 @@ msgstr "دلخواه سازی تنظیمات افزونه"
835
  msgid "General Settings"
836
  msgstr "تنظیمات عمومی"
837
 
838
- #: classes/Admin/Page/Welcome.php:90
839
- msgid "Start using Admin Columns"
840
- msgstr "شروع استفاده از ستون های مدیریت"
841
-
842
- #: classes/Admin/Page/Upgrade.php:47
843
- msgid "Learn more"
844
- msgstr "آموزش بیشتر"
845
-
846
- #: classes/Admin/Page/Welcome.php:29
847
- msgid "Changelog for"
848
- msgstr "تغییرات برای"
849
-
850
- #: classes/Admin/Page/Welcome.php:62
851
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
852
- msgstr "مدیریت ستون ها بهینه تر و لذت بخش تر از قبل شده است. امیدواریم شما بپسندید."
853
-
854
- #: classes/Admin/Page/Welcome.php:61
855
- msgid "Thank you for updating to the latest version!"
856
- msgstr "از اینکه به نسخه نهایی به روزرسانی کردید متشکریم!"
857
-
858
- #: classes/Admin/Page/Welcome.php:58
859
- msgid "Welcome to Admin Columns"
860
- msgstr "به مدیریت ستون ها خوش آمدید"
861
-
862
  #: classes/Admin/Help/CustomField.php:35
863
  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."
864
  msgstr "مقدار: می تواند متن یا آرایه باشد. تعداد دفعات استفاده از meta key های آیتم را نمایش می دهد."
@@ -959,70 +1051,71 @@ msgstr "مرورکلی"
959
  msgid "Default settings succesfully restored."
960
  msgstr "تنظیمات پیش فرض با موفقیت بازسازی شدند."
961
 
962
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
963
  msgid "%s column is already present and can not be duplicated."
964
  msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
965
 
966
- #: classes/Admin.php:130
967
  msgid "Admin Columns Settings"
968
  msgstr "تنظیمات ستون ها"
969
 
970
- #: classes/Admin/Page/Addons.php:111
971
  msgid "%s successfully deactivated."
972
  msgstr ""
973
 
974
- #: classes/Notice/Review.php:105
975
  msgid "find answers to some frequently asked questions"
976
  msgstr ""
977
 
978
- #: classes/Notice/Review.php:104
979
  msgid "Admin Columns forums on WordPress.org"
980
  msgstr ""
981
 
982
- #: classes/Notice/Review.php:103
983
  msgid "You can also find help on the %s, and %s."
984
  msgstr ""
985
 
986
- #: classes/Notice/Review.php:99
987
  msgid "our forums"
988
  msgstr ""
989
 
990
- #: classes/Notice/Review.php:98
991
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
992
  msgstr ""
993
 
994
- #: classes/Notice/Review.php:94
995
  msgid "documentation page"
996
  msgstr ""
997
 
998
- #: classes/Notice/Review.php:92
999
  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."
1000
  msgstr ""
1001
 
1002
- #: classes/Notice/Review.php:85
1003
  msgid "Permanently hide notice"
1004
  msgstr ""
1005
 
1006
- #: classes/Notice/Review.php:84
1007
  msgid "Leave a review!"
1008
  msgstr ""
1009
 
1010
- #: classes/Notice/Review.php:80
1011
  msgid "click here"
1012
  msgstr ""
1013
 
1014
- #: classes/Notice/Review.php:76
1015
  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."
1016
  msgstr ""
1017
 
1018
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1019
  msgid "Admin Columns Pro"
1020
  msgstr ""
1021
 
1022
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1023
  #. Plugin Name of the plugin/theme
1024
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1025
- #: classes/Notice/Review.php:64
 
1026
  msgid "Admin Columns"
1027
  msgstr "تنظیمات ستون ها"
1028
 
@@ -1042,19 +1135,19 @@ msgstr ""
1042
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1043
  msgstr ""
1044
 
1045
- #: classes/Settings/Column/PostLink.php:68
1046
  msgid "View Public Post Author Page"
1047
  msgstr ""
1048
 
1049
- #: classes/Settings/Column/PostLink.php:67
1050
  msgid "Edit Post Author"
1051
  msgstr ""
1052
 
1053
- #: classes/Settings/Column/PostLink.php:66
1054
  msgid "View Post"
1055
  msgstr ""
1056
 
1057
- #: classes/Settings/Column/PostLink.php:65
1058
  msgid "Edit Post"
1059
  msgstr ""
1060
 
@@ -1066,7 +1159,7 @@ msgstr "این نامی است که در تیتر ستون دیده می شود.
1066
  msgid "Label"
1067
  msgstr "برچسب"
1068
 
1069
- #: classes/Settings/Column/Type.php:29
1070
  msgid "Name"
1071
  msgstr ""
1072
 
@@ -1086,7 +1179,7 @@ msgstr ""
1086
  msgid "First and Last Name"
1087
  msgstr "نام و نام خانوادگی"
1088
 
1089
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1090
  msgid "User Email"
1091
  msgstr "ایمیل کاربر"
1092
 
@@ -1106,15 +1199,15 @@ msgstr "نام"
1106
  msgid "Display Name"
1107
  msgstr "نام عمومی"
1108
 
1109
- #: classes/Settings/Column/BeforeAfter.php:49
1110
  msgid "After"
1111
  msgstr "بعد"
1112
 
1113
- #: classes/Settings/Column/BeforeAfter.php:41
1114
  msgid "This text will appear before the column value."
1115
  msgstr ""
1116
 
1117
- #: classes/Settings/Column/BeforeAfter.php:40
1118
  msgid "Before"
1119
  msgstr "قبل"
1120
 
@@ -1123,7 +1216,7 @@ msgid "width"
1123
  msgstr "عرض"
1124
 
1125
  #: classes/Settings/Column/CustomFieldType.php:153
1126
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1127
  msgid "Custom"
1128
  msgstr "دلخواه"
1129
 
@@ -1197,18 +1290,10 @@ msgstr ""
1197
  msgid "Link to menu"
1198
  msgstr ""
1199
 
1200
- #: classes/Column/UsedByMenu.php:17
1201
- msgid "Used by Menu"
1202
- msgstr ""
1203
-
1204
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1205
  msgid "Taxonomy"
1206
  msgstr "طبقه بندی"
1207
 
1208
- #: classes/Column/Post/TitleRaw.php:14
1209
- msgid "Title without actions"
1210
- msgstr ""
1211
-
1212
  #: classes/Column/Post/Sticky.php:16
1213
  msgid "Sticky"
1214
  msgstr "سنجاق شده"
@@ -1225,7 +1310,7 @@ msgstr "نامک"
1225
  msgid "Shortcodes"
1226
  msgstr ""
1227
 
1228
- #: classes/Column/Post/Roles.php:14
1229
  msgid "Roles"
1230
  msgstr "نقش ها"
1231
 
@@ -1265,7 +1350,7 @@ msgstr ""
1265
  msgid "Post Format"
1266
  msgstr "قالب نوشته"
1267
 
1268
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1269
  msgid "Featured Image"
1270
  msgstr "تصویر شاخص"
1271
 
@@ -1299,47 +1384,43 @@ msgstr ""
1299
  msgid "Date Published"
1300
  msgstr ""
1301
 
1302
- #: classes/Settings/Column/CommentCount.php:31
1303
  msgid "Select which comment status you like to display."
1304
  msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:30
1307
  msgid "Comment status"
1308
  msgstr "وضعیت نظر"
1309
 
1310
  #: classes/Column/Comment/Status.php:25
1311
- #: classes/Settings/Column/CommentCount.php:45
1312
  msgid "Spam"
1313
  msgstr "جفنگ"
1314
 
1315
  #: classes/Column/Comment/Status.php:27
1316
- #: classes/Settings/Column/CommentCount.php:44
1317
  msgid "Pending"
1318
  msgstr "منتظر"
1319
 
1320
- #: classes/Settings/Column/CommentCount.php:52
1321
  msgid "Total"
1322
  msgstr "مجموع"
1323
 
1324
- #: classes/Column/Post/BeforeMoreTag.php:14
1325
- msgid "Before More Tag"
1326
- msgstr "قبل از تگ بیشتر"
1327
-
1328
- #: classes/Settings/Column/User.php:135
1329
  msgid "View Public Author Page"
1330
  msgstr ""
1331
 
1332
- #: classes/Settings/Column/User.php:134
1333
  msgid "View User Posts"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:132
1337
  msgid "Edit User Profile"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/PostLink.php:73
1341
  #: classes/Settings/Column/Separator.php:26
1342
- #: classes/Settings/Column/User.php:141
1343
  msgid "None"
1344
  msgstr ""
1345
 
@@ -1392,40 +1473,36 @@ msgstr ""
1392
  msgid "Filename"
1393
  msgstr ""
1394
 
1395
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1396
  #: classes/Settings/Column/Term.php:27
1397
  msgid "Title"
1398
  msgstr "تیتر"
1399
 
1400
- #: classes/Settings/Column/ExifData.php:49
1401
  msgid "Shutter Speed"
1402
  msgstr "سرعت شاتر"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:48
1405
  msgid "ISO"
1406
  msgstr "ISO"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:47
1409
  msgid "Focal Length"
1410
  msgstr "فاصله کانونی"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:46
1413
- msgid "Copyright EXIF"
1414
- msgstr "کپی رایت EXIF"
1415
-
1416
- #: classes/Settings/Column/ExifData.php:45
1417
  msgid "Timestamp"
1418
  msgstr "زمان"
1419
 
1420
- #: classes/Settings/Column/ExifData.php:43
1421
  msgid "Camera"
1422
  msgstr "دوربین"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:42
1425
  msgid "Credit"
1426
  msgstr "اعتبار"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:41
1429
  msgid "Aperture"
1430
  msgstr "دیافراگم"
1431
 
@@ -1437,32 +1514,20 @@ msgstr ""
1437
  msgid "Dimensions"
1438
  msgstr "ابعاد"
1439
 
1440
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1441
  msgid "Caption"
1442
  msgstr "عنوان"
1443
 
1444
- #: classes/Column/Media/AvailableSizes.php:49
1445
- msgid "full size"
1446
- msgstr "اندازه کامل"
1447
-
1448
- #: classes/Column/Media/AvailableSizes.php:18
1449
  msgid "Available Sizes"
1450
  msgstr "اندازه های موجود"
1451
 
1452
- #: classes/Column/Media/AttachedTo.php:14
1453
- msgid "Attached to Post"
1454
- msgstr ""
1455
-
1456
- #: classes/Column/Media/AlternateText.php:14
1457
- msgid "Alt"
1458
- msgstr "متن جایگزین"
1459
-
1460
  #: classes/Admin/Page/Columns.php:480
1461
  msgid "View"
1462
  msgstr "نمایش"
1463
 
1464
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1465
- #: classes/Settings/Column/CommentCount.php:46
1466
  msgid "Trash"
1467
  msgstr "زباله دان"
1468
 
@@ -1510,11 +1575,11 @@ msgstr "نمایانگر این موضوع که مقادیر چگونه نمای
1510
  msgid "Field Type"
1511
  msgstr "نوع فیلد"
1512
 
1513
- #: classes/Settings/Column/CustomField.php:32
1514
  msgid "Please create a %s item first."
1515
  msgstr ""
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "No custom fields available."
1519
  msgstr "زمینه دلخواهی موجود نیست."
1520
 
@@ -1552,7 +1617,7 @@ msgstr "رنگ"
1552
  #: classes/Admin/Help/CustomField.php:22
1553
  #: classes/Settings/Column/CustomFieldType.php:168
1554
  #: classes/Settings/Column/Image.php:71
1555
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1556
  msgid "Default"
1557
  msgstr "پیش فرض"
1558
 
@@ -1573,7 +1638,7 @@ msgstr ""
1573
 
1574
  #: classes/Column/Comment/Type.php:14
1575
  #: classes/Settings/Column/CustomFieldType.php:56
1576
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1577
  msgid "Type"
1578
  msgstr "نوع"
1579
 
@@ -1603,7 +1668,7 @@ msgstr ""
1603
  msgid "Date GMT"
1604
  msgstr "تاریخ مرجع"
1605
 
1606
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1607
  msgid "Author"
1608
  msgstr "نویسنده"
1609
 
@@ -1628,7 +1693,7 @@ msgid "Avatar"
1628
  msgstr "آواتار"
1629
 
1630
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1631
- #: classes/Settings/Column/CommentCount.php:43
1632
  msgid "Approved"
1633
  msgstr "تایید شده"
1634
 
@@ -1642,12 +1707,14 @@ msgstr "ویرایش"
1642
 
1643
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1644
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1645
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1646
  msgid "ID"
1647
  msgstr "شناسه"
1648
 
1649
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1650
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1651
  #: classes/Settings/Column/StatusIcon.php:24
1652
  #: classes/Settings/Column/Toggle.php:14
1653
  msgid "No"
@@ -1655,6 +1722,8 @@ msgstr ""
1655
 
1656
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1657
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1658
  #: classes/Settings/Column/StatusIcon.php:23
1659
  #: classes/Settings/Column/Toggle.php:13
1660
  msgid "Yes"
@@ -1668,22 +1737,22 @@ msgstr ""
1668
  msgid "Use icons?"
1669
  msgstr ""
1670
 
1671
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1672
  msgid "Actions"
1673
  msgstr "عملیات ها"
1674
 
1675
- #: classes/Addon/WooCommerce.php:14
1676
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1677
  msgstr ""
1678
 
1679
- #: classes/Addon/WooCommerce.php:13
1680
  msgid "WooCommerce"
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/ACF.php:13
1684
  msgid "Advanced Custom Fields"
1685
  msgstr "زمینه های دلخواه پیشرفته"
1686
 
1687
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1688
  msgid "Plugins"
1689
  msgstr ""
11
  "Language: fa\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
  msgstr ""
170
 
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
 
543
+ #: classes/Admin/Page/Help.php:258
544
  msgid "View documentation"
545
  msgstr ""
546
 
547
+ #: classes/Admin/Page/Help.php:203
548
  msgid "The action %s used on this website is deprecated since %s."
549
  msgstr ""
550
 
560
  msgid "Deprecated Filters"
561
  msgstr ""
562
 
563
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
564
  msgid "Help"
565
  msgstr ""
566
 
604
  msgid "Pro"
605
  msgstr ""
606
 
607
+ #: classes/Admin/Page/Columns.php:318
608
  msgid "You need at least one column"
609
  msgstr ""
610
 
616
  msgid "Recommended"
617
  msgstr ""
618
 
619
+ #: classes/Admin/Page/Addons.php:113
620
  msgid "%s could not be activated."
621
  msgstr ""
622
 
623
+ #: classes/Admin/Page/Addons.php:103
624
  msgid "%s successfully activated."
625
  msgstr ""
626
 
627
+ #: classes/Admin/Page/Addons.php:98
628
  msgid "%s plugin successfully deactivated."
629
  msgstr ""
630
 
631
+ #: classes/Admin/Page/Addons.php:97
632
  msgid "%s plugin successfully activated."
633
  msgstr ""
634
 
635
+ #: classes/Admin/Page/Addons.php:64
636
  msgid "%s add-on requires %s."
637
  msgid_plural "%s add-ons requires %s."
638
  msgstr[0] ""
639
 
640
+ #: classes/Admin/Page/Addons.php:51
641
  msgid "here"
642
  msgstr ""
643
 
644
+ #: classes/Admin/Page/Addons.php:51
645
  msgid "Click %s to activate the plugin."
646
  msgstr ""
647
 
648
+ #: classes/Admin/Page/Addons.php:48
649
  msgid "%s plugin is installed, but not active."
650
  msgstr ""
651
 
652
+ #: classes/Admin/Page/Addons.php:46
653
  msgid "%s plugin needs to be installed for the add-on to work."
654
  msgstr ""
655
 
656
+ #: classes/Admin/Addon.php:274
657
  msgid "Display and edit %s fields in the posts overview in seconds!"
658
  msgstr ""
659
 
660
+ #: classes/Admin/Addon/Types.php:13
661
  msgid "Toolset Types"
662
  msgstr ""
663
 
664
+ #: classes/Admin/Addon/Pods.php:13
665
  msgid "Pods"
666
  msgstr ""
667
 
668
+ #: classes/API.php:152
669
  msgid "Imported"
670
  msgstr ""
671
 
705
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
706
  msgstr ""
707
 
708
+ #: classes/Admin/Page/Columns.php:238
709
  msgid "Please visit the %s screen once to load all available columns"
710
  msgstr ""
711
 
713
  msgid "Restore columns"
714
  msgstr ""
715
 
716
+ #: classes/Admin/Page/Columns.php:164
717
  msgid "Settings for %s restored successfully."
718
  msgstr ""
719
 
720
+ #: classes/Admin/Page/Columns.php:325
721
  msgid "View %s screen"
722
  msgstr ""
723
 
724
+ #: classes/Admin/Page/Columns.php:72
725
  msgid "Invalid response."
726
  msgstr ""
727
 
745
  msgid "Addon does not exist."
746
  msgstr ""
747
 
748
+ #: classes/Admin/Page/Addons.php:176
749
  msgid "the addons page"
750
  msgstr ""
751
 
752
+ #: classes/Admin/Page/Addons.php:176
753
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
754
  msgstr ""
755
 
756
+ #: codepress-admin-columns.php:330
757
  msgid "Custom Fields"
758
  msgstr "فیلدهای اضافی"
759
 
 
 
 
 
760
  #. Author of the plugin/theme
761
  msgid "AdminColumns.com"
762
  msgstr ""
765
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
766
  msgstr ""
767
 
768
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
769
  #. Plugin URI of the plugin/theme
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Author URI of the plugin/theme
772
  msgid "https://www.admincolumns.com"
773
  msgstr ""
774
 
775
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
776
  msgid "Edit columns"
777
  msgstr "ویرایش ستون ها"
778
 
779
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
  msgid "Settings for %s updated successfully."
781
  msgstr ""
782
 
783
+ #: classes/Admin/Page/Columns.php:332
784
  msgid "You are trying to store the same settings for %s."
785
  msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
786
 
787
+ #: classes/ListScreen.php:674
788
  msgid "No columns settings available."
789
  msgstr "هیچ تنظیمی برای ستونها موجود نیست."
790
 
910
  msgid "Store settings"
911
  msgstr "ذخیره تنظیمات"
912
 
913
+ #: classes/Admin/Page/Addons.php:12
914
  msgid "Add-ons"
915
  msgstr "افزودنی ها"
916
 
917
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
918
  msgid "Settings"
919
  msgstr "تنظیمات"
920
 
951
  msgid "General Settings"
952
  msgstr "تنظیمات عمومی"
953
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
954
  #: classes/Admin/Help/CustomField.php:35
955
  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."
956
  msgstr "مقدار: می تواند متن یا آرایه باشد. تعداد دفعات استفاده از meta key های آیتم را نمایش می دهد."
1051
  msgid "Default settings succesfully restored."
1052
  msgstr "تنظیمات پیش فرض با موفقیت بازسازی شدند."
1053
 
1054
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1055
  msgid "%s column is already present and can not be duplicated."
1056
  msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
1057
 
1058
+ #: classes/Admin.php:127
1059
  msgid "Admin Columns Settings"
1060
  msgstr "تنظیمات ستون ها"
1061
 
1062
+ #: classes/Admin/Page/Addons.php:104
1063
  msgid "%s successfully deactivated."
1064
  msgstr ""
1065
 
1066
+ #: classes/Notice/Review.php:106
1067
  msgid "find answers to some frequently asked questions"
1068
  msgstr ""
1069
 
1070
+ #: classes/Notice/Review.php:105
1071
  msgid "Admin Columns forums on WordPress.org"
1072
  msgstr ""
1073
 
1074
+ #: classes/Notice/Review.php:104
1075
  msgid "You can also find help on the %s, and %s."
1076
  msgstr ""
1077
 
1078
+ #: classes/Notice/Review.php:100
1079
  msgid "our forums"
1080
  msgstr ""
1081
 
1082
+ #: classes/Notice/Review.php:99
1083
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1084
  msgstr ""
1085
 
1086
+ #: classes/Notice/Review.php:95
1087
  msgid "documentation page"
1088
  msgstr ""
1089
 
1090
+ #: classes/Notice/Review.php:93
1091
  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."
1092
  msgstr ""
1093
 
1094
+ #: classes/Notice/Review.php:86
1095
  msgid "Permanently hide notice"
1096
  msgstr ""
1097
 
1098
+ #: classes/Notice/Review.php:85
1099
  msgid "Leave a review!"
1100
  msgstr ""
1101
 
1102
+ #: classes/Notice/Review.php:81
1103
  msgid "click here"
1104
  msgstr ""
1105
 
1106
+ #: classes/Notice/Review.php:77
1107
  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."
1108
  msgstr ""
1109
 
1110
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1111
  msgid "Admin Columns Pro"
1112
  msgstr ""
1113
 
1114
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1115
  #. Plugin Name of the plugin/theme
1116
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1117
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1118
+ #: classes/Plugin/Updater.php:98
1119
  msgid "Admin Columns"
1120
  msgstr "تنظیمات ستون ها"
1121
 
1135
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1136
  msgstr ""
1137
 
1138
+ #: classes/Settings/Column/PostLink.php:70
1139
  msgid "View Public Post Author Page"
1140
  msgstr ""
1141
 
1142
+ #: classes/Settings/Column/PostLink.php:69
1143
  msgid "Edit Post Author"
1144
  msgstr ""
1145
 
1146
+ #: classes/Settings/Column/PostLink.php:68
1147
  msgid "View Post"
1148
  msgstr ""
1149
 
1150
+ #: classes/Settings/Column/PostLink.php:67
1151
  msgid "Edit Post"
1152
  msgstr ""
1153
 
1159
  msgid "Label"
1160
  msgstr "برچسب"
1161
 
1162
+ #: classes/Settings/Column/Type.php:32
1163
  msgid "Name"
1164
  msgstr ""
1165
 
1179
  msgid "First and Last Name"
1180
  msgstr "نام و نام خانوادگی"
1181
 
1182
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1183
  msgid "User Email"
1184
  msgstr "ایمیل کاربر"
1185
 
1199
  msgid "Display Name"
1200
  msgstr "نام عمومی"
1201
 
1202
+ #: classes/Settings/Column/BeforeAfter.php:67
1203
  msgid "After"
1204
  msgstr "بعد"
1205
 
1206
+ #: classes/Settings/Column/BeforeAfter.php:59
1207
  msgid "This text will appear before the column value."
1208
  msgstr ""
1209
 
1210
+ #: classes/Settings/Column/BeforeAfter.php:58
1211
  msgid "Before"
1212
  msgstr "قبل"
1213
 
1216
  msgstr "عرض"
1217
 
1218
  #: classes/Settings/Column/CustomFieldType.php:153
1219
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1220
  msgid "Custom"
1221
  msgstr "دلخواه"
1222
 
1290
  msgid "Link to menu"
1291
  msgstr ""
1292
 
1293
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1294
  msgid "Taxonomy"
1295
  msgstr "طبقه بندی"
1296
 
 
 
 
 
1297
  #: classes/Column/Post/Sticky.php:16
1298
  msgid "Sticky"
1299
  msgstr "سنجاق شده"
1310
  msgid "Shortcodes"
1311
  msgstr ""
1312
 
1313
+ #: classes/Settings/Column/User.php:119
1314
  msgid "Roles"
1315
  msgstr "نقش ها"
1316
 
1350
  msgid "Post Format"
1351
  msgstr "قالب نوشته"
1352
 
1353
+ #: classes/Column/Post/FeaturedImage.php:14
1354
  msgid "Featured Image"
1355
  msgstr "تصویر شاخص"
1356
 
1384
  msgid "Date Published"
1385
  msgstr ""
1386
 
1387
+ #: classes/Settings/Column/CommentCount.php:34
1388
  msgid "Select which comment status you like to display."
1389
  msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:33
1392
  msgid "Comment status"
1393
  msgstr "وضعیت نظر"
1394
 
1395
  #: classes/Column/Comment/Status.php:25
1396
+ #: classes/Settings/Column/CommentCount.php:48
1397
  msgid "Spam"
1398
  msgstr "جفنگ"
1399
 
1400
  #: classes/Column/Comment/Status.php:27
1401
+ #: classes/Settings/Column/CommentCount.php:47
1402
  msgid "Pending"
1403
  msgstr "منتظر"
1404
 
1405
+ #: classes/Settings/Column/CommentCount.php:55
1406
  msgid "Total"
1407
  msgstr "مجموع"
1408
 
1409
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1410
  msgid "View Public Author Page"
1411
  msgstr ""
1412
 
1413
+ #: classes/Settings/Column/User.php:135
1414
  msgid "View User Posts"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:133
1418
  msgid "Edit User Profile"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/PostLink.php:66
1422
  #: classes/Settings/Column/Separator.php:26
1423
+ #: classes/Settings/Column/User.php:142
1424
  msgid "None"
1425
  msgstr ""
1426
 
1473
  msgid "Filename"
1474
  msgstr ""
1475
 
1476
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1477
  #: classes/Settings/Column/Term.php:27
1478
  msgid "Title"
1479
  msgstr "تیتر"
1480
 
1481
+ #: classes/Settings/Column/ExifData.php:80
1482
  msgid "Shutter Speed"
1483
  msgstr "سرعت شاتر"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:79
1486
  msgid "ISO"
1487
  msgstr "ISO"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:78
1490
  msgid "Focal Length"
1491
  msgstr "فاصله کانونی"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1494
  msgid "Timestamp"
1495
  msgstr "زمان"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:74
1498
  msgid "Camera"
1499
  msgstr "دوربین"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:73
1502
  msgid "Credit"
1503
  msgstr "اعتبار"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:72
1506
  msgid "Aperture"
1507
  msgstr "دیافراگم"
1508
 
1514
  msgid "Dimensions"
1515
  msgstr "ابعاد"
1516
 
1517
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1518
  msgid "Caption"
1519
  msgstr "عنوان"
1520
 
1521
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1522
  msgid "Available Sizes"
1523
  msgstr "اندازه های موجود"
1524
 
 
 
 
 
 
 
 
 
1525
  #: classes/Admin/Page/Columns.php:480
1526
  msgid "View"
1527
  msgstr "نمایش"
1528
 
1529
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1530
+ #: classes/Settings/Column/CommentCount.php:49
1531
  msgid "Trash"
1532
  msgstr "زباله دان"
1533
 
1575
  msgid "Field Type"
1576
  msgstr "نوع فیلد"
1577
 
1578
+ #: classes/Settings/Column/CustomField.php:21
1579
  msgid "Please create a %s item first."
1580
  msgstr ""
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "No custom fields available."
1584
  msgstr "زمینه دلخواهی موجود نیست."
1585
 
1617
  #: classes/Admin/Help/CustomField.php:22
1618
  #: classes/Settings/Column/CustomFieldType.php:168
1619
  #: classes/Settings/Column/Image.php:71
1620
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1621
  msgid "Default"
1622
  msgstr "پیش فرض"
1623
 
1638
 
1639
  #: classes/Column/Comment/Type.php:14
1640
  #: classes/Settings/Column/CustomFieldType.php:56
1641
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1642
  msgid "Type"
1643
  msgstr "نوع"
1644
 
1668
  msgid "Date GMT"
1669
  msgstr "تاریخ مرجع"
1670
 
1671
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1672
  msgid "Author"
1673
  msgstr "نویسنده"
1674
 
1693
  msgstr "آواتار"
1694
 
1695
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1696
+ #: classes/Settings/Column/CommentCount.php:46
1697
  msgid "Approved"
1698
  msgstr "تایید شده"
1699
 
1707
 
1708
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1709
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1710
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1711
  msgid "ID"
1712
  msgstr "شناسه"
1713
 
1714
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1715
  #: classes/Settings/Column/ActionIcons.php:22
1716
+ #: classes/Settings/Column/MissingImageSize.php:22
1717
+ #: classes/Settings/Column/PostFormatIcon.php:24
1718
  #: classes/Settings/Column/StatusIcon.php:24
1719
  #: classes/Settings/Column/Toggle.php:14
1720
  msgid "No"
1722
 
1723
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1724
  #: classes/Settings/Column/ActionIcons.php:21
1725
+ #: classes/Settings/Column/MissingImageSize.php:21
1726
+ #: classes/Settings/Column/PostFormatIcon.php:23
1727
  #: classes/Settings/Column/StatusIcon.php:23
1728
  #: classes/Settings/Column/Toggle.php:13
1729
  msgid "Yes"
1737
  msgid "Use icons?"
1738
  msgstr ""
1739
 
1740
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1741
  msgid "Actions"
1742
  msgstr "عملیات ها"
1743
 
1744
+ #: classes/Admin/Addon/WooCommerce.php:14
1745
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1746
  msgstr ""
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:13
1749
  msgid "WooCommerce"
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/ACF.php:13
1753
  msgid "Advanced Custom Fields"
1754
  msgstr "زمینه های دلخواه پیشرفته"
1755
 
1756
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1757
  msgid "Plugins"
1758
  msgstr ""
languages/codepress-admin-columns-fr_FR.mo CHANGED
Binary file
languages/codepress-admin-columns-fr_FR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-10-06 12:36:40+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,49 +11,219 @@ msgstr ""
11
  "Language: fr\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
- msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
- msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
- msgstr ""
37
 
38
  #: classes/Settings/Column/StatusIcon.php:29
39
  msgid "Use an icon instead of text for displaying the status."
40
- msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
- msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
50
  #: classes/Column/Post/Excerpt.php:21
51
  msgid "Current excerpt is generated from the content."
52
- msgstr ""
53
 
54
  #: classes/Column/Post/Excerpt.php:21
55
  msgid "Excerpt is missing."
56
- msgstr ""
57
 
58
  #: classes/Settings/Column/User.php:118
59
  msgid "User Nicename"
@@ -61,31 +231,31 @@ msgstr ""
61
 
62
  #: classes/Admin/Page/Columns.php:608
63
  msgid "Send me the discount"
64
- msgstr ""
65
 
66
  #: classes/Admin/Page/Columns.php:573
67
  msgid "Prices starting from %s"
68
- msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
78
  #: templates/settings/section.php:23
79
  msgid "View more"
80
- msgstr ""
81
 
82
  #: classes/TableScreen.php:57
83
  msgid "Invalid method."
84
- msgstr ""
85
 
86
  #: classes/TableScreen.php:53
87
  msgid "Invalid column."
88
- msgstr ""
89
 
90
  #: classes/TableScreen.php:45
91
  msgid "Invalid list screen."
@@ -99,26 +269,28 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
- msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
110
  #: classes/Settings/Column/Width.php:40
111
  msgid "Auto"
112
- msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
- msgstr ""
118
 
119
  #: classes/Settings/Column/Taxonomy.php:23
120
  msgid "No taxonomies available."
121
- msgstr ""
122
 
123
  #: classes/Settings/Column/Separator.php:32
124
  msgid "Select a repeater sub field."
@@ -126,35 +298,35 @@ msgstr ""
126
 
127
  #: classes/Settings/Column/Separator.php:31
128
  msgid "Separator"
129
- msgstr ""
130
 
131
  #: classes/Settings/Column/Separator.php:27
132
  msgid "Whitespace"
133
- msgstr ""
134
 
135
  #: classes/Settings/Column/Separator.php:25
136
  msgid "New line"
137
- msgstr ""
138
 
139
  #: classes/Settings/Column/Separator.php:24
140
  msgid "Comma Separated"
141
- msgstr ""
142
 
143
  #: classes/Settings/Column/Password.php:23
144
  msgid "Plain text"
145
- msgstr ""
146
 
147
  #: classes/Settings/Column/Password.php:22
148
  msgid "Password"
149
- msgstr ""
150
 
151
  #: classes/Settings/Column/Meta.php:27
152
  msgid "No fields available."
153
- msgstr ""
154
 
155
  #: classes/Settings/Column/Image.php:112
156
  msgid "Custom Size"
157
- msgstr ""
158
 
159
  #: classes/Settings/Column/Image.php:108
160
  msgid "Full Size"
@@ -162,21 +334,21 @@ msgstr ""
162
 
163
  #: classes/Settings/Column/Image.php:54
164
  msgid "Image Size"
165
- msgstr ""
166
 
167
  #: classes/Settings/Column/Image.php:47
168
  msgid "Height in pixels"
169
- msgstr ""
170
 
171
  #: classes/Settings/Column/Image.php:41
172
  msgid "Width in pixels"
173
- msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
- msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -190,7 +362,7 @@ msgstr ""
190
 
191
  #: classes/Settings/Column/Date.php:98
192
  msgid "Custom:"
193
- msgstr ""
194
 
195
  #: classes/Settings/Column/Date.php:81
196
  msgid "The %s can be changed in %s."
@@ -198,19 +370,19 @@ msgstr ""
198
 
199
  #: classes/Settings/Column/Date.php:76
200
  msgid "WordPress Date Format"
201
- msgstr ""
202
 
203
  #: classes/Settings/Column/Date.php:70
204
  msgid "or"
205
- msgstr ""
206
 
207
  #: classes/Settings/Column/Date.php:70
208
  msgid "For example: %s."
209
- msgstr ""
210
 
211
  #: classes/Settings/Column/Date.php:70
212
  msgid "The difference is returned in a human readable format."
213
- msgstr ""
214
 
215
  #: classes/Settings/Column/Date.php:69
216
  msgid "Time Difference"
@@ -218,119 +390,107 @@ msgstr ""
218
 
219
  #: classes/Settings/Column/CustomFieldType.php:152
220
  msgid "Multiple"
221
- msgstr ""
222
 
223
  #: classes/Settings/Column/CustomFieldType.php:151
224
  msgid "Choice"
225
- msgstr ""
226
 
227
  #: classes/Settings/Column/CustomFieldType.php:150
228
  msgid "Relational"
229
- msgstr ""
230
 
231
  #: classes/Settings/Column/CustomFieldType.php:149
232
  msgid "Basic"
233
- msgstr ""
234
 
235
  #: classes/Settings/Column/CustomFieldType.php:117
236
  msgid "Number of Fields"
237
- msgstr ""
238
 
239
  #: classes/Settings/Column/CustomFieldType.php:109
240
  msgid "True / False"
241
- msgstr ""
242
 
243
  #: classes/Settings/Column/CustomFieldType.php:108
244
  msgid "Has Content"
245
- msgstr ""
246
 
247
  #: classes/Settings/Column/CustomFieldType.php:105
248
  msgid "Number"
249
- msgstr ""
250
 
251
  #: classes/Settings/Column/CustomFieldType.php:102
252
  msgid "Text"
253
- msgstr ""
254
 
255
  #: classes/Settings/Column/CustomFieldType.php:70
256
  msgid "Multiple ids should be separated by a comma."
257
- msgstr ""
258
 
259
  #: classes/Settings/Column/CustomFieldType.php:69
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
- msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
- msgstr ""
272
 
273
  #: classes/Settings/Column/CharacterLimit.php:28
274
  msgid "Maximum number of characters"
275
- msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
- msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
- msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
- msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
- msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
- msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
305
  #: classes/Column/User/Url.php:14
306
  msgid "Website"
307
- msgstr ""
308
 
309
  #: classes/Column/User/ShowToolbar.php:14
310
  msgid "Show Toolbar"
311
- msgstr ""
312
 
313
  #: classes/Column/Post/Shortlink.php:14
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,13 +499,9 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
- msgstr ""
349
 
350
  #: classes/Admin/Page/Settings.php:152
351
  msgid "Default is %s."
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
- msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
- msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -399,23 +555,23 @@ msgstr ""
399
 
400
  #: classes/Admin/Page/Help.php:172
401
  msgid "Deprecated Actions"
402
- msgstr ""
403
 
404
  #: classes/Admin/Page/Help.php:171
405
  msgid "Deprecated Filters"
406
- msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
- msgstr ""
411
 
412
  #: classes/Admin/Page/Columns.php:850 classes/Admin/Page/Columns.php:885
413
  msgid "Close"
414
- msgstr ""
415
 
416
  #: classes/Admin/Page/Columns.php:758
417
  msgid "Clear all columns "
418
- msgstr ""
419
 
420
  #: classes/Admin/Page/Columns.php:665
421
  msgid "I'm using Admin Columns for WordPress!"
@@ -423,11 +579,11 @@ msgstr ""
423
 
424
  #: classes/Admin/Page/Columns.php:607
425
  msgid "Your First Name"
426
- msgstr ""
427
 
428
  #: classes/Admin/Page/Columns.php:606
429
  msgid "Your Email"
430
- msgstr ""
431
 
432
  #: classes/Admin/Page/Columns.php:599
433
  msgid "Submit your email and we'll send you a discount for %s off."
@@ -443,77 +599,77 @@ msgstr ""
443
 
444
  #: classes/Admin/Page/Columns.php:548
445
  msgid "Edit your column content directly"
446
- msgstr ""
447
 
448
  #: classes/Admin/Page/Columns.php:536
449
  msgid "Pro"
450
- msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
- msgstr ""
455
 
456
  #: classes/Admin/Page/Addons.php:293
457
  msgid "Available"
458
- msgstr ""
459
 
460
  #: classes/Admin/Page/Addons.php:292
461
  msgid "Recommended"
462
- msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
- msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
- msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
- msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
- msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
- msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
- msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
- msgstr ""
517
 
518
  #: classes/Admin/Page/Columns.php:578
519
  msgid "Learn more about Pro"
@@ -521,7 +677,7 @@ msgstr ""
521
 
522
  #: classes/Admin/Page/Columns.php:550
523
  msgid "Import &amp; Export settings"
524
- msgstr ""
525
 
526
  #: classes/Admin/Page/Columns.php:549
527
  msgid "Create multiple columns sets"
@@ -529,11 +685,11 @@ msgstr ""
529
 
530
  #: classes/Admin/Page/Columns.php:547
531
  msgid "Add filterable columns"
532
- msgstr ""
533
 
534
  #: classes/Admin/Page/Columns.php:546
535
  msgid "Add sortable columns"
536
- msgstr ""
537
 
538
  #: classes/Admin/Page/Columns.php:541
539
  msgid "Take Admin Columns to the next level:"
@@ -551,23 +707,23 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
558
  #: classes/Admin/Page/Columns.php:517
559
  msgid "Restore columns"
560
- msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
- msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr "Réponse non valide"
573
 
@@ -577,7 +733,7 @@ msgstr ""
577
 
578
  #: classes/Settings/Column/LinkLabel.php:23
579
  msgid "Leave blank to display the url"
580
- msgstr ""
581
 
582
  #: classes/Settings/Column/LinkLabel.php:22
583
  msgid "Link Label"
@@ -591,88 +747,48 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
- msgstr "Les champs personnalisés"
605
-
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
 
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
- msgstr ""
613
 
614
  #. Description of the plugin/theme
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
- msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
- msgstr "Éditer les colonnes"
628
-
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Erreur"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Retour aux réglages."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Mise à jour terminée!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Retour à l'écran d'accueil."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Aucune mise à jour n'est nécessaire."
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migration des paramètres de colonne"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Mettre à jour"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
 
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
- msgstr ""
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
- msgstr "Vous essayez de conserver les mêmes paramètres pour %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
- msgstr "Aucun paramètre de colonne disponible."
676
 
677
  #: classes/ListScreen/User.php:11 codepress-admin-columns.php:498
678
  msgid "Users"
@@ -726,11 +842,11 @@ msgstr "Activé"
726
 
727
  #: classes/Admin/Page/Columns.php:764
728
  msgid "Add Column"
729
- msgstr "Ajouter une colonne."
730
 
731
  #: classes/Admin/Page/Columns.php:744
732
  msgid "Drag and drop to reorder"
733
- msgstr "Vous pouvez modifier l'ordre."
734
 
735
  #: classes/Admin/Page/Columns.php:693
736
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
@@ -746,11 +862,11 @@ msgstr "Support"
746
 
747
  #: classes/Admin/Page/Columns.php:672
748
  msgid "Buy Pro"
749
- msgstr ""
750
 
751
  #: classes/Admin/Page/Columns.php:666
752
  msgid "Tweet"
753
- msgstr ""
754
 
755
  #: classes/Admin/Page/Columns.php:660
756
  msgid "Rate"
@@ -796,17 +912,17 @@ msgstr "Mettre à jour"
796
  msgid "Store settings"
797
  msgstr "Enregistrer les réglages"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
- msgstr "Add-ons"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Réglages"
806
 
807
  #: classes/Settings/Column/Image.php:89
808
  msgid "Others"
809
- msgstr ""
810
 
811
  #: classes/Admin/Page/Settings.php:229
812
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
@@ -837,30 +953,6 @@ msgstr "Personnalisez vos réglages Admin Columns."
837
  msgid "General Settings"
838
  msgstr "Réglages généraux"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Commencer à utiliser Admin Columns"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "En savoir plus"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Nouveautés pour"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr ""
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Merci d'avoir mis à jour vers la dernière version!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Bienvenue dans Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr ""
@@ -883,7 +975,7 @@ msgstr ""
883
 
884
  #: classes/Admin/Help/CustomField.php:66
885
  msgid "Usernames"
886
- msgstr "Noms d'utilisateurs"
887
 
888
  #: classes/Admin/Help/CustomField.php:63
889
  msgid "Value: can be one or more Post ID's (seperated by ',')."
@@ -961,70 +1053,71 @@ msgstr "Vue d'ensemble"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Les paramètres par défaut ont été restaurés avec succès."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr ""
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Réglages Admin Columns"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
- msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
- msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
- msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
- msgstr "Voir l&rsquo;article"
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
1068
  msgid "Label"
1069
  msgstr "Libellé"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Nom"
1074
 
@@ -1088,7 +1181,7 @@ msgstr ""
1088
  msgid "First and Last Name"
1089
  msgstr "Nom et prénom"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "E-mail utilisateur"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Prénom"
1108
  msgid "Display Name"
1109
  msgstr "Nom affiché"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Après"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
- msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Avant"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "largeur"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Personnalisé"
1131
 
@@ -1164,11 +1257,11 @@ msgstr "Enregistré"
1164
  #: classes/Settings/Column/CustomFieldType.php:80
1165
  #: classes/Settings/Column/PostType.php:23 codepress-admin-columns.php:497
1166
  msgid "Post Type"
1167
- msgstr "Type d'article"
1168
 
1169
  #: classes/Column/User/PostCount.php:14
1170
  msgid "Post Count"
1171
- msgstr "Nombre d'article"
1172
 
1173
  #: classes/Column/User/Nickname.php:14 classes/Settings/Column/User.php:113
1174
  msgid "Nickname"
@@ -1199,17 +1292,9 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr ""
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
- msgstr "Taxinomie"
1209
-
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
 
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
@@ -1227,13 +1312,13 @@ msgstr "Identifiant"
1227
  msgid "Shortcodes"
1228
  msgstr "Codes courts"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Rôles"
1233
 
1234
  #: classes/Column/Post/PingStatus.php:14
1235
  msgid "Ping Status"
1236
- msgstr ""
1237
 
1238
  #: classes/Column/Post/Permalink.php:16
1239
  msgid "Permalink"
@@ -1241,7 +1326,7 @@ msgstr "Permalien"
1241
 
1242
  #: classes/Column/Post/Path.php:16
1243
  msgid "Path"
1244
- msgstr ""
1245
 
1246
  #: classes/Column/Post/Parent.php:14
1247
  msgid "Parent"
@@ -1257,7 +1342,7 @@ msgstr "Trier"
1257
 
1258
  #: classes/Column/Post/Modified.php:14
1259
  msgid "Last Modified"
1260
- msgstr ""
1261
 
1262
  #: classes/Column/Post/LastModifiedAuthor.php:17
1263
  msgid "Last Modified Author"
@@ -1265,9 +1350,9 @@ msgstr ""
1265
 
1266
  #: classes/Column/Post/Formats.php:14
1267
  msgid "Post Format"
1268
- msgstr "Format de post"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Image à la une"
1273
 
@@ -1282,14 +1367,14 @@ msgstr ""
1282
  #: classes/Settings/Column/WordsPerMinute.php:85
1283
  msgid "minute"
1284
  msgid_plural "minutes"
1285
- msgstr[0] ""
1286
- msgstr[1] ""
1287
 
1288
  #: classes/Settings/Column/WordsPerMinute.php:83
1289
  msgid "second"
1290
  msgid_plural "seconds"
1291
- msgstr[0] ""
1292
- msgstr[1] ""
1293
 
1294
  #: classes/Column/Post/EstimatedReadingTime.php:14
1295
  msgid "Estimated Reading Time"
@@ -1303,47 +1388,43 @@ msgstr ""
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
- msgstr "Sélectionnez quel commentaire voulez-vous afficher."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
- msgstr "Status de commentaire"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Indésirable"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "En attente"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Total"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "Avant plus de balise"
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Aucun"
1349
 
@@ -1362,7 +1443,7 @@ msgstr "Largeur"
1362
 
1363
  #: classes/Column/Media/MimeType.php:14
1364
  msgid "Mime Type"
1365
- msgstr ""
1366
 
1367
  #: classes/Column/Media/Height.php:16 classes/Settings/Column/Image.php:46
1368
  msgid "Height"
@@ -1390,83 +1471,67 @@ msgstr "Chemin d'accès complet"
1390
 
1391
  #: classes/Column/Media/FileSize.php:14
1392
  msgid "File Size"
1393
- msgstr ""
1394
 
1395
  #: classes/Column/Media/FileName.php:14
1396
  msgid "Filename"
1397
- msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Titre"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Vitesse d'obturation"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Distance focale"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "Copyright EXIF"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Horodateur"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Appareil photo"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Crédit"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Ouverture"
1435
 
1436
  #: classes/Column/Media/ExifData.php:16
1437
  msgid "EXIF Data"
1438
- msgstr ""
1439
 
1440
  #: classes/Column/Media/Dimensions.php:16
1441
  msgid "Dimensions"
1442
  msgstr "Dimensions"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Légende"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "Taille réelle"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Tailles disponibles"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Texte alternatif"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Afficher"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Supprimer"
1472
 
@@ -1505,6 +1570,8 @@ msgid ""
1505
  "You are about to delete this link '%s'\n"
1506
  " 'Cancel' to stop, 'OK' to delete."
1507
  msgstr ""
 
 
1508
 
1509
  #: classes/Settings/Column/CustomFieldType.php:53
1510
  msgid "This will determine how the value will be displayed."
@@ -1514,11 +1581,11 @@ msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
1514
  msgid "Field Type"
1515
  msgstr "Type de champ"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
- msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr "Aucun champ personnalisé disponible."
1524
 
@@ -1556,7 +1623,7 @@ msgstr "Couleur"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Par défaut"
1562
 
@@ -1566,7 +1633,7 @@ msgstr "Champ personnalisé"
1566
 
1567
  #: classes/Column/Comment/WordCount.php:14 classes/Column/Post/WordCount.php:14
1568
  msgid "Word Count"
1569
- msgstr ""
1570
 
1571
  #: classes/Column/Comment/User.php:14 classes/ListScreen/User.php:12
1572
  #: classes/Settings/Column/CustomFieldType.php:84
@@ -1577,7 +1644,7 @@ msgstr "Utilisateur"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Type"
1583
 
@@ -1601,38 +1668,38 @@ msgstr "Date"
1601
 
1602
  #: classes/Column/Comment/DateGmt.php:20
1603
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
1604
- msgstr ""
1605
 
1606
  #: classes/Column/Comment/DateGmt.php:14
1607
  msgid "Date GMT"
1608
  msgstr "Date GMT"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Auteur"
1613
 
1614
  #: classes/Column/Comment/AuthorUrl.php:14
1615
  msgid "Author Url"
1616
- msgstr ""
1617
 
1618
  #: classes/Column/Comment/AuthorName.php:14
1619
  msgid "Author Name"
1620
- msgstr ""
1621
 
1622
  #: classes/Column/Comment/AuthorIP.php:11
1623
  msgid "Author IP"
1624
- msgstr "IP de l'auteur"
1625
 
1626
  #: classes/Column/Comment/AuthorEmail.php:14
1627
  msgid "Author Email"
1628
- msgstr ""
1629
 
1630
  #: classes/Column/Comment/AuthorAvatar.php:14
1631
  msgid "Avatar"
1632
  msgstr "Avatar"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "Approuvé"
1638
 
@@ -1646,12 +1713,14 @@ msgstr "Modifier"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1728,8 @@ msgstr "Non"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1666,28 +1737,28 @@ msgstr "Oui"
1666
 
1667
  #: classes/Settings/Column/ActionIcons.php:27
1668
  msgid "Use icons instead of text for displaying the actions."
1669
- msgstr ""
1670
 
1671
  #: classes/Settings/Column/ActionIcons.php:26
1672
  msgid "Use icons?"
1673
- msgstr ""
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Actions"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr "WooCommerce"
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr "Advanced Custom Fields"
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr "Extensions"
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2018-01-15 11:21:59+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: fr\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
  msgstr ""
178
 
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
  msgstr ""
182
 
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
+ msgstr "Brouillon"
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
+ msgstr "Publié"
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
+ msgstr "Privé"
206
 
207
  #: classes/Settings/Column/StatusIcon.php:29
208
  msgid "Use an icon instead of text for displaying the status."
209
+ msgstr "Utiliser une icône au lieu de texte pour afficher l’état."
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
+ msgstr "Utiliser une icône ?"
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
220
  #: classes/Column/Post/Excerpt.php:21
221
  msgid "Current excerpt is generated from the content."
222
+ msgstr "L’extrait actuel est généré à partir du contenu."
223
 
224
  #: classes/Column/Post/Excerpt.php:21
225
  msgid "Excerpt is missing."
226
+ msgstr "L’extrait est manquant."
227
 
228
  #: classes/Settings/Column/User.php:118
229
  msgid "User Nicename"
231
 
232
  #: classes/Admin/Page/Columns.php:608
233
  msgid "Send me the discount"
234
+ msgstr "Envoyez-moi la promotion"
235
 
236
  #: classes/Admin/Page/Columns.php:573
237
  msgid "Prices starting from %s"
238
+ msgstr "Les prix commencent à partir de %s"
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
248
  #: templates/settings/section.php:23
249
  msgid "View more"
250
+ msgstr "En savoir plus"
251
 
252
  #: classes/TableScreen.php:57
253
  msgid "Invalid method."
254
+ msgstr "Méthode non valide."
255
 
256
  #: classes/TableScreen.php:53
257
  msgid "Invalid column."
258
+ msgstr "Colonne non valide."
259
 
260
  #: classes/TableScreen.php:45
261
  msgid "Invalid list screen."
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
+ msgstr "Nombre maximum de mots"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
281
  #: classes/Settings/Column/Width.php:40
282
  msgid "Auto"
283
+ msgstr "Auto"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
+ msgstr "Affichage"
290
 
291
  #: classes/Settings/Column/Taxonomy.php:23
292
  msgid "No taxonomies available."
293
+ msgstr "Aucune taxonomie disponible."
294
 
295
  #: classes/Settings/Column/Separator.php:32
296
  msgid "Select a repeater sub field."
298
 
299
  #: classes/Settings/Column/Separator.php:31
300
  msgid "Separator"
301
+ msgstr "Séparateur"
302
 
303
  #: classes/Settings/Column/Separator.php:27
304
  msgid "Whitespace"
305
+ msgstr "Espace insécable"
306
 
307
  #: classes/Settings/Column/Separator.php:25
308
  msgid "New line"
309
+ msgstr "Nouvelle ligne"
310
 
311
  #: classes/Settings/Column/Separator.php:24
312
  msgid "Comma Separated"
313
+ msgstr "Séparé par une virgule"
314
 
315
  #: classes/Settings/Column/Password.php:23
316
  msgid "Plain text"
317
+ msgstr "Texte brut"
318
 
319
  #: classes/Settings/Column/Password.php:22
320
  msgid "Password"
321
+ msgstr "Mot de passe"
322
 
323
  #: classes/Settings/Column/Meta.php:27
324
  msgid "No fields available."
325
+ msgstr "Aucun champ disponible."
326
 
327
  #: classes/Settings/Column/Image.php:112
328
  msgid "Custom Size"
329
+ msgstr "Taille personnalisée"
330
 
331
  #: classes/Settings/Column/Image.php:108
332
  msgid "Full Size"
334
 
335
  #: classes/Settings/Column/Image.php:54
336
  msgid "Image Size"
337
+ msgstr "Taille de l’Image"
338
 
339
  #: classes/Settings/Column/Image.php:47
340
  msgid "Height in pixels"
341
+ msgstr "Hauteur en pixels"
342
 
343
  #: classes/Settings/Column/Image.php:41
344
  msgid "Width in pixels"
345
+ msgstr "Largeur en pixels"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
+ msgstr "dans %s"
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
362
 
363
  #: classes/Settings/Column/Date.php:98
364
  msgid "Custom:"
365
+ msgstr "Personnalisé :"
366
 
367
  #: classes/Settings/Column/Date.php:81
368
  msgid "The %s can be changed in %s."
370
 
371
  #: classes/Settings/Column/Date.php:76
372
  msgid "WordPress Date Format"
373
+ msgstr "Format de date de WordPress"
374
 
375
  #: classes/Settings/Column/Date.php:70
376
  msgid "or"
377
+ msgstr "ou"
378
 
379
  #: classes/Settings/Column/Date.php:70
380
  msgid "For example: %s."
381
+ msgstr "Par exemple : %s."
382
 
383
  #: classes/Settings/Column/Date.php:70
384
  msgid "The difference is returned in a human readable format."
385
+ msgstr "La différence est renvoyée dans un format lisible par l'humain."
386
 
387
  #: classes/Settings/Column/Date.php:69
388
  msgid "Time Difference"
390
 
391
  #: classes/Settings/Column/CustomFieldType.php:152
392
  msgid "Multiple"
393
+ msgstr "Multiple"
394
 
395
  #: classes/Settings/Column/CustomFieldType.php:151
396
  msgid "Choice"
397
+ msgstr "Choix"
398
 
399
  #: classes/Settings/Column/CustomFieldType.php:150
400
  msgid "Relational"
401
+ msgstr "Relationnel"
402
 
403
  #: classes/Settings/Column/CustomFieldType.php:149
404
  msgid "Basic"
405
+ msgstr "Basique"
406
 
407
  #: classes/Settings/Column/CustomFieldType.php:117
408
  msgid "Number of Fields"
409
+ msgstr "Nombre de champs"
410
 
411
  #: classes/Settings/Column/CustomFieldType.php:109
412
  msgid "True / False"
413
+ msgstr "Vrai / Faux"
414
 
415
  #: classes/Settings/Column/CustomFieldType.php:108
416
  msgid "Has Content"
417
+ msgstr "A un Contenu"
418
 
419
  #: classes/Settings/Column/CustomFieldType.php:105
420
  msgid "Number"
421
+ msgstr "Nombre"
422
 
423
  #: classes/Settings/Column/CustomFieldType.php:102
424
  msgid "Text"
425
+ msgstr "Texte"
426
 
427
  #: classes/Settings/Column/CustomFieldType.php:70
428
  msgid "Multiple ids should be separated by a comma."
429
+ msgstr "Les ids multiples devraient être séparés par une virgule."
430
 
431
  #: classes/Settings/Column/CustomFieldType.php:69
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
+ msgstr "Champ"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
+ msgstr "Laisser vide pour qu’il n’y ait aucune limite"
444
 
445
  #: classes/Settings/Column/CharacterLimit.php:28
446
  msgid "Maximum number of characters"
447
+ msgstr "Nombre maximum de caractères"
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
+ msgstr "Limite de caractères"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
+ msgstr "Options d’affichage"
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
+ msgstr "Ce texte apparaîtra après la valeur de la colonne."
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
+ msgstr "ou"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
+ msgstr "Masquer"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
474
  #: classes/Column/User/Url.php:14
475
  msgid "Website"
476
+ msgstr "Site web"
477
 
478
  #: classes/Column/User/ShowToolbar.php:14
479
  msgid "Show Toolbar"
480
+ msgstr "Montrer la barre d’outils"
481
 
482
  #: classes/Column/Post/Shortlink.php:14
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
+ msgstr "Afficher le bouton %s sur l’écran liste."
505
 
506
  #: classes/Admin/Page/Settings.php:152
507
  msgid "Default is %s."
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
+ msgstr "notre documentation"
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
+ msgstr "Voir la documentation"
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
555
 
556
  #: classes/Admin/Page/Help.php:172
557
  msgid "Deprecated Actions"
558
+ msgstr "Actions dépréciées"
559
 
560
  #: classes/Admin/Page/Help.php:171
561
  msgid "Deprecated Filters"
562
+ msgstr "Filtres dépréciés"
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
+ msgstr "Aide"
567
 
568
  #: classes/Admin/Page/Columns.php:850 classes/Admin/Page/Columns.php:885
569
  msgid "Close"
570
+ msgstr "Fermer"
571
 
572
  #: classes/Admin/Page/Columns.php:758
573
  msgid "Clear all columns "
574
+ msgstr "Effacer toutes les colonnes"
575
 
576
  #: classes/Admin/Page/Columns.php:665
577
  msgid "I'm using Admin Columns for WordPress!"
579
 
580
  #: classes/Admin/Page/Columns.php:607
581
  msgid "Your First Name"
582
+ msgstr "Votre prénom"
583
 
584
  #: classes/Admin/Page/Columns.php:606
585
  msgid "Your Email"
586
+ msgstr "Votre e-mail"
587
 
588
  #: classes/Admin/Page/Columns.php:599
589
  msgid "Submit your email and we'll send you a discount for %s off."
599
 
600
  #: classes/Admin/Page/Columns.php:548
601
  msgid "Edit your column content directly"
602
+ msgstr "Modifiez directement le contenu de votre colonne"
603
 
604
  #: classes/Admin/Page/Columns.php:536
605
  msgid "Pro"
606
+ msgstr "Pro"
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
+ msgstr "Vous avez besoin d’au moins une colonne"
611
 
612
  #: classes/Admin/Page/Addons.php:293
613
  msgid "Available"
614
+ msgstr "Disponible"
615
 
616
  #: classes/Admin/Page/Addons.php:292
617
  msgid "Recommended"
618
+ msgstr "Recommandé"
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
+ msgstr "%s ne peut pas être activé."
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
+ msgstr "%s bien activé."
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
+ msgstr "Extension %s bien désactivée."
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
+ msgstr "Extension %s bien activée."
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
+ msgstr "ici"
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
+ msgstr "Pods"
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
+ msgstr "Importé"
673
 
674
  #: classes/Admin/Page/Columns.php:578
675
  msgid "Learn more about Pro"
677
 
678
  #: classes/Admin/Page/Columns.php:550
679
  msgid "Import &amp; Export settings"
680
+ msgstr "Réglages d’import &amp; d’export"
681
 
682
  #: classes/Admin/Page/Columns.php:549
683
  msgid "Create multiple columns sets"
685
 
686
  #: classes/Admin/Page/Columns.php:547
687
  msgid "Add filterable columns"
688
+ msgstr "Ajouter des colonnes filtrables"
689
 
690
  #: classes/Admin/Page/Columns.php:546
691
  msgid "Add sortable columns"
692
+ msgstr "Ajouter des colonnes triables"
693
 
694
  #: classes/Admin/Page/Columns.php:541
695
  msgid "Take Admin Columns to the next level:"
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
714
  #: classes/Admin/Page/Columns.php:517
715
  msgid "Restore columns"
716
+ msgstr "Restaurer les colonnes"
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
+ msgstr "Voir l’écran %s"
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr "Réponse non valide"
729
 
733
 
734
  #: classes/Settings/Column/LinkLabel.php:23
735
  msgid "Leave blank to display the url"
736
+ msgstr "Laisser vide pour afficher l’URL"
737
 
738
  #: classes/Settings/Column/LinkLabel.php:22
739
  msgid "Link Label"
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
+ msgstr "Champs personnalisés"
 
 
 
 
761
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
+ msgstr "AdminColumns.com"
765
 
766
  #. Description of the plugin/theme
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
+ msgstr "https://www.admincolumns.com"
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
+ msgstr "Modifier les colonnes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
 
781
+ #: classes/Admin/Page/Columns.php:345
782
  msgid "Settings for %s updated successfully."
783
+ msgstr "Les réglages pour les %s ont bien été mis à jour."
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
+ msgstr "Vous essayez de conserver les mêmes réglages pour %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
+ msgstr "Aucun réglage de colonne disponible."
792
 
793
  #: classes/ListScreen/User.php:11 codepress-admin-columns.php:498
794
  msgid "Users"
842
 
843
  #: classes/Admin/Page/Columns.php:764
844
  msgid "Add Column"
845
+ msgstr "Ajouter une colonne"
846
 
847
  #: classes/Admin/Page/Columns.php:744
848
  msgid "Drag and drop to reorder"
849
+ msgstr "Vous pouvez modifier lordre."
850
 
851
  #: classes/Admin/Page/Columns.php:693
852
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
862
 
863
  #: classes/Admin/Page/Columns.php:672
864
  msgid "Buy Pro"
865
+ msgstr "Acheter la Pro"
866
 
867
  #: classes/Admin/Page/Columns.php:666
868
  msgid "Tweet"
869
+ msgstr "Tweet"
870
 
871
  #: classes/Admin/Page/Columns.php:660
872
  msgid "Rate"
912
  msgid "Store settings"
913
  msgstr "Enregistrer les réglages"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
+ msgstr "Modules"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Réglages"
922
 
923
  #: classes/Settings/Column/Image.php:89
924
  msgid "Others"
925
+ msgstr "Autres"
926
 
927
  #: classes/Admin/Page/Settings.php:229
928
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
953
  msgid "General Settings"
954
  msgstr "Réglages généraux"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr ""
975
 
976
  #: classes/Admin/Help/CustomField.php:66
977
  msgid "Usernames"
978
+ msgstr "Noms dutilisateurs"
979
 
980
  #: classes/Admin/Help/CustomField.php:63
981
  msgid "Value: can be one or more Post ID's (seperated by ',')."
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Les paramètres par défaut ont été restaurés avec succès."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr ""
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Réglages Admin Columns"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
+ msgstr "%s bien désactivé."
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
+ msgstr "Laisser un avis !"
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
+ msgstr "cliquez ici"
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
+ msgstr "Voir larticle"
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Libellé"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Nom"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Nom et prénom"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "E-mail utilisateur"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Nom affiché"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Après"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
+ msgstr "Ce texte apparaîtra avant la valeur de la colonne."
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Avant"
1215
 
1218
  msgstr "largeur"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Personnalisé"
1224
 
1257
  #: classes/Settings/Column/CustomFieldType.php:80
1258
  #: classes/Settings/Column/PostType.php:23 codepress-admin-columns.php:497
1259
  msgid "Post Type"
1260
+ msgstr "Type de contenu"
1261
 
1262
  #: classes/Column/User/PostCount.php:14
1263
  msgid "Post Count"
1264
+ msgstr "Nombre darticle"
1265
 
1266
  #: classes/Column/User/Nickname.php:14 classes/Settings/Column/User.php:113
1267
  msgid "Nickname"
1292
  msgid "Link to menu"
1293
  msgstr ""
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
+ msgstr "Taxonomie"
 
 
 
 
1298
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1312
  msgid "Shortcodes"
1313
  msgstr "Codes courts"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Rôles"
1318
 
1319
  #: classes/Column/Post/PingStatus.php:14
1320
  msgid "Ping Status"
1321
+ msgstr "État du ping"
1322
 
1323
  #: classes/Column/Post/Permalink.php:16
1324
  msgid "Permalink"
1326
 
1327
  #: classes/Column/Post/Path.php:16
1328
  msgid "Path"
1329
+ msgstr "Chemin"
1330
 
1331
  #: classes/Column/Post/Parent.php:14
1332
  msgid "Parent"
1342
 
1343
  #: classes/Column/Post/Modified.php:14
1344
  msgid "Last Modified"
1345
+ msgstr "Dernière modification"
1346
 
1347
  #: classes/Column/Post/LastModifiedAuthor.php:17
1348
  msgid "Last Modified Author"
1350
 
1351
  #: classes/Column/Post/Formats.php:14
1352
  msgid "Post Format"
1353
+ msgstr "Format d’article"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Image à la une"
1358
 
1367
  #: classes/Settings/Column/WordsPerMinute.php:85
1368
  msgid "minute"
1369
  msgid_plural "minutes"
1370
+ msgstr[0] "minute"
1371
+ msgstr[1] "minutes"
1372
 
1373
  #: classes/Settings/Column/WordsPerMinute.php:83
1374
  msgid "second"
1375
  msgid_plural "seconds"
1376
+ msgstr[0] "seconde"
1377
+ msgstr[1] "secondes"
1378
 
1379
  #: classes/Column/Post/EstimatedReadingTime.php:14
1380
  msgid "Estimated Reading Time"
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
+ msgstr "Sélectionnez quel commentaire afficher."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
+ msgstr "État du commentaire"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Indésirable"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "En attente"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Total"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Aucun"
1430
 
1443
 
1444
  #: classes/Column/Media/MimeType.php:14
1445
  msgid "Mime Type"
1446
+ msgstr "Type MIME"
1447
 
1448
  #: classes/Column/Media/Height.php:16 classes/Settings/Column/Image.php:46
1449
  msgid "Height"
1471
 
1472
  #: classes/Column/Media/FileSize.php:14
1473
  msgid "File Size"
1474
+ msgstr "Taille du fichier"
1475
 
1476
  #: classes/Column/Media/FileName.php:14
1477
  msgid "Filename"
1478
+ msgstr "Nom du fichier"
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Titre"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Vitesse d'obturation"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Distance focale"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Horodateur"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Appareil photo"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Crédit"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Ouverture"
1512
 
1513
  #: classes/Column/Media/ExifData.php:16
1514
  msgid "EXIF Data"
1515
+ msgstr "Données EXIF"
1516
 
1517
  #: classes/Column/Media/Dimensions.php:16
1518
  msgid "Dimensions"
1519
  msgstr "Dimensions"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Légende"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Tailles disponibles"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Afficher"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Supprimer"
1537
 
1570
  "You are about to delete this link '%s'\n"
1571
  " 'Cancel' to stop, 'OK' to delete."
1572
  msgstr ""
1573
+ "Vous êtes sur le point de supprimer ce lien : «%s»\n"
1574
+ "«Annuler» pour arrêter, «OK» pour supprimer."
1575
 
1576
  #: classes/Settings/Column/CustomFieldType.php:53
1577
  msgid "This will determine how the value will be displayed."
1581
  msgid "Field Type"
1582
  msgstr "Type de champ"
1583
 
1584
+ #: classes/Settings/Column/CustomField.php:21
1585
  msgid "Please create a %s item first."
1586
+ msgstr "Veuillez créer un élément %s en premier."
1587
 
1588
+ #: classes/Settings/Column/CustomField.php:21
1589
  msgid "No custom fields available."
1590
  msgstr "Aucun champ personnalisé disponible."
1591
 
1623
  #: classes/Admin/Help/CustomField.php:22
1624
  #: classes/Settings/Column/CustomFieldType.php:168
1625
  #: classes/Settings/Column/Image.php:71
1626
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1627
  msgid "Default"
1628
  msgstr "Par défaut"
1629
 
1633
 
1634
  #: classes/Column/Comment/WordCount.php:14 classes/Column/Post/WordCount.php:14
1635
  msgid "Word Count"
1636
+ msgstr "Nombre de mots"
1637
 
1638
  #: classes/Column/Comment/User.php:14 classes/ListScreen/User.php:12
1639
  #: classes/Settings/Column/CustomFieldType.php:84
1644
 
1645
  #: classes/Column/Comment/Type.php:14
1646
  #: classes/Settings/Column/CustomFieldType.php:56
1647
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1648
  msgid "Type"
1649
  msgstr "Type"
1650
 
1668
 
1669
  #: classes/Column/Comment/DateGmt.php:20
1670
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
1671
+ msgstr "Soumis le <a href=\"%1$s\">%2$s à %3$s</a>"
1672
 
1673
  #: classes/Column/Comment/DateGmt.php:14
1674
  msgid "Date GMT"
1675
  msgstr "Date GMT"
1676
 
1677
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1678
  msgid "Author"
1679
  msgstr "Auteur"
1680
 
1681
  #: classes/Column/Comment/AuthorUrl.php:14
1682
  msgid "Author Url"
1683
+ msgstr "URL de l’auteur·e"
1684
 
1685
  #: classes/Column/Comment/AuthorName.php:14
1686
  msgid "Author Name"
1687
+ msgstr "Nom de l’auteur"
1688
 
1689
  #: classes/Column/Comment/AuthorIP.php:11
1690
  msgid "Author IP"
1691
+ msgstr "IP de lauteur"
1692
 
1693
  #: classes/Column/Comment/AuthorEmail.php:14
1694
  msgid "Author Email"
1695
+ msgstr "E-mail de l’auteur·e"
1696
 
1697
  #: classes/Column/Comment/AuthorAvatar.php:14
1698
  msgid "Avatar"
1699
  msgstr "Avatar"
1700
 
1701
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1702
+ #: classes/Settings/Column/CommentCount.php:46
1703
  msgid "Approved"
1704
  msgstr "Approuvé"
1705
 
1713
 
1714
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1715
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1716
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1717
  msgid "ID"
1718
  msgstr "ID"
1719
 
1720
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1721
  #: classes/Settings/Column/ActionIcons.php:22
1722
+ #: classes/Settings/Column/MissingImageSize.php:22
1723
+ #: classes/Settings/Column/PostFormatIcon.php:24
1724
  #: classes/Settings/Column/StatusIcon.php:24
1725
  #: classes/Settings/Column/Toggle.php:14
1726
  msgid "No"
1728
 
1729
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1730
  #: classes/Settings/Column/ActionIcons.php:21
1731
+ #: classes/Settings/Column/MissingImageSize.php:21
1732
+ #: classes/Settings/Column/PostFormatIcon.php:23
1733
  #: classes/Settings/Column/StatusIcon.php:23
1734
  #: classes/Settings/Column/Toggle.php:13
1735
  msgid "Yes"
1737
 
1738
  #: classes/Settings/Column/ActionIcons.php:27
1739
  msgid "Use icons instead of text for displaying the actions."
1740
+ msgstr "Utilisez des icônes au lieu de texte pour afficher les actions."
1741
 
1742
  #: classes/Settings/Column/ActionIcons.php:26
1743
  msgid "Use icons?"
1744
+ msgstr "Utiliser des icônes ?"
1745
 
1746
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1747
  msgid "Actions"
1748
  msgstr "Actions"
1749
 
1750
+ #: classes/Admin/Addon/WooCommerce.php:14
1751
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1752
  msgstr ""
1753
 
1754
+ #: classes/Admin/Addon/WooCommerce.php:13
1755
  msgid "WooCommerce"
1756
  msgstr "WooCommerce"
1757
 
1758
+ #: classes/Admin/Addon/ACF.php:13
1759
  msgid "Advanced Custom Fields"
1760
  msgstr "Advanced Custom Fields"
1761
 
1762
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1763
  msgid "Plugins"
1764
  msgstr "Extensions"
languages/codepress-admin-columns-he_IL.mo CHANGED
Binary file
languages/codepress-admin-columns-he_IL.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: he_IL\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr "הגדרות עבור %s שוחזרו בהצלחה."
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr "הצג מסך %s"
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr "תגיבה לא תקינה."
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr "עמוד ההרחבות"
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "שדות מיוחדים"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr "שדות מיוחדים מוסתרים"
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr "AdminColumns.com"
@@ -615,62 +767,26 @@ msgstr "AdminColumns.com"
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr "https://www.admincolumns.com"
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr ""
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr ""
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "שגיאה"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "חזרה להגדרות"
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr ""
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "חזרה לעמוד ברוכים הבאים."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr ""
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr ""
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "שדרוג"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr "הגדרות עבור %s עודכנו בהצלחה."
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr ""
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr ""
676
 
@@ -796,11 +912,11 @@ msgstr "עדכון"
796
  msgid "Store settings"
797
  msgstr "הגדרות חנות"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr ""
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "הגדרות"
806
 
@@ -837,30 +953,6 @@ msgstr ""
837
  msgid "General Settings"
838
  msgstr "הגדות כלליות"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr ""
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "למד עוד"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "שינויים עבור"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr ""
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr ""
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr ""
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr ""
@@ -961,70 +1053,71 @@ msgstr "סקירה"
961
  msgid "Default settings succesfully restored."
962
  msgstr ""
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr ""
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr ""
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr "הפורומים שלנו"
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr "עמוד תיעוד"
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr "הסתר התראה לתמיד"
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr "השאר סקירה!"
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr "לחץ כאן"
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr ""
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr "הצג עמוד מחבר"
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr "עריכת מחבר"
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr "הצג פוסט"
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr "עריכת פוסט"
1062
 
@@ -1068,7 +1161,7 @@ msgstr ""
1068
  msgid "Label"
1069
  msgstr "תווית"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "שם"
1074
 
@@ -1088,7 +1181,7 @@ msgstr "פורמט תצוגה"
1088
  msgid "First and Last Name"
1089
  msgstr "שם פרטי ומשפחה"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "אימייל משתמש"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "שם פרטי"
1108
  msgid "Display Name"
1109
  msgstr ""
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "אחרי"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "לפני"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "רוחב"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "מותאם"
1131
 
@@ -1199,18 +1292,10 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr "קישור לתפריט"
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "טקסונומיה"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "דביק"
@@ -1227,7 +1312,7 @@ msgstr "מזהה"
1227
  msgid "Shortcodes"
1228
  msgstr "שורטקודים"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "תפקידים"
1233
 
@@ -1267,7 +1352,7 @@ msgstr ""
1267
  msgid "Post Format"
1268
  msgstr ""
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "תמונה ראשית"
1273
 
@@ -1303,47 +1388,43 @@ msgstr "עומק"
1303
  msgid "Date Published"
1304
  msgstr "תאריך פרסום"
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr ""
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "סטטוס תגובה"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "ספאם"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr ""
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "סך הכל"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr ""
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr "הצג עמוד משתמש"
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr "הצג פוסטים של משתמש"
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr "עריכת פרופיל משתמש"
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "ללא"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "כותרת"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr ""
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr ""
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr ""
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr ""
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "מצלמה"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "קרדיט"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr ""
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "ממדים"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr ""
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "גודל מלא"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "גדלים אפשריים"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr ""
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "הצג"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "פח"
1472
 
@@ -1514,11 +1579,11 @@ msgstr ""
1514
  msgid "Field Type"
1515
  msgstr "סוג שדה"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr ""
1524
 
@@ -1556,7 +1621,7 @@ msgstr "צבע"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "ברירת מחדל"
1562
 
@@ -1577,7 +1642,7 @@ msgstr "משתמש"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "סוג"
1583
 
@@ -1607,7 +1672,7 @@ msgstr "נשלח ב<a href=\"%1$s\">%2$s בשעה %3$s</a>"
1607
  msgid "Date GMT"
1608
  msgstr "תאריך GMT"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "מחבר"
1613
 
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr ""
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "אושר"
1638
 
@@ -1646,12 +1711,14 @@ msgstr "עריכה"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "לא"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr ""
1672
  msgid "Use icons?"
1673
  msgstr "השתמש באייקון?"
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "פעולות"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr "ווקומרס"
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr ""
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr "תוספים"
11
  "Language: he_IL\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
  msgstr ""
174
 
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
  msgstr ""
178
 
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr "הגדרות עבור %s שוחזרו בהצלחה."
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr "הצג מסך %s"
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr "תגיבה לא תקינה."
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr "עמוד ההרחבות"
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "שדות מיוחדים"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr "AdminColumns.com"
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr "https://www.admincolumns.com"
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr ""
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr "הגדרות עבור %s עודכנו בהצלחה."
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr ""
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr ""
792
 
912
  msgid "Store settings"
913
  msgstr "הגדרות חנות"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr ""
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "הגדרות"
922
 
953
  msgid "General Settings"
954
  msgstr "הגדות כלליות"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr ""
1053
  msgid "Default settings succesfully restored."
1054
  msgstr ""
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr ""
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr ""
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr "הפורומים שלנו"
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr "עמוד תיעוד"
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr "הסתר התראה לתמיד"
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr "השאר סקירה!"
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr "לחץ כאן"
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr ""
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr "הצג עמוד מחבר"
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr "עריכת מחבר"
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr "הצג פוסט"
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr "עריכת פוסט"
1155
 
1161
  msgid "Label"
1162
  msgstr "תווית"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "שם"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "שם פרטי ומשפחה"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "אימייל משתמש"
1187
 
1201
  msgid "Display Name"
1202
  msgstr ""
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "אחרי"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "לפני"
1215
 
1218
  msgstr "רוחב"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "מותאם"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr "קישור לתפריט"
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "טקסונומיה"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "דביק"
1312
  msgid "Shortcodes"
1313
  msgstr "שורטקודים"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "תפקידים"
1318
 
1352
  msgid "Post Format"
1353
  msgstr ""
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "תמונה ראשית"
1358
 
1388
  msgid "Date Published"
1389
  msgstr "תאריך פרסום"
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr ""
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "סטטוס תגובה"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "ספאם"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr ""
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "סך הכל"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr "הצג עמוד משתמש"
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr "הצג פוסטים של משתמש"
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr "עריכת פרופיל משתמש"
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "ללא"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "כותרת"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr ""
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr ""
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr ""
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "מצלמה"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "קרדיט"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr ""
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "ממדים"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr ""
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "גדלים אפשריים"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "הצג"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "פח"
1537
 
1579
  msgid "Field Type"
1580
  msgstr "סוג שדה"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr ""
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr ""
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "ברירת מחדל"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "סוג"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr "תאריך GMT"
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "מחבר"
1678
 
1697
  msgstr ""
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr "אושר"
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr "השתמש באייקון?"
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "פעולות"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr "ווקומרס"
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr ""
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr "תוספים"
languages/codepress-admin-columns-hu_HU.mo CHANGED
Binary file
languages/codepress-admin-columns-hu_HU.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: hu\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr ""
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr " Egyedi mezők"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr ""
@@ -615,62 +767,26 @@ msgstr ""
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Oszlopok szerkesztése"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Hiba"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Vissza a beállításokhoz."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Frissítés kész!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Vissza a nyitóoldalra"
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Nincs szükség frissítésre"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Oszlopbeállítások migrálása"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Frissítés"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr ""
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr ""
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "Nincs elérhető oszlopbeállítás."
676
 
@@ -796,11 +912,11 @@ msgstr "Frisítés"
796
  msgid "Store settings"
797
  msgstr "Beállítások tárolása"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr ""
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Beállítások"
806
 
@@ -837,30 +953,6 @@ msgstr "Az Admin Columns beállítások módosítása"
837
  msgid "General Settings"
838
  msgstr "Általános beállítások"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Admin Columns használatának megkezdése"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Bővebb információ"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Változtatások listája"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr "Az Admin Columns még fejlettebb és élvezetesebb, mint valaha. Reméljük tetszeni fog."
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Köszönjük, hogy frissítetted a legújabb verzióra!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Üdvözöl az Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr "Érték: karakterlánc vagy tömb. Megjeleníti, hogy az elem hányszor használja a meta kulcsot."
@@ -961,70 +1053,71 @@ msgstr "Áttekintés"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Alapértelmezett beállítások sikeresen visszaállítva."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Admin Columns beállítások"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr ""
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr ""
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr ""
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr ""
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr ""
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr ""
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  msgstr ""
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr ""
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr ""
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr ""
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr ""
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Ez a név fog megjelenni az oszlop fejlécében."
1068
  msgid "Label"
1069
  msgstr "Címke"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Név"
1074
 
@@ -1088,7 +1181,7 @@ msgstr ""
1088
  msgid "First and Last Name"
1089
  msgstr "Elő- és utónév"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Felhasználó email"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Keresztnév"
1108
  msgid "Display Name"
1109
  msgstr "Megjelenő név"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Utána"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Előtte"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "szélesség"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Egyedi"
1131
 
@@ -1199,18 +1292,10 @@ msgstr ""
1199
  msgid "Link to menu"
1200
  msgstr ""
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr ""
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taxonómia"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr ""
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Kiemelt"
@@ -1227,7 +1312,7 @@ msgstr "Keresőbarát név/slug"
1227
  msgid "Shortcodes"
1228
  msgstr ""
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Jogkörök"
1233
 
@@ -1267,7 +1352,7 @@ msgstr ""
1267
  msgid "Post Format"
1268
  msgstr "Bejegyzés formátum"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Kiemelt kép"
1273
 
@@ -1303,47 +1388,43 @@ msgstr ""
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Hozzászólás státusza"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Levélszemét"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Folyamatban"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Összesen"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "A \"További\" címke előtti rész"
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Nincs"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Cím"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Zársebesség"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Fókusztávolság"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "EXIF szerzői jog"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Időbélyeg"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Fényképezőgép"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Érdem"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Rekesz"
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "Kép kiterjedése"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Kép felirata"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "teljes méret"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Elérhető méretek"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Megtekintés"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Kuka"
1472
 
@@ -1514,11 +1579,11 @@ msgstr "Meghatározza, hogy fog az érték megjelenni."
1514
  msgid "Field Type"
1515
  msgstr "Mező típusa"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr ""
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr "Nincsenek egyedi mezők."
1524
 
@@ -1556,7 +1621,7 @@ msgstr "Szín"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Alapérték"
1562
 
@@ -1577,7 +1642,7 @@ msgstr "Felhasználó"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Típus"
1583
 
@@ -1607,7 +1672,7 @@ msgstr ""
1607
  msgid "Date GMT"
1608
  msgstr "GMT dátum"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Szerző"
1613
 
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr "Avatar"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "Jóváhagyva"
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Szerkesztés"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "Nem"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr ""
1672
  msgid "Use icons?"
1673
  msgstr ""
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Műveletek"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr ""
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr ""
11
  "Language: hu\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
  msgstr ""
170
 
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr ""
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr " Egyedi mezők"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr ""
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Oszlopok szerkesztése"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr ""
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "Nincs elérhető oszlopbeállítás."
792
 
912
  msgid "Store settings"
913
  msgstr "Beállítások tárolása"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr ""
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Beállítások"
922
 
953
  msgid "General Settings"
954
  msgstr "Általános beállítások"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr "Érték: karakterlánc vagy tömb. Megjeleníti, hogy az elem hányszor használja a meta kulcsot."
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Alapértelmezett beállítások sikeresen visszaállítva."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Admin Columns beállítások"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr ""
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr ""
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr ""
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr ""
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr ""
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr ""
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  msgstr ""
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr ""
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr ""
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr ""
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr ""
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Címke"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Név"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Elő- és utónév"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Felhasználó email"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Megjelenő név"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Utána"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Előtte"
1215
 
1218
  msgstr "szélesség"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Egyedi"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr ""
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taxonómia"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Kiemelt"
1312
  msgid "Shortcodes"
1313
  msgstr ""
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Jogkörök"
1318
 
1352
  msgid "Post Format"
1353
  msgstr "Bejegyzés formátum"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Kiemelt kép"
1358
 
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Hozzászólás státusza"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Levélszemét"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Folyamatban"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Összesen"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Nincs"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Cím"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Zársebesség"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Fókusztávolság"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Időbélyeg"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Fényképezőgép"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Érdem"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Rekesz"
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Kép kiterjedése"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Kép felirata"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Elérhető méretek"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Megtekintés"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Kuka"
1537
 
1579
  msgid "Field Type"
1580
  msgstr "Mező típusa"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr ""
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr "Nincsenek egyedi mezők."
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Alapérték"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Típus"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr "GMT dátum"
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "Szerző"
1678
 
1697
  msgstr "Avatar"
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr "Jóváhagyva"
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr ""
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "Műveletek"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr ""
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr ""
languages/codepress-admin-columns-it_IT.mo CHANGED
Binary file
languages/codepress-admin-columns-it_IT.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: it\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Password protected"
16
  msgstr "Protetto da password"
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
- msgstr "Futuro"
21
-
22
- #: classes/Settings/Column/StatusIcon.php:82
23
  msgid "Pending for review"
24
  msgstr "In attesa di revisione"
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr "Bozza"
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr "Pubblicato"
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr "Privato"
37
 
@@ -39,11 +208,12 @@ msgstr "Privato"
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr "Usare un'icona anziché il testo per visualizzare lo stato."
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr "Usare un'icona?"
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr "&hellip;"
49
 
@@ -67,11 +237,11 @@ msgstr "Inviami lo sconto"
67
  msgid "Prices starting from %s"
68
  msgstr "Prezzi a partire da %s"
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr "BuddyPress"
77
 
@@ -99,11 +269,12 @@ msgstr "Elemento ID non valido"
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr "Numero massimo di parole"
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr "Auto"
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr "Altezza in pixel"
172
  msgid "Width in pixels"
173
  msgstr "Larghezza in pixel"
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr "Campo"
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr "Numero massimo di caratteri"
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr "e"
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr "o"
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr "Nascondi"
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr "Mostra la barra degli strumenti"
314
  msgid "Shortlink"
315
  msgstr "Shortlink"
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ", "
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr "Standard"
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr "Avviso"
367
  msgid "Instructions"
368
  msgstr "Istruzioni"
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr "Aiuto"
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr "Pro"
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr "Risposta non valida."
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Campi personalizzati"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr "AdminColumns.com"
@@ -615,62 +767,26 @@ msgstr "AdminColumns.com"
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Modifica colonne"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Scusa. Qualcosa è andato storto durante il processo di aggiornamento. Si prega di segnalare questo sul forum di supporto."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Errore"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Torna alle impostazioni."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Aggiornamento completato!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Tornare alla schermata di benvenuto."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Nessun aggiornamento richiesto"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migrazione Impostazioni colonna"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Aggiornamento"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr "L'add-on pro non è più supportato. Effettua il login sul account e scarica Admin Columns Pro"
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr "Impostazioni per %s aggiornato con successo."
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "Stai tentando di memorizzare le stesse impostazioni per %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "Nessuna impostazione colonne disponibile."
676
 
@@ -796,11 +912,11 @@ msgstr "Aggiorna"
796
  msgid "Store settings"
797
  msgstr "Memorizza le impostazioni"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr "Componenti aggiuntivi"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Impostazioni"
806
 
@@ -837,30 +953,6 @@ msgstr "Personalizza le impostazioni del tuo Admin Columns"
837
  msgid "General Settings"
838
  msgstr "Impostazioni generali"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Inizia ad utilizzare Admin Columns"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Ulteriori informazioni"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Changelog per"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr ""
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Grazie per l'aggiornamento alla versione più recente!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Benvenuto tu Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr ""
@@ -961,70 +1053,71 @@ msgstr "Panoramica"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Le impostazioni predefinite sono state ripristinate."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "Colonna %s è già presente e non può essere duplicata."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Impostazioni Admin Columns"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr "trova le risposte ad alcune domande frequenti"
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr "Forum di Admin Columns su WordPress.org"
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr "Tu puoi anche trovare aiuto su %s, e %s."
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr "i nostri forum"
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr "Come utente Admin Columns Pro, tu puoi anche utilizzare il tuo account di AdminColumns.com per accedere al supporto del prodotto attraverso %s!"
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr "pagina di documentazione"
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  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."
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr "Avvisi permanentemente nascosti"
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr "Lascia un commento!"
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr "fai clic qui"
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr "Admin Columns Pro"
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr "Modifica Post"
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Questo è il nome che apparirà come intestazione della colonna."
1068
  msgid "Label"
1069
  msgstr "Etichetta"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Nome"
1074
 
@@ -1088,7 +1181,7 @@ msgstr "Formato di visualizzazione"
1088
  msgid "First and Last Name"
1089
  msgstr "Nome e Cognome"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Email utente"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Nome"
1108
  msgid "Display Name"
1109
  msgstr "Nome da visualizzare"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Dopo"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Prima"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "larghezza"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Personalizzato"
1131
 
@@ -1199,18 +1292,10 @@ msgstr "Questo farà il link del titolo al menu."
1199
  msgid "Link to menu"
1200
  msgstr "Collegamento al menù"
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr "Usato dal Menu"
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Tassonomia"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr "Titolo senza azioni"
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "In Rilievo"
@@ -1227,7 +1312,7 @@ msgstr "Slug"
1227
  msgid "Shortcodes"
1228
  msgstr "Shortcodes"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Ruoli"
1233
 
@@ -1267,7 +1352,7 @@ msgstr "Ultima modifica Autore"
1267
  msgid "Post Format"
1268
  msgstr "Formato Articolo"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Immagine in evidenza"
1273
 
@@ -1303,47 +1388,43 @@ msgstr "Profondità"
1303
  msgid "Date Published"
1304
  msgstr "Data Pubblicata"
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Seleziona lo status del commento che vuoi mostrare."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Status del commento"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Spam"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Pendente"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Totale"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr ""
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Nessuno"
1349
 
@@ -1396,40 +1477,36 @@ msgstr ""
1396
  msgid "Filename"
1397
  msgstr ""
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Titolo"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Velocità otturatore"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Focale"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "Copyright EXIF"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Timestamp"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Macchina fotografica"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Credito"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr ""
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "Dimensioni"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Didascalia"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "dimensione intera"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Dimensioni Disponibili"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr ""
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr ""
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Cestino"
1472
 
@@ -1516,11 +1581,11 @@ msgstr "Questo determinerà come verrà visualizzato il valore."
1516
  msgid "Field Type"
1517
  msgstr "Tipo di campo"
1518
 
1519
- #: classes/Settings/Column/CustomField.php:32
1520
  msgid "Please create a %s item first."
1521
  msgstr "Per piacere prima crea un %s elemento."
1522
 
1523
- #: classes/Settings/Column/CustomField.php:32
1524
  msgid "No custom fields available."
1525
  msgstr "Nessun campo personalizzato disponibile."
1526
 
@@ -1558,7 +1623,7 @@ msgstr "Colore"
1558
  #: classes/Admin/Help/CustomField.php:22
1559
  #: classes/Settings/Column/CustomFieldType.php:168
1560
  #: classes/Settings/Column/Image.php:71
1561
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1562
  msgid "Default"
1563
  msgstr "Predefinito"
1564
 
@@ -1579,7 +1644,7 @@ msgstr "Utente"
1579
 
1580
  #: classes/Column/Comment/Type.php:14
1581
  #: classes/Settings/Column/CustomFieldType.php:56
1582
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1583
  msgid "Type"
1584
  msgstr "Tipo"
1585
 
@@ -1609,7 +1674,7 @@ msgstr ""
1609
  msgid "Date GMT"
1610
  msgstr "Data GTM"
1611
 
1612
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1613
  msgid "Author"
1614
  msgstr "Autore"
1615
 
@@ -1634,7 +1699,7 @@ msgid "Avatar"
1634
  msgstr "Avatar"
1635
 
1636
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1637
- #: classes/Settings/Column/CommentCount.php:43
1638
  msgid "Approved"
1639
  msgstr "Approvato"
1640
 
@@ -1648,12 +1713,14 @@ msgstr "Modifica"
1648
 
1649
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1650
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1651
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1652
  msgid "ID"
1653
  msgstr "ID"
1654
 
1655
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1656
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1657
  #: classes/Settings/Column/StatusIcon.php:24
1658
  #: classes/Settings/Column/Toggle.php:14
1659
  msgid "No"
@@ -1661,6 +1728,8 @@ msgstr "No"
1661
 
1662
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1663
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1664
  #: classes/Settings/Column/StatusIcon.php:23
1665
  #: classes/Settings/Column/Toggle.php:13
1666
  msgid "Yes"
@@ -1674,22 +1743,22 @@ msgstr "Utilizza le icone al posto del testo per visualizzare le azioni."
1674
  msgid "Use icons?"
1675
  msgstr "Utilizzare le icone?"
1676
 
1677
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1678
  msgid "Actions"
1679
  msgstr "Azioni"
1680
 
1681
- #: classes/Addon/WooCommerce.php:14
1682
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1683
  msgstr "Valorizzare i prodotti, ordini e panoramiche coupons con nuove colonne e modifica in linea."
1684
 
1685
- #: classes/Addon/WooCommerce.php:13
1686
  msgid "WooCommerce"
1687
  msgstr "WooCommerce"
1688
 
1689
- #: classes/Addon/ACF.php:13
1690
  msgid "Advanced Custom Fields"
1691
  msgstr "Campi personalizzati avanzati"
1692
 
1693
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1694
  msgid "Plugins"
1695
  msgstr "Plugin"
11
  "Language: it\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
  msgid "Password protected"
189
  msgstr "Protetto da password"
190
 
191
+ #: classes/Helper/Post.php:137
 
 
 
 
192
  msgid "Pending for review"
193
  msgstr "In attesa di revisione"
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr "Bozza"
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr "Pubblicato"
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr "Privato"
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr "Usare un'icona anziché il testo per visualizzare lo stato."
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr "Usare un'icona?"
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr "&hellip;"
219
 
237
  msgid "Prices starting from %s"
238
  msgstr "Prezzi a partire da %s"
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr "BuddyPress"
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr "Numero massimo di parole"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr "Auto"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr "Larghezza in pixel"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr "Campo"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr "Numero massimo di caratteri"
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr "o"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr "Nascondi"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr "Shortlink"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ", "
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr "Standard"
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr "Istruzioni"
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr "Aiuto"
567
 
605
  msgid "Pro"
606
  msgstr "Pro"
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr "Risposta non valida."
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Campi personalizzati"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr "AdminColumns.com"
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Modifica colonne"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr "Impostazioni per %s aggiornato con successo."
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "Stai tentando di memorizzare le stesse impostazioni per %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "Nessuna impostazione colonne disponibile."
792
 
912
  msgid "Store settings"
913
  msgstr "Memorizza le impostazioni"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr "Componenti aggiuntivi"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Impostazioni"
922
 
953
  msgid "General Settings"
954
  msgstr "Impostazioni generali"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  msgstr ""
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Le impostazioni predefinite sono state ripristinate."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "Colonna %s è già presente e non può essere duplicata."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Impostazioni Admin Columns"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr "trova le risposte ad alcune domande frequenti"
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr "Forum di Admin Columns su WordPress.org"
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr "Tu puoi anche trovare aiuto su %s, e %s."
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr "i nostri forum"
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr "Come utente Admin Columns Pro, tu puoi anche utilizzare il tuo account di AdminColumns.com per accedere al supporto del prodotto attraverso %s!"
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr "pagina di documentazione"
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  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."
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr "Avvisi permanentemente nascosti"
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr "Lascia un commento!"
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr "fai clic qui"
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr "Admin Columns Pro"
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr "Modifica Post"
1155
 
1161
  msgid "Label"
1162
  msgstr "Etichetta"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Nome"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Nome e Cognome"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Email utente"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Nome da visualizzare"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Dopo"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Prima"
1215
 
1218
  msgstr "larghezza"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Personalizzato"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr "Collegamento al menù"
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Tassonomia"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "In Rilievo"
1312
  msgid "Shortcodes"
1313
  msgstr "Shortcodes"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Ruoli"
1318
 
1352
  msgid "Post Format"
1353
  msgstr "Formato Articolo"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Immagine in evidenza"
1358
 
1388
  msgid "Date Published"
1389
  msgstr "Data Pubblicata"
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Seleziona lo status del commento che vuoi mostrare."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Status del commento"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Spam"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Pendente"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Totale"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Nessuno"
1430
 
1477
  msgid "Filename"
1478
  msgstr ""
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Titolo"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Velocità otturatore"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Focale"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Timestamp"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Macchina fotografica"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Credito"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr ""
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Dimensioni"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Didascalia"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Dimensioni Disponibili"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr ""
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Cestino"
1537
 
1581
  msgid "Field Type"
1582
  msgstr "Tipo di campo"
1583
 
1584
+ #: classes/Settings/Column/CustomField.php:21
1585
  msgid "Please create a %s item first."
1586
  msgstr "Per piacere prima crea un %s elemento."
1587
 
1588
+ #: classes/Settings/Column/CustomField.php:21
1589
  msgid "No custom fields available."
1590
  msgstr "Nessun campo personalizzato disponibile."
1591
 
1623
  #: classes/Admin/Help/CustomField.php:22
1624
  #: classes/Settings/Column/CustomFieldType.php:168
1625
  #: classes/Settings/Column/Image.php:71
1626
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1627
  msgid "Default"
1628
  msgstr "Predefinito"
1629
 
1644
 
1645
  #: classes/Column/Comment/Type.php:14
1646
  #: classes/Settings/Column/CustomFieldType.php:56
1647
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1648
  msgid "Type"
1649
  msgstr "Tipo"
1650
 
1674
  msgid "Date GMT"
1675
  msgstr "Data GTM"
1676
 
1677
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1678
  msgid "Author"
1679
  msgstr "Autore"
1680
 
1699
  msgstr "Avatar"
1700
 
1701
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1702
+ #: classes/Settings/Column/CommentCount.php:46
1703
  msgid "Approved"
1704
  msgstr "Approvato"
1705
 
1713
 
1714
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1715
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1716
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1717
  msgid "ID"
1718
  msgstr "ID"
1719
 
1720
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1721
  #: classes/Settings/Column/ActionIcons.php:22
1722
+ #: classes/Settings/Column/MissingImageSize.php:22
1723
+ #: classes/Settings/Column/PostFormatIcon.php:24
1724
  #: classes/Settings/Column/StatusIcon.php:24
1725
  #: classes/Settings/Column/Toggle.php:14
1726
  msgid "No"
1728
 
1729
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1730
  #: classes/Settings/Column/ActionIcons.php:21
1731
+ #: classes/Settings/Column/MissingImageSize.php:21
1732
+ #: classes/Settings/Column/PostFormatIcon.php:23
1733
  #: classes/Settings/Column/StatusIcon.php:23
1734
  #: classes/Settings/Column/Toggle.php:13
1735
  msgid "Yes"
1743
  msgid "Use icons?"
1744
  msgstr "Utilizzare le icone?"
1745
 
1746
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1747
  msgid "Actions"
1748
  msgstr "Azioni"
1749
 
1750
+ #: classes/Admin/Addon/WooCommerce.php:14
1751
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1752
  msgstr "Valorizzare i prodotti, ordini e panoramiche coupons con nuove colonne e modifica in linea."
1753
 
1754
+ #: classes/Admin/Addon/WooCommerce.php:13
1755
  msgid "WooCommerce"
1756
  msgstr "WooCommerce"
1757
 
1758
+ #: classes/Admin/Addon/ACF.php:13
1759
  msgid "Advanced Custom Fields"
1760
  msgstr "Campi personalizzati avanzati"
1761
 
1762
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1763
  msgid "Plugins"
1764
  msgstr "Plugin"
languages/codepress-admin-columns-ja_JA.mo CHANGED
Binary file
languages/codepress-admin-columns-ja_JA.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: ja_JP\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr "無効な項目 ID。"
99
  msgid "By default: %s"
100
  msgstr "デフォルト: %s"
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr "単語数の上限"
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr "単語数制限"
109
 
@@ -111,7 +282,8 @@ msgstr "単語数制限"
111
  msgid "Auto"
112
  msgstr "自動"
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr "表示"
@@ -172,11 +344,11 @@ msgstr "高さ (ピクセル)"
172
  msgid "Width in pixels"
173
  msgstr "幅 (ピクセル)"
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr "%s前"
182
 
@@ -260,13 +432,13 @@ msgstr "複数の ID はカンマで区切ってください。"
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr "フィールド"
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr "制限しない場合は空白にする"
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr "最大文字数"
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr "文字制限"
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr "表示設定"
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr "と"
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr "または"
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr "非表示"
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr "ツールバーを表示"
314
  msgid "Shortlink"
315
  msgstr "短縮リンク"
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr "、"
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr "標準"
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr "コメントの状態"
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr "添付ファイルの数"
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr "完全なパス"
@@ -339,10 +499,6 @@ msgstr "完全なパス"
339
  msgid "Discount is valid until %s"
340
  msgstr "割引は%sまで有効です"
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr "ようこそ"
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr "%s ボタンをテーブル画面に表示"
@@ -367,28 +523,28 @@ msgstr "注意"
367
  msgid "Instructions"
368
  msgstr "手順"
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr "ドキュメンテーション"
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
 
387
- #: classes/Admin/Page/Help.php:248
388
  msgid "View documentation"
389
  msgstr "ドキュメンテーションを表示"
390
 
391
- #: classes/Admin/Page/Help.php:198
392
  msgid "The action %s used on this website is deprecated since %s."
393
  msgstr ""
394
 
@@ -404,7 +560,7 @@ msgstr "非推奨アクション"
404
  msgid "Deprecated Filters"
405
  msgstr "被推奨フィルター"
406
 
407
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
408
  msgid "Help"
409
  msgstr "ヘルプ"
410
 
@@ -448,7 +604,7 @@ msgstr ""
448
  msgid "Pro"
449
  msgstr "プロ版"
450
 
451
- #: classes/Admin/Page/Columns.php:328
452
  msgid "You need at least one column"
453
  msgstr ""
454
 
@@ -460,56 +616,56 @@ msgstr "利用可能"
460
  msgid "Recommended"
461
  msgstr "おすすめ"
462
 
463
- #: classes/Admin/Page/Addons.php:120
464
  msgid "%s could not be activated."
465
  msgstr ""
466
 
467
- #: classes/Admin/Page/Addons.php:110
468
  msgid "%s successfully activated."
469
  msgstr ""
470
 
471
- #: classes/Admin/Page/Addons.php:105
472
  msgid "%s plugin successfully deactivated."
473
  msgstr ""
474
 
475
- #: classes/Admin/Page/Addons.php:104
476
  msgid "%s plugin successfully activated."
477
  msgstr ""
478
 
479
- #: classes/Admin/Page/Addons.php:71
480
  msgid "%s add-on requires %s."
481
  msgid_plural "%s add-ons requires %s."
482
  msgstr[0] ""
483
 
484
- #: classes/Admin/Page/Addons.php:58
485
  msgid "here"
486
  msgstr "ここ"
487
 
488
- #: classes/Admin/Page/Addons.php:58
489
  msgid "Click %s to activate the plugin."
490
  msgstr "プラグインを有効化するには「%s」をクリックしてください。"
491
 
492
- #: classes/Admin/Page/Addons.php:55
493
  msgid "%s plugin is installed, but not active."
494
  msgstr ""
495
 
496
- #: classes/Admin/Page/Addons.php:53
497
  msgid "%s plugin needs to be installed for the add-on to work."
498
  msgstr ""
499
 
500
- #: classes/Addon.php:274
501
  msgid "Display and edit %s fields in the posts overview in seconds!"
502
  msgstr ""
503
 
504
- #: classes/Addon/Types.php:13
505
  msgid "Toolset Types"
506
  msgstr "ツールセットの種類"
507
 
508
- #: classes/Addon/Pods.php:13
509
  msgid "Pods"
510
  msgstr ""
511
 
512
- #: classes/API.php:139
513
  msgid "Imported"
514
  msgstr "インポート済み"
515
 
@@ -549,7 +705,7 @@ msgstr "%s割引を適用"
549
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
550
  msgstr ""
551
 
552
- #: classes/Admin/Page/Columns.php:248
553
  msgid "Please visit the %s screen once to load all available columns"
554
  msgstr ""
555
 
@@ -557,15 +713,15 @@ msgstr ""
557
  msgid "Restore columns"
558
  msgstr "列を復元"
559
 
560
- #: classes/Admin/Page/Columns.php:174
561
  msgid "Settings for %s restored successfully."
562
  msgstr ""
563
 
564
- #: classes/Admin/Page/Columns.php:335
565
  msgid "View %s screen"
566
  msgstr "%s 画面を表示"
567
 
568
- #: classes/Admin/Page/Columns.php:74
569
  msgid "Invalid response."
570
  msgstr "無効なレスポンス。"
571
 
@@ -589,22 +745,18 @@ msgstr ""
589
  msgid "Addon does not exist."
590
  msgstr "アドオンが存在しません。"
591
 
592
- #: classes/Admin/Page/Addons.php:183
593
  msgid "the addons page"
594
  msgstr "アドオンのページ"
595
 
596
- #: classes/Admin/Page/Addons.php:183
597
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
598
  msgstr ""
599
 
600
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
601
  msgid "Custom Fields"
602
  msgstr "カスタムフィールド"
603
 
604
- #: classes/Settings/Column/Meta.php:110
605
- msgid "Hidden Custom Fields"
606
- msgstr "カスタムフィールドを非表示"
607
-
608
  #. Author of the plugin/theme
609
  msgid "AdminColumns.com"
610
  msgstr "AdminColumns.com"
@@ -613,62 +765,26 @@ msgstr "AdminColumns.com"
613
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
614
  msgstr ""
615
 
616
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
617
  #. Plugin URI of the plugin/theme
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Author URI of the plugin/theme
620
  msgid "https://www.admincolumns.com"
621
  msgstr "https://www.admincolumns.com"
622
 
623
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
624
  msgid "Edit columns"
625
  msgstr "列の編集"
626
 
627
- #: classes/Admin/Page/Upgrade.php:310
628
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
629
- msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
630
-
631
- #: classes/Admin/Page/Upgrade.php:309
632
- msgid "Error"
633
- msgstr "エラー"
634
-
635
- #: classes/Admin/Page/Upgrade.php:308
636
- msgid "Return to settings."
637
- msgstr "設定に戻る。"
638
-
639
- #: classes/Admin/Page/Upgrade.php:308
640
- msgid "Upgrade Complete!"
641
- msgstr "アップグレードが完了しました。"
642
-
643
- #: classes/Admin/Page/Upgrade.php:292
644
- msgid "Return to welcome screen."
645
- msgstr "「ようこそ」の画面へ戻ります"
646
-
647
- #: classes/Admin/Page/Upgrade.php:291
648
- msgid "No Upgrade Required"
649
- msgstr "アップグレード不可"
650
-
651
- #: classes/Admin/Page/Upgrade.php:255
652
- msgid "Migrating Column Settings"
653
- msgstr "移行列の設定"
654
-
655
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
656
- msgid "Upgrade"
657
- msgstr "アップグレード"
658
-
659
- #: classes/Admin/Page/Upgrade.php:46
660
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
661
- msgstr ""
662
-
663
- #: classes/Admin/Page/Columns.php:355
664
  msgid "Settings for %s updated successfully."
665
  msgstr ""
666
 
667
- #: classes/Admin/Page/Columns.php:342
668
  msgid "You are trying to store the same settings for %s."
669
  msgstr "%sはすでに設定済みです "
670
 
671
- #: classes/ListScreen.php:652
672
  msgid "No columns settings available."
673
  msgstr "設定された列はありません"
674
 
@@ -794,11 +910,11 @@ msgstr "更新"
794
  msgid "Store settings"
795
  msgstr "ストアー設定"
796
 
797
- #: classes/Admin/Page/Addons.php:19
798
  msgid "Add-ons"
799
  msgstr "アドオン"
800
 
801
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
802
  msgid "Settings"
803
  msgstr "設定"
804
 
@@ -835,32 +951,6 @@ msgstr "管理画面の列表示をカスタマイズします。"
835
  msgid "General Settings"
836
  msgstr "一般設定"
837
 
838
- #: classes/Admin/Page/Welcome.php:90
839
- msgid "Start using Admin Columns"
840
- msgstr "Admin Columns をはじめましょう"
841
-
842
- #: classes/Admin/Page/Upgrade.php:47
843
- msgid "Learn more"
844
- msgstr "詳細"
845
-
846
- #: classes/Admin/Page/Welcome.php:29
847
- msgid "Changelog for"
848
- msgstr "変更履歴の"
849
-
850
- #: classes/Admin/Page/Welcome.php:62
851
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
852
- msgstr ""
853
- "Admin Columns は洗練された管理画面を提供します。\n"
854
- "私たちは、あなたやあなたのユーザーが喜ぶことを願っています。"
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "最新のバージョンに更新して頂きありがとうございます。"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Admin Columns へようこそ"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  msgstr "値: 文字列または配列。meta_keyの場合は回数を表示します。"
@@ -966,70 +1056,71 @@ msgstr "概要"
966
  msgid "Default settings succesfully restored."
967
  msgstr "初期設定を復元しました。"
968
 
969
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
970
  msgid "%s column is already present and can not be duplicated."
971
  msgstr "%s 列はすでに存在します。複製することができません "
972
 
973
- #: classes/Admin.php:130
974
  msgid "Admin Columns Settings"
975
  msgstr "Admin Columns 設定"
976
 
977
- #: classes/Admin/Page/Addons.php:111
978
  msgid "%s successfully deactivated."
979
  msgstr "%s を無効化しました。"
980
 
981
- #: classes/Notice/Review.php:105
982
  msgid "find answers to some frequently asked questions"
983
  msgstr ""
984
 
985
- #: classes/Notice/Review.php:104
986
  msgid "Admin Columns forums on WordPress.org"
987
  msgstr ""
988
 
989
- #: classes/Notice/Review.php:103
990
  msgid "You can also find help on the %s, and %s."
991
  msgstr ""
992
 
993
- #: classes/Notice/Review.php:99
994
  msgid "our forums"
995
  msgstr "フォーラム"
996
 
997
- #: classes/Notice/Review.php:98
998
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
999
  msgstr ""
1000
 
1001
- #: classes/Notice/Review.php:94
1002
  msgid "documentation page"
1003
  msgstr "ドキュメントページ"
1004
 
1005
- #: classes/Notice/Review.php:92
1006
  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."
1007
  msgstr ""
1008
 
1009
- #: classes/Notice/Review.php:85
1010
  msgid "Permanently hide notice"
1011
  msgstr ""
1012
 
1013
- #: classes/Notice/Review.php:84
1014
  msgid "Leave a review!"
1015
  msgstr "レビューを残す"
1016
 
1017
- #: classes/Notice/Review.php:80
1018
  msgid "click here"
1019
  msgstr "ここをクリック"
1020
 
1021
- #: classes/Notice/Review.php:76
1022
  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."
1023
  msgstr ""
1024
 
1025
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1026
  msgid "Admin Columns Pro"
1027
  msgstr "Admin Columns Pro"
1028
 
1029
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1030
  #. Plugin Name of the plugin/theme
1031
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1032
- #: classes/Notice/Review.php:64
 
1033
  msgid "Admin Columns"
1034
  msgstr "Admin Columns"
1035
 
@@ -1049,19 +1140,19 @@ msgstr ""
1049
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1050
  msgstr ""
1051
 
1052
- #: classes/Settings/Column/PostLink.php:68
1053
  msgid "View Public Post Author Page"
1054
  msgstr ""
1055
 
1056
- #: classes/Settings/Column/PostLink.php:67
1057
  msgid "Edit Post Author"
1058
  msgstr "投稿者を編集"
1059
 
1060
- #: classes/Settings/Column/PostLink.php:66
1061
  msgid "View Post"
1062
  msgstr "投稿を表示"
1063
 
1064
- #: classes/Settings/Column/PostLink.php:65
1065
  msgid "Edit Post"
1066
  msgstr "投稿を編集"
1067
 
@@ -1073,7 +1164,7 @@ msgstr "列に表示される名前"
1073
  msgid "Label"
1074
  msgstr "ラベル"
1075
 
1076
- #: classes/Settings/Column/Type.php:29
1077
  msgid "Name"
1078
  msgstr "名称"
1079
 
@@ -1093,7 +1184,7 @@ msgstr "表示形式"
1093
  msgid "First and Last Name"
1094
  msgstr "姓名"
1095
 
1096
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1097
  msgid "User Email"
1098
  msgstr "メールアドレス"
1099
 
@@ -1113,15 +1204,15 @@ msgstr "名"
1113
  msgid "Display Name"
1114
  msgstr "表示名"
1115
 
1116
- #: classes/Settings/Column/BeforeAfter.php:49
1117
  msgid "After"
1118
  msgstr "更新後 "
1119
 
1120
- #: classes/Settings/Column/BeforeAfter.php:41
1121
  msgid "This text will appear before the column value."
1122
  msgstr "このテキストはカラムの値の前に表示されます。"
1123
 
1124
- #: classes/Settings/Column/BeforeAfter.php:40
1125
  msgid "Before"
1126
  msgstr "前"
1127
 
@@ -1130,7 +1221,7 @@ msgid "width"
1130
  msgstr "幅"
1131
 
1132
  #: classes/Settings/Column/CustomFieldType.php:153
1133
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1134
  msgid "Custom"
1135
  msgstr "カスタム"
1136
 
@@ -1204,18 +1295,10 @@ msgstr ""
1204
  msgid "Link to menu"
1205
  msgstr "メニューへのリンク"
1206
 
1207
- #: classes/Column/UsedByMenu.php:17
1208
- msgid "Used by Menu"
1209
- msgstr "メニューで使用中"
1210
-
1211
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1212
  msgid "Taxonomy"
1213
  msgstr "タクソノミー"
1214
 
1215
- #: classes/Column/Post/TitleRaw.php:14
1216
- msgid "Title without actions"
1217
- msgstr "アクションのないタイトル"
1218
-
1219
  #: classes/Column/Post/Sticky.php:16
1220
  msgid "Sticky"
1221
  msgstr "先頭固定表示"
@@ -1232,7 +1315,7 @@ msgstr "スラッグ"
1232
  msgid "Shortcodes"
1233
  msgstr "ショートコード"
1234
 
1235
- #: classes/Column/Post/Roles.php:14
1236
  msgid "Roles"
1237
  msgstr "権限"
1238
 
@@ -1272,7 +1355,7 @@ msgstr "最終更新者"
1272
  msgid "Post Format"
1273
  msgstr "投稿フォーマット"
1274
 
1275
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1276
  msgid "Featured Image"
1277
  msgstr "アイキャッチ画像"
1278
 
@@ -1306,47 +1389,43 @@ msgstr "深さ"
1306
  msgid "Date Published"
1307
  msgstr "発行日"
1308
 
1309
- #: classes/Settings/Column/CommentCount.php:31
1310
  msgid "Select which comment status you like to display."
1311
  msgstr "表示させたいコメントステータスを選択します。"
1312
 
1313
- #: classes/Settings/Column/CommentCount.php:30
1314
  msgid "Comment status"
1315
  msgstr "コメントステータス"
1316
 
1317
  #: classes/Column/Comment/Status.php:25
1318
- #: classes/Settings/Column/CommentCount.php:45
1319
  msgid "Spam"
1320
  msgstr "スパム"
1321
 
1322
  #: classes/Column/Comment/Status.php:27
1323
- #: classes/Settings/Column/CommentCount.php:44
1324
  msgid "Pending"
1325
  msgstr "保留"
1326
 
1327
- #: classes/Settings/Column/CommentCount.php:52
1328
  msgid "Total"
1329
  msgstr "合計"
1330
 
1331
- #: classes/Column/Post/BeforeMoreTag.php:14
1332
- msgid "Before More Tag"
1333
- msgstr "タグの前に"
1334
-
1335
- #: classes/Settings/Column/User.php:135
1336
  msgid "View Public Author Page"
1337
  msgstr "公開投稿者ページを表示"
1338
 
1339
- #: classes/Settings/Column/User.php:134
1340
  msgid "View User Posts"
1341
  msgstr "ユーザーの投稿を表示"
1342
 
1343
- #: classes/Settings/Column/User.php:132
1344
  msgid "Edit User Profile"
1345
  msgstr "ユーザープロファイルを編集"
1346
 
1347
- #: classes/Settings/Column/PostLink.php:73
1348
  #: classes/Settings/Column/Separator.php:26
1349
- #: classes/Settings/Column/User.php:141
1350
  msgid "None"
1351
  msgstr "なし"
1352
 
@@ -1399,40 +1478,36 @@ msgstr "ファイルサイズ"
1399
  msgid "Filename"
1400
  msgstr "ファイル名"
1401
 
1402
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1403
  #: classes/Settings/Column/Term.php:27
1404
  msgid "Title"
1405
  msgstr "タイトル"
1406
 
1407
- #: classes/Settings/Column/ExifData.php:49
1408
  msgid "Shutter Speed"
1409
  msgstr "シャッタースピード"
1410
 
1411
- #: classes/Settings/Column/ExifData.php:48
1412
  msgid "ISO"
1413
  msgstr "ISO"
1414
 
1415
- #: classes/Settings/Column/ExifData.php:47
1416
  msgid "Focal Length"
1417
  msgstr "焦点距離"
1418
 
1419
- #: classes/Settings/Column/ExifData.php:46
1420
- msgid "Copyright EXIF"
1421
- msgstr "EXIF著作権 "
1422
-
1423
- #: classes/Settings/Column/ExifData.php:45
1424
  msgid "Timestamp"
1425
  msgstr "タイムスタンプ"
1426
 
1427
- #: classes/Settings/Column/ExifData.php:43
1428
  msgid "Camera"
1429
  msgstr "カメラ"
1430
 
1431
- #: classes/Settings/Column/ExifData.php:42
1432
  msgid "Credit"
1433
  msgstr "クレジット"
1434
 
1435
- #: classes/Settings/Column/ExifData.php:41
1436
  msgid "Aperture"
1437
  msgstr "口径"
1438
 
@@ -1444,32 +1519,20 @@ msgstr "EXIF データ"
1444
  msgid "Dimensions"
1445
  msgstr "寸法"
1446
 
1447
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1448
  msgid "Caption"
1449
  msgstr "キャプション"
1450
 
1451
- #: classes/Column/Media/AvailableSizes.php:49
1452
- msgid "full size"
1453
- msgstr "フルサイズ"
1454
-
1455
- #: classes/Column/Media/AvailableSizes.php:18
1456
  msgid "Available Sizes"
1457
  msgstr "利用可能なサイズ"
1458
 
1459
- #: classes/Column/Media/AttachedTo.php:14
1460
- msgid "Attached to Post"
1461
- msgstr "投稿に添付"
1462
-
1463
- #: classes/Column/Media/AlternateText.php:14
1464
- msgid "Alt"
1465
- msgstr "Alt"
1466
-
1467
  #: classes/Admin/Page/Columns.php:480
1468
  msgid "View"
1469
  msgstr "表示"
1470
 
1471
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1472
- #: classes/Settings/Column/CommentCount.php:46
1473
  msgid "Trash"
1474
  msgstr "ゴミ箱"
1475
 
@@ -1517,11 +1580,11 @@ msgstr "表示される方法を設定します"
1517
  msgid "Field Type"
1518
  msgstr "フィールド形式"
1519
 
1520
- #: classes/Settings/Column/CustomField.php:32
1521
  msgid "Please create a %s item first."
1522
  msgstr ""
1523
 
1524
- #: classes/Settings/Column/CustomField.php:32
1525
  msgid "No custom fields available."
1526
  msgstr "カスタムフィールドがありません"
1527
 
@@ -1559,7 +1622,7 @@ msgstr "色"
1559
  #: classes/Admin/Help/CustomField.php:22
1560
  #: classes/Settings/Column/CustomFieldType.php:168
1561
  #: classes/Settings/Column/Image.php:71
1562
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1563
  msgid "Default"
1564
  msgstr "デフォルト"
1565
 
@@ -1580,7 +1643,7 @@ msgstr "ユーザー"
1580
 
1581
  #: classes/Column/Comment/Type.php:14
1582
  #: classes/Settings/Column/CustomFieldType.php:56
1583
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1584
  msgid "Type"
1585
  msgstr "タイプ"
1586
 
@@ -1610,7 +1673,7 @@ msgstr ""
1610
  msgid "Date GMT"
1611
  msgstr "日時 (GMT)"
1612
 
1613
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1614
  msgid "Author"
1615
  msgstr "登録者"
1616
 
@@ -1635,7 +1698,7 @@ msgid "Avatar"
1635
  msgstr "アバター"
1636
 
1637
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1638
- #: classes/Settings/Column/CommentCount.php:43
1639
  msgid "Approved"
1640
  msgstr "承認済み"
1641
 
@@ -1649,12 +1712,14 @@ msgstr "編集"
1649
 
1650
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1651
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1652
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1653
  msgid "ID"
1654
  msgstr "ID"
1655
 
1656
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1657
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1658
  #: classes/Settings/Column/StatusIcon.php:24
1659
  #: classes/Settings/Column/Toggle.php:14
1660
  msgid "No"
@@ -1662,6 +1727,8 @@ msgstr "いいえ"
1662
 
1663
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1664
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1665
  #: classes/Settings/Column/StatusIcon.php:23
1666
  #: classes/Settings/Column/Toggle.php:13
1667
  msgid "Yes"
@@ -1675,22 +1742,22 @@ msgstr "アクションの表示にはテキストの代わりにアイコンを
1675
  msgid "Use icons?"
1676
  msgstr "アイコンを使いますか ?"
1677
 
1678
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1679
  msgid "Actions"
1680
  msgstr "アクション"
1681
 
1682
- #: classes/Addon/WooCommerce.php:14
1683
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1684
  msgstr ""
1685
 
1686
- #: classes/Addon/WooCommerce.php:13
1687
  msgid "WooCommerce"
1688
  msgstr "WooCommerce"
1689
 
1690
- #: classes/Addon/ACF.php:13
1691
  msgid "Advanced Custom Fields"
1692
  msgstr "Advanced Custom Fields"
1693
 
1694
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1695
  msgid "Plugins"
1696
  msgstr "プラグイン"
11
  "Language: ja_JP\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
  msgstr ""
178
 
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
  msgstr ""
182
 
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr "デフォルト: %s"
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr "単語数の上限"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr "単語数制限"
280
 
282
  msgid "Auto"
283
  msgstr "自動"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr "表示"
344
  msgid "Width in pixels"
345
  msgstr "幅 (ピクセル)"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr "%s前"
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr "フィールド"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr "制限しない場合は空白にする"
444
 
447
  msgstr "最大文字数"
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr "文字制限"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr "表示設定"
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr "または"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr "非表示"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr "短縮リンク"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr "、"
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr "標準"
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr "完全なパス"
499
  msgid "Discount is valid until %s"
500
  msgstr "割引は%sまで有効です"
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr "%s ボタンをテーブル画面に表示"
523
  msgid "Instructions"
524
  msgstr "手順"
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr "ドキュメンテーション"
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
 
543
+ #: classes/Admin/Page/Help.php:258
544
  msgid "View documentation"
545
  msgstr "ドキュメンテーションを表示"
546
 
547
+ #: classes/Admin/Page/Help.php:203
548
  msgid "The action %s used on this website is deprecated since %s."
549
  msgstr ""
550
 
560
  msgid "Deprecated Filters"
561
  msgstr "被推奨フィルター"
562
 
563
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
564
  msgid "Help"
565
  msgstr "ヘルプ"
566
 
604
  msgid "Pro"
605
  msgstr "プロ版"
606
 
607
+ #: classes/Admin/Page/Columns.php:318
608
  msgid "You need at least one column"
609
  msgstr ""
610
 
616
  msgid "Recommended"
617
  msgstr "おすすめ"
618
 
619
+ #: classes/Admin/Page/Addons.php:113
620
  msgid "%s could not be activated."
621
  msgstr ""
622
 
623
+ #: classes/Admin/Page/Addons.php:103
624
  msgid "%s successfully activated."
625
  msgstr ""
626
 
627
+ #: classes/Admin/Page/Addons.php:98
628
  msgid "%s plugin successfully deactivated."
629
  msgstr ""
630
 
631
+ #: classes/Admin/Page/Addons.php:97
632
  msgid "%s plugin successfully activated."
633
  msgstr ""
634
 
635
+ #: classes/Admin/Page/Addons.php:64
636
  msgid "%s add-on requires %s."
637
  msgid_plural "%s add-ons requires %s."
638
  msgstr[0] ""
639
 
640
+ #: classes/Admin/Page/Addons.php:51
641
  msgid "here"
642
  msgstr "ここ"
643
 
644
+ #: classes/Admin/Page/Addons.php:51
645
  msgid "Click %s to activate the plugin."
646
  msgstr "プラグインを有効化するには「%s」をクリックしてください。"
647
 
648
+ #: classes/Admin/Page/Addons.php:48
649
  msgid "%s plugin is installed, but not active."
650
  msgstr ""
651
 
652
+ #: classes/Admin/Page/Addons.php:46
653
  msgid "%s plugin needs to be installed for the add-on to work."
654
  msgstr ""
655
 
656
+ #: classes/Admin/Addon.php:274
657
  msgid "Display and edit %s fields in the posts overview in seconds!"
658
  msgstr ""
659
 
660
+ #: classes/Admin/Addon/Types.php:13
661
  msgid "Toolset Types"
662
  msgstr "ツールセットの種類"
663
 
664
+ #: classes/Admin/Addon/Pods.php:13
665
  msgid "Pods"
666
  msgstr ""
667
 
668
+ #: classes/API.php:152
669
  msgid "Imported"
670
  msgstr "インポート済み"
671
 
705
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
706
  msgstr ""
707
 
708
+ #: classes/Admin/Page/Columns.php:238
709
  msgid "Please visit the %s screen once to load all available columns"
710
  msgstr ""
711
 
713
  msgid "Restore columns"
714
  msgstr "列を復元"
715
 
716
+ #: classes/Admin/Page/Columns.php:164
717
  msgid "Settings for %s restored successfully."
718
  msgstr ""
719
 
720
+ #: classes/Admin/Page/Columns.php:325
721
  msgid "View %s screen"
722
  msgstr "%s 画面を表示"
723
 
724
+ #: classes/Admin/Page/Columns.php:72
725
  msgid "Invalid response."
726
  msgstr "無効なレスポンス。"
727
 
745
  msgid "Addon does not exist."
746
  msgstr "アドオンが存在しません。"
747
 
748
+ #: classes/Admin/Page/Addons.php:176
749
  msgid "the addons page"
750
  msgstr "アドオンのページ"
751
 
752
+ #: classes/Admin/Page/Addons.php:176
753
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
754
  msgstr ""
755
 
756
+ #: codepress-admin-columns.php:330
757
  msgid "Custom Fields"
758
  msgstr "カスタムフィールド"
759
 
 
 
 
 
760
  #. Author of the plugin/theme
761
  msgid "AdminColumns.com"
762
  msgstr "AdminColumns.com"
765
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
766
  msgstr ""
767
 
768
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
769
  #. Plugin URI of the plugin/theme
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Author URI of the plugin/theme
772
  msgid "https://www.admincolumns.com"
773
  msgstr "https://www.admincolumns.com"
774
 
775
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
776
  msgid "Edit columns"
777
  msgstr "列の編集"
778
 
779
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
  msgid "Settings for %s updated successfully."
781
  msgstr ""
782
 
783
+ #: classes/Admin/Page/Columns.php:332
784
  msgid "You are trying to store the same settings for %s."
785
  msgstr "%sはすでに設定済みです "
786
 
787
+ #: classes/ListScreen.php:674
788
  msgid "No columns settings available."
789
  msgstr "設定された列はありません"
790
 
910
  msgid "Store settings"
911
  msgstr "ストアー設定"
912
 
913
+ #: classes/Admin/Page/Addons.php:12
914
  msgid "Add-ons"
915
  msgstr "アドオン"
916
 
917
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
918
  msgid "Settings"
919
  msgstr "設定"
920
 
951
  msgid "General Settings"
952
  msgstr "一般設定"
953
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
954
  #: classes/Admin/Help/CustomField.php:35
955
  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."
956
  msgstr "値: 文字列または配列。meta_keyの場合は回数を表示します。"
1056
  msgid "Default settings succesfully restored."
1057
  msgstr "初期設定を復元しました。"
1058
 
1059
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1060
  msgid "%s column is already present and can not be duplicated."
1061
  msgstr "%s 列はすでに存在します。複製することができません "
1062
 
1063
+ #: classes/Admin.php:127
1064
  msgid "Admin Columns Settings"
1065
  msgstr "Admin Columns 設定"
1066
 
1067
+ #: classes/Admin/Page/Addons.php:104
1068
  msgid "%s successfully deactivated."
1069
  msgstr "%s を無効化しました。"
1070
 
1071
+ #: classes/Notice/Review.php:106
1072
  msgid "find answers to some frequently asked questions"
1073
  msgstr ""
1074
 
1075
+ #: classes/Notice/Review.php:105
1076
  msgid "Admin Columns forums on WordPress.org"
1077
  msgstr ""
1078
 
1079
+ #: classes/Notice/Review.php:104
1080
  msgid "You can also find help on the %s, and %s."
1081
  msgstr ""
1082
 
1083
+ #: classes/Notice/Review.php:100
1084
  msgid "our forums"
1085
  msgstr "フォーラム"
1086
 
1087
+ #: classes/Notice/Review.php:99
1088
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1089
  msgstr ""
1090
 
1091
+ #: classes/Notice/Review.php:95
1092
  msgid "documentation page"
1093
  msgstr "ドキュメントページ"
1094
 
1095
+ #: classes/Notice/Review.php:93
1096
  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."
1097
  msgstr ""
1098
 
1099
+ #: classes/Notice/Review.php:86
1100
  msgid "Permanently hide notice"
1101
  msgstr ""
1102
 
1103
+ #: classes/Notice/Review.php:85
1104
  msgid "Leave a review!"
1105
  msgstr "レビューを残す"
1106
 
1107
+ #: classes/Notice/Review.php:81
1108
  msgid "click here"
1109
  msgstr "ここをクリック"
1110
 
1111
+ #: classes/Notice/Review.php:77
1112
  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."
1113
  msgstr ""
1114
 
1115
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1116
  msgid "Admin Columns Pro"
1117
  msgstr "Admin Columns Pro"
1118
 
1119
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1120
  #. Plugin Name of the plugin/theme
1121
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1122
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1123
+ #: classes/Plugin/Updater.php:98
1124
  msgid "Admin Columns"
1125
  msgstr "Admin Columns"
1126
 
1140
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1141
  msgstr ""
1142
 
1143
+ #: classes/Settings/Column/PostLink.php:70
1144
  msgid "View Public Post Author Page"
1145
  msgstr ""
1146
 
1147
+ #: classes/Settings/Column/PostLink.php:69
1148
  msgid "Edit Post Author"
1149
  msgstr "投稿者を編集"
1150
 
1151
+ #: classes/Settings/Column/PostLink.php:68
1152
  msgid "View Post"
1153
  msgstr "投稿を表示"
1154
 
1155
+ #: classes/Settings/Column/PostLink.php:67
1156
  msgid "Edit Post"
1157
  msgstr "投稿を編集"
1158
 
1164
  msgid "Label"
1165
  msgstr "ラベル"
1166
 
1167
+ #: classes/Settings/Column/Type.php:32
1168
  msgid "Name"
1169
  msgstr "名称"
1170
 
1184
  msgid "First and Last Name"
1185
  msgstr "姓名"
1186
 
1187
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1188
  msgid "User Email"
1189
  msgstr "メールアドレス"
1190
 
1204
  msgid "Display Name"
1205
  msgstr "表示名"
1206
 
1207
+ #: classes/Settings/Column/BeforeAfter.php:67
1208
  msgid "After"
1209
  msgstr "更新後 "
1210
 
1211
+ #: classes/Settings/Column/BeforeAfter.php:59
1212
  msgid "This text will appear before the column value."
1213
  msgstr "このテキストはカラムの値の前に表示されます。"
1214
 
1215
+ #: classes/Settings/Column/BeforeAfter.php:58
1216
  msgid "Before"
1217
  msgstr "前"
1218
 
1221
  msgstr "幅"
1222
 
1223
  #: classes/Settings/Column/CustomFieldType.php:153
1224
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1225
  msgid "Custom"
1226
  msgstr "カスタム"
1227
 
1295
  msgid "Link to menu"
1296
  msgstr "メニューへのリンク"
1297
 
1298
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1299
  msgid "Taxonomy"
1300
  msgstr "タクソノミー"
1301
 
 
 
 
 
1302
  #: classes/Column/Post/Sticky.php:16
1303
  msgid "Sticky"
1304
  msgstr "先頭固定表示"
1315
  msgid "Shortcodes"
1316
  msgstr "ショートコード"
1317
 
1318
+ #: classes/Settings/Column/User.php:119
1319
  msgid "Roles"
1320
  msgstr "権限"
1321
 
1355
  msgid "Post Format"
1356
  msgstr "投稿フォーマット"
1357
 
1358
+ #: classes/Column/Post/FeaturedImage.php:14
1359
  msgid "Featured Image"
1360
  msgstr "アイキャッチ画像"
1361
 
1389
  msgid "Date Published"
1390
  msgstr "発行日"
1391
 
1392
+ #: classes/Settings/Column/CommentCount.php:34
1393
  msgid "Select which comment status you like to display."
1394
  msgstr "表示させたいコメントステータスを選択します。"
1395
 
1396
+ #: classes/Settings/Column/CommentCount.php:33
1397
  msgid "Comment status"
1398
  msgstr "コメントステータス"
1399
 
1400
  #: classes/Column/Comment/Status.php:25
1401
+ #: classes/Settings/Column/CommentCount.php:48
1402
  msgid "Spam"
1403
  msgstr "スパム"
1404
 
1405
  #: classes/Column/Comment/Status.php:27
1406
+ #: classes/Settings/Column/CommentCount.php:47
1407
  msgid "Pending"
1408
  msgstr "保留"
1409
 
1410
+ #: classes/Settings/Column/CommentCount.php:55
1411
  msgid "Total"
1412
  msgstr "合計"
1413
 
1414
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1415
  msgid "View Public Author Page"
1416
  msgstr "公開投稿者ページを表示"
1417
 
1418
+ #: classes/Settings/Column/User.php:135
1419
  msgid "View User Posts"
1420
  msgstr "ユーザーの投稿を表示"
1421
 
1422
+ #: classes/Settings/Column/User.php:133
1423
  msgid "Edit User Profile"
1424
  msgstr "ユーザープロファイルを編集"
1425
 
1426
+ #: classes/Settings/Column/PostLink.php:66
1427
  #: classes/Settings/Column/Separator.php:26
1428
+ #: classes/Settings/Column/User.php:142
1429
  msgid "None"
1430
  msgstr "なし"
1431
 
1478
  msgid "Filename"
1479
  msgstr "ファイル名"
1480
 
1481
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1482
  #: classes/Settings/Column/Term.php:27
1483
  msgid "Title"
1484
  msgstr "タイトル"
1485
 
1486
+ #: classes/Settings/Column/ExifData.php:80
1487
  msgid "Shutter Speed"
1488
  msgstr "シャッタースピード"
1489
 
1490
+ #: classes/Settings/Column/ExifData.php:79
1491
  msgid "ISO"
1492
  msgstr "ISO"
1493
 
1494
+ #: classes/Settings/Column/ExifData.php:78
1495
  msgid "Focal Length"
1496
  msgstr "焦点距離"
1497
 
1498
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1499
  msgid "Timestamp"
1500
  msgstr "タイムスタンプ"
1501
 
1502
+ #: classes/Settings/Column/ExifData.php:74
1503
  msgid "Camera"
1504
  msgstr "カメラ"
1505
 
1506
+ #: classes/Settings/Column/ExifData.php:73
1507
  msgid "Credit"
1508
  msgstr "クレジット"
1509
 
1510
+ #: classes/Settings/Column/ExifData.php:72
1511
  msgid "Aperture"
1512
  msgstr "口径"
1513
 
1519
  msgid "Dimensions"
1520
  msgstr "寸法"
1521
 
1522
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1523
  msgid "Caption"
1524
  msgstr "キャプション"
1525
 
1526
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1527
  msgid "Available Sizes"
1528
  msgstr "利用可能なサイズ"
1529
 
 
 
 
 
 
 
 
 
1530
  #: classes/Admin/Page/Columns.php:480
1531
  msgid "View"
1532
  msgstr "表示"
1533
 
1534
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1535
+ #: classes/Settings/Column/CommentCount.php:49
1536
  msgid "Trash"
1537
  msgstr "ゴミ箱"
1538
 
1580
  msgid "Field Type"
1581
  msgstr "フィールド形式"
1582
 
1583
+ #: classes/Settings/Column/CustomField.php:21
1584
  msgid "Please create a %s item first."
1585
  msgstr ""
1586
 
1587
+ #: classes/Settings/Column/CustomField.php:21
1588
  msgid "No custom fields available."
1589
  msgstr "カスタムフィールドがありません"
1590
 
1622
  #: classes/Admin/Help/CustomField.php:22
1623
  #: classes/Settings/Column/CustomFieldType.php:168
1624
  #: classes/Settings/Column/Image.php:71
1625
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1626
  msgid "Default"
1627
  msgstr "デフォルト"
1628
 
1643
 
1644
  #: classes/Column/Comment/Type.php:14
1645
  #: classes/Settings/Column/CustomFieldType.php:56
1646
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1647
  msgid "Type"
1648
  msgstr "タイプ"
1649
 
1673
  msgid "Date GMT"
1674
  msgstr "日時 (GMT)"
1675
 
1676
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1677
  msgid "Author"
1678
  msgstr "登録者"
1679
 
1698
  msgstr "アバター"
1699
 
1700
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1701
+ #: classes/Settings/Column/CommentCount.php:46
1702
  msgid "Approved"
1703
  msgstr "承認済み"
1704
 
1712
 
1713
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1714
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1715
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1716
  msgid "ID"
1717
  msgstr "ID"
1718
 
1719
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1720
  #: classes/Settings/Column/ActionIcons.php:22
1721
+ #: classes/Settings/Column/MissingImageSize.php:22
1722
+ #: classes/Settings/Column/PostFormatIcon.php:24
1723
  #: classes/Settings/Column/StatusIcon.php:24
1724
  #: classes/Settings/Column/Toggle.php:14
1725
  msgid "No"
1727
 
1728
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1729
  #: classes/Settings/Column/ActionIcons.php:21
1730
+ #: classes/Settings/Column/MissingImageSize.php:21
1731
+ #: classes/Settings/Column/PostFormatIcon.php:23
1732
  #: classes/Settings/Column/StatusIcon.php:23
1733
  #: classes/Settings/Column/Toggle.php:13
1734
  msgid "Yes"
1742
  msgid "Use icons?"
1743
  msgstr "アイコンを使いますか ?"
1744
 
1745
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1746
  msgid "Actions"
1747
  msgstr "アクション"
1748
 
1749
+ #: classes/Admin/Addon/WooCommerce.php:14
1750
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1751
  msgstr ""
1752
 
1753
+ #: classes/Admin/Addon/WooCommerce.php:13
1754
  msgid "WooCommerce"
1755
  msgstr "WooCommerce"
1756
 
1757
+ #: classes/Admin/Addon/ACF.php:13
1758
  msgid "Advanced Custom Fields"
1759
  msgstr "Advanced Custom Fields"
1760
 
1761
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1762
  msgid "Plugins"
1763
  msgstr "プラグイン"
languages/codepress-admin-columns-nl_NL.mo CHANGED
Binary file
languages/codepress-admin-columns-nl_NL.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: nl\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr "Stuur mij de korting"
67
  msgid "Prices starting from %s"
68
  msgstr "Prijzen vanaf %s"
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr "Toon een veld van je BuddyPress-profiel in je gebruikersoverzicht."
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr "BuddyPress"
77
 
@@ -99,11 +269,12 @@ msgstr "Ongeldig item-ID."
99
  msgid "By default: %s"
100
  msgstr "Standaard: %s"
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr "Maximale aantal woorden"
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr "Woordlimiet"
109
 
@@ -111,7 +282,8 @@ msgstr "Woordlimiet"
111
  msgid "Auto"
112
  msgstr "Auto"
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr "Tonen"
@@ -172,11 +344,11 @@ msgstr "Hoogte in pixels"
172
  msgid "Width in pixels"
173
  msgstr "Breedte in pixels"
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr "in %s"
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr "%s geleden"
182
 
@@ -260,13 +432,13 @@ msgstr "Meerdere ID's moeten worden gescheiden door een komma. "
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr "Gebruikt het ID van een %s om informatie weer te geven."
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr "Veld"
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr "Laat leeg voor geen limiet"
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr "Maximum aantal karakters."
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr "Karakterlimiet"
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr "Weergaveopties"
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr "Deze tekst zal na de kolomwaarde verschijnen."
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr " en "
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr " of "
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr "Verbergen"
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr "%s meer tonen"
304
 
@@ -314,23 +483,14 @@ msgstr "Toolbar tonen"
314
  msgid "Shortlink"
315
  msgstr "Shortlink"
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ", "
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr "Standaard"
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr "Reactiestatus"
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr "Bijlagetelling"
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr "Volledig pad"
@@ -339,10 +499,6 @@ msgstr "Volledig pad"
339
  msgid "Discount is valid until %s"
340
  msgstr "Korting is geldig tot %s"
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr "Welkom"
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr "Toon %s-knop bij tabel-weergave."
@@ -367,29 +523,29 @@ msgstr "Opmerking"
367
  msgid "Instructions"
368
  msgstr "Instructies"
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr "onze documentatie"
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr "Deze site maakt gebruik van enkele acties of filters die zijn veranderd. Lees %s om ze op te lossen."
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr "De Admin Columns plugin heeft enkele grote aanpassing gekregen in versie 4."
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] "De callback die wordt gebruikt is %s."
386
  msgstr[1] "De callbacks die worden gebruikt zijn %s."
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr "Bekijk documentatie."
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr "De actie %s die wordt gebruikt op deze website is verouderd sinds %s."
395
 
@@ -405,7 +561,7 @@ msgstr "Verouderde acties"
405
  msgid "Deprecated Filters"
406
  msgstr "Verouderde filters"
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr "Hulp"
411
 
@@ -449,7 +605,7 @@ msgstr "Bewerk je kolom-inhoud rechtstreeks."
449
  msgid "Pro"
450
  msgstr "Pro"
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr "Je hebt minstens één kolom nodig"
455
 
@@ -461,57 +617,57 @@ msgstr "Beschikbaar"
461
  msgid "Recommended"
462
  msgstr "Aangeraden"
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr "%s kan niet worden geactiveerd."
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr "%s succesvol geactiveerd."
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr "%s plugin succesvol uitgeschakeld."
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr "%s plugin succesvol geactiveerd."
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] "%s add-on vereist %s."
484
  msgstr[1] "%s add-ons vereisen %s."
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr "hier"
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr "Klik %s om de plugin te activeren."
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr "%s plugin is geïnstalleerd, maar niet actief."
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr "%s plugin dient geïnstalleerd te zijn, om de add-on te laten werken."
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr "Toon en bewerk %s-velden in het berichtenoverzicht in enkele seconden."
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr "Toolset-types"
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr "Pods"
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr "Geïmporteerd"
517
 
@@ -551,7 +707,7 @@ msgstr "Krijg %s korting"
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr "De kolommen voor %s zijn via PHP ingesteld, en kunnen daarom niet aangepast worden."
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr "Bezoek eenmalig het %s-scherm om alle beschikbare kolommen te laden"
557
 
@@ -559,15 +715,15 @@ msgstr "Bezoek eenmalig het %s-scherm om alle beschikbare kolommen te laden"
559
  msgid "Restore columns"
560
  msgstr "Herstel originele kolommen"
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr "Kolom-instellingen voor %s succesvol hersteld in originele staat."
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr "Bekijk %s-scherm"
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr "Ongeldige respons."
573
 
@@ -591,22 +747,18 @@ msgstr "Hiervoor heeft u Admin Columns Pro nodig."
591
  msgid "Addon does not exist."
592
  msgstr "Add-on bestaat niet."
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr "de add-ons-pagina"
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr "Wist je dat Admin Columns Pro een add-on heeft voor integratie met %s? Met de juiste licentie kun je onze add-ons downloaden via %s."
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Extra velden"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr "Verborgen extra velden"
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr "AdminColumns.com"
@@ -615,62 +767,26 @@ msgstr "AdminColumns.com"
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr "Pas de kolommen aan op de beheerschermen van post(types), pagina's, media, reacties en gebruikers met een eenvoudige drag-and-drop-interface."
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr "https://www.admincolumns.com"
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Kolommen bewerken"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Fout"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Terug naar instellingen."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Upgrade voltooid!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Ga terug naar het welkomst scherm."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Geen upgrade verreist"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migreer Kolom Instellingen"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Upgraden"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr "The pro add-on wordt niet langer ondersteund. Login op je account en download Admin Columns Pro"
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr "Instellingen voor %s succesvol bijgewerkt."
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "U probeerd dezelfde instellingen op te slaan voor %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "Geen kolom instellingen beschikbaar."
676
 
@@ -796,11 +912,11 @@ msgstr "Bijwerken"
796
  msgid "Store settings"
797
  msgstr "Instellingen opslaan"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr "Add-ons"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Instellingen"
806
 
@@ -837,30 +953,6 @@ msgstr "Pas je Admin Column instellingen aan."
837
  msgid "General Settings"
838
  msgstr "Algemene Instellingen"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Start met Admin Columns"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Meer weten"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Changelog voor"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr "Admin Columns ziet er nog beter uit dan ooit. Veel plezier ermee."
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Bedankt voor het updaten naar de laatste versie!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Welkom bij Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  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."
@@ -961,70 +1053,71 @@ msgstr "Overzicht"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Standaard instellingen succesvol hersteld."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "%s kolom is al in gebruik en kan niet worden gedupliceerd."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Admin Columns Instellingen"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr "%s werd gedeactiveerd."
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr "vind antwoorden op veel gestelde vragen"
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr "Admin Columns forums op WordPress.org"
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr "Je kunt ook hulp vinden op de %, en %s."
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr "onze forums"
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  msgstr "Als Admin Columns Pro gebruiker kun je ook gebruik maken van je AdminColumns.com account voor direct ondersteuning op %s!"
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr "documentatie pagina"
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  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."
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr "Verberg deze notice permanent"
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr "Laat een review achter!"
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr "klik hier"
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr "We willen je niet storen, maar je gebruikt %s nu al een tijdje, en we vroegen ons af of je tevreden was met de plugin. Zo ja, zou je dan een review achter willen laten op WordPress.org? Als je niet blij bent met %s, %s a.u.b."
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr "Admin Columns Pro"
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr "Als je een Business of Developer-licentie hebt, download en installeer d
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr "De %s-kolom is alleen beschikbaar in Admin Columns Pro - Business of Developer."
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr "Bekijk Publieke Bericht Auteur pagina"
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr "Wijzig Bericht Auteur"
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr "Bericht bekijken"
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr "Bericht bewerken"
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Deze naam zal verschijnen als kolom kop."
1068
  msgid "Label"
1069
  msgstr "Label"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Naam"
1074
 
@@ -1088,7 +1181,7 @@ msgstr "Weergave formaat"
1088
  msgid "First and Last Name"
1089
  msgstr "Voor- en achternaam"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Gebruiker Email"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Voornaam"
1108
  msgid "Display Name"
1109
  msgstr "Schermnaam"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Na"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr "Deze tekst wordt getoond voor de kolomwaarde."
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Voor"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "breedte"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Aangepast"
1131
 
@@ -1199,18 +1292,10 @@ msgstr "Dit linkt de titel naar het menu"
1199
  msgid "Link to menu"
1200
  msgstr "Link naar menu"
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr "Ingebruik door menu"
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taxonomy"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr "Titel zonder acties"
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Sticky"
@@ -1227,7 +1312,7 @@ msgstr "Slug"
1227
  msgid "Shortcodes"
1228
  msgstr "Shortcodes"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Rollen"
1233
 
@@ -1267,7 +1352,7 @@ msgstr "Laatst Gewijzigd Auteur"
1267
  msgid "Post Format"
1268
  msgstr "Post formaat"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Uitgelichte afbeelding"
1273
 
@@ -1303,47 +1388,43 @@ msgstr "Diepte"
1303
  msgid "Date Published"
1304
  msgstr "Datum gepubliceerd "
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Selecteer welke reactie status die je wil weergeven."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Comment status"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Spam"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Pending"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Totaal"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "Voor de meer-tag"
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr "Bekijk Publieke Auteur Pagina"
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr "Bekijk gebruikersberichten"
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr "Gebruikersprofiel aanpassen"
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Geen"
1349
 
@@ -1396,40 +1477,36 @@ msgstr "Bestandsgrootte"
1396
  msgid "Filename"
1397
  msgstr "Bestandsnaam"
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Titel"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Sluitertijd"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Brandpuntsafstand"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "Copyright EXIF"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Timestamp"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Camera"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Credit"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Aperture"
1435
 
@@ -1441,32 +1518,20 @@ msgstr "EXIF data"
1441
  msgid "Dimensions"
1442
  msgstr "Afmetingen"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Onderschrift"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "volledige grootte"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Beschikbare Afmetingen"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr "Bijgevoegd aan bericht"
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Bekijk"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Prullenbak"
1472
 
@@ -1516,11 +1581,11 @@ msgstr "Dit zal bepalen hoe de waarde wordt weergeven."
1516
  msgid "Field Type"
1517
  msgstr "Veld type"
1518
 
1519
- #: classes/Settings/Column/CustomField.php:32
1520
  msgid "Please create a %s item first."
1521
  msgstr "Maak eerste een %s item aan."
1522
 
1523
- #: classes/Settings/Column/CustomField.php:32
1524
  msgid "No custom fields available."
1525
  msgstr "Geen custom fields beschikbaar."
1526
 
@@ -1558,7 +1623,7 @@ msgstr "Kleur"
1558
  #: classes/Admin/Help/CustomField.php:22
1559
  #: classes/Settings/Column/CustomFieldType.php:168
1560
  #: classes/Settings/Column/Image.php:71
1561
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1562
  msgid "Default"
1563
  msgstr "Standaard"
1564
 
@@ -1579,7 +1644,7 @@ msgstr "Gebruiker"
1579
 
1580
  #: classes/Column/Comment/Type.php:14
1581
  #: classes/Settings/Column/CustomFieldType.php:56
1582
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1583
  msgid "Type"
1584
  msgstr "Type"
1585
 
@@ -1609,7 +1674,7 @@ msgstr "Verstuurd op <a href=\"%1$s\">%2$s om %3$s</a>"
1609
  msgid "Date GMT"
1610
  msgstr "Datum GMT"
1611
 
1612
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1613
  msgid "Author"
1614
  msgstr "Auteur"
1615
 
@@ -1634,7 +1699,7 @@ msgid "Avatar"
1634
  msgstr "Avatar"
1635
 
1636
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1637
- #: classes/Settings/Column/CommentCount.php:43
1638
  msgid "Approved"
1639
  msgstr "Goedgekeurd"
1640
 
@@ -1648,12 +1713,14 @@ msgstr "Bewerken"
1648
 
1649
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1650
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1651
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1652
  msgid "ID"
1653
  msgstr "ID"
1654
 
1655
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1656
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1657
  #: classes/Settings/Column/StatusIcon.php:24
1658
  #: classes/Settings/Column/Toggle.php:14
1659
  msgid "No"
@@ -1661,6 +1728,8 @@ msgstr "Nee"
1661
 
1662
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1663
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1664
  #: classes/Settings/Column/StatusIcon.php:23
1665
  #: classes/Settings/Column/Toggle.php:13
1666
  msgid "Yes"
@@ -1674,22 +1743,22 @@ msgstr "Gebruik iconen in plaats van tekst om actions te tonen."
1674
  msgid "Use icons?"
1675
  msgstr "Gebruik iconen?"
1676
 
1677
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1678
  msgid "Actions"
1679
  msgstr "Acties"
1680
 
1681
- #: classes/Addon/WooCommerce.php:14
1682
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1683
  msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
1684
 
1685
- #: classes/Addon/WooCommerce.php:13
1686
  msgid "WooCommerce"
1687
  msgstr "WooCommerce"
1688
 
1689
- #: classes/Addon/ACF.php:13
1690
  msgid "Advanced Custom Fields"
1691
  msgstr "Advanced Custom Fields"
1692
 
1693
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1694
  msgid "Plugins"
1695
  msgstr "Plugins"
11
  "Language: nl\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
  msgstr ""
158
 
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
  msgstr ""
162
 
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr "Prijzen vanaf %s"
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr "Toon een veld van je BuddyPress-profiel in je gebruikersoverzicht."
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr "BuddyPress"
247
 
269
  msgid "By default: %s"
270
  msgstr "Standaard: %s"
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr "Maximale aantal woorden"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr "Woordlimiet"
280
 
282
  msgid "Auto"
283
  msgstr "Auto"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr "Tonen"
344
  msgid "Width in pixels"
345
  msgstr "Breedte in pixels"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr "in %s"
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr "%s geleden"
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr "Gebruikt het ID van een %s om informatie weer te geven."
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr "Veld"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr "Laat leeg voor geen limiet"
444
 
447
  msgstr "Maximum aantal karakters."
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr "Karakterlimiet"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr "Weergaveopties"
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr "Deze tekst zal na de kolomwaarde verschijnen."
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr " of "
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr "Verbergen"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr "%s meer tonen"
473
 
483
  msgid "Shortlink"
484
  msgstr "Shortlink"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ", "
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr "Standaard"
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr "Volledig pad"
499
  msgid "Discount is valid until %s"
500
  msgstr "Korting is geldig tot %s"
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr "Toon %s-knop bij tabel-weergave."
523
  msgid "Instructions"
524
  msgstr "Instructies"
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr "onze documentatie"
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr "Deze site maakt gebruik van enkele acties of filters die zijn veranderd. Lees %s om ze op te lossen."
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr "De Admin Columns plugin heeft enkele grote aanpassing gekregen in versie 4."
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] "De callback die wordt gebruikt is %s."
542
  msgstr[1] "De callbacks die worden gebruikt zijn %s."
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr "Bekijk documentatie."
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr "De actie %s die wordt gebruikt op deze website is verouderd sinds %s."
551
 
561
  msgid "Deprecated Filters"
562
  msgstr "Verouderde filters"
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr "Hulp"
567
 
605
  msgid "Pro"
606
  msgstr "Pro"
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr "Je hebt minstens één kolom nodig"
611
 
617
  msgid "Recommended"
618
  msgstr "Aangeraden"
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr "%s kan niet worden geactiveerd."
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr "%s succesvol geactiveerd."
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr "%s plugin succesvol uitgeschakeld."
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr "%s plugin succesvol geactiveerd."
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] "%s add-on vereist %s."
640
  msgstr[1] "%s add-ons vereisen %s."
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr "hier"
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr "Klik %s om de plugin te activeren."
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr "%s plugin is geïnstalleerd, maar niet actief."
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr "%s plugin dient geïnstalleerd te zijn, om de add-on te laten werken."
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr "Toon en bewerk %s-velden in het berichtenoverzicht in enkele seconden."
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr "Toolset-types"
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr "Pods"
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr "Geïmporteerd"
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr "De kolommen voor %s zijn via PHP ingesteld, en kunnen daarom niet aangepast worden."
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr "Bezoek eenmalig het %s-scherm om alle beschikbare kolommen te laden"
713
 
715
  msgid "Restore columns"
716
  msgstr "Herstel originele kolommen"
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr "Kolom-instellingen voor %s succesvol hersteld in originele staat."
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr "Bekijk %s-scherm"
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr "Ongeldige respons."
729
 
747
  msgid "Addon does not exist."
748
  msgstr "Add-on bestaat niet."
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr "de add-ons-pagina"
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr "Wist je dat Admin Columns Pro een add-on heeft voor integratie met %s? Met de juiste licentie kun je onze add-ons downloaden via %s."
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Extra velden"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr "AdminColumns.com"
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr "Pas de kolommen aan op de beheerschermen van post(types), pagina's, media, reacties en gebruikers met een eenvoudige drag-and-drop-interface."
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr "https://www.admincolumns.com"
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Kolommen bewerken"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr "Instellingen voor %s succesvol bijgewerkt."
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "U probeerd dezelfde instellingen op te slaan voor %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "Geen kolom instellingen beschikbaar."
792
 
912
  msgid "Store settings"
913
  msgstr "Instellingen opslaan"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr "Add-ons"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Instellingen"
922
 
953
  msgid "General Settings"
954
  msgstr "Algemene Instellingen"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  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."
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Standaard instellingen succesvol hersteld."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "%s kolom is al in gebruik en kan niet worden gedupliceerd."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Admin Columns Instellingen"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr "%s werd gedeactiveerd."
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr "vind antwoorden op veel gestelde vragen"
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr "Admin Columns forums op WordPress.org"
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr "Je kunt ook hulp vinden op de %, en %s."
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr "onze forums"
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  msgstr "Als Admin Columns Pro gebruiker kun je ook gebruik maken van je AdminColumns.com account voor direct ondersteuning op %s!"
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr "documentatie pagina"
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  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."
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr "Verberg deze notice permanent"
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr "Laat een review achter!"
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr "klik hier"
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr "We willen je niet storen, maar je gebruikt %s nu al een tijdje, en we vroegen ons af of je tevreden was met de plugin. Zo ja, zou je dan een review achter willen laten op WordPress.org? Als je niet blij bent met %s, %s a.u.b."
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr "Admin Columns Pro"
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr "De %s-kolom is alleen beschikbaar in Admin Columns Pro - Business of Developer."
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr "Bekijk Publieke Bericht Auteur pagina"
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr "Wijzig Bericht Auteur"
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr "Bericht bekijken"
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr "Bericht bewerken"
1155
 
1161
  msgid "Label"
1162
  msgstr "Label"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Naam"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Voor- en achternaam"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Gebruiker Email"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Schermnaam"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Na"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr "Deze tekst wordt getoond voor de kolomwaarde."
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Voor"
1215
 
1218
  msgstr "breedte"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Aangepast"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr "Link naar menu"
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taxonomy"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Sticky"
1312
  msgid "Shortcodes"
1313
  msgstr "Shortcodes"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Rollen"
1318
 
1352
  msgid "Post Format"
1353
  msgstr "Post formaat"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Uitgelichte afbeelding"
1358
 
1388
  msgid "Date Published"
1389
  msgstr "Datum gepubliceerd "
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Selecteer welke reactie status die je wil weergeven."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Comment status"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Spam"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Pending"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Totaal"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr "Bekijk Publieke Auteur Pagina"
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr "Bekijk gebruikersberichten"
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr "Gebruikersprofiel aanpassen"
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Geen"
1430
 
1477
  msgid "Filename"
1478
  msgstr "Bestandsnaam"
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Titel"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Sluitertijd"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Brandpuntsafstand"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Timestamp"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Camera"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Credit"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Aperture"
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Afmetingen"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Onderschrift"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Beschikbare Afmetingen"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Bekijk"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Prullenbak"
1537
 
1581
  msgid "Field Type"
1582
  msgstr "Veld type"
1583
 
1584
+ #: classes/Settings/Column/CustomField.php:21
1585
  msgid "Please create a %s item first."
1586
  msgstr "Maak eerste een %s item aan."
1587
 
1588
+ #: classes/Settings/Column/CustomField.php:21
1589
  msgid "No custom fields available."
1590
  msgstr "Geen custom fields beschikbaar."
1591
 
1623
  #: classes/Admin/Help/CustomField.php:22
1624
  #: classes/Settings/Column/CustomFieldType.php:168
1625
  #: classes/Settings/Column/Image.php:71
1626
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1627
  msgid "Default"
1628
  msgstr "Standaard"
1629
 
1644
 
1645
  #: classes/Column/Comment/Type.php:14
1646
  #: classes/Settings/Column/CustomFieldType.php:56
1647
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1648
  msgid "Type"
1649
  msgstr "Type"
1650
 
1674
  msgid "Date GMT"
1675
  msgstr "Datum GMT"
1676
 
1677
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1678
  msgid "Author"
1679
  msgstr "Auteur"
1680
 
1699
  msgstr "Avatar"
1700
 
1701
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1702
+ #: classes/Settings/Column/CommentCount.php:46
1703
  msgid "Approved"
1704
  msgstr "Goedgekeurd"
1705
 
1713
 
1714
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1715
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1716
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1717
  msgid "ID"
1718
  msgstr "ID"
1719
 
1720
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1721
  #: classes/Settings/Column/ActionIcons.php:22
1722
+ #: classes/Settings/Column/MissingImageSize.php:22
1723
+ #: classes/Settings/Column/PostFormatIcon.php:24
1724
  #: classes/Settings/Column/StatusIcon.php:24
1725
  #: classes/Settings/Column/Toggle.php:14
1726
  msgid "No"
1728
 
1729
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1730
  #: classes/Settings/Column/ActionIcons.php:21
1731
+ #: classes/Settings/Column/MissingImageSize.php:21
1732
+ #: classes/Settings/Column/PostFormatIcon.php:23
1733
  #: classes/Settings/Column/StatusIcon.php:23
1734
  #: classes/Settings/Column/Toggle.php:13
1735
  msgid "Yes"
1743
  msgid "Use icons?"
1744
  msgstr "Gebruik iconen?"
1745
 
1746
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1747
  msgid "Actions"
1748
  msgstr "Acties"
1749
 
1750
+ #: classes/Admin/Addon/WooCommerce.php:14
1751
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1752
  msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
1753
 
1754
+ #: classes/Admin/Addon/WooCommerce.php:13
1755
  msgid "WooCommerce"
1756
  msgstr "WooCommerce"
1757
 
1758
+ #: classes/Admin/Addon/ACF.php:13
1759
  msgid "Advanced Custom Fields"
1760
  msgstr "Advanced Custom Fields"
1761
 
1762
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1763
  msgid "Plugins"
1764
  msgstr "Plugins"
languages/codepress-admin-columns-pl_PL.mo CHANGED
Binary file
languages/codepress-admin-columns-pl_PL.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: pl\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,30 +523,30 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
  msgstr[2] ""
388
 
389
- #: classes/Admin/Page/Help.php:248
390
  msgid "View documentation"
391
  msgstr ""
392
 
393
- #: classes/Admin/Page/Help.php:198
394
  msgid "The action %s used on this website is deprecated since %s."
395
  msgstr ""
396
 
@@ -406,7 +562,7 @@ msgstr ""
406
  msgid "Deprecated Filters"
407
  msgstr ""
408
 
409
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
410
  msgid "Help"
411
  msgstr ""
412
 
@@ -450,7 +606,7 @@ msgstr ""
450
  msgid "Pro"
451
  msgstr ""
452
 
453
- #: classes/Admin/Page/Columns.php:328
454
  msgid "You need at least one column"
455
  msgstr ""
456
 
@@ -462,58 +618,58 @@ msgstr ""
462
  msgid "Recommended"
463
  msgstr ""
464
 
465
- #: classes/Admin/Page/Addons.php:120
466
  msgid "%s could not be activated."
467
  msgstr ""
468
 
469
- #: classes/Admin/Page/Addons.php:110
470
  msgid "%s successfully activated."
471
  msgstr ""
472
 
473
- #: classes/Admin/Page/Addons.php:105
474
  msgid "%s plugin successfully deactivated."
475
  msgstr ""
476
 
477
- #: classes/Admin/Page/Addons.php:104
478
  msgid "%s plugin successfully activated."
479
  msgstr ""
480
 
481
- #: classes/Admin/Page/Addons.php:71
482
  msgid "%s add-on requires %s."
483
  msgid_plural "%s add-ons requires %s."
484
  msgstr[0] ""
485
  msgstr[1] ""
486
  msgstr[2] ""
487
 
488
- #: classes/Admin/Page/Addons.php:58
489
  msgid "here"
490
  msgstr ""
491
 
492
- #: classes/Admin/Page/Addons.php:58
493
  msgid "Click %s to activate the plugin."
494
  msgstr ""
495
 
496
- #: classes/Admin/Page/Addons.php:55
497
  msgid "%s plugin is installed, but not active."
498
  msgstr ""
499
 
500
- #: classes/Admin/Page/Addons.php:53
501
  msgid "%s plugin needs to be installed for the add-on to work."
502
  msgstr ""
503
 
504
- #: classes/Addon.php:274
505
  msgid "Display and edit %s fields in the posts overview in seconds!"
506
  msgstr ""
507
 
508
- #: classes/Addon/Types.php:13
509
  msgid "Toolset Types"
510
  msgstr ""
511
 
512
- #: classes/Addon/Pods.php:13
513
  msgid "Pods"
514
  msgstr ""
515
 
516
- #: classes/API.php:139
517
  msgid "Imported"
518
  msgstr ""
519
 
@@ -553,7 +709,7 @@ msgstr ""
553
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
554
  msgstr ""
555
 
556
- #: classes/Admin/Page/Columns.php:248
557
  msgid "Please visit the %s screen once to load all available columns"
558
  msgstr ""
559
 
@@ -561,15 +717,15 @@ msgstr ""
561
  msgid "Restore columns"
562
  msgstr ""
563
 
564
- #: classes/Admin/Page/Columns.php:174
565
  msgid "Settings for %s restored successfully."
566
  msgstr ""
567
 
568
- #: classes/Admin/Page/Columns.php:335
569
  msgid "View %s screen"
570
  msgstr ""
571
 
572
- #: classes/Admin/Page/Columns.php:74
573
  msgid "Invalid response."
574
  msgstr ""
575
 
@@ -593,22 +749,18 @@ msgstr ""
593
  msgid "Addon does not exist."
594
  msgstr ""
595
 
596
- #: classes/Admin/Page/Addons.php:183
597
  msgid "the addons page"
598
  msgstr ""
599
 
600
- #: classes/Admin/Page/Addons.php:183
601
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
602
  msgstr ""
603
 
604
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
605
  msgid "Custom Fields"
606
  msgstr "Pola niestandardowe"
607
 
608
- #: classes/Settings/Column/Meta.php:110
609
- msgid "Hidden Custom Fields"
610
- msgstr ""
611
-
612
  #. Author of the plugin/theme
613
  msgid "AdminColumns.com"
614
  msgstr ""
@@ -617,62 +769,26 @@ msgstr ""
617
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
618
  msgstr ""
619
 
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Plugin URI of the plugin/theme
622
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
623
  #. Author URI of the plugin/theme
624
  msgid "https://www.admincolumns.com"
625
  msgstr ""
626
 
627
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
628
  msgid "Edit columns"
629
  msgstr "Edytuj kolumny"
630
 
631
- #: classes/Admin/Page/Upgrade.php:310
632
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
633
- msgstr "Przykro nam, ale coś poszło źle w trakcie procesu aktualizacji. Napisz o tym na forum pomocy."
634
-
635
- #: classes/Admin/Page/Upgrade.php:309
636
- msgid "Error"
637
- msgstr "Błąd"
638
-
639
- #: classes/Admin/Page/Upgrade.php:308
640
- msgid "Return to settings."
641
- msgstr "Przywróć do ustawień"
642
-
643
- #: classes/Admin/Page/Upgrade.php:308
644
- msgid "Upgrade Complete!"
645
- msgstr "Aktualizacja zakończona"
646
-
647
- #: classes/Admin/Page/Upgrade.php:292
648
- msgid "Return to welcome screen."
649
- msgstr "Powróć do ekranu powitalnego"
650
-
651
- #: classes/Admin/Page/Upgrade.php:291
652
- msgid "No Upgrade Required"
653
- msgstr "Aktualizacja nie jest wymagana"
654
-
655
- #: classes/Admin/Page/Upgrade.php:255
656
- msgid "Migrating Column Settings"
657
- msgstr "Migracja ustawień kolumn"
658
-
659
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
660
- msgid "Upgrade"
661
- msgstr "Aktualizuj"
662
-
663
- #: classes/Admin/Page/Upgrade.php:46
664
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
665
- msgstr ""
666
-
667
- #: classes/Admin/Page/Columns.php:355
668
  msgid "Settings for %s updated successfully."
669
  msgstr ""
670
 
671
- #: classes/Admin/Page/Columns.php:342
672
  msgid "You are trying to store the same settings for %s."
673
  msgstr "Próbujesz przywrócić te same ustawienia dla %s."
674
 
675
- #: classes/ListScreen.php:652
676
  msgid "No columns settings available."
677
  msgstr "Brak dostępnych ustawień kolumn."
678
 
@@ -798,11 +914,11 @@ msgstr "Aktualizuj"
798
  msgid "Store settings"
799
  msgstr "Zapisz ustawienia"
800
 
801
- #: classes/Admin/Page/Addons.php:19
802
  msgid "Add-ons"
803
  msgstr ""
804
 
805
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
806
  msgid "Settings"
807
  msgstr "Ustawienia"
808
 
@@ -839,30 +955,6 @@ msgstr "Zmodyfikuj ustawienia Edytora kolumn."
839
  msgid "General Settings"
840
  msgstr "Ustawienia ogólne"
841
 
842
- #: classes/Admin/Page/Welcome.php:90
843
- msgid "Start using Admin Columns"
844
- msgstr "Zacznij korzystać z Edytora kolumn"
845
-
846
- #: classes/Admin/Page/Upgrade.php:47
847
- msgid "Learn more"
848
- msgstr "Dowiedz się więcej"
849
-
850
- #: classes/Admin/Page/Welcome.php:29
851
- msgid "Changelog for"
852
- msgstr "Dziennik zmian dla"
853
-
854
- #: classes/Admin/Page/Welcome.php:62
855
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
856
- msgstr "Edytor kolumn jest bardziej dopracowany niż kiedykolwiek wcześniej. Mamy nadzięję że Ci się spodoba."
857
-
858
- #: classes/Admin/Page/Welcome.php:61
859
- msgid "Thank you for updating to the latest version!"
860
- msgstr "Dziękujemy za aktualizację do najnowszej wersji!"
861
-
862
- #: classes/Admin/Page/Welcome.php:58
863
- msgid "Welcome to Admin Columns"
864
- msgstr "Witaj w Edytorze kolumn"
865
-
866
  #: classes/Admin/Help/CustomField.php:35
867
  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."
868
  msgstr ""
@@ -963,70 +1055,71 @@ msgstr "Przegląd"
963
  msgid "Default settings succesfully restored."
964
  msgstr "Domyślne ustawienia zostały przywrócone."
965
 
966
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
967
  msgid "%s column is already present and can not be duplicated."
968
  msgstr "Kolumna %s jest już obecna i nie może być zduplikowana."
969
 
970
- #: classes/Admin.php:130
971
  msgid "Admin Columns Settings"
972
  msgstr "Ustawienia edytora kolumn"
973
 
974
- #: classes/Admin/Page/Addons.php:111
975
  msgid "%s successfully deactivated."
976
  msgstr ""
977
 
978
- #: classes/Notice/Review.php:105
979
  msgid "find answers to some frequently asked questions"
980
  msgstr ""
981
 
982
- #: classes/Notice/Review.php:104
983
  msgid "Admin Columns forums on WordPress.org"
984
  msgstr ""
985
 
986
- #: classes/Notice/Review.php:103
987
  msgid "You can also find help on the %s, and %s."
988
  msgstr ""
989
 
990
- #: classes/Notice/Review.php:99
991
  msgid "our forums"
992
  msgstr ""
993
 
994
- #: classes/Notice/Review.php:98
995
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
996
  msgstr ""
997
 
998
- #: classes/Notice/Review.php:94
999
  msgid "documentation page"
1000
  msgstr ""
1001
 
1002
- #: classes/Notice/Review.php:92
1003
  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."
1004
  msgstr ""
1005
 
1006
- #: classes/Notice/Review.php:85
1007
  msgid "Permanently hide notice"
1008
  msgstr ""
1009
 
1010
- #: classes/Notice/Review.php:84
1011
  msgid "Leave a review!"
1012
  msgstr ""
1013
 
1014
- #: classes/Notice/Review.php:80
1015
  msgid "click here"
1016
  msgstr ""
1017
 
1018
- #: classes/Notice/Review.php:76
1019
  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."
1020
  msgstr ""
1021
 
1022
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1023
  msgid "Admin Columns Pro"
1024
  msgstr ""
1025
 
1026
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1027
  #. Plugin Name of the plugin/theme
1028
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1029
- #: classes/Notice/Review.php:64
 
1030
  msgid "Admin Columns"
1031
  msgstr "Edytor kolumn"
1032
 
@@ -1046,19 +1139,19 @@ msgstr ""
1046
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1047
  msgstr ""
1048
 
1049
- #: classes/Settings/Column/PostLink.php:68
1050
  msgid "View Public Post Author Page"
1051
  msgstr ""
1052
 
1053
- #: classes/Settings/Column/PostLink.php:67
1054
  msgid "Edit Post Author"
1055
  msgstr ""
1056
 
1057
- #: classes/Settings/Column/PostLink.php:66
1058
  msgid "View Post"
1059
  msgstr ""
1060
 
1061
- #: classes/Settings/Column/PostLink.php:65
1062
  msgid "Edit Post"
1063
  msgstr ""
1064
 
@@ -1070,7 +1163,7 @@ msgstr "Nazwa, któa będzie wyświetlana w nagłówku kolumny."
1070
  msgid "Label"
1071
  msgstr "Etykieta"
1072
 
1073
- #: classes/Settings/Column/Type.php:29
1074
  msgid "Name"
1075
  msgstr "Nazwa"
1076
 
@@ -1090,7 +1183,7 @@ msgstr ""
1090
  msgid "First and Last Name"
1091
  msgstr "Imię i nazwisko"
1092
 
1093
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1094
  msgid "User Email"
1095
  msgstr "Email użytkownika"
1096
 
@@ -1110,15 +1203,15 @@ msgstr "Imię"
1110
  msgid "Display Name"
1111
  msgstr "Pseudonim"
1112
 
1113
- #: classes/Settings/Column/BeforeAfter.php:49
1114
  msgid "After"
1115
  msgstr "Po"
1116
 
1117
- #: classes/Settings/Column/BeforeAfter.php:41
1118
  msgid "This text will appear before the column value."
1119
  msgstr ""
1120
 
1121
- #: classes/Settings/Column/BeforeAfter.php:40
1122
  msgid "Before"
1123
  msgstr "Przed"
1124
 
@@ -1127,7 +1220,7 @@ msgid "width"
1127
  msgstr "szerokość"
1128
 
1129
  #: classes/Settings/Column/CustomFieldType.php:153
1130
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1131
  msgid "Custom"
1132
  msgstr "Włąsne"
1133
 
@@ -1201,18 +1294,10 @@ msgstr ""
1201
  msgid "Link to menu"
1202
  msgstr ""
1203
 
1204
- #: classes/Column/UsedByMenu.php:17
1205
- msgid "Used by Menu"
1206
- msgstr ""
1207
-
1208
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1209
  msgid "Taxonomy"
1210
  msgstr "Taksonomia"
1211
 
1212
- #: classes/Column/Post/TitleRaw.php:14
1213
- msgid "Title without actions"
1214
- msgstr ""
1215
-
1216
  #: classes/Column/Post/Sticky.php:16
1217
  msgid "Sticky"
1218
  msgstr "Przyklejone"
@@ -1229,7 +1314,7 @@ msgstr "Bezpośredni odnośnik"
1229
  msgid "Shortcodes"
1230
  msgstr ""
1231
 
1232
- #: classes/Column/Post/Roles.php:14
1233
  msgid "Roles"
1234
  msgstr "Role"
1235
 
@@ -1269,7 +1354,7 @@ msgstr ""
1269
  msgid "Post Format"
1270
  msgstr "Format wpisu"
1271
 
1272
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1273
  msgid "Featured Image"
1274
  msgstr "Ikona wpisu"
1275
 
@@ -1307,47 +1392,43 @@ msgstr ""
1307
  msgid "Date Published"
1308
  msgstr ""
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:31
1311
  msgid "Select which comment status you like to display."
1312
  msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
1313
 
1314
- #: classes/Settings/Column/CommentCount.php:30
1315
  msgid "Comment status"
1316
  msgstr "Status komentarza"
1317
 
1318
  #: classes/Column/Comment/Status.php:25
1319
- #: classes/Settings/Column/CommentCount.php:45
1320
  msgid "Spam"
1321
  msgstr "Spam"
1322
 
1323
  #: classes/Column/Comment/Status.php:27
1324
- #: classes/Settings/Column/CommentCount.php:44
1325
  msgid "Pending"
1326
  msgstr "Oczekujący"
1327
 
1328
- #: classes/Settings/Column/CommentCount.php:52
1329
  msgid "Total"
1330
  msgstr "Ogółem"
1331
 
1332
- #: classes/Column/Post/BeforeMoreTag.php:14
1333
- msgid "Before More Tag"
1334
- msgstr "Przed tagiem Czytaj dalej"
1335
-
1336
- #: classes/Settings/Column/User.php:135
1337
  msgid "View Public Author Page"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:134
1341
  msgid "View User Posts"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/User.php:132
1345
  msgid "Edit User Profile"
1346
  msgstr ""
1347
 
1348
- #: classes/Settings/Column/PostLink.php:73
1349
  #: classes/Settings/Column/Separator.php:26
1350
- #: classes/Settings/Column/User.php:141
1351
  msgid "None"
1352
  msgstr "Brak"
1353
 
@@ -1400,40 +1481,36 @@ msgstr ""
1400
  msgid "Filename"
1401
  msgstr ""
1402
 
1403
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1404
  #: classes/Settings/Column/Term.php:27
1405
  msgid "Title"
1406
  msgstr "Tytuł"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:49
1409
  msgid "Shutter Speed"
1410
  msgstr "Szybkość migawki"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:48
1413
  msgid "ISO"
1414
  msgstr "ISO"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:47
1417
  msgid "Focal Length"
1418
  msgstr "Ogniskowa"
1419
 
1420
- #: classes/Settings/Column/ExifData.php:46
1421
- msgid "Copyright EXIF"
1422
- msgstr "Prawa autorskie EXIF"
1423
-
1424
- #: classes/Settings/Column/ExifData.php:45
1425
  msgid "Timestamp"
1426
  msgstr "Data"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:43
1429
  msgid "Camera"
1430
  msgstr "Aparat"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:42
1433
  msgid "Credit"
1434
  msgstr "Autor"
1435
 
1436
- #: classes/Settings/Column/ExifData.php:41
1437
  msgid "Aperture"
1438
  msgstr "Przysłona"
1439
 
@@ -1445,32 +1522,20 @@ msgstr ""
1445
  msgid "Dimensions"
1446
  msgstr "Wymiary"
1447
 
1448
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1449
  msgid "Caption"
1450
  msgstr "Tytuł"
1451
 
1452
- #: classes/Column/Media/AvailableSizes.php:49
1453
- msgid "full size"
1454
- msgstr "pełny rozmiar"
1455
-
1456
- #: classes/Column/Media/AvailableSizes.php:18
1457
  msgid "Available Sizes"
1458
  msgstr "Dostępne rozmiary"
1459
 
1460
- #: classes/Column/Media/AttachedTo.php:14
1461
- msgid "Attached to Post"
1462
- msgstr ""
1463
-
1464
- #: classes/Column/Media/AlternateText.php:14
1465
- msgid "Alt"
1466
- msgstr "Tekst alternatywny"
1467
-
1468
  #: classes/Admin/Page/Columns.php:480
1469
  msgid "View"
1470
  msgstr "Zobacz"
1471
 
1472
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1473
- #: classes/Settings/Column/CommentCount.php:46
1474
  msgid "Trash"
1475
  msgstr "Kosz"
1476
 
@@ -1518,11 +1583,11 @@ msgstr "Określi to sposób wyświetlania wartości."
1518
  msgid "Field Type"
1519
  msgstr "Rodzaj pola"
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "Please create a %s item first."
1523
  msgstr ""
1524
 
1525
- #: classes/Settings/Column/CustomField.php:32
1526
  msgid "No custom fields available."
1527
  msgstr "Brak dostępnych własnych pól."
1528
 
@@ -1560,7 +1625,7 @@ msgstr "Kolor"
1560
  #: classes/Admin/Help/CustomField.php:22
1561
  #: classes/Settings/Column/CustomFieldType.php:168
1562
  #: classes/Settings/Column/Image.php:71
1563
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1564
  msgid "Default"
1565
  msgstr "Domyślny"
1566
 
@@ -1581,7 +1646,7 @@ msgstr ""
1581
 
1582
  #: classes/Column/Comment/Type.php:14
1583
  #: classes/Settings/Column/CustomFieldType.php:56
1584
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1585
  msgid "Type"
1586
  msgstr "Typ"
1587
 
@@ -1611,7 +1676,7 @@ msgstr ""
1611
  msgid "Date GMT"
1612
  msgstr "Data GMT"
1613
 
1614
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1615
  msgid "Author"
1616
  msgstr "Autor"
1617
 
@@ -1636,7 +1701,7 @@ msgid "Avatar"
1636
  msgstr "Avatar"
1637
 
1638
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1639
- #: classes/Settings/Column/CommentCount.php:43
1640
  msgid "Approved"
1641
  msgstr "Zatwierdzona"
1642
 
@@ -1650,12 +1715,14 @@ msgstr "Edytuj"
1650
 
1651
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1652
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1653
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1654
  msgid "ID"
1655
  msgstr "ID"
1656
 
1657
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1658
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1659
  #: classes/Settings/Column/StatusIcon.php:24
1660
  #: classes/Settings/Column/Toggle.php:14
1661
  msgid "No"
@@ -1663,6 +1730,8 @@ msgstr "Nie"
1663
 
1664
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1665
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1666
  #: classes/Settings/Column/StatusIcon.php:23
1667
  #: classes/Settings/Column/Toggle.php:13
1668
  msgid "Yes"
@@ -1676,22 +1745,22 @@ msgstr ""
1676
  msgid "Use icons?"
1677
  msgstr ""
1678
 
1679
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1680
  msgid "Actions"
1681
  msgstr "Działania"
1682
 
1683
- #: classes/Addon/WooCommerce.php:14
1684
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/WooCommerce.php:13
1688
  msgid "WooCommerce"
1689
  msgstr ""
1690
 
1691
- #: classes/Addon/ACF.php:13
1692
  msgid "Advanced Custom Fields"
1693
  msgstr ""
1694
 
1695
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1696
  msgid "Plugins"
1697
  msgstr ""
11
  "Language: pl\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
  msgstr ""
126
 
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
  msgstr ""
130
 
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
  msgstr[2] ""
544
 
545
+ #: classes/Admin/Page/Help.php:258
546
  msgid "View documentation"
547
  msgstr ""
548
 
549
+ #: classes/Admin/Page/Help.php:203
550
  msgid "The action %s used on this website is deprecated since %s."
551
  msgstr ""
552
 
562
  msgid "Deprecated Filters"
563
  msgstr ""
564
 
565
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
566
  msgid "Help"
567
  msgstr ""
568
 
606
  msgid "Pro"
607
  msgstr ""
608
 
609
+ #: classes/Admin/Page/Columns.php:318
610
  msgid "You need at least one column"
611
  msgstr ""
612
 
618
  msgid "Recommended"
619
  msgstr ""
620
 
621
+ #: classes/Admin/Page/Addons.php:113
622
  msgid "%s could not be activated."
623
  msgstr ""
624
 
625
+ #: classes/Admin/Page/Addons.php:103
626
  msgid "%s successfully activated."
627
  msgstr ""
628
 
629
+ #: classes/Admin/Page/Addons.php:98
630
  msgid "%s plugin successfully deactivated."
631
  msgstr ""
632
 
633
+ #: classes/Admin/Page/Addons.php:97
634
  msgid "%s plugin successfully activated."
635
  msgstr ""
636
 
637
+ #: classes/Admin/Page/Addons.php:64
638
  msgid "%s add-on requires %s."
639
  msgid_plural "%s add-ons requires %s."
640
  msgstr[0] ""
641
  msgstr[1] ""
642
  msgstr[2] ""
643
 
644
+ #: classes/Admin/Page/Addons.php:51
645
  msgid "here"
646
  msgstr ""
647
 
648
+ #: classes/Admin/Page/Addons.php:51
649
  msgid "Click %s to activate the plugin."
650
  msgstr ""
651
 
652
+ #: classes/Admin/Page/Addons.php:48
653
  msgid "%s plugin is installed, but not active."
654
  msgstr ""
655
 
656
+ #: classes/Admin/Page/Addons.php:46
657
  msgid "%s plugin needs to be installed for the add-on to work."
658
  msgstr ""
659
 
660
+ #: classes/Admin/Addon.php:274
661
  msgid "Display and edit %s fields in the posts overview in seconds!"
662
  msgstr ""
663
 
664
+ #: classes/Admin/Addon/Types.php:13
665
  msgid "Toolset Types"
666
  msgstr ""
667
 
668
+ #: classes/Admin/Addon/Pods.php:13
669
  msgid "Pods"
670
  msgstr ""
671
 
672
+ #: classes/API.php:152
673
  msgid "Imported"
674
  msgstr ""
675
 
709
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
710
  msgstr ""
711
 
712
+ #: classes/Admin/Page/Columns.php:238
713
  msgid "Please visit the %s screen once to load all available columns"
714
  msgstr ""
715
 
717
  msgid "Restore columns"
718
  msgstr ""
719
 
720
+ #: classes/Admin/Page/Columns.php:164
721
  msgid "Settings for %s restored successfully."
722
  msgstr ""
723
 
724
+ #: classes/Admin/Page/Columns.php:325
725
  msgid "View %s screen"
726
  msgstr ""
727
 
728
+ #: classes/Admin/Page/Columns.php:72
729
  msgid "Invalid response."
730
  msgstr ""
731
 
749
  msgid "Addon does not exist."
750
  msgstr ""
751
 
752
+ #: classes/Admin/Page/Addons.php:176
753
  msgid "the addons page"
754
  msgstr ""
755
 
756
+ #: classes/Admin/Page/Addons.php:176
757
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
758
  msgstr ""
759
 
760
+ #: codepress-admin-columns.php:330
761
  msgid "Custom Fields"
762
  msgstr "Pola niestandardowe"
763
 
 
 
 
 
764
  #. Author of the plugin/theme
765
  msgid "AdminColumns.com"
766
  msgstr ""
769
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
770
  msgstr ""
771
 
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Plugin URI of the plugin/theme
774
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
775
  #. Author URI of the plugin/theme
776
  msgid "https://www.admincolumns.com"
777
  msgstr ""
778
 
779
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
780
  msgid "Edit columns"
781
  msgstr "Edytuj kolumny"
782
 
783
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
784
  msgid "Settings for %s updated successfully."
785
  msgstr ""
786
 
787
+ #: classes/Admin/Page/Columns.php:332
788
  msgid "You are trying to store the same settings for %s."
789
  msgstr "Próbujesz przywrócić te same ustawienia dla %s."
790
 
791
+ #: classes/ListScreen.php:674
792
  msgid "No columns settings available."
793
  msgstr "Brak dostępnych ustawień kolumn."
794
 
914
  msgid "Store settings"
915
  msgstr "Zapisz ustawienia"
916
 
917
+ #: classes/Admin/Page/Addons.php:12
918
  msgid "Add-ons"
919
  msgstr ""
920
 
921
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
922
  msgid "Settings"
923
  msgstr "Ustawienia"
924
 
955
  msgid "General Settings"
956
  msgstr "Ustawienia ogólne"
957
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  #: classes/Admin/Help/CustomField.php:35
959
  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."
960
  msgstr ""
1055
  msgid "Default settings succesfully restored."
1056
  msgstr "Domyślne ustawienia zostały przywrócone."
1057
 
1058
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1059
  msgid "%s column is already present and can not be duplicated."
1060
  msgstr "Kolumna %s jest już obecna i nie może być zduplikowana."
1061
 
1062
+ #: classes/Admin.php:127
1063
  msgid "Admin Columns Settings"
1064
  msgstr "Ustawienia edytora kolumn"
1065
 
1066
+ #: classes/Admin/Page/Addons.php:104
1067
  msgid "%s successfully deactivated."
1068
  msgstr ""
1069
 
1070
+ #: classes/Notice/Review.php:106
1071
  msgid "find answers to some frequently asked questions"
1072
  msgstr ""
1073
 
1074
+ #: classes/Notice/Review.php:105
1075
  msgid "Admin Columns forums on WordPress.org"
1076
  msgstr ""
1077
 
1078
+ #: classes/Notice/Review.php:104
1079
  msgid "You can also find help on the %s, and %s."
1080
  msgstr ""
1081
 
1082
+ #: classes/Notice/Review.php:100
1083
  msgid "our forums"
1084
  msgstr ""
1085
 
1086
+ #: classes/Notice/Review.php:99
1087
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1088
  msgstr ""
1089
 
1090
+ #: classes/Notice/Review.php:95
1091
  msgid "documentation page"
1092
  msgstr ""
1093
 
1094
+ #: classes/Notice/Review.php:93
1095
  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."
1096
  msgstr ""
1097
 
1098
+ #: classes/Notice/Review.php:86
1099
  msgid "Permanently hide notice"
1100
  msgstr ""
1101
 
1102
+ #: classes/Notice/Review.php:85
1103
  msgid "Leave a review!"
1104
  msgstr ""
1105
 
1106
+ #: classes/Notice/Review.php:81
1107
  msgid "click here"
1108
  msgstr ""
1109
 
1110
+ #: classes/Notice/Review.php:77
1111
  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."
1112
  msgstr ""
1113
 
1114
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1115
  msgid "Admin Columns Pro"
1116
  msgstr ""
1117
 
1118
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1119
  #. Plugin Name of the plugin/theme
1120
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1121
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1122
+ #: classes/Plugin/Updater.php:98
1123
  msgid "Admin Columns"
1124
  msgstr "Edytor kolumn"
1125
 
1139
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1140
  msgstr ""
1141
 
1142
+ #: classes/Settings/Column/PostLink.php:70
1143
  msgid "View Public Post Author Page"
1144
  msgstr ""
1145
 
1146
+ #: classes/Settings/Column/PostLink.php:69
1147
  msgid "Edit Post Author"
1148
  msgstr ""
1149
 
1150
+ #: classes/Settings/Column/PostLink.php:68
1151
  msgid "View Post"
1152
  msgstr ""
1153
 
1154
+ #: classes/Settings/Column/PostLink.php:67
1155
  msgid "Edit Post"
1156
  msgstr ""
1157
 
1163
  msgid "Label"
1164
  msgstr "Etykieta"
1165
 
1166
+ #: classes/Settings/Column/Type.php:32
1167
  msgid "Name"
1168
  msgstr "Nazwa"
1169
 
1183
  msgid "First and Last Name"
1184
  msgstr "Imię i nazwisko"
1185
 
1186
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1187
  msgid "User Email"
1188
  msgstr "Email użytkownika"
1189
 
1203
  msgid "Display Name"
1204
  msgstr "Pseudonim"
1205
 
1206
+ #: classes/Settings/Column/BeforeAfter.php:67
1207
  msgid "After"
1208
  msgstr "Po"
1209
 
1210
+ #: classes/Settings/Column/BeforeAfter.php:59
1211
  msgid "This text will appear before the column value."
1212
  msgstr ""
1213
 
1214
+ #: classes/Settings/Column/BeforeAfter.php:58
1215
  msgid "Before"
1216
  msgstr "Przed"
1217
 
1220
  msgstr "szerokość"
1221
 
1222
  #: classes/Settings/Column/CustomFieldType.php:153
1223
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1224
  msgid "Custom"
1225
  msgstr "Włąsne"
1226
 
1294
  msgid "Link to menu"
1295
  msgstr ""
1296
 
1297
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1298
  msgid "Taxonomy"
1299
  msgstr "Taksonomia"
1300
 
 
 
 
 
1301
  #: classes/Column/Post/Sticky.php:16
1302
  msgid "Sticky"
1303
  msgstr "Przyklejone"
1314
  msgid "Shortcodes"
1315
  msgstr ""
1316
 
1317
+ #: classes/Settings/Column/User.php:119
1318
  msgid "Roles"
1319
  msgstr "Role"
1320
 
1354
  msgid "Post Format"
1355
  msgstr "Format wpisu"
1356
 
1357
+ #: classes/Column/Post/FeaturedImage.php:14
1358
  msgid "Featured Image"
1359
  msgstr "Ikona wpisu"
1360
 
1392
  msgid "Date Published"
1393
  msgstr ""
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:34
1396
  msgid "Select which comment status you like to display."
1397
  msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
1398
 
1399
+ #: classes/Settings/Column/CommentCount.php:33
1400
  msgid "Comment status"
1401
  msgstr "Status komentarza"
1402
 
1403
  #: classes/Column/Comment/Status.php:25
1404
+ #: classes/Settings/Column/CommentCount.php:48
1405
  msgid "Spam"
1406
  msgstr "Spam"
1407
 
1408
  #: classes/Column/Comment/Status.php:27
1409
+ #: classes/Settings/Column/CommentCount.php:47
1410
  msgid "Pending"
1411
  msgstr "Oczekujący"
1412
 
1413
+ #: classes/Settings/Column/CommentCount.php:55
1414
  msgid "Total"
1415
  msgstr "Ogółem"
1416
 
1417
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1418
  msgid "View Public Author Page"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:135
1422
  msgid "View User Posts"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/User.php:133
1426
  msgid "Edit User Profile"
1427
  msgstr ""
1428
 
1429
+ #: classes/Settings/Column/PostLink.php:66
1430
  #: classes/Settings/Column/Separator.php:26
1431
+ #: classes/Settings/Column/User.php:142
1432
  msgid "None"
1433
  msgstr "Brak"
1434
 
1481
  msgid "Filename"
1482
  msgstr ""
1483
 
1484
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1485
  #: classes/Settings/Column/Term.php:27
1486
  msgid "Title"
1487
  msgstr "Tytuł"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:80
1490
  msgid "Shutter Speed"
1491
  msgstr "Szybkość migawki"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:79
1494
  msgid "ISO"
1495
  msgstr "ISO"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:78
1498
  msgid "Focal Length"
1499
  msgstr "Ogniskowa"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1502
  msgid "Timestamp"
1503
  msgstr "Data"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:74
1506
  msgid "Camera"
1507
  msgstr "Aparat"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:73
1510
  msgid "Credit"
1511
  msgstr "Autor"
1512
 
1513
+ #: classes/Settings/Column/ExifData.php:72
1514
  msgid "Aperture"
1515
  msgstr "Przysłona"
1516
 
1522
  msgid "Dimensions"
1523
  msgstr "Wymiary"
1524
 
1525
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1526
  msgid "Caption"
1527
  msgstr "Tytuł"
1528
 
1529
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1530
  msgid "Available Sizes"
1531
  msgstr "Dostępne rozmiary"
1532
 
 
 
 
 
 
 
 
 
1533
  #: classes/Admin/Page/Columns.php:480
1534
  msgid "View"
1535
  msgstr "Zobacz"
1536
 
1537
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1538
+ #: classes/Settings/Column/CommentCount.php:49
1539
  msgid "Trash"
1540
  msgstr "Kosz"
1541
 
1583
  msgid "Field Type"
1584
  msgstr "Rodzaj pola"
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "Please create a %s item first."
1588
  msgstr ""
1589
 
1590
+ #: classes/Settings/Column/CustomField.php:21
1591
  msgid "No custom fields available."
1592
  msgstr "Brak dostępnych własnych pól."
1593
 
1625
  #: classes/Admin/Help/CustomField.php:22
1626
  #: classes/Settings/Column/CustomFieldType.php:168
1627
  #: classes/Settings/Column/Image.php:71
1628
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1629
  msgid "Default"
1630
  msgstr "Domyślny"
1631
 
1646
 
1647
  #: classes/Column/Comment/Type.php:14
1648
  #: classes/Settings/Column/CustomFieldType.php:56
1649
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1650
  msgid "Type"
1651
  msgstr "Typ"
1652
 
1676
  msgid "Date GMT"
1677
  msgstr "Data GMT"
1678
 
1679
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1680
  msgid "Author"
1681
  msgstr "Autor"
1682
 
1701
  msgstr "Avatar"
1702
 
1703
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1704
+ #: classes/Settings/Column/CommentCount.php:46
1705
  msgid "Approved"
1706
  msgstr "Zatwierdzona"
1707
 
1715
 
1716
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1717
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1718
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1719
  msgid "ID"
1720
  msgstr "ID"
1721
 
1722
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1723
  #: classes/Settings/Column/ActionIcons.php:22
1724
+ #: classes/Settings/Column/MissingImageSize.php:22
1725
+ #: classes/Settings/Column/PostFormatIcon.php:24
1726
  #: classes/Settings/Column/StatusIcon.php:24
1727
  #: classes/Settings/Column/Toggle.php:14
1728
  msgid "No"
1730
 
1731
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1732
  #: classes/Settings/Column/ActionIcons.php:21
1733
+ #: classes/Settings/Column/MissingImageSize.php:21
1734
+ #: classes/Settings/Column/PostFormatIcon.php:23
1735
  #: classes/Settings/Column/StatusIcon.php:23
1736
  #: classes/Settings/Column/Toggle.php:13
1737
  msgid "Yes"
1745
  msgid "Use icons?"
1746
  msgstr ""
1747
 
1748
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1749
  msgid "Actions"
1750
  msgstr "Działania"
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:14
1753
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/WooCommerce.php:13
1757
  msgid "WooCommerce"
1758
  msgstr ""
1759
 
1760
+ #: classes/Admin/Addon/ACF.php:13
1761
  msgid "Advanced Custom Fields"
1762
  msgstr ""
1763
 
1764
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1765
  msgid "Plugins"
1766
  msgstr ""
languages/codepress-admin-columns-ro_RO.mo CHANGED
Binary file
languages/codepress-admin-columns-ro_RO.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-09-16 19:51:36+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: ro\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr "ID element invalid."
99
  msgid "By default: %s"
100
  msgstr "Implicit: %s"
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr "Număr maxim de cuvinte"
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr "Înălțime în pixeli"
172
  msgid "Width in pixels"
173
  msgstr "Lățime în pixeli"
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr "în %s"
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr "acum %s"
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr "Câmp"
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr "Lasă gol pentru nicio limită"
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr "Număr maxim de caractere"
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr "Limită de caractere"
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr "și"
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr "sau"
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr "Ascunde"
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr "Arată bară de unelte"
314
  msgid "Shortlink"
315
  msgstr "Legătură scurtă"
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ", "
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr "Standard"
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr "Stare comentariu"
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,30 +523,30 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr "Instrucțiuni"
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr "documentația noastră"
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
  msgstr[2] ""
388
 
389
- #: classes/Admin/Page/Help.php:248
390
  msgid "View documentation"
391
  msgstr "Vezi documentația"
392
 
393
- #: classes/Admin/Page/Help.php:198
394
  msgid "The action %s used on this website is deprecated since %s."
395
  msgstr ""
396
 
@@ -406,7 +562,7 @@ msgstr "Acțiuni învechite"
406
  msgid "Deprecated Filters"
407
  msgstr "Filtre învechite"
408
 
409
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
410
  msgid "Help"
411
  msgstr "Ajutor"
412
 
@@ -450,7 +606,7 @@ msgstr ""
450
  msgid "Pro"
451
  msgstr "Pro"
452
 
453
- #: classes/Admin/Page/Columns.php:328
454
  msgid "You need at least one column"
455
  msgstr ""
456
 
@@ -462,58 +618,58 @@ msgstr ""
462
  msgid "Recommended"
463
  msgstr ""
464
 
465
- #: classes/Admin/Page/Addons.php:120
466
  msgid "%s could not be activated."
467
  msgstr "%s n-a putut fi activat."
468
 
469
- #: classes/Admin/Page/Addons.php:110
470
  msgid "%s successfully activated."
471
  msgstr "%s activat cu succes."
472
 
473
- #: classes/Admin/Page/Addons.php:105
474
  msgid "%s plugin successfully deactivated."
475
  msgstr "Modulul %s dezactivat cu succes."
476
 
477
- #: classes/Admin/Page/Addons.php:104
478
  msgid "%s plugin successfully activated."
479
  msgstr "Modulul %s activat cu succes."
480
 
481
- #: classes/Admin/Page/Addons.php:71
482
  msgid "%s add-on requires %s."
483
  msgid_plural "%s add-ons requires %s."
484
  msgstr[0] "%s supliment necesită %s."
485
  msgstr[1] "%s suplimente necesită %s."
486
  msgstr[2] "%s de suplimente necesită %s."
487
 
488
- #: classes/Admin/Page/Addons.php:58
489
  msgid "here"
490
  msgstr "aici"
491
 
492
- #: classes/Admin/Page/Addons.php:58
493
  msgid "Click %s to activate the plugin."
494
  msgstr "Dă clic pe %s pentru a activa modulul."
495
 
496
- #: classes/Admin/Page/Addons.php:55
497
  msgid "%s plugin is installed, but not active."
498
  msgstr "Modulul %s este instalat, dar nu este activ."
499
 
500
- #: classes/Admin/Page/Addons.php:53
501
  msgid "%s plugin needs to be installed for the add-on to work."
502
  msgstr ""
503
 
504
- #: classes/Addon.php:274
505
  msgid "Display and edit %s fields in the posts overview in seconds!"
506
  msgstr ""
507
 
508
- #: classes/Addon/Types.php:13
509
  msgid "Toolset Types"
510
  msgstr ""
511
 
512
- #: classes/Addon/Pods.php:13
513
  msgid "Pods"
514
  msgstr ""
515
 
516
- #: classes/API.php:139
517
  msgid "Imported"
518
  msgstr ""
519
 
@@ -553,7 +709,7 @@ msgstr ""
553
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
554
  msgstr ""
555
 
556
- #: classes/Admin/Page/Columns.php:248
557
  msgid "Please visit the %s screen once to load all available columns"
558
  msgstr ""
559
 
@@ -561,15 +717,15 @@ msgstr ""
561
  msgid "Restore columns"
562
  msgstr "Restaurează coloane"
563
 
564
- #: classes/Admin/Page/Columns.php:174
565
  msgid "Settings for %s restored successfully."
566
  msgstr "Setările pentru %s s-au restaurat cu succes."
567
 
568
- #: classes/Admin/Page/Columns.php:335
569
  msgid "View %s screen"
570
  msgstr "Vezi ecranul %s"
571
 
572
- #: classes/Admin/Page/Columns.php:74
573
  msgid "Invalid response."
574
  msgstr "Răspuns invalid."
575
 
@@ -593,22 +749,18 @@ msgstr ""
593
  msgid "Addon does not exist."
594
  msgstr "Suplimentul nu există."
595
 
596
- #: classes/Admin/Page/Addons.php:183
597
  msgid "the addons page"
598
  msgstr "pagina suplimentelor"
599
 
600
- #: classes/Admin/Page/Addons.php:183
601
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
602
  msgstr ""
603
 
604
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
605
  msgid "Custom Fields"
606
  msgstr "Câmpuri personalizate"
607
 
608
- #: classes/Settings/Column/Meta.php:110
609
- msgid "Hidden Custom Fields"
610
- msgstr "Câmpuri personalizate ascunse"
611
-
612
  #. Author of the plugin/theme
613
  msgid "AdminColumns.com"
614
  msgstr ""
@@ -617,62 +769,26 @@ msgstr ""
617
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
618
  msgstr ""
619
 
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Plugin URI of the plugin/theme
622
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
623
  #. Author URI of the plugin/theme
624
  msgid "https://www.admincolumns.com"
625
  msgstr "https://www.admincolumns.com"
626
 
627
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
628
  msgid "Edit columns"
629
  msgstr "Editează coloane"
630
 
631
- #: classes/Admin/Page/Upgrade.php:310
632
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
633
- msgstr ""
634
-
635
- #: classes/Admin/Page/Upgrade.php:309
636
- msgid "Error"
637
- msgstr "Eroare"
638
-
639
- #: classes/Admin/Page/Upgrade.php:308
640
- msgid "Return to settings."
641
- msgstr "Înapoi la setări."
642
-
643
- #: classes/Admin/Page/Upgrade.php:308
644
- msgid "Upgrade Complete!"
645
- msgstr "Actualizare finalizată!"
646
-
647
- #: classes/Admin/Page/Upgrade.php:292
648
- msgid "Return to welcome screen."
649
- msgstr ""
650
-
651
- #: classes/Admin/Page/Upgrade.php:291
652
- msgid "No Upgrade Required"
653
- msgstr ""
654
-
655
- #: classes/Admin/Page/Upgrade.php:255
656
- msgid "Migrating Column Settings"
657
- msgstr ""
658
-
659
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
660
- msgid "Upgrade"
661
- msgstr "Actualizare"
662
-
663
- #: classes/Admin/Page/Upgrade.php:46
664
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
665
- msgstr ""
666
-
667
- #: classes/Admin/Page/Columns.php:355
668
  msgid "Settings for %s updated successfully."
669
  msgstr ""
670
 
671
- #: classes/Admin/Page/Columns.php:342
672
  msgid "You are trying to store the same settings for %s."
673
  msgstr ""
674
 
675
- #: classes/ListScreen.php:652
676
  msgid "No columns settings available."
677
  msgstr ""
678
 
@@ -798,11 +914,11 @@ msgstr "Actualizează"
798
  msgid "Store settings"
799
  msgstr ""
800
 
801
- #: classes/Admin/Page/Addons.php:19
802
  msgid "Add-ons"
803
  msgstr "Suplimente"
804
 
805
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
806
  msgid "Settings"
807
  msgstr "Setări"
808
 
@@ -839,30 +955,6 @@ msgstr ""
839
  msgid "General Settings"
840
  msgstr "Setări generale"
841
 
842
- #: classes/Admin/Page/Welcome.php:90
843
- msgid "Start using Admin Columns"
844
- msgstr ""
845
-
846
- #: classes/Admin/Page/Upgrade.php:47
847
- msgid "Learn more"
848
- msgstr "Află mai multe"
849
-
850
- #: classes/Admin/Page/Welcome.php:29
851
- msgid "Changelog for"
852
- msgstr "Istoric modificări pentru"
853
-
854
- #: classes/Admin/Page/Welcome.php:62
855
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
856
- msgstr ""
857
-
858
- #: classes/Admin/Page/Welcome.php:61
859
- msgid "Thank you for updating to the latest version!"
860
- msgstr ""
861
-
862
- #: classes/Admin/Page/Welcome.php:58
863
- msgid "Welcome to Admin Columns"
864
- msgstr ""
865
-
866
  #: classes/Admin/Help/CustomField.php:35
867
  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."
868
  msgstr ""
@@ -963,70 +1055,71 @@ msgstr "Prezentare generală"
963
  msgid "Default settings succesfully restored."
964
  msgstr "Setările implicite s-au restaurat cu succes."
965
 
966
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
967
  msgid "%s column is already present and can not be duplicated."
968
  msgstr ""
969
 
970
- #: classes/Admin.php:130
971
  msgid "Admin Columns Settings"
972
  msgstr ""
973
 
974
- #: classes/Admin/Page/Addons.php:111
975
  msgid "%s successfully deactivated."
976
  msgstr "%s dezactivat cu succes."
977
 
978
- #: classes/Notice/Review.php:105
979
  msgid "find answers to some frequently asked questions"
980
  msgstr ""
981
 
982
- #: classes/Notice/Review.php:104
983
  msgid "Admin Columns forums on WordPress.org"
984
  msgstr ""
985
 
986
- #: classes/Notice/Review.php:103
987
  msgid "You can also find help on the %s, and %s."
988
  msgstr ""
989
 
990
- #: classes/Notice/Review.php:99
991
  msgid "our forums"
992
  msgstr "forumurile noastre"
993
 
994
- #: classes/Notice/Review.php:98
995
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
996
  msgstr ""
997
 
998
- #: classes/Notice/Review.php:94
999
  msgid "documentation page"
1000
  msgstr "pagină documentație"
1001
 
1002
- #: classes/Notice/Review.php:92
1003
  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."
1004
  msgstr ""
1005
 
1006
- #: classes/Notice/Review.php:85
1007
  msgid "Permanently hide notice"
1008
  msgstr "Ascunde notificarea definitiv"
1009
 
1010
- #: classes/Notice/Review.php:84
1011
  msgid "Leave a review!"
1012
  msgstr "Trimite o recenzie!"
1013
 
1014
- #: classes/Notice/Review.php:80
1015
  msgid "click here"
1016
  msgstr "dă clic aici"
1017
 
1018
- #: classes/Notice/Review.php:76
1019
  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."
1020
  msgstr ""
1021
 
1022
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1023
  msgid "Admin Columns Pro"
1024
  msgstr ""
1025
 
1026
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1027
  #. Plugin Name of the plugin/theme
1028
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1029
- #: classes/Notice/Review.php:64
 
1030
  msgid "Admin Columns"
1031
  msgstr ""
1032
 
@@ -1046,21 +1139,21 @@ msgstr ""
1046
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1047
  msgstr ""
1048
 
1049
- #: classes/Settings/Column/PostLink.php:68
1050
  msgid "View Public Post Author Page"
1051
  msgstr ""
1052
 
1053
- #: classes/Settings/Column/PostLink.php:67
1054
  msgid "Edit Post Author"
1055
  msgstr "Editează autor articol"
1056
 
1057
- #: classes/Settings/Column/PostLink.php:66
1058
  msgid "View Post"
1059
  msgstr "Vezi articol"
1060
 
1061
- #: classes/Settings/Column/PostLink.php:65
1062
  msgid "Edit Post"
1063
- msgstr "Editează articol"
1064
 
1065
  #: classes/Settings/Column/Label.php:28
1066
  msgid "This is the name which will appear as the column header."
@@ -1070,7 +1163,7 @@ msgstr ""
1070
  msgid "Label"
1071
  msgstr "Etichetă"
1072
 
1073
- #: classes/Settings/Column/Type.php:29
1074
  msgid "Name"
1075
  msgstr "Nume"
1076
 
@@ -1090,7 +1183,7 @@ msgstr "Afișare format"
1090
  msgid "First and Last Name"
1091
  msgstr "Prenume și nume"
1092
 
1093
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1094
  msgid "User Email"
1095
  msgstr "Email utilizator"
1096
 
@@ -1110,15 +1203,15 @@ msgstr "Prenume"
1110
  msgid "Display Name"
1111
  msgstr "Afișează nume"
1112
 
1113
- #: classes/Settings/Column/BeforeAfter.php:49
1114
  msgid "After"
1115
  msgstr "După"
1116
 
1117
- #: classes/Settings/Column/BeforeAfter.php:41
1118
  msgid "This text will appear before the column value."
1119
  msgstr ""
1120
 
1121
- #: classes/Settings/Column/BeforeAfter.php:40
1122
  msgid "Before"
1123
  msgstr "Înainte"
1124
 
@@ -1127,7 +1220,7 @@ msgid "width"
1127
  msgstr "lățime"
1128
 
1129
  #: classes/Settings/Column/CustomFieldType.php:153
1130
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1131
  msgid "Custom"
1132
  msgstr "Personalizat"
1133
 
@@ -1201,18 +1294,10 @@ msgstr ""
1201
  msgid "Link to menu"
1202
  msgstr "Legătură la meniu"
1203
 
1204
- #: classes/Column/UsedByMenu.php:17
1205
- msgid "Used by Menu"
1206
- msgstr ""
1207
-
1208
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1209
  msgid "Taxonomy"
1210
  msgstr "Taxonomie"
1211
 
1212
- #: classes/Column/Post/TitleRaw.php:14
1213
- msgid "Title without actions"
1214
- msgstr ""
1215
-
1216
  #: classes/Column/Post/Sticky.php:16
1217
  msgid "Sticky"
1218
  msgstr "Reprezentativ"
@@ -1229,7 +1314,7 @@ msgstr "Descriptor"
1229
  msgid "Shortcodes"
1230
  msgstr "Scurtcoduri"
1231
 
1232
- #: classes/Column/Post/Roles.php:14
1233
  msgid "Roles"
1234
  msgstr "Roluri"
1235
 
@@ -1269,7 +1354,7 @@ msgstr ""
1269
  msgid "Post Format"
1270
  msgstr "Format articol"
1271
 
1272
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1273
  msgid "Featured Image"
1274
  msgstr "Imagine reprezentativă"
1275
 
@@ -1307,47 +1392,43 @@ msgstr "Adâncime"
1307
  msgid "Date Published"
1308
  msgstr "Dată publicată"
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:31
1311
  msgid "Select which comment status you like to display."
1312
  msgstr ""
1313
 
1314
- #: classes/Settings/Column/CommentCount.php:30
1315
  msgid "Comment status"
1316
  msgstr "Stare comentariu"
1317
 
1318
  #: classes/Column/Comment/Status.php:25
1319
- #: classes/Settings/Column/CommentCount.php:45
1320
  msgid "Spam"
1321
  msgstr "Spam"
1322
 
1323
  #: classes/Column/Comment/Status.php:27
1324
- #: classes/Settings/Column/CommentCount.php:44
1325
  msgid "Pending"
1326
  msgstr "În așteptare"
1327
 
1328
- #: classes/Settings/Column/CommentCount.php:52
1329
  msgid "Total"
1330
  msgstr "Total"
1331
 
1332
- #: classes/Column/Post/BeforeMoreTag.php:14
1333
- msgid "Before More Tag"
1334
- msgstr ""
1335
-
1336
- #: classes/Settings/Column/User.php:135
1337
  msgid "View Public Author Page"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:134
1341
  msgid "View User Posts"
1342
  msgstr "Vezi articole utilizator"
1343
 
1344
- #: classes/Settings/Column/User.php:132
1345
  msgid "Edit User Profile"
1346
  msgstr "Editează profil utilizator"
1347
 
1348
- #: classes/Settings/Column/PostLink.php:73
1349
  #: classes/Settings/Column/Separator.php:26
1350
- #: classes/Settings/Column/User.php:141
1351
  msgid "None"
1352
  msgstr "Niciunul"
1353
 
@@ -1400,40 +1481,36 @@ msgstr "Dimensiune fișier"
1400
  msgid "Filename"
1401
  msgstr "Nume fișier"
1402
 
1403
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1404
  #: classes/Settings/Column/Term.php:27
1405
  msgid "Title"
1406
  msgstr "Titlu"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:49
1409
  msgid "Shutter Speed"
1410
  msgstr "Viteza de declanșare"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:48
1413
  msgid "ISO"
1414
  msgstr "ISO"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:47
1417
  msgid "Focal Length"
1418
  msgstr ""
1419
 
1420
- #: classes/Settings/Column/ExifData.php:46
1421
- msgid "Copyright EXIF"
1422
- msgstr ""
1423
-
1424
- #: classes/Settings/Column/ExifData.php:45
1425
  msgid "Timestamp"
1426
  msgstr ""
1427
 
1428
- #: classes/Settings/Column/ExifData.php:43
1429
  msgid "Camera"
1430
  msgstr ""
1431
 
1432
- #: classes/Settings/Column/ExifData.php:42
1433
  msgid "Credit"
1434
  msgstr ""
1435
 
1436
- #: classes/Settings/Column/ExifData.php:41
1437
  msgid "Aperture"
1438
  msgstr "Deschidere"
1439
 
@@ -1445,32 +1522,20 @@ msgstr "Date EXIF"
1445
  msgid "Dimensions"
1446
  msgstr "Dimensiuni"
1447
 
1448
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1449
  msgid "Caption"
1450
  msgstr "Text asociat"
1451
 
1452
- #: classes/Column/Media/AvailableSizes.php:49
1453
- msgid "full size"
1454
- msgstr "dimensiune completă"
1455
-
1456
- #: classes/Column/Media/AvailableSizes.php:18
1457
  msgid "Available Sizes"
1458
  msgstr "Dimensiuni disponibile"
1459
 
1460
- #: classes/Column/Media/AttachedTo.php:14
1461
- msgid "Attached to Post"
1462
- msgstr "Atașat la articol"
1463
-
1464
- #: classes/Column/Media/AlternateText.php:14
1465
- msgid "Alt"
1466
- msgstr ""
1467
-
1468
  #: classes/Admin/Page/Columns.php:480
1469
  msgid "View"
1470
  msgstr "Vezi"
1471
 
1472
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1473
- #: classes/Settings/Column/CommentCount.php:46
1474
  msgid "Trash"
1475
  msgstr "Gunoi"
1476
 
@@ -1518,11 +1583,11 @@ msgstr ""
1518
  msgid "Field Type"
1519
  msgstr "Tip de câmp"
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "Please create a %s item first."
1523
  msgstr ""
1524
 
1525
- #: classes/Settings/Column/CustomField.php:32
1526
  msgid "No custom fields available."
1527
  msgstr "Niciun câmp personalizat disponibil."
1528
 
@@ -1560,7 +1625,7 @@ msgstr "Culoare"
1560
  #: classes/Admin/Help/CustomField.php:22
1561
  #: classes/Settings/Column/CustomFieldType.php:168
1562
  #: classes/Settings/Column/Image.php:71
1563
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1564
  msgid "Default"
1565
  msgstr "Implicit"
1566
 
@@ -1581,7 +1646,7 @@ msgstr "Utilizator"
1581
 
1582
  #: classes/Column/Comment/Type.php:14
1583
  #: classes/Settings/Column/CustomFieldType.php:56
1584
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1585
  msgid "Type"
1586
  msgstr "Tip"
1587
 
@@ -1611,7 +1676,7 @@ msgstr ""
1611
  msgid "Date GMT"
1612
  msgstr "Dată GMT"
1613
 
1614
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1615
  msgid "Author"
1616
  msgstr "Autor"
1617
 
@@ -1636,7 +1701,7 @@ msgid "Avatar"
1636
  msgstr "Avatar"
1637
 
1638
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1639
- #: classes/Settings/Column/CommentCount.php:43
1640
  msgid "Approved"
1641
  msgstr "Aprobat"
1642
 
@@ -1650,12 +1715,14 @@ msgstr "Editare"
1650
 
1651
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1652
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1653
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1654
  msgid "ID"
1655
  msgstr "ID"
1656
 
1657
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1658
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1659
  #: classes/Settings/Column/StatusIcon.php:24
1660
  #: classes/Settings/Column/Toggle.php:14
1661
  msgid "No"
@@ -1663,6 +1730,8 @@ msgstr "Nu"
1663
 
1664
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1665
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1666
  #: classes/Settings/Column/StatusIcon.php:23
1667
  #: classes/Settings/Column/Toggle.php:13
1668
  msgid "Yes"
@@ -1676,22 +1745,22 @@ msgstr ""
1676
  msgid "Use icons?"
1677
  msgstr "Folosești iconuri?"
1678
 
1679
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1680
  msgid "Actions"
1681
  msgstr "Acțiuni"
1682
 
1683
- #: classes/Addon/WooCommerce.php:14
1684
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/WooCommerce.php:13
1688
  msgid "WooCommerce"
1689
  msgstr "WooCommerce"
1690
 
1691
- #: classes/Addon/ACF.php:13
1692
  msgid "Advanced Custom Fields"
1693
  msgstr "Câmpuri personalizate avansate"
1694
 
1695
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1696
  msgid "Plugins"
1697
  msgstr "Module"
2
  # This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-11-26 15:48:19+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: ro\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
  msgstr ""
174
 
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
  msgstr ""
178
 
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr "Implicit: %s"
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr "Număr maxim de cuvinte"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr "Lățime în pixeli"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr "în %s"
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr "acum %s"
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr "Câmp"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr "Lasă gol pentru nicio limită"
444
 
447
  msgstr "Număr maxim de caractere"
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr "Limită de caractere"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr "sau"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr "Ascunde"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr "Legătură scurtă"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ", "
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr "Standard"
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr "Instrucțiuni"
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr "documentația noastră"
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
  msgstr[2] ""
544
 
545
+ #: classes/Admin/Page/Help.php:258
546
  msgid "View documentation"
547
  msgstr "Vezi documentația"
548
 
549
+ #: classes/Admin/Page/Help.php:203
550
  msgid "The action %s used on this website is deprecated since %s."
551
  msgstr ""
552
 
562
  msgid "Deprecated Filters"
563
  msgstr "Filtre învechite"
564
 
565
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
566
  msgid "Help"
567
  msgstr "Ajutor"
568
 
606
  msgid "Pro"
607
  msgstr "Pro"
608
 
609
+ #: classes/Admin/Page/Columns.php:318
610
  msgid "You need at least one column"
611
  msgstr ""
612
 
618
  msgid "Recommended"
619
  msgstr ""
620
 
621
+ #: classes/Admin/Page/Addons.php:113
622
  msgid "%s could not be activated."
623
  msgstr "%s n-a putut fi activat."
624
 
625
+ #: classes/Admin/Page/Addons.php:103
626
  msgid "%s successfully activated."
627
  msgstr "%s activat cu succes."
628
 
629
+ #: classes/Admin/Page/Addons.php:98
630
  msgid "%s plugin successfully deactivated."
631
  msgstr "Modulul %s dezactivat cu succes."
632
 
633
+ #: classes/Admin/Page/Addons.php:97
634
  msgid "%s plugin successfully activated."
635
  msgstr "Modulul %s activat cu succes."
636
 
637
+ #: classes/Admin/Page/Addons.php:64
638
  msgid "%s add-on requires %s."
639
  msgid_plural "%s add-ons requires %s."
640
  msgstr[0] "%s supliment necesită %s."
641
  msgstr[1] "%s suplimente necesită %s."
642
  msgstr[2] "%s de suplimente necesită %s."
643
 
644
+ #: classes/Admin/Page/Addons.php:51
645
  msgid "here"
646
  msgstr "aici"
647
 
648
+ #: classes/Admin/Page/Addons.php:51
649
  msgid "Click %s to activate the plugin."
650
  msgstr "Dă clic pe %s pentru a activa modulul."
651
 
652
+ #: classes/Admin/Page/Addons.php:48
653
  msgid "%s plugin is installed, but not active."
654
  msgstr "Modulul %s este instalat, dar nu este activ."
655
 
656
+ #: classes/Admin/Page/Addons.php:46
657
  msgid "%s plugin needs to be installed for the add-on to work."
658
  msgstr ""
659
 
660
+ #: classes/Admin/Addon.php:274
661
  msgid "Display and edit %s fields in the posts overview in seconds!"
662
  msgstr ""
663
 
664
+ #: classes/Admin/Addon/Types.php:13
665
  msgid "Toolset Types"
666
  msgstr ""
667
 
668
+ #: classes/Admin/Addon/Pods.php:13
669
  msgid "Pods"
670
  msgstr ""
671
 
672
+ #: classes/API.php:152
673
  msgid "Imported"
674
  msgstr ""
675
 
709
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
710
  msgstr ""
711
 
712
+ #: classes/Admin/Page/Columns.php:238
713
  msgid "Please visit the %s screen once to load all available columns"
714
  msgstr ""
715
 
717
  msgid "Restore columns"
718
  msgstr "Restaurează coloane"
719
 
720
+ #: classes/Admin/Page/Columns.php:164
721
  msgid "Settings for %s restored successfully."
722
  msgstr "Setările pentru %s s-au restaurat cu succes."
723
 
724
+ #: classes/Admin/Page/Columns.php:325
725
  msgid "View %s screen"
726
  msgstr "Vezi ecranul %s"
727
 
728
+ #: classes/Admin/Page/Columns.php:72
729
  msgid "Invalid response."
730
  msgstr "Răspuns invalid."
731
 
749
  msgid "Addon does not exist."
750
  msgstr "Suplimentul nu există."
751
 
752
+ #: classes/Admin/Page/Addons.php:176
753
  msgid "the addons page"
754
  msgstr "pagina suplimentelor"
755
 
756
+ #: classes/Admin/Page/Addons.php:176
757
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
758
  msgstr ""
759
 
760
+ #: codepress-admin-columns.php:330
761
  msgid "Custom Fields"
762
  msgstr "Câmpuri personalizate"
763
 
 
 
 
 
764
  #. Author of the plugin/theme
765
  msgid "AdminColumns.com"
766
  msgstr ""
769
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
770
  msgstr ""
771
 
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Plugin URI of the plugin/theme
774
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
775
  #. Author URI of the plugin/theme
776
  msgid "https://www.admincolumns.com"
777
  msgstr "https://www.admincolumns.com"
778
 
779
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
780
  msgid "Edit columns"
781
  msgstr "Editează coloane"
782
 
783
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
784
  msgid "Settings for %s updated successfully."
785
  msgstr ""
786
 
787
+ #: classes/Admin/Page/Columns.php:332
788
  msgid "You are trying to store the same settings for %s."
789
  msgstr ""
790
 
791
+ #: classes/ListScreen.php:674
792
  msgid "No columns settings available."
793
  msgstr ""
794
 
914
  msgid "Store settings"
915
  msgstr ""
916
 
917
+ #: classes/Admin/Page/Addons.php:12
918
  msgid "Add-ons"
919
  msgstr "Suplimente"
920
 
921
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
922
  msgid "Settings"
923
  msgstr "Setări"
924
 
955
  msgid "General Settings"
956
  msgstr "Setări generale"
957
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  #: classes/Admin/Help/CustomField.php:35
959
  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."
960
  msgstr ""
1055
  msgid "Default settings succesfully restored."
1056
  msgstr "Setările implicite s-au restaurat cu succes."
1057
 
1058
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1059
  msgid "%s column is already present and can not be duplicated."
1060
  msgstr ""
1061
 
1062
+ #: classes/Admin.php:127
1063
  msgid "Admin Columns Settings"
1064
  msgstr ""
1065
 
1066
+ #: classes/Admin/Page/Addons.php:104
1067
  msgid "%s successfully deactivated."
1068
  msgstr "%s dezactivat cu succes."
1069
 
1070
+ #: classes/Notice/Review.php:106
1071
  msgid "find answers to some frequently asked questions"
1072
  msgstr ""
1073
 
1074
+ #: classes/Notice/Review.php:105
1075
  msgid "Admin Columns forums on WordPress.org"
1076
  msgstr ""
1077
 
1078
+ #: classes/Notice/Review.php:104
1079
  msgid "You can also find help on the %s, and %s."
1080
  msgstr ""
1081
 
1082
+ #: classes/Notice/Review.php:100
1083
  msgid "our forums"
1084
  msgstr "forumurile noastre"
1085
 
1086
+ #: classes/Notice/Review.php:99
1087
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1088
  msgstr ""
1089
 
1090
+ #: classes/Notice/Review.php:95
1091
  msgid "documentation page"
1092
  msgstr "pagină documentație"
1093
 
1094
+ #: classes/Notice/Review.php:93
1095
  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."
1096
  msgstr ""
1097
 
1098
+ #: classes/Notice/Review.php:86
1099
  msgid "Permanently hide notice"
1100
  msgstr "Ascunde notificarea definitiv"
1101
 
1102
+ #: classes/Notice/Review.php:85
1103
  msgid "Leave a review!"
1104
  msgstr "Trimite o recenzie!"
1105
 
1106
+ #: classes/Notice/Review.php:81
1107
  msgid "click here"
1108
  msgstr "dă clic aici"
1109
 
1110
+ #: classes/Notice/Review.php:77
1111
  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."
1112
  msgstr ""
1113
 
1114
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1115
  msgid "Admin Columns Pro"
1116
  msgstr ""
1117
 
1118
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1119
  #. Plugin Name of the plugin/theme
1120
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1121
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1122
+ #: classes/Plugin/Updater.php:98
1123
  msgid "Admin Columns"
1124
  msgstr ""
1125
 
1139
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1140
  msgstr ""
1141
 
1142
+ #: classes/Settings/Column/PostLink.php:70
1143
  msgid "View Public Post Author Page"
1144
  msgstr ""
1145
 
1146
+ #: classes/Settings/Column/PostLink.php:69
1147
  msgid "Edit Post Author"
1148
  msgstr "Editează autor articol"
1149
 
1150
+ #: classes/Settings/Column/PostLink.php:68
1151
  msgid "View Post"
1152
  msgstr "Vezi articol"
1153
 
1154
+ #: classes/Settings/Column/PostLink.php:67
1155
  msgid "Edit Post"
1156
+ msgstr "Editează articolul"
1157
 
1158
  #: classes/Settings/Column/Label.php:28
1159
  msgid "This is the name which will appear as the column header."
1163
  msgid "Label"
1164
  msgstr "Etichetă"
1165
 
1166
+ #: classes/Settings/Column/Type.php:32
1167
  msgid "Name"
1168
  msgstr "Nume"
1169
 
1183
  msgid "First and Last Name"
1184
  msgstr "Prenume și nume"
1185
 
1186
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1187
  msgid "User Email"
1188
  msgstr "Email utilizator"
1189
 
1203
  msgid "Display Name"
1204
  msgstr "Afișează nume"
1205
 
1206
+ #: classes/Settings/Column/BeforeAfter.php:67
1207
  msgid "After"
1208
  msgstr "După"
1209
 
1210
+ #: classes/Settings/Column/BeforeAfter.php:59
1211
  msgid "This text will appear before the column value."
1212
  msgstr ""
1213
 
1214
+ #: classes/Settings/Column/BeforeAfter.php:58
1215
  msgid "Before"
1216
  msgstr "Înainte"
1217
 
1220
  msgstr "lățime"
1221
 
1222
  #: classes/Settings/Column/CustomFieldType.php:153
1223
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1224
  msgid "Custom"
1225
  msgstr "Personalizat"
1226
 
1294
  msgid "Link to menu"
1295
  msgstr "Legătură la meniu"
1296
 
1297
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1298
  msgid "Taxonomy"
1299
  msgstr "Taxonomie"
1300
 
 
 
 
 
1301
  #: classes/Column/Post/Sticky.php:16
1302
  msgid "Sticky"
1303
  msgstr "Reprezentativ"
1314
  msgid "Shortcodes"
1315
  msgstr "Scurtcoduri"
1316
 
1317
+ #: classes/Settings/Column/User.php:119
1318
  msgid "Roles"
1319
  msgstr "Roluri"
1320
 
1354
  msgid "Post Format"
1355
  msgstr "Format articol"
1356
 
1357
+ #: classes/Column/Post/FeaturedImage.php:14
1358
  msgid "Featured Image"
1359
  msgstr "Imagine reprezentativă"
1360
 
1392
  msgid "Date Published"
1393
  msgstr "Dată publicată"
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:34
1396
  msgid "Select which comment status you like to display."
1397
  msgstr ""
1398
 
1399
+ #: classes/Settings/Column/CommentCount.php:33
1400
  msgid "Comment status"
1401
  msgstr "Stare comentariu"
1402
 
1403
  #: classes/Column/Comment/Status.php:25
1404
+ #: classes/Settings/Column/CommentCount.php:48
1405
  msgid "Spam"
1406
  msgstr "Spam"
1407
 
1408
  #: classes/Column/Comment/Status.php:27
1409
+ #: classes/Settings/Column/CommentCount.php:47
1410
  msgid "Pending"
1411
  msgstr "În așteptare"
1412
 
1413
+ #: classes/Settings/Column/CommentCount.php:55
1414
  msgid "Total"
1415
  msgstr "Total"
1416
 
1417
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1418
  msgid "View Public Author Page"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:135
1422
  msgid "View User Posts"
1423
  msgstr "Vezi articole utilizator"
1424
 
1425
+ #: classes/Settings/Column/User.php:133
1426
  msgid "Edit User Profile"
1427
  msgstr "Editează profil utilizator"
1428
 
1429
+ #: classes/Settings/Column/PostLink.php:66
1430
  #: classes/Settings/Column/Separator.php:26
1431
+ #: classes/Settings/Column/User.php:142
1432
  msgid "None"
1433
  msgstr "Niciunul"
1434
 
1481
  msgid "Filename"
1482
  msgstr "Nume fișier"
1483
 
1484
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1485
  #: classes/Settings/Column/Term.php:27
1486
  msgid "Title"
1487
  msgstr "Titlu"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:80
1490
  msgid "Shutter Speed"
1491
  msgstr "Viteza de declanșare"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:79
1494
  msgid "ISO"
1495
  msgstr "ISO"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:78
1498
  msgid "Focal Length"
1499
  msgstr ""
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1502
  msgid "Timestamp"
1503
  msgstr ""
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:74
1506
  msgid "Camera"
1507
  msgstr ""
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:73
1510
  msgid "Credit"
1511
  msgstr ""
1512
 
1513
+ #: classes/Settings/Column/ExifData.php:72
1514
  msgid "Aperture"
1515
  msgstr "Deschidere"
1516
 
1522
  msgid "Dimensions"
1523
  msgstr "Dimensiuni"
1524
 
1525
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1526
  msgid "Caption"
1527
  msgstr "Text asociat"
1528
 
1529
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1530
  msgid "Available Sizes"
1531
  msgstr "Dimensiuni disponibile"
1532
 
 
 
 
 
 
 
 
 
1533
  #: classes/Admin/Page/Columns.php:480
1534
  msgid "View"
1535
  msgstr "Vezi"
1536
 
1537
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1538
+ #: classes/Settings/Column/CommentCount.php:49
1539
  msgid "Trash"
1540
  msgstr "Gunoi"
1541
 
1583
  msgid "Field Type"
1584
  msgstr "Tip de câmp"
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "Please create a %s item first."
1588
  msgstr ""
1589
 
1590
+ #: classes/Settings/Column/CustomField.php:21
1591
  msgid "No custom fields available."
1592
  msgstr "Niciun câmp personalizat disponibil."
1593
 
1625
  #: classes/Admin/Help/CustomField.php:22
1626
  #: classes/Settings/Column/CustomFieldType.php:168
1627
  #: classes/Settings/Column/Image.php:71
1628
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1629
  msgid "Default"
1630
  msgstr "Implicit"
1631
 
1646
 
1647
  #: classes/Column/Comment/Type.php:14
1648
  #: classes/Settings/Column/CustomFieldType.php:56
1649
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1650
  msgid "Type"
1651
  msgstr "Tip"
1652
 
1676
  msgid "Date GMT"
1677
  msgstr "Dată GMT"
1678
 
1679
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1680
  msgid "Author"
1681
  msgstr "Autor"
1682
 
1701
  msgstr "Avatar"
1702
 
1703
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1704
+ #: classes/Settings/Column/CommentCount.php:46
1705
  msgid "Approved"
1706
  msgstr "Aprobat"
1707
 
1715
 
1716
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1717
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1718
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1719
  msgid "ID"
1720
  msgstr "ID"
1721
 
1722
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1723
  #: classes/Settings/Column/ActionIcons.php:22
1724
+ #: classes/Settings/Column/MissingImageSize.php:22
1725
+ #: classes/Settings/Column/PostFormatIcon.php:24
1726
  #: classes/Settings/Column/StatusIcon.php:24
1727
  #: classes/Settings/Column/Toggle.php:14
1728
  msgid "No"
1730
 
1731
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1732
  #: classes/Settings/Column/ActionIcons.php:21
1733
+ #: classes/Settings/Column/MissingImageSize.php:21
1734
+ #: classes/Settings/Column/PostFormatIcon.php:23
1735
  #: classes/Settings/Column/StatusIcon.php:23
1736
  #: classes/Settings/Column/Toggle.php:13
1737
  msgid "Yes"
1745
  msgid "Use icons?"
1746
  msgstr "Folosești iconuri?"
1747
 
1748
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1749
  msgid "Actions"
1750
  msgstr "Acțiuni"
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:14
1753
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/WooCommerce.php:13
1757
  msgid "WooCommerce"
1758
  msgstr "WooCommerce"
1759
 
1760
+ #: classes/Admin/Addon/ACF.php:13
1761
  msgid "Advanced Custom Fields"
1762
  msgstr "Câmpuri personalizate avansate"
1763
 
1764
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1765
  msgid "Plugins"
1766
  msgstr "Module"
languages/codepress-admin-columns-ru_RU.mo CHANGED
Binary file
languages/codepress-admin-columns-ru_RU.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: ru\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
16
- msgstr "Защищено паролем"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr "На утверждении"
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr "Черновик"
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr "Опубликовано"
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr "Личное"
37
 
@@ -39,11 +208,12 @@ msgstr "Личное"
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr "Используйте значок вместо текста для отображения статуса."
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr "Использовать иконку?"
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr "&hellip;"
49
 
@@ -67,11 +237,11 @@ msgstr "Прислать мне скидку"
67
  msgid "Prices starting from %s"
68
  msgstr "Цены начиная от %s"
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr "BuddyPress"
77
 
@@ -99,11 +269,12 @@ msgstr "Неверный ID элемента."
99
  msgid "By default: %s"
100
  msgstr "По умолчанию: %s"
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr "Максимальное количество слов"
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr "Лимит слов"
109
 
@@ -111,7 +282,8 @@ msgstr "Лимит слов"
111
  msgid "Auto"
112
  msgstr "Авто"
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr "Отображать"
@@ -172,11 +344,11 @@ msgstr "Высота в пикселях"
172
  msgid "Width in pixels"
173
  msgstr "Ширина в пикселях"
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr "в %s"
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr "%s назад"
182
 
@@ -260,13 +432,13 @@ msgstr "Несколько идентификаторов должны быть
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr "Поле"
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr "Чтобы не ограничивать оставьте поле пустым"
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr "Максимальное количество символов"
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr "Лимит символов"
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr "Настройки отображения"
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr "Этот текст будет отображаться после значения колонки."
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr "и"
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr "или"
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr "Скрыть"
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr "Показать %s больше"
304
 
@@ -314,23 +483,14 @@ msgstr "Показать панель инструментов"
314
  msgid "Shortlink"
315
  msgstr "Короткая ссылка"
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ","
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr "Статус комментирования"
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr "Количество вложений"
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr "Полный путь к файлу"
@@ -339,10 +499,6 @@ msgstr "Полный путь к файлу"
339
  msgid "Discount is valid until %s"
340
  msgstr "Скидка действует до %s"
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr "Добро пожаловать"
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr "Показывать кнопку %s на экране таблицы."
@@ -367,30 +523,30 @@ msgstr "Уведомление"
367
  msgid "Instructions"
368
  msgstr "Инструкции"
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr "наша документация"
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
  msgstr[2] ""
388
 
389
- #: classes/Admin/Page/Help.php:248
390
  msgid "View documentation"
391
  msgstr "Посмотреть документацию"
392
 
393
- #: classes/Admin/Page/Help.php:198
394
  msgid "The action %s used on this website is deprecated since %s."
395
  msgstr ""
396
 
@@ -406,7 +562,7 @@ msgstr "Устаревшие действия"
406
  msgid "Deprecated Filters"
407
  msgstr "Устаревшие фильтры"
408
 
409
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
410
  msgid "Help"
411
  msgstr "Помощь"
412
 
@@ -450,7 +606,7 @@ msgstr "Редактируйте содержимое колонки"
450
  msgid "Pro"
451
  msgstr "Pro"
452
 
453
- #: classes/Admin/Page/Columns.php:328
454
  msgid "You need at least one column"
455
  msgstr "Вам нужна по крайней мере одна колонка"
456
 
@@ -462,58 +618,58 @@ msgstr "Доступно"
462
  msgid "Recommended"
463
  msgstr "Рекомендуется"
464
 
465
- #: classes/Admin/Page/Addons.php:120
466
  msgid "%s could not be activated."
467
  msgstr ""
468
 
469
- #: classes/Admin/Page/Addons.php:110
470
  msgid "%s successfully activated."
471
  msgstr ""
472
 
473
- #: classes/Admin/Page/Addons.php:105
474
  msgid "%s plugin successfully deactivated."
475
  msgstr "Плагин %s успешно деактивирован."
476
 
477
- #: classes/Admin/Page/Addons.php:104
478
  msgid "%s plugin successfully activated."
479
  msgstr "Плагин %s успешно активирован."
480
 
481
- #: classes/Admin/Page/Addons.php:71
482
  msgid "%s add-on requires %s."
483
  msgid_plural "%s add-ons requires %s."
484
  msgstr[0] ""
485
  msgstr[1] ""
486
  msgstr[2] ""
487
 
488
- #: classes/Admin/Page/Addons.php:58
489
  msgid "here"
490
  msgstr "здесь"
491
 
492
- #: classes/Admin/Page/Addons.php:58
493
  msgid "Click %s to activate the plugin."
494
  msgstr "Нажмите %s чтобы активировать плагин."
495
 
496
- #: classes/Admin/Page/Addons.php:55
497
  msgid "%s plugin is installed, but not active."
498
  msgstr "Плагин %s установлен, но не активен."
499
 
500
- #: classes/Admin/Page/Addons.php:53
501
  msgid "%s plugin needs to be installed for the add-on to work."
502
  msgstr ""
503
 
504
- #: classes/Addon.php:274
505
  msgid "Display and edit %s fields in the posts overview in seconds!"
506
  msgstr ""
507
 
508
- #: classes/Addon/Types.php:13
509
  msgid "Toolset Types"
510
  msgstr "Toolset Types"
511
 
512
- #: classes/Addon/Pods.php:13
513
  msgid "Pods"
514
  msgstr "Pods"
515
 
516
- #: classes/API.php:139
517
  msgid "Imported"
518
  msgstr ""
519
 
@@ -553,7 +709,7 @@ msgstr ""
553
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
554
  msgstr ""
555
 
556
- #: classes/Admin/Page/Columns.php:248
557
  msgid "Please visit the %s screen once to load all available columns"
558
  msgstr "Пожалуйста, посетите экран %s один раз для загрузки всех доступных колонок"
559
 
@@ -561,15 +717,15 @@ msgstr "Пожалуйста, посетите экран %s один раз д
561
  msgid "Restore columns"
562
  msgstr "Восстановить колонки"
563
 
564
- #: classes/Admin/Page/Columns.php:174
565
  msgid "Settings for %s restored successfully."
566
  msgstr "Настройки для экрана %s успешно восстановлены."
567
 
568
- #: classes/Admin/Page/Columns.php:335
569
  msgid "View %s screen"
570
  msgstr "Посмотреть экран %s"
571
 
572
- #: classes/Admin/Page/Columns.php:74
573
  msgid "Invalid response."
574
  msgstr "Недопустимый ответ."
575
 
@@ -593,22 +749,18 @@ msgstr "Вам нужен Admin Columns Pro."
593
  msgid "Addon does not exist."
594
  msgstr "Дополнение не существует."
595
 
596
- #: classes/Admin/Page/Addons.php:183
597
  msgid "the addons page"
598
  msgstr ""
599
 
600
- #: classes/Admin/Page/Addons.php:183
601
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
602
  msgstr "Знаете ли Вы, что Admin Columns Pro имеет возможность интеграции с %s? С лицензией Admin Columns Pro Вы можете скачать их с %s!"
603
 
604
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
605
  msgid "Custom Fields"
606
  msgstr "Произвольные поля"
607
 
608
- #: classes/Settings/Column/Meta.php:110
609
- msgid "Hidden Custom Fields"
610
- msgstr "Скрытые поля"
611
-
612
  #. Author of the plugin/theme
613
  msgid "AdminColumns.com"
614
  msgstr "AdminColumns.com"
@@ -617,62 +769,26 @@ msgstr "AdminColumns.com"
617
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
618
  msgstr "Позволяет добавлять, удалять, изменять и переставлять местами колонки в таблицах на экранах записей, страниц, комментариев и т.д. в админ-панели WordPress."
619
 
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Plugin URI of the plugin/theme
622
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
623
  #. Author URI of the plugin/theme
624
  msgid "https://www.admincolumns.com"
625
  msgstr "https://www.admincolumns.com"
626
 
627
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
628
  msgid "Edit columns"
629
  msgstr "Редактировать колонки"
630
 
631
- #: classes/Admin/Page/Upgrade.php:310
632
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
633
- msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
634
-
635
- #: classes/Admin/Page/Upgrade.php:309
636
- msgid "Error"
637
- msgstr "Ошибка"
638
-
639
- #: classes/Admin/Page/Upgrade.php:308
640
- msgid "Return to settings."
641
- msgstr "Вернуться к настройкам."
642
-
643
- #: classes/Admin/Page/Upgrade.php:308
644
- msgid "Upgrade Complete!"
645
- msgstr "Обновление завершено успешно!"
646
-
647
- #: classes/Admin/Page/Upgrade.php:292
648
- msgid "Return to welcome screen."
649
- msgstr "Вернуться к экрану приветствия."
650
-
651
- #: classes/Admin/Page/Upgrade.php:291
652
- msgid "No Upgrade Required"
653
- msgstr "Обновление не требуется"
654
-
655
- #: classes/Admin/Page/Upgrade.php:255
656
- msgid "Migrating Column Settings"
657
- msgstr "Перенос настроек колонки"
658
-
659
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
660
- msgid "Upgrade"
661
- msgstr "Обновить"
662
-
663
- #: classes/Admin/Page/Upgrade.php:46
664
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
665
- msgstr ""
666
-
667
- #: classes/Admin/Page/Columns.php:355
668
  msgid "Settings for %s updated successfully."
669
  msgstr "Настройки для экрана %s успешно обновлены."
670
 
671
- #: classes/Admin/Page/Columns.php:342
672
  msgid "You are trying to store the same settings for %s."
673
  msgstr "Вы пытаетесь сохранить те же параметры для %s."
674
 
675
- #: classes/ListScreen.php:652
676
  msgid "No columns settings available."
677
  msgstr "Нет доступных настроек колонок."
678
 
@@ -798,11 +914,11 @@ msgstr "Обновить"
798
  msgid "Store settings"
799
  msgstr "Настройки сохранения"
800
 
801
- #: classes/Admin/Page/Addons.php:19
802
  msgid "Add-ons"
803
  msgstr "Дополнения"
804
 
805
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
806
  msgid "Settings"
807
  msgstr "Настройки"
808
 
@@ -839,30 +955,6 @@ msgstr "Настройте дополнительные параметры"
839
  msgid "General Settings"
840
  msgstr "Основные настройки"
841
 
842
- #: classes/Admin/Page/Welcome.php:90
843
- msgid "Start using Admin Columns"
844
- msgstr "Начать использовать Admin Columns"
845
-
846
- #: classes/Admin/Page/Upgrade.php:47
847
- msgid "Learn more"
848
- msgstr "Узнать больше"
849
-
850
- #: classes/Admin/Page/Welcome.php:29
851
- msgid "Changelog for"
852
- msgstr "Лог изменений для"
853
-
854
- #: classes/Admin/Page/Welcome.php:62
855
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
856
- msgstr "Admin Columns стал более отшлифованным и приятным, чем когда-либо прежде. Мы надеемся, что Вам понравится."
857
-
858
- #: classes/Admin/Page/Welcome.php:61
859
- msgid "Thank you for updating to the latest version!"
860
- msgstr "Спасибо за обновление до последней версии!"
861
-
862
- #: classes/Admin/Page/Welcome.php:58
863
- msgid "Welcome to Admin Columns"
864
- msgstr "Добро пожаловать в Admin Columns"
865
-
866
  #: classes/Admin/Help/CustomField.php:35
867
  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."
868
  msgstr "Значение: Может быть строкой или массивом. Будет отображать сколько раз мета ключ использовался элементом."
@@ -963,70 +1055,71 @@ msgstr "Обзор"
963
  msgid "Default settings succesfully restored."
964
  msgstr "Настройки по умолчанию успешно восстановлены."
965
 
966
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
967
  msgid "%s column is already present and can not be duplicated."
968
  msgstr "Колонка %s уже существует и не может быть продублирована."
969
 
970
- #: classes/Admin.php:130
971
  msgid "Admin Columns Settings"
972
  msgstr "Настройка Admin Columns"
973
 
974
- #: classes/Admin/Page/Addons.php:111
975
  msgid "%s successfully deactivated."
976
  msgstr "%s успешно деактивировано."
977
 
978
- #: classes/Notice/Review.php:105
979
  msgid "find answers to some frequently asked questions"
980
  msgstr "ответы на некоторые часто задаваемые вопросы"
981
 
982
- #: classes/Notice/Review.php:104
983
  msgid "Admin Columns forums on WordPress.org"
984
  msgstr "Admin Columns форум на WordPress.org"
985
 
986
- #: classes/Notice/Review.php:103
987
  msgid "You can also find help on the %s, and %s."
988
  msgstr "Вы также можете найти помощь на %s и %s."
989
 
990
- #: classes/Notice/Review.php:99
991
  msgid "our forums"
992
  msgstr "наши форумы"
993
 
994
- #: classes/Notice/Review.php:98
995
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
996
  msgstr "Как пользователь Admin Columns Pro, Вы можете использовать свой аккаунт на AdminColumns.com account для доступа к технической поддержке %s!"
997
 
998
- #: classes/Notice/Review.php:94
999
  msgid "documentation page"
1000
  msgstr "страницу документации"
1001
 
1002
- #: classes/Notice/Review.php:92
1003
  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."
1004
  msgstr "Мы сожалеем, но может быть мы можем помочь! Если у Вас возникли проблемы с настройкой %s или Вы хотите помочь расширить возможности плагина, пожалуйста, посетите нашу %s."
1005
 
1006
- #: classes/Notice/Review.php:85
1007
  msgid "Permanently hide notice"
1008
  msgstr "Постоянно скрывать уведомления"
1009
 
1010
- #: classes/Notice/Review.php:84
1011
  msgid "Leave a review!"
1012
  msgstr "Оставить отзыв!"
1013
 
1014
- #: classes/Notice/Review.php:80
1015
  msgid "click here"
1016
  msgstr "нажмите здесь"
1017
 
1018
- #: classes/Notice/Review.php:76
1019
  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."
1020
  msgstr "Мы не хотели бы Вас беспокоить, но Вы уже некоторое время используете %s, и нам интересно довольны ли Вы плагином. Если да, не могли бы Вы оставить свой комментарий на wordpress.org? Если у Вас есть какие-то проблемы с %s, пожалуйста, %s."
1021
 
1022
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1023
  msgid "Admin Columns Pro"
1024
  msgstr "Admin Columns Pro"
1025
 
1026
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1027
  #. Plugin Name of the plugin/theme
1028
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1029
- #: classes/Notice/Review.php:64
 
1030
  msgid "Admin Columns"
1031
  msgstr "Admin Columns"
1032
 
@@ -1046,19 +1139,19 @@ msgstr ""
1046
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1047
  msgstr ""
1048
 
1049
- #: classes/Settings/Column/PostLink.php:68
1050
  msgid "View Public Post Author Page"
1051
  msgstr "Публичная страница автора"
1052
 
1053
- #: classes/Settings/Column/PostLink.php:67
1054
  msgid "Edit Post Author"
1055
  msgstr "Редактировать запись автора"
1056
 
1057
- #: classes/Settings/Column/PostLink.php:66
1058
  msgid "View Post"
1059
  msgstr "Посмотреть запись"
1060
 
1061
- #: classes/Settings/Column/PostLink.php:65
1062
  msgid "Edit Post"
1063
  msgstr "Редактировать запись"
1064
 
@@ -1070,7 +1163,7 @@ msgstr "Имя, которое будет отображаться в качес
1070
  msgid "Label"
1071
  msgstr "Ярлык"
1072
 
1073
- #: classes/Settings/Column/Type.php:29
1074
  msgid "Name"
1075
  msgstr "Имя"
1076
 
@@ -1090,7 +1183,7 @@ msgstr "Отображаемый формат"
1090
  msgid "First and Last Name"
1091
  msgstr "Имя и фамилия"
1092
 
1093
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1094
  msgid "User Email"
1095
  msgstr "Email пользователя"
1096
 
@@ -1110,15 +1203,15 @@ msgstr "Имя"
1110
  msgid "Display Name"
1111
  msgstr "Отображаемое имя"
1112
 
1113
- #: classes/Settings/Column/BeforeAfter.php:49
1114
  msgid "After"
1115
  msgstr "После"
1116
 
1117
- #: classes/Settings/Column/BeforeAfter.php:41
1118
  msgid "This text will appear before the column value."
1119
  msgstr "Этот текст будет отображаться перед значением колонки."
1120
 
1121
- #: classes/Settings/Column/BeforeAfter.php:40
1122
  msgid "Before"
1123
  msgstr "До"
1124
 
@@ -1127,7 +1220,7 @@ msgid "width"
1127
  msgstr "ширина"
1128
 
1129
  #: classes/Settings/Column/CustomFieldType.php:153
1130
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1131
  msgid "Custom"
1132
  msgstr "Произвольно "
1133
 
@@ -1201,18 +1294,10 @@ msgstr "Это сделает заголовок ссылкой на меню."
1201
  msgid "Link to menu"
1202
  msgstr "Ссылка на меню"
1203
 
1204
- #: classes/Column/UsedByMenu.php:17
1205
- msgid "Used by Menu"
1206
- msgstr "Используется в меню"
1207
-
1208
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1209
  msgid "Taxonomy"
1210
  msgstr "Таксономия"
1211
 
1212
- #: classes/Column/Post/TitleRaw.php:14
1213
- msgid "Title without actions"
1214
- msgstr "Заголовок без действий"
1215
-
1216
  #: classes/Column/Post/Sticky.php:16
1217
  msgid "Sticky"
1218
  msgstr "Прикреплённая запись"
@@ -1229,7 +1314,7 @@ msgstr "Слаг"
1229
  msgid "Shortcodes"
1230
  msgstr "Шорткоды"
1231
 
1232
- #: classes/Column/Post/Roles.php:14
1233
  msgid "Roles"
1234
  msgstr "Роли"
1235
 
@@ -1269,7 +1354,7 @@ msgstr "Автор последних изменений"
1269
  msgid "Post Format"
1270
  msgstr "Формат записи"
1271
 
1272
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1273
  msgid "Featured Image"
1274
  msgstr "Популярные изображения"
1275
 
@@ -1307,47 +1392,43 @@ msgstr "Глубина"
1307
  msgid "Date Published"
1308
  msgstr "Дата публикации"
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:31
1311
  msgid "Select which comment status you like to display."
1312
  msgstr "Выберите статус комментария, который Вы хотите отображать."
1313
 
1314
- #: classes/Settings/Column/CommentCount.php:30
1315
  msgid "Comment status"
1316
  msgstr "Статус комментария"
1317
 
1318
  #: classes/Column/Comment/Status.php:25
1319
- #: classes/Settings/Column/CommentCount.php:45
1320
  msgid "Spam"
1321
  msgstr "Спам"
1322
 
1323
  #: classes/Column/Comment/Status.php:27
1324
- #: classes/Settings/Column/CommentCount.php:44
1325
  msgid "Pending"
1326
  msgstr "Ожидающие "
1327
 
1328
- #: classes/Settings/Column/CommentCount.php:52
1329
  msgid "Total"
1330
  msgstr "Все"
1331
 
1332
- #: classes/Column/Post/BeforeMoreTag.php:14
1333
- msgid "Before More Tag"
1334
- msgstr "Перед тегом «Подробнее»"
1335
-
1336
- #: classes/Settings/Column/User.php:135
1337
  msgid "View Public Author Page"
1338
  msgstr "Публичная страница автора"
1339
 
1340
- #: classes/Settings/Column/User.php:134
1341
  msgid "View User Posts"
1342
  msgstr "Записи пользователя"
1343
 
1344
- #: classes/Settings/Column/User.php:132
1345
  msgid "Edit User Profile"
1346
  msgstr "Профиль пользователя"
1347
 
1348
- #: classes/Settings/Column/PostLink.php:73
1349
  #: classes/Settings/Column/Separator.php:26
1350
- #: classes/Settings/Column/User.php:141
1351
  msgid "None"
1352
  msgstr "Ничего"
1353
 
@@ -1400,40 +1481,36 @@ msgstr "Размер файла"
1400
  msgid "Filename"
1401
  msgstr "Имя файла"
1402
 
1403
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1404
  #: classes/Settings/Column/Term.php:27
1405
  msgid "Title"
1406
  msgstr "Заголовок"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:49
1409
  msgid "Shutter Speed"
1410
  msgstr "Выдержка"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:48
1413
  msgid "ISO"
1414
  msgstr "ISO"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:47
1417
  msgid "Focal Length"
1418
  msgstr "Фокусное расстояние"
1419
 
1420
- #: classes/Settings/Column/ExifData.php:46
1421
- msgid "Copyright EXIF"
1422
- msgstr "Авторские права EXIF"
1423
-
1424
- #: classes/Settings/Column/ExifData.php:45
1425
  msgid "Timestamp"
1426
  msgstr "Отметка времени"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:43
1429
  msgid "Camera"
1430
  msgstr "Камера"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:42
1433
  msgid "Credit"
1434
  msgstr "Кредит"
1435
 
1436
- #: classes/Settings/Column/ExifData.php:41
1437
  msgid "Aperture"
1438
  msgstr "Диафрагма"
1439
 
@@ -1445,32 +1522,20 @@ msgstr "Данные EXIF"
1445
  msgid "Dimensions"
1446
  msgstr "Размеры"
1447
 
1448
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1449
  msgid "Caption"
1450
  msgstr "Подпись"
1451
 
1452
- #: classes/Column/Media/AvailableSizes.php:49
1453
- msgid "full size"
1454
- msgstr "полный размер"
1455
-
1456
- #: classes/Column/Media/AvailableSizes.php:18
1457
  msgid "Available Sizes"
1458
  msgstr "Доступные размеры"
1459
 
1460
- #: classes/Column/Media/AttachedTo.php:14
1461
- msgid "Attached to Post"
1462
- msgstr "Прикреплён к посту"
1463
-
1464
- #: classes/Column/Media/AlternateText.php:14
1465
- msgid "Alt"
1466
- msgstr "Атрибут alt"
1467
-
1468
  #: classes/Admin/Page/Columns.php:480
1469
  msgid "View"
1470
  msgstr "Посмотреть"
1471
 
1472
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1473
- #: classes/Settings/Column/CommentCount.php:46
1474
  msgid "Trash"
1475
  msgstr "Корзина"
1476
 
@@ -1518,11 +1583,11 @@ msgstr "Это позволит определить, как будет отоб
1518
  msgid "Field Type"
1519
  msgstr "Тип поля"
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "Please create a %s item first."
1523
  msgstr "Пожалуйста, создайте первый элемент %s."
1524
 
1525
- #: classes/Settings/Column/CustomField.php:32
1526
  msgid "No custom fields available."
1527
  msgstr "Нет доступных произвольных полей."
1528
 
@@ -1560,7 +1625,7 @@ msgstr "Цвет"
1560
  #: classes/Admin/Help/CustomField.php:22
1561
  #: classes/Settings/Column/CustomFieldType.php:168
1562
  #: classes/Settings/Column/Image.php:71
1563
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1564
  msgid "Default"
1565
  msgstr "По умолчанию"
1566
 
@@ -1581,7 +1646,7 @@ msgstr "Пользователь"
1581
 
1582
  #: classes/Column/Comment/Type.php:14
1583
  #: classes/Settings/Column/CustomFieldType.php:56
1584
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1585
  msgid "Type"
1586
  msgstr "Тип"
1587
 
@@ -1611,7 +1676,7 @@ msgstr ""
1611
  msgid "Date GMT"
1612
  msgstr "Дата GMT"
1613
 
1614
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1615
  msgid "Author"
1616
  msgstr "Автор"
1617
 
@@ -1636,7 +1701,7 @@ msgid "Avatar"
1636
  msgstr "Аватар"
1637
 
1638
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1639
- #: classes/Settings/Column/CommentCount.php:43
1640
  msgid "Approved"
1641
  msgstr "Одобренные"
1642
 
@@ -1650,12 +1715,14 @@ msgstr "Редактировать"
1650
 
1651
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1652
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1653
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1654
  msgid "ID"
1655
  msgstr "ID"
1656
 
1657
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1658
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1659
  #: classes/Settings/Column/StatusIcon.php:24
1660
  #: classes/Settings/Column/Toggle.php:14
1661
  msgid "No"
@@ -1663,6 +1730,8 @@ msgstr "Нет"
1663
 
1664
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1665
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1666
  #: classes/Settings/Column/StatusIcon.php:23
1667
  #: classes/Settings/Column/Toggle.php:13
1668
  msgid "Yes"
@@ -1676,22 +1745,22 @@ msgstr "Используйте значки вместо текста для о
1676
  msgid "Use icons?"
1677
  msgstr "Использовать иконки?"
1678
 
1679
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1680
  msgid "Actions"
1681
  msgstr "Действия"
1682
 
1683
- #: classes/Addon/WooCommerce.php:14
1684
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1685
  msgstr ""
1686
 
1687
- #: classes/Addon/WooCommerce.php:13
1688
  msgid "WooCommerce"
1689
  msgstr "WooCommerce"
1690
 
1691
- #: classes/Addon/ACF.php:13
1692
  msgid "Advanced Custom Fields"
1693
  msgstr "Advanced Custom Fields"
1694
 
1695
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1696
  msgid "Plugins"
1697
  msgstr "Плагины"
11
  "Language: ru\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
 
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
  msgstr ""
162
 
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
+ msgstr ""
166
+
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr "Защищено паролем"
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr "На утверждении"
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr "Черновик"
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr "Опубликовано"
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr "Личное"
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr "Используйте значок вместо текста для отображения статуса."
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr "Использовать иконку?"
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr "&hellip;"
219
 
237
  msgid "Prices starting from %s"
238
  msgstr "Цены начиная от %s"
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr "BuddyPress"
247
 
269
  msgid "By default: %s"
270
  msgstr "По умолчанию: %s"
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr "Максимальное количество слов"
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr "Лимит слов"
280
 
282
  msgid "Auto"
283
  msgstr "Авто"
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr "Отображать"
344
  msgid "Width in pixels"
345
  msgstr "Ширина в пикселях"
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr "в %s"
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr "%s назад"
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr "Поле"
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr "Чтобы не ограничивать оставьте поле пустым"
444
 
447
  msgstr "Максимальное количество символов"
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr "Лимит символов"
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr "Настройки отображения"
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr "Этот текст будет отображаться после значения колонки."
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr "или"
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr "Скрыть"
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr "Показать %s больше"
473
 
483
  msgid "Shortlink"
484
  msgstr "Короткая ссылка"
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ","
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr "Полный путь к файлу"
499
  msgid "Discount is valid until %s"
500
  msgstr "Скидка действует до %s"
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr "Показывать кнопку %s на экране таблицы."
523
  msgid "Instructions"
524
  msgstr "Инструкции"
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr "наша документация"
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
  msgstr[2] ""
544
 
545
+ #: classes/Admin/Page/Help.php:258
546
  msgid "View documentation"
547
  msgstr "Посмотреть документацию"
548
 
549
+ #: classes/Admin/Page/Help.php:203
550
  msgid "The action %s used on this website is deprecated since %s."
551
  msgstr ""
552
 
562
  msgid "Deprecated Filters"
563
  msgstr "Устаревшие фильтры"
564
 
565
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
566
  msgid "Help"
567
  msgstr "Помощь"
568
 
606
  msgid "Pro"
607
  msgstr "Pro"
608
 
609
+ #: classes/Admin/Page/Columns.php:318
610
  msgid "You need at least one column"
611
  msgstr "Вам нужна по крайней мере одна колонка"
612
 
618
  msgid "Recommended"
619
  msgstr "Рекомендуется"
620
 
621
+ #: classes/Admin/Page/Addons.php:113
622
  msgid "%s could not be activated."
623
  msgstr ""
624
 
625
+ #: classes/Admin/Page/Addons.php:103
626
  msgid "%s successfully activated."
627
  msgstr ""
628
 
629
+ #: classes/Admin/Page/Addons.php:98
630
  msgid "%s plugin successfully deactivated."
631
  msgstr "Плагин %s успешно деактивирован."
632
 
633
+ #: classes/Admin/Page/Addons.php:97
634
  msgid "%s plugin successfully activated."
635
  msgstr "Плагин %s успешно активирован."
636
 
637
+ #: classes/Admin/Page/Addons.php:64
638
  msgid "%s add-on requires %s."
639
  msgid_plural "%s add-ons requires %s."
640
  msgstr[0] ""
641
  msgstr[1] ""
642
  msgstr[2] ""
643
 
644
+ #: classes/Admin/Page/Addons.php:51
645
  msgid "here"
646
  msgstr "здесь"
647
 
648
+ #: classes/Admin/Page/Addons.php:51
649
  msgid "Click %s to activate the plugin."
650
  msgstr "Нажмите %s чтобы активировать плагин."
651
 
652
+ #: classes/Admin/Page/Addons.php:48
653
  msgid "%s plugin is installed, but not active."
654
  msgstr "Плагин %s установлен, но не активен."
655
 
656
+ #: classes/Admin/Page/Addons.php:46
657
  msgid "%s plugin needs to be installed for the add-on to work."
658
  msgstr ""
659
 
660
+ #: classes/Admin/Addon.php:274
661
  msgid "Display and edit %s fields in the posts overview in seconds!"
662
  msgstr ""
663
 
664
+ #: classes/Admin/Addon/Types.php:13
665
  msgid "Toolset Types"
666
  msgstr "Toolset Types"
667
 
668
+ #: classes/Admin/Addon/Pods.php:13
669
  msgid "Pods"
670
  msgstr "Pods"
671
 
672
+ #: classes/API.php:152
673
  msgid "Imported"
674
  msgstr ""
675
 
709
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
710
  msgstr ""
711
 
712
+ #: classes/Admin/Page/Columns.php:238
713
  msgid "Please visit the %s screen once to load all available columns"
714
  msgstr "Пожалуйста, посетите экран %s один раз для загрузки всех доступных колонок"
715
 
717
  msgid "Restore columns"
718
  msgstr "Восстановить колонки"
719
 
720
+ #: classes/Admin/Page/Columns.php:164
721
  msgid "Settings for %s restored successfully."
722
  msgstr "Настройки для экрана %s успешно восстановлены."
723
 
724
+ #: classes/Admin/Page/Columns.php:325
725
  msgid "View %s screen"
726
  msgstr "Посмотреть экран %s"
727
 
728
+ #: classes/Admin/Page/Columns.php:72
729
  msgid "Invalid response."
730
  msgstr "Недопустимый ответ."
731
 
749
  msgid "Addon does not exist."
750
  msgstr "Дополнение не существует."
751
 
752
+ #: classes/Admin/Page/Addons.php:176
753
  msgid "the addons page"
754
  msgstr ""
755
 
756
+ #: classes/Admin/Page/Addons.php:176
757
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
758
  msgstr "Знаете ли Вы, что Admin Columns Pro имеет возможность интеграции с %s? С лицензией Admin Columns Pro Вы можете скачать их с %s!"
759
 
760
+ #: codepress-admin-columns.php:330
761
  msgid "Custom Fields"
762
  msgstr "Произвольные поля"
763
 
 
 
 
 
764
  #. Author of the plugin/theme
765
  msgid "AdminColumns.com"
766
  msgstr "AdminColumns.com"
769
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
770
  msgstr "Позволяет добавлять, удалять, изменять и переставлять местами колонки в таблицах на экранах записей, страниц, комментариев и т.д. в админ-панели WordPress."
771
 
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Plugin URI of the plugin/theme
774
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
775
  #. Author URI of the plugin/theme
776
  msgid "https://www.admincolumns.com"
777
  msgstr "https://www.admincolumns.com"
778
 
779
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
780
  msgid "Edit columns"
781
  msgstr "Редактировать колонки"
782
 
783
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
784
  msgid "Settings for %s updated successfully."
785
  msgstr "Настройки для экрана %s успешно обновлены."
786
 
787
+ #: classes/Admin/Page/Columns.php:332
788
  msgid "You are trying to store the same settings for %s."
789
  msgstr "Вы пытаетесь сохранить те же параметры для %s."
790
 
791
+ #: classes/ListScreen.php:674
792
  msgid "No columns settings available."
793
  msgstr "Нет доступных настроек колонок."
794
 
914
  msgid "Store settings"
915
  msgstr "Настройки сохранения"
916
 
917
+ #: classes/Admin/Page/Addons.php:12
918
  msgid "Add-ons"
919
  msgstr "Дополнения"
920
 
921
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
922
  msgid "Settings"
923
  msgstr "Настройки"
924
 
955
  msgid "General Settings"
956
  msgstr "Основные настройки"
957
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  #: classes/Admin/Help/CustomField.php:35
959
  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."
960
  msgstr "Значение: Может быть строкой или массивом. Будет отображать сколько раз мета ключ использовался элементом."
1055
  msgid "Default settings succesfully restored."
1056
  msgstr "Настройки по умолчанию успешно восстановлены."
1057
 
1058
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1059
  msgid "%s column is already present and can not be duplicated."
1060
  msgstr "Колонка %s уже существует и не может быть продублирована."
1061
 
1062
+ #: classes/Admin.php:127
1063
  msgid "Admin Columns Settings"
1064
  msgstr "Настройка Admin Columns"
1065
 
1066
+ #: classes/Admin/Page/Addons.php:104
1067
  msgid "%s successfully deactivated."
1068
  msgstr "%s успешно деактивировано."
1069
 
1070
+ #: classes/Notice/Review.php:106
1071
  msgid "find answers to some frequently asked questions"
1072
  msgstr "ответы на некоторые часто задаваемые вопросы"
1073
 
1074
+ #: classes/Notice/Review.php:105
1075
  msgid "Admin Columns forums on WordPress.org"
1076
  msgstr "Admin Columns форум на WordPress.org"
1077
 
1078
+ #: classes/Notice/Review.php:104
1079
  msgid "You can also find help on the %s, and %s."
1080
  msgstr "Вы также можете найти помощь на %s и %s."
1081
 
1082
+ #: classes/Notice/Review.php:100
1083
  msgid "our forums"
1084
  msgstr "наши форумы"
1085
 
1086
+ #: classes/Notice/Review.php:99
1087
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1088
  msgstr "Как пользователь Admin Columns Pro, Вы можете использовать свой аккаунт на AdminColumns.com account для доступа к технической поддержке %s!"
1089
 
1090
+ #: classes/Notice/Review.php:95
1091
  msgid "documentation page"
1092
  msgstr "страницу документации"
1093
 
1094
+ #: classes/Notice/Review.php:93
1095
  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."
1096
  msgstr "Мы сожалеем, но может быть мы можем помочь! Если у Вас возникли проблемы с настройкой %s или Вы хотите помочь расширить возможности плагина, пожалуйста, посетите нашу %s."
1097
 
1098
+ #: classes/Notice/Review.php:86
1099
  msgid "Permanently hide notice"
1100
  msgstr "Постоянно скрывать уведомления"
1101
 
1102
+ #: classes/Notice/Review.php:85
1103
  msgid "Leave a review!"
1104
  msgstr "Оставить отзыв!"
1105
 
1106
+ #: classes/Notice/Review.php:81
1107
  msgid "click here"
1108
  msgstr "нажмите здесь"
1109
 
1110
+ #: classes/Notice/Review.php:77
1111
  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."
1112
  msgstr "Мы не хотели бы Вас беспокоить, но Вы уже некоторое время используете %s, и нам интересно довольны ли Вы плагином. Если да, не могли бы Вы оставить свой комментарий на wordpress.org? Если у Вас есть какие-то проблемы с %s, пожалуйста, %s."
1113
 
1114
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1115
  msgid "Admin Columns Pro"
1116
  msgstr "Admin Columns Pro"
1117
 
1118
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1119
  #. Plugin Name of the plugin/theme
1120
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1121
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1122
+ #: classes/Plugin/Updater.php:98
1123
  msgid "Admin Columns"
1124
  msgstr "Admin Columns"
1125
 
1139
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1140
  msgstr ""
1141
 
1142
+ #: classes/Settings/Column/PostLink.php:70
1143
  msgid "View Public Post Author Page"
1144
  msgstr "Публичная страница автора"
1145
 
1146
+ #: classes/Settings/Column/PostLink.php:69
1147
  msgid "Edit Post Author"
1148
  msgstr "Редактировать запись автора"
1149
 
1150
+ #: classes/Settings/Column/PostLink.php:68
1151
  msgid "View Post"
1152
  msgstr "Посмотреть запись"
1153
 
1154
+ #: classes/Settings/Column/PostLink.php:67
1155
  msgid "Edit Post"
1156
  msgstr "Редактировать запись"
1157
 
1163
  msgid "Label"
1164
  msgstr "Ярлык"
1165
 
1166
+ #: classes/Settings/Column/Type.php:32
1167
  msgid "Name"
1168
  msgstr "Имя"
1169
 
1183
  msgid "First and Last Name"
1184
  msgstr "Имя и фамилия"
1185
 
1186
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1187
  msgid "User Email"
1188
  msgstr "Email пользователя"
1189
 
1203
  msgid "Display Name"
1204
  msgstr "Отображаемое имя"
1205
 
1206
+ #: classes/Settings/Column/BeforeAfter.php:67
1207
  msgid "After"
1208
  msgstr "После"
1209
 
1210
+ #: classes/Settings/Column/BeforeAfter.php:59
1211
  msgid "This text will appear before the column value."
1212
  msgstr "Этот текст будет отображаться перед значением колонки."
1213
 
1214
+ #: classes/Settings/Column/BeforeAfter.php:58
1215
  msgid "Before"
1216
  msgstr "До"
1217
 
1220
  msgstr "ширина"
1221
 
1222
  #: classes/Settings/Column/CustomFieldType.php:153
1223
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1224
  msgid "Custom"
1225
  msgstr "Произвольно "
1226
 
1294
  msgid "Link to menu"
1295
  msgstr "Ссылка на меню"
1296
 
1297
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1298
  msgid "Taxonomy"
1299
  msgstr "Таксономия"
1300
 
 
 
 
 
1301
  #: classes/Column/Post/Sticky.php:16
1302
  msgid "Sticky"
1303
  msgstr "Прикреплённая запись"
1314
  msgid "Shortcodes"
1315
  msgstr "Шорткоды"
1316
 
1317
+ #: classes/Settings/Column/User.php:119
1318
  msgid "Roles"
1319
  msgstr "Роли"
1320
 
1354
  msgid "Post Format"
1355
  msgstr "Формат записи"
1356
 
1357
+ #: classes/Column/Post/FeaturedImage.php:14
1358
  msgid "Featured Image"
1359
  msgstr "Популярные изображения"
1360
 
1392
  msgid "Date Published"
1393
  msgstr "Дата публикации"
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:34
1396
  msgid "Select which comment status you like to display."
1397
  msgstr "Выберите статус комментария, который Вы хотите отображать."
1398
 
1399
+ #: classes/Settings/Column/CommentCount.php:33
1400
  msgid "Comment status"
1401
  msgstr "Статус комментария"
1402
 
1403
  #: classes/Column/Comment/Status.php:25
1404
+ #: classes/Settings/Column/CommentCount.php:48
1405
  msgid "Spam"
1406
  msgstr "Спам"
1407
 
1408
  #: classes/Column/Comment/Status.php:27
1409
+ #: classes/Settings/Column/CommentCount.php:47
1410
  msgid "Pending"
1411
  msgstr "Ожидающие "
1412
 
1413
+ #: classes/Settings/Column/CommentCount.php:55
1414
  msgid "Total"
1415
  msgstr "Все"
1416
 
1417
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1418
  msgid "View Public Author Page"
1419
  msgstr "Публичная страница автора"
1420
 
1421
+ #: classes/Settings/Column/User.php:135
1422
  msgid "View User Posts"
1423
  msgstr "Записи пользователя"
1424
 
1425
+ #: classes/Settings/Column/User.php:133
1426
  msgid "Edit User Profile"
1427
  msgstr "Профиль пользователя"
1428
 
1429
+ #: classes/Settings/Column/PostLink.php:66
1430
  #: classes/Settings/Column/Separator.php:26
1431
+ #: classes/Settings/Column/User.php:142
1432
  msgid "None"
1433
  msgstr "Ничего"
1434
 
1481
  msgid "Filename"
1482
  msgstr "Имя файла"
1483
 
1484
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1485
  #: classes/Settings/Column/Term.php:27
1486
  msgid "Title"
1487
  msgstr "Заголовок"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:80
1490
  msgid "Shutter Speed"
1491
  msgstr "Выдержка"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:79
1494
  msgid "ISO"
1495
  msgstr "ISO"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:78
1498
  msgid "Focal Length"
1499
  msgstr "Фокусное расстояние"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1502
  msgid "Timestamp"
1503
  msgstr "Отметка времени"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:74
1506
  msgid "Camera"
1507
  msgstr "Камера"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:73
1510
  msgid "Credit"
1511
  msgstr "Кредит"
1512
 
1513
+ #: classes/Settings/Column/ExifData.php:72
1514
  msgid "Aperture"
1515
  msgstr "Диафрагма"
1516
 
1522
  msgid "Dimensions"
1523
  msgstr "Размеры"
1524
 
1525
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1526
  msgid "Caption"
1527
  msgstr "Подпись"
1528
 
1529
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1530
  msgid "Available Sizes"
1531
  msgstr "Доступные размеры"
1532
 
 
 
 
 
 
 
 
 
1533
  #: classes/Admin/Page/Columns.php:480
1534
  msgid "View"
1535
  msgstr "Посмотреть"
1536
 
1537
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1538
+ #: classes/Settings/Column/CommentCount.php:49
1539
  msgid "Trash"
1540
  msgstr "Корзина"
1541
 
1583
  msgid "Field Type"
1584
  msgstr "Тип поля"
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "Please create a %s item first."
1588
  msgstr "Пожалуйста, создайте первый элемент %s."
1589
 
1590
+ #: classes/Settings/Column/CustomField.php:21
1591
  msgid "No custom fields available."
1592
  msgstr "Нет доступных произвольных полей."
1593
 
1625
  #: classes/Admin/Help/CustomField.php:22
1626
  #: classes/Settings/Column/CustomFieldType.php:168
1627
  #: classes/Settings/Column/Image.php:71
1628
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1629
  msgid "Default"
1630
  msgstr "По умолчанию"
1631
 
1646
 
1647
  #: classes/Column/Comment/Type.php:14
1648
  #: classes/Settings/Column/CustomFieldType.php:56
1649
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1650
  msgid "Type"
1651
  msgstr "Тип"
1652
 
1676
  msgid "Date GMT"
1677
  msgstr "Дата GMT"
1678
 
1679
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1680
  msgid "Author"
1681
  msgstr "Автор"
1682
 
1701
  msgstr "Аватар"
1702
 
1703
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1704
+ #: classes/Settings/Column/CommentCount.php:46
1705
  msgid "Approved"
1706
  msgstr "Одобренные"
1707
 
1715
 
1716
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1717
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1718
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1719
  msgid "ID"
1720
  msgstr "ID"
1721
 
1722
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1723
  #: classes/Settings/Column/ActionIcons.php:22
1724
+ #: classes/Settings/Column/MissingImageSize.php:22
1725
+ #: classes/Settings/Column/PostFormatIcon.php:24
1726
  #: classes/Settings/Column/StatusIcon.php:24
1727
  #: classes/Settings/Column/Toggle.php:14
1728
  msgid "No"
1730
 
1731
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1732
  #: classes/Settings/Column/ActionIcons.php:21
1733
+ #: classes/Settings/Column/MissingImageSize.php:21
1734
+ #: classes/Settings/Column/PostFormatIcon.php:23
1735
  #: classes/Settings/Column/StatusIcon.php:23
1736
  #: classes/Settings/Column/Toggle.php:13
1737
  msgid "Yes"
1745
  msgid "Use icons?"
1746
  msgstr "Использовать иконки?"
1747
 
1748
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1749
  msgid "Actions"
1750
  msgstr "Действия"
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:14
1753
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Addon/WooCommerce.php:13
1757
  msgid "WooCommerce"
1758
  msgstr "WooCommerce"
1759
 
1760
+ #: classes/Admin/Addon/ACF.php:13
1761
  msgid "Advanced Custom Fields"
1762
  msgstr "Advanced Custom Fields"
1763
 
1764
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1765
  msgid "Plugins"
1766
  msgstr "Плагины"
languages/codepress-admin-columns-sv_SE.mo CHANGED
Binary file
languages/codepress-admin-columns-sv_SE.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: sv_SE\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,29 +523,29 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
  msgstr[1] ""
387
 
388
- #: classes/Admin/Page/Help.php:248
389
  msgid "View documentation"
390
  msgstr ""
391
 
392
- #: classes/Admin/Page/Help.php:198
393
  msgid "The action %s used on this website is deprecated since %s."
394
  msgstr ""
395
 
@@ -405,7 +561,7 @@ msgstr ""
405
  msgid "Deprecated Filters"
406
  msgstr ""
407
 
408
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
409
  msgid "Help"
410
  msgstr ""
411
 
@@ -449,7 +605,7 @@ msgstr ""
449
  msgid "Pro"
450
  msgstr ""
451
 
452
- #: classes/Admin/Page/Columns.php:328
453
  msgid "You need at least one column"
454
  msgstr ""
455
 
@@ -461,57 +617,57 @@ msgstr ""
461
  msgid "Recommended"
462
  msgstr ""
463
 
464
- #: classes/Admin/Page/Addons.php:120
465
  msgid "%s could not be activated."
466
  msgstr ""
467
 
468
- #: classes/Admin/Page/Addons.php:110
469
  msgid "%s successfully activated."
470
  msgstr ""
471
 
472
- #: classes/Admin/Page/Addons.php:105
473
  msgid "%s plugin successfully deactivated."
474
  msgstr ""
475
 
476
- #: classes/Admin/Page/Addons.php:104
477
  msgid "%s plugin successfully activated."
478
  msgstr ""
479
 
480
- #: classes/Admin/Page/Addons.php:71
481
  msgid "%s add-on requires %s."
482
  msgid_plural "%s add-ons requires %s."
483
  msgstr[0] ""
484
  msgstr[1] ""
485
 
486
- #: classes/Admin/Page/Addons.php:58
487
  msgid "here"
488
  msgstr ""
489
 
490
- #: classes/Admin/Page/Addons.php:58
491
  msgid "Click %s to activate the plugin."
492
  msgstr ""
493
 
494
- #: classes/Admin/Page/Addons.php:55
495
  msgid "%s plugin is installed, but not active."
496
  msgstr ""
497
 
498
- #: classes/Admin/Page/Addons.php:53
499
  msgid "%s plugin needs to be installed for the add-on to work."
500
  msgstr ""
501
 
502
- #: classes/Addon.php:274
503
  msgid "Display and edit %s fields in the posts overview in seconds!"
504
  msgstr ""
505
 
506
- #: classes/Addon/Types.php:13
507
  msgid "Toolset Types"
508
  msgstr ""
509
 
510
- #: classes/Addon/Pods.php:13
511
  msgid "Pods"
512
  msgstr ""
513
 
514
- #: classes/API.php:139
515
  msgid "Imported"
516
  msgstr ""
517
 
@@ -551,7 +707,7 @@ msgstr ""
551
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
552
  msgstr ""
553
 
554
- #: classes/Admin/Page/Columns.php:248
555
  msgid "Please visit the %s screen once to load all available columns"
556
  msgstr ""
557
 
@@ -559,15 +715,15 @@ msgstr ""
559
  msgid "Restore columns"
560
  msgstr ""
561
 
562
- #: classes/Admin/Page/Columns.php:174
563
  msgid "Settings for %s restored successfully."
564
  msgstr ""
565
 
566
- #: classes/Admin/Page/Columns.php:335
567
  msgid "View %s screen"
568
  msgstr ""
569
 
570
- #: classes/Admin/Page/Columns.php:74
571
  msgid "Invalid response."
572
  msgstr ""
573
 
@@ -591,22 +747,18 @@ msgstr ""
591
  msgid "Addon does not exist."
592
  msgstr ""
593
 
594
- #: classes/Admin/Page/Addons.php:183
595
  msgid "the addons page"
596
  msgstr ""
597
 
598
- #: classes/Admin/Page/Addons.php:183
599
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
600
  msgstr ""
601
 
602
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
603
  msgid "Custom Fields"
604
  msgstr "Anpassade fält"
605
 
606
- #: classes/Settings/Column/Meta.php:110
607
- msgid "Hidden Custom Fields"
608
- msgstr ""
609
-
610
  #. Author of the plugin/theme
611
  msgid "AdminColumns.com"
612
  msgstr ""
@@ -615,62 +767,26 @@ msgstr ""
615
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
616
  msgstr ""
617
 
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Plugin URI of the plugin/theme
620
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
621
  #. Author URI of the plugin/theme
622
  msgid "https://www.admincolumns.com"
623
  msgstr ""
624
 
625
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
626
  msgid "Edit columns"
627
  msgstr "Redigera kolumner"
628
 
629
- #: classes/Admin/Page/Upgrade.php:310
630
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
631
- msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
632
-
633
- #: classes/Admin/Page/Upgrade.php:309
634
- msgid "Error"
635
- msgstr "Fel"
636
-
637
- #: classes/Admin/Page/Upgrade.php:308
638
- msgid "Return to settings."
639
- msgstr "Återgå till inställningar."
640
-
641
- #: classes/Admin/Page/Upgrade.php:308
642
- msgid "Upgrade Complete!"
643
- msgstr "Uppgradering klar!"
644
-
645
- #: classes/Admin/Page/Upgrade.php:292
646
- msgid "Return to welcome screen."
647
- msgstr "Återgå till välkomstskärmen."
648
-
649
- #: classes/Admin/Page/Upgrade.php:291
650
- msgid "No Upgrade Required"
651
- msgstr "Ingen uppgradering krävs"
652
-
653
- #: classes/Admin/Page/Upgrade.php:255
654
- msgid "Migrating Column Settings"
655
- msgstr "Migrera kolumninställningar"
656
-
657
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
658
- msgid "Upgrade"
659
- msgstr "Uppgradera"
660
-
661
- #: classes/Admin/Page/Upgrade.php:46
662
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
663
- msgstr "Pro-tilägget stöds inte längre. Vänligen logga in på ditt konto och ladda ner Admin Columns Pro"
664
-
665
- #: classes/Admin/Page/Columns.php:355
666
  msgid "Settings for %s updated successfully."
667
  msgstr "Inställningar för %s uppdaterades framgångsrikt."
668
 
669
- #: classes/Admin/Page/Columns.php:342
670
  msgid "You are trying to store the same settings for %s."
671
  msgstr "Du försöker lagra samma inställningar för %s."
672
 
673
- #: classes/ListScreen.php:652
674
  msgid "No columns settings available."
675
  msgstr "Inga inställningar för kolumner är tillgängliga."
676
 
@@ -796,11 +912,11 @@ msgstr "Uppdatera"
796
  msgid "Store settings"
797
  msgstr "Spara inställningar"
798
 
799
- #: classes/Admin/Page/Addons.php:19
800
  msgid "Add-ons"
801
  msgstr "Tillägg"
802
 
803
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
804
  msgid "Settings"
805
  msgstr "Inställningar"
806
 
@@ -837,30 +953,6 @@ msgstr "Anpassa dina Admin Columns inställningar."
837
  msgid "General Settings"
838
  msgstr "Allmänna inställningar"
839
 
840
- #: classes/Admin/Page/Welcome.php:90
841
- msgid "Start using Admin Columns"
842
- msgstr "Börja med att använda Admin Columns"
843
-
844
- #: classes/Admin/Page/Upgrade.php:47
845
- msgid "Learn more"
846
- msgstr "Lär dig mer"
847
-
848
- #: classes/Admin/Page/Welcome.php:29
849
- msgid "Changelog for"
850
- msgstr "Ändringslogg för"
851
-
852
- #: classes/Admin/Page/Welcome.php:62
853
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
- msgstr "Admin Columns är mer polerat och roligare än någonsin tidigare. Vi hoppas att du gillar det."
855
-
856
- #: classes/Admin/Page/Welcome.php:61
857
- msgid "Thank you for updating to the latest version!"
858
- msgstr "Tack för att du uppdaterar till den senaste versionen!"
859
-
860
- #: classes/Admin/Page/Welcome.php:58
861
- msgid "Welcome to Admin Columns"
862
- msgstr "Välkommen till Admin Columns"
863
-
864
  #: classes/Admin/Help/CustomField.php:35
865
  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."
866
  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."
@@ -961,70 +1053,71 @@ msgstr "Översikt"
961
  msgid "Default settings succesfully restored."
962
  msgstr "Standardinställningar återställdes framgångsrikt."
963
 
964
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
965
  msgid "%s column is already present and can not be duplicated."
966
  msgstr "%s kolumn finns redan och kan inte dupliceras."
967
 
968
- #: classes/Admin.php:130
969
  msgid "Admin Columns Settings"
970
  msgstr "Admin Columns Inställningar"
971
 
972
- #: classes/Admin/Page/Addons.php:111
973
  msgid "%s successfully deactivated."
974
  msgstr ""
975
 
976
- #: classes/Notice/Review.php:105
977
  msgid "find answers to some frequently asked questions"
978
  msgstr "hitta svar på vanliga frågor"
979
 
980
- #: classes/Notice/Review.php:104
981
  msgid "Admin Columns forums on WordPress.org"
982
  msgstr "Admin Columns forum på WordPress.org"
983
 
984
- #: classes/Notice/Review.php:103
985
  msgid "You can also find help on the %s, and %s."
986
  msgstr "Du kan också hitta hjälp på %s, och %s."
987
 
988
- #: classes/Notice/Review.php:99
989
  msgid "our forums"
990
  msgstr "vårt forum"
991
 
992
- #: classes/Notice/Review.php:98
993
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
994
  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!"
995
 
996
- #: classes/Notice/Review.php:94
997
  msgid "documentation page"
998
  msgstr "dokumentation sida"
999
 
1000
- #: classes/Notice/Review.php:92
1001
  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."
1002
  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."
1003
 
1004
- #: classes/Notice/Review.php:85
1005
  msgid "Permanently hide notice"
1006
  msgstr "Permanent gömma notis"
1007
 
1008
- #: classes/Notice/Review.php:84
1009
  msgid "Leave a review!"
1010
  msgstr "Lämna en recension!"
1011
 
1012
- #: classes/Notice/Review.php:80
1013
  msgid "click here"
1014
  msgstr "klicka här"
1015
 
1016
- #: classes/Notice/Review.php:76
1017
  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."
1018
  msgstr ""
1019
 
1020
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1021
  msgid "Admin Columns Pro"
1022
  msgstr "Admin Columns Pro"
1023
 
1024
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1025
  #. Plugin Name of the plugin/theme
1026
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1027
- #: classes/Notice/Review.php:64
 
1028
  msgid "Admin Columns"
1029
  msgstr "Admin Columns"
1030
 
@@ -1044,19 +1137,19 @@ msgstr ""
1044
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1045
  msgstr ""
1046
 
1047
- #: classes/Settings/Column/PostLink.php:68
1048
  msgid "View Public Post Author Page"
1049
  msgstr ""
1050
 
1051
- #: classes/Settings/Column/PostLink.php:67
1052
  msgid "Edit Post Author"
1053
  msgstr ""
1054
 
1055
- #: classes/Settings/Column/PostLink.php:66
1056
  msgid "View Post"
1057
  msgstr ""
1058
 
1059
- #: classes/Settings/Column/PostLink.php:65
1060
  msgid "Edit Post"
1061
  msgstr ""
1062
 
@@ -1068,7 +1161,7 @@ msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
1068
  msgid "Label"
1069
  msgstr "Etikett"
1070
 
1071
- #: classes/Settings/Column/Type.php:29
1072
  msgid "Name"
1073
  msgstr "Namn"
1074
 
@@ -1088,7 +1181,7 @@ msgstr "Visa format"
1088
  msgid "First and Last Name"
1089
  msgstr "Förnamn och efternamn"
1090
 
1091
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1092
  msgid "User Email"
1093
  msgstr "Användare Email"
1094
 
@@ -1108,15 +1201,15 @@ msgstr "Förnamn"
1108
  msgid "Display Name"
1109
  msgstr "Visa namn"
1110
 
1111
- #: classes/Settings/Column/BeforeAfter.php:49
1112
  msgid "After"
1113
  msgstr "Efter"
1114
 
1115
- #: classes/Settings/Column/BeforeAfter.php:41
1116
  msgid "This text will appear before the column value."
1117
  msgstr ""
1118
 
1119
- #: classes/Settings/Column/BeforeAfter.php:40
1120
  msgid "Before"
1121
  msgstr "Innan"
1122
 
@@ -1125,7 +1218,7 @@ msgid "width"
1125
  msgstr "bredd"
1126
 
1127
  #: classes/Settings/Column/CustomFieldType.php:153
1128
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1129
  msgid "Custom"
1130
  msgstr "Anpassad"
1131
 
@@ -1199,18 +1292,10 @@ msgstr "Detta gör att titeln länkas till menyn."
1199
  msgid "Link to menu"
1200
  msgstr "Länk till meny"
1201
 
1202
- #: classes/Column/UsedByMenu.php:17
1203
- msgid "Used by Menu"
1204
- msgstr "Använd av meny"
1205
-
1206
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1207
  msgid "Taxonomy"
1208
  msgstr "Taxonomi"
1209
 
1210
- #: classes/Column/Post/TitleRaw.php:14
1211
- msgid "Title without actions"
1212
- msgstr "Titel utan åtgärder"
1213
-
1214
  #: classes/Column/Post/Sticky.php:16
1215
  msgid "Sticky"
1216
  msgstr "Klistrad"
@@ -1227,7 +1312,7 @@ msgstr "Permalänk"
1227
  msgid "Shortcodes"
1228
  msgstr "Kortkoder"
1229
 
1230
- #: classes/Column/Post/Roles.php:14
1231
  msgid "Roles"
1232
  msgstr "Roller"
1233
 
@@ -1267,7 +1352,7 @@ msgstr "Senast modifierad författare"
1267
  msgid "Post Format"
1268
  msgstr "Inläggsformat"
1269
 
1270
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1271
  msgid "Featured Image"
1272
  msgstr "Utvald bild"
1273
 
@@ -1303,47 +1388,43 @@ msgstr "Djup"
1303
  msgid "Date Published"
1304
  msgstr ""
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:31
1307
  msgid "Select which comment status you like to display."
1308
  msgstr "Välj vilken kommentarsstatus du vill visa."
1309
 
1310
- #: classes/Settings/Column/CommentCount.php:30
1311
  msgid "Comment status"
1312
  msgstr "Kommentarsstatus"
1313
 
1314
  #: classes/Column/Comment/Status.php:25
1315
- #: classes/Settings/Column/CommentCount.php:45
1316
  msgid "Spam"
1317
  msgstr "Spam"
1318
 
1319
  #: classes/Column/Comment/Status.php:27
1320
- #: classes/Settings/Column/CommentCount.php:44
1321
  msgid "Pending"
1322
  msgstr "Avvaktan"
1323
 
1324
- #: classes/Settings/Column/CommentCount.php:52
1325
  msgid "Total"
1326
  msgstr "Totalt"
1327
 
1328
- #: classes/Column/Post/BeforeMoreTag.php:14
1329
- msgid "Before More Tag"
1330
- msgstr "Innan mer tagg"
1331
-
1332
- #: classes/Settings/Column/User.php:135
1333
  msgid "View Public Author Page"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:134
1337
  msgid "View User Posts"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/User.php:132
1341
  msgid "Edit User Profile"
1342
  msgstr ""
1343
 
1344
- #: classes/Settings/Column/PostLink.php:73
1345
  #: classes/Settings/Column/Separator.php:26
1346
- #: classes/Settings/Column/User.php:141
1347
  msgid "None"
1348
  msgstr "Ingen"
1349
 
@@ -1396,40 +1477,36 @@ msgstr "Filstorlek"
1396
  msgid "Filename"
1397
  msgstr "Filnamn"
1398
 
1399
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1400
  #: classes/Settings/Column/Term.php:27
1401
  msgid "Title"
1402
  msgstr "Rubrik"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:49
1405
  msgid "Shutter Speed"
1406
  msgstr "Slutartid"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:48
1409
  msgid "ISO"
1410
  msgstr "ISO"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:47
1413
  msgid "Focal Length"
1414
  msgstr "Bränvidd"
1415
 
1416
- #: classes/Settings/Column/ExifData.php:46
1417
- msgid "Copyright EXIF"
1418
- msgstr "Upphovsrätt EXIF"
1419
-
1420
- #: classes/Settings/Column/ExifData.php:45
1421
  msgid "Timestamp"
1422
  msgstr "Tidsstämpel"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:43
1425
  msgid "Camera"
1426
  msgstr "Kamera"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:42
1429
  msgid "Credit"
1430
  msgstr "Erkännande"
1431
 
1432
- #: classes/Settings/Column/ExifData.php:41
1433
  msgid "Aperture"
1434
  msgstr "Bländare"
1435
 
@@ -1441,32 +1518,20 @@ msgstr ""
1441
  msgid "Dimensions"
1442
  msgstr "Dimensioner"
1443
 
1444
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1445
  msgid "Caption"
1446
  msgstr "Bildtext"
1447
 
1448
- #: classes/Column/Media/AvailableSizes.php:49
1449
- msgid "full size"
1450
- msgstr "full storlek"
1451
-
1452
- #: classes/Column/Media/AvailableSizes.php:18
1453
  msgid "Available Sizes"
1454
  msgstr "Tillgängliga storlekar"
1455
 
1456
- #: classes/Column/Media/AttachedTo.php:14
1457
- msgid "Attached to Post"
1458
- msgstr "Bifogad till inlägg"
1459
-
1460
- #: classes/Column/Media/AlternateText.php:14
1461
- msgid "Alt"
1462
- msgstr "Alt"
1463
-
1464
  #: classes/Admin/Page/Columns.php:480
1465
  msgid "View"
1466
  msgstr "Visa"
1467
 
1468
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1469
- #: classes/Settings/Column/CommentCount.php:46
1470
  msgid "Trash"
1471
  msgstr "Papperskorg"
1472
 
@@ -1514,11 +1579,11 @@ msgstr "Detta avgör hur värdet kommer att visas."
1514
  msgid "Field Type"
1515
  msgstr "Fälttyp"
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "Please create a %s item first."
1519
  msgstr "Vänligen skapa ett %s inlägg först."
1520
 
1521
- #: classes/Settings/Column/CustomField.php:32
1522
  msgid "No custom fields available."
1523
  msgstr "Inget anpassat fält är tillgängligt."
1524
 
@@ -1556,7 +1621,7 @@ msgstr "Färg"
1556
  #: classes/Admin/Help/CustomField.php:22
1557
  #: classes/Settings/Column/CustomFieldType.php:168
1558
  #: classes/Settings/Column/Image.php:71
1559
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1560
  msgid "Default"
1561
  msgstr "Standard"
1562
 
@@ -1577,7 +1642,7 @@ msgstr "Användare"
1577
 
1578
  #: classes/Column/Comment/Type.php:14
1579
  #: classes/Settings/Column/CustomFieldType.php:56
1580
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1581
  msgid "Type"
1582
  msgstr "Typ"
1583
 
@@ -1607,7 +1672,7 @@ msgstr ""
1607
  msgid "Date GMT"
1608
  msgstr "Datum GMT"
1609
 
1610
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1611
  msgid "Author"
1612
  msgstr "Skapare"
1613
 
@@ -1632,7 +1697,7 @@ msgid "Avatar"
1632
  msgstr "Profilbild"
1633
 
1634
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1635
- #: classes/Settings/Column/CommentCount.php:43
1636
  msgid "Approved"
1637
  msgstr "Godkänd"
1638
 
@@ -1646,12 +1711,14 @@ msgstr "Redigera"
1646
 
1647
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1648
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1649
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1650
  msgid "ID"
1651
  msgstr "ID"
1652
 
1653
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1654
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1655
  #: classes/Settings/Column/StatusIcon.php:24
1656
  #: classes/Settings/Column/Toggle.php:14
1657
  msgid "No"
@@ -1659,6 +1726,8 @@ msgstr "Nej"
1659
 
1660
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1661
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1662
  #: classes/Settings/Column/StatusIcon.php:23
1663
  #: classes/Settings/Column/Toggle.php:13
1664
  msgid "Yes"
@@ -1672,22 +1741,22 @@ msgstr "Använda ikoner istället för text för att visa åtgärder."
1672
  msgid "Use icons?"
1673
  msgstr "Använda ikoner?"
1674
 
1675
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1676
  msgid "Actions"
1677
  msgstr "Åtgärder"
1678
 
1679
- #: classes/Addon/WooCommerce.php:14
1680
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1681
  msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
1682
 
1683
- #: classes/Addon/WooCommerce.php:13
1684
  msgid "WooCommerce"
1685
  msgstr "WooCommerce"
1686
 
1687
- #: classes/Addon/ACF.php:13
1688
  msgid "Advanced Custom Fields"
1689
  msgstr "Advanced Custom Fields"
1690
 
1691
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1692
  msgid "Plugins"
1693
  msgstr "Tillägg"
11
  "Language: sv_SE\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
  msgstr ""
162
 
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
+ msgstr ""
170
+
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
+ #: classes/Admin/Page/Help.php:258
545
  msgid "View documentation"
546
  msgstr ""
547
 
548
+ #: classes/Admin/Page/Help.php:203
549
  msgid "The action %s used on this website is deprecated since %s."
550
  msgstr ""
551
 
561
  msgid "Deprecated Filters"
562
  msgstr ""
563
 
564
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
565
  msgid "Help"
566
  msgstr ""
567
 
605
  msgid "Pro"
606
  msgstr ""
607
 
608
+ #: classes/Admin/Page/Columns.php:318
609
  msgid "You need at least one column"
610
  msgstr ""
611
 
617
  msgid "Recommended"
618
  msgstr ""
619
 
620
+ #: classes/Admin/Page/Addons.php:113
621
  msgid "%s could not be activated."
622
  msgstr ""
623
 
624
+ #: classes/Admin/Page/Addons.php:103
625
  msgid "%s successfully activated."
626
  msgstr ""
627
 
628
+ #: classes/Admin/Page/Addons.php:98
629
  msgid "%s plugin successfully deactivated."
630
  msgstr ""
631
 
632
+ #: classes/Admin/Page/Addons.php:97
633
  msgid "%s plugin successfully activated."
634
  msgstr ""
635
 
636
+ #: classes/Admin/Page/Addons.php:64
637
  msgid "%s add-on requires %s."
638
  msgid_plural "%s add-ons requires %s."
639
  msgstr[0] ""
640
  msgstr[1] ""
641
 
642
+ #: classes/Admin/Page/Addons.php:51
643
  msgid "here"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Page/Addons.php:51
647
  msgid "Click %s to activate the plugin."
648
  msgstr ""
649
 
650
+ #: classes/Admin/Page/Addons.php:48
651
  msgid "%s plugin is installed, but not active."
652
  msgstr ""
653
 
654
+ #: classes/Admin/Page/Addons.php:46
655
  msgid "%s plugin needs to be installed for the add-on to work."
656
  msgstr ""
657
 
658
+ #: classes/Admin/Addon.php:274
659
  msgid "Display and edit %s fields in the posts overview in seconds!"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Addon/Types.php:13
663
  msgid "Toolset Types"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Addon/Pods.php:13
667
  msgid "Pods"
668
  msgstr ""
669
 
670
+ #: classes/API.php:152
671
  msgid "Imported"
672
  msgstr ""
673
 
707
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
708
  msgstr ""
709
 
710
+ #: classes/Admin/Page/Columns.php:238
711
  msgid "Please visit the %s screen once to load all available columns"
712
  msgstr ""
713
 
715
  msgid "Restore columns"
716
  msgstr ""
717
 
718
+ #: classes/Admin/Page/Columns.php:164
719
  msgid "Settings for %s restored successfully."
720
  msgstr ""
721
 
722
+ #: classes/Admin/Page/Columns.php:325
723
  msgid "View %s screen"
724
  msgstr ""
725
 
726
+ #: classes/Admin/Page/Columns.php:72
727
  msgid "Invalid response."
728
  msgstr ""
729
 
747
  msgid "Addon does not exist."
748
  msgstr ""
749
 
750
+ #: classes/Admin/Page/Addons.php:176
751
  msgid "the addons page"
752
  msgstr ""
753
 
754
+ #: classes/Admin/Page/Addons.php:176
755
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
756
  msgstr ""
757
 
758
+ #: codepress-admin-columns.php:330
759
  msgid "Custom Fields"
760
  msgstr "Anpassade fält"
761
 
 
 
 
 
762
  #. Author of the plugin/theme
763
  msgid "AdminColumns.com"
764
  msgstr ""
767
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
768
  msgstr ""
769
 
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Plugin URI of the plugin/theme
772
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
773
  #. Author URI of the plugin/theme
774
  msgid "https://www.admincolumns.com"
775
  msgstr ""
776
 
777
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
778
  msgid "Edit columns"
779
  msgstr "Redigera kolumner"
780
 
781
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  msgid "Settings for %s updated successfully."
783
  msgstr "Inställningar för %s uppdaterades framgångsrikt."
784
 
785
+ #: classes/Admin/Page/Columns.php:332
786
  msgid "You are trying to store the same settings for %s."
787
  msgstr "Du försöker lagra samma inställningar för %s."
788
 
789
+ #: classes/ListScreen.php:674
790
  msgid "No columns settings available."
791
  msgstr "Inga inställningar för kolumner är tillgängliga."
792
 
912
  msgid "Store settings"
913
  msgstr "Spara inställningar"
914
 
915
+ #: classes/Admin/Page/Addons.php:12
916
  msgid "Add-ons"
917
  msgstr "Tillägg"
918
 
919
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
920
  msgid "Settings"
921
  msgstr "Inställningar"
922
 
953
  msgid "General Settings"
954
  msgstr "Allmänna inställningar"
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  #: classes/Admin/Help/CustomField.php:35
957
  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."
958
  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."
1053
  msgid "Default settings succesfully restored."
1054
  msgstr "Standardinställningar återställdes framgångsrikt."
1055
 
1056
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1057
  msgid "%s column is already present and can not be duplicated."
1058
  msgstr "%s kolumn finns redan och kan inte dupliceras."
1059
 
1060
+ #: classes/Admin.php:127
1061
  msgid "Admin Columns Settings"
1062
  msgstr "Admin Columns Inställningar"
1063
 
1064
+ #: classes/Admin/Page/Addons.php:104
1065
  msgid "%s successfully deactivated."
1066
  msgstr ""
1067
 
1068
+ #: classes/Notice/Review.php:106
1069
  msgid "find answers to some frequently asked questions"
1070
  msgstr "hitta svar på vanliga frågor"
1071
 
1072
+ #: classes/Notice/Review.php:105
1073
  msgid "Admin Columns forums on WordPress.org"
1074
  msgstr "Admin Columns forum på WordPress.org"
1075
 
1076
+ #: classes/Notice/Review.php:104
1077
  msgid "You can also find help on the %s, and %s."
1078
  msgstr "Du kan också hitta hjälp på %s, och %s."
1079
 
1080
+ #: classes/Notice/Review.php:100
1081
  msgid "our forums"
1082
  msgstr "vårt forum"
1083
 
1084
+ #: classes/Notice/Review.php:99
1085
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1086
  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!"
1087
 
1088
+ #: classes/Notice/Review.php:95
1089
  msgid "documentation page"
1090
  msgstr "dokumentation sida"
1091
 
1092
+ #: classes/Notice/Review.php:93
1093
  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."
1094
  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."
1095
 
1096
+ #: classes/Notice/Review.php:86
1097
  msgid "Permanently hide notice"
1098
  msgstr "Permanent gömma notis"
1099
 
1100
+ #: classes/Notice/Review.php:85
1101
  msgid "Leave a review!"
1102
  msgstr "Lämna en recension!"
1103
 
1104
+ #: classes/Notice/Review.php:81
1105
  msgid "click here"
1106
  msgstr "klicka här"
1107
 
1108
+ #: classes/Notice/Review.php:77
1109
  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."
1110
  msgstr ""
1111
 
1112
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1113
  msgid "Admin Columns Pro"
1114
  msgstr "Admin Columns Pro"
1115
 
1116
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1117
  #. Plugin Name of the plugin/theme
1118
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1119
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1120
+ #: classes/Plugin/Updater.php:98
1121
  msgid "Admin Columns"
1122
  msgstr "Admin Columns"
1123
 
1137
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1138
  msgstr ""
1139
 
1140
+ #: classes/Settings/Column/PostLink.php:70
1141
  msgid "View Public Post Author Page"
1142
  msgstr ""
1143
 
1144
+ #: classes/Settings/Column/PostLink.php:69
1145
  msgid "Edit Post Author"
1146
  msgstr ""
1147
 
1148
+ #: classes/Settings/Column/PostLink.php:68
1149
  msgid "View Post"
1150
  msgstr ""
1151
 
1152
+ #: classes/Settings/Column/PostLink.php:67
1153
  msgid "Edit Post"
1154
  msgstr ""
1155
 
1161
  msgid "Label"
1162
  msgstr "Etikett"
1163
 
1164
+ #: classes/Settings/Column/Type.php:32
1165
  msgid "Name"
1166
  msgstr "Namn"
1167
 
1181
  msgid "First and Last Name"
1182
  msgstr "Förnamn och efternamn"
1183
 
1184
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1185
  msgid "User Email"
1186
  msgstr "Användare Email"
1187
 
1201
  msgid "Display Name"
1202
  msgstr "Visa namn"
1203
 
1204
+ #: classes/Settings/Column/BeforeAfter.php:67
1205
  msgid "After"
1206
  msgstr "Efter"
1207
 
1208
+ #: classes/Settings/Column/BeforeAfter.php:59
1209
  msgid "This text will appear before the column value."
1210
  msgstr ""
1211
 
1212
+ #: classes/Settings/Column/BeforeAfter.php:58
1213
  msgid "Before"
1214
  msgstr "Innan"
1215
 
1218
  msgstr "bredd"
1219
 
1220
  #: classes/Settings/Column/CustomFieldType.php:153
1221
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1222
  msgid "Custom"
1223
  msgstr "Anpassad"
1224
 
1292
  msgid "Link to menu"
1293
  msgstr "Länk till meny"
1294
 
1295
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1296
  msgid "Taxonomy"
1297
  msgstr "Taxonomi"
1298
 
 
 
 
 
1299
  #: classes/Column/Post/Sticky.php:16
1300
  msgid "Sticky"
1301
  msgstr "Klistrad"
1312
  msgid "Shortcodes"
1313
  msgstr "Kortkoder"
1314
 
1315
+ #: classes/Settings/Column/User.php:119
1316
  msgid "Roles"
1317
  msgstr "Roller"
1318
 
1352
  msgid "Post Format"
1353
  msgstr "Inläggsformat"
1354
 
1355
+ #: classes/Column/Post/FeaturedImage.php:14
1356
  msgid "Featured Image"
1357
  msgstr "Utvald bild"
1358
 
1388
  msgid "Date Published"
1389
  msgstr ""
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:34
1392
  msgid "Select which comment status you like to display."
1393
  msgstr "Välj vilken kommentarsstatus du vill visa."
1394
 
1395
+ #: classes/Settings/Column/CommentCount.php:33
1396
  msgid "Comment status"
1397
  msgstr "Kommentarsstatus"
1398
 
1399
  #: classes/Column/Comment/Status.php:25
1400
+ #: classes/Settings/Column/CommentCount.php:48
1401
  msgid "Spam"
1402
  msgstr "Spam"
1403
 
1404
  #: classes/Column/Comment/Status.php:27
1405
+ #: classes/Settings/Column/CommentCount.php:47
1406
  msgid "Pending"
1407
  msgstr "Avvaktan"
1408
 
1409
+ #: classes/Settings/Column/CommentCount.php:55
1410
  msgid "Total"
1411
  msgstr "Totalt"
1412
 
1413
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1414
  msgid "View Public Author Page"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:135
1418
  msgid "View User Posts"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/User.php:133
1422
  msgid "Edit User Profile"
1423
  msgstr ""
1424
 
1425
+ #: classes/Settings/Column/PostLink.php:66
1426
  #: classes/Settings/Column/Separator.php:26
1427
+ #: classes/Settings/Column/User.php:142
1428
  msgid "None"
1429
  msgstr "Ingen"
1430
 
1477
  msgid "Filename"
1478
  msgstr "Filnamn"
1479
 
1480
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1481
  #: classes/Settings/Column/Term.php:27
1482
  msgid "Title"
1483
  msgstr "Rubrik"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:80
1486
  msgid "Shutter Speed"
1487
  msgstr "Slutartid"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:79
1490
  msgid "ISO"
1491
  msgstr "ISO"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:78
1494
  msgid "Focal Length"
1495
  msgstr "Bränvidd"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1498
  msgid "Timestamp"
1499
  msgstr "Tidsstämpel"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:74
1502
  msgid "Camera"
1503
  msgstr "Kamera"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:73
1506
  msgid "Credit"
1507
  msgstr "Erkännande"
1508
 
1509
+ #: classes/Settings/Column/ExifData.php:72
1510
  msgid "Aperture"
1511
  msgstr "Bländare"
1512
 
1518
  msgid "Dimensions"
1519
  msgstr "Dimensioner"
1520
 
1521
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1522
  msgid "Caption"
1523
  msgstr "Bildtext"
1524
 
1525
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1526
  msgid "Available Sizes"
1527
  msgstr "Tillgängliga storlekar"
1528
 
 
 
 
 
 
 
 
 
1529
  #: classes/Admin/Page/Columns.php:480
1530
  msgid "View"
1531
  msgstr "Visa"
1532
 
1533
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1534
+ #: classes/Settings/Column/CommentCount.php:49
1535
  msgid "Trash"
1536
  msgstr "Papperskorg"
1537
 
1579
  msgid "Field Type"
1580
  msgstr "Fälttyp"
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "Please create a %s item first."
1584
  msgstr "Vänligen skapa ett %s inlägg först."
1585
 
1586
+ #: classes/Settings/Column/CustomField.php:21
1587
  msgid "No custom fields available."
1588
  msgstr "Inget anpassat fält är tillgängligt."
1589
 
1621
  #: classes/Admin/Help/CustomField.php:22
1622
  #: classes/Settings/Column/CustomFieldType.php:168
1623
  #: classes/Settings/Column/Image.php:71
1624
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1625
  msgid "Default"
1626
  msgstr "Standard"
1627
 
1642
 
1643
  #: classes/Column/Comment/Type.php:14
1644
  #: classes/Settings/Column/CustomFieldType.php:56
1645
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1646
  msgid "Type"
1647
  msgstr "Typ"
1648
 
1672
  msgid "Date GMT"
1673
  msgstr "Datum GMT"
1674
 
1675
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1676
  msgid "Author"
1677
  msgstr "Skapare"
1678
 
1697
  msgstr "Profilbild"
1698
 
1699
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1700
+ #: classes/Settings/Column/CommentCount.php:46
1701
  msgid "Approved"
1702
  msgstr "Godkänd"
1703
 
1711
 
1712
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1713
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1714
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1715
  msgid "ID"
1716
  msgstr "ID"
1717
 
1718
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1719
  #: classes/Settings/Column/ActionIcons.php:22
1720
+ #: classes/Settings/Column/MissingImageSize.php:22
1721
+ #: classes/Settings/Column/PostFormatIcon.php:24
1722
  #: classes/Settings/Column/StatusIcon.php:24
1723
  #: classes/Settings/Column/Toggle.php:14
1724
  msgid "No"
1726
 
1727
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1728
  #: classes/Settings/Column/ActionIcons.php:21
1729
+ #: classes/Settings/Column/MissingImageSize.php:21
1730
+ #: classes/Settings/Column/PostFormatIcon.php:23
1731
  #: classes/Settings/Column/StatusIcon.php:23
1732
  #: classes/Settings/Column/Toggle.php:13
1733
  msgid "Yes"
1741
  msgid "Use icons?"
1742
  msgstr "Använda ikoner?"
1743
 
1744
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1745
  msgid "Actions"
1746
  msgstr "Åtgärder"
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:14
1749
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1750
  msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
1751
 
1752
+ #: classes/Admin/Addon/WooCommerce.php:13
1753
  msgid "WooCommerce"
1754
  msgstr "WooCommerce"
1755
 
1756
+ #: classes/Admin/Addon/ACF.php:13
1757
  msgid "Advanced Custom Fields"
1758
  msgstr "Advanced Custom Fields"
1759
 
1760
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1761
  msgid "Plugins"
1762
  msgstr "Tillägg"
languages/codepress-admin-columns-zh_CN.mo CHANGED
Binary file
languages/codepress-admin-columns-zh_CN.po CHANGED
@@ -11,27 +11,196 @@ msgstr ""
11
  "Language: zh_CN\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
- #: classes/Settings/Column/StatusIcon.php:90
15
- msgid "Password protected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  msgstr ""
17
 
18
- #: classes/Settings/Column/StatusIcon.php:85
19
- msgid "Future"
20
  msgstr ""
21
 
22
- #: classes/Settings/Column/StatusIcon.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Pending for review"
24
  msgstr ""
25
 
26
- #: classes/Settings/Column/StatusIcon.php:79
27
  msgid "Draft"
28
  msgstr ""
29
 
30
- #: classes/Settings/Column/StatusIcon.php:76
31
  msgid "Published"
32
  msgstr ""
33
 
34
- #: classes/Settings/Column/StatusIcon.php:73
35
  msgid "Private"
36
  msgstr ""
37
 
@@ -39,11 +208,12 @@ msgstr ""
39
  msgid "Use an icon instead of text for displaying the status."
40
  msgstr ""
41
 
 
42
  #: classes/Settings/Column/StatusIcon.php:28
43
  msgid "Use an icon?"
44
  msgstr ""
45
 
46
- #: classes/Helper/String.php:102
47
  msgid "&hellip;"
48
  msgstr ""
49
 
@@ -67,11 +237,11 @@ msgstr ""
67
  msgid "Prices starting from %s"
68
  msgstr ""
69
 
70
- #: classes/Addon/BuddyPress.php:17
71
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
72
  msgstr ""
73
 
74
- #: classes/Addon/BuddyPress.php:13
75
  msgid "BuddyPress"
76
  msgstr ""
77
 
@@ -99,11 +269,12 @@ msgstr ""
99
  msgid "By default: %s"
100
  msgstr ""
101
 
102
- #: classes/Settings/Column/WordLimit.php:35
103
  msgid "Maximum number of words"
104
  msgstr ""
105
 
106
- #: classes/Settings/Column/WordLimit.php:34
 
107
  msgid "Word Limit"
108
  msgstr ""
109
 
@@ -111,7 +282,8 @@ msgstr ""
111
  msgid "Auto"
112
  msgstr ""
113
 
114
- #: classes/Settings/Column/Post.php:71 classes/Settings/Column/Term.php:33
 
115
  #: classes/Settings/Column/User.php:37
116
  msgid "Display"
117
  msgstr ""
@@ -172,11 +344,11 @@ msgstr ""
172
  msgid "Width in pixels"
173
  msgstr ""
174
 
175
- #: classes/Settings/Column/Date.php:181
176
  msgid "in %s"
177
  msgstr ""
178
 
179
- #: classes/Settings/Column/Date.php:178
180
  msgid "%s ago"
181
  msgstr ""
182
 
@@ -260,13 +432,13 @@ msgstr ""
260
  msgid "Uses the id from a %s to display information about it."
261
  msgstr ""
262
 
263
- #: classes/Settings/Column/CustomField.php:36
264
- #: classes/Settings/Column/Meta.php:63
265
  msgid "Field"
266
  msgstr ""
267
 
268
  #: classes/Settings/Column/CharacterLimit.php:28
269
- #: classes/Settings/Column/WordLimit.php:35
 
270
  msgid "Leave empty for no limit"
271
  msgstr ""
272
 
@@ -275,30 +447,27 @@ msgid "Maximum number of characters"
275
  msgstr ""
276
 
277
  #: classes/Settings/Column/CharacterLimit.php:27
 
278
  msgid "Character Limit"
279
  msgstr ""
280
 
281
- #: classes/Settings/Column/BeforeAfter.php:56
282
  msgid "Display Options"
283
  msgstr ""
284
 
285
- #: classes/Settings/Column/BeforeAfter.php:50
286
  msgid "This text will appear after the column value."
287
  msgstr ""
288
 
289
- #: classes/Helper/String.php:286
290
- msgid " and "
291
- msgstr ""
292
-
293
- #: classes/Helper/String.php:284
294
  msgid " or "
295
  msgstr ""
296
 
297
- #: classes/Helper/Html.php:344
298
  msgid "Hide"
299
  msgstr ""
300
 
301
- #: classes/Helper/Html.php:340
302
  msgid "Show %s more"
303
  msgstr ""
304
 
@@ -314,23 +483,14 @@ msgstr ""
314
  msgid "Shortlink"
315
  msgstr ""
316
 
317
- #: classes/Column/Post/Roles.php:33 classes/Column/Taxonomy.php:27
318
- #: classes/Settings/Column/CustomFieldType.php:274
319
  msgid ", "
320
  msgstr ""
321
 
322
- #: classes/Column/Post/Formats.php:24
323
  msgid "Standard"
324
  msgstr ""
325
 
326
- #: classes/Column/Post/CommentStatus.php:17
327
- msgid "Comment Status"
328
- msgstr ""
329
-
330
- #: classes/Column/Post/AttachmentCount.php:16
331
- msgid "Attachment Count"
332
- msgstr ""
333
-
334
  #: classes/Column/Media/FullPath.php:14
335
  msgid "Full Path"
336
  msgstr ""
@@ -339,10 +499,6 @@ msgstr ""
339
  msgid "Discount is valid until %s"
340
  msgstr ""
341
 
342
- #: classes/Admin/Page/Welcome.php:12
343
- msgid "Welcome"
344
- msgstr ""
345
-
346
  #: classes/Admin/Page/Settings.php:171
347
  msgid "Show %s button on table screen."
348
  msgstr ""
@@ -367,28 +523,28 @@ msgstr ""
367
  msgid "Instructions"
368
  msgstr ""
369
 
370
- #: classes/Admin/Page/Help.php:315
371
  msgid "our documentation"
372
  msgstr ""
373
 
374
- #: classes/Admin/Page/Help.php:315
375
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
376
  msgstr ""
377
 
378
- #: classes/Admin/Page/Help.php:313
379
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
380
  msgstr ""
381
 
382
- #: classes/Admin/Page/Help.php:303
383
  msgid "The callback used is %s."
384
  msgid_plural "The callbacks used are %s"
385
  msgstr[0] ""
386
 
387
- #: classes/Admin/Page/Help.php:248
388
  msgid "View documentation"
389
  msgstr ""
390
 
391
- #: classes/Admin/Page/Help.php:198
392
  msgid "The action %s used on this website is deprecated since %s."
393
  msgstr ""
394
 
@@ -404,7 +560,7 @@ msgstr ""
404
  msgid "Deprecated Filters"
405
  msgstr ""
406
 
407
- #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:311
408
  msgid "Help"
409
  msgstr ""
410
 
@@ -448,7 +604,7 @@ msgstr ""
448
  msgid "Pro"
449
  msgstr ""
450
 
451
- #: classes/Admin/Page/Columns.php:328
452
  msgid "You need at least one column"
453
  msgstr ""
454
 
@@ -460,56 +616,56 @@ msgstr ""
460
  msgid "Recommended"
461
  msgstr ""
462
 
463
- #: classes/Admin/Page/Addons.php:120
464
  msgid "%s could not be activated."
465
  msgstr ""
466
 
467
- #: classes/Admin/Page/Addons.php:110
468
  msgid "%s successfully activated."
469
  msgstr ""
470
 
471
- #: classes/Admin/Page/Addons.php:105
472
  msgid "%s plugin successfully deactivated."
473
  msgstr ""
474
 
475
- #: classes/Admin/Page/Addons.php:104
476
  msgid "%s plugin successfully activated."
477
  msgstr ""
478
 
479
- #: classes/Admin/Page/Addons.php:71
480
  msgid "%s add-on requires %s."
481
  msgid_plural "%s add-ons requires %s."
482
  msgstr[0] ""
483
 
484
- #: classes/Admin/Page/Addons.php:58
485
  msgid "here"
486
  msgstr ""
487
 
488
- #: classes/Admin/Page/Addons.php:58
489
  msgid "Click %s to activate the plugin."
490
  msgstr ""
491
 
492
- #: classes/Admin/Page/Addons.php:55
493
  msgid "%s plugin is installed, but not active."
494
  msgstr ""
495
 
496
- #: classes/Admin/Page/Addons.php:53
497
  msgid "%s plugin needs to be installed for the add-on to work."
498
  msgstr ""
499
 
500
- #: classes/Addon.php:274
501
  msgid "Display and edit %s fields in the posts overview in seconds!"
502
  msgstr ""
503
 
504
- #: classes/Addon/Types.php:13
505
  msgid "Toolset Types"
506
  msgstr ""
507
 
508
- #: classes/Addon/Pods.php:13
509
  msgid "Pods"
510
  msgstr ""
511
 
512
- #: classes/API.php:139
513
  msgid "Imported"
514
  msgstr ""
515
 
@@ -549,7 +705,7 @@ msgstr ""
549
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
550
  msgstr ""
551
 
552
- #: classes/Admin/Page/Columns.php:248
553
  msgid "Please visit the %s screen once to load all available columns"
554
  msgstr ""
555
 
@@ -557,15 +713,15 @@ msgstr ""
557
  msgid "Restore columns"
558
  msgstr ""
559
 
560
- #: classes/Admin/Page/Columns.php:174
561
  msgid "Settings for %s restored successfully."
562
  msgstr ""
563
 
564
- #: classes/Admin/Page/Columns.php:335
565
  msgid "View %s screen"
566
  msgstr ""
567
 
568
- #: classes/Admin/Page/Columns.php:74
569
  msgid "Invalid response."
570
  msgstr ""
571
 
@@ -589,22 +745,18 @@ msgstr ""
589
  msgid "Addon does not exist."
590
  msgstr ""
591
 
592
- #: classes/Admin/Page/Addons.php:183
593
  msgid "the addons page"
594
  msgstr ""
595
 
596
- #: classes/Admin/Page/Addons.php:183
597
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
598
  msgstr ""
599
 
600
- #: classes/Settings/Column/Meta.php:114 codepress-admin-columns.php:340
601
  msgid "Custom Fields"
602
  msgstr "自定义域"
603
 
604
- #: classes/Settings/Column/Meta.php:110
605
- msgid "Hidden Custom Fields"
606
- msgstr ""
607
-
608
  #. Author of the plugin/theme
609
  msgid "AdminColumns.com"
610
  msgstr ""
@@ -613,62 +765,26 @@ msgstr ""
613
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
614
  msgstr ""
615
 
616
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
617
  #. Plugin URI of the plugin/theme
618
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
619
  #. Author URI of the plugin/theme
620
  msgid "https://www.admincolumns.com"
621
  msgstr ""
622
 
623
- #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:192
624
  msgid "Edit columns"
625
  msgstr "编辑列"
626
 
627
- #: classes/Admin/Page/Upgrade.php:310
628
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
629
- msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
630
-
631
- #: classes/Admin/Page/Upgrade.php:309
632
- msgid "Error"
633
- msgstr "错误"
634
-
635
- #: classes/Admin/Page/Upgrade.php:308
636
- msgid "Return to settings."
637
- msgstr "返回设置。"
638
-
639
- #: classes/Admin/Page/Upgrade.php:308
640
- msgid "Upgrade Complete!"
641
- msgstr "升级完成!"
642
-
643
- #: classes/Admin/Page/Upgrade.php:292
644
- msgid "Return to welcome screen."
645
- msgstr "返回欢迎界面"
646
-
647
- #: classes/Admin/Page/Upgrade.php:291
648
- msgid "No Upgrade Required"
649
- msgstr "无需升级"
650
-
651
- #: classes/Admin/Page/Upgrade.php:255
652
- msgid "Migrating Column Settings"
653
- msgstr "迁移列设置"
654
-
655
- #: classes/Admin/Page/Upgrade.php:26 classes/Admin/Page/Upgrade.php:319
656
- msgid "Upgrade"
657
- msgstr "升级"
658
-
659
- #: classes/Admin/Page/Upgrade.php:46
660
- msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
661
- msgstr ""
662
-
663
- #: classes/Admin/Page/Columns.php:355
664
  msgid "Settings for %s updated successfully."
665
  msgstr ""
666
 
667
- #: classes/Admin/Page/Columns.php:342
668
  msgid "You are trying to store the same settings for %s."
669
  msgstr "你正在尝试为 %s 保存同样设置"
670
 
671
- #: classes/ListScreen.php:652
672
  msgid "No columns settings available."
673
  msgstr "没有可用的列设置。"
674
 
@@ -794,11 +910,11 @@ msgstr ""
794
  msgid "Store settings"
795
  msgstr "保存设置"
796
 
797
- #: classes/Admin/Page/Addons.php:19
798
  msgid "Add-ons"
799
  msgstr ""
800
 
801
- #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:295
802
  msgid "Settings"
803
  msgstr "设置"
804
 
@@ -835,30 +951,6 @@ msgstr "自定义Admin Columns的设置"
835
  msgid "General Settings"
836
  msgstr "常规设置"
837
 
838
- #: classes/Admin/Page/Welcome.php:90
839
- msgid "Start using Admin Columns"
840
- msgstr "开始使用Admin Columns"
841
-
842
- #: classes/Admin/Page/Upgrade.php:47
843
- msgid "Learn more"
844
- msgstr "了解更多"
845
-
846
- #: classes/Admin/Page/Welcome.php:29
847
- msgid "Changelog for"
848
- msgstr "更新记录 for"
849
-
850
- #: classes/Admin/Page/Welcome.php:62
851
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
852
- msgstr "Admin Columns插件比以往任何时候都更加精致,愉快。我们希望你喜欢它。"
853
-
854
- #: classes/Admin/Page/Welcome.php:61
855
- msgid "Thank you for updating to the latest version!"
856
- msgstr "感谢您更新到最新版本!"
857
-
858
- #: classes/Admin/Page/Welcome.php:58
859
- msgid "Welcome to Admin Columns"
860
- msgstr "欢迎使用Admin Columns插件。"
861
-
862
  #: classes/Admin/Help/CustomField.php:35
863
  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."
864
  msgstr ""
@@ -959,70 +1051,71 @@ msgstr "预览"
959
  msgid "Default settings succesfully restored."
960
  msgstr "已成功恢复默认设置。"
961
 
962
- #: classes/Admin/Page/Columns.php:73 classes/Admin/Page/Columns.php:275
963
  msgid "%s column is already present and can not be duplicated."
964
  msgstr "%s 这个列已经存在,不能被复制。"
965
 
966
- #: classes/Admin.php:130
967
  msgid "Admin Columns Settings"
968
  msgstr "Admin Columns 设置"
969
 
970
- #: classes/Admin/Page/Addons.php:111
971
  msgid "%s successfully deactivated."
972
  msgstr ""
973
 
974
- #: classes/Notice/Review.php:105
975
  msgid "find answers to some frequently asked questions"
976
  msgstr ""
977
 
978
- #: classes/Notice/Review.php:104
979
  msgid "Admin Columns forums on WordPress.org"
980
  msgstr ""
981
 
982
- #: classes/Notice/Review.php:103
983
  msgid "You can also find help on the %s, and %s."
984
  msgstr ""
985
 
986
- #: classes/Notice/Review.php:99
987
  msgid "our forums"
988
  msgstr ""
989
 
990
- #: classes/Notice/Review.php:98
991
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
992
  msgstr ""
993
 
994
- #: classes/Notice/Review.php:94
995
  msgid "documentation page"
996
  msgstr ""
997
 
998
- #: classes/Notice/Review.php:92
999
  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."
1000
  msgstr ""
1001
 
1002
- #: classes/Notice/Review.php:85
1003
  msgid "Permanently hide notice"
1004
  msgstr ""
1005
 
1006
- #: classes/Notice/Review.php:84
1007
  msgid "Leave a review!"
1008
  msgstr ""
1009
 
1010
- #: classes/Notice/Review.php:80
1011
  msgid "click here"
1012
  msgstr ""
1013
 
1014
- #: classes/Notice/Review.php:76
1015
  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."
1016
  msgstr ""
1017
 
1018
- #: classes/Admin/Page/Addons.php:71 classes/Notice/Review.php:67
1019
  msgid "Admin Columns Pro"
1020
  msgstr ""
1021
 
1022
- #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.3) #-#-#-#-#
1023
  #. Plugin Name of the plugin/theme
1024
- #: classes/Admin/Page/Columns.php:24 classes/Admin.php:130
1025
- #: classes/Notice/Review.php:64
 
1026
  msgid "Admin Columns"
1027
  msgstr "Admin Columns"
1028
 
@@ -1042,19 +1135,19 @@ msgstr ""
1042
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1043
  msgstr ""
1044
 
1045
- #: classes/Settings/Column/PostLink.php:68
1046
  msgid "View Public Post Author Page"
1047
  msgstr ""
1048
 
1049
- #: classes/Settings/Column/PostLink.php:67
1050
  msgid "Edit Post Author"
1051
  msgstr ""
1052
 
1053
- #: classes/Settings/Column/PostLink.php:66
1054
  msgid "View Post"
1055
  msgstr ""
1056
 
1057
- #: classes/Settings/Column/PostLink.php:65
1058
  msgid "Edit Post"
1059
  msgstr ""
1060
 
@@ -1066,7 +1159,7 @@ msgstr "该名称将显示为列标题。"
1066
  msgid "Label"
1067
  msgstr "标签"
1068
 
1069
- #: classes/Settings/Column/Type.php:29
1070
  msgid "Name"
1071
  msgstr ""
1072
 
@@ -1086,7 +1179,7 @@ msgstr ""
1086
  msgid "First and Last Name"
1087
  msgstr "姓名"
1088
 
1089
- #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:133
1090
  msgid "User Email"
1091
  msgstr "用户邮箱"
1092
 
@@ -1106,15 +1199,15 @@ msgstr "名字"
1106
  msgid "Display Name"
1107
  msgstr "公开显示为"
1108
 
1109
- #: classes/Settings/Column/BeforeAfter.php:49
1110
  msgid "After"
1111
  msgstr "后"
1112
 
1113
- #: classes/Settings/Column/BeforeAfter.php:41
1114
  msgid "This text will appear before the column value."
1115
  msgstr ""
1116
 
1117
- #: classes/Settings/Column/BeforeAfter.php:40
1118
  msgid "Before"
1119
  msgstr "前"
1120
 
@@ -1123,7 +1216,7 @@ msgid "width"
1123
  msgstr "宽度"
1124
 
1125
  #: classes/Settings/Column/CustomFieldType.php:153
1126
- #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:341
1127
  msgid "Custom"
1128
  msgstr "自定义"
1129
 
@@ -1197,18 +1290,10 @@ msgstr ""
1197
  msgid "Link to menu"
1198
  msgstr ""
1199
 
1200
- #: classes/Column/UsedByMenu.php:17
1201
- msgid "Used by Menu"
1202
- msgstr ""
1203
-
1204
- #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:29
1205
  msgid "Taxonomy"
1206
  msgstr "分类法"
1207
 
1208
- #: classes/Column/Post/TitleRaw.php:14
1209
- msgid "Title without actions"
1210
- msgstr ""
1211
-
1212
  #: classes/Column/Post/Sticky.php:16
1213
  msgid "Sticky"
1214
  msgstr "置顶"
@@ -1225,7 +1310,7 @@ msgstr "别名"
1225
  msgid "Shortcodes"
1226
  msgstr ""
1227
 
1228
- #: classes/Column/Post/Roles.php:14
1229
  msgid "Roles"
1230
  msgstr "角色"
1231
 
@@ -1265,7 +1350,7 @@ msgstr ""
1265
  msgid "Post Format"
1266
  msgstr "文章形式"
1267
 
1268
- #: classes/Column/Post/FeaturedImage.php:14 classes/Settings/Column/Post.php:83
1269
  msgid "Featured Image"
1270
  msgstr "特色图像"
1271
 
@@ -1299,47 +1384,43 @@ msgstr ""
1299
  msgid "Date Published"
1300
  msgstr ""
1301
 
1302
- #: classes/Settings/Column/CommentCount.php:31
1303
  msgid "Select which comment status you like to display."
1304
  msgstr "选择你要显示的评论状态"
1305
 
1306
- #: classes/Settings/Column/CommentCount.php:30
1307
  msgid "Comment status"
1308
  msgstr "评论状态"
1309
 
1310
  #: classes/Column/Comment/Status.php:25
1311
- #: classes/Settings/Column/CommentCount.php:45
1312
  msgid "Spam"
1313
  msgstr "垃圾评论"
1314
 
1315
  #: classes/Column/Comment/Status.php:27
1316
- #: classes/Settings/Column/CommentCount.php:44
1317
  msgid "Pending"
1318
  msgstr "待审"
1319
 
1320
- #: classes/Settings/Column/CommentCount.php:52
1321
  msgid "Total"
1322
  msgstr "所有"
1323
 
1324
- #: classes/Column/Post/BeforeMoreTag.php:14
1325
- msgid "Before More Tag"
1326
- msgstr "More标签前"
1327
-
1328
- #: classes/Settings/Column/User.php:135
1329
  msgid "View Public Author Page"
1330
  msgstr ""
1331
 
1332
- #: classes/Settings/Column/User.php:134
1333
  msgid "View User Posts"
1334
  msgstr ""
1335
 
1336
- #: classes/Settings/Column/User.php:132
1337
  msgid "Edit User Profile"
1338
  msgstr ""
1339
 
1340
- #: classes/Settings/Column/PostLink.php:73
1341
  #: classes/Settings/Column/Separator.php:26
1342
- #: classes/Settings/Column/User.php:141
1343
  msgid "None"
1344
  msgstr ""
1345
 
@@ -1392,40 +1473,36 @@ msgstr ""
1392
  msgid "Filename"
1393
  msgstr ""
1394
 
1395
- #: classes/Settings/Column/ExifData.php:50 classes/Settings/Column/Post.php:80
1396
  #: classes/Settings/Column/Term.php:27
1397
  msgid "Title"
1398
  msgstr "标题"
1399
 
1400
- #: classes/Settings/Column/ExifData.php:49
1401
  msgid "Shutter Speed"
1402
  msgstr "快门速度"
1403
 
1404
- #: classes/Settings/Column/ExifData.php:48
1405
  msgid "ISO"
1406
  msgstr "ISO"
1407
 
1408
- #: classes/Settings/Column/ExifData.php:47
1409
  msgid "Focal Length"
1410
  msgstr "焦距"
1411
 
1412
- #: classes/Settings/Column/ExifData.php:46
1413
- msgid "Copyright EXIF"
1414
- msgstr "版权EXIF"
1415
-
1416
- #: classes/Settings/Column/ExifData.php:45
1417
  msgid "Timestamp"
1418
  msgstr "时间戳"
1419
 
1420
- #: classes/Settings/Column/ExifData.php:43
1421
  msgid "Camera"
1422
  msgstr "相机"
1423
 
1424
- #: classes/Settings/Column/ExifData.php:42
1425
  msgid "Credit"
1426
  msgstr "信用"
1427
 
1428
- #: classes/Settings/Column/ExifData.php:41
1429
  msgid "Aperture"
1430
  msgstr "光圈"
1431
 
@@ -1437,32 +1514,20 @@ msgstr ""
1437
  msgid "Dimensions"
1438
  msgstr "尺寸"
1439
 
1440
- #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:44
1441
  msgid "Caption"
1442
  msgstr "标题"
1443
 
1444
- #: classes/Column/Media/AvailableSizes.php:49
1445
- msgid "full size"
1446
- msgstr "全尺寸"
1447
-
1448
- #: classes/Column/Media/AvailableSizes.php:18
1449
  msgid "Available Sizes"
1450
  msgstr "可用尺寸"
1451
 
1452
- #: classes/Column/Media/AttachedTo.php:14
1453
- msgid "Attached to Post"
1454
- msgstr ""
1455
-
1456
- #: classes/Column/Media/AlternateText.php:14
1457
- msgid "Alt"
1458
- msgstr "Alt"
1459
-
1460
  #: classes/Admin/Page/Columns.php:480
1461
  msgid "View"
1462
  msgstr "查看"
1463
 
1464
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1465
- #: classes/Settings/Column/CommentCount.php:46
1466
  msgid "Trash"
1467
  msgstr "回收站"
1468
 
@@ -1510,11 +1575,11 @@ msgstr "用来确定如何显示值"
1510
  msgid "Field Type"
1511
  msgstr "字段类型"
1512
 
1513
- #: classes/Settings/Column/CustomField.php:32
1514
  msgid "Please create a %s item first."
1515
  msgstr ""
1516
 
1517
- #: classes/Settings/Column/CustomField.php:32
1518
  msgid "No custom fields available."
1519
  msgstr "没有可用的自定义字段"
1520
 
@@ -1552,7 +1617,7 @@ msgstr "颜色"
1552
  #: classes/Admin/Help/CustomField.php:22
1553
  #: classes/Settings/Column/CustomFieldType.php:168
1554
  #: classes/Settings/Column/Image.php:71
1555
- #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:338
1556
  msgid "Default"
1557
  msgstr "默认"
1558
 
@@ -1573,7 +1638,7 @@ msgstr ""
1573
 
1574
  #: classes/Column/Comment/Type.php:14
1575
  #: classes/Settings/Column/CustomFieldType.php:56
1576
- #: classes/Settings/Column/Type.php:26 classes/Settings/Column/Type.php:34
1577
  msgid "Type"
1578
  msgstr "类型"
1579
 
@@ -1603,7 +1668,7 @@ msgstr ""
1603
  msgid "Date GMT"
1604
  msgstr "日期GMT"
1605
 
1606
- #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:82
1607
  msgid "Author"
1608
  msgstr "作者"
1609
 
@@ -1628,7 +1693,7 @@ msgid "Avatar"
1628
  msgstr "头像"
1629
 
1630
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1631
- #: classes/Settings/Column/CommentCount.php:43
1632
  msgid "Approved"
1633
  msgstr "已通过"
1634
 
@@ -1642,12 +1707,14 @@ msgstr "编辑"
1642
 
1643
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1644
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1645
- #: classes/Settings/Column/Post.php:81 classes/Settings/Column/Term.php:29
1646
  msgid "ID"
1647
  msgstr "ID"
1648
 
1649
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1650
  #: classes/Settings/Column/ActionIcons.php:22
 
 
1651
  #: classes/Settings/Column/StatusIcon.php:24
1652
  #: classes/Settings/Column/Toggle.php:14
1653
  msgid "No"
@@ -1655,6 +1722,8 @@ msgstr ""
1655
 
1656
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1657
  #: classes/Settings/Column/ActionIcons.php:21
 
 
1658
  #: classes/Settings/Column/StatusIcon.php:23
1659
  #: classes/Settings/Column/Toggle.php:13
1660
  msgid "Yes"
@@ -1668,22 +1737,22 @@ msgstr ""
1668
  msgid "Use icons?"
1669
  msgstr ""
1670
 
1671
- #: classes/Column/Actions.php:30 classes/Column/Link/Actions.php:14
1672
  msgid "Actions"
1673
  msgstr "操作"
1674
 
1675
- #: classes/Addon/WooCommerce.php:14
1676
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1677
  msgstr ""
1678
 
1679
- #: classes/Addon/WooCommerce.php:13
1680
  msgid "WooCommerce"
1681
  msgstr ""
1682
 
1683
- #: classes/Addon/ACF.php:13
1684
  msgid "Advanced Custom Fields"
1685
  msgstr ""
1686
 
1687
- #: classes/Admin/Page/Addons.php:120 codepress-admin-columns.php:339
1688
  msgid "Plugins"
1689
  msgstr ""
11
  "Language: zh_CN\n"
12
  "Project-Id-Version: Plugins - Admin Columns - Stable (latest release)\n"
13
 
14
+ #: classes/Settings/Column/StringLimit.php:34
15
+ msgid "No limit"
16
+ msgstr ""
17
+
18
+ #: classes/Settings/Column/StringLimit.php:25
19
+ msgid "Limit text to a certain number of characters or words"
20
+ msgstr ""
21
+
22
+ #: classes/Settings/Column/StringLimit.php:24
23
+ msgid "Text Limit"
24
+ msgstr ""
25
+
26
+ #: classes/Plugin/Updater.php:88
27
+ msgid "Your database is up to date. You are awesome."
28
+ msgstr ""
29
+
30
+ #: classes/TableScreen.php:123 classes/TableScreen.php:125
31
+ msgid "Download"
32
+ msgstr ""
33
+
34
+ #: classes/Settings/Column/PostLink.php:78
35
+ msgctxt "post"
36
+ msgid "View Public %s Author Page"
37
+ msgstr ""
38
+
39
+ #: classes/Settings/Column/PostLink.php:77
40
+ msgctxt "post"
41
+ msgid "Edit %s Author"
42
+ msgstr ""
43
+
44
+ #: classes/Settings/Column/PostLink.php:76
45
+ msgctxt "post"
46
+ msgid "View %s"
47
+ msgstr ""
48
+
49
+ #: classes/Settings/Column/PostLink.php:75
50
+ msgctxt "post"
51
+ msgid "Edit %s"
52
+ msgstr ""
53
+
54
+ #: classes/Settings/Column/PostFormatIcon.php:29
55
+ msgid "Use an icon instead of text for displaying."
56
+ msgstr ""
57
+
58
+ #: classes/Settings/Column/Post.php:86
59
+ msgctxt "post"
60
+ msgid "Featured Image"
61
+ msgstr ""
62
+
63
+ #: classes/Settings/Column/NumberOfItems.php:30
64
+ msgid "Maximum number of items"
65
+ msgstr ""
66
+
67
+ #: classes/Settings/Column/NumberOfItems.php:29
68
+ msgid "Number of Items"
69
+ msgstr ""
70
+
71
+ #: classes/Settings/Column/MissingImageSize.php:27
72
+ msgid "Include sizes that are missing an image file."
73
+ msgstr ""
74
+
75
+ #: classes/Settings/Column/MissingImageSize.php:26
76
+ msgid "Include missing sizes?"
77
+ msgstr ""
78
+
79
+ #: classes/Settings/Column/Meta.php:135
80
+ msgid "Site Options"
81
+ msgstr ""
82
+
83
+ #: classes/Settings/Column/Meta.php:129
84
+ msgid "current"
85
+ msgstr ""
86
+
87
+ #: classes/Settings/Column/Meta.php:126
88
+ msgid "Network Site:"
89
+ msgstr ""
90
+
91
+ #: classes/Settings/Column/Meta.php:118
92
+ msgid "Hidden"
93
+ msgstr ""
94
+
95
+ #: classes/Settings/Column/Meta.php:117
96
+ msgid "Public"
97
+ msgstr ""
98
+
99
+ #: classes/Settings/Column/ExifData.php:83
100
+ msgid "Keywords"
101
+ msgstr ""
102
+
103
+ #: classes/Settings/Column/ExifData.php:82
104
+ msgid "Orientation"
105
+ msgstr ""
106
+
107
+ #: classes/Settings/Column/ExifData.php:77
108
+ msgid "Copyright"
109
+ msgstr ""
110
+
111
+ #: classes/Settings/Column/CustomField.php:17
112
+ msgid "Custom field key"
113
+ msgstr ""
114
+
115
+ #: classes/Settings/Column/AttachmentDisplay.php:35
116
+ msgid "Count"
117
+ msgstr ""
118
+
119
+ #: classes/Settings/Column/AttachmentDisplay.php:34
120
+ msgid "Thumbnails"
121
+ msgstr ""
122
+
123
+ #: classes/Plugin/Updater.php:101
124
+ msgid "Run the updater"
125
+ msgstr ""
126
+
127
+ #: classes/Plugin/Updater.php:99
128
+ msgid "We need to update your database to the latest version."
129
+ msgstr ""
130
+
131
+ #: classes/Helper/Post.php:144
132
+ msgid "Missed schedule"
133
+ msgstr ""
134
+
135
+ #: classes/Helper/Post.php:140
136
+ msgid "Scheduled"
137
+ msgstr ""
138
+
139
+ #: classes/Column/Post/TitleRaw.php:14
140
+ msgid "Title Only"
141
+ msgstr ""
142
+
143
+ #: classes/Column/Post/CommentStatus.php:17
144
+ msgid "Allow Comments"
145
+ msgstr ""
146
+
147
+ #: classes/Column/Post/BeforeMoreTag.php:14
148
+ msgid "More Tag"
149
+ msgstr ""
150
+
151
+ #: classes/Column/Menu.php:17
152
+ msgid "Menu"
153
+ msgstr ""
154
+
155
+ #: classes/Column/Media/Dimensions.php:28
156
+ msgid "Height : %s px"
157
+ msgstr ""
158
+
159
+ #: classes/Column/Media/Dimensions.php:28
160
+ msgid "Width : %s px"
161
+ msgstr ""
162
+
163
+ #: classes/Column/Media/AvailableSizes.php:51
164
+ msgid "Missing image file for size %s."
165
  msgstr ""
166
 
167
+ #: classes/Column/Media/AvailableSizes.php:35
168
+ msgid "original"
169
  msgstr ""
170
 
171
+ #: classes/Column/Media/AlternateText.php:14
172
+ msgid "Alternative Text"
173
+ msgstr ""
174
+
175
+ #: classes/Admin/Page/Addons.php:113
176
+ msgid "Please visit the %s page."
177
+ msgstr ""
178
+
179
+ #: classes/Admin/Addon/NinjaForms.php:13
180
+ msgid "Ninja Forms"
181
+ msgstr ""
182
+
183
+ #: classes/Admin/Addon/EventsCalendar.php:13
184
+ msgid "The Events Calendar"
185
+ msgstr ""
186
+
187
+ #: classes/Settings/Column/StatusIcon.php:71
188
+ msgid "Password protected"
189
+ msgstr ""
190
+
191
+ #: classes/Helper/Post.php:137
192
  msgid "Pending for review"
193
  msgstr ""
194
 
195
+ #: classes/Helper/Post.php:134
196
  msgid "Draft"
197
  msgstr ""
198
 
199
+ #: classes/Helper/Post.php:131
200
  msgid "Published"
201
  msgstr ""
202
 
203
+ #: classes/Helper/Post.php:128
204
  msgid "Private"
205
  msgstr ""
206
 
208
  msgid "Use an icon instead of text for displaying the status."
209
  msgstr ""
210
 
211
+ #: classes/Settings/Column/PostFormatIcon.php:28
212
  #: classes/Settings/Column/StatusIcon.php:28
213
  msgid "Use an icon?"
214
  msgstr ""
215
 
216
+ #: classes/Helper/String.php:106
217
  msgid "&hellip;"
218
  msgstr ""
219
 
237
  msgid "Prices starting from %s"
238
  msgstr ""
239
 
240
+ #: classes/Admin/Addon/BuddyPress.php:17
241
  msgid "Display any of your Profile Fields for BuddyPress on your users overview."
242
  msgstr ""
243
 
244
+ #: classes/Admin/Addon/BuddyPress.php:13
245
  msgid "BuddyPress"
246
  msgstr ""
247
 
269
  msgid "By default: %s"
270
  msgstr ""
271
 
272
+ #: classes/Settings/Column/WordLimit.php:34
273
  msgid "Maximum number of words"
274
  msgstr ""
275
 
276
+ #: classes/Settings/Column/StringLimit.php:36
277
+ #: classes/Settings/Column/WordLimit.php:33
278
  msgid "Word Limit"
279
  msgstr ""
280
 
282
  msgid "Auto"
283
  msgstr ""
284
 
285
+ #: classes/Settings/Column/AttachmentDisplay.php:39
286
+ #: classes/Settings/Column/Post.php:74 classes/Settings/Column/Term.php:33
287
  #: classes/Settings/Column/User.php:37
288
  msgid "Display"
289
  msgstr ""
344
  msgid "Width in pixels"
345
  msgstr ""
346
 
347
+ #: classes/Settings/Column/Date.php:183
348
  msgid "in %s"
349
  msgstr ""
350
 
351
+ #: classes/Settings/Column/Date.php:180
352
  msgid "%s ago"
353
  msgstr ""
354
 
432
  msgid "Uses the id from a %s to display information about it."
433
  msgstr ""
434
 
435
+ #: classes/Settings/Column/Meta.php:70
 
436
  msgid "Field"
437
  msgstr ""
438
 
439
  #: classes/Settings/Column/CharacterLimit.php:28
440
+ #: classes/Settings/Column/NumberOfItems.php:30
441
+ #: classes/Settings/Column/WordLimit.php:34
442
  msgid "Leave empty for no limit"
443
  msgstr ""
444
 
447
  msgstr ""
448
 
449
  #: classes/Settings/Column/CharacterLimit.php:27
450
+ #: classes/Settings/Column/StringLimit.php:35
451
  msgid "Character Limit"
452
  msgstr ""
453
 
454
+ #: classes/Settings/Column/BeforeAfter.php:74
455
  msgid "Display Options"
456
  msgstr ""
457
 
458
+ #: classes/Settings/Column/BeforeAfter.php:68
459
  msgid "This text will appear after the column value."
460
  msgstr ""
461
 
462
+ #: classes/Helper/String.php:292
 
 
 
 
463
  msgid " or "
464
  msgstr ""
465
 
466
+ #: classes/Helper/Html.php:398
467
  msgid "Hide"
468
  msgstr ""
469
 
470
+ #: classes/Helper/Html.php:394
471
  msgid "Show %s more"
472
  msgstr ""
473
 
483
  msgid "Shortlink"
484
  msgstr ""
485
 
486
+ #: classes/Settings/Column/CustomFieldType.php:279
 
487
  msgid ", "
488
  msgstr ""
489
 
490
+ #: classes/Settings/Column/PostFormatIcon.php:73
491
  msgid "Standard"
492
  msgstr ""
493
 
 
 
 
 
 
 
 
 
494
  #: classes/Column/Media/FullPath.php:14
495
  msgid "Full Path"
496
  msgstr ""
499
  msgid "Discount is valid until %s"
500
  msgstr ""
501
 
 
 
 
 
502
  #: classes/Admin/Page/Settings.php:171
503
  msgid "Show %s button on table screen."
504
  msgstr ""
523
  msgid "Instructions"
524
  msgstr ""
525
 
526
+ #: classes/Admin/Page/Help.php:325
527
  msgid "our documentation"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Page/Help.php:325
531
  msgid "This site is using some actions or filters that have changed. Please read %s to resolve them."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Page/Help.php:323
535
  msgid "The Admin Columns plugin has undergone some major changes in version 4."
536
  msgstr ""
537
 
538
+ #: classes/Admin/Page/Help.php:313
539
  msgid "The callback used is %s."
540
  msgid_plural "The callbacks used are %s"
541
  msgstr[0] ""
542
 
543
+ #: classes/Admin/Page/Help.php:258
544
  msgid "View documentation"
545
  msgstr ""
546
 
547
+ #: classes/Admin/Page/Help.php:203
548
  msgid "The action %s used on this website is deprecated since %s."
549
  msgstr ""
550
 
560
  msgid "Deprecated Filters"
561
  msgstr ""
562
 
563
+ #: classes/Admin/Page/Help.php:34 classes/Admin/Page/Help.php:321
564
  msgid "Help"
565
  msgstr ""
566
 
604
  msgid "Pro"
605
  msgstr ""
606
 
607
+ #: classes/Admin/Page/Columns.php:318
608
  msgid "You need at least one column"
609
  msgstr ""
610
 
616
  msgid "Recommended"
617
  msgstr ""
618
 
619
+ #: classes/Admin/Page/Addons.php:113
620
  msgid "%s could not be activated."
621
  msgstr ""
622
 
623
+ #: classes/Admin/Page/Addons.php:103
624
  msgid "%s successfully activated."
625
  msgstr ""
626
 
627
+ #: classes/Admin/Page/Addons.php:98
628
  msgid "%s plugin successfully deactivated."
629
  msgstr ""
630
 
631
+ #: classes/Admin/Page/Addons.php:97
632
  msgid "%s plugin successfully activated."
633
  msgstr ""
634
 
635
+ #: classes/Admin/Page/Addons.php:64
636
  msgid "%s add-on requires %s."
637
  msgid_plural "%s add-ons requires %s."
638
  msgstr[0] ""
639
 
640
+ #: classes/Admin/Page/Addons.php:51
641
  msgid "here"
642
  msgstr ""
643
 
644
+ #: classes/Admin/Page/Addons.php:51
645
  msgid "Click %s to activate the plugin."
646
  msgstr ""
647
 
648
+ #: classes/Admin/Page/Addons.php:48
649
  msgid "%s plugin is installed, but not active."
650
  msgstr ""
651
 
652
+ #: classes/Admin/Page/Addons.php:46
653
  msgid "%s plugin needs to be installed for the add-on to work."
654
  msgstr ""
655
 
656
+ #: classes/Admin/Addon.php:274
657
  msgid "Display and edit %s fields in the posts overview in seconds!"
658
  msgstr ""
659
 
660
+ #: classes/Admin/Addon/Types.php:13
661
  msgid "Toolset Types"
662
  msgstr ""
663
 
664
+ #: classes/Admin/Addon/Pods.php:13
665
  msgid "Pods"
666
  msgstr ""
667
 
668
+ #: classes/API.php:152
669
  msgid "Imported"
670
  msgstr ""
671
 
705
  msgid "The columns for %s are set up via PHP and can therefore not be edited."
706
  msgstr ""
707
 
708
+ #: classes/Admin/Page/Columns.php:238
709
  msgid "Please visit the %s screen once to load all available columns"
710
  msgstr ""
711
 
713
  msgid "Restore columns"
714
  msgstr ""
715
 
716
+ #: classes/Admin/Page/Columns.php:164
717
  msgid "Settings for %s restored successfully."
718
  msgstr ""
719
 
720
+ #: classes/Admin/Page/Columns.php:325
721
  msgid "View %s screen"
722
  msgstr ""
723
 
724
+ #: classes/Admin/Page/Columns.php:72
725
  msgid "Invalid response."
726
  msgstr ""
727
 
745
  msgid "Addon does not exist."
746
  msgstr ""
747
 
748
+ #: classes/Admin/Page/Addons.php:176
749
  msgid "the addons page"
750
  msgstr ""
751
 
752
+ #: classes/Admin/Page/Addons.php:176
753
  msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
754
  msgstr ""
755
 
756
+ #: codepress-admin-columns.php:330
757
  msgid "Custom Fields"
758
  msgstr "自定义域"
759
 
 
 
 
 
760
  #. Author of the plugin/theme
761
  msgid "AdminColumns.com"
762
  msgstr ""
765
  msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
766
  msgstr ""
767
 
768
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
769
  #. Plugin URI of the plugin/theme
770
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
771
  #. Author URI of the plugin/theme
772
  msgid "https://www.admincolumns.com"
773
  msgstr ""
774
 
775
+ #: classes/Admin/Page/Settings.php:171 classes/TableScreen.php:214
776
  msgid "Edit columns"
777
  msgstr "编辑列"
778
 
779
+ #: classes/Admin/Page/Columns.php:345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
  msgid "Settings for %s updated successfully."
781
  msgstr ""
782
 
783
+ #: classes/Admin/Page/Columns.php:332
784
  msgid "You are trying to store the same settings for %s."
785
  msgstr "你正在尝试为 %s 保存同样设置"
786
 
787
+ #: classes/ListScreen.php:674
788
  msgid "No columns settings available."
789
  msgstr "没有可用的列设置。"
790
 
910
  msgid "Store settings"
911
  msgstr "保存设置"
912
 
913
+ #: classes/Admin/Page/Addons.php:12
914
  msgid "Add-ons"
915
  msgstr ""
916
 
917
+ #: classes/Admin/Page/Settings.php:18 codepress-admin-columns.php:285
918
  msgid "Settings"
919
  msgstr "设置"
920
 
951
  msgid "General Settings"
952
  msgstr "常规设置"
953
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
954
  #: classes/Admin/Help/CustomField.php:35
955
  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."
956
  msgstr ""
1051
  msgid "Default settings succesfully restored."
1052
  msgstr "已成功恢复默认设置。"
1053
 
1054
+ #: classes/Admin/Page/Columns.php:71 classes/Admin/Page/Columns.php:265
1055
  msgid "%s column is already present and can not be duplicated."
1056
  msgstr "%s 这个列已经存在,不能被复制。"
1057
 
1058
+ #: classes/Admin.php:127
1059
  msgid "Admin Columns Settings"
1060
  msgstr "Admin Columns 设置"
1061
 
1062
+ #: classes/Admin/Page/Addons.php:104
1063
  msgid "%s successfully deactivated."
1064
  msgstr ""
1065
 
1066
+ #: classes/Notice/Review.php:106
1067
  msgid "find answers to some frequently asked questions"
1068
  msgstr ""
1069
 
1070
+ #: classes/Notice/Review.php:105
1071
  msgid "Admin Columns forums on WordPress.org"
1072
  msgstr ""
1073
 
1074
+ #: classes/Notice/Review.php:104
1075
  msgid "You can also find help on the %s, and %s."
1076
  msgstr ""
1077
 
1078
+ #: classes/Notice/Review.php:100
1079
  msgid "our forums"
1080
  msgstr ""
1081
 
1082
+ #: classes/Notice/Review.php:99
1083
  msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
1084
  msgstr ""
1085
 
1086
+ #: classes/Notice/Review.php:95
1087
  msgid "documentation page"
1088
  msgstr ""
1089
 
1090
+ #: classes/Notice/Review.php:93
1091
  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."
1092
  msgstr ""
1093
 
1094
+ #: classes/Notice/Review.php:86
1095
  msgid "Permanently hide notice"
1096
  msgstr ""
1097
 
1098
+ #: classes/Notice/Review.php:85
1099
  msgid "Leave a review!"
1100
  msgstr ""
1101
 
1102
+ #: classes/Notice/Review.php:81
1103
  msgid "click here"
1104
  msgstr ""
1105
 
1106
+ #: classes/Notice/Review.php:77
1107
  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."
1108
  msgstr ""
1109
 
1110
+ #: classes/Admin/Page/Addons.php:64 classes/Notice/Review.php:68
1111
  msgid "Admin Columns Pro"
1112
  msgstr ""
1113
 
1114
+ #. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.0.7) #-#-#-#-#
1115
  #. Plugin Name of the plugin/theme
1116
+ #: classes/Admin/Page/Columns.php:22 classes/Admin.php:127
1117
+ #: classes/Notice/Review.php:65 classes/Plugin/Updater.php:87
1118
+ #: classes/Plugin/Updater.php:98
1119
  msgid "Admin Columns"
1120
  msgstr "Admin Columns"
1121
 
1135
  msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
1136
  msgstr ""
1137
 
1138
+ #: classes/Settings/Column/PostLink.php:70
1139
  msgid "View Public Post Author Page"
1140
  msgstr ""
1141
 
1142
+ #: classes/Settings/Column/PostLink.php:69
1143
  msgid "Edit Post Author"
1144
  msgstr ""
1145
 
1146
+ #: classes/Settings/Column/PostLink.php:68
1147
  msgid "View Post"
1148
  msgstr ""
1149
 
1150
+ #: classes/Settings/Column/PostLink.php:67
1151
  msgid "Edit Post"
1152
  msgstr ""
1153
 
1159
  msgid "Label"
1160
  msgstr "标签"
1161
 
1162
+ #: classes/Settings/Column/Type.php:32
1163
  msgid "Name"
1164
  msgstr ""
1165
 
1179
  msgid "First and Last Name"
1180
  msgstr "姓名"
1181
 
1182
+ #: classes/Settings/Column/User.php:115 classes/Settings/Column/User.php:134
1183
  msgid "User Email"
1184
  msgstr "用户邮箱"
1185
 
1199
  msgid "Display Name"
1200
  msgstr "公开显示为"
1201
 
1202
+ #: classes/Settings/Column/BeforeAfter.php:67
1203
  msgid "After"
1204
  msgstr "后"
1205
 
1206
+ #: classes/Settings/Column/BeforeAfter.php:59
1207
  msgid "This text will appear before the column value."
1208
  msgstr ""
1209
 
1210
+ #: classes/Settings/Column/BeforeAfter.php:58
1211
  msgid "Before"
1212
  msgstr "前"
1213
 
1216
  msgstr "宽度"
1217
 
1218
  #: classes/Settings/Column/CustomFieldType.php:153
1219
+ #: classes/Settings/Column/Image.php:111 codepress-admin-columns.php:331
1220
  msgid "Custom"
1221
  msgstr "自定义"
1222
 
1290
  msgid "Link to menu"
1291
  msgstr ""
1292
 
1293
+ #: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:30
 
 
 
 
1294
  msgid "Taxonomy"
1295
  msgstr "分类法"
1296
 
 
 
 
 
1297
  #: classes/Column/Post/Sticky.php:16
1298
  msgid "Sticky"
1299
  msgstr "置顶"
1310
  msgid "Shortcodes"
1311
  msgstr ""
1312
 
1313
+ #: classes/Settings/Column/User.php:119
1314
  msgid "Roles"
1315
  msgstr "角色"
1316
 
1350
  msgid "Post Format"
1351
  msgstr "文章形式"
1352
 
1353
+ #: classes/Column/Post/FeaturedImage.php:14
1354
  msgid "Featured Image"
1355
  msgstr "特色图像"
1356
 
1384
  msgid "Date Published"
1385
  msgstr ""
1386
 
1387
+ #: classes/Settings/Column/CommentCount.php:34
1388
  msgid "Select which comment status you like to display."
1389
  msgstr "选择你要显示的评论状态"
1390
 
1391
+ #: classes/Settings/Column/CommentCount.php:33
1392
  msgid "Comment status"
1393
  msgstr "评论状态"
1394
 
1395
  #: classes/Column/Comment/Status.php:25
1396
+ #: classes/Settings/Column/CommentCount.php:48
1397
  msgid "Spam"
1398
  msgstr "垃圾评论"
1399
 
1400
  #: classes/Column/Comment/Status.php:27
1401
+ #: classes/Settings/Column/CommentCount.php:47
1402
  msgid "Pending"
1403
  msgstr "待审"
1404
 
1405
+ #: classes/Settings/Column/CommentCount.php:55
1406
  msgid "Total"
1407
  msgstr "所有"
1408
 
1409
+ #: classes/Settings/Column/User.php:136
 
 
 
 
1410
  msgid "View Public Author Page"
1411
  msgstr ""
1412
 
1413
+ #: classes/Settings/Column/User.php:135
1414
  msgid "View User Posts"
1415
  msgstr ""
1416
 
1417
+ #: classes/Settings/Column/User.php:133
1418
  msgid "Edit User Profile"
1419
  msgstr ""
1420
 
1421
+ #: classes/Settings/Column/PostLink.php:66
1422
  #: classes/Settings/Column/Separator.php:26
1423
+ #: classes/Settings/Column/User.php:142
1424
  msgid "None"
1425
  msgstr ""
1426
 
1473
  msgid "Filename"
1474
  msgstr ""
1475
 
1476
+ #: classes/Settings/Column/ExifData.php:81 classes/Settings/Column/Post.php:83
1477
  #: classes/Settings/Column/Term.php:27
1478
  msgid "Title"
1479
  msgstr "标题"
1480
 
1481
+ #: classes/Settings/Column/ExifData.php:80
1482
  msgid "Shutter Speed"
1483
  msgstr "快门速度"
1484
 
1485
+ #: classes/Settings/Column/ExifData.php:79
1486
  msgid "ISO"
1487
  msgstr "ISO"
1488
 
1489
+ #: classes/Settings/Column/ExifData.php:78
1490
  msgid "Focal Length"
1491
  msgstr "焦距"
1492
 
1493
+ #: classes/Settings/Column/ExifData.php:76
 
 
 
 
1494
  msgid "Timestamp"
1495
  msgstr "时间戳"
1496
 
1497
+ #: classes/Settings/Column/ExifData.php:74
1498
  msgid "Camera"
1499
  msgstr "相机"
1500
 
1501
+ #: classes/Settings/Column/ExifData.php:73
1502
  msgid "Credit"
1503
  msgstr "信用"
1504
 
1505
+ #: classes/Settings/Column/ExifData.php:72
1506
  msgid "Aperture"
1507
  msgstr "光圈"
1508
 
1514
  msgid "Dimensions"
1515
  msgstr "尺寸"
1516
 
1517
+ #: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:75
1518
  msgid "Caption"
1519
  msgstr "标题"
1520
 
1521
+ #: classes/Column/Media/AvailableSizes.php:16
 
 
 
 
1522
  msgid "Available Sizes"
1523
  msgstr "可用尺寸"
1524
 
 
 
 
 
 
 
 
 
1525
  #: classes/Admin/Page/Columns.php:480
1526
  msgid "View"
1527
  msgstr "查看"
1528
 
1529
  #: classes/Column/Comment/Status.php:23 classes/Column/Comment/Status.php:24
1530
+ #: classes/Settings/Column/CommentCount.php:49
1531
  msgid "Trash"
1532
  msgstr "回收站"
1533
 
1575
  msgid "Field Type"
1576
  msgstr "字段类型"
1577
 
1578
+ #: classes/Settings/Column/CustomField.php:21
1579
  msgid "Please create a %s item first."
1580
  msgstr ""
1581
 
1582
+ #: classes/Settings/Column/CustomField.php:21
1583
  msgid "No custom fields available."
1584
  msgstr "没有可用的自定义字段"
1585
 
1617
  #: classes/Admin/Help/CustomField.php:22
1618
  #: classes/Settings/Column/CustomFieldType.php:168
1619
  #: classes/Settings/Column/Image.php:71
1620
+ #: classes/Settings/Column/Separator.php:23 codepress-admin-columns.php:328
1621
  msgid "Default"
1622
  msgstr "默认"
1623
 
1638
 
1639
  #: classes/Column/Comment/Type.php:14
1640
  #: classes/Settings/Column/CustomFieldType.php:56
1641
+ #: classes/Settings/Column/Type.php:29 classes/Settings/Column/Type.php:38
1642
  msgid "Type"
1643
  msgstr "类型"
1644
 
1668
  msgid "Date GMT"
1669
  msgstr "日期GMT"
1670
 
1671
+ #: classes/Column/Post/AuthorName.php:17 classes/Settings/Column/Post.php:85
1672
  msgid "Author"
1673
  msgstr "作者"
1674
 
1693
  msgstr "头像"
1694
 
1695
  #: classes/Column/Comment/Approved.php:14 classes/Column/Comment/Status.php:26
1696
+ #: classes/Settings/Column/CommentCount.php:46
1697
  msgid "Approved"
1698
  msgstr "已通过"
1699
 
1707
 
1708
  #: classes/Column/Comment/ID.php:14 classes/Column/Link/ID.php:14
1709
  #: classes/Column/Media/ID.php:14 classes/Column/Post/ID.php:14
1710
+ #: classes/Settings/Column/Post.php:84 classes/Settings/Column/Term.php:29
1711
  msgid "ID"
1712
  msgstr "ID"
1713
 
1714
  #: classes/Admin/Page/Columns.php:623 classes/Helper/Icon.php:56
1715
  #: classes/Settings/Column/ActionIcons.php:22
1716
+ #: classes/Settings/Column/MissingImageSize.php:22
1717
+ #: classes/Settings/Column/PostFormatIcon.php:24
1718
  #: classes/Settings/Column/StatusIcon.php:24
1719
  #: classes/Settings/Column/Toggle.php:14
1720
  msgid "No"
1722
 
1723
  #: classes/Admin/Page/Columns.php:622 classes/Helper/Icon.php:44
1724
  #: classes/Settings/Column/ActionIcons.php:21
1725
+ #: classes/Settings/Column/MissingImageSize.php:21
1726
+ #: classes/Settings/Column/PostFormatIcon.php:23
1727
  #: classes/Settings/Column/StatusIcon.php:23
1728
  #: classes/Settings/Column/Toggle.php:13
1729
  msgid "Yes"
1737
  msgid "Use icons?"
1738
  msgstr ""
1739
 
1740
+ #: classes/Column/Actions.php:19 classes/Column/Link/Actions.php:14
1741
  msgid "Actions"
1742
  msgstr "操作"
1743
 
1744
+ #: classes/Admin/Addon/WooCommerce.php:14
1745
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
1746
  msgstr ""
1747
 
1748
+ #: classes/Admin/Addon/WooCommerce.php:13
1749
  msgid "WooCommerce"
1750
  msgstr ""
1751
 
1752
+ #: classes/Admin/Addon/ACF.php:13
1753
  msgid "Advanced Custom Fields"
1754
  msgstr ""
1755
 
1756
+ #: classes/Admin/Page/Addons.php:113 codepress-admin-columns.php:329
1757
  msgid "Plugins"
1758
  msgstr ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: codepress, tschutter, davidmosterd, engelen, dungengronovius
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 4.5
6
- Tested up to: 4.9.1
7
- Stable tag: 3.0.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
 
@@ -218,9 +218,19 @@ You can find a list of the available actions and filters (and examples on how to
218
 
219
  == Changelog ==
220
 
 
 
 
 
 
 
 
 
 
 
221
  = 3.0.7 =
222
 
223
- Release Date: December 22nd, 2017
224
 
225
  * [Added] New setting for content fields: String limit (Limit on words or characters)
226
  * [Improved] Merged the roles column into the author column
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 4.5
6
+ Tested up to: 4.9.2
7
+ Stable tag: 3.1
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
 
218
 
219
  == Changelog ==
220
 
221
+ = 3.1 =
222
+
223
+ Release Date: January 29th, 2018
224
+
225
+ * [Improved] Admin Columns Capability is now always set
226
+ * [Improved] Database update message is only visible for administartors
227
+ * [Improved] Links starting with # are now marked as internal
228
+ * [Removed] Removed support for the Link/Bookmark list table
229
+ * [Added] Added date time settings for columns that use dates
230
+
231
  = 3.0.7 =
232
 
233
+ Release Date: December 12th, 2017
234
 
235
  * [Added] New setting for content fields: String limit (Limit on words or characters)
236
  * [Improved] Merged the roles column into the author column
templates/settings/setting-date.php CHANGED
@@ -6,29 +6,35 @@ if ( ! defined( 'ABSPATH' ) ) {
6
 
7
  ?>
8
  <table class="ac-column-setting<?php echo $this->name ? esc_attr( ' ac-column-setting--' . $this->name ) : ''; ?>" data-setting="<?php echo esc_attr( $this->name ); ?>">
9
- <tr>
10
- <td class="col-label">
11
- <label for="<?php echo esc_attr( $this->for ); ?>">
12
  <span class="label<?php echo esc_attr( $this->tooltip ? ' tooltip' : '' ); ?>">
13
  <?php echo $this->label; ?>
14
  </span>
15
- </label>
16
- </td>
17
- <td class="col-input">
18
- <div class="ac-setting-input ac-setting-input-date">
19
- <div class="radio-labels vertical">
 
 
 
 
 
 
20
 
21
  <?php foreach ( $this->date_options as $value => $label ) : ?>
22
- <label>
23
- <input class="<?php echo esc_attr( $value ); ?>" type="radio" name="<?php echo $this->setting->get_name(); ?>" value="<?php echo esc_attr( $value ); ?>"<?php checked( $this->date_format, $value ); ?>>
24
  <?php echo $label; ?>
25
- </label>
26
  <?php endforeach; ?>
27
 
28
- </div>
29
- <p class="help-msg"></p>
30
  <input type="hidden" class="ac-setting-input-date__value" name="<?php echo $this->setting->get_name(); ?>" value="<?php echo $this->date_format; ?>">
31
- </div>
32
- </td>
33
- </tr>
34
  </table>
6
 
7
  ?>
8
  <table class="ac-column-setting<?php echo $this->name ? esc_attr( ' ac-column-setting--' . $this->name ) : ''; ?>" data-setting="<?php echo esc_attr( $this->name ); ?>">
9
+ <tr>
10
+ <td class="col-label">
11
+ <label for="<?php echo esc_attr( $this->for ); ?>">
12
  <span class="label<?php echo esc_attr( $this->tooltip ? ' tooltip' : '' ); ?>">
13
  <?php echo $this->label; ?>
14
  </span>
15
+
16
+ <?php if ( $this->tooltip ) : ?>
17
+ <div class="tooltip">
18
+ <?php echo $this->tooltip; ?>
19
+ </div>
20
+ <?php endif; ?>
21
+ </label>
22
+ </td>
23
+ <td class="col-input">
24
+ <div class="ac-setting-input ac-setting-input-date">
25
+ <div class="radio-labels vertical">
26
 
27
  <?php foreach ( $this->date_options as $value => $label ) : ?>
28
+ <label>
29
+ <input class="<?php echo esc_attr( $value ); ?>" type="radio" name="<?php echo $this->setting->get_name(); ?>" value="<?php echo esc_attr( $value ); ?>"<?php checked( $this->date_format, $value ); ?>>
30
  <?php echo $label; ?>
31
+ </label>
32
  <?php endforeach; ?>
33
 
34
+ </div>
35
+ <p class="help-msg"></p>
36
  <input type="hidden" class="ac-setting-input-date__value" name="<?php echo $this->setting->get_name(); ?>" value="<?php echo $this->date_format; ?>">
37
+ </div>
38
+ </td>
39
+ </tr>
40
  </table>