Admin Columns - Version 2.4

Version Description

  • [Added] Added content column for post(types).
  • [Added] Added the column shortcodes, which will display any used shortcodes in your post's content
  • [Added] Column width has a text field to enter the width
  • [Added] Added a message for when a custom field is empty
  • [Added] Column width can be set to pixels or percentages
  • [Added] Added a width indicator to the column settings header
  • [Added] Added a singular label to all storage_models
Download this release

Release Info

Developer codepress
Plugin Icon 128x128 Admin Columns
Version 2.4
Comparing to
See all releases

Code changes from version 2.3.5 to 2.4

Files changed (51) hide show
  1. README.md +0 -0
  2. assets/css/admin-column.css +1 -1
  3. assets/js/admin-settings.js +91 -32
  4. assets/js/admin-settings.min.js +1 -1
  5. assets/less/admin-column.less +79 -12
  6. classes/column.php +43 -15
  7. classes/column/custom-field.php +5 -3
  8. classes/column/media/attached-to.php +44 -0
  9. classes/column/post/attachment.php +20 -6
  10. classes/column/post/content.php +52 -0
  11. classes/column/post/date-published.php +60 -0
  12. classes/column/post/excerpt.php +3 -3
  13. classes/column/post/shortcodes.php +50 -0
  14. classes/settings.php +1 -0
  15. classes/storage_model.php +5 -0
  16. classes/storage_model/comment.php +6 -6
  17. classes/storage_model/link.php +10 -10
  18. classes/storage_model/media.php +12 -12
  19. classes/storage_model/post.php +40 -27
  20. classes/storage_model/user.php +10 -11
  21. codepress-admin-columns.php +29 -25
  22. languages/cpac-ar.po +470 -266
  23. languages/cpac-da_DK.mo +0 -0
  24. languages/cpac-da_DK.po +328 -222
  25. languages/cpac-de_DE.mo +0 -0
  26. languages/cpac-de_DE.po +334 -225
  27. languages/cpac-es_ES.mo +0 -0
  28. languages/cpac-es_ES.po +330 -224
  29. languages/cpac-fa_IR.mo +0 -0
  30. languages/cpac-fa_IR.po +331 -224
  31. languages/cpac-fr_FR.mo +0 -0
  32. languages/cpac-fr_FR.po +498 -269
  33. languages/cpac-hu_HU.mo +0 -0
  34. languages/cpac-hu_HU.po +328 -222
  35. languages/cpac-ja.mo +0 -0
  36. languages/cpac-ja.po +329 -224
  37. languages/cpac-nl_NL.mo +0 -0
  38. languages/cpac-nl_NL.po +330 -224
  39. languages/cpac-pl_PL.mo +0 -0
  40. languages/cpac-pl_PL.po +329 -223
  41. languages/cpac-pt_BR.mo +0 -0
  42. languages/cpac-pt_BR.po +356 -252
  43. languages/cpac-ru_RU.mo +0 -0
  44. languages/cpac-ru_RU.po +330 -224
  45. languages/cpac-sv_SE.mo +0 -0
  46. languages/cpac-sv_SE.po +329 -224
  47. languages/cpac-zh_CN.mo +0 -0
  48. languages/cpac-zh_CN.po +329 -224
  49. languages/cpac.mo +0 -0
  50. languages/cpac.po +213 -172
  51. readme.txt +8 -39
README.md DELETED
File without changes
assets/css/admin-column.css CHANGED
@@ -1 +1 @@
1
- #cpac a:focus,#cpac a:active{outline:none}#icon-codepress-admin-columns{background:transparent url('../images/icon.png') no-repeat 0 0}.cpac-settings-link{float:right;margin:12px 14px 5px 0;background:transparent url('../images/settings.png') no-repeat 0 0;padding-left:20px;text-decoration:none;display:inline-block;line-height:16px}.cpac-settings-link.current{font-weight:bold}.rtl .cpac-settings-link{float:left;margin:12px 0 5px 14px;padding-right:20px;padding-left:0}a.help{background:transparent url('../images/help.png') no-repeat 0 0;display:inline-block;width:16px;height:16px}.button.loading{padding-right:25px;position:relative}.rtl .button.loading{padding-left:25px;padding-right:0}.button.loading span{position:absolute;top:2px;right:6px;background:transparent url('../images/loading.gif') no-repeat right 50%;width:16px;height:16px;display:inline-block}.rtl .button.loading span{left:6px;right:auto}.icon-yes{background:transparent url(../images/yes.png) no-repeat 0 0;width:16px;height:16px;display:inline-block;position:relative;top:2px}.icon-no{background:transparent url(../images/no.png) no-repeat 0 0;width:16px;height:16px;display:inline-block;position:relative;top:2px}h2.cpac-nav-tab-wrapper{margin-bottom:10px}.cpac-menu{clear:both;overflow:hidden;margin-bottom:10px}.cpac-menu .subsubsub{white-space:normal;margin-right:14px;width:100%;margin:0 14px 0 0}.cpac-menu .subsubsub li.first{font-weight:bold;min-width:90px}.columns-container{margin-right:300px;max-width:700px}.columns-container .columns-left{float:left;width:100%}.columns-container .columns-right{float:right;margin-right:-300px;width:280px}.columns-container .columns-right .columns-right-inside.fixed{position:fixed;top:40px;width:280px}.ui-sortable-helper{-webkit-box-shadow:1px 3px 6px 0 rgba(1,1,1,0.4);box-shadow:1px 3px 6px 0 rgba(1,1,1,0.4)}.ui-sortable-helper .column-meta{border-width:1px}.cpac-placeholder{visibility:visible !important;border-top:1px solid #dfdfdf;padding:5px 4px 7px 0}.cpac-placeholder .inner-placeholder{border:1px dashed #808080;background:#eee;width:100%;height:100%}.cpac-placeholder :first-child{border:none}.columns-left .cpac-boxes .cpac-columns form{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.cpac-column .column-meta{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.cpac-column .column-meta:nth-child(2n) .column-meta{background:#f9f9f9}.cpac-column .column-meta img{margin-right:3px}.cpac-column .column-meta table{border:none;background:transparent;border-radius:0}.cpac-column .column-meta table tr td{vertical-align:top;height:18px;border:none;padding:11px 8px;border-width:1px 0 0;border-style:solid;border-color:transparent}.cpac-column .column-meta table tr td.column_sort{width:10px;background:transparent url('../images/drag.png') no-repeat 8px 8px;cursor:move}.cpac-column .column-meta table tr td.column_label{width:70%;font-weight:bold;vertical-align:middle;position:relative}.cpac-column .column-meta table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.cpac-column .column-meta table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.cpac-column .column-meta table tr td.column_label .inner>a:hover{color:#333}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button{display:none;color:#a00;text-decoration:none;text-shadow:none;font-weight:normal;margin-left:5px;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover{color:#f00}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button{color:#0074a2}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover{color:#2ea2cc}.cpac-column .column-meta table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:normal;color:#b2b2b2;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner .meta span{cursor:pointer}.cpac-column .column-meta table tr td.column_label .inner .meta span.width{margin-right:5px;cursor:auto}.cpac-column .column-meta table tr td.column_label span.vers{float:left}.cpac-column .column-meta table tr td.column_type{width:auto;min-width:120px;text-align:right;vertical-align:middle;color:#999;padding-right:0}.cpac-column .column-meta table tr td.column_type .inner{height:18px;overflow:hidden}.cpac-column .column-meta table tr td.column_type .inner a{color:#999}.cpac-column .column-meta table tr td.column_edit{width:38px;min-width:38px;background:transparent url('../images/arrow.png') no-repeat 23px 18px;cursor:pointer}.cpac-column .column-meta:hover .column_label .inner>a.remove-button,.cpac-column .column-meta:hover .column_label .inner>a.edit-button,.cpac-column .column-meta:hover .column_label .inner>a.clone-button{display:inline-block}.cpac-column .column-meta span.vers{padding-top:2px}.cpac-column .column-meta span.vers .comment-grey-bubble{background:transparent url("../images/comment-grey-bubble.png") no-repeat 0 0;height:12px;width:12px;float:right}.cpac-column .column-form{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.cpac-column .column-form table{border:none;background:#fcfcfc}.cpac-column .column-form table tr td{vertical-align:top;border:none;padding:8px;background:#fff;border-top:1px solid #f5f5f5}.cpac-column .column-form table tr td select,.cpac-column .column-form table tr td input[type=text]{width:99.95%}.cpac-column .column-form table tr td select.small,.cpac-column .column-form table tr td input[type=text].small{width:100px}.cpac-column .column-form table tr td span.suffix{line-height:40px;color:#808080}.cpac-column .column-form table tr td select optgroup:nth-child(2n){background:#f9f9f9}.cpac-column .column-form table tr td.label{position:relative;overflow:visible;background:#f9f9f9;background:#f5f5f5;border-right:1px solid #e1e1e1;vertical-align:top;width:34%;border-top:1px solid #f0f0f0}.cpac-column .column-form table tr td.label label{font-weight:bold;color:#333;display:block;position:relative}.cpac-column .column-form table tr td.label p{color:#666;display:block;font-size:12px;font-style:normal;line-height:16px;margin:0 !important}.cpac-column .column-form table tr td.label p.description{display:none;position:absolute;z-index:99;top:30px;left:0;background:#eaf2fa;border-radius:5px;border:1px solid #c7d7e2;padding:5px 8px !important;font-weight:normal}.cpac-column .column-form table tr td.label p.description em{display:block;color:#999}.cpac-column .column-form table tr td.input label{padding-left:10px;padding-right:0}.cpac-column .column-form table tr td.input div.msg{margin-top:5px;display:none;color:#333;padding:6px 8px;background-color:#ffebe8;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cpac-column .column-form table tr td.input .section{padding:12px}.cpac-column .column-form table tr.column_width div.description{font-size:11px;width:12%;float:left;text-align:middle}.cpac-column .column-form table tr.column_width div.input-width-range{float:left;position:relative;width:87%;margin-top:4px}.cpac-column .column-form table tr.column_width div.input-width-range .ui-slider-handle{cursor:ew-resize}.cpac-column .column-form table tr.column_image_size{border:10px solid #f00}.cpac-column .column-form table tr.column_image_size td.input label.custom-size{display:inline-block;margin-top:4px;margin-bottom:4px}.cpac-column .column-form table tr.column_image_size td.input label.custom-size input{margin-right:3px}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size{display:inline-block}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .hidden{display:none}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h{margin:0}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w.hidden,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h.hidden{display:none}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w input[type="text"],.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h input[type="text"]{margin-right:3px;width:40px !important}.cpac-column .column-form table tr.column_action td{background:#f9f9f9}.cpac-column .column-form table tr.column_action td p{margin:0}.cpac-column .column-form table tr.column_action td p a.remove-button{color:#a00;text-decoration:none;text-shadow:none;font-weight:normal;margin-left:5px;font-size:12px;padding:0 5px}.cpac-column .column-form table tr.column_action td p a.remove-button:hover{color:#fff;background:#f00}.cpac-column .column-form table tr:first-child td{border-top:none}.cpac-column.loading .column-form>.spinner{position:absolute;left:50%;top:50%;z-index:200;margin-left:-10px;margin-top:-10px;display:block}.cpac-column.loading .column-form:before{content:'';position:absolute;width:100%;height:100%;background:#fff;z-index:100;opacity:.5}.cpac-column.opened .column-meta{background-color:#c7c7c7;background-image:-ms-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:-moz-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:-o-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:-webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c7c7c7));background-image:-webkit-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:linear-gradient(top, #e9e9e9, #c7c7c7);border-color:#aeaeae}.cpac-column.opened .column-meta table{background:transparent}.cpac-column.opened .column-meta table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #fff}.cpac-column.opened .column-meta table td a{color:#333;text-shadow:0 1px 0 #fff}.cpac-column.opened .column-meta table td.column_sort{background-position:8px -39px}.cpac-column.opened .column-meta table td.column_label .inner .meta span{color:#808080;text-shadow:none}.cpac-column.opened .column-meta table td.column_type{color:#5c5c5c}.column-footer{background:#eaf2fa;border:1px solid #c7d7e2;min-height:26px;padding:8px;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;margin-top:-5px}.column-footer .button-container a{display:inline-block;margin-top:5px}.cpac-content-body hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 transparent;border-color:#dfdfdf -moz-use-text-color -moz-use-text-color;border-image:none;border-right:0 none;border-style:solid none none;border-width:1px 0 0;clear:both;margin:30px 0;opacity:.2}#cpac-welcome.about-wrap div.error{display:block !important}.cpac-alert{display:inline-block;background:none repeat scroll 0 0 #fcf8e3;border:1px solid #fbeed5;border-radius:4px 4px 4px 4px;color:#c09853;margin:20px 0;padding:16px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.cpac-alert p{margin:0}.cpac-alert.cpac-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.cpac-alert.cpac-alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.cpac-alert a.button-primary{height:28px;line-height:28px;display:inline-block}#cpac-download-add-ons-table{max-width:600px}.wp-core-ui .button-large{height:40px;line-height:40px;font-size:16px;padding:0 15px;text-shadow:0 1px 0 rgba(0,0,0,0.5)}.cac-notification.updated{border-left-color:#0071aa}.cac-notification.updated .learnmore{float:right}.cac-notification.updated .learnmore:after{content:"\f139";font:normal 20px/1 'dashicons';float:right}.columns-right{margin-top:54px}.columns-right .sidebox{background:none repeat scroll 0 0 #fff;border:1px solid #e1e1e1;border-radius:0 0 0 0;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:relative;margin-bottom:14px}.columns-right .sidebox h3{padding:10px;margin:0}.columns-right .sidebox h3.title{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:15px;font-weight:normal;line-height:1;margin:0;padding:7px 10px;background:#f1f1f1;background-image:-webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));background-image:-webkit-linear-gradient(bottom, #ececec, #f9f9f9);background-image:-moz-linear-gradient(bottom, #ececec, #f9f9f9);background-image:-o-linear-gradient(bottom, #ececec, #f9f9f9);background-image:linear-gradient(to top, #ececec, #f9f9f9);border-bottom-color:#dfdfdf;text-shadow:#fff 0 1px 0;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;border-bottom-style:solid;border-bottom-width:1px}.columns-right .sidebox .inside{padding:10px}.columns-right .sidebox .inside p{margin-top:0}.columns-right .sidebox#form-actions .form-reset{border-bottom:1px solid #f5f5f5;padding:8px}.columns-right .sidebox#form-actions .reset-column-type{text-decoration:none;color:#bc0b0b;line-height:25px;display:inline-block}.columns-right .sidebox#form-actions .form-update{padding:8px;overflow:hidden}.columns-right .sidebox#form-actions .submit-update{display:block;width:100%;height:28px;line-height:28px;text-align:center}.columns-right .sidebox#pro-version .cta{background:transparent url(../images/get_the_addon.png) no-repeat 0 0;background-size:cover}.columns-right .sidebox#pro-version .padding-box{padding:8px 15px 0}.columns-right .sidebox#pro-version h3 a{color:#fff;font-size:19px;text-decoration:none;font-weight:normal;margin-top:6px}.columns-right .sidebox#pro-version .inside ul{margin:0 0 10px 0}.columns-right .sidebox#pro-version .inside ul li{margin:0;padding:0}.columns-right .sidebox#pro-version .inside ul li a{display:inline-block;min-height:24px;font-size:19px;line-height:24px;margin-bottom:1px;padding:0 5px;background:#000;color:#fff;text-decoration:none}.columns-right .sidebox#pro-version .inside p{color:#fff;font-size:12px}.columns-right .sidebox#pro-version .inside p a{color:#fff;display:inline-block;background:#a4c518;padding:0 2px;font-size:15px;text-decoration:none}.columns-right .sidebox#direct-feedback #feedback-support,.columns-right .sidebox#direct-feedback #feedback-rate{display:none}.columns-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #ccc;width:48%;height:64px;text-align:center;line-height:64px;font-weight:bold;color:#222;display:inline-block;text-decoration:none}.columns-right .sidebox#direct-feedback .inside>a:hover{background:#fafafa}.columns-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.columns-right .sidebox#direct-feedback .inside form input[type="submit"]{float:right;border-radius:4px;border:1px solid #ccc;height:32px;text-align:center;line-height:32px;font-weight:bold;font-size:12px;padding:0 32px;color:#ccc;display:inline-block;background:none;text-decoration:none;cursor:pointer}.columns-right .sidebox#direct-feedback .inside form input[type="submit"]:hover{background:#fafafa}.columns-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.columns-right .sidebox#direct-feedback .inside ul{margin:0}.columns-right .sidebox#direct-feedback .inside ul.share li{margin:0;display:block;float:left;margin-left:9px;width:30%}.columns-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #ccc;border-radius:4px;display:block}.columns-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#fafafa}.columns-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.columns-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}table.cpac-form-table{max-width:1100px;margin-top:20px}table.cpac-form-table>tbody>tr>td,table.cpac-form-table>tbody>tr>th{vertical-align:top}table.cpac-form-table td.padding-22{padding-top:22px}table.cpac-form-table td .cpac_export .ms-container{background:transparent url('../images/switch_bw.png') no-repeat 50% 50%}table.cpac-form-table td .cpac_export .ms-container .ms-selectable{width:48%;margin-right:0}table.cpac-form-table td .cpac_export .ms-container .ms-selection{float:right;width:48%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list{width:100%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list li{margin:0;padding-top:5px;padding-bottom:5px}table.cpac-form-table.settings tr td{padding-top:74px}table.cpac-form-table.settings tr:first-child th{padding-top:0}table.cpac-form-table.settings tr:first-child td{padding-top:54px}.wp-pointer-content{overflow:hidden}.wp-pointer-content ol{margin-left:1.5em;padding:0 15px}.wp-pointer-right{margin-right:15px}body.rtl .wp-pointer-right{margin-left:15px;margin-right:0}body.rtl .wp-pointer-right ol{margin-right:1.5em;margin-left:0}body.rtl .cpac-menu .subsubsub{margin-left:14px;margin-right:0}body.rtl .columns-container{margin-left:300px;margin-right:0}body.rtl .columns-left{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-meta img{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner>a.remove-button{margin-right:12px;margin-left:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner .meta{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label span.vers{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_type{text-align:left;padding-left:0;padding-right:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-meta span.vers .comment-grey-bubble{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr.column_image_size td.input label input{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label p.description{right:0;left:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label a.more-info{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-form div.description{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form div.input-width-range{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form tr td.input label{padding-left:10px;padding-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form a.help{float:left}body.rtl .columns-left .column-footer .order-message{float:right;padding-right:22px;padding-left:0;background:transparent url('../images/order_arrow-rtl.png') no-repeat right top}body.rtl .columns-left .column-footer .button-container{float:left}body.rtl .columns-right{float:left;margin-left:-300px;margin-right:0}body.rtl .cpac-placeholder{padding:5px 0 7px 4px}body.rtl .cpac_export .ms-container .ms-selection{float:left}@media only screen and (max-width:900px){.columns-container{margin-right:0}.columns-container .columns-left{float:none}.columns-container .columns-right{float:none;margin-top:0;margin-right:0;width:100%}.columns-container .columns-right .columns-right-inside.fixed{position:relative;top:0;width:100%}}.cpac-addons li{width:200px;background:#fff;float:left;margin-right:16px;margin-bottom:16px;border:1px solid #ddd;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);box-shadow:0 3px 10px 0 rgba(0,0,0,0.15)}.cpac-addons li:hover{-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.25);box-shadow:0 3px 10px 0 rgba(0,0,0,0.25)}.cpac-addons li a{color:#444}.cpac-addons li .cpac-addon-content{display:table;width:100%;height:125px;text-align:center;vertical-align:middle;border-top:1px solid #ddd;background:#0069a4;background:-moz-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #0069a4), color-stop(100%, #085079));background:-webkit-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:-o-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:-ms-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:radial-gradient(ellipse at center, #0069a4 0, #085079 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a4', endColorstr='#085079', GradientType=1)}.cpac-addons li .cpac-addon-content>*{display:table-cell;vertical-align:middle}.cpac-addons li .cpac-addon-content h3{padding:0 16px;color:#fff;line-height:150%}.cpac-addons li .cpac-addon-content img{width:100%}.cpac-addons li .cpac-addon-header{width:100%;padding:25px 15px;-moz-box-sizing:border-box;box-sizing:border-box}.cpac-addons li .cpac-addon-header>*:first-child{margin-top:0}.cpac-addons li .cpac-addon-header>*:last-child{margin-bottom:0}.cpac-addons li .cpac-addon-actions{background:#eee;border-top:1px solid #ddd;padding:8px}.cpac-addons li .cpac-addon-actions .cpac-installed:before{content:"\f147";font-family:'dashicons';vertical-align:middle;margin-left:-5px;margin-right:3px}
1
+ #cpac a:focus,#cpac a:active{outline:none}#icon-codepress-admin-columns{background:transparent url('../images/icon.png') no-repeat 0 0}.cpac-settings-link{float:right;margin:12px 14px 5px 0;background:transparent url('../images/settings.png') no-repeat 0 0;padding-left:20px;text-decoration:none;display:inline-block;line-height:16px}.cpac-settings-link.current{font-weight:bold}.rtl .cpac-settings-link{float:left;margin:12px 0 5px 14px;padding-right:20px;padding-left:0}a.help{background:transparent url('../images/help.png') no-repeat 0 0;display:inline-block;width:16px;height:16px}.button.loading{padding-right:25px;position:relative}.rtl .button.loading{padding-left:25px;padding-right:0}.button.loading span{position:absolute;top:2px;right:6px;background:transparent url('../images/loading.gif') no-repeat right 50%;width:16px;height:16px;display:inline-block}.rtl .button.loading span{left:6px;right:auto}.icon-yes{background:transparent url(../images/yes.png) no-repeat 0 0;width:16px;height:16px;display:inline-block;position:relative;top:2px}.icon-no{background:transparent url(../images/no.png) no-repeat 0 0;width:16px;height:16px;display:inline-block;position:relative;top:2px}h2.cpac-nav-tab-wrapper{margin-bottom:10px}.cpac-menu{clear:both;overflow:hidden;margin-bottom:10px}.cpac-menu .subsubsub{white-space:normal;margin-right:14px;width:100%;margin:0 14px 0 0}.cpac-menu .subsubsub li.first{font-weight:bold;min-width:90px}.columns-container{margin-right:300px;max-width:700px}.columns-container .columns-left{float:left;width:100%}.columns-container .columns-right{float:right;margin-right:-300px;width:280px}.columns-container .columns-right .columns-right-inside.fixed{position:fixed;top:40px;width:280px}.ui-sortable-helper{-webkit-box-shadow:1px 3px 6px 0 rgba(1,1,1,0.4);box-shadow:1px 3px 6px 0 rgba(1,1,1,0.4)}.ui-sortable-helper .column-meta{border-width:1px}.cpac-placeholder{visibility:visible !important;border-top:1px solid #dfdfdf;padding:5px 4px 7px 0}.cpac-placeholder .inner-placeholder{border:1px dashed #808080;background:#eee;width:100%;height:100%}.cpac-placeholder :first-child{border:none}.columns-left .cpac-boxes .cpac-columns form{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.cpac-column .column-meta{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.cpac-column .column-meta:nth-child(2n) .column-meta{background:#f9f9f9}.cpac-column .column-meta img{margin-right:3px}.cpac-column .column-meta table{border:none;background:transparent;border-radius:0}.cpac-column .column-meta table tr td{vertical-align:top;height:18px;border:none;padding:11px 8px;border-width:1px 0 0;border-style:solid;border-color:transparent}.cpac-column .column-meta table tr td.column_sort{width:10px;background:transparent url('../images/drag.png') no-repeat 8px 8px;cursor:move}.cpac-column .column-meta table tr td.column_label{width:70%;font-weight:bold;vertical-align:middle;position:relative}.cpac-column .column-meta table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.cpac-column .column-meta table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.cpac-column .column-meta table tr td.column_label .inner>a:hover{color:#333}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button{display:none;color:#a00;text-decoration:none;text-shadow:none;font-weight:normal;margin-left:5px;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.remove-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover{color:#f00}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button{color:#0074a2}.cpac-column .column-meta table tr td.column_label .inner>a.edit-button:hover,.cpac-column .column-meta table tr td.column_label .inner>a.clone-button:hover{color:#2ea2cc}.cpac-column .column-meta table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:normal;color:#b2b2b2;font-size:12px}.cpac-column .column-meta table tr td.column_label .inner .meta span{cursor:pointer}.cpac-column .column-meta table tr td.column_label .inner .meta span.width{margin-right:5px;cursor:auto}.cpac-column .column-meta table tr td.column_label span.vers{float:left}.cpac-column .column-meta table tr td.column_type{width:auto;min-width:120px;text-align:right;vertical-align:middle;color:#999;padding-right:0}.cpac-column .column-meta table tr td.column_type .inner{height:18px;overflow:hidden}.cpac-column .column-meta table tr td.column_type .inner a{color:#999}.cpac-column .column-meta table tr td.column_edit{width:38px;min-width:38px;background:transparent url('../images/arrow.png') no-repeat 23px 18px;cursor:pointer}.cpac-column .column-meta:hover .column_label .inner>a.remove-button,.cpac-column .column-meta:hover .column_label .inner>a.edit-button,.cpac-column .column-meta:hover .column_label .inner>a.clone-button{display:inline-block}.cpac-column .column-meta span.vers{padding-top:2px}.cpac-column .column-meta span.vers .comment-grey-bubble{background:transparent url("../images/comment-grey-bubble.png") no-repeat 0 0;height:12px;width:12px;float:right}.cpac-column .column-form{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.cpac-column .column-form table{border:none;background:#fcfcfc}.cpac-column .column-form table tr td{vertical-align:top;border:none;padding:8px;background:#fff;border-top:1px solid #f5f5f5}.cpac-column .column-form table tr td select,.cpac-column .column-form table tr td input[type=text]{width:99.95%}.cpac-column .column-form table tr td select.small,.cpac-column .column-form table tr td input[type=text].small{width:100px}.cpac-column .column-form table tr td span.suffix{line-height:40px;color:#808080}.cpac-column .column-form table tr td select optgroup:nth-child(2n){background:#f9f9f9}.cpac-column .column-form table tr td.label{position:relative;overflow:visible;background:#f9f9f9;background:#f5f5f5;border-right:1px solid #e1e1e1;vertical-align:top;width:34%;border-top:1px solid #f0f0f0}.cpac-column .column-form table tr td.label label{font-weight:bold;color:#333;display:block;position:relative}.cpac-column .column-form table tr td.label p{color:#666;display:block;font-size:12px;font-style:normal;line-height:16px;margin:0 !important}.cpac-column .column-form table tr td.label p.description{display:none;position:absolute;z-index:99;top:30px;left:0;background:#eaf2fa;border-radius:5px;border:1px solid #c7d7e2;padding:5px 8px !important;font-weight:normal}.cpac-column .column-form table tr td.label p.description em{display:block;color:#999}.cpac-column .column-form table tr td.label .info{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cpac-column .column-form table tr td.label .info:before{position:absolute;z-index:1;right:10px;top:50%;margin-top:-7px;content:'';display:block;border-radius:32px;border:1px solid #e6e6e6;width:12px;height:12px}.cpac-column .column-form table tr td.label .info:after{position:absolute;z-index:1;right:10px;top:50%;margin-top:-6px;content:'?';display:block;width:14px;height:14px;color:#e6e6e6;font:bold 10px Arial;text-align:center;vertical-align:middle;line-height:14px}.cpac-column .column-form table tr td.input label{padding-left:10px;padding-right:0}.cpac-column .column-form table tr td.input div.msg{margin-top:5px;display:none;color:#333;padding:6px 8px;background-color:#ffebe8;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cpac-column .column-form table tr td.input .section{padding:12px}.cpac-column .column-form table tr.column_width .input{position:relative}.cpac-column .column-form table tr.column_width .input div.description{font-size:11px;width:54px;position:absolute;left:10px;text-align:middle}.cpac-column .column-form table tr.column_width .input div.description input{background:#efefef;border:none;height:20px;line-height:20px;text-align:right;width:36px;font-size:12px}.cpac-column .column-form table tr.column_width .input div.width-slider{margin-left:60px;margin-right:100px;position:relative;margin-top:4px}.cpac-column .column-form table tr.column_width .input div.width-slider .ui-slider-handle{cursor:ew-resize}.cpac-column .column-form table tr.column_width .input div.unit-select{position:absolute;top:8px;right:10px;width:90px;text-align:right}.cpac-column .column-form table tr.column_width .input div.unit-select label{padding-left:5px}.cpac-column .column-form table tr.column_image_size{border:10px solid #f00}.cpac-column .column-form table tr.column_image_size td.input label.custom-size{display:inline-block;margin-top:4px;margin-bottom:4px}.cpac-column .column-form table tr.column_image_size td.input label.custom-size input{margin-right:3px}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size{display:inline-block}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .hidden{display:none}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h{margin:0}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w.hidden,.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h.hidden{display:none}.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-w input[type="text"],.cpac-column .column-form table tr.column_image_size td.input .custom_image_size .custom-size-h input[type="text"]{margin-right:3px;width:40px !important}.cpac-column .column-form table tr.column_action td{background:#f9f9f9}.cpac-column .column-form table tr.column_action td p{margin:0}.cpac-column .column-form table tr.column_action td p a.remove-button{color:#a00;text-decoration:none;text-shadow:none;font-weight:normal;margin-left:5px;font-size:12px;padding:0 5px}.cpac-column .column-form table tr.column_action td p a.remove-button:hover{color:#fff;background:#f00}.cpac-column .column-form table tr:first-child td{border-top:none}.cpac-column.loading .column-form>.spinner{position:absolute;left:50%;top:50%;z-index:200;margin-left:-10px;margin-top:-10px;display:block}.cpac-column.loading .column-form:before{content:'';position:absolute;width:100%;height:100%;background:#fff;z-index:100;opacity:.5}.cpac-column.opened .column-meta{background-color:#c7c7c7;background-image:-ms-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:-moz-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:-o-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:-webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c7c7c7));background-image:-webkit-linear-gradient(top, #e9e9e9, #c7c7c7);background-image:linear-gradient(top, #e9e9e9, #c7c7c7);border-color:#aeaeae}.cpac-column.opened .column-meta table{background:transparent}.cpac-column.opened .column-meta table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #fff}.cpac-column.opened .column-meta table td a{color:#333;text-shadow:0 1px 0 #fff}.cpac-column.opened .column-meta table td.column_sort{background-position:8px -39px}.cpac-column.opened .column-meta table td.column_label .inner .meta span{color:#808080;text-shadow:none}.cpac-column.opened .column-meta table td.column_type{color:#5c5c5c}.column-footer{background:#eaf2fa;border:1px solid #c7d7e2;min-height:26px;padding:8px;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;margin-top:-5px}.column-footer .button-container a{display:inline-block;margin-top:5px}.cpac-content-body hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 transparent;border-color:#dfdfdf -moz-use-text-color -moz-use-text-color;border-image:none;border-right:0 none;border-style:solid none none;border-width:1px 0 0;clear:both;margin:30px 0;opacity:.2}#cpac-welcome.about-wrap div.error{display:block !important}.cpac-alert{display:inline-block;background:none repeat scroll 0 0 #fcf8e3;border:1px solid #fbeed5;border-radius:4px 4px 4px 4px;color:#c09853;margin:20px 0;padding:16px 14px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.cpac-alert p{margin:0}.cpac-alert.cpac-alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.cpac-alert.cpac-alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.cpac-alert a.button-primary{height:28px;line-height:28px;display:inline-block}#cpac-download-add-ons-table{max-width:600px}.wp-core-ui .button-large{height:40px;line-height:40px;font-size:16px;padding:0 15px;text-shadow:0 1px 0 rgba(0,0,0,0.5)}.cac-notification.updated{border-left-color:#0071aa}.cac-notification.updated .learnmore{float:right}.cac-notification.updated .learnmore:after{content:"\f139";font:normal 20px/1 'dashicons';float:right}.columns-right{margin-top:54px}.columns-right .sidebox{background:none repeat scroll 0 0 #fff;border:1px solid #e1e1e1;border-radius:0 0 0 0;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:relative;margin-bottom:14px}.columns-right .sidebox h3{padding:10px;margin:0}.columns-right .sidebox h3.title{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:15px;font-weight:normal;line-height:1;margin:0;padding:7px 10px;background:#f1f1f1;background-image:-webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));background-image:-webkit-linear-gradient(bottom, #ececec, #f9f9f9);background-image:-moz-linear-gradient(bottom, #ececec, #f9f9f9);background-image:-o-linear-gradient(bottom, #ececec, #f9f9f9);background-image:linear-gradient(to top, #ececec, #f9f9f9);border-bottom-color:#dfdfdf;text-shadow:#fff 0 1px 0;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;border-bottom-style:solid;border-bottom-width:1px}.columns-right .sidebox .inside{padding:10px}.columns-right .sidebox .inside p{margin-top:0}.columns-right .sidebox#form-actions .form-reset{border-bottom:1px solid #f5f5f5;padding:8px}.columns-right .sidebox#form-actions .reset-column-type{text-decoration:none;color:#bc0b0b;line-height:25px;display:inline-block}.columns-right .sidebox#form-actions .form-update{padding:8px;overflow:hidden}.columns-right .sidebox#form-actions .submit-update{display:block;width:100%;height:28px;line-height:28px;text-align:center}.columns-right .sidebox#pro-version .cta{background:transparent url(../images/get_the_addon.png) no-repeat 0 0;background-size:cover}.columns-right .sidebox#pro-version .padding-box{padding:8px 15px 0}.columns-right .sidebox#pro-version h3 a{color:#fff;font-size:19px;text-decoration:none;font-weight:normal;margin-top:6px}.columns-right .sidebox#pro-version .inside ul{margin:0 0 10px 0}.columns-right .sidebox#pro-version .inside ul li{margin:0;padding:0}.columns-right .sidebox#pro-version .inside ul li a{display:inline-block;min-height:24px;font-size:19px;line-height:24px;margin-bottom:1px;padding:0 5px;background:#000;color:#fff;text-decoration:none}.columns-right .sidebox#pro-version .inside p{color:#fff;font-size:12px}.columns-right .sidebox#pro-version .inside p a{color:#fff;display:inline-block;background:#a4c518;padding:0 2px;font-size:15px;text-decoration:none}.columns-right .sidebox#direct-feedback #feedback-support,.columns-right .sidebox#direct-feedback #feedback-rate{display:none}.columns-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #ccc;width:48%;height:64px;text-align:center;line-height:64px;font-weight:bold;color:#222;display:inline-block;text-decoration:none}.columns-right .sidebox#direct-feedback .inside>a:hover{background:#fafafa}.columns-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.columns-right .sidebox#direct-feedback .inside form input[type="submit"]{float:right;border-radius:4px;border:1px solid #ccc;height:32px;text-align:center;line-height:32px;font-weight:bold;font-size:12px;padding:0 32px;color:#ccc;display:inline-block;background:none;text-decoration:none;cursor:pointer}.columns-right .sidebox#direct-feedback .inside form input[type="submit"]:hover{background:#fafafa}.columns-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.columns-right .sidebox#direct-feedback .inside ul{margin:0}.columns-right .sidebox#direct-feedback .inside ul.share li{margin:0;display:block;float:left;margin-left:9px;width:30%}.columns-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #ccc;border-radius:4px;display:block}.columns-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#fafafa}.columns-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.columns-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}table.cpac-form-table{max-width:1100px;margin-top:20px}table.cpac-form-table>tbody>tr>td,table.cpac-form-table>tbody>tr>th{vertical-align:top}table.cpac-form-table td.padding-22{padding-top:22px}table.cpac-form-table td .cpac_export .ms-container{background:transparent url('../images/switch_bw.png') no-repeat 50% 50%}table.cpac-form-table td .cpac_export .ms-container .ms-selectable{width:48%;margin-right:0}table.cpac-form-table td .cpac_export .ms-container .ms-selection{float:right;width:48%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list{width:100%}table.cpac-form-table td .cpac_export .ms-container ul.ms-list li{margin:0;padding-top:5px;padding-bottom:5px}table.cpac-form-table.settings tr td{padding-top:74px}table.cpac-form-table.settings tr:first-child th{padding-top:0}table.cpac-form-table.settings tr:first-child td{padding-top:54px}.wp-pointer-content{overflow:hidden}.wp-pointer-content ol{margin-left:1.5em;padding:0 15px}.wp-pointer-right{margin-right:15px}body.rtl .wp-pointer-right{margin-left:15px;margin-right:0}body.rtl .wp-pointer-right ol{margin-right:1.5em;margin-left:0}body.rtl .cpac-menu .subsubsub{margin-left:14px;margin-right:0}body.rtl .columns-container{margin-left:300px;margin-right:0}body.rtl .columns-left{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-meta img{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner>a.remove-button{margin-right:12px;margin-left:0}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label .inner .meta{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_label span.vers{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-meta .column_type{text-align:left;padding-left:0;padding-right:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-meta span.vers .comment-grey-bubble{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr.column_image_size td.input label input{margin-left:3px;margin-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label p.description{right:0;left:auto}body.rtl .columns-left .cpac-columns .cpac-column .column-form table tr td.label a.more-info{float:left}body.rtl .columns-left .cpac-columns .cpac-column .column-form div.description{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form div.input-width-range{float:right}body.rtl .columns-left .cpac-columns .cpac-column .column-form tr td.input label{padding-left:10px;padding-right:0}body.rtl .columns-left .cpac-columns .cpac-column .column-form a.help{float:left}body.rtl .columns-left .column-footer .order-message{float:right;padding-right:22px;padding-left:0;background:transparent url('../images/order_arrow-rtl.png') no-repeat right top}body.rtl .columns-left .column-footer .button-container{float:left}body.rtl .columns-right{float:left;margin-left:-300px;margin-right:0}body.rtl .cpac-placeholder{padding:5px 0 7px 4px}body.rtl .cpac_export .ms-container .ms-selection{float:left}@media only screen and (max-width:900px){.columns-container{margin-right:0}.columns-container .columns-left{float:none}.columns-container .columns-right{float:none;margin-top:0;margin-right:0;width:100%}.columns-container .columns-right .columns-right-inside.fixed{position:relative;top:0;width:100%}}.cpac-addons li{width:200px;background:#fff;float:left;margin-right:16px;margin-bottom:16px;border:1px solid #ddd;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.15);box-shadow:0 3px 10px 0 rgba(0,0,0,0.15)}.cpac-addons li:hover{-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.25);box-shadow:0 3px 10px 0 rgba(0,0,0,0.25)}.cpac-addons li a{color:#444}.cpac-addons li .cpac-addon-content{display:table;width:100%;height:125px;text-align:center;vertical-align:middle;border-top:1px solid #ddd;background:#0069a4;background:-moz-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #0069a4), color-stop(100%, #085079));background:-webkit-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:-o-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:-ms-radial-gradient(center, ellipse cover, #0069a4 0, #085079 100%);background:radial-gradient(ellipse at center, #0069a4 0, #085079 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069a4', endColorstr='#085079', GradientType=1)}.cpac-addons li .cpac-addon-content>*{display:table-cell;vertical-align:middle}.cpac-addons li .cpac-addon-content h3{padding:0 16px;color:#fff;line-height:150%}.cpac-addons li .cpac-addon-content img{width:100%}.cpac-addons li .cpac-addon-header{width:100%;padding:25px 15px;-moz-box-sizing:border-box;box-sizing:border-box}.cpac-addons li .cpac-addon-header>*:first-child{margin-top:0}.cpac-addons li .cpac-addon-header>*:last-child{margin-bottom:0}.cpac-addons li .cpac-addon-actions{background:#eee;border-top:1px solid #ddd;padding:8px}.cpac-addons li .cpac-addon-actions .cpac-installed:before{content:"\f147";font-family:'dashicons';vertical-align:middle;margin-left:-5px;margin-right:3px}
assets/js/admin-settings.js CHANGED
@@ -215,35 +215,57 @@ jQuery.fn.column_bind_events = function() {
215
  jQuery(this).closest('.cpac-column').find( 'td.column_label .inner > a.toggle' ).text( value );
216
  });
217
 
218
- /** width slider */
219
- column.find('.input-width-range').each( function(){
220
-
221
- var input = jQuery(this).closest('td').find('.input-width');
222
- var descr = jQuery(this).closest('td').find('.width-decription');
223
- var indicator = jQuery(this).closest('.cpac-column').find('.column-meta span.width');
224
- var input_default = jQuery(input)[0].defaultValue;
225
- var translation_default = descr.attr('title');
226
-
227
- // add slider
228
- jQuery(this).slider({
229
- range: 'min',
230
- min: 0,
231
- max: 100,
232
- value: input_default,
233
- slide: function( event, ui ) {
234
-
235
- // set default
236
- var descr_value = ui.value > 0 ? ui.value + '%' : translation_default;
237
- var indicator_value = ui.value > 0 ? ui.value + '%' : '';
238
-
239
- // set input value
240
- jQuery(input).val( ui.value );
241
-
242
- // set description
243
- descr.text( descr_value );
244
- indicator.text( indicator_value );
245
- }
246
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  });
248
 
249
  /** display custom image size */
@@ -263,10 +285,10 @@ jQuery.fn.column_bind_events = function() {
263
  });
264
 
265
  /** tooltip */
266
- column.find('.column-form .label label').hover(function(){
267
- jQuery(this).find('p.description').show();
268
  },function(){
269
- jQuery(this).find('p.description').hide();
270
  });
271
 
272
  if ( column.find( '.column_type select' ).val() == 'column-meta' ) {
@@ -287,6 +309,43 @@ jQuery.fn.column_remove = function() {
287
  });
288
  };
289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
290
  /*
291
  * Column: clone
292
  *
215
  jQuery(this).closest('.cpac-column').find( 'td.column_label .inner > a.toggle' ).text( value );
216
  });
217
 
218
+ /** width */
219
+
220
+ // slider
221
+ column.column_width_slider();
222
+
223
+ // indicator
224
+ var width_indicator = column.find('.column-meta span.width');
225
+ width_indicator.on( 'update', function(){
226
+ var _width = column.find('input.width').val();
227
+ var _unit = column.find('input.unit').filter(':checked').val();
228
+ if ( _width > 0 ) {
229
+ jQuery(this).text( _width + _unit );
230
+ } else {
231
+ jQuery(this).text('');
232
+ }
233
+ });
234
+
235
+ // unit selector
236
+ var width_unit_select = column.find('.column_width .unit-select label');
237
+ width_unit_select.on( 'click', function(){
238
+
239
+ column.find('span.unit').text( jQuery(this).find('input').val() );
240
+ column.column_width_slider(); // re-init slider
241
+ width_indicator.trigger('update'); // update indicator
242
+ });
243
+
244
+ // width_input
245
+ var width_input = column.find('input.width')
246
+ .on( 'keyup', function() {
247
+ column.column_width_slider(); // re-init slider
248
+ jQuery(this).trigger('validate'); // validate input
249
+ width_indicator.trigger('update'); // update indicator
250
+ })
251
+
252
+ // width_input:validate
253
+ .on( 'validate', function() {
254
+ var _width = width_input.val();
255
+ var _new_width = jQuery.trim( _width );
256
+
257
+ if ( ! jQuery.isNumeric( _new_width ) ) {
258
+ _new_width = _new_width.replace(/\D/g,'');
259
+ }
260
+ if ( _new_width.length > 3 ) {
261
+ _new_width = _new_width.substring(0, 3);
262
+ }
263
+ if ( _new_width <= 0 ) {
264
+ _new_width = '';
265
+ }
266
+ if ( _new_width !== _width ) {
267
+ width_input.val( _new_width );
268
+ }
269
  });
270
 
271
  /** display custom image size */
285
  });
286
 
287
  /** tooltip */
288
+ column.find('.column-form .label label, .column-form .label .info').hover(function(){
289
+ jQuery(this).parents( '.label' ).find('p.description').show();
290
  },function(){
291
+ jQuery(this).parents( '.label' ).find('p.description').hide();
292
  });
293
 
294
  if ( column.find( '.column_type select' ).val() == 'column-meta' ) {
309
  });
310
  };
311
 
312
+ /*
313
+ * Column: remove from DOM
314
+ *
315
+ * @since 2.0
316
+ */
317
+ jQuery.fn.column_width_slider = function() {
318
+
319
+ var column_width = jQuery(this).find('.column_width');
320
+
321
+ var input_width = column_width.find('input.width'),
322
+ input_unit = column_width.find('input.unit'),
323
+ unit = input_unit.filter(':checked').val(),
324
+ width = input_width.val(),
325
+ slider = column_width.find('.width-slider'),
326
+ indicator = jQuery(this).find('.column-meta span.width');
327
+
328
+ // width
329
+ if ( '%' == unit && width > 100 ) {
330
+ width = 100;
331
+ }
332
+
333
+ input_width.val( width );
334
+
335
+ slider.slider({
336
+ range: 'min',
337
+ min: 0,
338
+ max: '%' == unit ? 100 : 500,
339
+ value: width,
340
+ slide: function( event, ui ) {
341
+
342
+ input_width.val( ui.value );
343
+ indicator.trigger('update');
344
+ input_width.trigger('validate');
345
+ }
346
+ });
347
+ };
348
+
349
  /*
350
  * Column: clone
351
  *
assets/js/admin-settings.min.js CHANGED
@@ -1,4 +1,4 @@
1
  /*
2
  * Fires when the dom is ready
3
  *
4
- */function cpac_importexport(){jQuery("#php-export-results textarea").on("focus, mouseup",function(){jQuery(this).select()}).select().focus()}function cpac_submit_form(){jQuery(".form-update a.submit-update").click(function(e){e.preventDefault();jQuery(this).closest(".columns-container").find(".cpac-columns form").submit()})}function cpac_create_column(e){var t=jQuery(".for-cloning-only .cpac-column",e).first().clone(),n=e.attr("data-type");if(t.length>0){t.cpac_update_clone_id(n);jQuery(".cpac-columns form",e).append(t);t.column_bind_toggle();t.column_bind_remove();t.column_bind_clone();t.column_bind_events();cpac_sortable();jQuery(document).trigger("column_add",t)}return t}function cpac_add_column(){jQuery("#cpac .add_column").click(function(e){var t=jQuery(this).closest(".columns-container"),n=cpac_create_column(t);n.addClass("opened").find(".column-form").slideDown(150,function(){jQuery("html, body").animate({scrollTop:n.offset().top-58},300)});e.preventDefault()})}function cpac_sidebar_feedback(){jQuery(function(e){var t=e(".sidebox#direct-feedback");t.find("#feedback-choice a.no").click(function(e){e.preventDefault();t.find("#feedback-choice").slideUp();t.find("#feedback-support").slideDown()});t.find("#feedback-choice a.yes").click(function(e){e.preventDefault();t.find("#feedback-choice").slideUp();t.find("#feedback-rate").slideDown()})})}function cpac_clear_input_defaults(){jQuery.fn.cleardefault=function(){return this.focus(function(){this.value==this.defaultValue&&(this.value="")}).blur(function(){this.value.length||(this.value=this.defaultValue)})};jQuery("#cpac-box-plugin_settings .addons input").cleardefault()}function cpac_help(){jQuery("#cpac a.help").click(function(e){e.preventDefault();var t=jQuery("#contextual-help-wrap");t.parent().show();jQuery('a[href="#tab-panel-cpac-'+jQuery(this).attr("data-help")+'"]',t).trigger("click");t.slideDown("fast",function(){t.focus()})})}function cpac_pointer(){jQuery(".cpac-pointer").each(function(){var e=jQuery(this),t=e.attr("rel"),n=e.attr("data-pos"),r={at:"left top",my:"right top",edge:"right",offset:"0 0"};"right"==n&&(r={at:"right middle",my:"left middle",edge:"left"});e.pointer({content:jQuery("#"+t).html(),position:r,pointerWidth:250,close:function(){e.removeClass("open")},pointerClass:"wp-pointer wp-pointer-"+r.edge});e.click(function(){e.hasClass("open")?e.removeClass("open"):e.addClass("open")});e.hover(function(){jQuery(this).pointer("open")},function(){e.hasClass("open")||jQuery(this).pointer("close")})})}function cpac_sortable(){jQuery("div.cpac-columns").each(function(){jQuery(this).hasClass("ui-sortable")?jQuery(this).sortable("refresh"):jQuery(this).sortable({items:".cpac-column"})})}function cpac_menu(){var e=jQuery("#cpac div.cpac-menu");e.find("a").click(function(e,t){var n=jQuery(this).attr("href");if(n){var r=n.replace("#cpac-box-","");jQuery(".cpac-menu a").removeClass("current");jQuery(".columns-container").hide();jQuery(this).addClass("current");var i=jQuery('.columns-container[data-type="'+r+'"]').show(),s=i.find(".cpac-columns");jQuery(document).trigger("cac_menu_change",s)}e.preventDefault()});e.find("a.current").trigger("click")}jQuery(document).ready(function(){if(jQuery("#cpac").length===0)return!1;cpac_pointer();cpac_submit_form();cpac_clear_input_defaults();cpac_sortable();cpac_menu();cpac_help();cpac_add_column();cpac_importexport();cpac_sidebar_feedback();jQuery(".cpac-column").each(function(e,t){jQuery(t).column_bind_toggle();jQuery(t).column_bind_remove();jQuery(t).column_bind_clone();jQuery(t).cpac_bind_container_addon_events()})});jQuery.fn.column_bind_toggle=function(){var e=jQuery(this);e.find("td.column_type a, td.column_edit, td.column_label a.toggle, td.column_label .edit-button").click(function(t){t.preventDefault();e.toggleClass("opened").find(".column-form").slideToggle(150);e.hasClass("events-binded")||e.column_bind_events();e.addClass("events-binded");jQuery(document).trigger("column_init",e)})};jQuery.fn.column_bind_remove=function(){jQuery(this).find(".remove-button").click(function(e){jQuery(this).closest(".cpac-column").column_remove();e.preventDefault()})};jQuery.fn.column_bind_clone=function(){jQuery(this).find(".clone-button").click(function(e){var t,n;e.preventDefault();t=jQuery(this).closest(".cpac-column");n=t.column_clone();typeof n!="undefined"&&n.removeClass("loading").hide().slideDown()})};jQuery.fn.cpac_column_refresh=function(){var e=jQuery(this);e.addClass("loading");e.find(".column-form").prepend('<span class="spinner" />');jQuery.post(ajaxurl,{plugin_id:"cpac",action:"cpac_column_refresh",column:jQuery(this).find("input.column-name").val(),formdata:jQuery(this).parents("form").serialize()},function(t){var n=jQuery("<div>"+t+"</div>").children();e.replaceWith(n);e=n;e.column_bind_toggle();e.column_bind_remove();e.column_bind_clone();e.column_bind_events();e.removeClass("loading").addClass("opened").find(".column-form").show();jQuery(document).trigger("column_change",e)})};jQuery.fn.column_bind_events=function(){var e=jQuery(this),t=e.closest(".columns-container "),n=t.attr("data-type"),r=e.find(".column_type select option:selected").val();e.find(".column_type select").change(function(){var i=jQuery("optgroup",this).children(":selected"),s=i.val(),o=i.text(),u=jQuery(this).next(".msg").hide(),a=t.find('.for-cloning-only .cpac-column[data-type="'+s+'"]');if(a.length)if(a.find(".is-disabled").length){u.html(a.find(".is-disabled").html()).show();jQuery(this).find("option").removeAttr("selected");jQuery(this).find('option[value="'+r+'"]').attr("selected","selected")}else{if(typeof a.attr("data-clone")=="undefined"&&jQuery(".cpac-columns",t).find('[data-type="'+s+'"]').length){u.html(cpac_i18n.clone.replace("%s","<strong>"+o+"</strong>")).show();jQuery(this).find("option").removeAttr("selected");jQuery(this).find('option[value="'+r+'"]').attr("selected","selected");return}var f=a.clone();f.addClass("opened").find(".column-form").show();f.find(".column-meta").replaceWith(e.find(".column-meta"));f.find(".column-form").replaceWith(e.find(".column-form"));f.cpac_update_clone_id(n);e.replaceWith(f);f.cpac_column_refresh()}});e.find(".column_label .input input").bind("keyup change",function(){var e=jQuery(this).val();jQuery(this).closest(".cpac-column").find("td.column_label .inner > a.toggle").text(e)});e.find(".input-width-range").each(function(){var e=jQuery(this).closest("td").find(".input-width"),t=jQuery(this).closest("td").find(".width-decription"),n=jQuery(this).closest(".cpac-column").find(".column-meta span.width"),r=jQuery(e)[0].defaultValue,i=t.attr("title");jQuery(this).slider({range:"min",min:0,max:100,value:r,slide:function(r,s){var o=s.value>0?s.value+"%":i,u=s.value>0?s.value+"%":"";jQuery(e).val(s.value);t.text(o);n.text(u)}})});e.find(".column_image_size label.custom-size").click(function(){var e=jQuery(this).closest(".input");if(jQuery(this).hasClass("image-size-custom")){jQuery(".custom-size-w",e).removeClass("hidden");jQuery(".custom-size-h",e).removeClass("hidden")}else{jQuery(".custom-size-w",e).addClass("hidden");jQuery(".custom-size-h",e).addClass("hidden")}});e.find(".column-form .label label").hover(function(){jQuery(this).find("p.description").show()},function(){jQuery(this).find("p.description").hide()});e.find(".column_type select").val()=="column-meta"&&e.find(".column_field_type select").change(function(){e.cpac_column_refresh()})};jQuery.fn.column_remove=function(){jQuery(this).addClass("deleting").animate({opacity:0,height:0},350,function(e){jQuery(this).remove()})};jQuery.fn.column_clone=function(){var e=jQuery(this).closest(".columns-container"),t=jQuery(this);if(typeof t.attr("data-clone")=="undefined"){var n=cpac_i18n.clone.replace("%s","<strong>"+t.find(".column_label .toggle").text()+"</strong>");t.addClass("opened").find(".column-form").slideDown(150);t.find(".msg").html(n).show();return}var r=jQuery(this).clone();r.cpac_update_clone_id(e.attr("data-type"));jQuery(this).after(r);r.column_bind_toggle();r.column_bind_remove();r.column_bind_clone();r.column_bind_events();cpac_sortable();jQuery(document).trigger("column_add",r);return r};jQuery.fn.cpac_update_clone_id=function(e){var t=jQuery(this),n=t.attr("data-type"),r=jQuery('.columns-container[data-type="'+e+'"]').find(".cpac-columns"),i=jQuery(r).find('*[data-type="'+n+'"]').not(t),s=jQuery.map(i,function(e,t){return jQuery(e).attr("data-clone")?parseInt(jQuery(e).attr("data-clone"),10):0});s.sort();var o=Math.max.apply(null,s)+1;for(var u=0;u<=o;u++)if(-1===jQuery.inArray(u,s))break;if(0===u)return;var a=t.attr("data-clone"),f="";a&&(f="-"+a);t.attr("data-clone",u);t.find("input.clone").val(u);t.find("input.column-name").val(n+"-"+u);var l=t.find("input, select, label");jQuery(l).each(function(e,t){var r=n+"-"+u;jQuery(t).attr("name")&&jQuery(t).attr("name",jQuery(t).attr("name").replace(n+f,r));jQuery(t).attr("for")&&jQuery(t).attr("for",jQuery(t).attr("for").replace(n+f,r));jQuery(t).attr("id")&&jQuery(t).attr("id",jQuery(t).attr("id").replace(n+f,r))})};jQuery(document).bind("column_init column_change column_add",function(e,t){jQuery(t).cpac_bind_column_addon_events();jQuery(t).cpac_bind_container_addon_events()});jQuery.fn.cpac_bind_column_addon_events=function(){var e=jQuery(this),t=e.find("[data-toggle-id] label");t.click(function(){var t=jQuery(this).closest("td.input").data("toggle-id"),n=e.find('[data-indicator-id="'+t+'"]').removeClass("on"),r=jQuery("input",this).val();"on"==r&&n.addClass("on")})};jQuery.fn.cpac_bind_container_addon_events=function(){var e=jQuery(this),t=e.find("[data-indicator-id]");t.unbind("click").click(function(){var t=jQuery(this).data("indicator-id"),n=e.find('[data-toggle-id="'+t+'"] input');if(jQuery(this).hasClass("on")){jQuery(this).removeClass("on").addClass("off");n.filter("[value=off]").prop("checked",!0)}else{jQuery(this).removeClass("off").addClass("on");n.filter("[value=on]").prop("checked",!0)}})};
1
  /*
2
  * Fires when the dom is ready
3
  *
4
+ */function cpac_importexport(){jQuery("#php-export-results textarea").on("focus, mouseup",function(){jQuery(this).select()}).select().focus()}function cpac_submit_form(){jQuery(".form-update a.submit-update").click(function(e){e.preventDefault();jQuery(this).closest(".columns-container").find(".cpac-columns form").submit()})}function cpac_create_column(e){var t=jQuery(".for-cloning-only .cpac-column",e).first().clone(),n=e.attr("data-type");if(t.length>0){t.cpac_update_clone_id(n);jQuery(".cpac-columns form",e).append(t);t.column_bind_toggle();t.column_bind_remove();t.column_bind_clone();t.column_bind_events();cpac_sortable();jQuery(document).trigger("column_add",t)}return t}function cpac_add_column(){jQuery("#cpac .add_column").click(function(e){var t=jQuery(this).closest(".columns-container"),n=cpac_create_column(t);n.addClass("opened").find(".column-form").slideDown(150,function(){jQuery("html, body").animate({scrollTop:n.offset().top-58},300)});e.preventDefault()})}function cpac_sidebar_feedback(){jQuery(function(e){var t=e(".sidebox#direct-feedback");t.find("#feedback-choice a.no").click(function(e){e.preventDefault();t.find("#feedback-choice").slideUp();t.find("#feedback-support").slideDown()});t.find("#feedback-choice a.yes").click(function(e){e.preventDefault();t.find("#feedback-choice").slideUp();t.find("#feedback-rate").slideDown()})})}function cpac_clear_input_defaults(){jQuery.fn.cleardefault=function(){return this.focus(function(){this.value==this.defaultValue&&(this.value="")}).blur(function(){this.value.length||(this.value=this.defaultValue)})};jQuery("#cpac-box-plugin_settings .addons input").cleardefault()}function cpac_help(){jQuery("#cpac a.help").click(function(e){e.preventDefault();var t=jQuery("#contextual-help-wrap");t.parent().show();jQuery('a[href="#tab-panel-cpac-'+jQuery(this).attr("data-help")+'"]',t).trigger("click");t.slideDown("fast",function(){t.focus()})})}function cpac_pointer(){jQuery(".cpac-pointer").each(function(){var e=jQuery(this),t=e.attr("rel"),n=e.attr("data-pos"),r={at:"left top",my:"right top",edge:"right",offset:"0 0"};"right"==n&&(r={at:"right middle",my:"left middle",edge:"left"});e.pointer({content:jQuery("#"+t).html(),position:r,pointerWidth:250,close:function(){e.removeClass("open")},pointerClass:"wp-pointer wp-pointer-"+r.edge});e.click(function(){e.hasClass("open")?e.removeClass("open"):e.addClass("open")});e.hover(function(){jQuery(this).pointer("open")},function(){e.hasClass("open")||jQuery(this).pointer("close")})})}function cpac_sortable(){jQuery("div.cpac-columns").each(function(){jQuery(this).hasClass("ui-sortable")?jQuery(this).sortable("refresh"):jQuery(this).sortable({items:".cpac-column"})})}function cpac_menu(){var e=jQuery("#cpac div.cpac-menu");e.find("a").click(function(e,t){var n=jQuery(this).attr("href");if(n){var r=n.replace("#cpac-box-","");jQuery(".cpac-menu a").removeClass("current");jQuery(".columns-container").hide();jQuery(this).addClass("current");var i=jQuery('.columns-container[data-type="'+r+'"]').show(),s=i.find(".cpac-columns");jQuery(document).trigger("cac_menu_change",s)}e.preventDefault()});e.find("a.current").trigger("click")}jQuery(document).ready(function(){if(jQuery("#cpac").length===0)return!1;cpac_pointer();cpac_submit_form();cpac_clear_input_defaults();cpac_sortable();cpac_menu();cpac_help();cpac_add_column();cpac_importexport();cpac_sidebar_feedback();jQuery(".cpac-column").each(function(e,t){jQuery(t).column_bind_toggle();jQuery(t).column_bind_remove();jQuery(t).column_bind_clone();jQuery(t).cpac_bind_container_addon_events()})});jQuery.fn.column_bind_toggle=function(){var e=jQuery(this);e.find("td.column_type a, td.column_edit, td.column_label a.toggle, td.column_label .edit-button").click(function(t){t.preventDefault();e.toggleClass("opened").find(".column-form").slideToggle(150);e.hasClass("events-binded")||e.column_bind_events();e.addClass("events-binded");jQuery(document).trigger("column_init",e)})};jQuery.fn.column_bind_remove=function(){jQuery(this).find(".remove-button").click(function(e){jQuery(this).closest(".cpac-column").column_remove();e.preventDefault()})};jQuery.fn.column_bind_clone=function(){jQuery(this).find(".clone-button").click(function(e){var t,n;e.preventDefault();t=jQuery(this).closest(".cpac-column");n=t.column_clone();typeof n!="undefined"&&n.removeClass("loading").hide().slideDown()})};jQuery.fn.cpac_column_refresh=function(){var e=jQuery(this);e.addClass("loading");e.find(".column-form").prepend('<span class="spinner" />');jQuery.post(ajaxurl,{plugin_id:"cpac",action:"cpac_column_refresh",column:jQuery(this).find("input.column-name").val(),formdata:jQuery(this).parents("form").serialize()},function(t){var n=jQuery("<div>"+t+"</div>").children();e.replaceWith(n);e=n;e.column_bind_toggle();e.column_bind_remove();e.column_bind_clone();e.column_bind_events();e.removeClass("loading").addClass("opened").find(".column-form").show();jQuery(document).trigger("column_change",e)})};jQuery.fn.column_bind_events=function(){var e=jQuery(this),t=e.closest(".columns-container "),n=t.attr("data-type"),r=e.find(".column_type select option:selected").val();e.find(".column_type select").change(function(){var i=jQuery("optgroup",this).children(":selected"),s=i.val(),o=i.text(),u=jQuery(this).next(".msg").hide(),a=t.find('.for-cloning-only .cpac-column[data-type="'+s+'"]');if(a.length)if(a.find(".is-disabled").length){u.html(a.find(".is-disabled").html()).show();jQuery(this).find("option").removeAttr("selected");jQuery(this).find('option[value="'+r+'"]').attr("selected","selected")}else{if(typeof a.attr("data-clone")=="undefined"&&jQuery(".cpac-columns",t).find('[data-type="'+s+'"]').length){u.html(cpac_i18n.clone.replace("%s","<strong>"+o+"</strong>")).show();jQuery(this).find("option").removeAttr("selected");jQuery(this).find('option[value="'+r+'"]').attr("selected","selected");return}var f=a.clone();f.addClass("opened").find(".column-form").show();f.find(".column-meta").replaceWith(e.find(".column-meta"));f.find(".column-form").replaceWith(e.find(".column-form"));f.cpac_update_clone_id(n);e.replaceWith(f);f.cpac_column_refresh()}});e.find(".column_label .input input").bind("keyup change",function(){var e=jQuery(this).val();jQuery(this).closest(".cpac-column").find("td.column_label .inner > a.toggle").text(e)});e.column_width_slider();var i=e.find(".column-meta span.width");i.on("update",function(){var t=e.find("input.width").val(),n=e.find("input.unit").filter(":checked").val();t>0?jQuery(this).text(t+n):jQuery(this).text("")});var s=e.find(".column_width .unit-select label");s.on("click",function(){e.find("span.unit").text(jQuery(this).find("input").val());e.column_width_slider();i.trigger("update")});var o=e.find("input.width").on("keyup",function(){e.column_width_slider();jQuery(this).trigger("validate");i.trigger("update")}).on("validate",function(){var e=o.val(),t=jQuery.trim(e);jQuery.isNumeric(t)||(t=t.replace(/\D/g,""));t.length>3&&(t=t.substring(0,3));t<=0&&(t="");t!==e&&o.val(t)});e.find(".column_image_size label.custom-size").click(function(){var e=jQuery(this).closest(".input");if(jQuery(this).hasClass("image-size-custom")){jQuery(".custom-size-w",e).removeClass("hidden");jQuery(".custom-size-h",e).removeClass("hidden")}else{jQuery(".custom-size-w",e).addClass("hidden");jQuery(".custom-size-h",e).addClass("hidden")}});e.find(".column-form .label label, .column-form .label .info").hover(function(){jQuery(this).parents(".label").find("p.description").show()},function(){jQuery(this).parents(".label").find("p.description").hide()});e.find(".column_type select").val()=="column-meta"&&e.find(".column_field_type select").change(function(){e.cpac_column_refresh()})};jQuery.fn.column_remove=function(){jQuery(this).addClass("deleting").animate({opacity:0,height:0},350,function(e){jQuery(this).remove()})};jQuery.fn.column_width_slider=function(){var e=jQuery(this).find(".column_width"),t=e.find("input.width"),n=e.find("input.unit"),r=n.filter(":checked").val(),i=t.val(),s=e.find(".width-slider"),o=jQuery(this).find(".column-meta span.width");"%"==r&&i>100&&(i=100);t.val(i);s.slider({range:"min",min:0,max:"%"==r?100:500,value:i,slide:function(e,n){t.val(n.value);o.trigger("update");t.trigger("validate")}})};jQuery.fn.column_clone=function(){var e=jQuery(this).closest(".columns-container"),t=jQuery(this);if(typeof t.attr("data-clone")=="undefined"){var n=cpac_i18n.clone.replace("%s","<strong>"+t.find(".column_label .toggle").text()+"</strong>");t.addClass("opened").find(".column-form").slideDown(150);t.find(".msg").html(n).show();return}var r=jQuery(this).clone();r.cpac_update_clone_id(e.attr("data-type"));jQuery(this).after(r);r.column_bind_toggle();r.column_bind_remove();r.column_bind_clone();r.column_bind_events();cpac_sortable();jQuery(document).trigger("column_add",r);return r};jQuery.fn.cpac_update_clone_id=function(e){var t=jQuery(this),n=t.attr("data-type"),r=jQuery('.columns-container[data-type="'+e+'"]').find(".cpac-columns"),i=jQuery(r).find('*[data-type="'+n+'"]').not(t),s=jQuery.map(i,function(e,t){return jQuery(e).attr("data-clone")?parseInt(jQuery(e).attr("data-clone"),10):0});s.sort();var o=Math.max.apply(null,s)+1;for(var u=0;u<=o;u++)if(-1===jQuery.inArray(u,s))break;if(0===u)return;var a=t.attr("data-clone"),f="";a&&(f="-"+a);t.attr("data-clone",u);t.find("input.clone").val(u);t.find("input.column-name").val(n+"-"+u);var l=t.find("input, select, label");jQuery(l).each(function(e,t){var r=n+"-"+u;jQuery(t).attr("name")&&jQuery(t).attr("name",jQuery(t).attr("name").replace(n+f,r));jQuery(t).attr("for")&&jQuery(t).attr("for",jQuery(t).attr("for").replace(n+f,r));jQuery(t).attr("id")&&jQuery(t).attr("id",jQuery(t).attr("id").replace(n+f,r))})};jQuery(document).bind("column_init column_change column_add",function(e,t){jQuery(t).cpac_bind_column_addon_events();jQuery(t).cpac_bind_container_addon_events()});jQuery.fn.cpac_bind_column_addon_events=function(){var e=jQuery(this),t=e.find("[data-toggle-id] label");t.click(function(){var t=jQuery(this).closest("td.input").data("toggle-id"),n=e.find('[data-indicator-id="'+t+'"]').removeClass("on"),r=jQuery("input",this).val();"on"==r&&n.addClass("on")})};jQuery.fn.cpac_bind_container_addon_events=function(){var e=jQuery(this),t=e.find("[data-indicator-id]");t.unbind("click").click(function(){var t=jQuery(this).data("indicator-id"),n=e.find('[data-toggle-id="'+t+'"] input');if(jQuery(this).hasClass("on")){jQuery(this).removeClass("on").addClass("off");n.filter("[value=off]").prop("checked",!0)}else{jQuery(this).removeClass("off").addClass("on");n.filter("[value=on]").prop("checked",!0)}})};
assets/less/admin-column.less CHANGED
@@ -429,6 +429,46 @@ h2.cpac-nav-tab-wrapper {
429
  }
430
  }
431
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
432
  }
433
 
434
  &.input {
@@ -456,20 +496,47 @@ h2.cpac-nav-tab-wrapper {
456
  }
457
 
458
  &.column_width {
459
- div.description {
460
- font-size: 11px;
461
- width: 12%;
462
- float: left;
463
- text-align: middle;
464
- }
465
- div.input-width-range {
466
- float: left;
467
  position: relative;
468
- width: 87%;
469
- margin-top: 4px;
470
 
471
- .ui-slider-handle {
472
- cursor:ew-resize;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  }
474
  }
475
  }
429
  }
430
  }
431
  }
432
+
433
+ .info {
434
+ position: absolute;
435
+ top: 0;
436
+ left: 0;
437
+ width: 100%;
438
+ height: 100%;
439
+ z-index: 1;
440
+
441
+ &:before {
442
+ position: absolute;
443
+ z-index: 1;
444
+ right: 10px;
445
+ top: 50%;
446
+ margin-top: -7px;
447
+ content: '';
448
+ display: block;
449
+ border-radius: 32px;
450
+ border: 1px solid #E6E6E6;
451
+ width: 12px;
452
+ height: 12px;
453
+ }
454
+
455
+ &:after {
456
+ position: absolute;
457
+ z-index: 1;
458
+ right: 10px;
459
+ top: 50%;
460
+ margin-top: -6px;
461
+ content: '?';
462
+ display: block;
463
+ width: 14px;
464
+ height: 14px;
465
+ color: #E6E6E6;
466
+ font: bold 10px Arial;
467
+ text-align: center;
468
+ vertical-align: middle;
469
+ line-height: 14px;
470
+ }
471
+ }
472
  }
473
 
474
  &.input {
496
  }
497
 
498
  &.column_width {
499
+
500
+ .input {
 
 
 
 
 
 
501
  position: relative;
 
 
502
 
503
+ div.description {
504
+ font-size: 11px;
505
+ width: 54px;
506
+ position: absolute;
507
+ left: 10px;
508
+ text-align: middle;
509
+
510
+ input {
511
+ background: #efefef;
512
+ border: none;
513
+ height: 20px;
514
+ line-height: 20px;
515
+ text-align: right;
516
+ width: 36px;
517
+ font-size: 12px;
518
+ }
519
+ }
520
+ div.width-slider {
521
+ margin-left: 60px;
522
+ margin-right: 100px;
523
+ position: relative;
524
+ margin-top: 4px;
525
+
526
+ .ui-slider-handle {
527
+ cursor:ew-resize;
528
+ }
529
+ }
530
+ div.unit-select {
531
+ position: absolute;
532
+ top: 8px;
533
+ right: 10px;
534
+ width: 90px;
535
+ text-align: right;
536
+
537
+ label {
538
+ padding-left: 5px;
539
+ }
540
  }
541
  }
542
  }
classes/column.php CHANGED
@@ -82,6 +82,13 @@ class CPAC_Column {
82
  $options['date_format'] = trim( $options['date_format'] );
83
  }
84
 
 
 
 
 
 
 
 
85
  return $options;
86
  }
87
 
@@ -160,6 +167,7 @@ class CPAC_Column {
160
  'before' => '', // Before field
161
  'after' => '', // After field
162
  'width' => null, // Width for this column.
 
163
  'state' => 'off' // Active state for this column.
164
  );
165
 
@@ -892,20 +900,29 @@ class CPAC_Column {
892
  return false;
893
  }
894
 
895
- // some plugins store dates in a jquery timestamp format, format is in ms since The Epoch
896
  // See http://api.jqueryui.com/datepicker/#utility-formatDate
897
  // credits: nmarks
898
- if ( is_numeric( $date ) && 13 === strlen( trim( $date ) ) ) {
899
- $date = substr( $date, 0, -3 );
900
- }
 
 
 
 
 
 
 
901
 
902
- // Parse with strtotime if it's:
903
- // - not numeric ( like a unixtimestamp )
904
- // - date format: yyyymmdd ( format used by ACF ) must start with 19xx or 20xx and is 8 long
 
 
 
905
 
906
- // @todo: in theory a numeric string of 8 can also be a unixtimestamp.
907
- // we need to replace this with an option to mark a date as unixtimestamp.
908
- if ( ! is_numeric( $date ) || ( is_numeric( $date ) && strlen( trim( $date ) ) == 8 && ( strpos( $date, '20' ) === 0 || strpos( $date, '19' ) === 0 ) ) ) {
909
  $date = strtotime( $date );
910
  }
911
 
@@ -1217,7 +1234,7 @@ class CPAC_Column {
1217
  <div class="meta">
1218
 
1219
  <span title="<?php echo esc_attr( __( 'width', 'cpac' ) ); ?>" class="width" data-indicator-id="">
1220
- <?php echo ! empty( $this->options->width ) ? $this->options->width . '%' : ''; ?>
1221
  </span>
1222
 
1223
  <?php
@@ -1279,11 +1296,22 @@ class CPAC_Column {
1279
  <tr class="column_width">
1280
  <?php $this->label_view( __( 'Width', 'cpac' ), '', 'width' ); ?>
1281
  <td class="input">
1282
- <div class="description width-decription" title="<?php _e( 'default', 'cpac' ); ?>">
1283
- <?php echo $this->options->width > 0 ? $this->options->width . '%' : __( 'default', 'cpac' ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
1284
  </div>
1285
- <div class="input-width-range"></div>
1286
- <input type="hidden" class="input-width" name="<?php $this->attr_name( 'width' ); ?>" id="<?php $this->attr_id( 'width' ); ?>" value="<?php echo $this->options->width; ?>" />
1287
 
1288
  </td>
1289
  </tr><!--.column_width-->
82
  $options['date_format'] = trim( $options['date_format'] );
83
  }
84
 
85
+ if ( isset( $options['width'] ) ) {
86
+ $options['width'] = trim( $options['width'] );
87
+ if ( ! is_numeric( $options['width'] ) ) {
88
+ $options['width'] = '';
89
+ }
90
+ }
91
+
92
  return $options;
93
  }
94
 
167
  'before' => '', // Before field
168
  'after' => '', // After field
169
  'width' => null, // Width for this column.
170
+ 'width_unit'=> '%', // Unit for width; pecentage (%) or pixels (px).
171
  'state' => 'off' // Active state for this column.
172
  );
173
 
900
  return false;
901
  }
902
 
903
+ // some plugins store dates in a jquery timestamp format, format is in ms since The Epoch.
904
  // See http://api.jqueryui.com/datepicker/#utility-formatDate
905
  // credits: nmarks
906
+ if ( is_numeric( $date ) ) {
907
+ $length = strlen( trim( $date ) );
908
+
909
+ // Dates before / around September 8th, 2001 are saved as 9 numbers * 1000 resulting in 12 numbers to store the time.
910
+ // Dates after September 8th are saved as 10 numbers * 1000, resulting in 13 numbers.
911
+ // For example the ACF Date and Time Picker uses this format.
912
+ // credits: Ben C
913
+ if ( 12 === $length || 13 === $length ) {
914
+ $date = round( $date / 1000 ); // remove the ms
915
+ }
916
 
917
+ // Date format: yyyymmdd ( often used by ACF ) must start with 19xx or 20xx and is 8 long
918
+ // @todo: in theory a numeric string of 8 can also be a unixtimestamp; no conversion would be needed
919
+ if ( 8 === $length && ( strpos( $date, '20' ) === 0 || strpos( $date, '19' ) === 0 ) ) {
920
+ $date = strtotime( $date );
921
+ }
922
+ }
923
 
924
+ // Parse with strtotime if it's not numeric
925
+ else {
 
926
  $date = strtotime( $date );
927
  }
928
 
1234
  <div class="meta">
1235
 
1236
  <span title="<?php echo esc_attr( __( 'width', 'cpac' ) ); ?>" class="width" data-indicator-id="">
1237
+ <?php echo ! empty( $this->options->width ) ? $this->options->width . $this->options->width_unit : ''; ?>
1238
  </span>
1239
 
1240
  <?php
1296
  <tr class="column_width">
1297
  <?php $this->label_view( __( 'Width', 'cpac' ), '', 'width' ); ?>
1298
  <td class="input">
1299
+ <div class="description" title="<?php _e( 'default', 'cpac' ); ?>">
1300
+ <input class="width" type="text" placeholder="<?php _e( 'auto', 'cpac' ); ?>" name="<?php $this->attr_name( 'width' ); ?>" id="<?php $this->attr_id( 'width' ); ?>" value="<?php echo $this->options->width; ?>" />
1301
+ <span class="unit"><?php echo $this->options->width_unit; ?></span>
1302
+ </div>
1303
+ <div class="width-slider"></div>
1304
+
1305
+ <div class="unit-select">
1306
+ <label for="<?php $this->attr_id( 'width_unit_px' ); ?>">
1307
+ <input type="radio" class="unit" name="<?php $this->attr_name( 'width_unit' ); ?>" id="<?php $this->attr_id( 'width_unit_px' ); ?>" value="px"<?php checked( $this->options->width_unit, 'px' ); ?>/>
1308
+ px
1309
+ </label>
1310
+ <label for="<?php $this->attr_id( 'width_unit_perc' ); ?>">
1311
+ <input type="radio" class="unit" name="<?php $this->attr_name( 'width_unit' ); ?>" id="<?php $this->attr_id( 'width_unit_perc' ); ?>" value="%"<?php checked( $this->options->width_unit, '%' ); ?>/>
1312
+ %
1313
+ </label>
1314
  </div>
 
 
1315
 
1316
  </td>
1317
  </tr><!--.column_width-->
classes/column/custom-field.php CHANGED
@@ -162,7 +162,9 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
162
  if ( $ids = $this->get_ids_from_meta( $meta ) ) {
163
  foreach ( (array) $ids as $id ) {
164
 
165
- if ( ! is_numeric( $id ) ) continue;
 
 
166
 
167
  $link = get_edit_post_link( $id );
168
  if ( $title = get_the_title( $id ) )
@@ -395,14 +397,14 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
395
  <?php endforeach; ?>
396
  </select>
397
  <?php else : ?>
398
- <?php _e( 'No custom fields available.', 'cpac' ); ?>
399
  <?php endif; ?>
400
 
401
  </td>
402
  </tr>
403
 
404
  <tr class="column_field_type">
405
- <?php $this->label_view( __( "Field Type", 'cpac' ), __( 'This will determine how the value will be displayed.', 'cpac' ), 'field_type' ); ?>
406
  <td class="input">
407
  <select name="<?php $this->attr_name( 'field_type' ); ?>" id="<?php $this->attr_id( 'field_type' ); ?>">
408
  <?php foreach ( $this->get_custom_field_types() as $fieldkey => $fieldtype ) : ?>
162
  if ( $ids = $this->get_ids_from_meta( $meta ) ) {
163
  foreach ( (array) $ids as $id ) {
164
 
165
+ if ( ! is_numeric( $id ) ) {
166
+ continue;
167
+ }
168
 
169
  $link = get_edit_post_link( $id );
170
  if ( $title = get_the_title( $id ) )
397
  <?php endforeach; ?>
398
  </select>
399
  <?php else : ?>
400
+ <?php _e( 'No custom fields available.', 'cpac' ); ?> <?php printf( __( 'Please create a %s item first.', 'cpac' ), '<em>' . $this->storage_model->singular_label . '</em>' ); ?>
401
  <?php endif; ?>
402
 
403
  </td>
404
  </tr>
405
 
406
  <tr class="column_field_type">
407
+ <?php $this->label_view( __( "Field Type", 'cpac' ), __( 'This will determine how the value will be displayed.', 'cpac' ) . '<em>' . __( 'Type', 'cpac' ) . ': ' . $this->options->field_type . '</em>', 'field_type' ); ?>
408
  <td class="input">
409
  <select name="<?php $this->attr_name( 'field_type' ); ?>" id="<?php $this->attr_id( 'field_type' ); ?>">
410
  <?php foreach ( $this->get_custom_field_types() as $fieldkey => $fieldtype ) : ?>
classes/column/media/attached-to.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * CPAC_Column_Attached_To
4
+ *
5
+ * @since 2.0
6
+ */
7
+ class CPAC_Column_Attached_To extends CPAC_Column {
8
+
9
+ /**
10
+ * @see CPAC_Column::init()
11
+ * @since 2.2.1
12
+ */
13
+ public function init() {
14
+
15
+ parent::init();
16
+
17
+ // Properties
18
+ $this->properties['type'] = 'column-attached_to';
19
+ $this->properties['label'] = __( 'Attached to post', 'cpac' );
20
+ }
21
+
22
+ /**
23
+ * @see CPAC_Column::get_value()
24
+ * @since 2.0
25
+ */
26
+ public function get_value( $id ) {
27
+ $value = false;
28
+ if ( $attached_to = $this->get_raw_value() ) {
29
+ $value = get_the_title( $attached_to );
30
+ if ( $edit_link = get_edit_post_link( $id ) ) {
31
+ $value = '<a href="' . $edit_link . '">' . $value . '</a>';
32
+ }
33
+ }
34
+ return $value;
35
+ }
36
+
37
+ /**
38
+ * @see CPAC_Column::get_value()
39
+ * @since 2.0
40
+ */
41
+ public function get_raw_value( $id ) {
42
+ return get_post_field( $id, 'post_parent' );
43
+ }
44
+ }
classes/column/post/attachment.php CHANGED
@@ -16,7 +16,7 @@ class CPAC_Column_Post_Attachment extends CPAC_Column {
16
 
17
  // Properties
18
  $this->properties['type'] = 'column-attachment';
19
- $this->properties['label'] = __( 'Attachment', 'cpac' );
20
 
21
  // Options
22
  $this->options['image_size'] = '';
@@ -28,18 +28,32 @@ class CPAC_Column_Post_Attachment extends CPAC_Column {
28
  * @see CPAC_Column::get_value()
29
  * @since 2.0
30
  */
31
- function get_value( $post_id ) {
32
 
33
- $attachment_ids = $this->get_raw_value( $post_id );
34
 
35
- return implode( $this->get_thumbnails( $attachment_ids, $this->options ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
 
38
  /**
39
  * @see CPAC_Column::get_raw_value()
40
  * @since 2.0.3
41
  */
42
- function get_raw_value( $post_id ) {
43
 
44
  return get_posts( array(
45
  'post_type' => 'attachment',
@@ -54,7 +68,7 @@ class CPAC_Column_Post_Attachment extends CPAC_Column {
54
  * @see CPAC_Column::display_settings()
55
  * @since 2.0
56
  */
57
- function display_settings() {
58
 
59
  $this->display_field_preview_size();
60
  }
16
 
17
  // Properties
18
  $this->properties['type'] = 'column-attachment';
19
+ $this->properties['label'] = __( 'Attachments', 'cpac' );
20
 
21
  // Options
22
  $this->options['image_size'] = '';
28
  * @see CPAC_Column::get_value()
29
  * @since 2.0
30
  */
31
+ public function get_value( $post_id ) {
32
 
33
+ $values = (array) $this->get_raw_value( $post_id );
34
 
35
+ foreach ( $values as $index => $value ) {
36
+ if ( ! $value ) {
37
+ unset( $values[ $index ] );
38
+ continue;
39
+ }
40
+
41
+ $image = implode( $this->get_thumbnails( $value, array(
42
+ 'image_size' => $this->options->image_size,
43
+ 'image_size_w' => $this->options->image_size_w,
44
+ 'image_size_h' => $this->options->image_size_h,
45
+ ) ) );
46
+
47
+ $values[ $index ] = '<div class="cacie-item" data-cacie-id="' . esc_attr( $value ) . '">' . $image . '</div>';
48
+ }
49
+ return implode( '', $values );
50
  }
51
 
52
  /**
53
  * @see CPAC_Column::get_raw_value()
54
  * @since 2.0.3
55
  */
56
+ public function get_raw_value( $post_id ) {
57
 
58
  return get_posts( array(
59
  'post_type' => 'attachment',
68
  * @see CPAC_Column::display_settings()
69
  * @since 2.0
70
  */
71
+ public function display_settings() {
72
 
73
  $this->display_field_preview_size();
74
  }
classes/column/post/content.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * CPAC_Column_Post_Content
4
+ *
5
+ * @since 2.4
6
+ */
7
+ class CPAC_Column_Post_Content extends CPAC_Column {
8
+
9
+ /**
10
+ * @see CPAC_Column::init()
11
+ * @since 2.4
12
+ */
13
+ public function init() {
14
+
15
+ parent::init();
16
+
17
+ // Properties
18
+ $this->properties['type'] = 'column-content';
19
+ $this->properties['label'] = __( 'Content', 'cpac' );
20
+ $this->properties['object_property'] = 'post_content';
21
+
22
+ // Options
23
+ $this->options['excerpt_length'] = 30;
24
+ }
25
+
26
+ /**
27
+ * @see CPAC_Column::get_value()
28
+ * @since 2.4
29
+ */
30
+ public function get_value( $post_id ) {
31
+
32
+ return $this->get_shortened_string( $this->get_raw_value( $post_id ), $this->options->excerpt_length );
33
+ }
34
+
35
+ /**
36
+ * @see CPAC_Column::get_raw_value()
37
+ * @since 2.4
38
+ */
39
+ public function get_raw_value( $post_id ) {
40
+
41
+ return get_post_field( 'post_content', $post_id, 'raw' );
42
+ }
43
+
44
+ /**
45
+ * @see CPAC_Column::display_settings()
46
+ * @since 2.4
47
+ */
48
+ public function display_settings() {
49
+
50
+ $this->display_field_excerpt_length();
51
+ }
52
+ }
classes/column/post/date-published.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @since 2.4
4
+ */
5
+ class CPAC_Column_Post_Date_Published extends CPAC_Column {
6
+
7
+ /**
8
+ * @see CPAC_Column::init()
9
+ * @since 2.4
10
+ */
11
+ public function init() {
12
+
13
+ parent::init();
14
+
15
+ // Properties
16
+ $this->properties['type'] = 'column-date_published';
17
+ $this->properties['label'] = __( 'Date Published' );
18
+
19
+ // Options
20
+ $this->options['date_format'] = '';
21
+ }
22
+
23
+ /**
24
+ * @see CPAC_Column::get_value()
25
+ * @since 2.4
26
+ */
27
+ public function get_value( $post_id ) {
28
+
29
+ $raw_value = $this->get_raw_value( $post_id );
30
+
31
+ if ( ! $this->get_option( 'date_format' ) ) {
32
+ return $this->get_date( $raw_value ) . ' ' . $this->get_time( $raw_value );
33
+ }
34
+
35
+ return $this->get_date( $raw_value, $this->get_option( 'date_format' ) );
36
+ }
37
+
38
+ /**
39
+ * @see CPAC_Column::get_raw_value()
40
+ * @since 2.4
41
+ */
42
+ public function get_raw_value( $post_id ) {
43
+
44
+ $post = get_post( $post_id );
45
+
46
+ return $post->post_date;
47
+ }
48
+
49
+ /**
50
+ * @see CPAC_Column::display_settings()
51
+ * @since 2.4
52
+ */
53
+ public function display_settings() {
54
+
55
+ parent::display_settings();
56
+
57
+ $this->display_field_date_format();
58
+ }
59
+
60
+ }
classes/column/post/excerpt.php CHANGED
@@ -27,7 +27,7 @@ class CPAC_Column_Post_Excerpt extends CPAC_Column {
27
  * @see CPAC_Column::get_value()
28
  * @since 2.0
29
  */
30
- function get_value( $post_id ) {
31
 
32
  return $this->get_post_excerpt( $post_id, $this->options->excerpt_length );
33
  }
@@ -36,7 +36,7 @@ class CPAC_Column_Post_Excerpt extends CPAC_Column {
36
  * @see CPAC_Column::get_raw_value()
37
  * @since 2.0.3
38
  */
39
- function get_raw_value( $post_id ) {
40
 
41
  return get_post_field( 'post_excerpt', $post_id, 'raw' );
42
  }
@@ -45,7 +45,7 @@ class CPAC_Column_Post_Excerpt extends CPAC_Column {
45
  * @see CPAC_Column::display_settings()
46
  * @since 2.0
47
  */
48
- function display_settings() {
49
 
50
  $this->display_field_excerpt_length();
51
  }
27
  * @see CPAC_Column::get_value()
28
  * @since 2.0
29
  */
30
+ public function get_value( $post_id ) {
31
 
32
  return $this->get_post_excerpt( $post_id, $this->options->excerpt_length );
33
  }
36
  * @see CPAC_Column::get_raw_value()
37
  * @since 2.0.3
38
  */
39
+ public function get_raw_value( $post_id ) {
40
 
41
  return get_post_field( 'post_excerpt', $post_id, 'raw' );
42
  }
45
  * @see CPAC_Column::display_settings()
46
  * @since 2.0
47
  */
48
+ public function display_settings() {
49
 
50
  $this->display_field_excerpt_length();
51
  }
classes/column/post/shortcodes.php ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Display used shortcodes
4
+ *
5
+ * @since 2.3.5
6
+ */
7
+ class CPAC_Column_Post_Shortcodes extends CPAC_Column {
8
+
9
+ /**
10
+ * @see CPAC_Column::init()
11
+ * @since 2.3.4
12
+ */
13
+ public function init() {
14
+
15
+ parent::init();
16
+
17
+ // Properties
18
+ $this->properties['type'] = 'column-shortcode';
19
+ $this->properties['label'] = __( 'Shortcodes', 'cpac' );
20
+ }
21
+
22
+ /**
23
+ * @see CPAC_Column::get_value()
24
+ * @since 2.3.5
25
+ */
26
+ public function get_value( $post_id ) {
27
+ if ( ! ( $shortcodes = $this->get_raw_value( $post_id ) ) ) {
28
+ return false;
29
+ }
30
+ return '[' . implode( '] [', $shortcodes ) . ']';
31
+ }
32
+
33
+ /**
34
+ * @see CPAC_Column::get_raw_value()
35
+ * @since 2.3.5
36
+ */
37
+ public function get_raw_value( $post_id ) {
38
+
39
+ $content = get_post_field( 'post_content', $post_id );
40
+ $pattern = get_shortcode_regex();
41
+
42
+ preg_match_all( "/$pattern/s", $content, $matches );
43
+
44
+ if ( ! isset( $matches[2] ) ) {
45
+ return false;
46
+ }
47
+
48
+ return $matches[2];
49
+ }
50
+ }
classes/settings.php CHANGED
@@ -65,6 +65,7 @@ class CPAC_Settings {
65
  */
66
  $settings_urls = apply_filters( 'cac/settings/settings_urls', array(
67
  'admin' => admin_url( 'options-general.php?page=codepress-admin-columns' ),
 
68
  'info' => admin_url( 'options-general.php?page=codepress-admin-columns&info=' ),
69
  'upgrade' => admin_url( 'options-general.php?page=cpac-upgrade' )
70
  ), $this );
65
  */
66
  $settings_urls = apply_filters( 'cac/settings/settings_urls', array(
67
  'admin' => admin_url( 'options-general.php?page=codepress-admin-columns' ),
68
+ 'settings' => admin_url( 'options-general.php?page=codepress-admin-columns&tab=settings' ),
69
  'info' => admin_url( 'options-general.php?page=codepress-admin-columns&info=' ),
70
  'upgrade' => admin_url( 'options-general.php?page=cpac-upgrade' )
71
  ), $this );
classes/storage_model.php CHANGED
@@ -12,6 +12,11 @@ abstract class CPAC_Storage_Model {
12
  */
13
  public $label;
14
 
 
 
 
 
 
15
  /**
16
  * Identifier for Storage Model; Posttype etc.
17
  *
12
  */
13
  public $label;
14
 
15
+ /**
16
+ * @since 2.3.5
17
+ */
18
+ public $singular_label;
19
+
20
  /**
21
  * Identifier for Storage Model; Posttype etc.
22
  *
classes/storage_model/comment.php CHANGED
@@ -11,6 +11,7 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
11
 
12
  $this->key = 'wp-comments';
13
  $this->label = __( 'Comments' );
 
14
  $this->type = 'comment';
15
  $this->meta_type = 'comment';
16
  $this->page = 'edit-comments';
@@ -97,14 +98,13 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
97
  */
98
  public function manage_value( $column_name, $comment_id ) {
99
 
100
- $value = '';
101
-
102
- // get column instance
103
- if ( $column = $this->get_column_by_name( $column_name ) ) {
104
- $value = $column->get_value( $comment_id );
105
  }
106
 
107
- // filters
 
 
108
  $value = apply_filters( "cac/column/value", $value, $comment_id, $column, $this->key );
109
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $comment_id, $column, $this->key );
110
 
11
 
12
  $this->key = 'wp-comments';
13
  $this->label = __( 'Comments' );
14
+ $this->singular_label = __( 'Comment' );
15
  $this->type = 'comment';
16
  $this->meta_type = 'comment';
17
  $this->page = 'edit-comments';
98
  */
99
  public function manage_value( $column_name, $comment_id ) {
100
 
101
+ if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
102
+ return false;
 
 
 
103
  }
104
 
105
+ $value = $column->get_value( $comment_id );
106
+
107
+ // hook
108
  $value = apply_filters( "cac/column/value", $value, $comment_id, $column, $this->key );
109
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $comment_id, $column, $this->key );
110
 
classes/storage_model/link.php CHANGED
@@ -9,11 +9,12 @@ class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
9
  */
10
  function __construct() {
11
 
12
- $this->key = 'wp-links';
13
- $this->label = __( 'Links' );
14
- $this->type = 'link';
15
- $this->page = 'link-manager';
16
- $this->menu_type = 'other';
 
17
 
18
  // headings
19
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
@@ -67,13 +68,12 @@ class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
67
  */
68
  public function manage_value( $column_name, $link_id ) {
69
 
70
- $value = '';
71
-
72
- // get column instance
73
- if ( $column = $this->get_column_by_name( $column_name ) ) {
74
- $value = $column->get_value( $link_id );
75
  }
76
 
 
 
77
  // add hook
78
  $value = apply_filters( "cac/column/value", $value, $link_id, $column, $this->key );
79
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $link_id, $column, $this->key );
9
  */
10
  function __construct() {
11
 
12
+ $this->key = 'wp-links';
13
+ $this->label = __( 'Links' );
14
+ $this->singular_label = __( 'Link' );
15
+ $this->type = 'link';
16
+ $this->page = 'link-manager';
17
+ $this->menu_type = 'other';
18
 
19
  // headings
20
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
68
  */
69
  public function manage_value( $column_name, $link_id ) {
70
 
71
+ if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
72
+ return false;
 
 
 
73
  }
74
 
75
+ $value = $column->get_value( $link_id );
76
+
77
  // add hook
78
  $value = apply_filters( "cac/column/value", $value, $link_id, $column, $this->key );
79
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $link_id, $column, $this->key );
classes/storage_model/media.php CHANGED
@@ -9,13 +9,14 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
9
  */
10
  function __construct() {
11
 
12
- $this->key = 'wp-media';
13
- $this->label = __( 'Media Library' );
14
- $this->type = 'media';
15
- $this->meta_type = 'post';
16
- $this->page = 'upload';
17
- $this->post_type = 'attachment';
18
- $this->menu_type = 'other';
 
19
 
20
  // headings
21
  // Increased the priority to overrule 3th party plugins such as Media Tags
@@ -85,13 +86,12 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
85
  */
86
  public function manage_value( $column_name, $media_id ) {
87
 
88
- $value = '';
89
-
90
- // get column instance
91
- if ( $column = $this->get_column_by_name( $column_name ) ) {
92
- $value = $column->get_value( $media_id );
93
  }
94
 
 
 
95
  // add hook
96
  $value = apply_filters( "cac/column/value", $value, $media_id, $column, $this->key );
97
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $media_id, $column, $this->key );
9
  */
10
  function __construct() {
11
 
12
+ $this->key = 'wp-media';
13
+ $this->label = __( 'Media Library' );
14
+ $this->singular_label = __( 'Media' );
15
+ $this->type = 'media';
16
+ $this->meta_type = 'post';
17
+ $this->page = 'upload';
18
+ $this->post_type = 'attachment';
19
+ $this->menu_type = 'other';
20
 
21
  // headings
22
  // Increased the priority to overrule 3th party plugins such as Media Tags
86
  */
87
  public function manage_value( $column_name, $media_id ) {
88
 
89
+ if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
90
+ return false;
 
 
 
91
  }
92
 
93
+ $value = $column->get_value( $media_id );
94
+
95
  // add hook
96
  $value = apply_filters( "cac/column/value", $value, $media_id, $column, $this->key );
97
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $media_id, $column, $this->key );
classes/storage_model/post.php CHANGED
@@ -2,6 +2,10 @@
2
 
3
  class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
4
 
 
 
 
 
5
  /**
6
  * Constructor
7
  *
@@ -9,13 +13,16 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
9
  */
10
  function __construct( $post_type ) {
11
 
12
- $this->key = $post_type;
13
- $this->label = $this->get_label();
14
- $this->type = 'post';
15
- $this->meta_type = 'post';
16
- $this->page = 'edit';
17
- $this->post_type = $post_type;
18
- $this->menu_type = 'post';
 
 
 
19
 
20
  // Headings
21
 
@@ -37,6 +44,26 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
37
  parent::__construct();
38
  }
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  /**
41
  * @since 2.2.1
42
  */
@@ -109,19 +136,6 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
109
  return $is_columns_screen;
110
  }
111
 
112
- /**
113
- * Get Label
114
- *
115
- * @since 2.0
116
- *
117
- * @return string Singular posttype name
118
- */
119
- private function get_label() {
120
- $posttype_obj = get_post_type_object( $this->key );
121
-
122
- return $posttype_obj->labels->name;
123
- }
124
-
125
  /**
126
  * Get WP default supported admin columns per post type.
127
  *
@@ -183,6 +197,10 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
183
  */
184
  public function manage_value( $column_name, $post_id ) {
185
 
 
 
 
 
186
  global $post;
187
 
188
  // Setup post data for current post
@@ -190,17 +208,12 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
190
  $post = get_post( $post_id );
191
  setup_postdata( $post );
192
 
193
- $value = '';
194
 
195
- // Set column value
196
- if ( $column = $this->get_column_by_name( $column_name ) ) {
197
- $value = $column->get_value( $post_id );
198
- }
199
-
200
- // Filters
201
  $value = apply_filters( "cac/column/value", $value, $post_id, $column, $this->key );
202
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $post_id, $column, $this->key );
203
 
 
204
  // Reset query to old post
205
  $post = $post_old;
206
 
2
 
3
  class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
4
 
5
+ public $post_type;
6
+
7
+ private $post_type_object;
8
+
9
  /**
10
  * Constructor
11
  *
13
  */
14
  function __construct( $post_type ) {
15
 
16
+ $this->set_post_type( $post_type );
17
+
18
+ $this->key = $post_type;
19
+ $this->post_type = $post_type;
20
+ $this->label = $this->post_type_object->labels->name;
21
+ $this->singular_label = $this->post_type_object->labels->singular_name;
22
+ $this->type = 'post';
23
+ $this->meta_type = 'post';
24
+ $this->page = 'edit';
25
+ $this->menu_type = 'post';
26
 
27
  // Headings
28
 
44
  parent::__construct();
45
  }
46
 
47
+ /**
48
+ * Set posttype
49
+ *
50
+ * @since 2.3.5
51
+ */
52
+ public function get_post_type() {
53
+
54
+ return $this->post_type;
55
+ }
56
+
57
+ /**
58
+ * Set posttype
59
+ *
60
+ * @since 2.3.5
61
+ */
62
+ private function set_post_type( $post_type ) {
63
+
64
+ $this->post_type_object = get_post_type_object( $post_type );
65
+ }
66
+
67
  /**
68
  * @since 2.2.1
69
  */
136
  return $is_columns_screen;
137
  }
138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  /**
140
  * Get WP default supported admin columns per post type.
141
  *
197
  */
198
  public function manage_value( $column_name, $post_id ) {
199
 
200
+ if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
201
+ return false;
202
+ }
203
+
204
  global $post;
205
 
206
  // Setup post data for current post
208
  $post = get_post( $post_id );
209
  setup_postdata( $post );
210
 
211
+ $value = $column->get_value( $post_id );
212
 
 
 
 
 
 
 
213
  $value = apply_filters( "cac/column/value", $value, $post_id, $column, $this->key );
214
  $value = apply_filters( "cac/column/value/{$this->type}", $value, $post_id, $column, $this->key );
215
 
216
+
217
  // Reset query to old post
218
  $post = $post_old;
219
 
classes/storage_model/user.php CHANGED
@@ -9,12 +9,13 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
9
  */
10
  function __construct() {
11
 
12
- $this->key = 'wp-users';
13
- $this->label = __( 'Users' );
14
- $this->type = 'user';
15
- $this->meta_type = 'user';
16
- $this->page = 'users';
17
- $this->menu_type = 'other';
 
18
 
19
  // headings
20
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
@@ -62,13 +63,11 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
62
  * @param int $user_id
63
  * @param string $value
64
  */
65
- function manage_value( $column_name, $user_id, $value = '' ) {
66
 
67
- // get column instance
68
- $column = $this->get_column_by_name( $column_name );
69
-
70
- if ( ! $column )
71
  return $value;
 
72
 
73
  // get value
74
  $custom_value = $column->get_value( $user_id );
9
  */
10
  function __construct() {
11
 
12
+ $this->key = 'wp-users';
13
+ $this->label = __( 'Users' );
14
+ $this->singular_label = __( 'User' );
15
+ $this->type = 'user';
16
+ $this->meta_type = 'user';
17
+ $this->page = 'users';
18
+ $this->menu_type = 'other';
19
 
20
  // headings
21
  add_filter( "manage_{$this->page}_columns", array( $this, 'add_headings' ), 100 );
63
  * @param int $user_id
64
  * @param string $value
65
  */
66
+ public function manage_value( $column_name, $user_id, $value = '' ) {
67
 
68
+ if ( ! ( $column = $this->get_column_by_name( $column_name ) ) ) {
 
 
 
69
  return $value;
70
+ }
71
 
72
  // get value
73
  $custom_value = $column->get_value( $user_id );
codepress-admin-columns.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
- Version: 2.3.5
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
  Author URI: http://www.admincolumns.com
@@ -32,7 +32,7 @@ if ( ! defined( 'ABSPATH' ) ) {
32
  }
33
 
34
  // Plugin information
35
- define( 'CPAC_VERSION', '2.3.5' ); // Current plugin version
36
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // Latest version which requires an upgrade
37
  define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
38
  define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
@@ -397,38 +397,35 @@ class CPAC {
397
  */
398
  public function admin_scripts() {
399
 
 
 
 
 
400
  $css_column_width = '';
401
  $edit_link = '';
402
 
403
- if ( $this->storage_models ) {
404
- foreach ( $this->storage_models as $storage_model ) {
 
405
 
406
- if ( ! $storage_model->is_columns_screen() ) {
407
- continue;
 
408
  }
409
 
410
- // CSS: columns width
411
- if ( $columns = $storage_model->get_stored_columns() ) {
412
- foreach ( $columns as $name => $options ) {
413
-
414
- if ( ! empty( $options['width'] ) && is_numeric( $options['width'] ) && $options['width'] > 0 ) {
415
- $css_column_width .= ".cp-{$storage_model->key} .wrap table th.column-{$name} { width: {$options['width']}% !important; }";
416
- }
417
-
418
- // Load custom column scripts, used by 3rd party columns
419
- if ( $column = $storage_model->get_column_by_name( $name ) ) {
420
- $column->scripts();
421
- }
422
- }
423
- }
424
-
425
- // JS: edit button
426
- $general_options = get_option( 'cpac_general_options' );
427
- if ( current_user_can( 'manage_admin_columns' ) && ( ! isset( $general_options['show_edit_button'] ) || '1' === $general_options['show_edit_button'] ) ) {
428
- $edit_link = $storage_model->get_edit_link();
429
  }
430
  }
431
  }
 
 
 
 
 
 
 
432
  ?>
433
  <?php if ( $css_column_width ) : ?>
434
  <style type="text/css">
@@ -444,6 +441,13 @@ class CPAC {
444
  <?php endif; ?>
445
 
446
  <?php
 
 
 
 
 
 
 
447
  }
448
 
449
  /**
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
+ Version: 2.4
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
  Author URI: http://www.admincolumns.com
32
  }
33
 
34
  // Plugin information
35
+ define( 'CPAC_VERSION', '2.4' ); // Current plugin version
36
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // Latest version which requires an upgrade
37
  define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
38
  define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
397
  */
398
  public function admin_scripts() {
399
 
400
+ if ( ! ( $storage_model = $this->get_current_storage_model() ) ) {
401
+ return;
402
+ }
403
+
404
  $css_column_width = '';
405
  $edit_link = '';
406
 
407
+ // CSS: columns width
408
+ if ( $columns = $storage_model->get_stored_columns() ) {
409
+ foreach ( $columns as $name => $options ) {
410
 
411
+ if ( ! empty( $options['width'] ) && is_numeric( $options['width'] ) && $options['width'] > 0 ) {
412
+ $unit = isset( $options['width_unit'] ) ? $options['width_unit'] : '%';
413
+ $css_column_width .= ".cp-{$storage_model->key} .wrap table th.column-{$name} { width: {$options['width']}{$unit} !important; }";
414
  }
415
 
416
+ // Load custom column scripts, used by 3rd party columns
417
+ if ( $column = $storage_model->get_column_by_name( $name ) ) {
418
+ $column->scripts();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  }
420
  }
421
  }
422
+
423
+ // JS: edit button
424
+ $general_options = get_option( 'cpac_general_options' );
425
+ if ( current_user_can( 'manage_admin_columns' ) && ( ! isset( $general_options['show_edit_button'] ) || '1' === $general_options['show_edit_button'] ) ) {
426
+ $edit_link = $storage_model->get_edit_link();
427
+ }
428
+
429
  ?>
430
  <?php if ( $css_column_width ) : ?>
431
  <style type="text/css">
441
  <?php endif; ?>
442
 
443
  <?php
444
+
445
+ /**
446
+ * Add header scripts that only apply to column screens.
447
+ * @since 2.3.5
448
+ * @param object CPAC Main Class
449
+ */
450
+ do_action( 'cac/admin_head', $storage_model, $this );
451
  }
452
 
453
  /**
languages/cpac-ar.po CHANGED
@@ -1,28 +1,28 @@
1
- #
2
  # Translators:
3
  # Hassan, 2013
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
- "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Arabic (http://www.transifex.com/projects/p/admin-columns/language/ar/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: ar\n"
16
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: ..\n"
 
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
@@ -30,7 +30,9 @@ msgid "Advanced Custom Fields"
30
  msgstr ""
31
 
32
  #: ../classes/addons.php:136
33
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
 
 
34
  msgstr ""
35
 
36
  #: ../classes/addons.php:141
@@ -38,185 +40,263 @@ msgid "WooCommerce"
38
  msgstr ""
39
 
40
  #: ../classes/addons.php:142
41
- msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
 
 
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "صورة مصغرة"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "وسط"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "كبير"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "كامل"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "تنسيق التاريخ"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "هذا سيحدد كيف سيتم عرض التاريخ."
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "مثال:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
- msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
 
 
75
  msgstr "أترك خاليا لتنسيق ووردبريس الإفتراضي للتاريخ، قم بتغيير <a href=\"%s\">تنسيق التاريخ الخاص بك هنا</a>."
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "توثيق حول تنسيق التاريخ والوقت."
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "طول المقتطف"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "عدد الكلمات"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "حجم المعاينة"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "مخصوص"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "عرض"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "إرتفاع"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "هذا النص سيظهر قبل الحقل المخصوص."
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "بعد"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "هذا النص سيظهر بعد الحقل المخصوص."
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Edit"
123
  msgstr "تحرير"
124
 
125
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
 
126
  msgid "Remove"
127
  msgstr "إزالة"
128
 
129
- #: ../classes/column.php:1062
130
  msgid "Type"
131
  msgstr "نوع"
132
 
133
- #: ../classes/column.php:1062
134
  msgid "Choose a column type."
135
  msgstr "اختر نوع عمود"
136
 
137
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
138
- msgid "ID"
139
- msgstr "رقم"
140
 
141
- #: ../classes/column.php:1072
142
  msgid "Label"
143
  msgstr "العنوان"
144
 
145
- #: ../classes/column.php:1072
146
  msgid "This is the name which will appear as the column header."
147
  msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
148
 
149
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
150
  msgid "Width"
151
  msgstr "عرض"
152
 
153
- #: ../classes/column.php:1081 ../classes/column.php:1082
154
  msgid "default"
155
  msgstr "إفتراضي"
156
 
 
 
 
 
157
  #: ../classes/column/acf-placeholder.php:19
158
  msgid "ACF Field"
159
  msgstr ""
160
 
161
  #: ../classes/column/acf-placeholder.php:32
162
- msgid "This feature is only available in Admin Columns Pro - Business or Developer."
 
163
  msgstr ""
164
 
165
  #: ../classes/column/acf-placeholder.php:35
166
  #, php-format
167
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
 
 
168
  msgstr ""
169
 
170
  #: ../classes/column/acf-placeholder.php:38
171
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
 
 
 
172
  msgstr ""
173
 
174
  #: ../classes/column/acf-placeholder.php:44
175
  msgid "Find out more"
176
  msgstr ""
177
 
178
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20
179
  #: ../classes/column/user/actions.php:19
180
  msgid "Actions"
181
  msgstr "تطبيقات"
182
 
183
- #: ../classes/column/actions.php:87
184
  msgid "Use icons?"
185
  msgstr ""
186
 
187
- #: ../classes/column/actions.php:87
188
  msgid "Use icons instead of text for displaying the actions."
189
  msgstr ""
190
 
191
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
 
192
  msgid "Yes"
193
  msgstr ""
194
 
195
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
 
196
  msgid "No"
197
  msgstr ""
198
 
199
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
 
 
200
  msgid "Unapprove"
201
  msgstr "إلغاء الموافقة"
202
 
203
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
 
204
  msgid "Approve"
205
  msgstr "موافقة"
206
 
207
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
 
 
208
  msgid "Restore"
209
  msgstr "استرجاع"
210
 
211
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
 
 
 
212
  msgid "Delete Permanently"
213
  msgstr "حذف نهائي"
214
 
215
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
 
216
  msgid "Quick&nbsp;Edit"
217
  msgstr "تحرير سريع"
218
 
219
- #: ../classes/column/comment/actions.php:101
220
  msgid "Reply"
221
  msgstr "رد"
222
 
@@ -224,7 +304,8 @@ msgstr "رد"
224
  msgid "Agent"
225
  msgstr "عميل"
226
 
227
- #: ../classes/column/comment/approved.php:19 ../classes/column/post/comment-count.php:35
 
228
  msgid "Approved"
229
  msgstr "موافق عليه"
230
 
@@ -252,16 +333,20 @@ msgstr "الكاتب"
252
  msgid "Date GMT"
253
  msgstr "تاريخ GMT"
254
 
255
- #: ../classes/column/comment/date-gmt.php:30 ../classes/column/comment/date.php:30
 
256
  #, php-format
257
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
258
  msgstr "أرسل في <a href=\"%1$s\">%2$s في %3$s</a>"
259
 
260
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
 
261
  msgid "Date"
262
  msgstr "تاريخ"
263
 
264
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
 
 
265
  msgid "Excerpt"
266
  msgstr "مقتطف"
267
 
@@ -269,15 +354,18 @@ msgstr "مقتطف"
269
  msgid "In Reply To"
270
  msgstr "ردا على"
271
 
272
- #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
 
273
  msgid "Word count"
274
  msgstr "عدد الكلمات"
275
 
276
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
 
277
  msgid "Custom Field"
278
  msgstr "حقل مخصوص"
279
 
280
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
 
281
  msgid "Default"
282
  msgstr "إفتراضي"
283
 
@@ -285,27 +373,29 @@ msgstr "إفتراضي"
285
  msgid "Checkmark (true/false)"
286
  msgstr "علامة إختيار (صح/خطأ)"
287
 
288
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
289
  msgid "Color"
290
  msgstr "لون"
291
 
292
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
293
  msgid "Counter"
294
  msgstr "عداد"
295
 
296
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
 
297
  msgid "Image"
298
  msgstr "صورة"
299
 
300
- #: ../classes/column/custom-field.php:101 ../classes/storage_model/media.php:13
 
301
  msgid "Media Library"
302
  msgstr "مكتبة الوسائط"
303
 
304
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
305
  msgid "Multiple Values"
306
  msgstr "قيم متعددة"
307
 
308
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
309
  msgid "Numeric"
310
  msgstr "رقمي"
311
 
@@ -317,19 +407,28 @@ msgstr "عنوان تدوينة (أرقام تدوينات)"
317
  msgid "Username (User ID's)"
318
  msgstr "اسم مستخدم (أرقام مستخدمين)"
319
 
320
- #: ../classes/column/custom-field.php:356
 
 
 
 
321
  msgid "Select your custom field."
322
  msgstr "اختر حقلك المخصوص"
323
 
324
- #: ../classes/column/custom-field.php:366
325
  msgid "No custom fields available."
326
  msgstr "لا توجد حقول مخصوصة متوفرة."
327
 
328
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
329
  msgid "Field Type"
330
  msgstr "نوع الحقل"
331
 
332
- #: ../classes/column/custom-field.php:373
333
  msgid "This will determine how the value will be displayed."
334
  msgstr "هذا سيحدد كيف سيتم عرض القيمة."
335
 
@@ -338,15 +437,15 @@ msgstr "هذا سيحدد كيف سيتم عرض القيمة."
338
  msgid ""
339
  "You are about to delete this link '%s'\n"
340
  " 'Cancel' to stop, 'OK' to delete."
341
- msgstr ""
342
- "انت على وشك حذف هذا الرابط '%s'\n"
343
- " 'إلغاء' للإيقاف، 'موافق' للحذف."
344
 
345
  #: ../classes/column/link/actions.php:49 ../classes/column/user/actions.php:75
346
  msgid "Delete"
347
  msgstr "مسح"
348
 
349
- #: ../classes/column/link/description.php:19 ../classes/column/media/description.php:19 ../classes/column/user/description.php:19
 
 
350
  msgid "Description"
351
  msgstr "وصف"
352
 
@@ -370,10 +469,39 @@ msgstr "Rss"
370
  msgid "Target"
371
  msgstr "هدف"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "بديل"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "الأحجام المتوفرة"
@@ -382,7 +510,8 @@ msgstr "الأحجام المتوفرة"
382
  msgid "full size"
383
  msgstr "حجم كامل"
384
 
385
- #: ../classes/column/media/caption.php:19 ../classes/column/media/exif-data.php:41
 
386
  msgid "Caption"
387
  msgstr "شرح"
388
 
@@ -439,9 +568,26 @@ msgid "File size"
439
  msgstr "حجم ملف"
440
 
441
  #: ../classes/column/media/full-path.php:19
 
442
  msgid "Full path"
443
  msgstr "مسار كامل"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "إرتفاع"
@@ -450,96 +596,47 @@ msgstr "إرتفاع"
450
  msgid "Mime type"
451
  msgstr "نوع Mime"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "تحرير هذا العنصر"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "تحرير هذا العنصر داخليا"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "استعادة هذا العنصر من المهملات"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "نقل هذا العنصر إلى المهملات"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "المهملات"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "حذف هذا العنصر نهائيا"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "معاينة &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "معاينة"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "عرض &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "عرض"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "عدد المرفقات"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
- msgstr "مرفق"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "عرض الكاتب كـ"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "اسم العرض"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "الاسم الأول"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "الاسم الأخير"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "الاسم المستعار"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "اسم الدخول"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "بريد المستخدم"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "رقم المستخدم"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "الاسم الأول والأخير"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "هذا هو تنسيق اسم الكاتب."
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "قبل وسم المزيد"
@@ -560,7 +657,8 @@ msgstr "بالانتظار"
560
  msgid "Spam"
561
  msgstr "مزعج"
562
 
563
- #: ../classes/column/post/comment-count.php:99 ../classes/column/post/comment-status.php:20
 
564
  msgid "Comment status"
565
  msgstr "حالة التعليق"
566
 
@@ -568,6 +666,30 @@ msgstr "حالة التعليق"
568
  msgid "Select which comment status you like to display."
569
  msgstr "اختر حالة التعليق الذي تريد عرضه."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "الصورة المميزة"
@@ -576,6 +698,10 @@ msgstr "الصورة المميزة"
576
  msgid "Post Format"
577
  msgstr "تنسيق التدوينة"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "آخر تحديث"
@@ -616,6 +742,10 @@ msgstr "حالة التنبيه"
616
  msgid "Roles"
617
  msgstr "الأدوار"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "الاسم اللطيف"
@@ -656,7 +786,7 @@ msgstr "لاصق"
656
  msgid "Title without actions"
657
  msgstr ""
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "التصنيف"
662
 
@@ -676,6 +806,10 @@ msgstr ""
676
  msgid "Comment Count"
677
  msgstr "عدد التعليقات"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "الاسم الأول"
@@ -696,425 +830,474 @@ msgstr "نوع تدوبنة"
696
  msgid "Registered"
697
  msgstr "مسجل"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "عنوان موقع"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr ""
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr ""
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "إعدادات Admin Columns"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
 
716
  msgid "Admin Columns"
717
  msgstr "Admin Columns"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "تمت إستعادة الإعدادات الإفتراضية بنجاح."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "نظرة عامة"
731
 
732
- #: ../classes/settings.php:291
733
  msgid ""
734
- "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and "
735
- "reorder them."
 
736
  msgstr "هذا البرنامج هو لإضافة وإزالة أعمدة إضافية في الشاشات الإدارية لـ(أنواع) التدوينات، الصفحات، مكتبة الوسائط، التعليقات، الوصلات والمستخدمين. قم بتغيير تسمية الأعمدة وإعادة ترتيبها."
737
 
738
- #: ../classes/settings.php:294
739
  msgid "Basics"
740
  msgstr "مبادئ"
741
 
742
- #: ../classes/settings.php:296
743
  msgid "Change order"
744
  msgstr "تغيير الترتيب"
745
 
746
- #: ../classes/settings.php:297
747
- msgid "By dragging the columns you can change the order which they will appear in."
 
748
  msgstr "عن طريق سحب الأعمدة يمكنك تغيير ترتيب الذي سوف تظهر فيه."
749
 
750
- #: ../classes/settings.php:298
751
  msgid "Change label"
752
  msgstr "تغيير العنوان"
753
 
754
- #: ../classes/settings.php:299
755
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
 
 
756
  msgstr "بالنقر على المثلث سترى خيارات العمود. هنا يمكنك تغيير تسمية ترويسات الأعمدة."
757
 
758
- #: ../classes/settings.php:300
759
  msgid "Change column width"
760
  msgstr "تغيير عرض العمود"
761
 
762
- #: ../classes/settings.php:301
763
- msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
 
 
764
  msgstr "بالنقر على المثلث سترى خيارات العمود. باستخدام شريط التمرير القابل للسحب يمكنك تعيين عرض الأعمدة بالنسب المئوية."
765
 
766
- #: ../classes/settings.php:307
767
  msgid "'Custom Field' column"
768
  msgstr "عمود 'حقل مخصوص'"
769
 
770
- #: ../classes/settings.php:308
771
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
 
 
772
  msgstr "يستخدم عمود الحقل المخصوص الحقول المخصوصة من التدوينات والمستخدمين. هناك 10 أنواع يمكنك تعيينها."
773
 
774
- #: ../classes/settings.php:310
775
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
 
 
776
  msgstr "قيمة: يمكن أن تكون إما سلسلة أو مصفوفة. سيتم تسطيح المصفوفات ويتم فصل القيم بـ '،' فاصلة."
777
 
778
- #: ../classes/settings.php:311
779
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
 
 
780
  msgstr "قيمة: يجب أن يحتوي عنوان URL للصورة أو معرفات المرفقات (مفصولة بـ '،' فاصلة)."
781
 
782
- #: ../classes/settings.php:312
783
  msgid "Value: This will show the first 20 words of the Post content."
784
  msgstr "قيمة: سيقوم هذا بإظهار أول 20 كلمة من محتوى التدوينة."
785
 
786
- #: ../classes/settings.php:313
787
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
 
 
788
  msgstr "قيمة: يجب أن يكون مصفوفة. هذا سوف يسطح أي مصفوفة (متعددة الأبعاد)."
789
 
790
- #: ../classes/settings.php:314
791
- msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
 
 
792
  msgstr "القيمة: الأعداد الصحيحة فقط <br/> إذا كان لديك 'ملحق الترتيب' سيتم استخدام هذه للترتيب، بحيث يمكنك ترتيب تدويناتك على القيم الرقمية (الحقل المخصوص)."
793
 
794
- #: ../classes/settings.php:315
795
  #, php-format
796
- msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
 
 
 
797
  msgstr "قيمة: يمكن أن تكون طابع يونكس زمني أو تنسيق تاريخ كما هو موضح في <a href='%s'>Codex</a>. يمكنك تغيير تنسيق التاريخ المخرج من صفحة <a href='%s'>الإعدادات العامة</a>."
798
 
799
- #: ../classes/settings.php:316
800
  msgid "Post Titles"
801
  msgstr "عناوين تدوينات"
802
 
803
- #: ../classes/settings.php:316
804
  msgid "Value: can be one or more Post ID's (seperated by ',')."
805
  msgstr "قيمة: يمكن أن تكون رقم تدوينة واحدة أو أكثر (مفصولة بـ',')."
806
 
807
- #: ../classes/settings.php:317
808
  msgid "Usernames"
809
  msgstr "أسماء مستخدمين"
810
 
811
- #: ../classes/settings.php:317
812
  msgid "Value: can be one or more User ID's (seperated by ',')."
813
  msgstr "قيمة: يمكن أن تكون رقم مستخدم واحد أو أكثر (مفصولة بـ',')."
814
 
815
- #: ../classes/settings.php:318
816
  msgid "Checkmark"
817
  msgstr "علامة اختيار"
818
 
819
- #: ../classes/settings.php:318
820
  msgid "Value: should be a 1 (one) or 0 (zero)."
821
  msgstr "قيمة: يجب أن تكون 1 (واحد) أو 0 (صفر)."
822
 
823
- #: ../classes/settings.php:319
824
  msgid "Value: hex value color, such as #808080."
825
  msgstr "قيمة: لون بقيمة عشرية، مثل 808080#."
826
 
827
- #: ../classes/settings.php:320
828
- 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."
 
 
829
  msgstr "القيمة: يمكن أن يكون إما سلسلة أو مجموعة. هذا سيعرض عدد مرات استخدام المفتاح من قبل العنصر."
830
 
831
- #: ../classes/settings.php:409
832
  msgid "Welcome to Admin Columns"
833
  msgstr "مرحبا في Admin Columns"
834
 
835
- #: ../classes/settings.php:412
836
  msgid "Thank you for updating to the latest version!"
837
  msgstr "شكرا لك على التحديث للنسخة الأخيرة!"
838
 
839
- #: ../classes/settings.php:413
840
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
 
 
841
  msgstr "Admin Columns أصبحت مصقولة وممتعة أكثر من أي وقت مضى. نأمل أن تنال إعجابكم."
842
 
843
- #: ../classes/settings.php:418
844
  msgid "What’s New"
845
  msgstr "ما الجديد"
846
 
847
- #: ../classes/settings.php:419
848
  msgid "Changelog"
849
  msgstr "سجل التغييرات"
850
 
851
- #: ../classes/settings.php:424
852
  msgid "Important"
853
  msgstr "مهم"
854
 
855
- #: ../classes/settings.php:426
856
  msgid "Database Changes"
857
  msgstr "تغييرات قاعدة البيانات"
858
 
859
- #: ../classes/settings.php:427
860
- msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
 
 
861
  msgstr "تم تغيير قاعدة البيانات بين الإصدارات 1 و 2. ولكن حرصنا على ألا يزال بإمكانك الرجوع إلى إصدار 1x دون أية مشاكل."
862
 
863
- #: ../classes/settings.php:430
864
  msgid "Make sure you backup your database and then click"
865
  msgstr "تأكد من عمل نسخة احتياطية لقاعدة بياناتك ثم انقر"
866
 
867
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
868
  msgid "Upgrade Database"
869
  msgstr "تحديث قاعدة البيانات"
870
 
871
- #: ../classes/settings.php:433
872
  msgid "Potential Issues"
873
  msgstr "مشاكل محتملة"
874
 
875
- #: ../classes/settings.php:434
876
- msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
 
 
 
877
  msgstr "نسبة إلى إعادة بناء كود الإضافة بشكل كبير، وكذلك الملحاقت والدوال، قد لا يعمل موقع الويب الخاص بك بشكل صحيح. من المهم أن تقرأ بشكل كامل"
878
 
879
- #: ../classes/settings.php:434
880
  msgid "Migrating from v1 to v2"
881
  msgstr "الانتقال من النسخة 1 إلى النسخة 2"
882
 
883
- #: ../classes/settings.php:434
884
  msgid "guide to view the full list of changes."
885
  msgstr "توجيه لعرض القائمة الكاملة للتغييرات."
886
 
887
- #: ../classes/settings.php:434
888
  #, php-format
889
- msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
 
 
890
  msgstr "عندما تجد أخطاء الرجاء <a href=\"%s\">التبيلغ عنها لنا</a> لكي نتمكن من إصلاحها في النسخة القادمة."
891
 
892
- #: ../classes/settings.php:437
893
  msgid "Important!"
894
  msgstr "مهم!"
895
 
896
- #: ../classes/settings.php:437
897
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
 
 
898
  msgstr "إذا قمت بتحديث Admin Columns دون معرفة مسبقة بهذه التغييرات، فالرجاء الرجوع لآخر"
899
 
900
- #: ../classes/settings.php:437
901
  msgid "version 1"
902
  msgstr "النسخة 1"
903
 
904
- #: ../classes/settings.php:437
905
  msgid "of this plugin."
906
  msgstr "من هذه الإضافة"
907
 
908
- #: ../classes/settings.php:443
909
  msgid "Changelog for"
910
  msgstr "سجل التغييرات لـ"
911
 
912
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
913
  msgid "Learn more"
914
  msgstr "تعلم المزيد"
915
 
916
- #: ../classes/settings.php:468
917
  msgid "Start using Admin Columns"
918
  msgstr "البدء باستخدام Admin Columns"
919
 
920
- #: ../classes/settings.php:511
921
  msgid "General Settings"
922
  msgstr "إعدادات عامة"
923
 
924
- #: ../classes/settings.php:512
925
  msgid "Customize your Admin Columns settings."
926
  msgstr "قم بتخصيص إعدادات Admin Columns."
927
 
928
- #: ../classes/settings.php:523
929
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
930
  msgstr ""
931
 
932
- #: ../classes/settings.php:530 ../classes/settings.php:660
933
  msgid "Save"
934
  msgstr "حفظ"
935
 
936
- #: ../classes/settings.php:570
937
  msgid "Restore Settings"
938
  msgstr "استرجاع الإعدادات"
939
 
940
- #: ../classes/settings.php:571
941
  msgid "This will delete all column settings and restore the default settings."
942
  msgstr "سيؤدي هذا إلى حذف كافة إعدادات الأعمدة واستعادة الإعدادات الإفتراضية."
943
 
944
- #: ../classes/settings.php:577
945
  msgid "Restore default settings"
946
  msgstr "استرجاع الإعدادات الإفتراضية"
947
 
948
- #: ../classes/settings.php:577
949
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
 
 
950
  msgstr "تحذير! كافة بيانات الأعمدة المحفوظة سيتم حذفها. لا يمكن التراجع عن هذا. \\'موافق\\' للحذف، \\'إلغاء\\' للإيقاف"
951
 
952
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
953
  msgid "Settings"
954
  msgstr "إعدادات"
955
 
956
- #: ../classes/settings.php:600
957
  msgid "Add-ons"
958
  msgstr ""
959
 
960
- #: ../classes/settings.php:625
961
  msgid "Posttypes"
962
  msgstr ""
963
 
964
- #: ../classes/settings.php:626
965
  msgid "Others"
966
  msgstr ""
967
 
968
- #: ../classes/settings.php:627
969
  msgid "Taxonomies"
970
  msgstr ""
971
 
972
- #: ../classes/settings.php:646
973
  #, php-format
974
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
 
 
975
  msgstr ""
976
 
977
- #: ../classes/settings.php:656
978
  msgid "Store settings"
979
  msgstr "حفظ الإعدادات"
980
 
981
- #: ../classes/settings.php:660
982
  msgid "Update"
983
  msgstr "تحديث"
984
 
985
- #: ../classes/settings.php:664
986
  #, php-format
987
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
 
 
988
  msgstr "تحذير! بيانات أعمدة %s سيتم حذفها. لا يمكن التراجع عن هذا. \\'موافق\\' للحذف، \\'إلغاء\\' للإيقاف"
989
 
990
- #: ../classes/settings.php:665
991
  msgid "columns"
992
  msgstr "أعمدة"
993
 
994
- #: ../classes/settings.php:684
995
  msgid "Get Admin Columns Pro"
996
  msgstr ""
997
 
998
- #: ../classes/settings.php:688
999
  msgid "Add Sorting"
1000
  msgstr "أضف ترتيب"
1001
 
1002
- #: ../classes/settings.php:689
1003
  msgid "Add Filtering"
1004
  msgstr "أضف تصفية"
1005
 
1006
- #: ../classes/settings.php:690
1007
  msgid "Add Import/Export"
1008
  msgstr "أضف استيراد/تصدير"
1009
 
1010
- #: ../classes/settings.php:691
1011
  msgid "Add Direct Editing"
1012
  msgstr ""
1013
 
1014
- #: ../classes/settings.php:694
1015
  #, php-format
1016
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1017
  msgstr ""
1018
 
1019
- #: ../classes/settings.php:725
1020
  msgid "Are you happy with Admin Columns?"
1021
  msgstr ""
1022
 
1023
- #: ../classes/settings.php:733
1024
  msgid "What's wrong? Need help? Let us know!"
1025
  msgstr ""
1026
 
1027
- #: ../classes/settings.php:734
1028
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
 
 
1029
  msgstr ""
1030
 
1031
- #: ../classes/settings.php:742
1032
  msgid "Docs"
1033
  msgstr ""
1034
 
1035
- #: ../classes/settings.php:747
1036
  msgid "Forums"
1037
  msgstr ""
1038
 
1039
- #: ../classes/settings.php:756
1040
  msgid "Woohoo! We're glad to hear that!"
1041
  msgstr ""
1042
 
1043
- #: ../classes/settings.php:757
1044
- 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!"
 
 
1045
  msgstr ""
1046
 
1047
- #: ../classes/settings.php:761
1048
  msgid "Rate"
1049
  msgstr ""
1050
 
1051
- #: ../classes/settings.php:772
1052
  msgid "Tweet"
1053
  msgstr ""
1054
 
1055
- #: ../classes/settings.php:782
1056
  msgid "Buy Pro"
1057
  msgstr ""
1058
 
1059
- #: ../classes/settings.php:794
1060
  msgid "Support"
1061
  msgstr "دعم"
1062
 
1063
- #: ../classes/settings.php:797
1064
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1065
  msgstr "تحقق من قسم <strong>المساعدة</strong> في الجانب العلوي الأيسر من الشاشة."
1066
 
1067
- #: ../classes/settings.php:800
1068
  #, php-format
1069
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
 
 
1070
  msgstr "للحصول على الوثائق الكاملة، تقارير الأخطاء، اقتراحات الميزات وغيرها من النصائح <a href='%s'>قم بزيارة موقع Admin Columns</a>"
1071
 
1072
- #: ../classes/settings.php:829
1073
  msgid "Drag and drop to reorder"
1074
  msgstr "قم بالسحب والإلقاء لإعادة الترتيب"
1075
 
1076
- #: ../classes/settings.php:832
1077
  msgid "Add Column"
1078
  msgstr "أضف عمود"
1079
 
1080
- #: ../classes/settings.php:908
1081
  msgid "Active"
1082
  msgstr ""
1083
 
1084
- #: ../classes/settings.php:909
1085
  msgid "Deactivate"
1086
  msgstr ""
1087
 
1088
- #: ../classes/settings.php:916
1089
  msgid "Installed"
1090
  msgstr ""
1091
 
1092
- #: ../classes/settings.php:917
1093
  msgid "Activate"
1094
  msgstr ""
1095
 
1096
- #: ../classes/settings.php:931
1097
  msgid "Download & Install"
1098
  msgstr ""
1099
 
1100
- #: ../classes/settings.php:936
1101
  msgid "Get this add-on"
1102
  msgstr ""
1103
 
1104
- #: ../classes/storage_model.php:213
1105
  msgid "settings succesfully restored."
1106
  msgstr "تمت إستعادة الإعدادات بنجاح."
1107
 
1108
- #: ../classes/storage_model.php:229
1109
  msgid "No columns settings available."
1110
  msgstr "لا توجد إعدادات أعمدة متوفرة."
1111
 
1112
- #: ../classes/storage_model.php:250
1113
  #, php-format
1114
  msgid "You are trying to store the same settings for %s."
1115
  msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
1116
 
1117
- #: ../classes/storage_model.php:254
1118
  #, php-format
1119
  msgid "Settings for %s updated succesfully."
1120
  msgstr "إعدادات %s تم تحديثها بنجاح."
@@ -1123,19 +1306,38 @@ msgstr "إعدادات %s تم تحديثها بنجاح."
1123
  msgid "Comments"
1124
  msgstr "تعليقات"
1125
 
 
 
 
 
1126
  #: ../classes/storage_model/link.php:13
1127
  msgid "Links"
1128
  msgstr "وصلات"
1129
 
 
 
 
 
 
 
 
 
1130
  #: ../classes/storage_model/user.php:13
1131
  msgid "Users"
1132
  msgstr "مستخدمون"
1133
 
 
 
 
 
1134
  #: ../classes/upgrade.php:62
1135
  msgid ""
1136
- "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin "
1137
- "Columns Pro</strong> <a href=\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">is available</a>, which features a bunch of cool new features, including Direct "
1138
- "Inline Editing!"
 
 
 
1139
  msgstr ""
1140
 
1141
  #: ../classes/upgrade.php:95
@@ -1187,9 +1389,11 @@ msgid "Error"
1187
  msgstr "خطأ"
1188
 
1189
  #: ../classes/upgrade.php:408
1190
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
 
 
1191
  msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
1192
 
1193
- #: ../codepress-admin-columns.php:390
1194
  msgid "Edit columns"
1195
  msgstr "تحرير الأعمدة"
1
+ #
2
  # Translators:
3
  # Hassan, 2013
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-18 15:27+0000\n"
10
+ "Last-Translator: Tobias Schutter <info@codepress.nl>\n"
11
  "Language-Team: Arabic (http://www.transifex.com/projects/p/admin-columns/language/ar/)\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: ar\n"
16
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
17
+ "X-Generator: Poedit 1.7.4\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
30
  msgstr ""
31
 
32
  #: ../classes/addons.php:136
33
+ msgid ""
34
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
35
+ "seconds!"
36
  msgstr ""
37
 
38
  #: ../classes/addons.php:141
40
  msgstr ""
41
 
42
  #: ../classes/addons.php:142
43
+ msgid ""
44
+ "Enhance the products, orders and coupons overviews with new columns and "
45
+ "inline editing."
46
  msgstr ""
47
 
48
+ #: ../classes/column.php:575
49
  msgid "Thumbnail"
50
  msgstr "صورة مصغرة"
51
 
52
+ #: ../classes/column.php:576
53
  msgid "Medium"
54
  msgstr "وسط"
55
 
56
+ #: ../classes/column.php:577
57
  msgid "Large"
58
  msgstr "كبير"
59
 
60
+ #: ../classes/column.php:578
61
  msgid "Full"
62
  msgstr "كامل"
63
 
64
+ #: ../classes/column.php:1020
65
  msgid "Date Format"
66
  msgstr "تنسيق التاريخ"
67
 
68
+ #: ../classes/column.php:1021
69
  msgid "This will determine how the date will be displayed."
70
  msgstr "هذا سيحدد كيف سيتم عرض التاريخ."
71
 
72
+ #: ../classes/column.php:1027
73
  msgid "Example:"
74
  msgstr "مثال:"
75
 
76
+ #: ../classes/column.php:1029
77
  #, php-format
78
+ msgid ""
79
+ "Leave empty for WordPress date format, change your <a href=\"%s\">default "
80
+ "date format here</a>."
81
  msgstr "أترك خاليا لتنسيق ووردبريس الإفتراضي للتاريخ، قم بتغيير <a href=\"%s\">تنسيق التاريخ الخاص بك هنا</a>."
82
 
83
+ #: ../classes/column.php:1030
84
  msgid "Documentation on date and time formatting."
85
  msgstr "توثيق حول تنسيق التاريخ والوقت."
86
 
87
+ #: ../classes/column.php:1044
88
  msgid "Excerpt length"
89
  msgstr "طول المقتطف"
90
 
91
+ #: ../classes/column.php:1045
92
  msgid "Number of words"
93
  msgstr "عدد الكلمات"
94
 
95
+ #: ../classes/column.php:1063
96
  msgid "Preview size"
97
  msgstr "حجم المعاينة"
98
 
99
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
100
  msgid "Custom"
101
  msgstr "مخصوص"
102
 
103
+ #: ../classes/column.php:1083 ../classes/column.php:1230
104
  msgid "width"
105
  msgstr "عرض"
106
 
107
+ #: ../classes/column.php:1086
108
  msgid "height"
109
  msgstr "إرتفاع"
110
 
111
+ #: ../classes/column.php:1098
112
  msgid "Before"
113
  msgstr "قبل"
114
 
115
+ #: ../classes/column.php:1098
116
  msgid "This text will appear before the custom field value."
117
  msgstr "هذا النص سيظهر قبل الحقل المخصوص."
118
 
119
+ #: ../classes/column.php:1099
120
  msgid "After"
121
  msgstr "بعد"
122
 
123
+ #: ../classes/column.php:1099
124
  msgid "This text will appear after the custom field value."
125
  msgstr "هذا النص سيظهر بعد الحقل المخصوص."
126
 
127
+ #: ../classes/column.php:1108
128
+ msgid "Display Name"
129
+ msgstr "اسم العرض"
130
+
131
+ #: ../classes/column.php:1109
132
+ msgid "First Name"
133
+ msgstr "الاسم الأول"
134
+
135
+ #: ../classes/column.php:1110
136
+ msgid "Last Name"
137
+ msgstr "الاسم الأخير"
138
+
139
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
140
+ msgid "Nickname"
141
+ msgstr "الاسم المستعار"
142
+
143
+ #: ../classes/column.php:1112
144
+ msgid "User Login"
145
+ msgstr "اسم الدخول"
146
+
147
+ #: ../classes/column.php:1113
148
+ msgid "User Email"
149
+ msgstr "بريد المستخدم"
150
+
151
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
152
+ msgid "User ID"
153
+ msgstr "رقم المستخدم"
154
+
155
+ #: ../classes/column.php:1115
156
+ msgid "First and Last Name"
157
+ msgstr "الاسم الأول والأخير"
158
+
159
+ #: ../classes/column.php:1118
160
+ msgid "Display format"
161
+ msgstr ""
162
+
163
+ #: ../classes/column.php:1118
164
+ msgid "This is the format of the author name."
165
+ msgstr "هذا هو تنسيق اسم الكاتب."
166
+
167
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75
168
+ #: ../classes/column/link/actions.php:48
169
+ #: ../classes/column/media/actions.php:25
170
+ #: ../classes/column/media/actions.php:39
171
+ #: ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
172
  msgid "Edit"
173
  msgstr "تحرير"
174
 
175
+ #: ../classes/column.php:1254 ../classes/column.php:1346
176
+ msgid "Clone"
177
+ msgstr ""
178
+
179
+ #: ../classes/column.php:1256 ../classes/column.php:1348
180
+ #: ../classes/column/user/actions.php:77
181
  msgid "Remove"
182
  msgstr "إزالة"
183
 
184
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
185
  msgid "Type"
186
  msgstr "نوع"
187
 
188
+ #: ../classes/column.php:1274
189
  msgid "Choose a column type."
190
  msgstr "اختر نوع عمود"
191
 
192
+ #: ../classes/column.php:1274
193
+ msgid "Name"
194
+ msgstr ""
195
 
196
+ #: ../classes/column.php:1284
197
  msgid "Label"
198
  msgstr "العنوان"
199
 
200
+ #: ../classes/column.php:1284
201
  msgid "This is the name which will appear as the column header."
202
  msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
203
 
204
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
205
  msgid "Width"
206
  msgstr "عرض"
207
 
208
+ #: ../classes/column.php:1293
209
  msgid "default"
210
  msgstr "إفتراضي"
211
 
212
+ #: ../classes/column.php:1294
213
+ msgid "auto"
214
+ msgstr ""
215
+
216
  #: ../classes/column/acf-placeholder.php:19
217
  msgid "ACF Field"
218
  msgstr ""
219
 
220
  #: ../classes/column/acf-placeholder.php:32
221
+ msgid ""
222
+ "This feature is only available in Admin Columns Pro - Business or Developer."
223
  msgstr ""
224
 
225
  #: ../classes/column/acf-placeholder.php:35
226
  #, php-format
227
+ msgid ""
228
+ "If you have a developer licence please download & install your ACF add-on "
229
+ "from the <a href='%s'>add-ons tab</a>."
230
  msgstr ""
231
 
232
  #: ../classes/column/acf-placeholder.php:38
233
+ msgid ""
234
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
235
+ "integeration, allowing you to easily display and edit ACF fields from within"
236
+ " your posts overview."
237
  msgstr ""
238
 
239
  #: ../classes/column/acf-placeholder.php:44
240
  msgid "Find out more"
241
  msgstr ""
242
 
243
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19
244
  #: ../classes/column/user/actions.php:19
245
  msgid "Actions"
246
  msgstr "تطبيقات"
247
 
248
+ #: ../classes/column/actions.php:96
249
  msgid "Use icons?"
250
  msgstr ""
251
 
252
+ #: ../classes/column/actions.php:96
253
  msgid "Use icons instead of text for displaying the actions."
254
  msgstr ""
255
 
256
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72
257
+ #: ../classes/column/used-by-menu.php:137
258
  msgid "Yes"
259
  msgstr ""
260
 
261
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76
262
+ #: ../classes/column/used-by-menu.php:141
263
  msgid "No"
264
  msgstr ""
265
 
266
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19
267
+ #: ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
268
+ msgid "ID"
269
+ msgstr "رقم"
270
+
271
+ #: ../classes/column/comment/actions.php:52
272
+ #: ../classes/column/comment/actions.php:57
273
  msgid "Unapprove"
274
  msgstr "إلغاء الموافقة"
275
 
276
+ #: ../classes/column/comment/actions.php:54
277
+ #: ../classes/column/comment/actions.php:56
278
  msgid "Approve"
279
  msgstr "موافقة"
280
 
281
+ #: ../classes/column/comment/actions.php:65
282
+ #: ../classes/column/media/actions.php:42
283
+ #: ../classes/column/post/actions.php:40 ../classes/settings.php:671
284
  msgid "Restore"
285
  msgstr "استرجاع"
286
 
287
+ #: ../classes/column/comment/actions.php:69
288
+ #: ../classes/column/media/actions.php:31
289
+ #: ../classes/column/media/actions.php:47
290
+ #: ../classes/column/post/actions.php:44
291
  msgid "Delete Permanently"
292
  msgstr "حذف نهائي"
293
 
294
+ #: ../classes/column/comment/actions.php:76
295
+ #: ../classes/column/post/actions.php:35
296
  msgid "Quick&nbsp;Edit"
297
  msgstr "تحرير سريع"
298
 
299
+ #: ../classes/column/comment/actions.php:77
300
  msgid "Reply"
301
  msgstr "رد"
302
 
304
  msgid "Agent"
305
  msgstr "عميل"
306
 
307
+ #: ../classes/column/comment/approved.php:19
308
+ #: ../classes/column/post/comment-count.php:35
309
  msgid "Approved"
310
  msgstr "موافق عليه"
311
 
333
  msgid "Date GMT"
334
  msgstr "تاريخ GMT"
335
 
336
+ #: ../classes/column/comment/date-gmt.php:30
337
+ #: ../classes/column/comment/date.php:30
338
  #, php-format
339
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
340
  msgstr "أرسل في <a href=\"%1$s\">%2$s في %3$s</a>"
341
 
342
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
343
+ #: ../classes/settings.php:316
344
  msgid "Date"
345
  msgstr "تاريخ"
346
 
347
+ #: ../classes/column/comment/excerpt.php:19
348
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
349
+ #: ../classes/settings.php:313
350
  msgid "Excerpt"
351
  msgstr "مقتطف"
352
 
354
  msgid "In Reply To"
355
  msgstr "ردا على"
356
 
357
+ #: ../classes/column/comment/word-count.php:19
358
+ #: ../classes/column/post/word-count.php:19
359
  msgid "Word count"
360
  msgstr "عدد الكلمات"
361
 
362
+ #: ../classes/column/custom-field.php:23
363
+ #: ../classes/column/custom-field.php:390 ../classes/settings.php:306
364
  msgid "Custom Field"
365
  msgstr "حقل مخصوص"
366
 
367
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311
368
+ #: ../classes/storage_model.php:586
369
  msgid "Default"
370
  msgstr "إفتراضي"
371
 
373
  msgid "Checkmark (true/false)"
374
  msgstr "علامة إختيار (صح/خطأ)"
375
 
376
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
377
  msgid "Color"
378
  msgstr "لون"
379
 
380
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
381
  msgid "Counter"
382
  msgstr "عداد"
383
 
384
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
385
+ #: ../classes/settings.php:312
386
  msgid "Image"
387
  msgstr "صورة"
388
 
389
+ #: ../classes/column/custom-field.php:101
390
+ #: ../classes/storage_model/media.php:13
391
  msgid "Media Library"
392
  msgstr "مكتبة الوسائط"
393
 
394
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
395
  msgid "Multiple Values"
396
  msgstr "قيم متعددة"
397
 
398
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
399
  msgid "Numeric"
400
  msgstr "رقمي"
401
 
407
  msgid "Username (User ID's)"
408
  msgstr "اسم مستخدم (أرقام مستخدمين)"
409
 
410
+ #: ../classes/column/custom-field.php:106
411
+ msgid "Term Name (Term ID's)"
412
+ msgstr ""
413
+
414
+ #: ../classes/column/custom-field.php:390
415
  msgid "Select your custom field."
416
  msgstr "اختر حقلك المخصوص"
417
 
418
+ #: ../classes/column/custom-field.php:400
419
  msgid "No custom fields available."
420
  msgstr "لا توجد حقول مخصوصة متوفرة."
421
 
422
+ #: ../classes/column/custom-field.php:400
423
+ #, php-format
424
+ msgid "Please create a %s item first."
425
+ msgstr ""
426
+
427
+ #: ../classes/column/custom-field.php:407
428
  msgid "Field Type"
429
  msgstr "نوع الحقل"
430
 
431
+ #: ../classes/column/custom-field.php:407
432
  msgid "This will determine how the value will be displayed."
433
  msgstr "هذا سيحدد كيف سيتم عرض القيمة."
434
 
437
  msgid ""
438
  "You are about to delete this link '%s'\n"
439
  " 'Cancel' to stop, 'OK' to delete."
440
+ msgstr "انت على وشك حذف هذا الرابط '%s'\n 'إلغاء' للإيقاف، 'موافق' للحذف."
 
 
441
 
442
  #: ../classes/column/link/actions.php:49 ../classes/column/user/actions.php:75
443
  msgid "Delete"
444
  msgstr "مسح"
445
 
446
+ #: ../classes/column/link/description.php:19
447
+ #: ../classes/column/media/description.php:19
448
+ #: ../classes/column/user/description.php:19
449
  msgid "Description"
450
  msgstr "وصف"
451
 
469
  msgid "Target"
470
  msgstr "هدف"
471
 
472
+ #: ../classes/column/media/actions.php:28
473
+ #: ../classes/column/media/actions.php:44
474
+ #: ../classes/column/post/actions.php:42
475
+ #: ../classes/column/post/comment-count.php:38
476
+ #: ../classes/column/post/status.php:35
477
+ msgid "Trash"
478
+ msgstr "المهملات"
479
+
480
+ #: ../classes/column/media/actions.php:33
481
+ #: ../classes/column/media/actions.php:52
482
+ #: ../classes/column/post/actions.php:51
483
+ #, php-format
484
+ msgid "View &#8220;%s&#8221;"
485
+ msgstr "عرض &#8220;%s&#8221;"
486
+
487
+ #: ../classes/column/media/actions.php:33
488
+ #: ../classes/column/media/actions.php:52
489
+ #: ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
490
+ msgid "View"
491
+ msgstr "عرض"
492
+
493
+ #: ../classes/column/media/actions.php:35
494
+ msgid "Attach"
495
+ msgstr ""
496
+
497
  #: ../classes/column/media/alternate-text.php:19
498
  msgid "Alt"
499
  msgstr "بديل"
500
 
501
+ #: ../classes/column/media/attached-to.php:19
502
+ msgid "Attached to post"
503
+ msgstr ""
504
+
505
  #: ../classes/column/media/available-sizes.php:20
506
  msgid "Available Sizes"
507
  msgstr "الأحجام المتوفرة"
510
  msgid "full size"
511
  msgstr "حجم كامل"
512
 
513
+ #: ../classes/column/media/caption.php:19
514
+ #: ../classes/column/media/exif-data.php:41
515
  msgid "Caption"
516
  msgstr "شرح"
517
 
568
  msgstr "حجم ملف"
569
 
570
  #: ../classes/column/media/full-path.php:19
571
+ #: ../classes/column/media/full-path.php:92
572
  msgid "Full path"
573
  msgstr "مسار كامل"
574
 
575
+ #: ../classes/column/media/full-path.php:83
576
+ msgid "Path scope"
577
+ msgstr ""
578
+
579
+ #: ../classes/column/media/full-path.php:84
580
+ msgid "Part of the file path to display"
581
+ msgstr ""
582
+
583
+ #: ../classes/column/media/full-path.php:97
584
+ msgid "Relative to domain"
585
+ msgstr ""
586
+
587
+ #: ../classes/column/media/full-path.php:102
588
+ msgid "Relative to main uploads folder "
589
+ msgstr ""
590
+
591
  #: ../classes/column/media/height.php:19
592
  msgid "Height"
593
  msgstr "إرتفاع"
596
  msgid "Mime type"
597
  msgstr "نوع Mime"
598
 
599
+ #: ../classes/column/post/actions.php:32
600
  msgid "Edit this item"
601
  msgstr "تحرير هذا العنصر"
602
 
603
+ #: ../classes/column/post/actions.php:35
604
  msgid "Edit this item inline"
605
  msgstr "تحرير هذا العنصر داخليا"
606
 
607
+ #: ../classes/column/post/actions.php:40
608
  msgid "Restore this item from the Trash"
609
  msgstr "استعادة هذا العنصر من المهملات"
610
 
611
+ #: ../classes/column/post/actions.php:42
612
  msgid "Move this item to the Trash"
613
  msgstr "نقل هذا العنصر إلى المهملات"
614
 
615
+ #: ../classes/column/post/actions.php:44
 
 
 
 
616
  msgid "Delete this item permanently"
617
  msgstr "حذف هذا العنصر نهائيا"
618
 
619
+ #: ../classes/column/post/actions.php:49
620
  #, php-format
621
  msgid "Preview &#8220;%s&#8221;"
622
  msgstr "معاينة &#8220;%s&#8221;"
623
 
624
+ #: ../classes/column/post/actions.php:49
625
  msgid "Preview"
626
  msgstr "معاينة"
627
 
 
 
 
 
 
 
 
 
 
628
  #: ../classes/column/post/attachment-count.php:19
629
  msgid "No. of Attachments"
630
  msgstr "عدد المرفقات"
631
 
632
  #: ../classes/column/post/attachment.php:19
633
+ msgid "Attachments"
634
+ msgstr ""
635
 
636
  #: ../classes/column/post/author-name.php:20
637
  msgid "Display Author As"
638
  msgstr "عرض الكاتب كـ"
639
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640
  #: ../classes/column/post/before-moretag.php:19
641
  msgid "Before More Tag"
642
  msgstr "قبل وسم المزيد"
657
  msgid "Spam"
658
  msgstr "مزعج"
659
 
660
+ #: ../classes/column/post/comment-count.php:99
661
+ #: ../classes/column/post/comment-status.php:20
662
  msgid "Comment status"
663
  msgstr "حالة التعليق"
664
 
666
  msgid "Select which comment status you like to display."
667
  msgstr "اختر حالة التعليق الذي تريد عرضه."
668
 
669
+ #: ../classes/column/post/content.php:19
670
+ msgid "Content"
671
+ msgstr ""
672
+
673
+ #: ../classes/column/post/date-published.php:17
674
+ msgid "Date Published"
675
+ msgstr ""
676
+
677
+ #: ../classes/column/post/depth.php:19
678
+ msgid "Depth"
679
+ msgstr ""
680
+
681
+ #: ../classes/column/post/estimated-reading-time.php:19
682
+ msgid "Estimated Reading Time"
683
+ msgstr ""
684
+
685
+ #: ../classes/column/post/estimated-reading-time.php:103
686
+ msgid "Words per minute"
687
+ msgstr ""
688
+
689
+ #: ../classes/column/post/estimated-reading-time.php:104
690
+ msgid "Estimated reading time in words per minute"
691
+ msgstr ""
692
+
693
  #: ../classes/column/post/featured-image.php:19
694
  msgid "Featured Image"
695
  msgstr "الصورة المميزة"
698
  msgid "Post Format"
699
  msgstr "تنسيق التدوينة"
700
 
701
+ #: ../classes/column/post/last-modified-author.php:20
702
+ msgid "Last Modified Author"
703
+ msgstr ""
704
+
705
  #: ../classes/column/post/modified.php:19
706
  msgid "Last modified"
707
  msgstr "آخر تحديث"
742
  msgid "Roles"
743
  msgstr "الأدوار"
744
 
745
+ #: ../classes/column/post/shortcodes.php:19
746
+ msgid "Shortcodes"
747
+ msgstr ""
748
+
749
  #: ../classes/column/post/slug.php:19
750
  msgid "Slug"
751
  msgstr "الاسم اللطيف"
786
  msgid "Title without actions"
787
  msgstr ""
788
 
789
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
790
  msgid "Taxonomy"
791
  msgstr "التصنيف"
792
 
806
  msgid "Comment Count"
807
  msgstr "عدد التعليقات"
808
 
809
+ #: ../classes/column/user/display-name.php:19
810
+ msgid "Display name"
811
+ msgstr ""
812
+
813
  #: ../classes/column/user/first-name.php:19
814
  msgid "First name"
815
  msgstr "الاسم الأول"
830
  msgid "Registered"
831
  msgstr "مسجل"
832
 
833
+ #: ../classes/column/user/rich-editing.php:19
834
+ msgid "Visual Editor"
835
+ msgstr ""
836
+
837
  #: ../classes/column/user/url.php:19
838
  msgid "Url"
839
  msgstr "عنوان موقع"
840
 
841
+ #: ../classes/settings.php:112
842
  msgid "Add-on successfully activated."
843
  msgstr ""
844
 
845
+ #: ../classes/settings.php:115
846
  msgid "Add-on successfully deactivated."
847
  msgstr ""
848
 
849
+ #: ../classes/settings.php:170
850
  msgid "Admin Columns Settings"
851
  msgstr "إعدادات Admin Columns"
852
 
853
+ #: ../classes/settings.php:170 ../classes/settings.php:599
854
+ #: ../classes/upgrade.php:135
855
  msgid "Admin Columns"
856
  msgstr "Admin Columns"
857
 
858
+ #: ../classes/settings.php:218
859
  #, php-format
860
  msgid "%s column is already present and can not be duplicated."
861
  msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
862
 
863
+ #: ../classes/settings.php:272
864
  msgid "Default settings succesfully restored."
865
  msgstr "تمت إستعادة الإعدادات الإفتراضية بنجاح."
866
 
867
+ #: ../classes/settings.php:289
868
  msgid "Overview"
869
  msgstr "نظرة عامة"
870
 
871
+ #: ../classes/settings.php:292
872
  msgid ""
873
+ "This plugin is for adding and removing additional columns to the "
874
+ "administration screens for post(types), pages, media library, comments, "
875
+ "links and users. Change the column's label and reorder them."
876
  msgstr "هذا البرنامج هو لإضافة وإزالة أعمدة إضافية في الشاشات الإدارية لـ(أنواع) التدوينات، الصفحات، مكتبة الوسائط، التعليقات، الوصلات والمستخدمين. قم بتغيير تسمية الأعمدة وإعادة ترتيبها."
877
 
878
+ #: ../classes/settings.php:295
879
  msgid "Basics"
880
  msgstr "مبادئ"
881
 
882
+ #: ../classes/settings.php:297
883
  msgid "Change order"
884
  msgstr "تغيير الترتيب"
885
 
886
+ #: ../classes/settings.php:298
887
+ msgid ""
888
+ "By dragging the columns you can change the order which they will appear in."
889
  msgstr "عن طريق سحب الأعمدة يمكنك تغيير ترتيب الذي سوف تظهر فيه."
890
 
891
+ #: ../classes/settings.php:299
892
  msgid "Change label"
893
  msgstr "تغيير العنوان"
894
 
895
+ #: ../classes/settings.php:300
896
+ msgid ""
897
+ "By clicking on the triangle you will see the column options. Here you can "
898
+ "change each label of the columns heading."
899
  msgstr "بالنقر على المثلث سترى خيارات العمود. هنا يمكنك تغيير تسمية ترويسات الأعمدة."
900
 
901
+ #: ../classes/settings.php:301
902
  msgid "Change column width"
903
  msgstr "تغيير عرض العمود"
904
 
905
+ #: ../classes/settings.php:302
906
+ msgid ""
907
+ "By clicking on the triangle you will see the column options. By using the "
908
+ "draggable slider you can set the width of the columns in percentages."
909
  msgstr "بالنقر على المثلث سترى خيارات العمود. باستخدام شريط التمرير القابل للسحب يمكنك تعيين عرض الأعمدة بالنسب المئوية."
910
 
911
+ #: ../classes/settings.php:308
912
  msgid "'Custom Field' column"
913
  msgstr "عمود 'حقل مخصوص'"
914
 
915
+ #: ../classes/settings.php:309
916
+ msgid ""
917
+ "The custom field colum uses the custom fields from posts and users. There "
918
+ "are 10 types which you can set."
919
  msgstr "يستخدم عمود الحقل المخصوص الحقول المخصوصة من التدوينات والمستخدمين. هناك 10 أنواع يمكنك تعيينها."
920
 
921
+ #: ../classes/settings.php:311
922
+ msgid ""
923
+ "Value: Can be either a string or array. Arrays will be flattened and values "
924
+ "are seperated by a ',' comma."
925
  msgstr "قيمة: يمكن أن تكون إما سلسلة أو مصفوفة. سيتم تسطيح المصفوفات ويتم فصل القيم بـ '،' فاصلة."
926
 
927
+ #: ../classes/settings.php:312
928
+ msgid ""
929
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
930
+ "comma )."
931
  msgstr "قيمة: يجب أن يحتوي عنوان URL للصورة أو معرفات المرفقات (مفصولة بـ '،' فاصلة)."
932
 
933
+ #: ../classes/settings.php:313
934
  msgid "Value: This will show the first 20 words of the Post content."
935
  msgstr "قيمة: سيقوم هذا بإظهار أول 20 كلمة من محتوى التدوينة."
936
 
937
+ #: ../classes/settings.php:314
938
+ msgid ""
939
+ "Value: should be an array. This will flatten any ( multi dimensional ) "
940
+ "array."
941
  msgstr "قيمة: يجب أن يكون مصفوفة. هذا سوف يسطح أي مصفوفة (متعددة الأبعاد)."
942
 
943
+ #: ../classes/settings.php:315
944
+ msgid ""
945
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
946
+ "for sorting, so you can sort your posts on numeric (custom field) values."
947
  msgstr "القيمة: الأعداد الصحيحة فقط <br/> إذا كان لديك 'ملحق الترتيب' سيتم استخدام هذه للترتيب، بحيث يمكنك ترتيب تدويناتك على القيم الرقمية (الحقل المخصوص)."
948
 
949
+ #: ../classes/settings.php:316
950
  #, php-format
951
+ msgid ""
952
+ "Value: Can be unix time stamp or a date format as described in the <a "
953
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
954
+ "href='%s'>general settings</a> page."
955
  msgstr "قيمة: يمكن أن تكون طابع يونكس زمني أو تنسيق تاريخ كما هو موضح في <a href='%s'>Codex</a>. يمكنك تغيير تنسيق التاريخ المخرج من صفحة <a href='%s'>الإعدادات العامة</a>."
956
 
957
+ #: ../classes/settings.php:317
958
  msgid "Post Titles"
959
  msgstr "عناوين تدوينات"
960
 
961
+ #: ../classes/settings.php:317
962
  msgid "Value: can be one or more Post ID's (seperated by ',')."
963
  msgstr "قيمة: يمكن أن تكون رقم تدوينة واحدة أو أكثر (مفصولة بـ',')."
964
 
965
+ #: ../classes/settings.php:318
966
  msgid "Usernames"
967
  msgstr "أسماء مستخدمين"
968
 
969
+ #: ../classes/settings.php:318
970
  msgid "Value: can be one or more User ID's (seperated by ',')."
971
  msgstr "قيمة: يمكن أن تكون رقم مستخدم واحد أو أكثر (مفصولة بـ',')."
972
 
973
+ #: ../classes/settings.php:319
974
  msgid "Checkmark"
975
  msgstr "علامة اختيار"
976
 
977
+ #: ../classes/settings.php:319
978
  msgid "Value: should be a 1 (one) or 0 (zero)."
979
  msgstr "قيمة: يجب أن تكون 1 (واحد) أو 0 (صفر)."
980
 
981
+ #: ../classes/settings.php:320
982
  msgid "Value: hex value color, such as #808080."
983
  msgstr "قيمة: لون بقيمة عشرية، مثل 808080#."
984
 
985
+ #: ../classes/settings.php:321
986
+ msgid ""
987
+ "Value: Can be either a string or array. This will display a count of the "
988
+ "number of times the meta key is used by the item."
989
  msgstr "القيمة: يمكن أن يكون إما سلسلة أو مجموعة. هذا سيعرض عدد مرات استخدام المفتاح من قبل العنصر."
990
 
991
+ #: ../classes/settings.php:410
992
  msgid "Welcome to Admin Columns"
993
  msgstr "مرحبا في Admin Columns"
994
 
995
+ #: ../classes/settings.php:413
996
  msgid "Thank you for updating to the latest version!"
997
  msgstr "شكرا لك على التحديث للنسخة الأخيرة!"
998
 
999
+ #: ../classes/settings.php:414
1000
+ msgid ""
1001
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
1002
+ "like it."
1003
  msgstr "Admin Columns أصبحت مصقولة وممتعة أكثر من أي وقت مضى. نأمل أن تنال إعجابكم."
1004
 
1005
+ #: ../classes/settings.php:419
1006
  msgid "What’s New"
1007
  msgstr "ما الجديد"
1008
 
1009
+ #: ../classes/settings.php:420
1010
  msgid "Changelog"
1011
  msgstr "سجل التغييرات"
1012
 
1013
+ #: ../classes/settings.php:425
1014
  msgid "Important"
1015
  msgstr "مهم"
1016
 
1017
+ #: ../classes/settings.php:427
1018
  msgid "Database Changes"
1019
  msgstr "تغييرات قاعدة البيانات"
1020
 
1021
+ #: ../classes/settings.php:428
1022
+ msgid ""
1023
+ "The database has been changed between versions 1 and 2. But we made sure you"
1024
+ " can still roll back to version 1x without any issues."
1025
  msgstr "تم تغيير قاعدة البيانات بين الإصدارات 1 و 2. ولكن حرصنا على ألا يزال بإمكانك الرجوع إلى إصدار 1x دون أية مشاكل."
1026
 
1027
+ #: ../classes/settings.php:431
1028
  msgid "Make sure you backup your database and then click"
1029
  msgstr "تأكد من عمل نسخة احتياطية لقاعدة بياناتك ثم انقر"
1030
 
1031
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
1032
  msgid "Upgrade Database"
1033
  msgstr "تحديث قاعدة البيانات"
1034
 
1035
+ #: ../classes/settings.php:434
1036
  msgid "Potential Issues"
1037
  msgstr "مشاكل محتملة"
1038
 
1039
+ #: ../classes/settings.php:435
1040
+ msgid ""
1041
+ "Do to the sizable refactoring the code, surounding Addons and "
1042
+ "action/filters, your website may not operate correctly. It is important that"
1043
+ " you read the full"
1044
  msgstr "نسبة إلى إعادة بناء كود الإضافة بشكل كبير، وكذلك الملحاقت والدوال، قد لا يعمل موقع الويب الخاص بك بشكل صحيح. من المهم أن تقرأ بشكل كامل"
1045
 
1046
+ #: ../classes/settings.php:435
1047
  msgid "Migrating from v1 to v2"
1048
  msgstr "الانتقال من النسخة 1 إلى النسخة 2"
1049
 
1050
+ #: ../classes/settings.php:435
1051
  msgid "guide to view the full list of changes."
1052
  msgstr "توجيه لعرض القائمة الكاملة للتغييرات."
1053
 
1054
+ #: ../classes/settings.php:435
1055
  #, php-format
1056
+ msgid ""
1057
+ "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
1058
+ "can fix it in the next release."
1059
  msgstr "عندما تجد أخطاء الرجاء <a href=\"%s\">التبيلغ عنها لنا</a> لكي نتمكن من إصلاحها في النسخة القادمة."
1060
 
1061
+ #: ../classes/settings.php:438
1062
  msgid "Important!"
1063
  msgstr "مهم!"
1064
 
1065
+ #: ../classes/settings.php:438
1066
+ msgid ""
1067
+ "If you updated the Admin Columns plugin without prior knowledge of such "
1068
+ "changes, Please roll back to the latest"
1069
  msgstr "إذا قمت بتحديث Admin Columns دون معرفة مسبقة بهذه التغييرات، فالرجاء الرجوع لآخر"
1070
 
1071
+ #: ../classes/settings.php:438
1072
  msgid "version 1"
1073
  msgstr "النسخة 1"
1074
 
1075
+ #: ../classes/settings.php:438
1076
  msgid "of this plugin."
1077
  msgstr "من هذه الإضافة"
1078
 
1079
+ #: ../classes/settings.php:444
1080
  msgid "Changelog for"
1081
  msgstr "سجل التغييرات لـ"
1082
 
1083
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1084
  msgid "Learn more"
1085
  msgstr "تعلم المزيد"
1086
 
1087
+ #: ../classes/settings.php:469
1088
  msgid "Start using Admin Columns"
1089
  msgstr "البدء باستخدام Admin Columns"
1090
 
1091
+ #: ../classes/settings.php:512
1092
  msgid "General Settings"
1093
  msgstr "إعدادات عامة"
1094
 
1095
+ #: ../classes/settings.php:513
1096
  msgid "Customize your Admin Columns settings."
1097
  msgstr "قم بتخصيص إعدادات Admin Columns."
1098
 
1099
+ #: ../classes/settings.php:524
1100
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1101
  msgstr ""
1102
 
1103
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1104
  msgid "Save"
1105
  msgstr "حفظ"
1106
 
1107
+ #: ../classes/settings.php:571
1108
  msgid "Restore Settings"
1109
  msgstr "استرجاع الإعدادات"
1110
 
1111
+ #: ../classes/settings.php:572
1112
  msgid "This will delete all column settings and restore the default settings."
1113
  msgstr "سيؤدي هذا إلى حذف كافة إعدادات الأعمدة واستعادة الإعدادات الإفتراضية."
1114
 
1115
+ #: ../classes/settings.php:578
1116
  msgid "Restore default settings"
1117
  msgstr "استرجاع الإعدادات الإفتراضية"
1118
 
1119
+ #: ../classes/settings.php:578
1120
+ msgid ""
1121
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
1122
+ "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1123
  msgstr "تحذير! كافة بيانات الأعمدة المحفوظة سيتم حذفها. لا يمكن التراجع عن هذا. \\'موافق\\' للحذف، \\'إلغاء\\' للإيقاف"
1124
 
1125
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1126
  msgid "Settings"
1127
  msgstr "إعدادات"
1128
 
1129
+ #: ../classes/settings.php:601
1130
  msgid "Add-ons"
1131
  msgstr ""
1132
 
1133
+ #: ../classes/settings.php:631
1134
  msgid "Posttypes"
1135
  msgstr ""
1136
 
1137
+ #: ../classes/settings.php:632
1138
  msgid "Others"
1139
  msgstr ""
1140
 
1141
+ #: ../classes/settings.php:633
1142
  msgid "Taxonomies"
1143
  msgstr ""
1144
 
1145
+ #: ../classes/settings.php:652
1146
  #, php-format
1147
+ msgid ""
1148
+ "The columns for %s are set up via PHP and can therefore not be edited in the"
1149
+ " admin panel."
1150
  msgstr ""
1151
 
1152
+ #: ../classes/settings.php:662
1153
  msgid "Store settings"
1154
  msgstr "حفظ الإعدادات"
1155
 
1156
+ #: ../classes/settings.php:666
1157
  msgid "Update"
1158
  msgstr "تحديث"
1159
 
1160
+ #: ../classes/settings.php:670
1161
  #, php-format
1162
+ msgid ""
1163
+ "Warning! The %s columns data will be deleted. This cannot be undone. "
1164
+ "\\'OK\\' to delete, \\'Cancel\\' to stop"
1165
  msgstr "تحذير! بيانات أعمدة %s سيتم حذفها. لا يمكن التراجع عن هذا. \\'موافق\\' للحذف، \\'إلغاء\\' للإيقاف"
1166
 
1167
+ #: ../classes/settings.php:671
1168
  msgid "columns"
1169
  msgstr "أعمدة"
1170
 
1171
+ #: ../classes/settings.php:690
1172
  msgid "Get Admin Columns Pro"
1173
  msgstr ""
1174
 
1175
+ #: ../classes/settings.php:694
1176
  msgid "Add Sorting"
1177
  msgstr "أضف ترتيب"
1178
 
1179
+ #: ../classes/settings.php:695
1180
  msgid "Add Filtering"
1181
  msgstr "أضف تصفية"
1182
 
1183
+ #: ../classes/settings.php:696
1184
  msgid "Add Import/Export"
1185
  msgstr "أضف استيراد/تصدير"
1186
 
1187
+ #: ../classes/settings.php:697
1188
  msgid "Add Direct Editing"
1189
  msgstr ""
1190
 
1191
+ #: ../classes/settings.php:700
1192
  #, php-format
1193
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1194
  msgstr ""
1195
 
1196
+ #: ../classes/settings.php:731
1197
  msgid "Are you happy with Admin Columns?"
1198
  msgstr ""
1199
 
1200
+ #: ../classes/settings.php:739
1201
  msgid "What's wrong? Need help? Let us know!"
1202
  msgstr ""
1203
 
1204
+ #: ../classes/settings.php:740
1205
+ msgid ""
1206
+ "Check out our extensive documentation, or you can open a support topic on "
1207
+ "WordPress.org!"
1208
  msgstr ""
1209
 
1210
+ #: ../classes/settings.php:748
1211
  msgid "Docs"
1212
  msgstr ""
1213
 
1214
+ #: ../classes/settings.php:753
1215
  msgid "Forums"
1216
  msgstr ""
1217
 
1218
+ #: ../classes/settings.php:762
1219
  msgid "Woohoo! We're glad to hear that!"
1220
  msgstr ""
1221
 
1222
+ #: ../classes/settings.php:763
1223
+ msgid ""
1224
+ "We would really love it if you could show your appreciation by giving us a "
1225
+ "rating on WordPress.org or tweet about Admin Columns!"
1226
  msgstr ""
1227
 
1228
+ #: ../classes/settings.php:767
1229
  msgid "Rate"
1230
  msgstr ""
1231
 
1232
+ #: ../classes/settings.php:778
1233
  msgid "Tweet"
1234
  msgstr ""
1235
 
1236
+ #: ../classes/settings.php:788
1237
  msgid "Buy Pro"
1238
  msgstr ""
1239
 
1240
+ #: ../classes/settings.php:800
1241
  msgid "Support"
1242
  msgstr "دعم"
1243
 
1244
+ #: ../classes/settings.php:803
1245
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1246
  msgstr "تحقق من قسم <strong>المساعدة</strong> في الجانب العلوي الأيسر من الشاشة."
1247
 
1248
+ #: ../classes/settings.php:806
1249
  #, php-format
1250
+ msgid ""
1251
+ "For full documentation, bug reports, feature suggestions and other tips <a "
1252
+ "href='%s'>visit the Admin Columns website</a>"
1253
  msgstr "للحصول على الوثائق الكاملة، تقارير الأخطاء، اقتراحات الميزات وغيرها من النصائح <a href='%s'>قم بزيارة موقع Admin Columns</a>"
1254
 
1255
+ #: ../classes/settings.php:835
1256
  msgid "Drag and drop to reorder"
1257
  msgstr "قم بالسحب والإلقاء لإعادة الترتيب"
1258
 
1259
+ #: ../classes/settings.php:838
1260
  msgid "Add Column"
1261
  msgstr "أضف عمود"
1262
 
1263
+ #: ../classes/settings.php:919
1264
  msgid "Active"
1265
  msgstr ""
1266
 
1267
+ #: ../classes/settings.php:920
1268
  msgid "Deactivate"
1269
  msgstr ""
1270
 
1271
+ #: ../classes/settings.php:927
1272
  msgid "Installed"
1273
  msgstr ""
1274
 
1275
+ #: ../classes/settings.php:928
1276
  msgid "Activate"
1277
  msgstr ""
1278
 
1279
+ #: ../classes/settings.php:942
1280
  msgid "Download & Install"
1281
  msgstr ""
1282
 
1283
+ #: ../classes/settings.php:947
1284
  msgid "Get this add-on"
1285
  msgstr ""
1286
 
1287
+ #: ../classes/storage_model.php:227
1288
  msgid "settings succesfully restored."
1289
  msgstr "تمت إستعادة الإعدادات بنجاح."
1290
 
1291
+ #: ../classes/storage_model.php:243
1292
  msgid "No columns settings available."
1293
  msgstr "لا توجد إعدادات أعمدة متوفرة."
1294
 
1295
+ #: ../classes/storage_model.php:264
1296
  #, php-format
1297
  msgid "You are trying to store the same settings for %s."
1298
  msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
1299
 
1300
+ #: ../classes/storage_model.php:268
1301
  #, php-format
1302
  msgid "Settings for %s updated succesfully."
1303
  msgstr "إعدادات %s تم تحديثها بنجاح."
1306
  msgid "Comments"
1307
  msgstr "تعليقات"
1308
 
1309
+ #: ../classes/storage_model/comment.php:14
1310
+ msgid "Comment"
1311
+ msgstr ""
1312
+
1313
  #: ../classes/storage_model/link.php:13
1314
  msgid "Links"
1315
  msgstr "وصلات"
1316
 
1317
+ #: ../classes/storage_model/link.php:14
1318
+ msgid "Link"
1319
+ msgstr ""
1320
+
1321
+ #: ../classes/storage_model/media.php:14
1322
+ msgid "Media"
1323
+ msgstr ""
1324
+
1325
  #: ../classes/storage_model/user.php:13
1326
  msgid "Users"
1327
  msgstr "مستخدمون"
1328
 
1329
+ #: ../classes/storage_model/user.php:14
1330
+ msgid "User"
1331
+ msgstr ""
1332
+
1333
  #: ../classes/upgrade.php:62
1334
  msgid ""
1335
+ "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the "
1336
+ "<em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. "
1337
+ "However, a free license of <strong>Admin Columns Pro</strong> <a "
1338
+ "href=\"http://www.admincolumns.com/pro-addon-information/\" "
1339
+ "target=\"_blank\">is available</a>, which features a bunch of cool new "
1340
+ "features, including Direct Inline Editing!"
1341
  msgstr ""
1342
 
1343
  #: ../classes/upgrade.php:95
1389
  msgstr "خطأ"
1390
 
1391
  #: ../classes/upgrade.php:408
1392
+ msgid ""
1393
+ "Sorry. Something went wrong during the upgrade process. Please report this "
1394
+ "on the support forum."
1395
  msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
1396
 
1397
+ #: ../codepress-admin-columns.php:442
1398
  msgid "Edit columns"
1399
  msgstr "تحرير الأعمدة"
languages/cpac-da_DK.mo CHANGED
Binary file
languages/cpac-da_DK.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
10
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/admin-columns/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: da_DK\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -23,7 +23,7 @@ msgstr ""
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
- msgid "Third party plugin integration"
27
  msgstr ""
28
 
29
  #: ../classes/addons.php:135
@@ -42,119 +42,168 @@ msgstr ""
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
  msgstr ""
44
 
45
- #: ../classes/column.php:500
46
  msgid "Thumbnail"
47
  msgstr "Miniaturebillede"
48
 
49
- #: ../classes/column.php:501
50
  msgid "Medium"
51
  msgstr "Medium"
52
 
53
- #: ../classes/column.php:502
54
  msgid "Large"
55
  msgstr "Stor"
56
 
57
- #: ../classes/column.php:503
58
  msgid "Full"
59
  msgstr "Fuld"
60
 
61
- #: ../classes/column.php:863
62
  msgid "Date Format"
63
  msgstr "Datoformat"
64
 
65
- #: ../classes/column.php:864
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Dette vil bestmme hvordan datoen vil blive vist."
68
 
69
- #: ../classes/column.php:870
70
  msgid "Example:"
71
  msgstr "Eksempel:"
72
 
73
- #: ../classes/column.php:872
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Lad være tomt for at benytte WordPress' datoformat, ændre dit <a href=\"%s\">standard datoformat her</a>."
77
 
78
- #: ../classes/column.php:873
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Dokumentation for dato- og tidsformattering."
81
 
82
- #: ../classes/column.php:887
83
  msgid "Excerpt length"
84
  msgstr "Længden for uddrag"
85
 
86
- #: ../classes/column.php:888
87
  msgid "Number of words"
88
  msgstr "Antal ord"
89
 
90
- #: ../classes/column.php:906
91
  msgid "Preview size"
92
  msgstr "Forhåndsvisningsstørrelse"
93
 
94
- #: ../classes/column.php:923 ../classes/storage_model.php:534
95
  msgid "Custom"
96
  msgstr "Brugerdefineret"
97
 
98
- #: ../classes/column.php:926
99
  msgid "width"
100
  msgstr "bredde"
101
 
102
- #: ../classes/column.php:929
103
  msgid "height"
104
  msgstr "højde"
105
 
106
- #: ../classes/column.php:943
107
  msgid "Before"
108
  msgstr "Før"
109
 
110
- #: ../classes/column.php:943
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Denne tekst vil blive vist før den brugerdefineret værdi."
113
 
114
- #: ../classes/column.php:949
115
  msgid "After"
116
  msgstr "Efter"
117
 
118
- #: ../classes/column.php:949
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Denne tekst vil blive vist efter den brugerdefineret værdi."
121
 
122
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Edit"
124
  msgstr "Rediger"
125
 
126
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
127
  msgid "Remove"
128
  msgstr "Fjern"
129
 
130
- #: ../classes/column.php:1062
131
  msgid "Type"
132
  msgstr "Type"
133
 
134
- #: ../classes/column.php:1062
135
  msgid "Choose a column type."
136
  msgstr "Vælg en kolonne type."
137
 
138
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr "Etikette"
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "Bredde"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "standard"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr ""
@@ -176,47 +225,51 @@ msgstr ""
176
  msgid "Find out more"
177
  msgstr ""
178
 
179
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
180
  msgid "Actions"
181
  msgstr "Handlinger"
182
 
183
- #: ../classes/column/actions.php:87
184
  msgid "Use icons?"
185
  msgstr ""
186
 
187
- #: ../classes/column/actions.php:87
188
  msgid "Use icons instead of text for displaying the actions."
189
  msgstr ""
190
 
191
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
192
  msgid "Yes"
193
  msgstr ""
194
 
195
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
196
  msgid "No"
197
  msgstr ""
198
 
199
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
200
  msgid "Unapprove"
201
  msgstr "Godkend ikke"
202
 
203
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
204
  msgid "Approve"
205
  msgstr "Godkende"
206
 
207
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
208
  msgid "Restore"
209
  msgstr "Gendan"
210
 
211
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
212
  msgid "Delete Permanently"
213
  msgstr "Slet permanent"
214
 
215
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
216
  msgid "Quick&nbsp;Edit"
217
  msgstr "Hurtig rediger"
218
 
219
- #: ../classes/column/comment/actions.php:101
220
  msgid "Reply"
221
  msgstr "Besvar"
222
 
@@ -257,11 +310,11 @@ msgstr "Dato GMT"
257
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
258
  msgstr "Indsendt af <a href=\"%1$s\">%2$s at %3$s</a>"
259
 
260
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
261
  msgid "Date"
262
  msgstr "Dato"
263
 
264
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
265
  msgid "Excerpt"
266
  msgstr "Uddrag"
267
 
@@ -273,11 +326,11 @@ msgstr "Som svar på"
273
  msgid "Word count"
274
  msgstr "Antal ord"
275
 
276
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
277
  msgid "Custom Field"
278
  msgstr "Brugerdefineret felt"
279
 
280
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
281
  msgid "Default"
282
  msgstr "Standard"
283
 
@@ -285,15 +338,15 @@ msgstr "Standard"
285
  msgid "Checkmark (true/false)"
286
  msgstr "Flueben (ja/nej)"
287
 
288
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
289
  msgid "Color"
290
  msgstr "Farve"
291
 
292
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
293
  msgid "Counter"
294
  msgstr ""
295
 
296
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
297
  msgid "Image"
298
  msgstr "Billede"
299
 
@@ -301,11 +354,11 @@ msgstr "Billede"
301
  msgid "Media Library"
302
  msgstr "Mediebibliotek"
303
 
304
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
305
  msgid "Multiple Values"
306
  msgstr "Flere værdier"
307
 
308
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
309
  msgid "Numeric"
310
  msgstr "Numerisk"
311
 
@@ -317,19 +370,28 @@ msgstr "Indlæg titel (Indlæg ID)"
317
  msgid "Username (User ID's)"
318
  msgstr "Brugernavn (Bruger ID'er)"
319
 
320
- #: ../classes/column/custom-field.php:356
 
 
 
 
321
  msgid "Select your custom field."
322
  msgstr "Vælg dit brugerdefineret felt."
323
 
324
- #: ../classes/column/custom-field.php:366
325
  msgid "No custom fields available."
326
  msgstr "Ingen brugerdefineret felter tilgængelige."
327
 
328
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
329
  msgid "Field Type"
330
  msgstr "Felttype"
331
 
332
- #: ../classes/column/custom-field.php:373
333
  msgid "This will determine how the value will be displayed."
334
  msgstr "Dette afgør hvordan værdien vil blive vist."
335
 
@@ -370,10 +432,31 @@ msgstr "Rss"
370
  msgid "Target"
371
  msgstr "Mål"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "Alt"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "Tilgængelige størrelser"
@@ -438,10 +521,26 @@ msgstr "Filnavn"
438
  msgid "File size"
439
  msgstr "Filstørrelse"
440
 
441
- #: ../classes/column/media/full-path.php:19
442
  msgid "Full path"
443
  msgstr "Fuld sti"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "Højde"
@@ -450,96 +549,47 @@ msgstr "Højde"
450
  msgid "Mime type"
451
  msgstr "Mime type"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "Rediger dette element"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "Rediger dette element på linje"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "Gendan dette element fra papirkurven"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "Flyt dette element til papirkurven"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "Papirkurv"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "Slet dette element permanent"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "Eksempel &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "Eksempel"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "Vis &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "Vis"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "Antal vedhæftede filer"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
- msgstr "Vedhæftet fil"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "Vis forfatter som"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "Offentligt navn"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "Fornavn"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "Efternavn"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "Kaldenavn"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "Brugerlogin"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "Bruger e-mail"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "Bruger ID"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "For- og efternavn"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "Dette er formattet for forfatterens navn"
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "Før mere-mærket"
@@ -568,6 +618,30 @@ msgstr "Kommentar status"
568
  msgid "Select which comment status you like to display."
569
  msgstr "Vælg hvilken kommentarstatus du vil vise."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "Udvalgt billede"
@@ -576,6 +650,10 @@ msgstr "Udvalgt billede"
576
  msgid "Post Format"
577
  msgstr "Indlæg format"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "Sidst ændret"
@@ -616,6 +694,10 @@ msgstr "Ping status"
616
  msgid "Roles"
617
  msgstr "Roller"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "Kort titel"
@@ -656,7 +738,7 @@ msgstr "Opslag"
656
  msgid "Title without actions"
657
  msgstr ""
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "Taksonomi"
662
 
@@ -676,6 +758,10 @@ msgstr ""
676
  msgid "Comment Count"
677
  msgstr "Antal kommentarer"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "Fornavn"
@@ -696,424 +782,428 @@ msgstr "Indlægstype"
696
  msgid "Registered"
697
  msgstr "Registreret"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "Webadresse"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr ""
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr ""
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "Admin Kolonne Indstillinger"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
716
  msgid "Admin Columns"
717
  msgstr "Admin Columns"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "Standard indstillinger gendannet med success."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "Overblik"
731
 
732
- #: ../classes/settings.php:291
733
  msgid ""
734
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
735
  msgstr "Dette plugin er til at tilføje og fjerne tillægskolonner på administrationsskærme for indlægs(typer), sider, mediebibliotek, kommentarer, links og brugere. Ændre kolonnens etikette og rækkefølge."
736
 
737
- #: ../classes/settings.php:294
738
  msgid "Basics"
739
  msgstr "Grundlæggende"
740
 
741
- #: ../classes/settings.php:296
742
  msgid "Change order"
743
  msgstr "Ændre rækkefølge"
744
 
745
- #: ../classes/settings.php:297
746
  msgid "By dragging the columns you can change the order which they will appear in."
747
  msgstr "Ved at trække i kolonnerne kan du ændre rækkefølgen, som de bliver vist i."
748
 
749
- #: ../classes/settings.php:298
750
  msgid "Change label"
751
  msgstr "Ændre etikette"
752
 
753
- #: ../classes/settings.php:299
754
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
755
  msgstr "Ved at klikke på trekanten vil du se kolonne valgmuligheder. Her kan du vælge hver etikette for kolonnernes overskrift. "
756
 
757
- #: ../classes/settings.php:300
758
  msgid "Change column width"
759
  msgstr "Ændre kolonnebredden"
760
 
761
- #: ../classes/settings.php:301
762
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
763
  msgstr "Tryk på trekanten for at se indstillingsmulighederne. Benyt slideren for at indstille kolonnebredden."
764
 
765
- #: ../classes/settings.php:307
766
  msgid "'Custom Field' column"
767
  msgstr "'Brugerdefineret felt' kolonne"
768
 
769
- #: ../classes/settings.php:308
770
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
771
  msgstr "Den 'brugerdefineret felt' kolonne benytter brugerdefineret felter fra indlæg og brugere. Der er 10 typer som du kan sætte."
772
 
773
- #: ../classes/settings.php:310
774
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
775
  msgstr "Værdi: Kan være enten en tekststreng eller en tabel. Tabeller vil blive fladtrykt og værdier separeret ved et ',' komma."
776
 
777
- #: ../classes/settings.php:311
778
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
779
  msgstr "Værdi: skal indeholde en billede URL eller vedhæftnings ID'er ( separeret ved et ',' komma )."
780
 
781
- #: ../classes/settings.php:312
782
  msgid "Value: This will show the first 20 words of the Post content."
783
  msgstr "Værdi: Dette vil vise de første 20 ord af indlæggets indhold."
784
 
785
- #: ../classes/settings.php:313
786
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
787
  msgstr "Værdi: skal være en tabel. Dette vil fladtrykke enhver ( multi dimensionel ) tabel."
788
 
789
- #: ../classes/settings.php:314
790
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
791
  msgstr "Værdi: Kun tal.<br/>Hvis du har sorteringsudvidelsen vil dette blive brugt til sortering, så du kan sortere dine indlæg på numeriske (brugerdefineret felt) værdier."
792
 
793
- #: ../classes/settings.php:315
794
  #, php-format
795
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
796
  msgstr "Værdi: Kan være unix tidsstempel eller et datoformat som beskrevet i <a href='%s'>Codex</a>. Du kan ændre det viste datoformat på <a href='%s'>generalle indstillinger</a> siden."
797
 
798
- #: ../classes/settings.php:316
799
  msgid "Post Titles"
800
  msgstr "Indlægstitler"
801
 
802
- #: ../classes/settings.php:316
803
  msgid "Value: can be one or more Post ID's (seperated by ',')."
804
  msgstr "Værdi: kan være ét eller flere indlægs ID'er (separeret med ',')"
805
 
806
- #: ../classes/settings.php:317
807
  msgid "Usernames"
808
  msgstr "Brugernavne"
809
 
810
- #: ../classes/settings.php:317
811
  msgid "Value: can be one or more User ID's (seperated by ',')."
812
  msgstr "Værdi: kan være ét eller flere bruger ID'er (separeret med ',')"
813
 
814
- #: ../classes/settings.php:318
815
  msgid "Checkmark"
816
  msgstr "Flueben"
817
 
818
- #: ../classes/settings.php:318
819
  msgid "Value: should be a 1 (one) or 0 (zero)."
820
  msgstr "Værdi: skal være 1 (en) eller 0 (nul)."
821
 
822
- #: ../classes/settings.php:319
823
  msgid "Value: hex value color, such as #808080."
824
  msgstr "Værdi: hex værdi farve, for eksempel #808080."
825
 
826
- #: ../classes/settings.php:320
827
  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."
828
  msgstr ""
829
 
830
- #: ../classes/settings.php:409
831
  msgid "Welcome to Admin Columns"
832
  msgstr "Velkommen til Admin Columns"
833
 
834
- #: ../classes/settings.php:412
835
  msgid "Thank you for updating to the latest version!"
836
  msgstr "Tak fordi du opdaterede til den seneste version!"
837
 
838
- #: ../classes/settings.php:413
839
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
840
  msgstr "Admin Columns er mere poleret og behageligt end nogensinde før. Vi håber du kan lide det."
841
 
842
- #: ../classes/settings.php:418
843
  msgid "What’s New"
844
  msgstr "Hvad er nyt"
845
 
846
- #: ../classes/settings.php:419
847
  msgid "Changelog"
848
  msgstr "Ændringslog"
849
 
850
- #: ../classes/settings.php:424
851
  msgid "Important"
852
  msgstr "Vigtigt"
853
 
854
- #: ../classes/settings.php:426
855
  msgid "Database Changes"
856
  msgstr "Database ændringer"
857
 
858
- #: ../classes/settings.php:427
859
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
860
  msgstr "Databasen er blevet ændret mellem version 1 og 2. Vi har dog sikret at du stadig kan gå tilbage til version 1x uden nogen problemer."
861
 
862
- #: ../classes/settings.php:430
863
  msgid "Make sure you backup your database and then click"
864
  msgstr "Vær sikker på at du tager backup af din database og derefter klikker"
865
 
866
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
867
  msgid "Upgrade Database"
868
  msgstr "Opgradér database"
869
 
870
- #: ../classes/settings.php:433
871
  msgid "Potential Issues"
872
  msgstr "Mulige problemer"
873
 
874
- #: ../classes/settings.php:434
875
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
876
  msgstr "På grund af den betydelige omstrukturering af koden omkring udvidelser og action/filters, vil din hjemmeside måske ikke fungerer korrekt. Det er vigtigt at du læser den fulde"
877
 
878
- #: ../classes/settings.php:434
879
  msgid "Migrating from v1 to v2"
880
  msgstr "Migration fra v1 til v2"
881
 
882
- #: ../classes/settings.php:434
883
  msgid "guide to view the full list of changes."
884
  msgstr "guide for at vise den fulde liste med ændringer."
885
 
886
- #: ../classes/settings.php:434
887
  #, php-format
888
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
889
  msgstr "Når du har fundet en fejl, venligst <a href=\"%s\">rapporter dem til os</a> så vi kan rette det inden næste udgivelse."
890
 
891
- #: ../classes/settings.php:437
892
  msgid "Important!"
893
  msgstr "Vigtigt!"
894
 
895
- #: ../classes/settings.php:437
896
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
897
  msgstr "Hvis du har opdateret Admin Columns plugin uden tidligere viden om sådanne ændringer, venligst gå tilbage til den seneste"
898
 
899
- #: ../classes/settings.php:437
900
  msgid "version 1"
901
  msgstr "version 1"
902
 
903
- #: ../classes/settings.php:437
904
  msgid "of this plugin."
905
  msgstr "af dette plugin."
906
 
907
- #: ../classes/settings.php:443
908
  msgid "Changelog for"
909
  msgstr "Ændringslog for"
910
 
911
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
912
  msgid "Learn more"
913
  msgstr "Lær mere"
914
 
915
- #: ../classes/settings.php:468
916
  msgid "Start using Admin Columns"
917
  msgstr "Gå i gang med at bruge Admin Columns"
918
 
919
- #: ../classes/settings.php:511
920
  msgid "General Settings"
921
  msgstr "Generelle indstillinger"
922
 
923
- #: ../classes/settings.php:512
924
  msgid "Customize your Admin Columns settings."
925
  msgstr "Tilpas din Admin Columns indstillinger."
926
 
927
- #: ../classes/settings.php:523
928
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
929
  msgstr ""
930
 
931
- #: ../classes/settings.php:530 ../classes/settings.php:660
932
  msgid "Save"
933
  msgstr "Gem"
934
 
935
- #: ../classes/settings.php:570
936
  msgid "Restore Settings"
937
  msgstr "Gendan indstillinger"
938
 
939
- #: ../classes/settings.php:571
940
  msgid "This will delete all column settings and restore the default settings."
941
  msgstr "Dette vil slette alle kolonneindstillinger og gendanne standardindstillingerne."
942
 
943
- #: ../classes/settings.php:577
944
  msgid "Restore default settings"
945
  msgstr "Gendan standard indstillinger"
946
 
947
- #: ../classes/settings.php:577
948
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
949
  msgstr "Advarsel! Alle gemte admin kolonner data vil blive slettet. Dette kan ikke fortrydes. \\'OK\\' for at slette, \\'Annuller\\ ' for at stoppe"
950
 
951
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
952
  msgid "Settings"
953
  msgstr "Indstillinger"
954
 
955
- #: ../classes/settings.php:600
956
  msgid "Add-ons"
957
  msgstr ""
958
 
959
- #: ../classes/settings.php:625
960
  msgid "Posttypes"
961
  msgstr ""
962
 
963
- #: ../classes/settings.php:626
964
  msgid "Others"
965
  msgstr ""
966
 
967
- #: ../classes/settings.php:627
968
  msgid "Taxonomies"
969
  msgstr ""
970
 
971
- #: ../classes/settings.php:646
972
  #, php-format
973
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
974
  msgstr ""
975
 
976
- #: ../classes/settings.php:656
977
  msgid "Store settings"
978
  msgstr "Gem indstillinger"
979
 
980
- #: ../classes/settings.php:660
981
  msgid "Update"
982
  msgstr "Opdater"
983
 
984
- #: ../classes/settings.php:664
985
  #, php-format
986
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
987
  msgstr "Advarsel! %s kolonnernes data vil blive slettet. Dette kan ikke fortrydes. \\'OK\\' for at slette, \\'Annuller\\' for at afbryde"
988
 
989
- #: ../classes/settings.php:665
990
  msgid "columns"
991
  msgstr "kolonner"
992
 
993
- #: ../classes/settings.php:684
994
  msgid "Get Admin Columns Pro"
995
  msgstr ""
996
 
997
- #: ../classes/settings.php:688
998
  msgid "Add Sorting"
999
  msgstr "Tilføj sortering"
1000
 
1001
- #: ../classes/settings.php:689
1002
  msgid "Add Filtering"
1003
  msgstr "Tilføj filtrering"
1004
 
1005
- #: ../classes/settings.php:690
1006
  msgid "Add Import/Export"
1007
  msgstr "Tilføj import/eksport"
1008
 
1009
- #: ../classes/settings.php:691
1010
  msgid "Add Direct Editing"
1011
  msgstr ""
1012
 
1013
- #: ../classes/settings.php:694
1014
  #, php-format
1015
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1016
  msgstr ""
1017
 
1018
- #: ../classes/settings.php:725
1019
  msgid "Are you happy with Admin Columns?"
1020
  msgstr ""
1021
 
1022
- #: ../classes/settings.php:733
1023
  msgid "What's wrong? Need help? Let us know!"
1024
  msgstr ""
1025
 
1026
- #: ../classes/settings.php:734
1027
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1028
  msgstr ""
1029
 
1030
- #: ../classes/settings.php:742
1031
  msgid "Docs"
1032
  msgstr ""
1033
 
1034
- #: ../classes/settings.php:747
1035
  msgid "Forums"
1036
  msgstr ""
1037
 
1038
- #: ../classes/settings.php:756
1039
  msgid "Woohoo! We're glad to hear that!"
1040
  msgstr ""
1041
 
1042
- #: ../classes/settings.php:757
1043
  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!"
1044
  msgstr ""
1045
 
1046
- #: ../classes/settings.php:761
1047
  msgid "Rate"
1048
  msgstr ""
1049
 
1050
- #: ../classes/settings.php:772
1051
  msgid "Tweet"
1052
  msgstr ""
1053
 
1054
- #: ../classes/settings.php:782
1055
  msgid "Buy Pro"
1056
  msgstr ""
1057
 
1058
- #: ../classes/settings.php:794
1059
  msgid "Support"
1060
  msgstr "Hjælp"
1061
 
1062
- #: ../classes/settings.php:797
1063
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1064
  msgstr "Tjek <strong>Hjælp</strong> sektionen i toppen til højre af skærmen."
1065
 
1066
- #: ../classes/settings.php:800
1067
  #, php-format
1068
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1069
  msgstr "For fuld dokumentation, fejlrapporter, forslag til funktioner og andre tips <a href='%s'>besøg Admin Columns hjemmeside</a>"
1070
 
1071
- #: ../classes/settings.php:829
1072
  msgid "Drag and drop to reorder"
1073
  msgstr "Træk og slip for at ændre rækkefølgen"
1074
 
1075
- #: ../classes/settings.php:832
1076
  msgid "Add Column"
1077
  msgstr "Tilføj kolonne"
1078
 
1079
- #: ../classes/settings.php:908
1080
  msgid "Active"
1081
  msgstr ""
1082
 
1083
- #: ../classes/settings.php:909
1084
  msgid "Deactivate"
1085
  msgstr ""
1086
 
1087
- #: ../classes/settings.php:916
1088
  msgid "Installed"
1089
  msgstr ""
1090
 
1091
- #: ../classes/settings.php:917
1092
  msgid "Activate"
1093
  msgstr ""
1094
 
1095
- #: ../classes/settings.php:931
1096
  msgid "Download & Install"
1097
  msgstr ""
1098
 
1099
- #: ../classes/settings.php:936
1100
  msgid "Get this add-on"
1101
  msgstr ""
1102
 
1103
- #: ../classes/storage_model.php:213
1104
  msgid "settings succesfully restored."
1105
  msgstr "indstillinger er gendannet med success."
1106
 
1107
- #: ../classes/storage_model.php:229
1108
  msgid "No columns settings available."
1109
  msgstr "Ingen kolonneindstillinger tilgængelige."
1110
 
1111
- #: ../classes/storage_model.php:250
1112
  #, php-format
1113
  msgid "You are trying to store the same settings for %s."
1114
  msgstr "Du forsøger at gemme samme indstillinger for %s."
1115
 
1116
- #: ../classes/storage_model.php:254
1117
  #, php-format
1118
  msgid "Settings for %s updated succesfully."
1119
  msgstr "Indstillinger for %s er opdateret med success."
@@ -1122,14 +1212,30 @@ msgstr "Indstillinger for %s er opdateret med success."
1122
  msgid "Comments"
1123
  msgstr "Kommentarer"
1124
 
 
 
 
 
1125
  #: ../classes/storage_model/link.php:13
1126
  msgid "Links"
1127
  msgstr "Links"
1128
 
 
 
 
 
 
 
 
 
1129
  #: ../classes/storage_model/user.php:13
1130
  msgid "Users"
1131
  msgstr "Brugere"
1132
 
 
 
 
 
1133
  #: ../classes/upgrade.php:62
1134
  msgid ""
1135
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</"
@@ -1188,6 +1294,6 @@ msgstr "Fejl"
1188
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1189
  msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
1190
 
1191
- #: ../codepress-admin-columns.php:390
1192
  msgid "Edit columns"
1193
  msgstr "Rediger kolonner"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
10
+ "PO-Revision-Date: 2015-03-25 17:30+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/admin-columns/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: da_DK\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
+ msgid "Plugins"
27
  msgstr ""
28
 
29
  #: ../classes/addons.php:135
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
  msgstr ""
44
 
45
+ #: ../classes/column.php:575
46
  msgid "Thumbnail"
47
  msgstr "Miniaturebillede"
48
 
49
+ #: ../classes/column.php:576
50
  msgid "Medium"
51
  msgstr "Medium"
52
 
53
+ #: ../classes/column.php:577
54
  msgid "Large"
55
  msgstr "Stor"
56
 
57
+ #: ../classes/column.php:578
58
  msgid "Full"
59
  msgstr "Fuld"
60
 
61
+ #: ../classes/column.php:1020
62
  msgid "Date Format"
63
  msgstr "Datoformat"
64
 
65
+ #: ../classes/column.php:1021
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Dette vil bestmme hvordan datoen vil blive vist."
68
 
69
+ #: ../classes/column.php:1027
70
  msgid "Example:"
71
  msgstr "Eksempel:"
72
 
73
+ #: ../classes/column.php:1029
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Lad være tomt for at benytte WordPress' datoformat, ændre dit <a href=\"%s\">standard datoformat her</a>."
77
 
78
+ #: ../classes/column.php:1030
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Dokumentation for dato- og tidsformattering."
81
 
82
+ #: ../classes/column.php:1044
83
  msgid "Excerpt length"
84
  msgstr "Længden for uddrag"
85
 
86
+ #: ../classes/column.php:1045
87
  msgid "Number of words"
88
  msgstr "Antal ord"
89
 
90
+ #: ../classes/column.php:1063
91
  msgid "Preview size"
92
  msgstr "Forhåndsvisningsstørrelse"
93
 
94
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
95
  msgid "Custom"
96
  msgstr "Brugerdefineret"
97
 
98
+ #: ../classes/column.php:1083 ../classes/column.php:1230
99
  msgid "width"
100
  msgstr "bredde"
101
 
102
+ #: ../classes/column.php:1086
103
  msgid "height"
104
  msgstr "højde"
105
 
106
+ #: ../classes/column.php:1098
107
  msgid "Before"
108
  msgstr "Før"
109
 
110
+ #: ../classes/column.php:1098
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Denne tekst vil blive vist før den brugerdefineret værdi."
113
 
114
+ #: ../classes/column.php:1099
115
  msgid "After"
116
  msgstr "Efter"
117
 
118
+ #: ../classes/column.php:1099
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Denne tekst vil blive vist efter den brugerdefineret værdi."
121
 
122
+ #: ../classes/column.php:1108
123
+ msgid "Display Name"
124
+ msgstr "Offentligt navn"
125
+
126
+ #: ../classes/column.php:1109
127
+ msgid "First Name"
128
+ msgstr "Fornavn"
129
+
130
+ #: ../classes/column.php:1110
131
+ msgid "Last Name"
132
+ msgstr "Efternavn"
133
+
134
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
135
+ msgid "Nickname"
136
+ msgstr "Kaldenavn"
137
+
138
+ #: ../classes/column.php:1112
139
+ msgid "User Login"
140
+ msgstr "Brugerlogin"
141
+
142
+ #: ../classes/column.php:1113
143
+ msgid "User Email"
144
+ msgstr "Bruger e-mail"
145
+
146
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
147
+ msgid "User ID"
148
+ msgstr "Bruger ID"
149
+
150
+ #: ../classes/column.php:1115
151
+ msgid "First and Last Name"
152
+ msgstr "For- og efternavn"
153
+
154
+ #: ../classes/column.php:1118
155
+ msgid "Display format"
156
+ msgstr ""
157
+
158
+ #: ../classes/column.php:1118
159
+ msgid "This is the format of the author name."
160
+ msgstr "Dette er formattet for forfatterens navn"
161
+
162
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39
163
+ #: ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
164
  msgid "Edit"
165
  msgstr "Rediger"
166
 
167
+ #: ../classes/column.php:1254 ../classes/column.php:1346
168
+ msgid "Clone"
169
+ msgstr ""
170
+
171
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
172
  msgid "Remove"
173
  msgstr "Fjern"
174
 
175
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
176
  msgid "Type"
177
  msgstr "Type"
178
 
179
+ #: ../classes/column.php:1274
180
  msgid "Choose a column type."
181
  msgstr "Vælg en kolonne type."
182
 
183
+ #: ../classes/column.php:1274
184
+ msgid "Name"
185
+ msgstr ""
186
 
187
+ #: ../classes/column.php:1284
188
  msgid "Label"
189
  msgstr "Etikette"
190
 
191
+ #: ../classes/column.php:1284
192
  msgid "This is the name which will appear as the column header."
193
  msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
194
 
195
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
196
  msgid "Width"
197
  msgstr "Bredde"
198
 
199
+ #: ../classes/column.php:1293
200
  msgid "default"
201
  msgstr "standard"
202
 
203
+ #: ../classes/column.php:1294
204
+ msgid "auto"
205
+ msgstr ""
206
+
207
  #: ../classes/column/acf-placeholder.php:19
208
  msgid "ACF Field"
209
  msgstr ""
225
  msgid "Find out more"
226
  msgstr ""
227
 
228
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
229
  msgid "Actions"
230
  msgstr "Handlinger"
231
 
232
+ #: ../classes/column/actions.php:96
233
  msgid "Use icons?"
234
  msgstr ""
235
 
236
+ #: ../classes/column/actions.php:96
237
  msgid "Use icons instead of text for displaying the actions."
238
  msgstr ""
239
 
240
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
241
  msgid "Yes"
242
  msgstr ""
243
 
244
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
245
  msgid "No"
246
  msgstr ""
247
 
248
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
249
+ msgid "ID"
250
+ msgstr "ID"
251
+
252
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
253
  msgid "Unapprove"
254
  msgstr "Godkend ikke"
255
 
256
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
257
  msgid "Approve"
258
  msgstr "Godkende"
259
 
260
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
261
  msgid "Restore"
262
  msgstr "Gendan"
263
 
264
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
265
  msgid "Delete Permanently"
266
  msgstr "Slet permanent"
267
 
268
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
269
  msgid "Quick&nbsp;Edit"
270
  msgstr "Hurtig rediger"
271
 
272
+ #: ../classes/column/comment/actions.php:77
273
  msgid "Reply"
274
  msgstr "Besvar"
275
 
310
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
311
  msgstr "Indsendt af <a href=\"%1$s\">%2$s at %3$s</a>"
312
 
313
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
314
  msgid "Date"
315
  msgstr "Dato"
316
 
317
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
318
  msgid "Excerpt"
319
  msgstr "Uddrag"
320
 
326
  msgid "Word count"
327
  msgstr "Antal ord"
328
 
329
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
330
  msgid "Custom Field"
331
  msgstr "Brugerdefineret felt"
332
 
333
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
334
  msgid "Default"
335
  msgstr "Standard"
336
 
338
  msgid "Checkmark (true/false)"
339
  msgstr "Flueben (ja/nej)"
340
 
341
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
342
  msgid "Color"
343
  msgstr "Farve"
344
 
345
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
346
  msgid "Counter"
347
  msgstr ""
348
 
349
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
350
  msgid "Image"
351
  msgstr "Billede"
352
 
354
  msgid "Media Library"
355
  msgstr "Mediebibliotek"
356
 
357
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
358
  msgid "Multiple Values"
359
  msgstr "Flere værdier"
360
 
361
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
362
  msgid "Numeric"
363
  msgstr "Numerisk"
364
 
370
  msgid "Username (User ID's)"
371
  msgstr "Brugernavn (Bruger ID'er)"
372
 
373
+ #: ../classes/column/custom-field.php:106
374
+ msgid "Term Name (Term ID's)"
375
+ msgstr ""
376
+
377
+ #: ../classes/column/custom-field.php:390
378
  msgid "Select your custom field."
379
  msgstr "Vælg dit brugerdefineret felt."
380
 
381
+ #: ../classes/column/custom-field.php:400
382
  msgid "No custom fields available."
383
  msgstr "Ingen brugerdefineret felter tilgængelige."
384
 
385
+ #: ../classes/column/custom-field.php:400
386
+ #, php-format
387
+ msgid "Please create a %s item first."
388
+ msgstr ""
389
+
390
+ #: ../classes/column/custom-field.php:407
391
  msgid "Field Type"
392
  msgstr "Felttype"
393
 
394
+ #: ../classes/column/custom-field.php:407
395
  msgid "This will determine how the value will be displayed."
396
  msgstr "Dette afgør hvordan værdien vil blive vist."
397
 
432
  msgid "Target"
433
  msgstr "Mål"
434
 
435
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
436
+ msgid "Trash"
437
+ msgstr "Papirkurv"
438
+
439
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
440
+ #, php-format
441
+ msgid "View &#8220;%s&#8221;"
442
+ msgstr "Vis &#8220;%s&#8221;"
443
+
444
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
445
+ msgid "View"
446
+ msgstr "Vis"
447
+
448
+ #: ../classes/column/media/actions.php:35
449
+ msgid "Attach"
450
+ msgstr ""
451
+
452
  #: ../classes/column/media/alternate-text.php:19
453
  msgid "Alt"
454
  msgstr "Alt"
455
 
456
+ #: ../classes/column/media/attached-to.php:19
457
+ msgid "Attached to post"
458
+ msgstr ""
459
+
460
  #: ../classes/column/media/available-sizes.php:20
461
  msgid "Available Sizes"
462
  msgstr "Tilgængelige størrelser"
521
  msgid "File size"
522
  msgstr "Filstørrelse"
523
 
524
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
525
  msgid "Full path"
526
  msgstr "Fuld sti"
527
 
528
+ #: ../classes/column/media/full-path.php:83
529
+ msgid "Path scope"
530
+ msgstr ""
531
+
532
+ #: ../classes/column/media/full-path.php:84
533
+ msgid "Part of the file path to display"
534
+ msgstr ""
535
+
536
+ #: ../classes/column/media/full-path.php:97
537
+ msgid "Relative to domain"
538
+ msgstr ""
539
+
540
+ #: ../classes/column/media/full-path.php:102
541
+ msgid "Relative to main uploads folder "
542
+ msgstr ""
543
+
544
  #: ../classes/column/media/height.php:19
545
  msgid "Height"
546
  msgstr "Højde"
549
  msgid "Mime type"
550
  msgstr "Mime type"
551
 
552
+ #: ../classes/column/post/actions.php:32
553
  msgid "Edit this item"
554
  msgstr "Rediger dette element"
555
 
556
+ #: ../classes/column/post/actions.php:35
557
  msgid "Edit this item inline"
558
  msgstr "Rediger dette element på linje"
559
 
560
+ #: ../classes/column/post/actions.php:40
561
  msgid "Restore this item from the Trash"
562
  msgstr "Gendan dette element fra papirkurven"
563
 
564
+ #: ../classes/column/post/actions.php:42
565
  msgid "Move this item to the Trash"
566
  msgstr "Flyt dette element til papirkurven"
567
 
568
+ #: ../classes/column/post/actions.php:44
 
 
 
 
569
  msgid "Delete this item permanently"
570
  msgstr "Slet dette element permanent"
571
 
572
+ #: ../classes/column/post/actions.php:49
573
  #, php-format
574
  msgid "Preview &#8220;%s&#8221;"
575
  msgstr "Eksempel &#8220;%s&#8221;"
576
 
577
+ #: ../classes/column/post/actions.php:49
578
  msgid "Preview"
579
  msgstr "Eksempel"
580
 
 
 
 
 
 
 
 
 
 
581
  #: ../classes/column/post/attachment-count.php:19
582
  msgid "No. of Attachments"
583
  msgstr "Antal vedhæftede filer"
584
 
585
  #: ../classes/column/post/attachment.php:19
586
+ msgid "Attachments"
587
+ msgstr ""
588
 
589
  #: ../classes/column/post/author-name.php:20
590
  msgid "Display Author As"
591
  msgstr "Vis forfatter som"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: ../classes/column/post/before-moretag.php:19
594
  msgid "Before More Tag"
595
  msgstr "Før mere-mærket"
618
  msgid "Select which comment status you like to display."
619
  msgstr "Vælg hvilken kommentarstatus du vil vise."
620
 
621
+ #: ../classes/column/post/content.php:19
622
+ msgid "Content"
623
+ msgstr ""
624
+
625
+ #: ../classes/column/post/date-published.php:17
626
+ msgid "Date Published"
627
+ msgstr ""
628
+
629
+ #: ../classes/column/post/depth.php:19
630
+ msgid "Depth"
631
+ msgstr ""
632
+
633
+ #: ../classes/column/post/estimated-reading-time.php:19
634
+ msgid "Estimated Reading Time"
635
+ msgstr ""
636
+
637
+ #: ../classes/column/post/estimated-reading-time.php:103
638
+ msgid "Words per minute"
639
+ msgstr ""
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:104
642
+ msgid "Estimated reading time in words per minute"
643
+ msgstr ""
644
+
645
  #: ../classes/column/post/featured-image.php:19
646
  msgid "Featured Image"
647
  msgstr "Udvalgt billede"
650
  msgid "Post Format"
651
  msgstr "Indlæg format"
652
 
653
+ #: ../classes/column/post/last-modified-author.php:20
654
+ msgid "Last Modified Author"
655
+ msgstr ""
656
+
657
  #: ../classes/column/post/modified.php:19
658
  msgid "Last modified"
659
  msgstr "Sidst ændret"
694
  msgid "Roles"
695
  msgstr "Roller"
696
 
697
+ #: ../classes/column/post/shortcodes.php:19
698
+ msgid "Shortcodes"
699
+ msgstr ""
700
+
701
  #: ../classes/column/post/slug.php:19
702
  msgid "Slug"
703
  msgstr "Kort titel"
738
  msgid "Title without actions"
739
  msgstr ""
740
 
741
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
742
  msgid "Taxonomy"
743
  msgstr "Taksonomi"
744
 
758
  msgid "Comment Count"
759
  msgstr "Antal kommentarer"
760
 
761
+ #: ../classes/column/user/display-name.php:19
762
+ msgid "Display name"
763
+ msgstr ""
764
+
765
  #: ../classes/column/user/first-name.php:19
766
  msgid "First name"
767
  msgstr "Fornavn"
782
  msgid "Registered"
783
  msgstr "Registreret"
784
 
785
+ #: ../classes/column/user/rich-editing.php:19
786
+ msgid "Visual Editor"
787
+ msgstr ""
788
+
789
  #: ../classes/column/user/url.php:19
790
  msgid "Url"
791
  msgstr "Webadresse"
792
 
793
+ #: ../classes/settings.php:112
794
  msgid "Add-on successfully activated."
795
  msgstr ""
796
 
797
+ #: ../classes/settings.php:115
798
  msgid "Add-on successfully deactivated."
799
  msgstr ""
800
 
801
+ #: ../classes/settings.php:170
802
  msgid "Admin Columns Settings"
803
  msgstr "Admin Kolonne Indstillinger"
804
 
805
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
806
  msgid "Admin Columns"
807
  msgstr "Admin Columns"
808
 
809
+ #: ../classes/settings.php:218
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
812
  msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
813
 
814
+ #: ../classes/settings.php:272
815
  msgid "Default settings succesfully restored."
816
  msgstr "Standard indstillinger gendannet med success."
817
 
818
+ #: ../classes/settings.php:289
819
  msgid "Overview"
820
  msgstr "Overblik"
821
 
822
+ #: ../classes/settings.php:292
823
  msgid ""
824
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
825
  msgstr "Dette plugin er til at tilføje og fjerne tillægskolonner på administrationsskærme for indlægs(typer), sider, mediebibliotek, kommentarer, links og brugere. Ændre kolonnens etikette og rækkefølge."
826
 
827
+ #: ../classes/settings.php:295
828
  msgid "Basics"
829
  msgstr "Grundlæggende"
830
 
831
+ #: ../classes/settings.php:297
832
  msgid "Change order"
833
  msgstr "Ændre rækkefølge"
834
 
835
+ #: ../classes/settings.php:298
836
  msgid "By dragging the columns you can change the order which they will appear in."
837
  msgstr "Ved at trække i kolonnerne kan du ændre rækkefølgen, som de bliver vist i."
838
 
839
+ #: ../classes/settings.php:299
840
  msgid "Change label"
841
  msgstr "Ændre etikette"
842
 
843
+ #: ../classes/settings.php:300
844
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
845
  msgstr "Ved at klikke på trekanten vil du se kolonne valgmuligheder. Her kan du vælge hver etikette for kolonnernes overskrift. "
846
 
847
+ #: ../classes/settings.php:301
848
  msgid "Change column width"
849
  msgstr "Ændre kolonnebredden"
850
 
851
+ #: ../classes/settings.php:302
852
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
853
  msgstr "Tryk på trekanten for at se indstillingsmulighederne. Benyt slideren for at indstille kolonnebredden."
854
 
855
+ #: ../classes/settings.php:308
856
  msgid "'Custom Field' column"
857
  msgstr "'Brugerdefineret felt' kolonne"
858
 
859
+ #: ../classes/settings.php:309
860
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
861
  msgstr "Den 'brugerdefineret felt' kolonne benytter brugerdefineret felter fra indlæg og brugere. Der er 10 typer som du kan sætte."
862
 
863
+ #: ../classes/settings.php:311
864
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
865
  msgstr "Værdi: Kan være enten en tekststreng eller en tabel. Tabeller vil blive fladtrykt og værdier separeret ved et ',' komma."
866
 
867
+ #: ../classes/settings.php:312
868
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
869
  msgstr "Værdi: skal indeholde en billede URL eller vedhæftnings ID'er ( separeret ved et ',' komma )."
870
 
871
+ #: ../classes/settings.php:313
872
  msgid "Value: This will show the first 20 words of the Post content."
873
  msgstr "Værdi: Dette vil vise de første 20 ord af indlæggets indhold."
874
 
875
+ #: ../classes/settings.php:314
876
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
877
  msgstr "Værdi: skal være en tabel. Dette vil fladtrykke enhver ( multi dimensionel ) tabel."
878
 
879
+ #: ../classes/settings.php:315
880
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
881
  msgstr "Værdi: Kun tal.<br/>Hvis du har sorteringsudvidelsen vil dette blive brugt til sortering, så du kan sortere dine indlæg på numeriske (brugerdefineret felt) værdier."
882
 
883
+ #: ../classes/settings.php:316
884
  #, php-format
885
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
886
  msgstr "Værdi: Kan være unix tidsstempel eller et datoformat som beskrevet i <a href='%s'>Codex</a>. Du kan ændre det viste datoformat på <a href='%s'>generalle indstillinger</a> siden."
887
 
888
+ #: ../classes/settings.php:317
889
  msgid "Post Titles"
890
  msgstr "Indlægstitler"
891
 
892
+ #: ../classes/settings.php:317
893
  msgid "Value: can be one or more Post ID's (seperated by ',')."
894
  msgstr "Værdi: kan være ét eller flere indlægs ID'er (separeret med ',')"
895
 
896
+ #: ../classes/settings.php:318
897
  msgid "Usernames"
898
  msgstr "Brugernavne"
899
 
900
+ #: ../classes/settings.php:318
901
  msgid "Value: can be one or more User ID's (seperated by ',')."
902
  msgstr "Værdi: kan være ét eller flere bruger ID'er (separeret med ',')"
903
 
904
+ #: ../classes/settings.php:319
905
  msgid "Checkmark"
906
  msgstr "Flueben"
907
 
908
+ #: ../classes/settings.php:319
909
  msgid "Value: should be a 1 (one) or 0 (zero)."
910
  msgstr "Værdi: skal være 1 (en) eller 0 (nul)."
911
 
912
+ #: ../classes/settings.php:320
913
  msgid "Value: hex value color, such as #808080."
914
  msgstr "Værdi: hex værdi farve, for eksempel #808080."
915
 
916
+ #: ../classes/settings.php:321
917
  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."
918
  msgstr ""
919
 
920
+ #: ../classes/settings.php:410
921
  msgid "Welcome to Admin Columns"
922
  msgstr "Velkommen til Admin Columns"
923
 
924
+ #: ../classes/settings.php:413
925
  msgid "Thank you for updating to the latest version!"
926
  msgstr "Tak fordi du opdaterede til den seneste version!"
927
 
928
+ #: ../classes/settings.php:414
929
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
930
  msgstr "Admin Columns er mere poleret og behageligt end nogensinde før. Vi håber du kan lide det."
931
 
932
+ #: ../classes/settings.php:419
933
  msgid "What’s New"
934
  msgstr "Hvad er nyt"
935
 
936
+ #: ../classes/settings.php:420
937
  msgid "Changelog"
938
  msgstr "Ændringslog"
939
 
940
+ #: ../classes/settings.php:425
941
  msgid "Important"
942
  msgstr "Vigtigt"
943
 
944
+ #: ../classes/settings.php:427
945
  msgid "Database Changes"
946
  msgstr "Database ændringer"
947
 
948
+ #: ../classes/settings.php:428
949
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
950
  msgstr "Databasen er blevet ændret mellem version 1 og 2. Vi har dog sikret at du stadig kan gå tilbage til version 1x uden nogen problemer."
951
 
952
+ #: ../classes/settings.php:431
953
  msgid "Make sure you backup your database and then click"
954
  msgstr "Vær sikker på at du tager backup af din database og derefter klikker"
955
 
956
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
957
  msgid "Upgrade Database"
958
  msgstr "Opgradér database"
959
 
960
+ #: ../classes/settings.php:434
961
  msgid "Potential Issues"
962
  msgstr "Mulige problemer"
963
 
964
+ #: ../classes/settings.php:435
965
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
966
  msgstr "På grund af den betydelige omstrukturering af koden omkring udvidelser og action/filters, vil din hjemmeside måske ikke fungerer korrekt. Det er vigtigt at du læser den fulde"
967
 
968
+ #: ../classes/settings.php:435
969
  msgid "Migrating from v1 to v2"
970
  msgstr "Migration fra v1 til v2"
971
 
972
+ #: ../classes/settings.php:435
973
  msgid "guide to view the full list of changes."
974
  msgstr "guide for at vise den fulde liste med ændringer."
975
 
976
+ #: ../classes/settings.php:435
977
  #, php-format
978
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
979
  msgstr "Når du har fundet en fejl, venligst <a href=\"%s\">rapporter dem til os</a> så vi kan rette det inden næste udgivelse."
980
 
981
+ #: ../classes/settings.php:438
982
  msgid "Important!"
983
  msgstr "Vigtigt!"
984
 
985
+ #: ../classes/settings.php:438
986
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
987
  msgstr "Hvis du har opdateret Admin Columns plugin uden tidligere viden om sådanne ændringer, venligst gå tilbage til den seneste"
988
 
989
+ #: ../classes/settings.php:438
990
  msgid "version 1"
991
  msgstr "version 1"
992
 
993
+ #: ../classes/settings.php:438
994
  msgid "of this plugin."
995
  msgstr "af dette plugin."
996
 
997
+ #: ../classes/settings.php:444
998
  msgid "Changelog for"
999
  msgstr "Ændringslog for"
1000
 
1001
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1002
  msgid "Learn more"
1003
  msgstr "Lær mere"
1004
 
1005
+ #: ../classes/settings.php:469
1006
  msgid "Start using Admin Columns"
1007
  msgstr "Gå i gang med at bruge Admin Columns"
1008
 
1009
+ #: ../classes/settings.php:512
1010
  msgid "General Settings"
1011
  msgstr "Generelle indstillinger"
1012
 
1013
+ #: ../classes/settings.php:513
1014
  msgid "Customize your Admin Columns settings."
1015
  msgstr "Tilpas din Admin Columns indstillinger."
1016
 
1017
+ #: ../classes/settings.php:524
1018
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1019
  msgstr ""
1020
 
1021
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1022
  msgid "Save"
1023
  msgstr "Gem"
1024
 
1025
+ #: ../classes/settings.php:571
1026
  msgid "Restore Settings"
1027
  msgstr "Gendan indstillinger"
1028
 
1029
+ #: ../classes/settings.php:572
1030
  msgid "This will delete all column settings and restore the default settings."
1031
  msgstr "Dette vil slette alle kolonneindstillinger og gendanne standardindstillingerne."
1032
 
1033
+ #: ../classes/settings.php:578
1034
  msgid "Restore default settings"
1035
  msgstr "Gendan standard indstillinger"
1036
 
1037
+ #: ../classes/settings.php:578
1038
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1039
  msgstr "Advarsel! Alle gemte admin kolonner data vil blive slettet. Dette kan ikke fortrydes. \\'OK\\' for at slette, \\'Annuller\\ ' for at stoppe"
1040
 
1041
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1042
  msgid "Settings"
1043
  msgstr "Indstillinger"
1044
 
1045
+ #: ../classes/settings.php:601
1046
  msgid "Add-ons"
1047
  msgstr ""
1048
 
1049
+ #: ../classes/settings.php:631
1050
  msgid "Posttypes"
1051
  msgstr ""
1052
 
1053
+ #: ../classes/settings.php:632
1054
  msgid "Others"
1055
  msgstr ""
1056
 
1057
+ #: ../classes/settings.php:633
1058
  msgid "Taxonomies"
1059
  msgstr ""
1060
 
1061
+ #: ../classes/settings.php:652
1062
  #, php-format
1063
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1064
  msgstr ""
1065
 
1066
+ #: ../classes/settings.php:662
1067
  msgid "Store settings"
1068
  msgstr "Gem indstillinger"
1069
 
1070
+ #: ../classes/settings.php:666
1071
  msgid "Update"
1072
  msgstr "Opdater"
1073
 
1074
+ #: ../classes/settings.php:670
1075
  #, php-format
1076
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1077
  msgstr "Advarsel! %s kolonnernes data vil blive slettet. Dette kan ikke fortrydes. \\'OK\\' for at slette, \\'Annuller\\' for at afbryde"
1078
 
1079
+ #: ../classes/settings.php:671
1080
  msgid "columns"
1081
  msgstr "kolonner"
1082
 
1083
+ #: ../classes/settings.php:690
1084
  msgid "Get Admin Columns Pro"
1085
  msgstr ""
1086
 
1087
+ #: ../classes/settings.php:694
1088
  msgid "Add Sorting"
1089
  msgstr "Tilføj sortering"
1090
 
1091
+ #: ../classes/settings.php:695
1092
  msgid "Add Filtering"
1093
  msgstr "Tilføj filtrering"
1094
 
1095
+ #: ../classes/settings.php:696
1096
  msgid "Add Import/Export"
1097
  msgstr "Tilføj import/eksport"
1098
 
1099
+ #: ../classes/settings.php:697
1100
  msgid "Add Direct Editing"
1101
  msgstr ""
1102
 
1103
+ #: ../classes/settings.php:700
1104
  #, php-format
1105
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1106
  msgstr ""
1107
 
1108
+ #: ../classes/settings.php:731
1109
  msgid "Are you happy with Admin Columns?"
1110
  msgstr ""
1111
 
1112
+ #: ../classes/settings.php:739
1113
  msgid "What's wrong? Need help? Let us know!"
1114
  msgstr ""
1115
 
1116
+ #: ../classes/settings.php:740
1117
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1118
  msgstr ""
1119
 
1120
+ #: ../classes/settings.php:748
1121
  msgid "Docs"
1122
  msgstr ""
1123
 
1124
+ #: ../classes/settings.php:753
1125
  msgid "Forums"
1126
  msgstr ""
1127
 
1128
+ #: ../classes/settings.php:762
1129
  msgid "Woohoo! We're glad to hear that!"
1130
  msgstr ""
1131
 
1132
+ #: ../classes/settings.php:763
1133
  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!"
1134
  msgstr ""
1135
 
1136
+ #: ../classes/settings.php:767
1137
  msgid "Rate"
1138
  msgstr ""
1139
 
1140
+ #: ../classes/settings.php:778
1141
  msgid "Tweet"
1142
  msgstr ""
1143
 
1144
+ #: ../classes/settings.php:788
1145
  msgid "Buy Pro"
1146
  msgstr ""
1147
 
1148
+ #: ../classes/settings.php:800
1149
  msgid "Support"
1150
  msgstr "Hjælp"
1151
 
1152
+ #: ../classes/settings.php:803
1153
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1154
  msgstr "Tjek <strong>Hjælp</strong> sektionen i toppen til højre af skærmen."
1155
 
1156
+ #: ../classes/settings.php:806
1157
  #, php-format
1158
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1159
  msgstr "For fuld dokumentation, fejlrapporter, forslag til funktioner og andre tips <a href='%s'>besøg Admin Columns hjemmeside</a>"
1160
 
1161
+ #: ../classes/settings.php:835
1162
  msgid "Drag and drop to reorder"
1163
  msgstr "Træk og slip for at ændre rækkefølgen"
1164
 
1165
+ #: ../classes/settings.php:838
1166
  msgid "Add Column"
1167
  msgstr "Tilføj kolonne"
1168
 
1169
+ #: ../classes/settings.php:919
1170
  msgid "Active"
1171
  msgstr ""
1172
 
1173
+ #: ../classes/settings.php:920
1174
  msgid "Deactivate"
1175
  msgstr ""
1176
 
1177
+ #: ../classes/settings.php:927
1178
  msgid "Installed"
1179
  msgstr ""
1180
 
1181
+ #: ../classes/settings.php:928
1182
  msgid "Activate"
1183
  msgstr ""
1184
 
1185
+ #: ../classes/settings.php:942
1186
  msgid "Download & Install"
1187
  msgstr ""
1188
 
1189
+ #: ../classes/settings.php:947
1190
  msgid "Get this add-on"
1191
  msgstr ""
1192
 
1193
+ #: ../classes/storage_model.php:227
1194
  msgid "settings succesfully restored."
1195
  msgstr "indstillinger er gendannet med success."
1196
 
1197
+ #: ../classes/storage_model.php:243
1198
  msgid "No columns settings available."
1199
  msgstr "Ingen kolonneindstillinger tilgængelige."
1200
 
1201
+ #: ../classes/storage_model.php:264
1202
  #, php-format
1203
  msgid "You are trying to store the same settings for %s."
1204
  msgstr "Du forsøger at gemme samme indstillinger for %s."
1205
 
1206
+ #: ../classes/storage_model.php:268
1207
  #, php-format
1208
  msgid "Settings for %s updated succesfully."
1209
  msgstr "Indstillinger for %s er opdateret med success."
1212
  msgid "Comments"
1213
  msgstr "Kommentarer"
1214
 
1215
+ #: ../classes/storage_model/comment.php:14
1216
+ msgid "Comment"
1217
+ msgstr ""
1218
+
1219
  #: ../classes/storage_model/link.php:13
1220
  msgid "Links"
1221
  msgstr "Links"
1222
 
1223
+ #: ../classes/storage_model/link.php:14
1224
+ msgid "Link"
1225
+ msgstr ""
1226
+
1227
+ #: ../classes/storage_model/media.php:14
1228
+ msgid "Media"
1229
+ msgstr ""
1230
+
1231
  #: ../classes/storage_model/user.php:13
1232
  msgid "Users"
1233
  msgstr "Brugere"
1234
 
1235
+ #: ../classes/storage_model/user.php:14
1236
+ msgid "User"
1237
+ msgstr ""
1238
+
1239
  #: ../classes/upgrade.php:62
1240
  msgid ""
1241
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</"
1294
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1295
  msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
1296
 
1297
+ #: ../codepress-admin-columns.php:442
1298
  msgid "Edit columns"
1299
  msgstr "Rediger kolonner"
languages/cpac-de_DE.mo CHANGED
Binary file
languages/cpac-de_DE.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Admin Columns\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
8
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
9
  "Last-Translator: Codepress <info@codepress.nl>\n"
10
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/admin-columns/language/de_DE/)\n"
11
  "MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language: de_DE\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Generator: Poedit 1.7.1\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../classes/addons.php:110
24
- msgid "Third party plugin integration"
25
  msgstr ""
26
 
27
  #: ../classes/addons.php:135
@@ -40,121 +40,169 @@ msgstr ""
40
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
41
  msgstr ""
42
 
43
- #: ../classes/column.php:500
44
  msgid "Thumbnail"
45
  msgstr ""
46
 
47
- #: ../classes/column.php:501
48
  msgid "Medium"
49
  msgstr ""
50
 
51
- #: ../classes/column.php:502
52
  msgid "Large"
53
  msgstr ""
54
 
55
- #: ../classes/column.php:503
56
  msgid "Full"
57
  msgstr ""
58
 
59
- #: ../classes/column.php:863
60
  msgid "Date Format"
61
  msgstr ""
62
 
63
- #: ../classes/column.php:864
64
  msgid "This will determine how the date will be displayed."
65
  msgstr ""
66
 
67
- #: ../classes/column.php:870
68
  msgid "Example:"
69
  msgstr ""
70
 
71
- #: ../classes/column.php:872
72
  #, php-format
73
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
74
  msgstr ""
75
 
76
- #: ../classes/column.php:873
77
  msgid "Documentation on date and time formatting."
78
  msgstr ""
79
 
80
- #: ../classes/column.php:887
81
  msgid "Excerpt length"
82
  msgstr ""
83
 
84
- #: ../classes/column.php:888
85
  msgid "Number of words"
86
  msgstr ""
87
 
88
- #: ../classes/column.php:906
89
  msgid "Preview size"
90
  msgstr ""
91
 
92
- #: ../classes/column.php:923 ../classes/storage_model.php:534
93
  msgid "Custom"
94
  msgstr "Benutzerdefiniert"
95
 
96
- #: ../classes/column.php:926
97
  msgid "width"
98
  msgstr ""
99
 
100
- #: ../classes/column.php:929
101
  msgid "height"
102
  msgstr ""
103
 
104
- #: ../classes/column.php:943
105
  msgid "Before"
106
  msgstr ""
107
 
108
- #: ../classes/column.php:943
109
  msgid "This text will appear before the custom field value."
110
  msgstr ""
111
 
112
- #: ../classes/column.php:949
113
  msgid "After"
114
  msgstr ""
115
 
116
- #: ../classes/column.php:949
117
  msgid "This text will appear after the custom field value."
118
  msgstr ""
119
 
120
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48
121
- #: ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Edit"
123
  msgstr "Editieren"
124
 
125
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
126
  msgid "Remove"
127
  msgstr "Entfernen"
128
 
129
- #: ../classes/column.php:1062
130
  msgid "Type"
131
  msgstr ""
132
 
133
- #: ../classes/column.php:1062
134
  msgid "Choose a column type."
135
  msgstr ""
136
 
137
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19
138
- #: ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr ""
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr ""
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "Breite"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "Vorgabe"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr ""
@@ -178,48 +226,54 @@ msgstr ""
178
  msgid "Find out more"
179
  msgstr ""
180
 
181
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19
182
- #: ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
183
  msgid "Actions"
184
  msgstr "Aktionen"
185
 
186
- #: ../classes/column/actions.php:87
187
  msgid "Use icons?"
188
  msgstr ""
189
 
190
- #: ../classes/column/actions.php:87
191
  msgid "Use icons instead of text for displaying the actions."
192
  msgstr ""
193
 
194
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
195
  msgid "Yes"
196
  msgstr ""
197
 
198
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
199
  msgid "No"
200
  msgstr ""
201
 
202
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
 
203
  msgid "Unapprove"
204
  msgstr "Nicht zustimmen"
205
 
206
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
207
  msgid "Approve"
208
  msgstr "Zustimmen"
209
 
210
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
 
211
  msgid "Restore"
212
  msgstr "Wiederherstellen"
213
 
214
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
 
215
  msgid "Delete Permanently"
216
  msgstr "Endgültig Löschen"
217
 
218
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
219
  msgid "Quick&nbsp;Edit"
220
  msgstr "Schnelleinstellungen"
221
 
222
- #: ../classes/column/comment/actions.php:101
223
  msgid "Reply"
224
  msgstr "Antworten"
225
 
@@ -260,12 +314,12 @@ msgstr "Datum (GMT)"
260
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
261
  msgstr "Übetragen per <a href=\"%1$s\">%2$s at %3$s</a>"
262
 
263
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
264
  msgid "Date"
265
  msgstr "Datum"
266
 
267
  #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
268
- #: ../classes/settings.php:312
269
  msgid "Excerpt"
270
  msgstr "Auszug"
271
 
@@ -277,11 +331,11 @@ msgstr "In Beantwortung"
277
  msgid "Word count"
278
  msgstr "Anzahl Worte"
279
 
280
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
281
  msgid "Custom Field"
282
  msgstr "Benutzerdefiniertes Feld"
283
 
284
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
285
  msgid "Default"
286
  msgstr "Vorgabe"
287
 
@@ -289,15 +343,15 @@ msgstr "Vorgabe"
289
  msgid "Checkmark (true/false)"
290
  msgstr ""
291
 
292
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
293
  msgid "Color"
294
  msgstr ""
295
 
296
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
297
  msgid "Counter"
298
  msgstr ""
299
 
300
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
301
  msgid "Image"
302
  msgstr "Bild"
303
 
@@ -305,11 +359,11 @@ msgstr "Bild"
305
  msgid "Media Library"
306
  msgstr ""
307
 
308
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
309
  msgid "Multiple Values"
310
  msgstr "Multiple Werte"
311
 
312
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
313
  msgid "Numeric"
314
  msgstr "Numerisch"
315
 
@@ -321,19 +375,28 @@ msgstr "Post Titel (Post ID's)"
321
  msgid "Username (User ID's)"
322
  msgstr ""
323
 
324
- #: ../classes/column/custom-field.php:356
 
 
 
 
325
  msgid "Select your custom field."
326
  msgstr ""
327
 
328
- #: ../classes/column/custom-field.php:366
329
  msgid "No custom fields available."
330
  msgstr ""
331
 
332
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
333
  msgid "Field Type"
334
  msgstr ""
335
 
336
- #: ../classes/column/custom-field.php:373
337
  msgid "This will determine how the value will be displayed."
338
  msgstr ""
339
 
@@ -375,10 +438,33 @@ msgstr "RSS"
375
  msgid "Target"
376
  msgstr "Ziel"
377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
378
  #: ../classes/column/media/alternate-text.php:19
379
  msgid "Alt"
380
  msgstr "alt Attribut"
381
 
 
 
 
 
382
  #: ../classes/column/media/available-sizes.php:20
383
  msgid "Available Sizes"
384
  msgstr ""
@@ -443,10 +529,26 @@ msgstr "File Name"
443
  msgid "File size"
444
  msgstr "File Größe"
445
 
446
- #: ../classes/column/media/full-path.php:19
447
  msgid "Full path"
448
  msgstr ""
449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  #: ../classes/column/media/height.php:19
451
  msgid "Height"
452
  msgstr "Höhe"
@@ -455,96 +557,47 @@ msgstr "Höhe"
455
  msgid "Mime type"
456
  msgstr "mime type"
457
 
458
- #: ../classes/column/post/actions.php:31
459
  msgid "Edit this item"
460
  msgstr "Dieses Element editieren"
461
 
462
- #: ../classes/column/post/actions.php:34
463
  msgid "Edit this item inline"
464
  msgstr "Element Inline editieren "
465
 
466
- #: ../classes/column/post/actions.php:39
467
  msgid "Restore this item from the Trash"
468
  msgstr "Element wiederherstellen"
469
 
470
- #: ../classes/column/post/actions.php:41
471
  msgid "Move this item to the Trash"
472
  msgstr "Element in den Papierkorb verschieben"
473
 
474
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
475
- msgid "Trash"
476
- msgstr "Papierkorb"
477
-
478
- #: ../classes/column/post/actions.php:43
479
  msgid "Delete this item permanently"
480
  msgstr "Element endgültig löschen"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  #, php-format
484
  msgid "Preview &#8220;%s&#8221;"
485
  msgstr "Vorschau &#8220;%s&#8221;"
486
 
487
- #: ../classes/column/post/actions.php:48
488
  msgid "Preview"
489
  msgstr "Vorschau"
490
 
491
- #: ../classes/column/post/actions.php:50
492
- #, php-format
493
- msgid "View &#8220;%s&#8221;"
494
- msgstr "Ansicht &#8220;%s&#8221;"
495
-
496
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
497
- msgid "View"
498
- msgstr "Ansicht"
499
-
500
  #: ../classes/column/post/attachment-count.php:19
501
  msgid "No. of Attachments"
502
  msgstr "Zahl der Anlagen"
503
 
504
  #: ../classes/column/post/attachment.php:19
505
- msgid "Attachment"
506
- msgstr "Anlage"
507
 
508
  #: ../classes/column/post/author-name.php:20
509
  msgid "Display Author As"
510
  msgstr ""
511
 
512
- #: ../classes/column/post/author-name.php:40
513
- msgid "Display Name"
514
- msgstr ""
515
-
516
- #: ../classes/column/post/author-name.php:41
517
- msgid "First Name"
518
- msgstr ""
519
-
520
- #: ../classes/column/post/author-name.php:42
521
- msgid "Last Name"
522
- msgstr ""
523
-
524
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
525
- msgid "Nickname"
526
- msgstr "Nick"
527
-
528
- #: ../classes/column/post/author-name.php:44
529
- msgid "User Login"
530
- msgstr ""
531
-
532
- #: ../classes/column/post/author-name.php:45
533
- msgid "User Email"
534
- msgstr ""
535
-
536
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
537
- msgid "User ID"
538
- msgstr "User ID"
539
-
540
- #: ../classes/column/post/author-name.php:47
541
- msgid "First and Last Name"
542
- msgstr ""
543
-
544
- #: ../classes/column/post/author-name.php:124
545
- msgid "This is the format of the author name."
546
- msgstr ""
547
-
548
  #: ../classes/column/post/before-moretag.php:19
549
  msgid "Before More Tag"
550
  msgstr ""
@@ -573,6 +626,30 @@ msgstr "Kommentar Status"
573
  msgid "Select which comment status you like to display."
574
  msgstr ""
575
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
576
  #: ../classes/column/post/featured-image.php:19
577
  msgid "Featured Image"
578
  msgstr "Benutzerdefiniertes Bild"
@@ -581,6 +658,10 @@ msgstr "Benutzerdefiniertes Bild"
581
  msgid "Post Format"
582
  msgstr "Post Format"
583
 
 
 
 
 
584
  #: ../classes/column/post/modified.php:19
585
  msgid "Last modified"
586
  msgstr "Zuletzt geändert"
@@ -621,6 +702,10 @@ msgstr "Ping Status"
621
  msgid "Roles"
622
  msgstr "Rollen"
623
 
 
 
 
 
624
  #: ../classes/column/post/slug.php:19
625
  msgid "Slug"
626
  msgstr "Kurz URL"
@@ -661,7 +746,7 @@ msgstr "Sticky"
661
  msgid "Title without actions"
662
  msgstr ""
663
 
664
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
665
  msgid "Taxonomy"
666
  msgstr "Klassifizierung"
667
 
@@ -681,6 +766,10 @@ msgstr ""
681
  msgid "Comment Count"
682
  msgstr ""
683
 
 
 
 
 
684
  #: ../classes/column/user/first-name.php:19
685
  msgid "First name"
686
  msgstr "Vorname"
@@ -701,441 +790,445 @@ msgstr ""
701
  msgid "Registered"
702
  msgstr "Registriert"
703
 
 
 
 
 
704
  #: ../classes/column/user/url.php:19
705
  msgid "Url"
706
  msgstr "URL"
707
 
708
- #: ../classes/settings.php:111
709
  msgid "Add-on successfully activated."
710
  msgstr ""
711
 
712
- #: ../classes/settings.php:114
713
  msgid "Add-on successfully deactivated."
714
  msgstr ""
715
 
716
- #: ../classes/settings.php:169
717
  msgid "Admin Columns Settings"
718
  msgstr ""
719
 
720
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
721
  msgid "Admin Columns"
722
  msgstr "Admin Spalten"
723
 
724
- #: ../classes/settings.php:217
725
  #, php-format
726
  msgid "%s column is already present and can not be duplicated."
727
  msgstr ""
728
 
729
- #: ../classes/settings.php:271
730
  msgid "Default settings succesfully restored."
731
  msgstr ""
732
 
733
- #: ../classes/settings.php:288
734
  msgid "Overview"
735
  msgstr ""
736
 
737
- #: ../classes/settings.php:291
738
  msgid ""
739
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media "
740
  "library, comments, links and users. Change the column's label and reorder them."
741
  msgstr ""
742
 
743
- #: ../classes/settings.php:294
744
  msgid "Basics"
745
  msgstr ""
746
 
747
- #: ../classes/settings.php:296
748
  msgid "Change order"
749
  msgstr ""
750
 
751
- #: ../classes/settings.php:297
752
  msgid "By dragging the columns you can change the order which they will appear in."
753
  msgstr ""
754
 
755
- #: ../classes/settings.php:298
756
  msgid "Change label"
757
  msgstr ""
758
 
759
- #: ../classes/settings.php:299
760
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
761
  msgstr ""
762
 
763
- #: ../classes/settings.php:300
764
  msgid "Change column width"
765
  msgstr ""
766
 
767
- #: ../classes/settings.php:301
768
  msgid ""
769
  "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the "
770
  "columns in percentages."
771
  msgstr ""
772
 
773
- #: ../classes/settings.php:307
774
  msgid "'Custom Field' column"
775
  msgstr ""
776
 
777
- #: ../classes/settings.php:308
778
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
779
  msgstr ""
780
 
781
- #: ../classes/settings.php:310
782
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
783
  msgstr ""
784
 
785
- #: ../classes/settings.php:311
786
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
787
  msgstr ""
788
 
789
- #: ../classes/settings.php:312
790
  msgid "Value: This will show the first 20 words of the Post content."
791
  msgstr ""
792
 
793
- #: ../classes/settings.php:313
794
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
795
  msgstr ""
796
 
797
- #: ../classes/settings.php:314
798
  msgid ""
799
  "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on "
800
  "numeric (custom field) values."
801
  msgstr ""
802
 
803
- #: ../classes/settings.php:315
804
  #, php-format
805
  msgid ""
806
  "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted "
807
  "date format at the <a href='%s'>general settings</a> page."
808
  msgstr ""
809
 
810
- #: ../classes/settings.php:316
811
  msgid "Post Titles"
812
  msgstr ""
813
 
814
- #: ../classes/settings.php:316
815
  msgid "Value: can be one or more Post ID's (seperated by ',')."
816
  msgstr ""
817
 
818
- #: ../classes/settings.php:317
819
  msgid "Usernames"
820
  msgstr ""
821
 
822
- #: ../classes/settings.php:317
823
  msgid "Value: can be one or more User ID's (seperated by ',')."
824
  msgstr ""
825
 
826
- #: ../classes/settings.php:318
827
  msgid "Checkmark"
828
  msgstr ""
829
 
830
- #: ../classes/settings.php:318
831
  msgid "Value: should be a 1 (one) or 0 (zero)."
832
  msgstr ""
833
 
834
- #: ../classes/settings.php:319
835
  msgid "Value: hex value color, such as #808080."
836
  msgstr ""
837
 
838
- #: ../classes/settings.php:320
839
  msgid ""
840
  "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 "
841
  "item."
842
  msgstr ""
843
 
844
- #: ../classes/settings.php:409
845
  msgid "Welcome to Admin Columns"
846
  msgstr ""
847
 
848
- #: ../classes/settings.php:412
849
  msgid "Thank you for updating to the latest version!"
850
  msgstr ""
851
 
852
- #: ../classes/settings.php:413
853
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
854
  msgstr ""
855
 
856
- #: ../classes/settings.php:418
857
  msgid "What’s New"
858
  msgstr ""
859
 
860
- #: ../classes/settings.php:419
861
  msgid "Changelog"
862
  msgstr ""
863
 
864
- #: ../classes/settings.php:424
865
  msgid "Important"
866
  msgstr ""
867
 
868
- #: ../classes/settings.php:426
869
  msgid "Database Changes"
870
  msgstr ""
871
 
872
- #: ../classes/settings.php:427
873
  msgid ""
874
  "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without "
875
  "any issues."
876
  msgstr ""
877
 
878
- #: ../classes/settings.php:430
879
  msgid "Make sure you backup your database and then click"
880
  msgstr ""
881
 
882
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
883
  msgid "Upgrade Database"
884
  msgstr ""
885
 
886
- #: ../classes/settings.php:433
887
  msgid "Potential Issues"
888
  msgstr ""
889
 
890
- #: ../classes/settings.php:434
891
  msgid ""
892
  "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It "
893
  "is important that you read the full"
894
  msgstr ""
895
 
896
- #: ../classes/settings.php:434
897
  msgid "Migrating from v1 to v2"
898
  msgstr ""
899
 
900
- #: ../classes/settings.php:434
901
  msgid "guide to view the full list of changes."
902
  msgstr ""
903
 
904
- #: ../classes/settings.php:434
905
  #, php-format
906
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
907
  msgstr ""
908
 
909
- #: ../classes/settings.php:437
910
  msgid "Important!"
911
  msgstr ""
912
 
913
- #: ../classes/settings.php:437
914
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
915
  msgstr ""
916
 
917
- #: ../classes/settings.php:437
918
  msgid "version 1"
919
  msgstr ""
920
 
921
- #: ../classes/settings.php:437
922
  msgid "of this plugin."
923
  msgstr ""
924
 
925
- #: ../classes/settings.php:443
926
  msgid "Changelog for"
927
  msgstr ""
928
 
929
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
930
  msgid "Learn more"
931
  msgstr ""
932
 
933
- #: ../classes/settings.php:468
934
  msgid "Start using Admin Columns"
935
  msgstr ""
936
 
937
- #: ../classes/settings.php:511
938
  msgid "General Settings"
939
  msgstr ""
940
 
941
- #: ../classes/settings.php:512
942
  msgid "Customize your Admin Columns settings."
943
  msgstr ""
944
 
945
- #: ../classes/settings.php:523
946
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
947
  msgstr ""
948
 
949
- #: ../classes/settings.php:530 ../classes/settings.php:660
950
  msgid "Save"
951
  msgstr ""
952
 
953
- #: ../classes/settings.php:570
954
  msgid "Restore Settings"
955
  msgstr ""
956
 
957
- #: ../classes/settings.php:571
958
  msgid "This will delete all column settings and restore the default settings."
959
  msgstr "Alle Einstellungen werden gelöscht und die Voreinstellungen wiederhergestellt."
960
 
961
- #: ../classes/settings.php:577
962
  msgid "Restore default settings"
963
  msgstr "Vorgabewerte wiederherstellen"
964
 
965
- #: ../classes/settings.php:577
966
  msgid ""
967
  "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
968
  msgstr "Warnung! Alle Admin Spalteneinstellungen werden endgültig gelöscht. \\'OK\\' zum Löschen, \\'Cancel\\' für Abbruch"
969
 
970
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
971
  msgid "Settings"
972
  msgstr "Einstellungen"
973
 
974
- #: ../classes/settings.php:600
975
  msgid "Add-ons"
976
  msgstr ""
977
 
978
- #: ../classes/settings.php:625
979
  msgid "Posttypes"
980
  msgstr ""
981
 
982
- #: ../classes/settings.php:626
983
  msgid "Others"
984
  msgstr ""
985
 
986
- #: ../classes/settings.php:627
987
  msgid "Taxonomies"
988
  msgstr ""
989
 
990
- #: ../classes/settings.php:646
991
  #, php-format
992
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
993
  msgstr ""
994
 
995
- #: ../classes/settings.php:656
996
  msgid "Store settings"
997
  msgstr ""
998
 
999
- #: ../classes/settings.php:660
1000
  msgid "Update"
1001
  msgstr ""
1002
 
1003
- #: ../classes/settings.php:664
1004
  #, php-format
1005
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1006
  msgstr ""
1007
 
1008
- #: ../classes/settings.php:665
1009
  msgid "columns"
1010
  msgstr ""
1011
 
1012
- #: ../classes/settings.php:684
1013
  msgid "Get Admin Columns Pro"
1014
  msgstr ""
1015
 
1016
- #: ../classes/settings.php:688
1017
  msgid "Add Sorting"
1018
  msgstr ""
1019
 
1020
- #: ../classes/settings.php:689
1021
  msgid "Add Filtering"
1022
  msgstr ""
1023
 
1024
- #: ../classes/settings.php:690
1025
  msgid "Add Import/Export"
1026
  msgstr ""
1027
 
1028
- #: ../classes/settings.php:691
1029
  msgid "Add Direct Editing"
1030
  msgstr ""
1031
 
1032
- #: ../classes/settings.php:694
1033
  #, php-format
1034
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1035
  msgstr ""
1036
 
1037
- #: ../classes/settings.php:725
1038
  msgid "Are you happy with Admin Columns?"
1039
  msgstr ""
1040
 
1041
- #: ../classes/settings.php:733
1042
  msgid "What's wrong? Need help? Let us know!"
1043
  msgstr ""
1044
 
1045
- #: ../classes/settings.php:734
1046
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1047
  msgstr ""
1048
 
1049
- #: ../classes/settings.php:742
1050
  msgid "Docs"
1051
  msgstr ""
1052
 
1053
- #: ../classes/settings.php:747
1054
  msgid "Forums"
1055
  msgstr ""
1056
 
1057
- #: ../classes/settings.php:756
1058
  msgid "Woohoo! We're glad to hear that!"
1059
  msgstr ""
1060
 
1061
- #: ../classes/settings.php:757
1062
  msgid ""
1063
  "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin "
1064
  "Columns!"
1065
  msgstr ""
1066
 
1067
- #: ../classes/settings.php:761
1068
  msgid "Rate"
1069
  msgstr ""
1070
 
1071
- #: ../classes/settings.php:772
1072
  msgid "Tweet"
1073
  msgstr ""
1074
 
1075
- #: ../classes/settings.php:782
1076
  msgid "Buy Pro"
1077
  msgstr ""
1078
 
1079
- #: ../classes/settings.php:794
1080
  msgid "Support"
1081
  msgstr ""
1082
 
1083
- #: ../classes/settings.php:797
1084
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1085
  msgstr ""
1086
 
1087
- #: ../classes/settings.php:800
1088
  #, php-format
1089
  msgid ""
1090
  "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1091
  msgstr ""
1092
 
1093
- #: ../classes/settings.php:829
1094
  msgid "Drag and drop to reorder"
1095
  msgstr ""
1096
 
1097
- #: ../classes/settings.php:832
1098
  msgid "Add Column"
1099
  msgstr ""
1100
 
1101
- #: ../classes/settings.php:908
1102
  msgid "Active"
1103
  msgstr ""
1104
 
1105
- #: ../classes/settings.php:909
1106
  msgid "Deactivate"
1107
  msgstr ""
1108
 
1109
- #: ../classes/settings.php:916
1110
  msgid "Installed"
1111
  msgstr ""
1112
 
1113
- #: ../classes/settings.php:917
1114
  msgid "Activate"
1115
  msgstr ""
1116
 
1117
- #: ../classes/settings.php:931
1118
  msgid "Download & Install"
1119
  msgstr ""
1120
 
1121
- #: ../classes/settings.php:936
1122
  msgid "Get this add-on"
1123
  msgstr ""
1124
 
1125
- #: ../classes/storage_model.php:213
1126
  msgid "settings succesfully restored."
1127
  msgstr ""
1128
 
1129
- #: ../classes/storage_model.php:229
1130
  msgid "No columns settings available."
1131
  msgstr ""
1132
 
1133
- #: ../classes/storage_model.php:250
1134
  #, php-format
1135
  msgid "You are trying to store the same settings for %s."
1136
  msgstr ""
1137
 
1138
- #: ../classes/storage_model.php:254
1139
  #, php-format
1140
  msgid "Settings for %s updated succesfully."
1141
  msgstr ""
@@ -1144,14 +1237,30 @@ msgstr ""
1144
  msgid "Comments"
1145
  msgstr "Kommentare"
1146
 
 
 
 
 
1147
  #: ../classes/storage_model/link.php:13
1148
  msgid "Links"
1149
  msgstr ""
1150
 
 
 
 
 
 
 
 
 
1151
  #: ../classes/storage_model/user.php:13
1152
  msgid "Users"
1153
  msgstr ""
1154
 
 
 
 
 
1155
  #: ../classes/upgrade.php:62
1156
  msgid ""
1157
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer "
@@ -1212,6 +1321,6 @@ msgstr ""
1212
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1213
  msgstr ""
1214
 
1215
- #: ../codepress-admin-columns.php:390
1216
  msgid "Edit columns"
1217
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Admin Columns\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
8
+ "PO-Revision-Date: 2015-03-25 17:30+0100\n"
9
  "Last-Translator: Codepress <info@codepress.nl>\n"
10
  "Language-Team: German (Germany) (http://www.transifex.com/projects/p/admin-columns/language/de_DE/)\n"
11
  "MIME-Version: 1.0\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language: de_DE\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 1.7.5\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../classes/addons.php:110
24
+ msgid "Plugins"
25
  msgstr ""
26
 
27
  #: ../classes/addons.php:135
40
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
41
  msgstr ""
42
 
43
+ #: ../classes/column.php:575
44
  msgid "Thumbnail"
45
  msgstr ""
46
 
47
+ #: ../classes/column.php:576
48
  msgid "Medium"
49
  msgstr ""
50
 
51
+ #: ../classes/column.php:577
52
  msgid "Large"
53
  msgstr ""
54
 
55
+ #: ../classes/column.php:578
56
  msgid "Full"
57
  msgstr ""
58
 
59
+ #: ../classes/column.php:1020
60
  msgid "Date Format"
61
  msgstr ""
62
 
63
+ #: ../classes/column.php:1021
64
  msgid "This will determine how the date will be displayed."
65
  msgstr ""
66
 
67
+ #: ../classes/column.php:1027
68
  msgid "Example:"
69
  msgstr ""
70
 
71
+ #: ../classes/column.php:1029
72
  #, php-format
73
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
74
  msgstr ""
75
 
76
+ #: ../classes/column.php:1030
77
  msgid "Documentation on date and time formatting."
78
  msgstr ""
79
 
80
+ #: ../classes/column.php:1044
81
  msgid "Excerpt length"
82
  msgstr ""
83
 
84
+ #: ../classes/column.php:1045
85
  msgid "Number of words"
86
  msgstr ""
87
 
88
+ #: ../classes/column.php:1063
89
  msgid "Preview size"
90
  msgstr ""
91
 
92
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
93
  msgid "Custom"
94
  msgstr "Benutzerdefiniert"
95
 
96
+ #: ../classes/column.php:1083 ../classes/column.php:1230
97
  msgid "width"
98
  msgstr ""
99
 
100
+ #: ../classes/column.php:1086
101
  msgid "height"
102
  msgstr ""
103
 
104
+ #: ../classes/column.php:1098
105
  msgid "Before"
106
  msgstr ""
107
 
108
+ #: ../classes/column.php:1098
109
  msgid "This text will appear before the custom field value."
110
  msgstr ""
111
 
112
+ #: ../classes/column.php:1099
113
  msgid "After"
114
  msgstr ""
115
 
116
+ #: ../classes/column.php:1099
117
  msgid "This text will appear after the custom field value."
118
  msgstr ""
119
 
120
+ #: ../classes/column.php:1108
121
+ msgid "Display Name"
122
+ msgstr ""
123
+
124
+ #: ../classes/column.php:1109
125
+ msgid "First Name"
126
+ msgstr ""
127
+
128
+ #: ../classes/column.php:1110
129
+ msgid "Last Name"
130
+ msgstr ""
131
+
132
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
133
+ msgid "Nickname"
134
+ msgstr "Nick"
135
+
136
+ #: ../classes/column.php:1112
137
+ msgid "User Login"
138
+ msgstr ""
139
+
140
+ #: ../classes/column.php:1113
141
+ msgid "User Email"
142
+ msgstr ""
143
+
144
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
145
+ msgid "User ID"
146
+ msgstr "User ID"
147
+
148
+ #: ../classes/column.php:1115
149
+ msgid "First and Last Name"
150
+ msgstr ""
151
+
152
+ #: ../classes/column.php:1118
153
+ msgid "Display format"
154
+ msgstr ""
155
+
156
+ #: ../classes/column.php:1118
157
+ msgid "This is the format of the author name."
158
+ msgstr ""
159
+
160
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48
161
+ #: ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32
162
+ #: ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "Editieren"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "Entfernen"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr ""
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr ""
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
 
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr ""
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr ""
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "Breite"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "Vorgabe"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr ""
226
  msgid "Find out more"
227
  msgstr ""
228
 
229
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
 
230
  msgid "Actions"
231
  msgstr "Aktionen"
232
 
233
+ #: ../classes/column/actions.php:96
234
  msgid "Use icons?"
235
  msgstr ""
236
 
237
+ #: ../classes/column/actions.php:96
238
  msgid "Use icons instead of text for displaying the actions."
239
  msgstr ""
240
 
241
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
242
  msgid "Yes"
243
  msgstr ""
244
 
245
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
246
  msgid "No"
247
  msgstr ""
248
 
249
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19
250
+ #: ../classes/column/post/ID.php:19
251
+ msgid "ID"
252
+ msgstr "ID"
253
+
254
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
255
  msgid "Unapprove"
256
  msgstr "Nicht zustimmen"
257
 
258
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
259
  msgid "Approve"
260
  msgstr "Zustimmen"
261
 
262
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40
263
+ #: ../classes/settings.php:671
264
  msgid "Restore"
265
  msgstr "Wiederherstellen"
266
 
267
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47
268
+ #: ../classes/column/post/actions.php:44
269
  msgid "Delete Permanently"
270
  msgstr "Endgültig Löschen"
271
 
272
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
273
  msgid "Quick&nbsp;Edit"
274
  msgstr "Schnelleinstellungen"
275
 
276
+ #: ../classes/column/comment/actions.php:77
277
  msgid "Reply"
278
  msgstr "Antworten"
279
 
314
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
315
  msgstr "Übetragen per <a href=\"%1$s\">%2$s at %3$s</a>"
316
 
317
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
318
  msgid "Date"
319
  msgstr "Datum"
320
 
321
  #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
322
+ #: ../classes/settings.php:313
323
  msgid "Excerpt"
324
  msgstr "Auszug"
325
 
331
  msgid "Word count"
332
  msgstr "Anzahl Worte"
333
 
334
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
335
  msgid "Custom Field"
336
  msgstr "Benutzerdefiniertes Feld"
337
 
338
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
339
  msgid "Default"
340
  msgstr "Vorgabe"
341
 
343
  msgid "Checkmark (true/false)"
344
  msgstr ""
345
 
346
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
347
  msgid "Color"
348
  msgstr ""
349
 
350
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
351
  msgid "Counter"
352
  msgstr ""
353
 
354
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
355
  msgid "Image"
356
  msgstr "Bild"
357
 
359
  msgid "Media Library"
360
  msgstr ""
361
 
362
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
363
  msgid "Multiple Values"
364
  msgstr "Multiple Werte"
365
 
366
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
367
  msgid "Numeric"
368
  msgstr "Numerisch"
369
 
375
  msgid "Username (User ID's)"
376
  msgstr ""
377
 
378
+ #: ../classes/column/custom-field.php:106
379
+ msgid "Term Name (Term ID's)"
380
+ msgstr ""
381
+
382
+ #: ../classes/column/custom-field.php:390
383
  msgid "Select your custom field."
384
  msgstr ""
385
 
386
+ #: ../classes/column/custom-field.php:400
387
  msgid "No custom fields available."
388
  msgstr ""
389
 
390
+ #: ../classes/column/custom-field.php:400
391
+ #, php-format
392
+ msgid "Please create a %s item first."
393
+ msgstr ""
394
+
395
+ #: ../classes/column/custom-field.php:407
396
  msgid "Field Type"
397
  msgstr ""
398
 
399
+ #: ../classes/column/custom-field.php:407
400
  msgid "This will determine how the value will be displayed."
401
  msgstr ""
402
 
438
  msgid "Target"
439
  msgstr "Ziel"
440
 
441
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42
442
+ #: ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
443
+ msgid "Trash"
444
+ msgstr "Papierkorb"
445
+
446
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
447
+ #, php-format
448
+ msgid "View &#8220;%s&#8221;"
449
+ msgstr "Ansicht &#8220;%s&#8221;"
450
+
451
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
452
+ #: ../classes/storage_model.php:799
453
+ msgid "View"
454
+ msgstr "Ansicht"
455
+
456
+ #: ../classes/column/media/actions.php:35
457
+ msgid "Attach"
458
+ msgstr ""
459
+
460
  #: ../classes/column/media/alternate-text.php:19
461
  msgid "Alt"
462
  msgstr "alt Attribut"
463
 
464
+ #: ../classes/column/media/attached-to.php:19
465
+ msgid "Attached to post"
466
+ msgstr ""
467
+
468
  #: ../classes/column/media/available-sizes.php:20
469
  msgid "Available Sizes"
470
  msgstr ""
529
  msgid "File size"
530
  msgstr "File Größe"
531
 
532
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
533
  msgid "Full path"
534
  msgstr ""
535
 
536
+ #: ../classes/column/media/full-path.php:83
537
+ msgid "Path scope"
538
+ msgstr ""
539
+
540
+ #: ../classes/column/media/full-path.php:84
541
+ msgid "Part of the file path to display"
542
+ msgstr ""
543
+
544
+ #: ../classes/column/media/full-path.php:97
545
+ msgid "Relative to domain"
546
+ msgstr ""
547
+
548
+ #: ../classes/column/media/full-path.php:102
549
+ msgid "Relative to main uploads folder "
550
+ msgstr ""
551
+
552
  #: ../classes/column/media/height.php:19
553
  msgid "Height"
554
  msgstr "Höhe"
557
  msgid "Mime type"
558
  msgstr "mime type"
559
 
560
+ #: ../classes/column/post/actions.php:32
561
  msgid "Edit this item"
562
  msgstr "Dieses Element editieren"
563
 
564
+ #: ../classes/column/post/actions.php:35
565
  msgid "Edit this item inline"
566
  msgstr "Element Inline editieren "
567
 
568
+ #: ../classes/column/post/actions.php:40
569
  msgid "Restore this item from the Trash"
570
  msgstr "Element wiederherstellen"
571
 
572
+ #: ../classes/column/post/actions.php:42
573
  msgid "Move this item to the Trash"
574
  msgstr "Element in den Papierkorb verschieben"
575
 
576
+ #: ../classes/column/post/actions.php:44
 
 
 
 
577
  msgid "Delete this item permanently"
578
  msgstr "Element endgültig löschen"
579
 
580
+ #: ../classes/column/post/actions.php:49
581
  #, php-format
582
  msgid "Preview &#8220;%s&#8221;"
583
  msgstr "Vorschau &#8220;%s&#8221;"
584
 
585
+ #: ../classes/column/post/actions.php:49
586
  msgid "Preview"
587
  msgstr "Vorschau"
588
 
 
 
 
 
 
 
 
 
 
589
  #: ../classes/column/post/attachment-count.php:19
590
  msgid "No. of Attachments"
591
  msgstr "Zahl der Anlagen"
592
 
593
  #: ../classes/column/post/attachment.php:19
594
+ msgid "Attachments"
595
+ msgstr ""
596
 
597
  #: ../classes/column/post/author-name.php:20
598
  msgid "Display Author As"
599
  msgstr ""
600
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
601
  #: ../classes/column/post/before-moretag.php:19
602
  msgid "Before More Tag"
603
  msgstr ""
626
  msgid "Select which comment status you like to display."
627
  msgstr ""
628
 
629
+ #: ../classes/column/post/content.php:19
630
+ msgid "Content"
631
+ msgstr ""
632
+
633
+ #: ../classes/column/post/date-published.php:17
634
+ msgid "Date Published"
635
+ msgstr ""
636
+
637
+ #: ../classes/column/post/depth.php:19
638
+ msgid "Depth"
639
+ msgstr ""
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:19
642
+ msgid "Estimated Reading Time"
643
+ msgstr ""
644
+
645
+ #: ../classes/column/post/estimated-reading-time.php:103
646
+ msgid "Words per minute"
647
+ msgstr ""
648
+
649
+ #: ../classes/column/post/estimated-reading-time.php:104
650
+ msgid "Estimated reading time in words per minute"
651
+ msgstr ""
652
+
653
  #: ../classes/column/post/featured-image.php:19
654
  msgid "Featured Image"
655
  msgstr "Benutzerdefiniertes Bild"
658
  msgid "Post Format"
659
  msgstr "Post Format"
660
 
661
+ #: ../classes/column/post/last-modified-author.php:20
662
+ msgid "Last Modified Author"
663
+ msgstr ""
664
+
665
  #: ../classes/column/post/modified.php:19
666
  msgid "Last modified"
667
  msgstr "Zuletzt geändert"
702
  msgid "Roles"
703
  msgstr "Rollen"
704
 
705
+ #: ../classes/column/post/shortcodes.php:19
706
+ msgid "Shortcodes"
707
+ msgstr ""
708
+
709
  #: ../classes/column/post/slug.php:19
710
  msgid "Slug"
711
  msgstr "Kurz URL"
746
  msgid "Title without actions"
747
  msgstr ""
748
 
749
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
750
  msgid "Taxonomy"
751
  msgstr "Klassifizierung"
752
 
766
  msgid "Comment Count"
767
  msgstr ""
768
 
769
+ #: ../classes/column/user/display-name.php:19
770
+ msgid "Display name"
771
+ msgstr ""
772
+
773
  #: ../classes/column/user/first-name.php:19
774
  msgid "First name"
775
  msgstr "Vorname"
790
  msgid "Registered"
791
  msgstr "Registriert"
792
 
793
+ #: ../classes/column/user/rich-editing.php:19
794
+ msgid "Visual Editor"
795
+ msgstr ""
796
+
797
  #: ../classes/column/user/url.php:19
798
  msgid "Url"
799
  msgstr "URL"
800
 
801
+ #: ../classes/settings.php:112
802
  msgid "Add-on successfully activated."
803
  msgstr ""
804
 
805
+ #: ../classes/settings.php:115
806
  msgid "Add-on successfully deactivated."
807
  msgstr ""
808
 
809
+ #: ../classes/settings.php:170
810
  msgid "Admin Columns Settings"
811
  msgstr ""
812
 
813
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
814
  msgid "Admin Columns"
815
  msgstr "Admin Spalten"
816
 
817
+ #: ../classes/settings.php:218
818
  #, php-format
819
  msgid "%s column is already present and can not be duplicated."
820
  msgstr ""
821
 
822
+ #: ../classes/settings.php:272
823
  msgid "Default settings succesfully restored."
824
  msgstr ""
825
 
826
+ #: ../classes/settings.php:289
827
  msgid "Overview"
828
  msgstr ""
829
 
830
+ #: ../classes/settings.php:292
831
  msgid ""
832
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media "
833
  "library, comments, links and users. Change the column's label and reorder them."
834
  msgstr ""
835
 
836
+ #: ../classes/settings.php:295
837
  msgid "Basics"
838
  msgstr ""
839
 
840
+ #: ../classes/settings.php:297
841
  msgid "Change order"
842
  msgstr ""
843
 
844
+ #: ../classes/settings.php:298
845
  msgid "By dragging the columns you can change the order which they will appear in."
846
  msgstr ""
847
 
848
+ #: ../classes/settings.php:299
849
  msgid "Change label"
850
  msgstr ""
851
 
852
+ #: ../classes/settings.php:300
853
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
854
  msgstr ""
855
 
856
+ #: ../classes/settings.php:301
857
  msgid "Change column width"
858
  msgstr ""
859
 
860
+ #: ../classes/settings.php:302
861
  msgid ""
862
  "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the "
863
  "columns in percentages."
864
  msgstr ""
865
 
866
+ #: ../classes/settings.php:308
867
  msgid "'Custom Field' column"
868
  msgstr ""
869
 
870
+ #: ../classes/settings.php:309
871
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
872
  msgstr ""
873
 
874
+ #: ../classes/settings.php:311
875
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
876
  msgstr ""
877
 
878
+ #: ../classes/settings.php:312
879
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
880
  msgstr ""
881
 
882
+ #: ../classes/settings.php:313
883
  msgid "Value: This will show the first 20 words of the Post content."
884
  msgstr ""
885
 
886
+ #: ../classes/settings.php:314
887
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
888
  msgstr ""
889
 
890
+ #: ../classes/settings.php:315
891
  msgid ""
892
  "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on "
893
  "numeric (custom field) values."
894
  msgstr ""
895
 
896
+ #: ../classes/settings.php:316
897
  #, php-format
898
  msgid ""
899
  "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted "
900
  "date format at the <a href='%s'>general settings</a> page."
901
  msgstr ""
902
 
903
+ #: ../classes/settings.php:317
904
  msgid "Post Titles"
905
  msgstr ""
906
 
907
+ #: ../classes/settings.php:317
908
  msgid "Value: can be one or more Post ID's (seperated by ',')."
909
  msgstr ""
910
 
911
+ #: ../classes/settings.php:318
912
  msgid "Usernames"
913
  msgstr ""
914
 
915
+ #: ../classes/settings.php:318
916
  msgid "Value: can be one or more User ID's (seperated by ',')."
917
  msgstr ""
918
 
919
+ #: ../classes/settings.php:319
920
  msgid "Checkmark"
921
  msgstr ""
922
 
923
+ #: ../classes/settings.php:319
924
  msgid "Value: should be a 1 (one) or 0 (zero)."
925
  msgstr ""
926
 
927
+ #: ../classes/settings.php:320
928
  msgid "Value: hex value color, such as #808080."
929
  msgstr ""
930
 
931
+ #: ../classes/settings.php:321
932
  msgid ""
933
  "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 "
934
  "item."
935
  msgstr ""
936
 
937
+ #: ../classes/settings.php:410
938
  msgid "Welcome to Admin Columns"
939
  msgstr ""
940
 
941
+ #: ../classes/settings.php:413
942
  msgid "Thank you for updating to the latest version!"
943
  msgstr ""
944
 
945
+ #: ../classes/settings.php:414
946
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
947
  msgstr ""
948
 
949
+ #: ../classes/settings.php:419
950
  msgid "What’s New"
951
  msgstr ""
952
 
953
+ #: ../classes/settings.php:420
954
  msgid "Changelog"
955
  msgstr ""
956
 
957
+ #: ../classes/settings.php:425
958
  msgid "Important"
959
  msgstr ""
960
 
961
+ #: ../classes/settings.php:427
962
  msgid "Database Changes"
963
  msgstr ""
964
 
965
+ #: ../classes/settings.php:428
966
  msgid ""
967
  "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without "
968
  "any issues."
969
  msgstr ""
970
 
971
+ #: ../classes/settings.php:431
972
  msgid "Make sure you backup your database and then click"
973
  msgstr ""
974
 
975
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
976
  msgid "Upgrade Database"
977
  msgstr ""
978
 
979
+ #: ../classes/settings.php:434
980
  msgid "Potential Issues"
981
  msgstr ""
982
 
983
+ #: ../classes/settings.php:435
984
  msgid ""
985
  "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It "
986
  "is important that you read the full"
987
  msgstr ""
988
 
989
+ #: ../classes/settings.php:435
990
  msgid "Migrating from v1 to v2"
991
  msgstr ""
992
 
993
+ #: ../classes/settings.php:435
994
  msgid "guide to view the full list of changes."
995
  msgstr ""
996
 
997
+ #: ../classes/settings.php:435
998
  #, php-format
999
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
1000
  msgstr ""
1001
 
1002
+ #: ../classes/settings.php:438
1003
  msgid "Important!"
1004
  msgstr ""
1005
 
1006
+ #: ../classes/settings.php:438
1007
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
1008
  msgstr ""
1009
 
1010
+ #: ../classes/settings.php:438
1011
  msgid "version 1"
1012
  msgstr ""
1013
 
1014
+ #: ../classes/settings.php:438
1015
  msgid "of this plugin."
1016
  msgstr ""
1017
 
1018
+ #: ../classes/settings.php:444
1019
  msgid "Changelog for"
1020
  msgstr ""
1021
 
1022
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1023
  msgid "Learn more"
1024
  msgstr ""
1025
 
1026
+ #: ../classes/settings.php:469
1027
  msgid "Start using Admin Columns"
1028
  msgstr ""
1029
 
1030
+ #: ../classes/settings.php:512
1031
  msgid "General Settings"
1032
  msgstr ""
1033
 
1034
+ #: ../classes/settings.php:513
1035
  msgid "Customize your Admin Columns settings."
1036
  msgstr ""
1037
 
1038
+ #: ../classes/settings.php:524
1039
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1040
  msgstr ""
1041
 
1042
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1043
  msgid "Save"
1044
  msgstr ""
1045
 
1046
+ #: ../classes/settings.php:571
1047
  msgid "Restore Settings"
1048
  msgstr ""
1049
 
1050
+ #: ../classes/settings.php:572
1051
  msgid "This will delete all column settings and restore the default settings."
1052
  msgstr "Alle Einstellungen werden gelöscht und die Voreinstellungen wiederhergestellt."
1053
 
1054
+ #: ../classes/settings.php:578
1055
  msgid "Restore default settings"
1056
  msgstr "Vorgabewerte wiederherstellen"
1057
 
1058
+ #: ../classes/settings.php:578
1059
  msgid ""
1060
  "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1061
  msgstr "Warnung! Alle Admin Spalteneinstellungen werden endgültig gelöscht. \\'OK\\' zum Löschen, \\'Cancel\\' für Abbruch"
1062
 
1063
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1064
  msgid "Settings"
1065
  msgstr "Einstellungen"
1066
 
1067
+ #: ../classes/settings.php:601
1068
  msgid "Add-ons"
1069
  msgstr ""
1070
 
1071
+ #: ../classes/settings.php:631
1072
  msgid "Posttypes"
1073
  msgstr ""
1074
 
1075
+ #: ../classes/settings.php:632
1076
  msgid "Others"
1077
  msgstr ""
1078
 
1079
+ #: ../classes/settings.php:633
1080
  msgid "Taxonomies"
1081
  msgstr ""
1082
 
1083
+ #: ../classes/settings.php:652
1084
  #, php-format
1085
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1086
  msgstr ""
1087
 
1088
+ #: ../classes/settings.php:662
1089
  msgid "Store settings"
1090
  msgstr ""
1091
 
1092
+ #: ../classes/settings.php:666
1093
  msgid "Update"
1094
  msgstr ""
1095
 
1096
+ #: ../classes/settings.php:670
1097
  #, php-format
1098
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1099
  msgstr ""
1100
 
1101
+ #: ../classes/settings.php:671
1102
  msgid "columns"
1103
  msgstr ""
1104
 
1105
+ #: ../classes/settings.php:690
1106
  msgid "Get Admin Columns Pro"
1107
  msgstr ""
1108
 
1109
+ #: ../classes/settings.php:694
1110
  msgid "Add Sorting"
1111
  msgstr ""
1112
 
1113
+ #: ../classes/settings.php:695
1114
  msgid "Add Filtering"
1115
  msgstr ""
1116
 
1117
+ #: ../classes/settings.php:696
1118
  msgid "Add Import/Export"
1119
  msgstr ""
1120
 
1121
+ #: ../classes/settings.php:697
1122
  msgid "Add Direct Editing"
1123
  msgstr ""
1124
 
1125
+ #: ../classes/settings.php:700
1126
  #, php-format
1127
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1128
  msgstr ""
1129
 
1130
+ #: ../classes/settings.php:731
1131
  msgid "Are you happy with Admin Columns?"
1132
  msgstr ""
1133
 
1134
+ #: ../classes/settings.php:739
1135
  msgid "What's wrong? Need help? Let us know!"
1136
  msgstr ""
1137
 
1138
+ #: ../classes/settings.php:740
1139
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1140
  msgstr ""
1141
 
1142
+ #: ../classes/settings.php:748
1143
  msgid "Docs"
1144
  msgstr ""
1145
 
1146
+ #: ../classes/settings.php:753
1147
  msgid "Forums"
1148
  msgstr ""
1149
 
1150
+ #: ../classes/settings.php:762
1151
  msgid "Woohoo! We're glad to hear that!"
1152
  msgstr ""
1153
 
1154
+ #: ../classes/settings.php:763
1155
  msgid ""
1156
  "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin "
1157
  "Columns!"
1158
  msgstr ""
1159
 
1160
+ #: ../classes/settings.php:767
1161
  msgid "Rate"
1162
  msgstr ""
1163
 
1164
+ #: ../classes/settings.php:778
1165
  msgid "Tweet"
1166
  msgstr ""
1167
 
1168
+ #: ../classes/settings.php:788
1169
  msgid "Buy Pro"
1170
  msgstr ""
1171
 
1172
+ #: ../classes/settings.php:800
1173
  msgid "Support"
1174
  msgstr ""
1175
 
1176
+ #: ../classes/settings.php:803
1177
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1178
  msgstr ""
1179
 
1180
+ #: ../classes/settings.php:806
1181
  #, php-format
1182
  msgid ""
1183
  "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1184
  msgstr ""
1185
 
1186
+ #: ../classes/settings.php:835
1187
  msgid "Drag and drop to reorder"
1188
  msgstr ""
1189
 
1190
+ #: ../classes/settings.php:838
1191
  msgid "Add Column"
1192
  msgstr ""
1193
 
1194
+ #: ../classes/settings.php:919
1195
  msgid "Active"
1196
  msgstr ""
1197
 
1198
+ #: ../classes/settings.php:920
1199
  msgid "Deactivate"
1200
  msgstr ""
1201
 
1202
+ #: ../classes/settings.php:927
1203
  msgid "Installed"
1204
  msgstr ""
1205
 
1206
+ #: ../classes/settings.php:928
1207
  msgid "Activate"
1208
  msgstr ""
1209
 
1210
+ #: ../classes/settings.php:942
1211
  msgid "Download & Install"
1212
  msgstr ""
1213
 
1214
+ #: ../classes/settings.php:947
1215
  msgid "Get this add-on"
1216
  msgstr ""
1217
 
1218
+ #: ../classes/storage_model.php:227
1219
  msgid "settings succesfully restored."
1220
  msgstr ""
1221
 
1222
+ #: ../classes/storage_model.php:243
1223
  msgid "No columns settings available."
1224
  msgstr ""
1225
 
1226
+ #: ../classes/storage_model.php:264
1227
  #, php-format
1228
  msgid "You are trying to store the same settings for %s."
1229
  msgstr ""
1230
 
1231
+ #: ../classes/storage_model.php:268
1232
  #, php-format
1233
  msgid "Settings for %s updated succesfully."
1234
  msgstr ""
1237
  msgid "Comments"
1238
  msgstr "Kommentare"
1239
 
1240
+ #: ../classes/storage_model/comment.php:14
1241
+ msgid "Comment"
1242
+ msgstr ""
1243
+
1244
  #: ../classes/storage_model/link.php:13
1245
  msgid "Links"
1246
  msgstr ""
1247
 
1248
+ #: ../classes/storage_model/link.php:14
1249
+ msgid "Link"
1250
+ msgstr ""
1251
+
1252
+ #: ../classes/storage_model/media.php:14
1253
+ msgid "Media"
1254
+ msgstr ""
1255
+
1256
  #: ../classes/storage_model/user.php:13
1257
  msgid "Users"
1258
  msgstr ""
1259
 
1260
+ #: ../classes/storage_model/user.php:14
1261
+ msgid "User"
1262
+ msgstr ""
1263
+
1264
  #: ../classes/upgrade.php:62
1265
  msgid ""
1266
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer "
1321
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1322
  msgstr ""
1323
 
1324
+ #: ../codepress-admin-columns.php:442
1325
  msgid "Edit columns"
1326
  msgstr ""
languages/cpac-es_ES.mo CHANGED
Binary file
languages/cpac-es_ES.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/admin-columns/language/es_ES/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: es_ES\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,8 +22,8 @@ msgstr ""
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
- msgstr "Integración del plugin de terceros"
27
 
28
  #: ../classes/addons.php:135
29
  msgid "Advanced Custom Fields"
@@ -41,119 +41,168 @@ msgstr ""
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "Miniatura"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "Medio"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "Largo"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "Completo"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "Formato de Fecha"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "Esto determinará cómo la fecha se mostrará."
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "Ejemplo:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "Dejar en blanco para formato de fecha de WordPress, cambie su <a href=\"%s\">formato de fecha por defecto aquí</a>."
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "Documentación en formato de fecha y hora."
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "Tamaño de extracto"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "Número de palabras"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "Tamaño de vista previa"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "Personalizado"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "ancho"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "largo"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "Antes"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "Este texto aparecerá antes del valor del campo personalizado."
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "Después"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "Este texto aparecerá después del valor del campo personalizado."
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Edit"
123
  msgstr "Editar"
124
 
125
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
126
  msgid "Remove"
127
  msgstr "Borrar"
128
 
129
- #: ../classes/column.php:1062
130
  msgid "Type"
131
  msgstr "Tipo"
132
 
133
- #: ../classes/column.php:1062
134
  msgid "Choose a column type."
135
  msgstr "Escoger un tipo de columna."
136
 
137
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
138
- msgid "ID"
139
- msgstr "ID"
140
 
141
- #: ../classes/column.php:1072
142
  msgid "Label"
143
  msgstr "Etiqueta"
144
 
145
- #: ../classes/column.php:1072
146
  msgid "This is the name which will appear as the column header."
147
  msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
148
 
149
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
150
  msgid "Width"
151
  msgstr "Ancho"
152
 
153
- #: ../classes/column.php:1081 ../classes/column.php:1082
154
  msgid "default"
155
  msgstr "por defecto"
156
 
 
 
 
 
157
  #: ../classes/column/acf-placeholder.php:19
158
  msgid "ACF Field"
159
  msgstr "Campo ACF"
@@ -175,47 +224,51 @@ msgstr "Admin Columns Pro - Developer ofrece una integración completa de Campos
175
  msgid "Find out more"
176
  msgstr "Descubra más"
177
 
178
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
179
  msgid "Actions"
180
  msgstr "Acciones"
181
 
182
- #: ../classes/column/actions.php:87
183
  msgid "Use icons?"
184
  msgstr ""
185
 
186
- #: ../classes/column/actions.php:87
187
  msgid "Use icons instead of text for displaying the actions."
188
  msgstr ""
189
 
190
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
191
  msgid "Yes"
192
  msgstr ""
193
 
194
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
195
  msgid "No"
196
  msgstr ""
197
 
198
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
199
  msgid "Unapprove"
200
  msgstr "Desaprobado"
201
 
202
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
203
  msgid "Approve"
204
  msgstr "Aprobado"
205
 
206
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
207
  msgid "Restore"
208
  msgstr "Restaurar"
209
 
210
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
211
  msgid "Delete Permanently"
212
  msgstr "Borrar Permanentemente"
213
 
214
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
215
  msgid "Quick&nbsp;Edit"
216
  msgstr "Edición&nbsp;Rápida"
217
 
218
- #: ../classes/column/comment/actions.php:101
219
  msgid "Reply"
220
  msgstr "Responder"
221
 
@@ -256,11 +309,11 @@ msgstr "Fecha GMT"
256
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
257
  msgstr "Enviado el <a href=\"%1$s\">%2$s a las %3$s</a>"
258
 
259
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
260
  msgid "Date"
261
  msgstr "Fecha"
262
 
263
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
264
  msgid "Excerpt"
265
  msgstr "Extracto"
266
 
@@ -272,11 +325,11 @@ msgstr "En Respuesta A"
272
  msgid "Word count"
273
  msgstr "Conteo de palabra"
274
 
275
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
276
  msgid "Custom Field"
277
  msgstr "Campo Personalizado"
278
 
279
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
280
  msgid "Default"
281
  msgstr "Por Defecto"
282
 
@@ -284,15 +337,15 @@ msgstr "Por Defecto"
284
  msgid "Checkmark (true/false)"
285
  msgstr "Marca de Verificación (true/false)"
286
 
287
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
288
  msgid "Color"
289
  msgstr "Color"
290
 
291
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
292
  msgid "Counter"
293
  msgstr "Contador"
294
 
295
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
296
  msgid "Image"
297
  msgstr "Imagen"
298
 
@@ -300,11 +353,11 @@ msgstr "Imagen"
300
  msgid "Media Library"
301
  msgstr "Librería de Media"
302
 
303
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
304
  msgid "Multiple Values"
305
  msgstr "Valores Múltiples"
306
 
307
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
308
  msgid "Numeric"
309
  msgstr "Numérico"
310
 
@@ -316,19 +369,28 @@ msgstr "Título del Post (IDs de Post)"
316
  msgid "Username (User ID's)"
317
  msgstr "Nombre de Usuario (IDs de Usuario)"
318
 
319
- #: ../classes/column/custom-field.php:356
 
 
 
 
320
  msgid "Select your custom field."
321
  msgstr "Seleccione su campo personalizado."
322
 
323
- #: ../classes/column/custom-field.php:366
324
  msgid "No custom fields available."
325
  msgstr "No hay campos personalizados disponibles."
326
 
327
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
328
  msgid "Field Type"
329
  msgstr "Tipo de Campo"
330
 
331
- #: ../classes/column/custom-field.php:373
332
  msgid "This will determine how the value will be displayed."
333
  msgstr "Esto determinará cómo el valor se mostrará."
334
 
@@ -369,10 +431,31 @@ msgstr "Rss"
369
  msgid "Target"
370
  msgstr "Objetivo"
371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  #: ../classes/column/media/alternate-text.php:19
373
  msgid "Alt"
374
  msgstr "Alt"
375
 
 
 
 
 
376
  #: ../classes/column/media/available-sizes.php:20
377
  msgid "Available Sizes"
378
  msgstr "Tamaños Disponibles"
@@ -437,10 +520,26 @@ msgstr "Nombre de archivo"
437
  msgid "File size"
438
  msgstr "Tamaño de archivo"
439
 
440
- #: ../classes/column/media/full-path.php:19
441
  msgid "Full path"
442
  msgstr "Camino completo"
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  #: ../classes/column/media/height.php:19
445
  msgid "Height"
446
  msgstr "Largo"
@@ -449,96 +548,47 @@ msgstr "Largo"
449
  msgid "Mime type"
450
  msgstr "Tipo de mime"
451
 
452
- #: ../classes/column/post/actions.php:31
453
  msgid "Edit this item"
454
  msgstr "Editar este elemento"
455
 
456
- #: ../classes/column/post/actions.php:34
457
  msgid "Edit this item inline"
458
  msgstr "Editar este elemento inline"
459
 
460
- #: ../classes/column/post/actions.php:39
461
  msgid "Restore this item from the Trash"
462
  msgstr "Restaurar este elemento de la Papelera"
463
 
464
- #: ../classes/column/post/actions.php:41
465
  msgid "Move this item to the Trash"
466
  msgstr "Mover este elemento a la papelera"
467
 
468
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
469
- msgid "Trash"
470
- msgstr "Papelera"
471
-
472
- #: ../classes/column/post/actions.php:43
473
  msgid "Delete this item permanently"
474
  msgstr "Borrar este elemento permanentemente"
475
 
476
- #: ../classes/column/post/actions.php:48
477
  #, php-format
478
  msgid "Preview &#8220;%s&#8221;"
479
  msgstr "Vista Previa &#8220;%s&#8221;"
480
 
481
- #: ../classes/column/post/actions.php:48
482
  msgid "Preview"
483
  msgstr "Vista Previa"
484
 
485
- #: ../classes/column/post/actions.php:50
486
- #, php-format
487
- msgid "View &#8220;%s&#8221;"
488
- msgstr "Ver &#8220;%s&#8221; "
489
-
490
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
491
- msgid "View"
492
- msgstr "Ver"
493
-
494
  #: ../classes/column/post/attachment-count.php:19
495
  msgid "No. of Attachments"
496
  msgstr "No. de Adjuntos"
497
 
498
  #: ../classes/column/post/attachment.php:19
499
- msgid "Attachment"
500
- msgstr "Adjunto"
501
 
502
  #: ../classes/column/post/author-name.php:20
503
  msgid "Display Author As"
504
  msgstr "Mostrar Autor Como"
505
 
506
- #: ../classes/column/post/author-name.php:40
507
- msgid "Display Name"
508
- msgstr "Nombre a Mostrar"
509
-
510
- #: ../classes/column/post/author-name.php:41
511
- msgid "First Name"
512
- msgstr "Primer Nombre"
513
-
514
- #: ../classes/column/post/author-name.php:42
515
- msgid "Last Name"
516
- msgstr "Apellido"
517
-
518
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
519
- msgid "Nickname"
520
- msgstr "Alias"
521
-
522
- #: ../classes/column/post/author-name.php:44
523
- msgid "User Login"
524
- msgstr "Nombre de Usuario"
525
-
526
- #: ../classes/column/post/author-name.php:45
527
- msgid "User Email"
528
- msgstr "Email de Usuario"
529
-
530
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
531
- msgid "User ID"
532
- msgstr "ID de Usuario"
533
-
534
- #: ../classes/column/post/author-name.php:47
535
- msgid "First and Last Name"
536
- msgstr "Primer Nombre y Apellido"
537
-
538
- #: ../classes/column/post/author-name.php:124
539
- msgid "This is the format of the author name."
540
- msgstr "Esto es el formato del nombre del autor."
541
-
542
  #: ../classes/column/post/before-moretag.php:19
543
  msgid "Before More Tag"
544
  msgstr "Etiqueta de Antes de Más "
@@ -567,6 +617,30 @@ msgstr "Estado del comentario"
567
  msgid "Select which comment status you like to display."
568
  msgstr "Seleccionar cuál estado de comentario desea mostrar."
569
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
570
  #: ../classes/column/post/featured-image.php:19
571
  msgid "Featured Image"
572
  msgstr "Imagen Destacada"
@@ -575,6 +649,10 @@ msgstr "Imagen Destacada"
575
  msgid "Post Format"
576
  msgstr "Formato del Post"
577
 
 
 
 
 
578
  #: ../classes/column/post/modified.php:19
579
  msgid "Last modified"
580
  msgstr "Última modificación"
@@ -615,6 +693,10 @@ msgstr "Estado del Ping"
615
  msgid "Roles"
616
  msgstr "Roles"
617
 
 
 
 
 
618
  #: ../classes/column/post/slug.php:19
619
  msgid "Slug"
620
  msgstr "Alias"
@@ -655,7 +737,7 @@ msgstr "Pegajoso"
655
  msgid "Title without actions"
656
  msgstr ""
657
 
658
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
659
  msgid "Taxonomy"
660
  msgstr "Taxonomía"
661
 
@@ -675,6 +757,10 @@ msgstr ""
675
  msgid "Comment Count"
676
  msgstr "Cantidad de Comentario"
677
 
 
 
 
 
678
  #: ../classes/column/user/first-name.php:19
679
  msgid "First name"
680
  msgstr "Primer Nombre"
@@ -695,423 +781,427 @@ msgstr "Tipo de Post"
695
  msgid "Registered"
696
  msgstr "Registrado"
697
 
 
 
 
 
698
  #: ../classes/column/user/url.php:19
699
  msgid "Url"
700
  msgstr "Url"
701
 
702
- #: ../classes/settings.php:111
703
  msgid "Add-on successfully activated."
704
  msgstr "Add-on activado satisfactoriamente."
705
 
706
- #: ../classes/settings.php:114
707
  msgid "Add-on successfully deactivated."
708
  msgstr "Add-on desactivado satisfactoriamente."
709
 
710
- #: ../classes/settings.php:169
711
  msgid "Admin Columns Settings"
712
  msgstr "Ajustes de Admin Columns"
713
 
714
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
715
  msgid "Admin Columns"
716
  msgstr "Admin Columns"
717
 
718
- #: ../classes/settings.php:217
719
  #, php-format
720
  msgid "%s column is already present and can not be duplicated."
721
  msgstr "%s columna está ya presente y no puede ser duplicada."
722
 
723
- #: ../classes/settings.php:271
724
  msgid "Default settings succesfully restored."
725
  msgstr "Ajustes por defecto restaurados satisfactoriamente."
726
 
727
- #: ../classes/settings.php:288
728
  msgid "Overview"
729
  msgstr "Resumen"
730
 
731
- #: ../classes/settings.php:291
732
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
733
  msgstr "Este plugin es para adicionar y borrar columnas adicionales a las pantallas de administración para posts (tipos), páginas, librería de media, comentarios, enlaces y usuarios. Cambie la etiqueta de las columnas y reordénelas."
734
 
735
- #: ../classes/settings.php:294
736
  msgid "Basics"
737
  msgstr "Fundamentos"
738
 
739
- #: ../classes/settings.php:296
740
  msgid "Change order"
741
  msgstr "Cambiar orden"
742
 
743
- #: ../classes/settings.php:297
744
  msgid "By dragging the columns you can change the order which they will appear in."
745
  msgstr "Al arrastrar las columnas usted puede cambiar el orden en las que aparecerán."
746
 
747
- #: ../classes/settings.php:298
748
  msgid "Change label"
749
  msgstr "Cambiar etiqueta"
750
 
751
- #: ../classes/settings.php:299
752
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
753
  msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Aquí puede cambiar cada etiqueta del encabezado de las columnas."
754
 
755
- #: ../classes/settings.php:300
756
  msgid "Change column width"
757
  msgstr "Cambiar ancho de columna"
758
 
759
- #: ../classes/settings.php:301
760
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
761
  msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Al usar el slider arrastrable puede establecer el ancho de las columnas en por ciento."
762
 
763
- #: ../classes/settings.php:307
764
  msgid "'Custom Field' column"
765
  msgstr "Columna 'Campo Personalizado'"
766
 
767
- #: ../classes/settings.php:308
768
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
769
  msgstr "La columna del campo personalizado utiliza los campos personalizados de los posts y los usuarios. Hay 10 tipos que puede establecer."
770
 
771
- #: ../classes/settings.php:310
772
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
773
  msgstr "Valor: Puede ser una cadena o un arreglo. Los arreglos serán aplanados y los valores serán separados por una coma ','."
774
 
775
- #: ../classes/settings.php:311
776
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
777
  msgstr "Valor: debería contener una URL de imagen o IDs de Adjunto (separados por una coma ',')."
778
 
779
- #: ../classes/settings.php:312
780
  msgid "Value: This will show the first 20 words of the Post content."
781
  msgstr "Valor: Esto mostrará las primeras 20 palabras del contenido del Post."
782
 
783
- #: ../classes/settings.php:313
784
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
785
  msgstr "Valor: debería ser un arreglo. Esto aplanará cualquier arreglo (multidimensional)."
786
 
787
- #: ../classes/settings.php:314
788
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
789
  msgstr "Valor: Enteros solamente. <br/> Si usted tiene el 'addon de ordenación' esto será utilizado para ordenar, por lo que puede ordenar sus posts sobre valores numéricos (campo personalizado)."
790
 
791
- #: ../classes/settings.php:315
792
  #, php-format
793
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
794
  msgstr "Valor: Puede ser una marca de tiempo unix o un formato de fecha como se describe en <a href='%s'>Codex</a>.Usted puede cambiar el formato de fecha devuelto en la página de <a href='%s'>ajustes generales</a>"
795
 
796
- #: ../classes/settings.php:316
797
  msgid "Post Titles"
798
  msgstr "Títulos de Post"
799
 
800
- #: ../classes/settings.php:316
801
  msgid "Value: can be one or more Post ID's (seperated by ',')."
802
  msgstr "Valor: puede ser uno o más IDs de Post (separados por ',')."
803
 
804
- #: ../classes/settings.php:317
805
  msgid "Usernames"
806
  msgstr "Nombres de Usuario"
807
 
808
- #: ../classes/settings.php:317
809
  msgid "Value: can be one or more User ID's (seperated by ',')."
810
  msgstr "Valor: puede ser uno o más IDs de Usuario (separados por ',')."
811
 
812
- #: ../classes/settings.php:318
813
  msgid "Checkmark"
814
  msgstr "Marca de Verificación"
815
 
816
- #: ../classes/settings.php:318
817
  msgid "Value: should be a 1 (one) or 0 (zero)."
818
  msgstr "Valor: debería ser un 1 (uno) o 0 (cero)."
819
 
820
- #: ../classes/settings.php:319
821
  msgid "Value: hex value color, such as #808080."
822
  msgstr "Valor: color de valor hex, ej. #808080."
823
 
824
- #: ../classes/settings.php:320
825
  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."
826
  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."
827
 
828
- #: ../classes/settings.php:409
829
  msgid "Welcome to Admin Columns"
830
  msgstr "Bienvenido a Admin Columns"
831
 
832
- #: ../classes/settings.php:412
833
  msgid "Thank you for updating to the latest version!"
834
  msgstr "¡Gracias por actualizar a la última versión!"
835
 
836
- #: ../classes/settings.php:413
837
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
838
  msgstr "Admin Columns está más pulido y es más disfrutable que nunca antes. Esperamos que le guste."
839
 
840
- #: ../classes/settings.php:418
841
  msgid "What’s New"
842
  msgstr "Qué hay de Nuevo"
843
 
844
- #: ../classes/settings.php:419
845
  msgid "Changelog"
846
  msgstr "Log de Cambio"
847
 
848
- #: ../classes/settings.php:424
849
  msgid "Important"
850
  msgstr "Importante"
851
 
852
- #: ../classes/settings.php:426
853
  msgid "Database Changes"
854
  msgstr "Cambios de Base de Datos"
855
 
856
- #: ../classes/settings.php:427
857
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
858
  msgstr "La base de datos ha sido cambiada entre las versiones 1 y 2. Pero nos aseguramos de que usted siempre pueda virar a la versión 1x sin ningún problema."
859
 
860
- #: ../classes/settings.php:430
861
  msgid "Make sure you backup your database and then click"
862
  msgstr "Esté seguro de hacer una copia de seguridad a su base de datos y luego haga clic"
863
 
864
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
865
  msgid "Upgrade Database"
866
  msgstr "Actualizar Base de Datos"
867
 
868
- #: ../classes/settings.php:433
869
  msgid "Potential Issues"
870
  msgstr "Problemas Potenciales"
871
 
872
- #: ../classes/settings.php:434
873
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
874
  msgstr "Debido a la refactorización cambiable del código, de los Add-ons circundantes y las acciones/filtros, su sitio web puede no operar correctamente. Es importante que lea la completa"
875
 
876
- #: ../classes/settings.php:434
877
  msgid "Migrating from v1 to v2"
878
  msgstr "Migración de v1 a v2"
879
 
880
- #: ../classes/settings.php:434
881
  msgid "guide to view the full list of changes."
882
  msgstr "guía para ver la lista completa de cambios."
883
 
884
- #: ../classes/settings.php:434
885
  #, php-format
886
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
887
  msgstr "Cuando usted encuentre un bug por favor <a href=\"%s\">repórtenoslo</a> para poder arreglarlo en el próximo release."
888
 
889
- #: ../classes/settings.php:437
890
  msgid "Important!"
891
  msgstr "¡Importante!"
892
 
893
- #: ../classes/settings.php:437
894
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
895
  msgstr "Si usted actualizó el plugin Admin Columns sin conocimiento previo de tales cambios, Por favor vire hacia atrás a la última"
896
 
897
- #: ../classes/settings.php:437
898
  msgid "version 1"
899
  msgstr "versión 1"
900
 
901
- #: ../classes/settings.php:437
902
  msgid "of this plugin."
903
  msgstr "de este plugin."
904
 
905
- #: ../classes/settings.php:443
906
  msgid "Changelog for"
907
  msgstr "Log de cambios para "
908
 
909
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
910
  msgid "Learn more"
911
  msgstr "Ver más"
912
 
913
- #: ../classes/settings.php:468
914
  msgid "Start using Admin Columns"
915
  msgstr "Comenzar a usar Admin Columns"
916
 
917
- #: ../classes/settings.php:511
918
  msgid "General Settings"
919
  msgstr "Ajustes Generales"
920
 
921
- #: ../classes/settings.php:512
922
  msgid "Customize your Admin Columns settings."
923
  msgstr "Personalice sus ajustes de Admin Columns."
924
 
925
- #: ../classes/settings.php:523
926
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
927
  msgstr ""
928
 
929
- #: ../classes/settings.php:530 ../classes/settings.php:660
930
  msgid "Save"
931
  msgstr "Salvar"
932
 
933
- #: ../classes/settings.php:570
934
  msgid "Restore Settings"
935
  msgstr "Restaurar Ajustes"
936
 
937
- #: ../classes/settings.php:571
938
  msgid "This will delete all column settings and restore the default settings."
939
  msgstr "Esto borrará todos los ajustes de columna y restaurará los ajustes por defecto."
940
 
941
- #: ../classes/settings.php:577
942
  msgid "Restore default settings"
943
  msgstr "Restaurar ajustes por defecto"
944
 
945
- #: ../classes/settings.php:577
946
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
947
  msgstr "¡Advertencia! Todos los datos salvados de Admin columns serán borrados. Esto no puede ser deshecho.\\'OK\\' para borrar, \\'Cancelar\\' para cancelar"
948
 
949
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
950
  msgid "Settings"
951
  msgstr "Ajustes"
952
 
953
- #: ../classes/settings.php:600
954
  msgid "Add-ons"
955
  msgstr "Add-ons"
956
 
957
- #: ../classes/settings.php:625
958
  msgid "Posttypes"
959
  msgstr "Tipos de Post"
960
 
961
- #: ../classes/settings.php:626
962
  msgid "Others"
963
  msgstr "Otros"
964
 
965
- #: ../classes/settings.php:627
966
  msgid "Taxonomies"
967
  msgstr "Taxonomías"
968
 
969
- #: ../classes/settings.php:646
970
  #, php-format
971
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
972
- msgstr "Las columnas para <strong>%s</strong> están establecidas vía PHP y pueden por tanto no ser editadas en el panel de admin."
973
 
974
- #: ../classes/settings.php:656
975
  msgid "Store settings"
976
  msgstr "Almacenar ajustes"
977
 
978
- #: ../classes/settings.php:660
979
  msgid "Update"
980
  msgstr "Actualizar"
981
 
982
- #: ../classes/settings.php:664
983
  #, php-format
984
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
985
  msgstr "¡Advertencia! Los %s datos de columnas serán borrados. Esto no puede ser deshecho. \\'OK\\' para borrar, \\'Cancelar\\' para cancelar"
986
 
987
- #: ../classes/settings.php:665
988
  msgid "columns"
989
  msgstr "columnas"
990
 
991
- #: ../classes/settings.php:684
992
  msgid "Get Admin Columns Pro"
993
  msgstr "Obtener Admin Columns Pro"
994
 
995
- #: ../classes/settings.php:688
996
  msgid "Add Sorting"
997
  msgstr "Adicionar Ordenamiento"
998
 
999
- #: ../classes/settings.php:689
1000
  msgid "Add Filtering"
1001
  msgstr "Adicionar Filtro"
1002
 
1003
- #: ../classes/settings.php:690
1004
  msgid "Add Import/Export"
1005
  msgstr "Adicionar Importar/Exportar"
1006
 
1007
- #: ../classes/settings.php:691
1008
  msgid "Add Direct Editing"
1009
  msgstr "Adicionar Edición Directa"
1010
 
1011
- #: ../classes/settings.php:694
1012
  #, php-format
1013
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1014
  msgstr "¡Vea <a href=\"%s\">Admin Columns Pro</a> para más detalles!"
1015
 
1016
- #: ../classes/settings.php:725
1017
  msgid "Are you happy with Admin Columns?"
1018
  msgstr ""
1019
 
1020
- #: ../classes/settings.php:733
1021
  msgid "What's wrong? Need help? Let us know!"
1022
  msgstr ""
1023
 
1024
- #: ../classes/settings.php:734
1025
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1026
  msgstr ""
1027
 
1028
- #: ../classes/settings.php:742
1029
  msgid "Docs"
1030
  msgstr ""
1031
 
1032
- #: ../classes/settings.php:747
1033
  msgid "Forums"
1034
  msgstr ""
1035
 
1036
- #: ../classes/settings.php:756
1037
  msgid "Woohoo! We're glad to hear that!"
1038
  msgstr ""
1039
 
1040
- #: ../classes/settings.php:757
1041
  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!"
1042
  msgstr ""
1043
 
1044
- #: ../classes/settings.php:761
1045
  msgid "Rate"
1046
  msgstr ""
1047
 
1048
- #: ../classes/settings.php:772
1049
  msgid "Tweet"
1050
  msgstr ""
1051
 
1052
- #: ../classes/settings.php:782
1053
  msgid "Buy Pro"
1054
  msgstr ""
1055
 
1056
- #: ../classes/settings.php:794
1057
  msgid "Support"
1058
  msgstr "Soporte"
1059
 
1060
- #: ../classes/settings.php:797
1061
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1062
  msgstr "Vea la sección de <strong>Ayuda</strong> en la parte superior derecha de la pantalla."
1063
 
1064
- #: ../classes/settings.php:800
1065
  #, php-format
1066
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1067
  msgstr "Para una documentación completa, reportes de bug, sugerencias de características y otros consejos <a href='%s'>visite el sitio web de Admin Columns</a>"
1068
 
1069
- #: ../classes/settings.php:829
1070
  msgid "Drag and drop to reorder"
1071
  msgstr "Arrastre y suelte para reordenar"
1072
 
1073
- #: ../classes/settings.php:832
1074
  msgid "Add Column"
1075
  msgstr "Adicionar Columna"
1076
 
1077
- #: ../classes/settings.php:908
1078
  msgid "Active"
1079
  msgstr "Activo"
1080
 
1081
- #: ../classes/settings.php:909
1082
  msgid "Deactivate"
1083
  msgstr "Inactivo"
1084
 
1085
- #: ../classes/settings.php:916
1086
  msgid "Installed"
1087
  msgstr "Instalado"
1088
 
1089
- #: ../classes/settings.php:917
1090
  msgid "Activate"
1091
  msgstr "Activar"
1092
 
1093
- #: ../classes/settings.php:931
1094
  msgid "Download & Install"
1095
  msgstr "Descargar e Instalar"
1096
 
1097
- #: ../classes/settings.php:936
1098
  msgid "Get this add-on"
1099
  msgstr "Obtener este add-on"
1100
 
1101
- #: ../classes/storage_model.php:213
1102
  msgid "settings succesfully restored."
1103
  msgstr "ajustes restaurados satisfactoriamente."
1104
 
1105
- #: ../classes/storage_model.php:229
1106
  msgid "No columns settings available."
1107
  msgstr "No hay ajustes de columnas disponibles."
1108
 
1109
- #: ../classes/storage_model.php:250
1110
  #, php-format
1111
  msgid "You are trying to store the same settings for %s."
1112
  msgstr "Está tratando de almacenar los mismos ajustes para %s."
1113
 
1114
- #: ../classes/storage_model.php:254
1115
  #, php-format
1116
  msgid "Settings for %s updated succesfully."
1117
  msgstr "Ajustes para %s actualizados satisfactoriamente."
@@ -1120,14 +1210,30 @@ msgstr "Ajustes para %s actualizados satisfactoriamente."
1120
  msgid "Comments"
1121
  msgstr "Comentarios"
1122
 
 
 
 
 
1123
  #: ../classes/storage_model/link.php:13
1124
  msgid "Links"
1125
  msgstr "Enlaces"
1126
 
 
 
 
 
 
 
 
 
1127
  #: ../classes/storage_model/user.php:13
1128
  msgid "Users"
1129
  msgstr "Usuarios"
1130
 
 
 
 
 
1131
  #: ../classes/upgrade.php:62
1132
  msgid ""
1133
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www."
@@ -1186,6 +1292,6 @@ msgstr "Error"
1186
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1187
  msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
1188
 
1189
- #: ../codepress-admin-columns.php:390
1190
  msgid "Edit columns"
1191
  msgstr "Editar columnas"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-25 17:30+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/admin-columns/language/es_ES/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: es_ES\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
+ msgstr ""
27
 
28
  #: ../classes/addons.php:135
29
  msgid "Advanced Custom Fields"
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:575
45
  msgid "Thumbnail"
46
  msgstr "Miniatura"
47
 
48
+ #: ../classes/column.php:576
49
  msgid "Medium"
50
  msgstr "Medio"
51
 
52
+ #: ../classes/column.php:577
53
  msgid "Large"
54
  msgstr "Largo"
55
 
56
+ #: ../classes/column.php:578
57
  msgid "Full"
58
  msgstr "Completo"
59
 
60
+ #: ../classes/column.php:1020
61
  msgid "Date Format"
62
  msgstr "Formato de Fecha"
63
 
64
+ #: ../classes/column.php:1021
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "Esto determinará cómo la fecha se mostrará."
67
 
68
+ #: ../classes/column.php:1027
69
  msgid "Example:"
70
  msgstr "Ejemplo:"
71
 
72
+ #: ../classes/column.php:1029
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "Dejar en blanco para formato de fecha de WordPress, cambie su <a href=\"%s\">formato de fecha por defecto aquí</a>."
76
 
77
+ #: ../classes/column.php:1030
78
  msgid "Documentation on date and time formatting."
79
  msgstr "Documentación en formato de fecha y hora."
80
 
81
+ #: ../classes/column.php:1044
82
  msgid "Excerpt length"
83
  msgstr "Tamaño de extracto"
84
 
85
+ #: ../classes/column.php:1045
86
  msgid "Number of words"
87
  msgstr "Número de palabras"
88
 
89
+ #: ../classes/column.php:1063
90
  msgid "Preview size"
91
  msgstr "Tamaño de vista previa"
92
 
93
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
94
  msgid "Custom"
95
  msgstr "Personalizado"
96
 
97
+ #: ../classes/column.php:1083 ../classes/column.php:1230
98
  msgid "width"
99
  msgstr "ancho"
100
 
101
+ #: ../classes/column.php:1086
102
  msgid "height"
103
  msgstr "largo"
104
 
105
+ #: ../classes/column.php:1098
106
  msgid "Before"
107
  msgstr "Antes"
108
 
109
+ #: ../classes/column.php:1098
110
  msgid "This text will appear before the custom field value."
111
  msgstr "Este texto aparecerá antes del valor del campo personalizado."
112
 
113
+ #: ../classes/column.php:1099
114
  msgid "After"
115
  msgstr "Después"
116
 
117
+ #: ../classes/column.php:1099
118
  msgid "This text will appear after the custom field value."
119
  msgstr "Este texto aparecerá después del valor del campo personalizado."
120
 
121
+ #: ../classes/column.php:1108
122
+ msgid "Display Name"
123
+ msgstr "Nombre a Mostrar"
124
+
125
+ #: ../classes/column.php:1109
126
+ msgid "First Name"
127
+ msgstr "Primer Nombre"
128
+
129
+ #: ../classes/column.php:1110
130
+ msgid "Last Name"
131
+ msgstr "Apellido"
132
+
133
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
134
+ msgid "Nickname"
135
+ msgstr "Alias"
136
+
137
+ #: ../classes/column.php:1112
138
+ msgid "User Login"
139
+ msgstr "Nombre de Usuario"
140
+
141
+ #: ../classes/column.php:1113
142
+ msgid "User Email"
143
+ msgstr "Email de Usuario"
144
+
145
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
146
+ msgid "User ID"
147
+ msgstr "ID de Usuario"
148
+
149
+ #: ../classes/column.php:1115
150
+ msgid "First and Last Name"
151
+ msgstr "Primer Nombre y Apellido"
152
+
153
+ #: ../classes/column.php:1118
154
+ msgid "Display format"
155
+ msgstr ""
156
+
157
+ #: ../classes/column.php:1118
158
+ msgid "This is the format of the author name."
159
+ msgstr "Esto es el formato del nombre del autor."
160
+
161
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32
162
+ #: ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "Editar"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "Borrar"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "Tipo"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "Escoger un tipo de columna."
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "Etiqueta"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "Ancho"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "por defecto"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr "Campo ACF"
224
  msgid "Find out more"
225
  msgstr "Descubra más"
226
 
227
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
228
  msgid "Actions"
229
  msgstr "Acciones"
230
 
231
+ #: ../classes/column/actions.php:96
232
  msgid "Use icons?"
233
  msgstr ""
234
 
235
+ #: ../classes/column/actions.php:96
236
  msgid "Use icons instead of text for displaying the actions."
237
  msgstr ""
238
 
239
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
240
  msgid "Yes"
241
  msgstr ""
242
 
243
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
244
  msgid "No"
245
  msgstr ""
246
 
247
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
248
+ msgid "ID"
249
+ msgstr "ID"
250
+
251
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
252
  msgid "Unapprove"
253
  msgstr "Desaprobado"
254
 
255
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
256
  msgid "Approve"
257
  msgstr "Aprobado"
258
 
259
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
260
  msgid "Restore"
261
  msgstr "Restaurar"
262
 
263
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
264
  msgid "Delete Permanently"
265
  msgstr "Borrar Permanentemente"
266
 
267
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
268
  msgid "Quick&nbsp;Edit"
269
  msgstr "Edición&nbsp;Rápida"
270
 
271
+ #: ../classes/column/comment/actions.php:77
272
  msgid "Reply"
273
  msgstr "Responder"
274
 
309
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
310
  msgstr "Enviado el <a href=\"%1$s\">%2$s a las %3$s</a>"
311
 
312
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
313
  msgid "Date"
314
  msgstr "Fecha"
315
 
316
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
317
  msgid "Excerpt"
318
  msgstr "Extracto"
319
 
325
  msgid "Word count"
326
  msgstr "Conteo de palabra"
327
 
328
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
329
  msgid "Custom Field"
330
  msgstr "Campo Personalizado"
331
 
332
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
333
  msgid "Default"
334
  msgstr "Por Defecto"
335
 
337
  msgid "Checkmark (true/false)"
338
  msgstr "Marca de Verificación (true/false)"
339
 
340
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
341
  msgid "Color"
342
  msgstr "Color"
343
 
344
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
345
  msgid "Counter"
346
  msgstr "Contador"
347
 
348
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
349
  msgid "Image"
350
  msgstr "Imagen"
351
 
353
  msgid "Media Library"
354
  msgstr "Librería de Media"
355
 
356
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
357
  msgid "Multiple Values"
358
  msgstr "Valores Múltiples"
359
 
360
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
361
  msgid "Numeric"
362
  msgstr "Numérico"
363
 
369
  msgid "Username (User ID's)"
370
  msgstr "Nombre de Usuario (IDs de Usuario)"
371
 
372
+ #: ../classes/column/custom-field.php:106
373
+ msgid "Term Name (Term ID's)"
374
+ msgstr ""
375
+
376
+ #: ../classes/column/custom-field.php:390
377
  msgid "Select your custom field."
378
  msgstr "Seleccione su campo personalizado."
379
 
380
+ #: ../classes/column/custom-field.php:400
381
  msgid "No custom fields available."
382
  msgstr "No hay campos personalizados disponibles."
383
 
384
+ #: ../classes/column/custom-field.php:400
385
+ #, php-format
386
+ msgid "Please create a %s item first."
387
+ msgstr ""
388
+
389
+ #: ../classes/column/custom-field.php:407
390
  msgid "Field Type"
391
  msgstr "Tipo de Campo"
392
 
393
+ #: ../classes/column/custom-field.php:407
394
  msgid "This will determine how the value will be displayed."
395
  msgstr "Esto determinará cómo el valor se mostrará."
396
 
431
  msgid "Target"
432
  msgstr "Objetivo"
433
 
434
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
435
+ msgid "Trash"
436
+ msgstr "Papelera"
437
+
438
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
439
+ #, php-format
440
+ msgid "View &#8220;%s&#8221;"
441
+ msgstr "Ver &#8220;%s&#8221; "
442
+
443
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
444
+ msgid "View"
445
+ msgstr "Ver"
446
+
447
+ #: ../classes/column/media/actions.php:35
448
+ msgid "Attach"
449
+ msgstr ""
450
+
451
  #: ../classes/column/media/alternate-text.php:19
452
  msgid "Alt"
453
  msgstr "Alt"
454
 
455
+ #: ../classes/column/media/attached-to.php:19
456
+ msgid "Attached to post"
457
+ msgstr ""
458
+
459
  #: ../classes/column/media/available-sizes.php:20
460
  msgid "Available Sizes"
461
  msgstr "Tamaños Disponibles"
520
  msgid "File size"
521
  msgstr "Tamaño de archivo"
522
 
523
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
524
  msgid "Full path"
525
  msgstr "Camino completo"
526
 
527
+ #: ../classes/column/media/full-path.php:83
528
+ msgid "Path scope"
529
+ msgstr ""
530
+
531
+ #: ../classes/column/media/full-path.php:84
532
+ msgid "Part of the file path to display"
533
+ msgstr ""
534
+
535
+ #: ../classes/column/media/full-path.php:97
536
+ msgid "Relative to domain"
537
+ msgstr ""
538
+
539
+ #: ../classes/column/media/full-path.php:102
540
+ msgid "Relative to main uploads folder "
541
+ msgstr ""
542
+
543
  #: ../classes/column/media/height.php:19
544
  msgid "Height"
545
  msgstr "Largo"
548
  msgid "Mime type"
549
  msgstr "Tipo de mime"
550
 
551
+ #: ../classes/column/post/actions.php:32
552
  msgid "Edit this item"
553
  msgstr "Editar este elemento"
554
 
555
+ #: ../classes/column/post/actions.php:35
556
  msgid "Edit this item inline"
557
  msgstr "Editar este elemento inline"
558
 
559
+ #: ../classes/column/post/actions.php:40
560
  msgid "Restore this item from the Trash"
561
  msgstr "Restaurar este elemento de la Papelera"
562
 
563
+ #: ../classes/column/post/actions.php:42
564
  msgid "Move this item to the Trash"
565
  msgstr "Mover este elemento a la papelera"
566
 
567
+ #: ../classes/column/post/actions.php:44
 
 
 
 
568
  msgid "Delete this item permanently"
569
  msgstr "Borrar este elemento permanentemente"
570
 
571
+ #: ../classes/column/post/actions.php:49
572
  #, php-format
573
  msgid "Preview &#8220;%s&#8221;"
574
  msgstr "Vista Previa &#8220;%s&#8221;"
575
 
576
+ #: ../classes/column/post/actions.php:49
577
  msgid "Preview"
578
  msgstr "Vista Previa"
579
 
 
 
 
 
 
 
 
 
 
580
  #: ../classes/column/post/attachment-count.php:19
581
  msgid "No. of Attachments"
582
  msgstr "No. de Adjuntos"
583
 
584
  #: ../classes/column/post/attachment.php:19
585
+ msgid "Attachments"
586
+ msgstr ""
587
 
588
  #: ../classes/column/post/author-name.php:20
589
  msgid "Display Author As"
590
  msgstr "Mostrar Autor Como"
591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  #: ../classes/column/post/before-moretag.php:19
593
  msgid "Before More Tag"
594
  msgstr "Etiqueta de Antes de Más "
617
  msgid "Select which comment status you like to display."
618
  msgstr "Seleccionar cuál estado de comentario desea mostrar."
619
 
620
+ #: ../classes/column/post/content.php:19
621
+ msgid "Content"
622
+ msgstr ""
623
+
624
+ #: ../classes/column/post/date-published.php:17
625
+ msgid "Date Published"
626
+ msgstr ""
627
+
628
+ #: ../classes/column/post/depth.php:19
629
+ msgid "Depth"
630
+ msgstr ""
631
+
632
+ #: ../classes/column/post/estimated-reading-time.php:19
633
+ msgid "Estimated Reading Time"
634
+ msgstr ""
635
+
636
+ #: ../classes/column/post/estimated-reading-time.php:103
637
+ msgid "Words per minute"
638
+ msgstr ""
639
+
640
+ #: ../classes/column/post/estimated-reading-time.php:104
641
+ msgid "Estimated reading time in words per minute"
642
+ msgstr ""
643
+
644
  #: ../classes/column/post/featured-image.php:19
645
  msgid "Featured Image"
646
  msgstr "Imagen Destacada"
649
  msgid "Post Format"
650
  msgstr "Formato del Post"
651
 
652
+ #: ../classes/column/post/last-modified-author.php:20
653
+ msgid "Last Modified Author"
654
+ msgstr ""
655
+
656
  #: ../classes/column/post/modified.php:19
657
  msgid "Last modified"
658
  msgstr "Última modificación"
693
  msgid "Roles"
694
  msgstr "Roles"
695
 
696
+ #: ../classes/column/post/shortcodes.php:19
697
+ msgid "Shortcodes"
698
+ msgstr ""
699
+
700
  #: ../classes/column/post/slug.php:19
701
  msgid "Slug"
702
  msgstr "Alias"
737
  msgid "Title without actions"
738
  msgstr ""
739
 
740
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
741
  msgid "Taxonomy"
742
  msgstr "Taxonomía"
743
 
757
  msgid "Comment Count"
758
  msgstr "Cantidad de Comentario"
759
 
760
+ #: ../classes/column/user/display-name.php:19
761
+ msgid "Display name"
762
+ msgstr ""
763
+
764
  #: ../classes/column/user/first-name.php:19
765
  msgid "First name"
766
  msgstr "Primer Nombre"
781
  msgid "Registered"
782
  msgstr "Registrado"
783
 
784
+ #: ../classes/column/user/rich-editing.php:19
785
+ msgid "Visual Editor"
786
+ msgstr ""
787
+
788
  #: ../classes/column/user/url.php:19
789
  msgid "Url"
790
  msgstr "Url"
791
 
792
+ #: ../classes/settings.php:112
793
  msgid "Add-on successfully activated."
794
  msgstr "Add-on activado satisfactoriamente."
795
 
796
+ #: ../classes/settings.php:115
797
  msgid "Add-on successfully deactivated."
798
  msgstr "Add-on desactivado satisfactoriamente."
799
 
800
+ #: ../classes/settings.php:170
801
  msgid "Admin Columns Settings"
802
  msgstr "Ajustes de Admin Columns"
803
 
804
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
805
  msgid "Admin Columns"
806
  msgstr "Admin Columns"
807
 
808
+ #: ../classes/settings.php:218
809
  #, php-format
810
  msgid "%s column is already present and can not be duplicated."
811
  msgstr "%s columna está ya presente y no puede ser duplicada."
812
 
813
+ #: ../classes/settings.php:272
814
  msgid "Default settings succesfully restored."
815
  msgstr "Ajustes por defecto restaurados satisfactoriamente."
816
 
817
+ #: ../classes/settings.php:289
818
  msgid "Overview"
819
  msgstr "Resumen"
820
 
821
+ #: ../classes/settings.php:292
822
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
823
  msgstr "Este plugin es para adicionar y borrar columnas adicionales a las pantallas de administración para posts (tipos), páginas, librería de media, comentarios, enlaces y usuarios. Cambie la etiqueta de las columnas y reordénelas."
824
 
825
+ #: ../classes/settings.php:295
826
  msgid "Basics"
827
  msgstr "Fundamentos"
828
 
829
+ #: ../classes/settings.php:297
830
  msgid "Change order"
831
  msgstr "Cambiar orden"
832
 
833
+ #: ../classes/settings.php:298
834
  msgid "By dragging the columns you can change the order which they will appear in."
835
  msgstr "Al arrastrar las columnas usted puede cambiar el orden en las que aparecerán."
836
 
837
+ #: ../classes/settings.php:299
838
  msgid "Change label"
839
  msgstr "Cambiar etiqueta"
840
 
841
+ #: ../classes/settings.php:300
842
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
843
  msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Aquí puede cambiar cada etiqueta del encabezado de las columnas."
844
 
845
+ #: ../classes/settings.php:301
846
  msgid "Change column width"
847
  msgstr "Cambiar ancho de columna"
848
 
849
+ #: ../classes/settings.php:302
850
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
851
  msgstr "Al hacer clic en el triángulo verá las opciones de la columna. Al usar el slider arrastrable puede establecer el ancho de las columnas en por ciento."
852
 
853
+ #: ../classes/settings.php:308
854
  msgid "'Custom Field' column"
855
  msgstr "Columna 'Campo Personalizado'"
856
 
857
+ #: ../classes/settings.php:309
858
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
859
  msgstr "La columna del campo personalizado utiliza los campos personalizados de los posts y los usuarios. Hay 10 tipos que puede establecer."
860
 
861
+ #: ../classes/settings.php:311
862
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
863
  msgstr "Valor: Puede ser una cadena o un arreglo. Los arreglos serán aplanados y los valores serán separados por una coma ','."
864
 
865
+ #: ../classes/settings.php:312
866
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
867
  msgstr "Valor: debería contener una URL de imagen o IDs de Adjunto (separados por una coma ',')."
868
 
869
+ #: ../classes/settings.php:313
870
  msgid "Value: This will show the first 20 words of the Post content."
871
  msgstr "Valor: Esto mostrará las primeras 20 palabras del contenido del Post."
872
 
873
+ #: ../classes/settings.php:314
874
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
875
  msgstr "Valor: debería ser un arreglo. Esto aplanará cualquier arreglo (multidimensional)."
876
 
877
+ #: ../classes/settings.php:315
878
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
879
  msgstr "Valor: Enteros solamente. <br/> Si usted tiene el 'addon de ordenación' esto será utilizado para ordenar, por lo que puede ordenar sus posts sobre valores numéricos (campo personalizado)."
880
 
881
+ #: ../classes/settings.php:316
882
  #, php-format
883
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
884
  msgstr "Valor: Puede ser una marca de tiempo unix o un formato de fecha como se describe en <a href='%s'>Codex</a>.Usted puede cambiar el formato de fecha devuelto en la página de <a href='%s'>ajustes generales</a>"
885
 
886
+ #: ../classes/settings.php:317
887
  msgid "Post Titles"
888
  msgstr "Títulos de Post"
889
 
890
+ #: ../classes/settings.php:317
891
  msgid "Value: can be one or more Post ID's (seperated by ',')."
892
  msgstr "Valor: puede ser uno o más IDs de Post (separados por ',')."
893
 
894
+ #: ../classes/settings.php:318
895
  msgid "Usernames"
896
  msgstr "Nombres de Usuario"
897
 
898
+ #: ../classes/settings.php:318
899
  msgid "Value: can be one or more User ID's (seperated by ',')."
900
  msgstr "Valor: puede ser uno o más IDs de Usuario (separados por ',')."
901
 
902
+ #: ../classes/settings.php:319
903
  msgid "Checkmark"
904
  msgstr "Marca de Verificación"
905
 
906
+ #: ../classes/settings.php:319
907
  msgid "Value: should be a 1 (one) or 0 (zero)."
908
  msgstr "Valor: debería ser un 1 (uno) o 0 (cero)."
909
 
910
+ #: ../classes/settings.php:320
911
  msgid "Value: hex value color, such as #808080."
912
  msgstr "Valor: color de valor hex, ej. #808080."
913
 
914
+ #: ../classes/settings.php:321
915
  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."
916
  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."
917
 
918
+ #: ../classes/settings.php:410
919
  msgid "Welcome to Admin Columns"
920
  msgstr "Bienvenido a Admin Columns"
921
 
922
+ #: ../classes/settings.php:413
923
  msgid "Thank you for updating to the latest version!"
924
  msgstr "¡Gracias por actualizar a la última versión!"
925
 
926
+ #: ../classes/settings.php:414
927
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
928
  msgstr "Admin Columns está más pulido y es más disfrutable que nunca antes. Esperamos que le guste."
929
 
930
+ #: ../classes/settings.php:419
931
  msgid "What’s New"
932
  msgstr "Qué hay de Nuevo"
933
 
934
+ #: ../classes/settings.php:420
935
  msgid "Changelog"
936
  msgstr "Log de Cambio"
937
 
938
+ #: ../classes/settings.php:425
939
  msgid "Important"
940
  msgstr "Importante"
941
 
942
+ #: ../classes/settings.php:427
943
  msgid "Database Changes"
944
  msgstr "Cambios de Base de Datos"
945
 
946
+ #: ../classes/settings.php:428
947
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
948
  msgstr "La base de datos ha sido cambiada entre las versiones 1 y 2. Pero nos aseguramos de que usted siempre pueda virar a la versión 1x sin ningún problema."
949
 
950
+ #: ../classes/settings.php:431
951
  msgid "Make sure you backup your database and then click"
952
  msgstr "Esté seguro de hacer una copia de seguridad a su base de datos y luego haga clic"
953
 
954
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
955
  msgid "Upgrade Database"
956
  msgstr "Actualizar Base de Datos"
957
 
958
+ #: ../classes/settings.php:434
959
  msgid "Potential Issues"
960
  msgstr "Problemas Potenciales"
961
 
962
+ #: ../classes/settings.php:435
963
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
964
  msgstr "Debido a la refactorización cambiable del código, de los Add-ons circundantes y las acciones/filtros, su sitio web puede no operar correctamente. Es importante que lea la completa"
965
 
966
+ #: ../classes/settings.php:435
967
  msgid "Migrating from v1 to v2"
968
  msgstr "Migración de v1 a v2"
969
 
970
+ #: ../classes/settings.php:435
971
  msgid "guide to view the full list of changes."
972
  msgstr "guía para ver la lista completa de cambios."
973
 
974
+ #: ../classes/settings.php:435
975
  #, php-format
976
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
977
  msgstr "Cuando usted encuentre un bug por favor <a href=\"%s\">repórtenoslo</a> para poder arreglarlo en el próximo release."
978
 
979
+ #: ../classes/settings.php:438
980
  msgid "Important!"
981
  msgstr "¡Importante!"
982
 
983
+ #: ../classes/settings.php:438
984
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
985
  msgstr "Si usted actualizó el plugin Admin Columns sin conocimiento previo de tales cambios, Por favor vire hacia atrás a la última"
986
 
987
+ #: ../classes/settings.php:438
988
  msgid "version 1"
989
  msgstr "versión 1"
990
 
991
+ #: ../classes/settings.php:438
992
  msgid "of this plugin."
993
  msgstr "de este plugin."
994
 
995
+ #: ../classes/settings.php:444
996
  msgid "Changelog for"
997
  msgstr "Log de cambios para "
998
 
999
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1000
  msgid "Learn more"
1001
  msgstr "Ver más"
1002
 
1003
+ #: ../classes/settings.php:469
1004
  msgid "Start using Admin Columns"
1005
  msgstr "Comenzar a usar Admin Columns"
1006
 
1007
+ #: ../classes/settings.php:512
1008
  msgid "General Settings"
1009
  msgstr "Ajustes Generales"
1010
 
1011
+ #: ../classes/settings.php:513
1012
  msgid "Customize your Admin Columns settings."
1013
  msgstr "Personalice sus ajustes de Admin Columns."
1014
 
1015
+ #: ../classes/settings.php:524
1016
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1017
  msgstr ""
1018
 
1019
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1020
  msgid "Save"
1021
  msgstr "Salvar"
1022
 
1023
+ #: ../classes/settings.php:571
1024
  msgid "Restore Settings"
1025
  msgstr "Restaurar Ajustes"
1026
 
1027
+ #: ../classes/settings.php:572
1028
  msgid "This will delete all column settings and restore the default settings."
1029
  msgstr "Esto borrará todos los ajustes de columna y restaurará los ajustes por defecto."
1030
 
1031
+ #: ../classes/settings.php:578
1032
  msgid "Restore default settings"
1033
  msgstr "Restaurar ajustes por defecto"
1034
 
1035
+ #: ../classes/settings.php:578
1036
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1037
  msgstr "¡Advertencia! Todos los datos salvados de Admin columns serán borrados. Esto no puede ser deshecho.\\'OK\\' para borrar, \\'Cancelar\\' para cancelar"
1038
 
1039
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1040
  msgid "Settings"
1041
  msgstr "Ajustes"
1042
 
1043
+ #: ../classes/settings.php:601
1044
  msgid "Add-ons"
1045
  msgstr "Add-ons"
1046
 
1047
+ #: ../classes/settings.php:631
1048
  msgid "Posttypes"
1049
  msgstr "Tipos de Post"
1050
 
1051
+ #: ../classes/settings.php:632
1052
  msgid "Others"
1053
  msgstr "Otros"
1054
 
1055
+ #: ../classes/settings.php:633
1056
  msgid "Taxonomies"
1057
  msgstr "Taxonomías"
1058
 
1059
+ #: ../classes/settings.php:652
1060
  #, php-format
1061
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1062
+ msgstr ""
1063
 
1064
+ #: ../classes/settings.php:662
1065
  msgid "Store settings"
1066
  msgstr "Almacenar ajustes"
1067
 
1068
+ #: ../classes/settings.php:666
1069
  msgid "Update"
1070
  msgstr "Actualizar"
1071
 
1072
+ #: ../classes/settings.php:670
1073
  #, php-format
1074
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1075
  msgstr "¡Advertencia! Los %s datos de columnas serán borrados. Esto no puede ser deshecho. \\'OK\\' para borrar, \\'Cancelar\\' para cancelar"
1076
 
1077
+ #: ../classes/settings.php:671
1078
  msgid "columns"
1079
  msgstr "columnas"
1080
 
1081
+ #: ../classes/settings.php:690
1082
  msgid "Get Admin Columns Pro"
1083
  msgstr "Obtener Admin Columns Pro"
1084
 
1085
+ #: ../classes/settings.php:694
1086
  msgid "Add Sorting"
1087
  msgstr "Adicionar Ordenamiento"
1088
 
1089
+ #: ../classes/settings.php:695
1090
  msgid "Add Filtering"
1091
  msgstr "Adicionar Filtro"
1092
 
1093
+ #: ../classes/settings.php:696
1094
  msgid "Add Import/Export"
1095
  msgstr "Adicionar Importar/Exportar"
1096
 
1097
+ #: ../classes/settings.php:697
1098
  msgid "Add Direct Editing"
1099
  msgstr "Adicionar Edición Directa"
1100
 
1101
+ #: ../classes/settings.php:700
1102
  #, php-format
1103
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1104
  msgstr "¡Vea <a href=\"%s\">Admin Columns Pro</a> para más detalles!"
1105
 
1106
+ #: ../classes/settings.php:731
1107
  msgid "Are you happy with Admin Columns?"
1108
  msgstr ""
1109
 
1110
+ #: ../classes/settings.php:739
1111
  msgid "What's wrong? Need help? Let us know!"
1112
  msgstr ""
1113
 
1114
+ #: ../classes/settings.php:740
1115
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1116
  msgstr ""
1117
 
1118
+ #: ../classes/settings.php:748
1119
  msgid "Docs"
1120
  msgstr ""
1121
 
1122
+ #: ../classes/settings.php:753
1123
  msgid "Forums"
1124
  msgstr ""
1125
 
1126
+ #: ../classes/settings.php:762
1127
  msgid "Woohoo! We're glad to hear that!"
1128
  msgstr ""
1129
 
1130
+ #: ../classes/settings.php:763
1131
  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!"
1132
  msgstr ""
1133
 
1134
+ #: ../classes/settings.php:767
1135
  msgid "Rate"
1136
  msgstr ""
1137
 
1138
+ #: ../classes/settings.php:778
1139
  msgid "Tweet"
1140
  msgstr ""
1141
 
1142
+ #: ../classes/settings.php:788
1143
  msgid "Buy Pro"
1144
  msgstr ""
1145
 
1146
+ #: ../classes/settings.php:800
1147
  msgid "Support"
1148
  msgstr "Soporte"
1149
 
1150
+ #: ../classes/settings.php:803
1151
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1152
  msgstr "Vea la sección de <strong>Ayuda</strong> en la parte superior derecha de la pantalla."
1153
 
1154
+ #: ../classes/settings.php:806
1155
  #, php-format
1156
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1157
  msgstr "Para una documentación completa, reportes de bug, sugerencias de características y otros consejos <a href='%s'>visite el sitio web de Admin Columns</a>"
1158
 
1159
+ #: ../classes/settings.php:835
1160
  msgid "Drag and drop to reorder"
1161
  msgstr "Arrastre y suelte para reordenar"
1162
 
1163
+ #: ../classes/settings.php:838
1164
  msgid "Add Column"
1165
  msgstr "Adicionar Columna"
1166
 
1167
+ #: ../classes/settings.php:919
1168
  msgid "Active"
1169
  msgstr "Activo"
1170
 
1171
+ #: ../classes/settings.php:920
1172
  msgid "Deactivate"
1173
  msgstr "Inactivo"
1174
 
1175
+ #: ../classes/settings.php:927
1176
  msgid "Installed"
1177
  msgstr "Instalado"
1178
 
1179
+ #: ../classes/settings.php:928
1180
  msgid "Activate"
1181
  msgstr "Activar"
1182
 
1183
+ #: ../classes/settings.php:942
1184
  msgid "Download & Install"
1185
  msgstr "Descargar e Instalar"
1186
 
1187
+ #: ../classes/settings.php:947
1188
  msgid "Get this add-on"
1189
  msgstr "Obtener este add-on"
1190
 
1191
+ #: ../classes/storage_model.php:227
1192
  msgid "settings succesfully restored."
1193
  msgstr "ajustes restaurados satisfactoriamente."
1194
 
1195
+ #: ../classes/storage_model.php:243
1196
  msgid "No columns settings available."
1197
  msgstr "No hay ajustes de columnas disponibles."
1198
 
1199
+ #: ../classes/storage_model.php:264
1200
  #, php-format
1201
  msgid "You are trying to store the same settings for %s."
1202
  msgstr "Está tratando de almacenar los mismos ajustes para %s."
1203
 
1204
+ #: ../classes/storage_model.php:268
1205
  #, php-format
1206
  msgid "Settings for %s updated succesfully."
1207
  msgstr "Ajustes para %s actualizados satisfactoriamente."
1210
  msgid "Comments"
1211
  msgstr "Comentarios"
1212
 
1213
+ #: ../classes/storage_model/comment.php:14
1214
+ msgid "Comment"
1215
+ msgstr ""
1216
+
1217
  #: ../classes/storage_model/link.php:13
1218
  msgid "Links"
1219
  msgstr "Enlaces"
1220
 
1221
+ #: ../classes/storage_model/link.php:14
1222
+ msgid "Link"
1223
+ msgstr ""
1224
+
1225
+ #: ../classes/storage_model/media.php:14
1226
+ msgid "Media"
1227
+ msgstr ""
1228
+
1229
  #: ../classes/storage_model/user.php:13
1230
  msgid "Users"
1231
  msgstr "Usuarios"
1232
 
1233
+ #: ../classes/storage_model/user.php:14
1234
+ msgid "User"
1235
+ msgstr ""
1236
+
1237
  #: ../classes/upgrade.php:62
1238
  msgid ""
1239
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www."
1292
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1293
  msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
1294
 
1295
+ #: ../codepress-admin-columns.php:442
1296
  msgid "Edit columns"
1297
  msgstr "Editar columnas"
languages/cpac-fa_IR.mo CHANGED
Binary file
languages/cpac-fa_IR.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Persian (http://www.transifex.com/projects/p/admin-columns/language/fa/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: fa\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,8 +22,8 @@ msgstr ""
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
- msgstr "سازگاری با افزونه های دیگر"
27
 
28
  #: ../classes/addons.php:135
29
  msgid "Advanced Custom Fields"
@@ -41,119 +41,168 @@ msgstr ""
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "بندانگشتی"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "متوسط"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "بزرگ"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "کامل"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "قابل تاریخ"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "چگونگی نمایش تاریخ را مشخص می کند."
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "مثال:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "برای استفاده از قالب تاریخ وردپرس خالی بگذارید، یا به <a href=\"%s\">قالب دلخواهی از اینجا</a> تغییر دهید."
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "مستندات در باره قالب بندی تاریخ و زمان."
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "طول چکیده"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "تعداد کلمات"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "اندازه پیش نمایش"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "دلخواه"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "عرض"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "ارتفاع"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "این متن قبل از مقدار زمینه دلخواه نمایش داده خواهد شد."
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "بعد"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "این متن بعد از مقدار زمینه دلخواه نمایش داده خواهد شد."
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Edit"
123
  msgstr "ویرایش"
124
 
125
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
126
  msgid "Remove"
127
  msgstr "حذف"
128
 
129
- #: ../classes/column.php:1062
130
  msgid "Type"
131
  msgstr "نوع"
132
 
133
- #: ../classes/column.php:1062
134
  msgid "Choose a column type."
135
  msgstr "انتخاب نوع ستون"
136
 
137
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
138
- msgid "ID"
139
- msgstr "شناسه"
140
 
141
- #: ../classes/column.php:1072
142
  msgid "Label"
143
  msgstr "برچسب"
144
 
145
- #: ../classes/column.php:1072
146
  msgid "This is the name which will appear as the column header."
147
  msgstr "این نامی است که در تیتر ستون دیده می شود."
148
 
149
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
150
  msgid "Width"
151
  msgstr "عرض"
152
 
153
- #: ../classes/column.php:1081 ../classes/column.php:1082
154
  msgid "default"
155
  msgstr "پیش فرض"
156
 
 
 
 
 
157
  #: ../classes/column/acf-placeholder.php:19
158
  msgid "ACF Field"
159
  msgstr "زمینه ACF"
@@ -175,47 +224,51 @@ msgstr "این افزونه در نسخه توسعه دهندگان به صور
175
  msgid "Find out more"
176
  msgstr "اطلاعات بیشتر"
177
 
178
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
179
  msgid "Actions"
180
  msgstr "عملیات ها"
181
 
182
- #: ../classes/column/actions.php:87
183
  msgid "Use icons?"
184
  msgstr ""
185
 
186
- #: ../classes/column/actions.php:87
187
  msgid "Use icons instead of text for displaying the actions."
188
  msgstr ""
189
 
190
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
191
  msgid "Yes"
192
  msgstr ""
193
 
194
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
195
  msgid "No"
196
  msgstr ""
197
 
198
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
199
  msgid "Unapprove"
200
  msgstr "عدم تایید"
201
 
202
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
203
  msgid "Approve"
204
  msgstr "تایید"
205
 
206
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
207
  msgid "Restore"
208
  msgstr "بازسازی"
209
 
210
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
211
  msgid "Delete Permanently"
212
  msgstr "حذف برای همیشه"
213
 
214
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
215
  msgid "Quick&nbsp;Edit"
216
  msgstr "ویرایش سریع"
217
 
218
- #: ../classes/column/comment/actions.php:101
219
  msgid "Reply"
220
  msgstr "پاسخ"
221
 
@@ -256,11 +309,11 @@ msgstr "تاریخ مرجع"
256
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
257
  msgstr "ارسالی در <a href=\"%1$s\">%2$s در %3$s</a>"
258
 
259
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
260
  msgid "Date"
261
  msgstr "تاریخ"
262
 
263
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
264
  msgid "Excerpt"
265
  msgstr "چکیده"
266
 
@@ -272,11 +325,11 @@ msgstr "در پاسخ به"
272
  msgid "Word count"
273
  msgstr "تعداد کلمات"
274
 
275
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
276
  msgid "Custom Field"
277
  msgstr "زمینه دلخواه"
278
 
279
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
280
  msgid "Default"
281
  msgstr "پیش فرض"
282
 
@@ -284,15 +337,15 @@ msgstr "پیش فرض"
284
  msgid "Checkmark (true/false)"
285
  msgstr "تیک(صحیح غلط)"
286
 
287
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
288
  msgid "Color"
289
  msgstr "رنگ"
290
 
291
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
292
  msgid "Counter"
293
  msgstr "شمارنده"
294
 
295
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
296
  msgid "Image"
297
  msgstr "تصویر"
298
 
@@ -300,11 +353,11 @@ msgstr "تصویر"
300
  msgid "Media Library"
301
  msgstr "کتابخانه رسانه"
302
 
303
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
304
  msgid "Multiple Values"
305
  msgstr "چندین مقدار"
306
 
307
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
308
  msgid "Numeric"
309
  msgstr "عددی"
310
 
@@ -316,19 +369,28 @@ msgstr "تیتر نوشته (شناسه نوشته)"
316
  msgid "Username (User ID's)"
317
  msgstr "نام کاربری(شناسه کاربری)"
318
 
319
- #: ../classes/column/custom-field.php:356
 
 
 
 
320
  msgid "Select your custom field."
321
  msgstr "زمینه دلخواه خود را انتخاب کنید."
322
 
323
- #: ../classes/column/custom-field.php:366
324
  msgid "No custom fields available."
325
  msgstr "زمینه دلخواهی موجود نیست."
326
 
327
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
328
  msgid "Field Type"
329
  msgstr "نوع فیلد"
330
 
331
- #: ../classes/column/custom-field.php:373
332
  msgid "This will determine how the value will be displayed."
333
  msgstr "نمایانگر این موضوع که مقادیر چگونه نمایش داده خواهند شد."
334
 
@@ -369,10 +431,32 @@ msgstr "Rss"
369
  msgid "Target"
370
  msgstr "هدف"
371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  #: ../classes/column/media/alternate-text.php:19
373
  msgid "Alt"
374
  msgstr "متن جایگزین"
375
 
 
 
 
 
376
  #: ../classes/column/media/available-sizes.php:20
377
  msgid "Available Sizes"
378
  msgstr "اندازه های موجود"
@@ -437,10 +521,26 @@ msgstr "نام فایل"
437
  msgid "File size"
438
  msgstr "حجم فایل"
439
 
440
- #: ../classes/column/media/full-path.php:19
441
  msgid "Full path"
442
  msgstr "مسیر کامل"
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  #: ../classes/column/media/height.php:19
445
  msgid "Height"
446
  msgstr "ارتفاع"
@@ -449,96 +549,47 @@ msgstr "ارتفاع"
449
  msgid "Mime type"
450
  msgstr "نوع فایل"
451
 
452
- #: ../classes/column/post/actions.php:31
453
  msgid "Edit this item"
454
  msgstr "ویرایش این آیتم"
455
 
456
- #: ../classes/column/post/actions.php:34
457
  msgid "Edit this item inline"
458
  msgstr "ویرایش درجای آیتم"
459
 
460
- #: ../classes/column/post/actions.php:39
461
  msgid "Restore this item from the Trash"
462
  msgstr "بازسازی این آیتم از زباله دان"
463
 
464
- #: ../classes/column/post/actions.php:41
465
  msgid "Move this item to the Trash"
466
  msgstr "انتقال این آیتم به زباله دان"
467
 
468
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
469
- msgid "Trash"
470
- msgstr "زباله دان"
471
-
472
- #: ../classes/column/post/actions.php:43
473
  msgid "Delete this item permanently"
474
  msgstr "حذف کلی این آیتم"
475
 
476
- #: ../classes/column/post/actions.php:48
477
  #, php-format
478
  msgid "Preview &#8220;%s&#8221;"
479
  msgstr "پیش نمایش &#8220;%s&#8221;"
480
 
481
- #: ../classes/column/post/actions.php:48
482
  msgid "Preview"
483
  msgstr "پیش نمایش"
484
 
485
- #: ../classes/column/post/actions.php:50
486
- #, php-format
487
- msgid "View &#8220;%s&#8221;"
488
- msgstr "نمایش &#8220;%s&#8221;"
489
-
490
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
491
- msgid "View"
492
- msgstr "نمایش"
493
-
494
  #: ../classes/column/post/attachment-count.php:19
495
  msgid "No. of Attachments"
496
  msgstr "تعداد پیوست ها"
497
 
498
  #: ../classes/column/post/attachment.php:19
499
- msgid "Attachment"
500
- msgstr "پیوست ها"
501
 
502
  #: ../classes/column/post/author-name.php:20
503
  msgid "Display Author As"
504
  msgstr "نمایش نویسنده با"
505
 
506
- #: ../classes/column/post/author-name.php:40
507
- msgid "Display Name"
508
- msgstr "نام عمومی"
509
-
510
- #: ../classes/column/post/author-name.php:41
511
- msgid "First Name"
512
- msgstr "نام"
513
-
514
- #: ../classes/column/post/author-name.php:42
515
- msgid "Last Name"
516
- msgstr "نام خانوادگی"
517
-
518
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
519
- msgid "Nickname"
520
- msgstr "لغب"
521
-
522
- #: ../classes/column/post/author-name.php:44
523
- msgid "User Login"
524
- msgstr "نام کاربری"
525
-
526
- #: ../classes/column/post/author-name.php:45
527
- msgid "User Email"
528
- msgstr "ایمیل کاربر"
529
-
530
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
531
- msgid "User ID"
532
- msgstr "شناسه کاربر"
533
-
534
- #: ../classes/column/post/author-name.php:47
535
- msgid "First and Last Name"
536
- msgstr "نام و نام خانوادگی"
537
-
538
- #: ../classes/column/post/author-name.php:124
539
- msgid "This is the format of the author name."
540
- msgstr "فرمت نمایش نام نویسنده"
541
-
542
  #: ../classes/column/post/before-moretag.php:19
543
  msgid "Before More Tag"
544
  msgstr "قبل از تگ بیشتر"
@@ -567,6 +618,30 @@ msgstr "وضعیت نظر"
567
  msgid "Select which comment status you like to display."
568
  msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
569
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
570
  #: ../classes/column/post/featured-image.php:19
571
  msgid "Featured Image"
572
  msgstr "تصویر شاخص"
@@ -575,6 +650,10 @@ msgstr "تصویر شاخص"
575
  msgid "Post Format"
576
  msgstr "قالب نوشته"
577
 
 
 
 
 
578
  #: ../classes/column/post/modified.php:19
579
  msgid "Last modified"
580
  msgstr "آخرین ویرایش"
@@ -615,6 +694,10 @@ msgstr "وضعیت پینگ"
615
  msgid "Roles"
616
  msgstr "نقش ها"
617
 
 
 
 
 
618
  #: ../classes/column/post/slug.php:19
619
  msgid "Slug"
620
  msgstr "نامک"
@@ -655,7 +738,7 @@ msgstr "سنجاق شده"
655
  msgid "Title without actions"
656
  msgstr ""
657
 
658
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
659
  msgid "Taxonomy"
660
  msgstr "طبقه بندی"
661
 
@@ -675,6 +758,10 @@ msgstr ""
675
  msgid "Comment Count"
676
  msgstr "تعداد کامنت"
677
 
 
 
 
 
678
  #: ../classes/column/user/first-name.php:19
679
  msgid "First name"
680
  msgstr "نام"
@@ -695,425 +782,429 @@ msgstr "نوع نوشته"
695
  msgid "Registered"
696
  msgstr "ثبت نام شده"
697
 
 
 
 
 
698
  #: ../classes/column/user/url.php:19
699
  msgid "Url"
700
  msgstr "آدرس"
701
 
702
- #: ../classes/settings.php:111
703
  msgid "Add-on successfully activated."
704
  msgstr "افزونه با موفقیت فعال شد"
705
 
706
- #: ../classes/settings.php:114
707
  msgid "Add-on successfully deactivated."
708
  msgstr "افزونه با موفقیت غیرفعال شد"
709
 
710
- #: ../classes/settings.php:169
711
  msgid "Admin Columns Settings"
712
  msgstr "تنظیمات ستون ها"
713
 
714
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
715
  msgid "Admin Columns"
716
  msgstr "تنظیمات ستون ها"
717
 
718
- #: ../classes/settings.php:217
719
  #, php-format
720
  msgid "%s column is already present and can not be duplicated."
721
  msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
722
 
723
- #: ../classes/settings.php:271
724
  msgid "Default settings succesfully restored."
725
  msgstr "تنظیمات پیش فرض با موفقیت بازسازی شدند."
726
 
727
- #: ../classes/settings.php:288
728
  msgid "Overview"
729
  msgstr "مرورکلی"
730
 
731
- #: ../classes/settings.php:291
732
  msgid ""
733
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and "
734
  "reorder them."
735
  msgstr "این افزونه برای ایجاد ستون های دلخواه و یا حذف آنها و مرتب سازی و همچنین تغییر نام آنها در نوشته ها و برگه ها ، رسانه ها ، نظرات، لینک ها و کاربران طراحی شده است."
736
 
737
- #: ../classes/settings.php:294
738
  msgid "Basics"
739
  msgstr "مقدمات"
740
 
741
- #: ../classes/settings.php:296
742
  msgid "Change order"
743
  msgstr "تغییر ترتیب"
744
 
745
- #: ../classes/settings.php:297
746
  msgid "By dragging the columns you can change the order which they will appear in."
747
  msgstr "با گرفتن و کشیدن ستون ها می توانید ترتیب نمایش آنها را تغییر دهید."
748
 
749
- #: ../classes/settings.php:298
750
  msgid "Change label"
751
  msgstr "تغییر برچسب"
752
 
753
- #: ../classes/settings.php:299
754
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
755
  msgstr "با کلیک روی مثلث می توانید تنظیمات ستون را مشاهده فرمایید. در اینجا می توانید برچسب هر ستون را تغییر دهید."
756
 
757
- #: ../classes/settings.php:300
758
  msgid "Change column width"
759
  msgstr "تغییر عرض ستون"
760
 
761
- #: ../classes/settings.php:301
762
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
763
  msgstr "با کلیک روی مثلث تنظیمات ستون را مشاهده خواهید کرد. به کمک جابجایی اسلایدر می توانید عرض هر ستون را به صورت درصد مشخص کنید."
764
 
765
- #: ../classes/settings.php:307
766
  msgid "'Custom Field' column"
767
  msgstr "ستون 'زمینه دلخواه'"
768
 
769
- #: ../classes/settings.php:308
770
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
771
  msgstr "ستون زمینه دلخواه از زمینه های دلخواه نوشته ها و کاربران استفاده می کند. ده نوع مختلف برای تنظیم وجود دارد."
772
 
773
- #: ../classes/settings.php:310
774
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
775
  msgstr "مقدار:می تواند متن یا آرایه باشد. آرایه ها به متن تبدیل خواهند شد و با ',' جدا خواهند شد."
776
 
777
- #: ../classes/settings.php:311
778
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
779
  msgstr "مثدار: باید شامل یک آدرس (url) تصویر باشد یا شناسه هایی (ID) از پیوست ها که با ',' جدا شده اند."
780
 
781
- #: ../classes/settings.php:312
782
  msgid "Value: This will show the first 20 words of the Post content."
783
  msgstr "مقدار: بیست کلمه ابتدای متن را نشان خواهد داد."
784
 
785
- #: ../classes/settings.php:313
786
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
787
  msgstr "مثدار: باید آرایه باشد. هر آرایه ای (چند بعدی) متنی خواهد شد."
788
 
789
- #: ../classes/settings.php:314
790
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
791
  msgstr "مقدار: فقط عددی. <br/> اگر از افزونه 'مرتب سازی' استفاده کنید، از این مقدار برای مرتب سازی استفاده خواهد شد. می توانید نوشته هایتان را یک مقدار عددی (زمینه دلخواه) مرتب سازی کنید."
792
 
793
- #: ../classes/settings.php:315
794
  #, php-format
795
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
796
  msgstr "مقدار: باید زمان تاریخ سیستم یونیکس یا تاریخ قالب بندی شده باشد که در <a href='%s'>راهنما</a> شرح داده شده. می توانید خروجی تاریخ را از <a href='%s'>تنظیمات همگانی</a> تغییر دهید."
797
 
798
- #: ../classes/settings.php:316
799
  msgid "Post Titles"
800
  msgstr "تیترهای نوشته"
801
 
802
- #: ../classes/settings.php:316
803
  msgid "Value: can be one or more Post ID's (seperated by ',')."
804
  msgstr "مقدار: می تواند شامل یک یا چند شناسه (ID) نوشته ها (جدا شده با ',') باشد."
805
 
806
- #: ../classes/settings.php:317
807
  msgid "Usernames"
808
  msgstr "نام های کاربری"
809
 
810
- #: ../classes/settings.php:317
811
  msgid "Value: can be one or more User ID's (seperated by ',')."
812
  msgstr "می تواند شامل یک یا چند شناسه (ID) کاربری (جداشده با ',') باشد."
813
 
814
- #: ../classes/settings.php:318
815
  msgid "Checkmark"
816
  msgstr "تیک"
817
 
818
- #: ../classes/settings.php:318
819
  msgid "Value: should be a 1 (one) or 0 (zero)."
820
  msgstr "مقدار: می تواند یک یا صفر باشد"
821
 
822
- #: ../classes/settings.php:319
823
  msgid "Value: hex value color, such as #808080."
824
  msgstr "مقدار: می تواند کد هکس رنگ مانند #808080 باشد"
825
 
826
- #: ../classes/settings.php:320
827
  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."
828
  msgstr "مقدار: می تواند متن یا آرایه باشد. تعداد دفعات استفاده از meta key های آیتم را نمایش می دهد."
829
 
830
- #: ../classes/settings.php:409
831
  msgid "Welcome to Admin Columns"
832
  msgstr "به مدیریت ستون ها خوش آمدید"
833
 
834
- #: ../classes/settings.php:412
835
  msgid "Thank you for updating to the latest version!"
836
  msgstr "از اینکه به نسخه نهایی به روزرسانی کردید متشکریم!"
837
 
838
- #: ../classes/settings.php:413
839
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
840
  msgstr "مدیریت ستون ها بهینه تر و لذت بخش تر از قبل شده است. امیدواریم شما بپسندید."
841
 
842
- #: ../classes/settings.php:418
843
  msgid "What’s New"
844
  msgstr "چه چیز جدید است"
845
 
846
- #: ../classes/settings.php:419
847
  msgid "Changelog"
848
  msgstr "تغییرات"
849
 
850
- #: ../classes/settings.php:424
851
  msgid "Important"
852
  msgstr "مهم"
853
 
854
- #: ../classes/settings.php:426
855
  msgid "Database Changes"
856
  msgstr "تغییرات بانک اطلاعاتی"
857
 
858
- #: ../classes/settings.php:427
859
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
860
  msgstr "بانک اطلاعاتی بین نسخه های 1 و 2 تغییراتی داشته است ولی اطمینان داشته باشید هر زمان می توانید به نسخه 1 برگردید."
861
 
862
- #: ../classes/settings.php:430
863
  msgid "Make sure you backup your database and then click"
864
  msgstr "از بانک اطلاعاتی خود پشتیبان تهیه کنید و روی "
865
 
866
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
867
  msgid "Upgrade Database"
868
  msgstr "به روز رسانی بانک اطلاعاتی کلیک کنید"
869
 
870
- #: ../classes/settings.php:433
871
  msgid "Potential Issues"
872
  msgstr "مشکلات بالقوه"
873
 
874
- #: ../classes/settings.php:434
875
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
876
  msgstr "به دلیل تغییرات در کدهای برنامه نویسی این امکان وجود دارد که بعضی افزونه های شما به خوبی کار نکند. توصیه می شود راهنما انتقال از "
877
 
878
- #: ../classes/settings.php:434
879
  msgid "Migrating from v1 to v2"
880
  msgstr "نسخه 1 به 2 را به صورت کامل مطالعه فرمایید"
881
 
882
- #: ../classes/settings.php:434
883
  msgid "guide to view the full list of changes."
884
  msgstr "راهنما برای دیدن لیست تمام تغییرات."
885
 
886
- #: ../classes/settings.php:434
887
  #, php-format
888
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
889
  msgstr "زمانی که مشکلی مشاهده کردید لطفا آنرا به ما <a href=\"%s\">گزارش کنید</a>تا در نسخه بعدی تصحیح کنیم."
890
 
891
- #: ../classes/settings.php:437
892
  msgid "Important!"
893
  msgstr "مهم !"
894
 
895
- #: ../classes/settings.php:437
896
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
897
  msgstr "اگر بدون آگاهی از تغییرات رخ داده افزونه را به روز رسانی کرده اید به آخرین "
898
 
899
- #: ../classes/settings.php:437
900
  msgid "version 1"
901
  msgstr "نسخه 1"
902
 
903
- #: ../classes/settings.php:437
904
  msgid "of this plugin."
905
  msgstr "از افزونه برگردید."
906
 
907
- #: ../classes/settings.php:443
908
  msgid "Changelog for"
909
  msgstr "تغییرات برای"
910
 
911
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
912
  msgid "Learn more"
913
  msgstr "آموزش بیشتر"
914
 
915
- #: ../classes/settings.php:468
916
  msgid "Start using Admin Columns"
917
  msgstr "شروع استفاده از ستون های مدیریت"
918
 
919
- #: ../classes/settings.php:511
920
  msgid "General Settings"
921
  msgstr "تنظیمات عمومی"
922
 
923
- #: ../classes/settings.php:512
924
  msgid "Customize your Admin Columns settings."
925
  msgstr "دلخواه سازی تنظیمات افزونه"
926
 
927
- #: ../classes/settings.php:523
928
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
929
  msgstr ""
930
 
931
- #: ../classes/settings.php:530 ../classes/settings.php:660
932
  msgid "Save"
933
  msgstr "ذخیره"
934
 
935
- #: ../classes/settings.php:570
936
  msgid "Restore Settings"
937
  msgstr "بازنشانی تنظیمات"
938
 
939
- #: ../classes/settings.php:571
940
  msgid "This will delete all column settings and restore the default settings."
941
  msgstr "این کار تمام تنظیمات را حذف و به حالت پیش فرض در خواهد آورد."
942
 
943
- #: ../classes/settings.php:577
944
  msgid "Restore default settings"
945
  msgstr "بازسازی تنظیمات پیش فرض"
946
 
947
- #: ../classes/settings.php:577
948
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
949
  msgstr "اخطار! تمام ستون های مدیریت ذخیره شده حذف خواهند شد. این کار بازگشت پذیر نیست!"
950
 
951
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
952
  msgid "Settings"
953
  msgstr "تنظیمات"
954
 
955
- #: ../classes/settings.php:600
956
  msgid "Add-ons"
957
  msgstr "افزودنی ها"
958
 
959
- #: ../classes/settings.php:625
960
  msgid "Posttypes"
961
  msgstr "نوع نوشته ها"
962
 
963
- #: ../classes/settings.php:626
964
  msgid "Others"
965
  msgstr "دیگر"
966
 
967
- #: ../classes/settings.php:627
968
  msgid "Taxonomies"
969
  msgstr "طبقه بندی ها"
970
 
971
- #: ../classes/settings.php:646
972
  #, php-format
973
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
974
- msgstr "ستون های برای <strong>%s</strong> به کمک PHP تنظیم شده اند و به همین دلیل از طریق بخش مدیریت قابل ویرایش نیستند."
975
 
976
- #: ../classes/settings.php:656
977
  msgid "Store settings"
978
  msgstr "ذخیره تنظیمات"
979
 
980
- #: ../classes/settings.php:660
981
  msgid "Update"
982
  msgstr "به روز رسانی"
983
 
984
- #: ../classes/settings.php:664
985
  #, php-format
986
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
987
  msgstr "اخطار! داده های %s ستون حذف خواهد شد. این کار بازگشت ناپذیر است."
988
 
989
- #: ../classes/settings.php:665
990
  msgid "columns"
991
  msgstr "ستون ها"
992
 
993
- #: ../classes/settings.php:684
994
  msgid "Get Admin Columns Pro"
995
  msgstr "خرید نسخه حرفه ای"
996
 
997
- #: ../classes/settings.php:688
998
  msgid "Add Sorting"
999
  msgstr "اضافه کردن مرتب سازی"
1000
 
1001
- #: ../classes/settings.php:689
1002
  msgid "Add Filtering"
1003
  msgstr "اضافه کردن فیلترسازی"
1004
 
1005
- #: ../classes/settings.php:690
1006
  msgid "Add Import/Export"
1007
  msgstr "اضافه کردن وارد/ خارج کردن"
1008
 
1009
- #: ../classes/settings.php:691
1010
  msgid "Add Direct Editing"
1011
  msgstr "اضافه کردن ویرایش مستقیم"
1012
 
1013
- #: ../classes/settings.php:694
1014
  #, php-format
1015
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1016
  msgstr "برای اطلاعات بیشتر <a href=\"%s\">نسخه حرفه ای</a> را بررسی کنید."
1017
 
1018
- #: ../classes/settings.php:725
1019
  msgid "Are you happy with Admin Columns?"
1020
  msgstr ""
1021
 
1022
- #: ../classes/settings.php:733
1023
  msgid "What's wrong? Need help? Let us know!"
1024
  msgstr ""
1025
 
1026
- #: ../classes/settings.php:734
1027
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1028
  msgstr ""
1029
 
1030
- #: ../classes/settings.php:742
1031
  msgid "Docs"
1032
  msgstr ""
1033
 
1034
- #: ../classes/settings.php:747
1035
  msgid "Forums"
1036
  msgstr ""
1037
 
1038
- #: ../classes/settings.php:756
1039
  msgid "Woohoo! We're glad to hear that!"
1040
  msgstr ""
1041
 
1042
- #: ../classes/settings.php:757
1043
  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!"
1044
  msgstr ""
1045
 
1046
- #: ../classes/settings.php:761
1047
  msgid "Rate"
1048
  msgstr ""
1049
 
1050
- #: ../classes/settings.php:772
1051
  msgid "Tweet"
1052
  msgstr ""
1053
 
1054
- #: ../classes/settings.php:782
1055
  msgid "Buy Pro"
1056
  msgstr ""
1057
 
1058
- #: ../classes/settings.php:794
1059
  msgid "Support"
1060
  msgstr "پشتیبانی"
1061
 
1062
- #: ../classes/settings.php:797
1063
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1064
  msgstr "قسمت <strong>راهنما</strong> را در بالای صفحه بررسی کنید."
1065
 
1066
- #: ../classes/settings.php:800
1067
  #, php-format
1068
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1069
  msgstr "برای دیدن تمام مستندات، امکانات آینده و نکات به <a href='%s'>وب سایت افزونه</a> مراجعه فرمایید."
1070
 
1071
- #: ../classes/settings.php:829
1072
  msgid "Drag and drop to reorder"
1073
  msgstr "برای مرتب سازی بگیرید و بکشید"
1074
 
1075
- #: ../classes/settings.php:832
1076
  msgid "Add Column"
1077
  msgstr "ستون جدید"
1078
 
1079
- #: ../classes/settings.php:908
1080
  msgid "Active"
1081
  msgstr "فعال"
1082
 
1083
- #: ../classes/settings.php:909
1084
  msgid "Deactivate"
1085
  msgstr "غیرفعال"
1086
 
1087
- #: ../classes/settings.php:916
1088
  msgid "Installed"
1089
  msgstr "نصب شده"
1090
 
1091
- #: ../classes/settings.php:917
1092
  msgid "Activate"
1093
  msgstr "فعال"
1094
 
1095
- #: ../classes/settings.php:931
1096
  msgid "Download & Install"
1097
  msgstr "دانلود و نصب"
1098
 
1099
- #: ../classes/settings.php:936
1100
  msgid "Get this add-on"
1101
  msgstr "دریافت این افزودنی"
1102
 
1103
- #: ../classes/storage_model.php:213
1104
  msgid "settings succesfully restored."
1105
  msgstr "تنظیمات با موفقیت بازنشانی شدند."
1106
 
1107
- #: ../classes/storage_model.php:229
1108
  msgid "No columns settings available."
1109
  msgstr "هیچ تنظیمی برای ستونها موجود نیست."
1110
 
1111
- #: ../classes/storage_model.php:250
1112
  #, php-format
1113
  msgid "You are trying to store the same settings for %s."
1114
  msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
1115
 
1116
- #: ../classes/storage_model.php:254
1117
  #, php-format
1118
  msgid "Settings for %s updated succesfully."
1119
  msgstr "تنظیمات برای %s با موفقیت به روز شد."
@@ -1122,14 +1213,30 @@ msgstr "تنظیمات برای %s با موفقیت به روز شد."
1122
  msgid "Comments"
1123
  msgstr "نظرات"
1124
 
 
 
 
 
1125
  #: ../classes/storage_model/link.php:13
1126
  msgid "Links"
1127
  msgstr "لینک ها"
1128
 
 
 
 
 
 
 
 
 
1129
  #: ../classes/storage_model/user.php:13
1130
  msgid "Users"
1131
  msgstr "کاربران"
1132
 
 
 
 
 
1133
  #: ../classes/upgrade.php:62
1134
  msgid ""
1135
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin "
@@ -1189,6 +1296,6 @@ msgstr "خطا"
1189
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1190
  msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
1191
 
1192
- #: ../codepress-admin-columns.php:390
1193
  msgid "Edit columns"
1194
  msgstr "ویرایش ستون ها"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-25 17:30+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Persian (http://www.transifex.com/projects/p/admin-columns/language/fa/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: fa\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
+ msgstr ""
27
 
28
  #: ../classes/addons.php:135
29
  msgid "Advanced Custom Fields"
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:575
45
  msgid "Thumbnail"
46
  msgstr "بندانگشتی"
47
 
48
+ #: ../classes/column.php:576
49
  msgid "Medium"
50
  msgstr "متوسط"
51
 
52
+ #: ../classes/column.php:577
53
  msgid "Large"
54
  msgstr "بزرگ"
55
 
56
+ #: ../classes/column.php:578
57
  msgid "Full"
58
  msgstr "کامل"
59
 
60
+ #: ../classes/column.php:1020
61
  msgid "Date Format"
62
  msgstr "قابل تاریخ"
63
 
64
+ #: ../classes/column.php:1021
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "چگونگی نمایش تاریخ را مشخص می کند."
67
 
68
+ #: ../classes/column.php:1027
69
  msgid "Example:"
70
  msgstr "مثال:"
71
 
72
+ #: ../classes/column.php:1029
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "برای استفاده از قالب تاریخ وردپرس خالی بگذارید، یا به <a href=\"%s\">قالب دلخواهی از اینجا</a> تغییر دهید."
76
 
77
+ #: ../classes/column.php:1030
78
  msgid "Documentation on date and time formatting."
79
  msgstr "مستندات در باره قالب بندی تاریخ و زمان."
80
 
81
+ #: ../classes/column.php:1044
82
  msgid "Excerpt length"
83
  msgstr "طول چکیده"
84
 
85
+ #: ../classes/column.php:1045
86
  msgid "Number of words"
87
  msgstr "تعداد کلمات"
88
 
89
+ #: ../classes/column.php:1063
90
  msgid "Preview size"
91
  msgstr "اندازه پیش نمایش"
92
 
93
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
94
  msgid "Custom"
95
  msgstr "دلخواه"
96
 
97
+ #: ../classes/column.php:1083 ../classes/column.php:1230
98
  msgid "width"
99
  msgstr "عرض"
100
 
101
+ #: ../classes/column.php:1086
102
  msgid "height"
103
  msgstr "ارتفاع"
104
 
105
+ #: ../classes/column.php:1098
106
  msgid "Before"
107
  msgstr "قبل"
108
 
109
+ #: ../classes/column.php:1098
110
  msgid "This text will appear before the custom field value."
111
  msgstr "این متن قبل از مقدار زمینه دلخواه نمایش داده خواهد شد."
112
 
113
+ #: ../classes/column.php:1099
114
  msgid "After"
115
  msgstr "بعد"
116
 
117
+ #: ../classes/column.php:1099
118
  msgid "This text will appear after the custom field value."
119
  msgstr "این متن بعد از مقدار زمینه دلخواه نمایش داده خواهد شد."
120
 
121
+ #: ../classes/column.php:1108
122
+ msgid "Display Name"
123
+ msgstr "نام عمومی"
124
+
125
+ #: ../classes/column.php:1109
126
+ msgid "First Name"
127
+ msgstr "نام"
128
+
129
+ #: ../classes/column.php:1110
130
+ msgid "Last Name"
131
+ msgstr "نام خانوادگی"
132
+
133
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
134
+ msgid "Nickname"
135
+ msgstr "لغب"
136
+
137
+ #: ../classes/column.php:1112
138
+ msgid "User Login"
139
+ msgstr "نام کاربری"
140
+
141
+ #: ../classes/column.php:1113
142
+ msgid "User Email"
143
+ msgstr "ایمیل کاربر"
144
+
145
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
146
+ msgid "User ID"
147
+ msgstr "شناسه کاربر"
148
+
149
+ #: ../classes/column.php:1115
150
+ msgid "First and Last Name"
151
+ msgstr "نام و نام خانوادگی"
152
+
153
+ #: ../classes/column.php:1118
154
+ msgid "Display format"
155
+ msgstr ""
156
+
157
+ #: ../classes/column.php:1118
158
+ msgid "This is the format of the author name."
159
+ msgstr "فرمت نمایش نام نویسنده"
160
+
161
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39
162
+ #: ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "ویرایش"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "حذف"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "نوع"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "انتخاب نوع ستون"
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "برچسب"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "این نامی است که در تیتر ستون دیده می شود."
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "عرض"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "پیش فرض"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr "زمینه ACF"
224
  msgid "Find out more"
225
  msgstr "اطلاعات بیشتر"
226
 
227
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
228
  msgid "Actions"
229
  msgstr "عملیات ها"
230
 
231
+ #: ../classes/column/actions.php:96
232
  msgid "Use icons?"
233
  msgstr ""
234
 
235
+ #: ../classes/column/actions.php:96
236
  msgid "Use icons instead of text for displaying the actions."
237
  msgstr ""
238
 
239
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
240
  msgid "Yes"
241
  msgstr ""
242
 
243
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
244
  msgid "No"
245
  msgstr ""
246
 
247
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
248
+ msgid "ID"
249
+ msgstr "شناسه"
250
+
251
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
252
  msgid "Unapprove"
253
  msgstr "عدم تایید"
254
 
255
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
256
  msgid "Approve"
257
  msgstr "تایید"
258
 
259
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
260
  msgid "Restore"
261
  msgstr "بازسازی"
262
 
263
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
264
  msgid "Delete Permanently"
265
  msgstr "حذف برای همیشه"
266
 
267
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
268
  msgid "Quick&nbsp;Edit"
269
  msgstr "ویرایش سریع"
270
 
271
+ #: ../classes/column/comment/actions.php:77
272
  msgid "Reply"
273
  msgstr "پاسخ"
274
 
309
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
310
  msgstr "ارسالی در <a href=\"%1$s\">%2$s در %3$s</a>"
311
 
312
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
313
  msgid "Date"
314
  msgstr "تاریخ"
315
 
316
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
317
  msgid "Excerpt"
318
  msgstr "چکیده"
319
 
325
  msgid "Word count"
326
  msgstr "تعداد کلمات"
327
 
328
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
329
  msgid "Custom Field"
330
  msgstr "زمینه دلخواه"
331
 
332
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
333
  msgid "Default"
334
  msgstr "پیش فرض"
335
 
337
  msgid "Checkmark (true/false)"
338
  msgstr "تیک(صحیح غلط)"
339
 
340
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
341
  msgid "Color"
342
  msgstr "رنگ"
343
 
344
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
345
  msgid "Counter"
346
  msgstr "شمارنده"
347
 
348
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
349
  msgid "Image"
350
  msgstr "تصویر"
351
 
353
  msgid "Media Library"
354
  msgstr "کتابخانه رسانه"
355
 
356
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
357
  msgid "Multiple Values"
358
  msgstr "چندین مقدار"
359
 
360
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
361
  msgid "Numeric"
362
  msgstr "عددی"
363
 
369
  msgid "Username (User ID's)"
370
  msgstr "نام کاربری(شناسه کاربری)"
371
 
372
+ #: ../classes/column/custom-field.php:106
373
+ msgid "Term Name (Term ID's)"
374
+ msgstr ""
375
+
376
+ #: ../classes/column/custom-field.php:390
377
  msgid "Select your custom field."
378
  msgstr "زمینه دلخواه خود را انتخاب کنید."
379
 
380
+ #: ../classes/column/custom-field.php:400
381
  msgid "No custom fields available."
382
  msgstr "زمینه دلخواهی موجود نیست."
383
 
384
+ #: ../classes/column/custom-field.php:400
385
+ #, php-format
386
+ msgid "Please create a %s item first."
387
+ msgstr ""
388
+
389
+ #: ../classes/column/custom-field.php:407
390
  msgid "Field Type"
391
  msgstr "نوع فیلد"
392
 
393
+ #: ../classes/column/custom-field.php:407
394
  msgid "This will determine how the value will be displayed."
395
  msgstr "نمایانگر این موضوع که مقادیر چگونه نمایش داده خواهند شد."
396
 
431
  msgid "Target"
432
  msgstr "هدف"
433
 
434
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38
435
+ #: ../classes/column/post/status.php:35
436
+ msgid "Trash"
437
+ msgstr "زباله دان"
438
+
439
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
440
+ #, php-format
441
+ msgid "View &#8220;%s&#8221;"
442
+ msgstr "نمایش &#8220;%s&#8221;"
443
+
444
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
445
+ msgid "View"
446
+ msgstr "نمایش"
447
+
448
+ #: ../classes/column/media/actions.php:35
449
+ msgid "Attach"
450
+ msgstr ""
451
+
452
  #: ../classes/column/media/alternate-text.php:19
453
  msgid "Alt"
454
  msgstr "متن جایگزین"
455
 
456
+ #: ../classes/column/media/attached-to.php:19
457
+ msgid "Attached to post"
458
+ msgstr ""
459
+
460
  #: ../classes/column/media/available-sizes.php:20
461
  msgid "Available Sizes"
462
  msgstr "اندازه های موجود"
521
  msgid "File size"
522
  msgstr "حجم فایل"
523
 
524
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
525
  msgid "Full path"
526
  msgstr "مسیر کامل"
527
 
528
+ #: ../classes/column/media/full-path.php:83
529
+ msgid "Path scope"
530
+ msgstr ""
531
+
532
+ #: ../classes/column/media/full-path.php:84
533
+ msgid "Part of the file path to display"
534
+ msgstr ""
535
+
536
+ #: ../classes/column/media/full-path.php:97
537
+ msgid "Relative to domain"
538
+ msgstr ""
539
+
540
+ #: ../classes/column/media/full-path.php:102
541
+ msgid "Relative to main uploads folder "
542
+ msgstr ""
543
+
544
  #: ../classes/column/media/height.php:19
545
  msgid "Height"
546
  msgstr "ارتفاع"
549
  msgid "Mime type"
550
  msgstr "نوع فایل"
551
 
552
+ #: ../classes/column/post/actions.php:32
553
  msgid "Edit this item"
554
  msgstr "ویرایش این آیتم"
555
 
556
+ #: ../classes/column/post/actions.php:35
557
  msgid "Edit this item inline"
558
  msgstr "ویرایش درجای آیتم"
559
 
560
+ #: ../classes/column/post/actions.php:40
561
  msgid "Restore this item from the Trash"
562
  msgstr "بازسازی این آیتم از زباله دان"
563
 
564
+ #: ../classes/column/post/actions.php:42
565
  msgid "Move this item to the Trash"
566
  msgstr "انتقال این آیتم به زباله دان"
567
 
568
+ #: ../classes/column/post/actions.php:44
 
 
 
 
569
  msgid "Delete this item permanently"
570
  msgstr "حذف کلی این آیتم"
571
 
572
+ #: ../classes/column/post/actions.php:49
573
  #, php-format
574
  msgid "Preview &#8220;%s&#8221;"
575
  msgstr "پیش نمایش &#8220;%s&#8221;"
576
 
577
+ #: ../classes/column/post/actions.php:49
578
  msgid "Preview"
579
  msgstr "پیش نمایش"
580
 
 
 
 
 
 
 
 
 
 
581
  #: ../classes/column/post/attachment-count.php:19
582
  msgid "No. of Attachments"
583
  msgstr "تعداد پیوست ها"
584
 
585
  #: ../classes/column/post/attachment.php:19
586
+ msgid "Attachments"
587
+ msgstr ""
588
 
589
  #: ../classes/column/post/author-name.php:20
590
  msgid "Display Author As"
591
  msgstr "نمایش نویسنده با"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: ../classes/column/post/before-moretag.php:19
594
  msgid "Before More Tag"
595
  msgstr "قبل از تگ بیشتر"
618
  msgid "Select which comment status you like to display."
619
  msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
620
 
621
+ #: ../classes/column/post/content.php:19
622
+ msgid "Content"
623
+ msgstr ""
624
+
625
+ #: ../classes/column/post/date-published.php:17
626
+ msgid "Date Published"
627
+ msgstr ""
628
+
629
+ #: ../classes/column/post/depth.php:19
630
+ msgid "Depth"
631
+ msgstr ""
632
+
633
+ #: ../classes/column/post/estimated-reading-time.php:19
634
+ msgid "Estimated Reading Time"
635
+ msgstr ""
636
+
637
+ #: ../classes/column/post/estimated-reading-time.php:103
638
+ msgid "Words per minute"
639
+ msgstr ""
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:104
642
+ msgid "Estimated reading time in words per minute"
643
+ msgstr ""
644
+
645
  #: ../classes/column/post/featured-image.php:19
646
  msgid "Featured Image"
647
  msgstr "تصویر شاخص"
650
  msgid "Post Format"
651
  msgstr "قالب نوشته"
652
 
653
+ #: ../classes/column/post/last-modified-author.php:20
654
+ msgid "Last Modified Author"
655
+ msgstr ""
656
+
657
  #: ../classes/column/post/modified.php:19
658
  msgid "Last modified"
659
  msgstr "آخرین ویرایش"
694
  msgid "Roles"
695
  msgstr "نقش ها"
696
 
697
+ #: ../classes/column/post/shortcodes.php:19
698
+ msgid "Shortcodes"
699
+ msgstr ""
700
+
701
  #: ../classes/column/post/slug.php:19
702
  msgid "Slug"
703
  msgstr "نامک"
738
  msgid "Title without actions"
739
  msgstr ""
740
 
741
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
742
  msgid "Taxonomy"
743
  msgstr "طبقه بندی"
744
 
758
  msgid "Comment Count"
759
  msgstr "تعداد کامنت"
760
 
761
+ #: ../classes/column/user/display-name.php:19
762
+ msgid "Display name"
763
+ msgstr ""
764
+
765
  #: ../classes/column/user/first-name.php:19
766
  msgid "First name"
767
  msgstr "نام"
782
  msgid "Registered"
783
  msgstr "ثبت نام شده"
784
 
785
+ #: ../classes/column/user/rich-editing.php:19
786
+ msgid "Visual Editor"
787
+ msgstr ""
788
+
789
  #: ../classes/column/user/url.php:19
790
  msgid "Url"
791
  msgstr "آدرس"
792
 
793
+ #: ../classes/settings.php:112
794
  msgid "Add-on successfully activated."
795
  msgstr "افزونه با موفقیت فعال شد"
796
 
797
+ #: ../classes/settings.php:115
798
  msgid "Add-on successfully deactivated."
799
  msgstr "افزونه با موفقیت غیرفعال شد"
800
 
801
+ #: ../classes/settings.php:170
802
  msgid "Admin Columns Settings"
803
  msgstr "تنظیمات ستون ها"
804
 
805
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
806
  msgid "Admin Columns"
807
  msgstr "تنظیمات ستون ها"
808
 
809
+ #: ../classes/settings.php:218
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
812
  msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
813
 
814
+ #: ../classes/settings.php:272
815
  msgid "Default settings succesfully restored."
816
  msgstr "تنظیمات پیش فرض با موفقیت بازسازی شدند."
817
 
818
+ #: ../classes/settings.php:289
819
  msgid "Overview"
820
  msgstr "مرورکلی"
821
 
822
+ #: ../classes/settings.php:292
823
  msgid ""
824
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and "
825
  "reorder them."
826
  msgstr "این افزونه برای ایجاد ستون های دلخواه و یا حذف آنها و مرتب سازی و همچنین تغییر نام آنها در نوشته ها و برگه ها ، رسانه ها ، نظرات، لینک ها و کاربران طراحی شده است."
827
 
828
+ #: ../classes/settings.php:295
829
  msgid "Basics"
830
  msgstr "مقدمات"
831
 
832
+ #: ../classes/settings.php:297
833
  msgid "Change order"
834
  msgstr "تغییر ترتیب"
835
 
836
+ #: ../classes/settings.php:298
837
  msgid "By dragging the columns you can change the order which they will appear in."
838
  msgstr "با گرفتن و کشیدن ستون ها می توانید ترتیب نمایش آنها را تغییر دهید."
839
 
840
+ #: ../classes/settings.php:299
841
  msgid "Change label"
842
  msgstr "تغییر برچسب"
843
 
844
+ #: ../classes/settings.php:300
845
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
846
  msgstr "با کلیک روی مثلث می توانید تنظیمات ستون را مشاهده فرمایید. در اینجا می توانید برچسب هر ستون را تغییر دهید."
847
 
848
+ #: ../classes/settings.php:301
849
  msgid "Change column width"
850
  msgstr "تغییر عرض ستون"
851
 
852
+ #: ../classes/settings.php:302
853
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
854
  msgstr "با کلیک روی مثلث تنظیمات ستون را مشاهده خواهید کرد. به کمک جابجایی اسلایدر می توانید عرض هر ستون را به صورت درصد مشخص کنید."
855
 
856
+ #: ../classes/settings.php:308
857
  msgid "'Custom Field' column"
858
  msgstr "ستون 'زمینه دلخواه'"
859
 
860
+ #: ../classes/settings.php:309
861
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
862
  msgstr "ستون زمینه دلخواه از زمینه های دلخواه نوشته ها و کاربران استفاده می کند. ده نوع مختلف برای تنظیم وجود دارد."
863
 
864
+ #: ../classes/settings.php:311
865
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
866
  msgstr "مقدار:می تواند متن یا آرایه باشد. آرایه ها به متن تبدیل خواهند شد و با ',' جدا خواهند شد."
867
 
868
+ #: ../classes/settings.php:312
869
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
870
  msgstr "مثدار: باید شامل یک آدرس (url) تصویر باشد یا شناسه هایی (ID) از پیوست ها که با ',' جدا شده اند."
871
 
872
+ #: ../classes/settings.php:313
873
  msgid "Value: This will show the first 20 words of the Post content."
874
  msgstr "مقدار: بیست کلمه ابتدای متن را نشان خواهد داد."
875
 
876
+ #: ../classes/settings.php:314
877
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
878
  msgstr "مثدار: باید آرایه باشد. هر آرایه ای (چند بعدی) متنی خواهد شد."
879
 
880
+ #: ../classes/settings.php:315
881
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
882
  msgstr "مقدار: فقط عددی. <br/> اگر از افزونه 'مرتب سازی' استفاده کنید، از این مقدار برای مرتب سازی استفاده خواهد شد. می توانید نوشته هایتان را یک مقدار عددی (زمینه دلخواه) مرتب سازی کنید."
883
 
884
+ #: ../classes/settings.php:316
885
  #, php-format
886
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
887
  msgstr "مقدار: باید زمان تاریخ سیستم یونیکس یا تاریخ قالب بندی شده باشد که در <a href='%s'>راهنما</a> شرح داده شده. می توانید خروجی تاریخ را از <a href='%s'>تنظیمات همگانی</a> تغییر دهید."
888
 
889
+ #: ../classes/settings.php:317
890
  msgid "Post Titles"
891
  msgstr "تیترهای نوشته"
892
 
893
+ #: ../classes/settings.php:317
894
  msgid "Value: can be one or more Post ID's (seperated by ',')."
895
  msgstr "مقدار: می تواند شامل یک یا چند شناسه (ID) نوشته ها (جدا شده با ',') باشد."
896
 
897
+ #: ../classes/settings.php:318
898
  msgid "Usernames"
899
  msgstr "نام های کاربری"
900
 
901
+ #: ../classes/settings.php:318
902
  msgid "Value: can be one or more User ID's (seperated by ',')."
903
  msgstr "می تواند شامل یک یا چند شناسه (ID) کاربری (جداشده با ',') باشد."
904
 
905
+ #: ../classes/settings.php:319
906
  msgid "Checkmark"
907
  msgstr "تیک"
908
 
909
+ #: ../classes/settings.php:319
910
  msgid "Value: should be a 1 (one) or 0 (zero)."
911
  msgstr "مقدار: می تواند یک یا صفر باشد"
912
 
913
+ #: ../classes/settings.php:320
914
  msgid "Value: hex value color, such as #808080."
915
  msgstr "مقدار: می تواند کد هکس رنگ مانند #808080 باشد"
916
 
917
+ #: ../classes/settings.php:321
918
  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."
919
  msgstr "مقدار: می تواند متن یا آرایه باشد. تعداد دفعات استفاده از meta key های آیتم را نمایش می دهد."
920
 
921
+ #: ../classes/settings.php:410
922
  msgid "Welcome to Admin Columns"
923
  msgstr "به مدیریت ستون ها خوش آمدید"
924
 
925
+ #: ../classes/settings.php:413
926
  msgid "Thank you for updating to the latest version!"
927
  msgstr "از اینکه به نسخه نهایی به روزرسانی کردید متشکریم!"
928
 
929
+ #: ../classes/settings.php:414
930
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
931
  msgstr "مدیریت ستون ها بهینه تر و لذت بخش تر از قبل شده است. امیدواریم شما بپسندید."
932
 
933
+ #: ../classes/settings.php:419
934
  msgid "What’s New"
935
  msgstr "چه چیز جدید است"
936
 
937
+ #: ../classes/settings.php:420
938
  msgid "Changelog"
939
  msgstr "تغییرات"
940
 
941
+ #: ../classes/settings.php:425
942
  msgid "Important"
943
  msgstr "مهم"
944
 
945
+ #: ../classes/settings.php:427
946
  msgid "Database Changes"
947
  msgstr "تغییرات بانک اطلاعاتی"
948
 
949
+ #: ../classes/settings.php:428
950
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
951
  msgstr "بانک اطلاعاتی بین نسخه های 1 و 2 تغییراتی داشته است ولی اطمینان داشته باشید هر زمان می توانید به نسخه 1 برگردید."
952
 
953
+ #: ../classes/settings.php:431
954
  msgid "Make sure you backup your database and then click"
955
  msgstr "از بانک اطلاعاتی خود پشتیبان تهیه کنید و روی "
956
 
957
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
958
  msgid "Upgrade Database"
959
  msgstr "به روز رسانی بانک اطلاعاتی کلیک کنید"
960
 
961
+ #: ../classes/settings.php:434
962
  msgid "Potential Issues"
963
  msgstr "مشکلات بالقوه"
964
 
965
+ #: ../classes/settings.php:435
966
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
967
  msgstr "به دلیل تغییرات در کدهای برنامه نویسی این امکان وجود دارد که بعضی افزونه های شما به خوبی کار نکند. توصیه می شود راهنما انتقال از "
968
 
969
+ #: ../classes/settings.php:435
970
  msgid "Migrating from v1 to v2"
971
  msgstr "نسخه 1 به 2 را به صورت کامل مطالعه فرمایید"
972
 
973
+ #: ../classes/settings.php:435
974
  msgid "guide to view the full list of changes."
975
  msgstr "راهنما برای دیدن لیست تمام تغییرات."
976
 
977
+ #: ../classes/settings.php:435
978
  #, php-format
979
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
980
  msgstr "زمانی که مشکلی مشاهده کردید لطفا آنرا به ما <a href=\"%s\">گزارش کنید</a>تا در نسخه بعدی تصحیح کنیم."
981
 
982
+ #: ../classes/settings.php:438
983
  msgid "Important!"
984
  msgstr "مهم !"
985
 
986
+ #: ../classes/settings.php:438
987
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
988
  msgstr "اگر بدون آگاهی از تغییرات رخ داده افزونه را به روز رسانی کرده اید به آخرین "
989
 
990
+ #: ../classes/settings.php:438
991
  msgid "version 1"
992
  msgstr "نسخه 1"
993
 
994
+ #: ../classes/settings.php:438
995
  msgid "of this plugin."
996
  msgstr "از افزونه برگردید."
997
 
998
+ #: ../classes/settings.php:444
999
  msgid "Changelog for"
1000
  msgstr "تغییرات برای"
1001
 
1002
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1003
  msgid "Learn more"
1004
  msgstr "آموزش بیشتر"
1005
 
1006
+ #: ../classes/settings.php:469
1007
  msgid "Start using Admin Columns"
1008
  msgstr "شروع استفاده از ستون های مدیریت"
1009
 
1010
+ #: ../classes/settings.php:512
1011
  msgid "General Settings"
1012
  msgstr "تنظیمات عمومی"
1013
 
1014
+ #: ../classes/settings.php:513
1015
  msgid "Customize your Admin Columns settings."
1016
  msgstr "دلخواه سازی تنظیمات افزونه"
1017
 
1018
+ #: ../classes/settings.php:524
1019
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1020
  msgstr ""
1021
 
1022
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1023
  msgid "Save"
1024
  msgstr "ذخیره"
1025
 
1026
+ #: ../classes/settings.php:571
1027
  msgid "Restore Settings"
1028
  msgstr "بازنشانی تنظیمات"
1029
 
1030
+ #: ../classes/settings.php:572
1031
  msgid "This will delete all column settings and restore the default settings."
1032
  msgstr "این کار تمام تنظیمات را حذف و به حالت پیش فرض در خواهد آورد."
1033
 
1034
+ #: ../classes/settings.php:578
1035
  msgid "Restore default settings"
1036
  msgstr "بازسازی تنظیمات پیش فرض"
1037
 
1038
+ #: ../classes/settings.php:578
1039
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1040
  msgstr "اخطار! تمام ستون های مدیریت ذخیره شده حذف خواهند شد. این کار بازگشت پذیر نیست!"
1041
 
1042
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1043
  msgid "Settings"
1044
  msgstr "تنظیمات"
1045
 
1046
+ #: ../classes/settings.php:601
1047
  msgid "Add-ons"
1048
  msgstr "افزودنی ها"
1049
 
1050
+ #: ../classes/settings.php:631
1051
  msgid "Posttypes"
1052
  msgstr "نوع نوشته ها"
1053
 
1054
+ #: ../classes/settings.php:632
1055
  msgid "Others"
1056
  msgstr "دیگر"
1057
 
1058
+ #: ../classes/settings.php:633
1059
  msgid "Taxonomies"
1060
  msgstr "طبقه بندی ها"
1061
 
1062
+ #: ../classes/settings.php:652
1063
  #, php-format
1064
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1065
+ msgstr ""
1066
 
1067
+ #: ../classes/settings.php:662
1068
  msgid "Store settings"
1069
  msgstr "ذخیره تنظیمات"
1070
 
1071
+ #: ../classes/settings.php:666
1072
  msgid "Update"
1073
  msgstr "به روز رسانی"
1074
 
1075
+ #: ../classes/settings.php:670
1076
  #, php-format
1077
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1078
  msgstr "اخطار! داده های %s ستون حذف خواهد شد. این کار بازگشت ناپذیر است."
1079
 
1080
+ #: ../classes/settings.php:671
1081
  msgid "columns"
1082
  msgstr "ستون ها"
1083
 
1084
+ #: ../classes/settings.php:690
1085
  msgid "Get Admin Columns Pro"
1086
  msgstr "خرید نسخه حرفه ای"
1087
 
1088
+ #: ../classes/settings.php:694
1089
  msgid "Add Sorting"
1090
  msgstr "اضافه کردن مرتب سازی"
1091
 
1092
+ #: ../classes/settings.php:695
1093
  msgid "Add Filtering"
1094
  msgstr "اضافه کردن فیلترسازی"
1095
 
1096
+ #: ../classes/settings.php:696
1097
  msgid "Add Import/Export"
1098
  msgstr "اضافه کردن وارد/ خارج کردن"
1099
 
1100
+ #: ../classes/settings.php:697
1101
  msgid "Add Direct Editing"
1102
  msgstr "اضافه کردن ویرایش مستقیم"
1103
 
1104
+ #: ../classes/settings.php:700
1105
  #, php-format
1106
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1107
  msgstr "برای اطلاعات بیشتر <a href=\"%s\">نسخه حرفه ای</a> را بررسی کنید."
1108
 
1109
+ #: ../classes/settings.php:731
1110
  msgid "Are you happy with Admin Columns?"
1111
  msgstr ""
1112
 
1113
+ #: ../classes/settings.php:739
1114
  msgid "What's wrong? Need help? Let us know!"
1115
  msgstr ""
1116
 
1117
+ #: ../classes/settings.php:740
1118
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1119
  msgstr ""
1120
 
1121
+ #: ../classes/settings.php:748
1122
  msgid "Docs"
1123
  msgstr ""
1124
 
1125
+ #: ../classes/settings.php:753
1126
  msgid "Forums"
1127
  msgstr ""
1128
 
1129
+ #: ../classes/settings.php:762
1130
  msgid "Woohoo! We're glad to hear that!"
1131
  msgstr ""
1132
 
1133
+ #: ../classes/settings.php:763
1134
  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!"
1135
  msgstr ""
1136
 
1137
+ #: ../classes/settings.php:767
1138
  msgid "Rate"
1139
  msgstr ""
1140
 
1141
+ #: ../classes/settings.php:778
1142
  msgid "Tweet"
1143
  msgstr ""
1144
 
1145
+ #: ../classes/settings.php:788
1146
  msgid "Buy Pro"
1147
  msgstr ""
1148
 
1149
+ #: ../classes/settings.php:800
1150
  msgid "Support"
1151
  msgstr "پشتیبانی"
1152
 
1153
+ #: ../classes/settings.php:803
1154
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1155
  msgstr "قسمت <strong>راهنما</strong> را در بالای صفحه بررسی کنید."
1156
 
1157
+ #: ../classes/settings.php:806
1158
  #, php-format
1159
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1160
  msgstr "برای دیدن تمام مستندات، امکانات آینده و نکات به <a href='%s'>وب سایت افزونه</a> مراجعه فرمایید."
1161
 
1162
+ #: ../classes/settings.php:835
1163
  msgid "Drag and drop to reorder"
1164
  msgstr "برای مرتب سازی بگیرید و بکشید"
1165
 
1166
+ #: ../classes/settings.php:838
1167
  msgid "Add Column"
1168
  msgstr "ستون جدید"
1169
 
1170
+ #: ../classes/settings.php:919
1171
  msgid "Active"
1172
  msgstr "فعال"
1173
 
1174
+ #: ../classes/settings.php:920
1175
  msgid "Deactivate"
1176
  msgstr "غیرفعال"
1177
 
1178
+ #: ../classes/settings.php:927
1179
  msgid "Installed"
1180
  msgstr "نصب شده"
1181
 
1182
+ #: ../classes/settings.php:928
1183
  msgid "Activate"
1184
  msgstr "فعال"
1185
 
1186
+ #: ../classes/settings.php:942
1187
  msgid "Download & Install"
1188
  msgstr "دانلود و نصب"
1189
 
1190
+ #: ../classes/settings.php:947
1191
  msgid "Get this add-on"
1192
  msgstr "دریافت این افزودنی"
1193
 
1194
+ #: ../classes/storage_model.php:227
1195
  msgid "settings succesfully restored."
1196
  msgstr "تنظیمات با موفقیت بازنشانی شدند."
1197
 
1198
+ #: ../classes/storage_model.php:243
1199
  msgid "No columns settings available."
1200
  msgstr "هیچ تنظیمی برای ستونها موجود نیست."
1201
 
1202
+ #: ../classes/storage_model.php:264
1203
  #, php-format
1204
  msgid "You are trying to store the same settings for %s."
1205
  msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
1206
 
1207
+ #: ../classes/storage_model.php:268
1208
  #, php-format
1209
  msgid "Settings for %s updated succesfully."
1210
  msgstr "تنظیمات برای %s با موفقیت به روز شد."
1213
  msgid "Comments"
1214
  msgstr "نظرات"
1215
 
1216
+ #: ../classes/storage_model/comment.php:14
1217
+ msgid "Comment"
1218
+ msgstr ""
1219
+
1220
  #: ../classes/storage_model/link.php:13
1221
  msgid "Links"
1222
  msgstr "لینک ها"
1223
 
1224
+ #: ../classes/storage_model/link.php:14
1225
+ msgid "Link"
1226
+ msgstr ""
1227
+
1228
+ #: ../classes/storage_model/media.php:14
1229
+ msgid "Media"
1230
+ msgstr ""
1231
+
1232
  #: ../classes/storage_model/user.php:13
1233
  msgid "Users"
1234
  msgstr "کاربران"
1235
 
1236
+ #: ../classes/storage_model/user.php:14
1237
+ msgid "User"
1238
+ msgstr ""
1239
+
1240
  #: ../classes/upgrade.php:62
1241
  msgid ""
1242
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin "
1296
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1297
  msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
1298
 
1299
+ #: ../codepress-admin-columns.php:442
1300
  msgid "Edit columns"
1301
  msgstr "ویرایش ستون ها"
languages/cpac-fr_FR.mo CHANGED
Binary file
languages/cpac-fr_FR.po CHANGED
@@ -8,16 +8,17 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: Admin Columns\n"
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
12
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
13
  "Last-Translator: Codepress <info@codepress.nl>\n"
14
- "Language-Team: French (France) (http://www.transifex.com/projects/p/admin-columns/language/fr_FR/)\n"
 
 
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
- "Language: fr_FR\n"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
- "X-Generator: Poedit 1.7.1\n"
21
  "X-Poedit-Basepath: .\n"
22
  "X-Poedit-KeywordsList: __;_e\n"
23
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -25,15 +26,17 @@ msgstr ""
25
  "X-Poedit-SearchPath-1: ..\n"
26
 
27
  #: ../classes/addons.php:110
28
- msgid "Third party plugin integration"
29
- msgstr "Troisième parties d'intégration du module complémentaire"
30
 
31
  #: ../classes/addons.php:135
32
  msgid "Advanced Custom Fields"
33
  msgstr "Personnalisation avancée de champ"
34
 
35
  #: ../classes/addons.php:136
36
- msgid "Display and edit Advanced Custom Fields fields in the posts overview in seconds!"
 
 
37
  msgstr ""
38
 
39
  #: ../classes/addons.php:141
@@ -41,184 +44,265 @@ msgid "WooCommerce"
41
  msgstr ""
42
 
43
  #: ../classes/addons.php:142
44
- msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
 
 
45
  msgstr ""
46
 
47
- #: ../classes/column.php:500
48
  msgid "Thumbnail"
49
  msgstr "Vignette"
50
 
51
- #: ../classes/column.php:501
52
  msgid "Medium"
53
  msgstr "Moyen"
54
 
55
- #: ../classes/column.php:502
56
  msgid "Large"
57
  msgstr "Large"
58
 
59
- #: ../classes/column.php:503
60
  msgid "Full"
61
  msgstr "Pleine taille"
62
 
63
- #: ../classes/column.php:863
64
  msgid "Date Format"
65
  msgstr "Format de date"
66
 
67
- #: ../classes/column.php:864
68
  msgid "This will determine how the date will be displayed."
69
  msgstr "Ceci déterminera l'affichage de la date."
70
 
71
- #: ../classes/column.php:870
72
  msgid "Example:"
73
  msgstr "Exemple :"
74
 
75
- #: ../classes/column.php:872
76
  #, php-format
77
- msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
78
- msgstr "Laisser vide pour utiliser le format spécifié par WordPress, modifier votre <a href=\"%s\">votre format de date par défaut ici</a>."
 
 
 
 
79
 
80
- #: ../classes/column.php:873
81
  msgid "Documentation on date and time formatting."
82
  msgstr "Documentation sur le formatage de la date et du temps."
83
 
84
- #: ../classes/column.php:887
85
  msgid "Excerpt length"
86
  msgstr "Longueur de l'extrait"
87
 
88
- #: ../classes/column.php:888
89
  msgid "Number of words"
90
  msgstr "Nombre de mots"
91
 
92
- #: ../classes/column.php:906
93
  msgid "Preview size"
94
  msgstr "Taille de prévisualisation"
95
 
96
- #: ../classes/column.php:923 ../classes/storage_model.php:534
97
  msgid "Custom"
98
  msgstr "Personnalisé"
99
 
100
- #: ../classes/column.php:926
101
  msgid "width"
102
  msgstr "largeur"
103
 
104
- #: ../classes/column.php:929
105
  msgid "height"
106
  msgstr "hauteur"
107
 
108
- #: ../classes/column.php:943
109
  msgid "Before"
110
  msgstr "Avant"
111
 
112
- #: ../classes/column.php:943
113
  msgid "This text will appear before the custom field value."
114
  msgstr "Ce texte apparaîtra avant la valeur du champ personnalisé."
115
 
116
- #: ../classes/column.php:949
117
  msgid "After"
118
  msgstr "Après"
119
 
120
- #: ../classes/column.php:949
121
  msgid "This text will appear after the custom field value."
122
  msgstr "Ce texte apparaîtra après la valeur du champ personnalisé."
123
 
124
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  msgid "Edit"
126
  msgstr "Modifier"
127
 
128
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
 
129
  msgid "Remove"
130
  msgstr "Retirer"
131
 
132
- #: ../classes/column.php:1062
133
  msgid "Type"
134
  msgstr "Type"
135
 
136
- #: ../classes/column.php:1062
137
  msgid "Choose a column type."
138
  msgstr "Choisissez le type de colonne."
139
 
140
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
141
- msgid "ID"
142
- msgstr "ID"
143
 
144
- #: ../classes/column.php:1072
145
  msgid "Label"
146
  msgstr "Libellé"
147
 
148
- #: ../classes/column.php:1072
149
  msgid "This is the name which will appear as the column header."
150
  msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
151
 
152
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
153
  msgid "Width"
154
  msgstr "Largeur"
155
 
156
- #: ../classes/column.php:1081 ../classes/column.php:1082
157
  msgid "default"
158
  msgstr "Par défaut"
159
 
 
 
 
 
160
  #: ../classes/column/acf-placeholder.php:19
161
  msgid "ACF Field"
162
  msgstr "Champ ACF"
163
 
164
  #: ../classes/column/acf-placeholder.php:32
165
- msgid "This feature is only available in Admin Columns Pro - Business or Developer."
 
166
  msgstr ""
167
 
168
  #: ../classes/column/acf-placeholder.php:35
169
  #, php-format
170
- msgid "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>."
 
 
171
  msgstr ""
172
 
173
  #: ../classes/column/acf-placeholder.php:38
174
- msgid "Admin Columns Pro - Developer offers full Advanced Custom Fields integeration, allowing you to easily display and edit ACF fields from within your posts overview."
 
 
 
175
  msgstr ""
176
 
177
  #: ../classes/column/acf-placeholder.php:44
178
  msgid "Find out more"
179
  msgstr "En savoir plus"
180
 
181
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
 
182
  msgid "Actions"
183
  msgstr "Actions"
184
 
185
- #: ../classes/column/actions.php:87
186
  msgid "Use icons?"
187
  msgstr ""
188
 
189
- #: ../classes/column/actions.php:87
190
  msgid "Use icons instead of text for displaying the actions."
191
  msgstr ""
192
 
193
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
 
194
  msgid "Yes"
195
  msgstr ""
196
 
197
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
 
198
  msgid "No"
199
  msgstr ""
200
 
201
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
 
 
202
  msgid "Unapprove"
203
  msgstr "Désapprouver"
204
 
205
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
 
206
  msgid "Approve"
207
  msgstr "Approuver"
208
 
209
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
 
 
210
  msgid "Restore"
211
  msgstr "Restaurer"
212
 
213
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
 
 
 
214
  msgid "Delete Permanently"
215
  msgstr "Supprimer définitivement"
216
 
217
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
 
218
  msgid "Quick&nbsp;Edit"
219
  msgstr "Rapide&nbsp;Modification"
220
 
221
- #: ../classes/column/comment/actions.php:101
222
  msgid "Reply"
223
  msgstr "Répondre"
224
 
@@ -226,7 +310,8 @@ msgstr "Répondre"
226
  msgid "Agent"
227
  msgstr "Agent"
228
 
229
- #: ../classes/column/comment/approved.php:19 ../classes/column/post/comment-count.php:35
 
230
  msgid "Approved"
231
  msgstr "Approuvé"
232
 
@@ -254,16 +339,20 @@ msgstr "Auteur"
254
  msgid "Date GMT"
255
  msgstr "Date GMT"
256
 
257
- #: ../classes/column/comment/date-gmt.php:30 ../classes/column/comment/date.php:30
 
258
  #, php-format
259
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
260
  msgstr "Soumis le<a href=\"%1$s\">%2$s à %3$s</a>"
261
 
262
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
 
263
  msgid "Date"
264
  msgstr "Date"
265
 
266
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
 
 
267
  msgid "Excerpt"
268
  msgstr "Extrait"
269
 
@@ -271,15 +360,18 @@ msgstr "Extrait"
271
  msgid "In Reply To"
272
  msgstr "En réponse à"
273
 
274
- #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
 
275
  msgid "Word count"
276
  msgstr "Nombre de mots"
277
 
278
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
 
279
  msgid "Custom Field"
280
  msgstr "Champ personnalisé"
281
 
282
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
 
283
  msgid "Default"
284
  msgstr "Par défaut"
285
 
@@ -287,27 +379,29 @@ msgstr "Par défaut"
287
  msgid "Checkmark (true/false)"
288
  msgstr "Cocher (vrai/faux)"
289
 
290
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
291
  msgid "Color"
292
  msgstr "Couleur"
293
 
294
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
295
  msgid "Counter"
296
  msgstr "Compteur"
297
 
298
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
 
299
  msgid "Image"
300
  msgstr "Image"
301
 
302
- #: ../classes/column/custom-field.php:101 ../classes/storage_model/media.php:13
 
303
  msgid "Media Library"
304
  msgstr "Bibliothèque des médias"
305
 
306
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
307
  msgid "Multiple Values"
308
  msgstr "Valeurs multiples"
309
 
310
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
311
  msgid "Numeric"
312
  msgstr "Numérique"
313
 
@@ -319,19 +413,28 @@ msgstr "Titre du post (Post ID)"
319
  msgid "Username (User ID's)"
320
  msgstr "Nom d'utilisateur (ID d'utilisateur)"
321
 
322
- #: ../classes/column/custom-field.php:356
 
 
 
 
323
  msgid "Select your custom field."
324
  msgstr "Sélectionnez votre champ personnalisé."
325
 
326
- #: ../classes/column/custom-field.php:366
327
  msgid "No custom fields available."
328
  msgstr "Aucun champ personnalisé disponible."
329
 
330
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
331
  msgid "Field Type"
332
  msgstr "Type de champ"
333
 
334
- #: ../classes/column/custom-field.php:373
335
  msgid "This will determine how the value will be displayed."
336
  msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
337
 
@@ -346,7 +449,9 @@ msgstr ""
346
  msgid "Delete"
347
  msgstr "Supprimer"
348
 
349
- #: ../classes/column/link/description.php:19 ../classes/column/media/description.php:19 ../classes/column/user/description.php:19
 
 
350
  msgid "Description"
351
  msgstr "Description"
352
 
@@ -370,10 +475,39 @@ msgstr "Rss"
370
  msgid "Target"
371
  msgstr "Cible"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "Texte alternatif"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "Tailles disponibles"
@@ -382,7 +516,8 @@ msgstr "Tailles disponibles"
382
  msgid "full size"
383
  msgstr "Taille réelle"
384
 
385
- #: ../classes/column/media/caption.php:19 ../classes/column/media/exif-data.php:41
 
386
  msgid "Caption"
387
  msgstr "Légende"
388
 
@@ -439,9 +574,26 @@ msgid "File size"
439
  msgstr "Taille du fichier"
440
 
441
  #: ../classes/column/media/full-path.php:19
 
442
  msgid "Full path"
443
  msgstr "Chemin d'accès complet"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "Hauteur"
@@ -450,96 +602,47 @@ msgstr "Hauteur"
450
  msgid "Mime type"
451
  msgstr "Type Mime"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "Modifier cet élément"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "Modifier cette ligne d'élément"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "Restaurer cet élément de la Corbeille"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "Déplacer cet élément vers la Corbeille"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "Corbeille"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "Supprimer cet élément de façon permanente"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "Arperçu &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "Arperçu"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "Voir &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "Voir"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "Nombre de pièces jointes"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
- msgstr "Pièce jointe"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "Afficher l'auteur comme"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "Afficher nom"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "Nom"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "Prénom"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "Surnom"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "Nom d'utilisateur"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "E-mail"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "ID utilisateur"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "Nom et prénom"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "Ceci est le format du nom de l'auteur"
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "Avant plus de balise"
@@ -560,7 +663,8 @@ msgstr "En attente"
560
  msgid "Spam"
561
  msgstr "Indésirable"
562
 
563
- #: ../classes/column/post/comment-count.php:99 ../classes/column/post/comment-status.php:20
 
564
  msgid "Comment status"
565
  msgstr "Status de commentaire"
566
 
@@ -568,6 +672,30 @@ msgstr "Status de commentaire"
568
  msgid "Select which comment status you like to display."
569
  msgstr "Sélectionnez quel commentaire voulez-vous afficher."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "Image à la Une"
@@ -576,6 +704,10 @@ msgstr "Image à la Une"
576
  msgid "Post Format"
577
  msgstr "Format de post"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "Dernière modification"
@@ -616,6 +748,10 @@ msgstr "Status du ping"
616
  msgid "Roles"
617
  msgstr "Rôles"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "Slug"
@@ -656,7 +792,7 @@ msgstr "Attaché"
656
  msgid "Title without actions"
657
  msgstr ""
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "Taxonomy"
662
 
@@ -676,6 +812,10 @@ msgstr ""
676
  msgid "Comment Count"
677
  msgstr "Nombre de commentaires"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "Prénom"
@@ -696,423 +836,488 @@ msgstr "Type d'article"
696
  msgid "Registered"
697
  msgstr "Inscrit"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "URL"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr "Module correctement activé."
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr "Module correctement désactivé."
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "Réglages Admin Columns"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
 
716
  msgid "Admin Columns"
717
  msgstr "Admin Columns"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr ""
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "Les paramètres par défaut ont été restaurés avec succès."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "Résumé"
731
 
732
- #: ../classes/settings.php:291
733
- msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
734
- msgstr "Cette extension permet l'ajout et la suppression de colonnes additionnelles dans les écrans d'administration pour les articles (types), pages, librairie des médias, commentaires, liens et usagers. Modifier le libellé des colonnes et réarranger leur ordre à votre guise."
 
 
 
 
 
 
 
735
 
736
- #: ../classes/settings.php:294
737
  msgid "Basics"
738
  msgstr "Basiques"
739
 
740
- #: ../classes/settings.php:296
741
  msgid "Change order"
742
  msgstr "Modifier l'ordre"
743
 
744
- #: ../classes/settings.php:297
745
- msgid "By dragging the columns you can change the order which they will appear in."
746
- msgstr "En déplaçant les colonnes vous modifierez ainsi l'ordre dans lequel ils apparaissent."
747
-
748
  #: ../classes/settings.php:298
 
 
 
 
 
 
 
749
  msgid "Change label"
750
  msgstr "Modifier le label"
751
 
752
- #: ../classes/settings.php:299
753
- msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
 
 
754
  msgstr ""
755
 
756
- #: ../classes/settings.php:300
757
  msgid "Change column width"
758
  msgstr "Modifier la largeur de colonne"
759
 
760
- #: ../classes/settings.php:301
761
- msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
 
 
762
  msgstr ""
763
 
764
- #: ../classes/settings.php:307
765
  msgid "'Custom Field' column"
766
  msgstr "Colonne 'Champ personnalisé'"
767
 
768
- #: ../classes/settings.php:308
769
- msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
770
- msgstr ""
771
-
772
- #: ../classes/settings.php:310
773
- msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
774
  msgstr ""
775
 
776
  #: ../classes/settings.php:311
777
- msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
 
 
778
  msgstr ""
779
 
780
  #: ../classes/settings.php:312
781
- msgid "Value: This will show the first 20 words of the Post content."
782
- msgstr "Utile : Ceci affiche les 20 premiers mots de l'article."
 
 
783
 
784
  #: ../classes/settings.php:313
785
- msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
786
- msgstr "Utile : Ce devrait être un tableau. Ce sera n'importe quel tableau (multidimensionnel) flottant."
787
 
788
  #: ../classes/settings.php:314
789
- msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
 
790
  msgstr ""
 
 
791
 
792
  #: ../classes/settings.php:315
793
- #, php-format
794
- msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
 
795
  msgstr ""
796
 
797
  #: ../classes/settings.php:316
 
 
 
 
 
 
 
 
798
  msgid "Post Titles"
799
  msgstr "Titre de l'article"
800
 
801
- #: ../classes/settings.php:316
802
  msgid "Value: can be one or more Post ID's (seperated by ',')."
803
  msgstr ""
804
 
805
- #: ../classes/settings.php:317
806
  msgid "Usernames"
807
  msgstr "Noms d'utilisateurs"
808
 
809
- #: ../classes/settings.php:317
810
  msgid "Value: can be one or more User ID's (seperated by ',')."
811
  msgstr ""
812
 
813
- #: ../classes/settings.php:318
814
  msgid "Checkmark"
815
  msgstr "Cocher"
816
 
817
- #: ../classes/settings.php:318
818
  msgid "Value: should be a 1 (one) or 0 (zero)."
819
  msgstr "Utile : Peut être la valeur un (1) ou zéro (0)."
820
 
821
- #: ../classes/settings.php:319
822
  msgid "Value: hex value color, such as #808080."
823
  msgstr "Utile : code couleur en hexadécimal, comme #808080."
824
 
825
- #: ../classes/settings.php:320
826
- 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."
 
 
827
  msgstr ""
828
 
829
- #: ../classes/settings.php:409
830
  msgid "Welcome to Admin Columns"
831
  msgstr "Bienvenue dans Admin Columns"
832
 
833
- #: ../classes/settings.php:412
834
  msgid "Thank you for updating to the latest version!"
835
  msgstr "Merci d'avoir mis à jour vers la dernière version!"
836
 
837
- #: ../classes/settings.php:413
838
- msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
 
 
839
  msgstr ""
840
 
841
- #: ../classes/settings.php:418
842
  msgid "What’s New"
843
  msgstr "Quoi de neuf"
844
 
845
- #: ../classes/settings.php:419
846
  msgid "Changelog"
847
  msgstr "Modifications"
848
 
849
- #: ../classes/settings.php:424
850
  msgid "Important"
851
  msgstr "Important"
852
 
853
- #: ../classes/settings.php:426
854
  msgid "Database Changes"
855
  msgstr "Changements dans la base de données"
856
 
857
- #: ../classes/settings.php:427
858
- msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
859
- msgstr "La base de données à été modifiée entre les versions 1 et 2. Mais nous sommes sûr que vous pouvez retourner à la version 1x sans aucun problème."
 
 
 
 
860
 
861
- #: ../classes/settings.php:430
862
  msgid "Make sure you backup your database and then click"
863
  msgstr "Assurez-vous de sauvegarder votre base de données et cliquez "
864
 
865
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
866
  msgid "Upgrade Database"
867
  msgstr "Mettre à jour la base de données"
868
 
869
- #: ../classes/settings.php:433
870
  msgid "Potential Issues"
871
  msgstr "Problèmes potentiels"
872
 
873
- #: ../classes/settings.php:434
874
- msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
 
 
 
875
  msgstr ""
876
 
877
- #: ../classes/settings.php:434
878
  msgid "Migrating from v1 to v2"
879
  msgstr "Migration de la v1 à la v2"
880
 
881
- #: ../classes/settings.php:434
882
  msgid "guide to view the full list of changes."
883
  msgstr "guide pour voir la liste complète des modifications."
884
 
885
- #: ../classes/settings.php:434
886
  #, php-format
887
- msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
 
 
888
  msgstr ""
889
 
890
- #: ../classes/settings.php:437
891
  msgid "Important!"
892
  msgstr "Important!"
893
 
894
- #: ../classes/settings.php:437
895
- msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
 
 
896
  msgstr ""
897
 
898
- #: ../classes/settings.php:437
899
  msgid "version 1"
900
  msgstr "version 1"
901
 
902
- #: ../classes/settings.php:437
903
  msgid "of this plugin."
904
  msgstr "de ce plugin."
905
 
906
- #: ../classes/settings.php:443
907
  msgid "Changelog for"
908
  msgstr "Nouveautés pour"
909
 
910
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
911
  msgid "Learn more"
912
  msgstr "En savoir plus"
913
 
914
- #: ../classes/settings.php:468
915
  msgid "Start using Admin Columns"
916
  msgstr "Commencer à utiliser Admin Columns"
917
 
918
- #: ../classes/settings.php:511
919
  msgid "General Settings"
920
  msgstr "Réglages généraux"
921
 
922
- #: ../classes/settings.php:512
923
  msgid "Customize your Admin Columns settings."
924
  msgstr "Personnalisez vos réglages Admin Columns."
925
 
926
- #: ../classes/settings.php:523
927
- msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
 
928
  msgstr ""
929
 
930
- #: ../classes/settings.php:530 ../classes/settings.php:660
931
  msgid "Save"
932
  msgstr "Enregistrer"
933
 
934
- #: ../classes/settings.php:570
935
  msgid "Restore Settings"
936
  msgstr "Rétablir les réglages"
937
 
938
- #: ../classes/settings.php:571
939
  msgid "This will delete all column settings and restore the default settings."
940
- msgstr "Cette opération va supprimer tous les paramètres de colonnes et restaure tous les paramètres par défaut."
 
 
941
 
942
- #: ../classes/settings.php:577
943
  msgid "Restore default settings"
944
  msgstr "Restaurer les paramètres par défaut"
945
 
946
- #: ../classes/settings.php:577
947
- msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
948
- msgstr "Attention! Tous les données des colonnes d'administration seront supprimées. Cela n'est pas irréversible. \\'OK\\' supprimer, \\'Annuler\\' arrêter"
 
 
 
 
949
 
950
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
951
  msgid "Settings"
952
  msgstr "Réglages"
953
 
954
- #: ../classes/settings.php:600
955
  msgid "Add-ons"
956
  msgstr "Modules"
957
 
958
- #: ../classes/settings.php:625
959
  msgid "Posttypes"
960
  msgstr "Type d'article"
961
 
962
- #: ../classes/settings.php:626
963
  msgid "Others"
964
  msgstr "Autres"
965
 
966
- #: ../classes/settings.php:627
967
  msgid "Taxonomies"
968
  msgstr "Taxonomie"
969
 
970
- #: ../classes/settings.php:646
971
  #, php-format
972
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
 
 
973
  msgstr ""
974
 
975
- #: ../classes/settings.php:656
976
  msgid "Store settings"
977
  msgstr "Enregistrer les réglages"
978
 
979
- #: ../classes/settings.php:660
980
  msgid "Update"
981
  msgstr "Mettre à jour"
982
 
983
- #: ../classes/settings.php:664
984
  #, php-format
985
- msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
 
 
986
  msgstr ""
987
 
988
- #: ../classes/settings.php:665
989
  msgid "columns"
990
  msgstr "colonnes"
991
 
992
- #: ../classes/settings.php:684
993
  msgid "Get Admin Columns Pro"
994
  msgstr ""
995
 
996
- #: ../classes/settings.php:688
997
  msgid "Add Sorting"
998
  msgstr "Ajouter le tri"
999
 
1000
- #: ../classes/settings.php:689
1001
  msgid "Add Filtering"
1002
  msgstr "Ajouter le filtrage"
1003
 
1004
- #: ../classes/settings.php:690
1005
  msgid "Add Import/Export"
1006
  msgstr "Ajouter l'import/export"
1007
 
1008
- #: ../classes/settings.php:691
1009
  msgid "Add Direct Editing"
1010
  msgstr "Ajouter la modification directe"
1011
 
1012
- #: ../classes/settings.php:694
1013
  #, php-format
1014
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1015
  msgstr ""
1016
 
1017
- #: ../classes/settings.php:725
1018
  msgid "Are you happy with Admin Columns?"
1019
  msgstr ""
1020
 
1021
- #: ../classes/settings.php:733
1022
  msgid "What's wrong? Need help? Let us know!"
1023
  msgstr ""
1024
 
1025
- #: ../classes/settings.php:734
1026
- msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
 
 
1027
  msgstr ""
1028
 
1029
- #: ../classes/settings.php:742
1030
  msgid "Docs"
1031
  msgstr ""
1032
 
1033
- #: ../classes/settings.php:747
1034
  msgid "Forums"
1035
  msgstr ""
1036
 
1037
- #: ../classes/settings.php:756
1038
  msgid "Woohoo! We're glad to hear that!"
1039
  msgstr ""
1040
 
1041
- #: ../classes/settings.php:757
1042
- 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!"
 
 
1043
  msgstr ""
1044
 
1045
- #: ../classes/settings.php:761
1046
  msgid "Rate"
1047
  msgstr ""
1048
 
1049
- #: ../classes/settings.php:772
1050
  msgid "Tweet"
1051
  msgstr ""
1052
 
1053
- #: ../classes/settings.php:782
1054
  msgid "Buy Pro"
1055
  msgstr ""
1056
 
1057
- #: ../classes/settings.php:794
1058
  msgid "Support"
1059
  msgstr "Aide"
1060
 
1061
- #: ../classes/settings.php:797
1062
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1063
  msgstr ""
1064
 
1065
- #: ../classes/settings.php:800
1066
  #, php-format
1067
- msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
 
 
1068
  msgstr ""
1069
 
1070
- #: ../classes/settings.php:829
1071
  msgid "Drag and drop to reorder"
1072
  msgstr "Vous pouvez modifier l'ordre."
1073
 
1074
- #: ../classes/settings.php:832
1075
  msgid "Add Column"
1076
  msgstr "Ajouter une colonne."
1077
 
1078
- #: ../classes/settings.php:908
1079
  msgid "Active"
1080
  msgstr "Actif"
1081
 
1082
- #: ../classes/settings.php:909
1083
  msgid "Deactivate"
1084
  msgstr "Désactiver"
1085
 
1086
- #: ../classes/settings.php:916
1087
  msgid "Installed"
1088
  msgstr "Installé"
1089
 
1090
- #: ../classes/settings.php:917
1091
  msgid "Activate"
1092
  msgstr "Activer"
1093
 
1094
- #: ../classes/settings.php:931
1095
  msgid "Download & Install"
1096
  msgstr "Télécharger & Installer"
1097
 
1098
- #: ../classes/settings.php:936
1099
  msgid "Get this add-on"
1100
  msgstr "Obtenir ce module"
1101
 
1102
- #: ../classes/storage_model.php:213
1103
  msgid "settings succesfully restored."
1104
  msgstr "les paramètres ont été restaurés avec succès."
1105
 
1106
- #: ../classes/storage_model.php:229
1107
  msgid "No columns settings available."
1108
  msgstr "Aucun paramètre de colonne disponible."
1109
 
1110
- #: ../classes/storage_model.php:250
1111
  #, php-format
1112
  msgid "You are trying to store the same settings for %s."
1113
  msgstr "Vous essayez de conserver les mêmes paramètres pour %s."
1114
 
1115
- #: ../classes/storage_model.php:254
1116
  #, php-format
1117
  msgid "Settings for %s updated succesfully."
1118
  msgstr "Les paramètres pour %s correctement mis à jour."
@@ -1121,18 +1326,38 @@ msgstr "Les paramètres pour %s correctement mis à jour."
1121
  msgid "Comments"
1122
  msgstr "Commentaires"
1123
 
 
 
 
 
1124
  #: ../classes/storage_model/link.php:13
1125
  msgid "Links"
1126
  msgstr "Liens"
1127
 
 
 
 
 
 
 
 
 
1128
  #: ../classes/storage_model/user.php:13
1129
  msgid "Users"
1130
  msgstr "Utilisateurs"
1131
 
 
 
 
 
1132
  #: ../classes/upgrade.php:62
1133
  msgid ""
1134
- "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www.admincolumns.com/pro-addon-information/\" "
1135
- "target=\"_blank\">is available</a>, which features a bunch of cool new features, including Direct Inline Editing!"
 
 
 
 
1136
  msgstr ""
1137
 
1138
  #: ../classes/upgrade.php:95
@@ -1184,9 +1409,13 @@ msgid "Error"
1184
  msgstr "Erreur"
1185
 
1186
  #: ../classes/upgrade.php:408
1187
- msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1188
- msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
 
 
 
 
1189
 
1190
- #: ../codepress-admin-columns.php:390
1191
  msgid "Edit columns"
1192
  msgstr "Éditer les colonnes"
8
  msgstr ""
9
  "Project-Id-Version: Admin Columns\n"
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2015-03-25 17:30+0100\n"
12
+ "PO-Revision-Date: 2015-03-25 17:30+0100\n"
13
  "Last-Translator: Codepress <info@codepress.nl>\n"
14
+ "Language-Team: French (France) (http://www.transifex.com/projects/p/admin-"
15
+ "columns/language/fr_FR/)\n"
16
+ "Language: fr_FR\n"
17
  "MIME-Version: 1.0\n"
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
  "Content-Transfer-Encoding: 8bit\n"
 
20
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
+ "X-Generator: Poedit 1.7.5\n"
22
  "X-Poedit-Basepath: .\n"
23
  "X-Poedit-KeywordsList: __;_e\n"
24
  "X-Poedit-SourceCharset: UTF-8\n"
26
  "X-Poedit-SearchPath-1: ..\n"
27
 
28
  #: ../classes/addons.php:110
29
+ msgid "Plugins"
30
+ msgstr ""
31
 
32
  #: ../classes/addons.php:135
33
  msgid "Advanced Custom Fields"
34
  msgstr "Personnalisation avancée de champ"
35
 
36
  #: ../classes/addons.php:136
37
+ msgid ""
38
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
39
+ "seconds!"
40
  msgstr ""
41
 
42
  #: ../classes/addons.php:141
44
  msgstr ""
45
 
46
  #: ../classes/addons.php:142
47
+ msgid ""
48
+ "Enhance the products, orders and coupons overviews with new columns and "
49
+ "inline editing."
50
  msgstr ""
51
 
52
+ #: ../classes/column.php:582
53
  msgid "Thumbnail"
54
  msgstr "Vignette"
55
 
56
+ #: ../classes/column.php:583
57
  msgid "Medium"
58
  msgstr "Moyen"
59
 
60
+ #: ../classes/column.php:584
61
  msgid "Large"
62
  msgstr "Large"
63
 
64
+ #: ../classes/column.php:585
65
  msgid "Full"
66
  msgstr "Pleine taille"
67
 
68
+ #: ../classes/column.php:1026
69
  msgid "Date Format"
70
  msgstr "Format de date"
71
 
72
+ #: ../classes/column.php:1027
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "Ceci déterminera l'affichage de la date."
75
 
76
+ #: ../classes/column.php:1033
77
  msgid "Example:"
78
  msgstr "Exemple :"
79
 
80
+ #: ../classes/column.php:1035
81
  #, php-format
82
+ msgid ""
83
+ "Leave empty for WordPress date format, change your <a href=\"%s\">default "
84
+ "date format here</a>."
85
+ msgstr ""
86
+ "Laisser vide pour utiliser le format spécifié par WordPress, modifier votre "
87
+ "<a href=\"%s\">votre format de date par défaut ici</a>."
88
 
89
+ #: ../classes/column.php:1036
90
  msgid "Documentation on date and time formatting."
91
  msgstr "Documentation sur le formatage de la date et du temps."
92
 
93
+ #: ../classes/column.php:1050
94
  msgid "Excerpt length"
95
  msgstr "Longueur de l'extrait"
96
 
97
+ #: ../classes/column.php:1051
98
  msgid "Number of words"
99
  msgstr "Nombre de mots"
100
 
101
+ #: ../classes/column.php:1069
102
  msgid "Preview size"
103
  msgstr "Taille de prévisualisation"
104
 
105
+ #: ../classes/column.php:1086 ../classes/storage_model.php:585
106
  msgid "Custom"
107
  msgstr "Personnalisé"
108
 
109
+ #: ../classes/column.php:1089 ../classes/column.php:1236
110
  msgid "width"
111
  msgstr "largeur"
112
 
113
+ #: ../classes/column.php:1092
114
  msgid "height"
115
  msgstr "hauteur"
116
 
117
+ #: ../classes/column.php:1104
118
  msgid "Before"
119
  msgstr "Avant"
120
 
121
+ #: ../classes/column.php:1104
122
  msgid "This text will appear before the custom field value."
123
  msgstr "Ce texte apparaîtra avant la valeur du champ personnalisé."
124
 
125
+ #: ../classes/column.php:1105
126
  msgid "After"
127
  msgstr "Après"
128
 
129
+ #: ../classes/column.php:1105
130
  msgid "This text will appear after the custom field value."
131
  msgstr "Ce texte apparaîtra après la valeur du champ personnalisé."
132
 
133
+ #: ../classes/column.php:1114
134
+ msgid "Display Name"
135
+ msgstr "Afficher nom"
136
+
137
+ #: ../classes/column.php:1115
138
+ msgid "First Name"
139
+ msgstr "Nom"
140
+
141
+ #: ../classes/column.php:1116
142
+ msgid "Last Name"
143
+ msgstr "Prénom"
144
+
145
+ #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
146
+ msgid "Nickname"
147
+ msgstr "Surnom"
148
+
149
+ #: ../classes/column.php:1118
150
+ msgid "User Login"
151
+ msgstr "Nom d'utilisateur"
152
+
153
+ #: ../classes/column.php:1119
154
+ msgid "User Email"
155
+ msgstr "E-mail"
156
+
157
+ #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
158
+ msgid "User ID"
159
+ msgstr "ID utilisateur"
160
+
161
+ #: ../classes/column.php:1121
162
+ msgid "First and Last Name"
163
+ msgstr "Nom et prénom"
164
+
165
+ #: ../classes/column.php:1124
166
+ msgid "Display format"
167
+ msgstr ""
168
+
169
+ #: ../classes/column.php:1124
170
+ msgid "This is the format of the author name."
171
+ msgstr "Ceci est le format du nom de l'auteur"
172
+
173
+ #: ../classes/column.php:1258 ../classes/column/comment/actions.php:75
174
+ #: ../classes/column/link/actions.php:48
175
+ #: ../classes/column/media/actions.php:25
176
+ #: ../classes/column/media/actions.php:39
177
+ #: ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
178
  msgid "Edit"
179
  msgstr "Modifier"
180
 
181
+ #: ../classes/column.php:1260 ../classes/column.php:1352
182
+ msgid "Clone"
183
+ msgstr ""
184
+
185
+ #: ../classes/column.php:1262 ../classes/column.php:1354
186
+ #: ../classes/column/user/actions.php:77
187
  msgid "Remove"
188
  msgstr "Retirer"
189
 
190
+ #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
191
  msgid "Type"
192
  msgstr "Type"
193
 
194
+ #: ../classes/column.php:1280
195
  msgid "Choose a column type."
196
  msgstr "Choisissez le type de colonne."
197
 
198
+ #: ../classes/column.php:1280
199
+ msgid "Name"
200
+ msgstr ""
201
 
202
+ #: ../classes/column.php:1290
203
  msgid "Label"
204
  msgstr "Libellé"
205
 
206
+ #: ../classes/column.php:1290
207
  msgid "This is the name which will appear as the column header."
208
  msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
209
 
210
+ #: ../classes/column.php:1297 ../classes/column/media/width.php:19
211
  msgid "Width"
212
  msgstr "Largeur"
213
 
214
+ #: ../classes/column.php:1299
215
  msgid "default"
216
  msgstr "Par défaut"
217
 
218
+ #: ../classes/column.php:1300
219
+ msgid "auto"
220
+ msgstr ""
221
+
222
  #: ../classes/column/acf-placeholder.php:19
223
  msgid "ACF Field"
224
  msgstr "Champ ACF"
225
 
226
  #: ../classes/column/acf-placeholder.php:32
227
+ msgid ""
228
+ "This feature is only available in Admin Columns Pro - Business or Developer."
229
  msgstr ""
230
 
231
  #: ../classes/column/acf-placeholder.php:35
232
  #, php-format
233
+ msgid ""
234
+ "If you have a developer licence please download & install your ACF add-on "
235
+ "from the <a href='%s'>add-ons tab</a>."
236
  msgstr ""
237
 
238
  #: ../classes/column/acf-placeholder.php:38
239
+ msgid ""
240
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
241
+ "integeration, allowing you to easily display and edit ACF fields from within "
242
+ "your posts overview."
243
  msgstr ""
244
 
245
  #: ../classes/column/acf-placeholder.php:44
246
  msgid "Find out more"
247
  msgstr "En savoir plus"
248
 
249
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19
250
+ #: ../classes/column/user/actions.php:19
251
  msgid "Actions"
252
  msgstr "Actions"
253
 
254
+ #: ../classes/column/actions.php:96
255
  msgid "Use icons?"
256
  msgstr ""
257
 
258
+ #: ../classes/column/actions.php:96
259
  msgid "Use icons instead of text for displaying the actions."
260
  msgstr ""
261
 
262
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72
263
+ #: ../classes/column/used-by-menu.php:137
264
  msgid "Yes"
265
  msgstr ""
266
 
267
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76
268
+ #: ../classes/column/used-by-menu.php:141
269
  msgid "No"
270
  msgstr ""
271
 
272
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19
273
+ #: ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
274
+ msgid "ID"
275
+ msgstr "ID"
276
+
277
+ #: ../classes/column/comment/actions.php:52
278
+ #: ../classes/column/comment/actions.php:57
279
  msgid "Unapprove"
280
  msgstr "Désapprouver"
281
 
282
+ #: ../classes/column/comment/actions.php:54
283
+ #: ../classes/column/comment/actions.php:56
284
  msgid "Approve"
285
  msgstr "Approuver"
286
 
287
+ #: ../classes/column/comment/actions.php:65
288
+ #: ../classes/column/media/actions.php:42
289
+ #: ../classes/column/post/actions.php:40 ../classes/settings.php:671
290
  msgid "Restore"
291
  msgstr "Restaurer"
292
 
293
+ #: ../classes/column/comment/actions.php:69
294
+ #: ../classes/column/media/actions.php:31
295
+ #: ../classes/column/media/actions.php:47
296
+ #: ../classes/column/post/actions.php:44
297
  msgid "Delete Permanently"
298
  msgstr "Supprimer définitivement"
299
 
300
+ #: ../classes/column/comment/actions.php:76
301
+ #: ../classes/column/post/actions.php:35
302
  msgid "Quick&nbsp;Edit"
303
  msgstr "Rapide&nbsp;Modification"
304
 
305
+ #: ../classes/column/comment/actions.php:77
306
  msgid "Reply"
307
  msgstr "Répondre"
308
 
310
  msgid "Agent"
311
  msgstr "Agent"
312
 
313
+ #: ../classes/column/comment/approved.php:19
314
+ #: ../classes/column/post/comment-count.php:35
315
  msgid "Approved"
316
  msgstr "Approuvé"
317
 
339
  msgid "Date GMT"
340
  msgstr "Date GMT"
341
 
342
+ #: ../classes/column/comment/date-gmt.php:30
343
+ #: ../classes/column/comment/date.php:30
344
  #, php-format
345
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
346
  msgstr "Soumis le<a href=\"%1$s\">%2$s à %3$s</a>"
347
 
348
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
349
+ #: ../classes/settings.php:316
350
  msgid "Date"
351
  msgstr "Date"
352
 
353
+ #: ../classes/column/comment/excerpt.php:19
354
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
355
+ #: ../classes/settings.php:313
356
  msgid "Excerpt"
357
  msgstr "Extrait"
358
 
360
  msgid "In Reply To"
361
  msgstr "En réponse à"
362
 
363
+ #: ../classes/column/comment/word-count.php:19
364
+ #: ../classes/column/post/word-count.php:19
365
  msgid "Word count"
366
  msgstr "Nombre de mots"
367
 
368
+ #: ../classes/column/custom-field.php:23
369
+ #: ../classes/column/custom-field.php:390 ../classes/settings.php:306
370
  msgid "Custom Field"
371
  msgstr "Champ personnalisé"
372
 
373
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311
374
+ #: ../classes/storage_model.php:586
375
  msgid "Default"
376
  msgstr "Par défaut"
377
 
379
  msgid "Checkmark (true/false)"
380
  msgstr "Cocher (vrai/faux)"
381
 
382
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
383
  msgid "Color"
384
  msgstr "Couleur"
385
 
386
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
387
  msgid "Counter"
388
  msgstr "Compteur"
389
 
390
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
391
+ #: ../classes/settings.php:312
392
  msgid "Image"
393
  msgstr "Image"
394
 
395
+ #: ../classes/column/custom-field.php:101
396
+ #: ../classes/storage_model/media.php:13
397
  msgid "Media Library"
398
  msgstr "Bibliothèque des médias"
399
 
400
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
401
  msgid "Multiple Values"
402
  msgstr "Valeurs multiples"
403
 
404
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
405
  msgid "Numeric"
406
  msgstr "Numérique"
407
 
413
  msgid "Username (User ID's)"
414
  msgstr "Nom d'utilisateur (ID d'utilisateur)"
415
 
416
+ #: ../classes/column/custom-field.php:106
417
+ msgid "Term Name (Term ID's)"
418
+ msgstr ""
419
+
420
+ #: ../classes/column/custom-field.php:390
421
  msgid "Select your custom field."
422
  msgstr "Sélectionnez votre champ personnalisé."
423
 
424
+ #: ../classes/column/custom-field.php:400
425
  msgid "No custom fields available."
426
  msgstr "Aucun champ personnalisé disponible."
427
 
428
+ #: ../classes/column/custom-field.php:400
429
+ #, php-format
430
+ msgid "Please create a %s item first."
431
+ msgstr ""
432
+
433
+ #: ../classes/column/custom-field.php:407
434
  msgid "Field Type"
435
  msgstr "Type de champ"
436
 
437
+ #: ../classes/column/custom-field.php:407
438
  msgid "This will determine how the value will be displayed."
439
  msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
440
 
449
  msgid "Delete"
450
  msgstr "Supprimer"
451
 
452
+ #: ../classes/column/link/description.php:19
453
+ #: ../classes/column/media/description.php:19
454
+ #: ../classes/column/user/description.php:19
455
  msgid "Description"
456
  msgstr "Description"
457
 
475
  msgid "Target"
476
  msgstr "Cible"
477
 
478
+ #: ../classes/column/media/actions.php:28
479
+ #: ../classes/column/media/actions.php:44
480
+ #: ../classes/column/post/actions.php:42
481
+ #: ../classes/column/post/comment-count.php:38
482
+ #: ../classes/column/post/status.php:35
483
+ msgid "Trash"
484
+ msgstr "Corbeille"
485
+
486
+ #: ../classes/column/media/actions.php:33
487
+ #: ../classes/column/media/actions.php:52
488
+ #: ../classes/column/post/actions.php:51
489
+ #, php-format
490
+ msgid "View &#8220;%s&#8221;"
491
+ msgstr "Voir &#8220;%s&#8221;"
492
+
493
+ #: ../classes/column/media/actions.php:33
494
+ #: ../classes/column/media/actions.php:52
495
+ #: ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
496
+ msgid "View"
497
+ msgstr "Voir"
498
+
499
+ #: ../classes/column/media/actions.php:35
500
+ msgid "Attach"
501
+ msgstr ""
502
+
503
  #: ../classes/column/media/alternate-text.php:19
504
  msgid "Alt"
505
  msgstr "Texte alternatif"
506
 
507
+ #: ../classes/column/media/attached-to.php:19
508
+ msgid "Attached to post"
509
+ msgstr ""
510
+
511
  #: ../classes/column/media/available-sizes.php:20
512
  msgid "Available Sizes"
513
  msgstr "Tailles disponibles"
516
  msgid "full size"
517
  msgstr "Taille réelle"
518
 
519
+ #: ../classes/column/media/caption.php:19
520
+ #: ../classes/column/media/exif-data.php:41
521
  msgid "Caption"
522
  msgstr "Légende"
523
 
574
  msgstr "Taille du fichier"
575
 
576
  #: ../classes/column/media/full-path.php:19
577
+ #: ../classes/column/media/full-path.php:92
578
  msgid "Full path"
579
  msgstr "Chemin d'accès complet"
580
 
581
+ #: ../classes/column/media/full-path.php:83
582
+ msgid "Path scope"
583
+ msgstr ""
584
+
585
+ #: ../classes/column/media/full-path.php:84
586
+ msgid "Part of the file path to display"
587
+ msgstr ""
588
+
589
+ #: ../classes/column/media/full-path.php:97
590
+ msgid "Relative to domain"
591
+ msgstr ""
592
+
593
+ #: ../classes/column/media/full-path.php:102
594
+ msgid "Relative to main uploads folder "
595
+ msgstr ""
596
+
597
  #: ../classes/column/media/height.php:19
598
  msgid "Height"
599
  msgstr "Hauteur"
602
  msgid "Mime type"
603
  msgstr "Type Mime"
604
 
605
+ #: ../classes/column/post/actions.php:32
606
  msgid "Edit this item"
607
  msgstr "Modifier cet élément"
608
 
609
+ #: ../classes/column/post/actions.php:35
610
  msgid "Edit this item inline"
611
  msgstr "Modifier cette ligne d'élément"
612
 
613
+ #: ../classes/column/post/actions.php:40
614
  msgid "Restore this item from the Trash"
615
  msgstr "Restaurer cet élément de la Corbeille"
616
 
617
+ #: ../classes/column/post/actions.php:42
618
  msgid "Move this item to the Trash"
619
  msgstr "Déplacer cet élément vers la Corbeille"
620
 
621
+ #: ../classes/column/post/actions.php:44
 
 
 
 
622
  msgid "Delete this item permanently"
623
  msgstr "Supprimer cet élément de façon permanente"
624
 
625
+ #: ../classes/column/post/actions.php:49
626
  #, php-format
627
  msgid "Preview &#8220;%s&#8221;"
628
  msgstr "Arperçu &#8220;%s&#8221;"
629
 
630
+ #: ../classes/column/post/actions.php:49
631
  msgid "Preview"
632
  msgstr "Arperçu"
633
 
 
 
 
 
 
 
 
 
 
634
  #: ../classes/column/post/attachment-count.php:19
635
  msgid "No. of Attachments"
636
  msgstr "Nombre de pièces jointes"
637
 
638
  #: ../classes/column/post/attachment.php:19
639
+ msgid "Attachments"
640
+ msgstr ""
641
 
642
  #: ../classes/column/post/author-name.php:20
643
  msgid "Display Author As"
644
  msgstr "Afficher l'auteur comme"
645
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
646
  #: ../classes/column/post/before-moretag.php:19
647
  msgid "Before More Tag"
648
  msgstr "Avant plus de balise"
663
  msgid "Spam"
664
  msgstr "Indésirable"
665
 
666
+ #: ../classes/column/post/comment-count.php:99
667
+ #: ../classes/column/post/comment-status.php:20
668
  msgid "Comment status"
669
  msgstr "Status de commentaire"
670
 
672
  msgid "Select which comment status you like to display."
673
  msgstr "Sélectionnez quel commentaire voulez-vous afficher."
674
 
675
+ #: ../classes/column/post/content.php:19
676
+ msgid "Content"
677
+ msgstr ""
678
+
679
+ #: ../classes/column/post/date-published.php:17
680
+ msgid "Date Published"
681
+ msgstr ""
682
+
683
+ #: ../classes/column/post/depth.php:19
684
+ msgid "Depth"
685
+ msgstr ""
686
+
687
+ #: ../classes/column/post/estimated-reading-time.php:19
688
+ msgid "Estimated Reading Time"
689
+ msgstr ""
690
+
691
+ #: ../classes/column/post/estimated-reading-time.php:103
692
+ msgid "Words per minute"
693
+ msgstr ""
694
+
695
+ #: ../classes/column/post/estimated-reading-time.php:104
696
+ msgid "Estimated reading time in words per minute"
697
+ msgstr ""
698
+
699
  #: ../classes/column/post/featured-image.php:19
700
  msgid "Featured Image"
701
  msgstr "Image à la Une"
704
  msgid "Post Format"
705
  msgstr "Format de post"
706
 
707
+ #: ../classes/column/post/last-modified-author.php:20
708
+ msgid "Last Modified Author"
709
+ msgstr ""
710
+
711
  #: ../classes/column/post/modified.php:19
712
  msgid "Last modified"
713
  msgstr "Dernière modification"
748
  msgid "Roles"
749
  msgstr "Rôles"
750
 
751
+ #: ../classes/column/post/shortcodes.php:19
752
+ msgid "Shortcodes"
753
+ msgstr ""
754
+
755
  #: ../classes/column/post/slug.php:19
756
  msgid "Slug"
757
  msgstr "Slug"
792
  msgid "Title without actions"
793
  msgstr ""
794
 
795
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
796
  msgid "Taxonomy"
797
  msgstr "Taxonomy"
798
 
812
  msgid "Comment Count"
813
  msgstr "Nombre de commentaires"
814
 
815
+ #: ../classes/column/user/display-name.php:19
816
+ msgid "Display name"
817
+ msgstr ""
818
+
819
  #: ../classes/column/user/first-name.php:19
820
  msgid "First name"
821
  msgstr "Prénom"
836
  msgid "Registered"
837
  msgstr "Inscrit"
838
 
839
+ #: ../classes/column/user/rich-editing.php:19
840
+ msgid "Visual Editor"
841
+ msgstr ""
842
+
843
  #: ../classes/column/user/url.php:19
844
  msgid "Url"
845
  msgstr "URL"
846
 
847
+ #: ../classes/settings.php:112
848
  msgid "Add-on successfully activated."
849
  msgstr "Module correctement activé."
850
 
851
+ #: ../classes/settings.php:115
852
  msgid "Add-on successfully deactivated."
853
  msgstr "Module correctement désactivé."
854
 
855
+ #: ../classes/settings.php:170
856
  msgid "Admin Columns Settings"
857
  msgstr "Réglages Admin Columns"
858
 
859
+ #: ../classes/settings.php:170 ../classes/settings.php:599
860
+ #: ../classes/upgrade.php:135
861
  msgid "Admin Columns"
862
  msgstr "Admin Columns"
863
 
864
+ #: ../classes/settings.php:218
865
  #, php-format
866
  msgid "%s column is already present and can not be duplicated."
867
  msgstr ""
868
 
869
+ #: ../classes/settings.php:272
870
  msgid "Default settings succesfully restored."
871
  msgstr "Les paramètres par défaut ont été restaurés avec succès."
872
 
873
+ #: ../classes/settings.php:289
874
  msgid "Overview"
875
  msgstr "Résumé"
876
 
877
+ #: ../classes/settings.php:292
878
+ msgid ""
879
+ "This plugin is for adding and removing additional columns to the "
880
+ "administration screens for post(types), pages, media library, comments, "
881
+ "links and users. Change the column's label and reorder them."
882
+ msgstr ""
883
+ "Cette extension permet l'ajout et la suppression de colonnes additionnelles "
884
+ "dans les écrans d'administration pour les articles (types), pages, librairie "
885
+ "des médias, commentaires, liens et usagers. Modifier le libellé des colonnes "
886
+ "et réarranger leur ordre à votre guise."
887
 
888
+ #: ../classes/settings.php:295
889
  msgid "Basics"
890
  msgstr "Basiques"
891
 
892
+ #: ../classes/settings.php:297
893
  msgid "Change order"
894
  msgstr "Modifier l'ordre"
895
 
 
 
 
 
896
  #: ../classes/settings.php:298
897
+ msgid ""
898
+ "By dragging the columns you can change the order which they will appear in."
899
+ msgstr ""
900
+ "En déplaçant les colonnes vous modifierez ainsi l'ordre dans lequel ils "
901
+ "apparaissent."
902
+
903
+ #: ../classes/settings.php:299
904
  msgid "Change label"
905
  msgstr "Modifier le label"
906
 
907
+ #: ../classes/settings.php:300
908
+ msgid ""
909
+ "By clicking on the triangle you will see the column options. Here you can "
910
+ "change each label of the columns heading."
911
  msgstr ""
912
 
913
+ #: ../classes/settings.php:301
914
  msgid "Change column width"
915
  msgstr "Modifier la largeur de colonne"
916
 
917
+ #: ../classes/settings.php:302
918
+ msgid ""
919
+ "By clicking on the triangle you will see the column options. By using the "
920
+ "draggable slider you can set the width of the columns in percentages."
921
  msgstr ""
922
 
923
+ #: ../classes/settings.php:308
924
  msgid "'Custom Field' column"
925
  msgstr "Colonne 'Champ personnalisé'"
926
 
927
+ #: ../classes/settings.php:309
928
+ msgid ""
929
+ "The custom field colum uses the custom fields from posts and users. There "
930
+ "are 10 types which you can set."
 
 
931
  msgstr ""
932
 
933
  #: ../classes/settings.php:311
934
+ msgid ""
935
+ "Value: Can be either a string or array. Arrays will be flattened and values "
936
+ "are seperated by a ',' comma."
937
  msgstr ""
938
 
939
  #: ../classes/settings.php:312
940
+ msgid ""
941
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
942
+ "comma )."
943
+ msgstr ""
944
 
945
  #: ../classes/settings.php:313
946
+ msgid "Value: This will show the first 20 words of the Post content."
947
+ msgstr "Utile : Ceci affiche les 20 premiers mots de l'article."
948
 
949
  #: ../classes/settings.php:314
950
+ msgid ""
951
+ "Value: should be an array. This will flatten any ( multi dimensional ) array."
952
  msgstr ""
953
+ "Utile : Ce devrait être un tableau. Ce sera n'importe quel tableau "
954
+ "(multidimensionnel) flottant."
955
 
956
  #: ../classes/settings.php:315
957
+ msgid ""
958
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
959
+ "for sorting, so you can sort your posts on numeric (custom field) values."
960
  msgstr ""
961
 
962
  #: ../classes/settings.php:316
963
+ #, php-format
964
+ msgid ""
965
+ "Value: Can be unix time stamp or a date format as described in the <a "
966
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
967
+ "href='%s'>general settings</a> page."
968
+ msgstr ""
969
+
970
+ #: ../classes/settings.php:317
971
  msgid "Post Titles"
972
  msgstr "Titre de l'article"
973
 
974
+ #: ../classes/settings.php:317
975
  msgid "Value: can be one or more Post ID's (seperated by ',')."
976
  msgstr ""
977
 
978
+ #: ../classes/settings.php:318
979
  msgid "Usernames"
980
  msgstr "Noms d'utilisateurs"
981
 
982
+ #: ../classes/settings.php:318
983
  msgid "Value: can be one or more User ID's (seperated by ',')."
984
  msgstr ""
985
 
986
+ #: ../classes/settings.php:319
987
  msgid "Checkmark"
988
  msgstr "Cocher"
989
 
990
+ #: ../classes/settings.php:319
991
  msgid "Value: should be a 1 (one) or 0 (zero)."
992
  msgstr "Utile : Peut être la valeur un (1) ou zéro (0)."
993
 
994
+ #: ../classes/settings.php:320
995
  msgid "Value: hex value color, such as #808080."
996
  msgstr "Utile : code couleur en hexadécimal, comme #808080."
997
 
998
+ #: ../classes/settings.php:321
999
+ msgid ""
1000
+ "Value: Can be either a string or array. This will display a count of the "
1001
+ "number of times the meta key is used by the item."
1002
  msgstr ""
1003
 
1004
+ #: ../classes/settings.php:410
1005
  msgid "Welcome to Admin Columns"
1006
  msgstr "Bienvenue dans Admin Columns"
1007
 
1008
+ #: ../classes/settings.php:413
1009
  msgid "Thank you for updating to the latest version!"
1010
  msgstr "Merci d'avoir mis à jour vers la dernière version!"
1011
 
1012
+ #: ../classes/settings.php:414
1013
+ msgid ""
1014
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
1015
+ "like it."
1016
  msgstr ""
1017
 
1018
+ #: ../classes/settings.php:419
1019
  msgid "What’s New"
1020
  msgstr "Quoi de neuf"
1021
 
1022
+ #: ../classes/settings.php:420
1023
  msgid "Changelog"
1024
  msgstr "Modifications"
1025
 
1026
+ #: ../classes/settings.php:425
1027
  msgid "Important"
1028
  msgstr "Important"
1029
 
1030
+ #: ../classes/settings.php:427
1031
  msgid "Database Changes"
1032
  msgstr "Changements dans la base de données"
1033
 
1034
+ #: ../classes/settings.php:428
1035
+ msgid ""
1036
+ "The database has been changed between versions 1 and 2. But we made sure you "
1037
+ "can still roll back to version 1x without any issues."
1038
+ msgstr ""
1039
+ "La base de données à été modifiée entre les versions 1 et 2. Mais nous "
1040
+ "sommes sûr que vous pouvez retourner à la version 1x sans aucun problème."
1041
 
1042
+ #: ../classes/settings.php:431
1043
  msgid "Make sure you backup your database and then click"
1044
  msgstr "Assurez-vous de sauvegarder votre base de données et cliquez "
1045
 
1046
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
1047
  msgid "Upgrade Database"
1048
  msgstr "Mettre à jour la base de données"
1049
 
1050
+ #: ../classes/settings.php:434
1051
  msgid "Potential Issues"
1052
  msgstr "Problèmes potentiels"
1053
 
1054
+ #: ../classes/settings.php:435
1055
+ msgid ""
1056
+ "Do to the sizable refactoring the code, surounding Addons and action/"
1057
+ "filters, your website may not operate correctly. It is important that you "
1058
+ "read the full"
1059
  msgstr ""
1060
 
1061
+ #: ../classes/settings.php:435
1062
  msgid "Migrating from v1 to v2"
1063
  msgstr "Migration de la v1 à la v2"
1064
 
1065
+ #: ../classes/settings.php:435
1066
  msgid "guide to view the full list of changes."
1067
  msgstr "guide pour voir la liste complète des modifications."
1068
 
1069
+ #: ../classes/settings.php:435
1070
  #, php-format
1071
+ msgid ""
1072
+ "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
1073
+ "can fix it in the next release."
1074
  msgstr ""
1075
 
1076
+ #: ../classes/settings.php:438
1077
  msgid "Important!"
1078
  msgstr "Important!"
1079
 
1080
+ #: ../classes/settings.php:438
1081
+ msgid ""
1082
+ "If you updated the Admin Columns plugin without prior knowledge of such "
1083
+ "changes, Please roll back to the latest"
1084
  msgstr ""
1085
 
1086
+ #: ../classes/settings.php:438
1087
  msgid "version 1"
1088
  msgstr "version 1"
1089
 
1090
+ #: ../classes/settings.php:438
1091
  msgid "of this plugin."
1092
  msgstr "de ce plugin."
1093
 
1094
+ #: ../classes/settings.php:444
1095
  msgid "Changelog for"
1096
  msgstr "Nouveautés pour"
1097
 
1098
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1099
  msgid "Learn more"
1100
  msgstr "En savoir plus"
1101
 
1102
+ #: ../classes/settings.php:469
1103
  msgid "Start using Admin Columns"
1104
  msgstr "Commencer à utiliser Admin Columns"
1105
 
1106
+ #: ../classes/settings.php:512
1107
  msgid "General Settings"
1108
  msgstr "Réglages généraux"
1109
 
1110
+ #: ../classes/settings.php:513
1111
  msgid "Customize your Admin Columns settings."
1112
  msgstr "Personnalisez vos réglages Admin Columns."
1113
 
1114
+ #: ../classes/settings.php:524
1115
+ msgid ""
1116
+ "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1117
  msgstr ""
1118
 
1119
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1120
  msgid "Save"
1121
  msgstr "Enregistrer"
1122
 
1123
+ #: ../classes/settings.php:571
1124
  msgid "Restore Settings"
1125
  msgstr "Rétablir les réglages"
1126
 
1127
+ #: ../classes/settings.php:572
1128
  msgid "This will delete all column settings and restore the default settings."
1129
+ msgstr ""
1130
+ "Cette opération va supprimer tous les paramètres de colonnes et restaure "
1131
+ "tous les paramètres par défaut."
1132
 
1133
+ #: ../classes/settings.php:578
1134
  msgid "Restore default settings"
1135
  msgstr "Restaurer les paramètres par défaut"
1136
 
1137
+ #: ../classes/settings.php:578
1138
+ msgid ""
1139
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
1140
+ "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1141
+ msgstr ""
1142
+ "Attention! Tous les données des colonnes d'administration seront supprimées. "
1143
+ "Cela n'est pas irréversible. \\'OK\\' supprimer, \\'Annuler\\' arrêter"
1144
 
1145
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1146
  msgid "Settings"
1147
  msgstr "Réglages"
1148
 
1149
+ #: ../classes/settings.php:601
1150
  msgid "Add-ons"
1151
  msgstr "Modules"
1152
 
1153
+ #: ../classes/settings.php:631
1154
  msgid "Posttypes"
1155
  msgstr "Type d'article"
1156
 
1157
+ #: ../classes/settings.php:632
1158
  msgid "Others"
1159
  msgstr "Autres"
1160
 
1161
+ #: ../classes/settings.php:633
1162
  msgid "Taxonomies"
1163
  msgstr "Taxonomie"
1164
 
1165
+ #: ../classes/settings.php:652
1166
  #, php-format
1167
+ msgid ""
1168
+ "The columns for %s are set up via PHP and can therefore not be edited in the "
1169
+ "admin panel."
1170
  msgstr ""
1171
 
1172
+ #: ../classes/settings.php:662
1173
  msgid "Store settings"
1174
  msgstr "Enregistrer les réglages"
1175
 
1176
+ #: ../classes/settings.php:666
1177
  msgid "Update"
1178
  msgstr "Mettre à jour"
1179
 
1180
+ #: ../classes/settings.php:670
1181
  #, php-format
1182
+ msgid ""
1183
+ "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK"
1184
+ "\\' to delete, \\'Cancel\\' to stop"
1185
  msgstr ""
1186
 
1187
+ #: ../classes/settings.php:671
1188
  msgid "columns"
1189
  msgstr "colonnes"
1190
 
1191
+ #: ../classes/settings.php:690
1192
  msgid "Get Admin Columns Pro"
1193
  msgstr ""
1194
 
1195
+ #: ../classes/settings.php:694
1196
  msgid "Add Sorting"
1197
  msgstr "Ajouter le tri"
1198
 
1199
+ #: ../classes/settings.php:695
1200
  msgid "Add Filtering"
1201
  msgstr "Ajouter le filtrage"
1202
 
1203
+ #: ../classes/settings.php:696
1204
  msgid "Add Import/Export"
1205
  msgstr "Ajouter l'import/export"
1206
 
1207
+ #: ../classes/settings.php:697
1208
  msgid "Add Direct Editing"
1209
  msgstr "Ajouter la modification directe"
1210
 
1211
+ #: ../classes/settings.php:700
1212
  #, php-format
1213
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1214
  msgstr ""
1215
 
1216
+ #: ../classes/settings.php:731
1217
  msgid "Are you happy with Admin Columns?"
1218
  msgstr ""
1219
 
1220
+ #: ../classes/settings.php:739
1221
  msgid "What's wrong? Need help? Let us know!"
1222
  msgstr ""
1223
 
1224
+ #: ../classes/settings.php:740
1225
+ msgid ""
1226
+ "Check out our extensive documentation, or you can open a support topic on "
1227
+ "WordPress.org!"
1228
  msgstr ""
1229
 
1230
+ #: ../classes/settings.php:748
1231
  msgid "Docs"
1232
  msgstr ""
1233
 
1234
+ #: ../classes/settings.php:753
1235
  msgid "Forums"
1236
  msgstr ""
1237
 
1238
+ #: ../classes/settings.php:762
1239
  msgid "Woohoo! We're glad to hear that!"
1240
  msgstr ""
1241
 
1242
+ #: ../classes/settings.php:763
1243
+ msgid ""
1244
+ "We would really love it if you could show your appreciation by giving us a "
1245
+ "rating on WordPress.org or tweet about Admin Columns!"
1246
  msgstr ""
1247
 
1248
+ #: ../classes/settings.php:767
1249
  msgid "Rate"
1250
  msgstr ""
1251
 
1252
+ #: ../classes/settings.php:778
1253
  msgid "Tweet"
1254
  msgstr ""
1255
 
1256
+ #: ../classes/settings.php:788
1257
  msgid "Buy Pro"
1258
  msgstr ""
1259
 
1260
+ #: ../classes/settings.php:800
1261
  msgid "Support"
1262
  msgstr "Aide"
1263
 
1264
+ #: ../classes/settings.php:803
1265
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1266
  msgstr ""
1267
 
1268
+ #: ../classes/settings.php:806
1269
  #, php-format
1270
+ msgid ""
1271
+ "For full documentation, bug reports, feature suggestions and other tips <a "
1272
+ "href='%s'>visit the Admin Columns website</a>"
1273
  msgstr ""
1274
 
1275
+ #: ../classes/settings.php:835
1276
  msgid "Drag and drop to reorder"
1277
  msgstr "Vous pouvez modifier l'ordre."
1278
 
1279
+ #: ../classes/settings.php:838
1280
  msgid "Add Column"
1281
  msgstr "Ajouter une colonne."
1282
 
1283
+ #: ../classes/settings.php:919
1284
  msgid "Active"
1285
  msgstr "Actif"
1286
 
1287
+ #: ../classes/settings.php:920
1288
  msgid "Deactivate"
1289
  msgstr "Désactiver"
1290
 
1291
+ #: ../classes/settings.php:927
1292
  msgid "Installed"
1293
  msgstr "Installé"
1294
 
1295
+ #: ../classes/settings.php:928
1296
  msgid "Activate"
1297
  msgstr "Activer"
1298
 
1299
+ #: ../classes/settings.php:942
1300
  msgid "Download & Install"
1301
  msgstr "Télécharger & Installer"
1302
 
1303
+ #: ../classes/settings.php:947
1304
  msgid "Get this add-on"
1305
  msgstr "Obtenir ce module"
1306
 
1307
+ #: ../classes/storage_model.php:227
1308
  msgid "settings succesfully restored."
1309
  msgstr "les paramètres ont été restaurés avec succès."
1310
 
1311
+ #: ../classes/storage_model.php:243
1312
  msgid "No columns settings available."
1313
  msgstr "Aucun paramètre de colonne disponible."
1314
 
1315
+ #: ../classes/storage_model.php:264
1316
  #, php-format
1317
  msgid "You are trying to store the same settings for %s."
1318
  msgstr "Vous essayez de conserver les mêmes paramètres pour %s."
1319
 
1320
+ #: ../classes/storage_model.php:268
1321
  #, php-format
1322
  msgid "Settings for %s updated succesfully."
1323
  msgstr "Les paramètres pour %s correctement mis à jour."
1326
  msgid "Comments"
1327
  msgstr "Commentaires"
1328
 
1329
+ #: ../classes/storage_model/comment.php:14
1330
+ msgid "Comment"
1331
+ msgstr ""
1332
+
1333
  #: ../classes/storage_model/link.php:13
1334
  msgid "Links"
1335
  msgstr "Liens"
1336
 
1337
+ #: ../classes/storage_model/link.php:14
1338
+ msgid "Link"
1339
+ msgstr ""
1340
+
1341
+ #: ../classes/storage_model/media.php:14
1342
+ msgid "Media"
1343
+ msgstr ""
1344
+
1345
  #: ../classes/storage_model/user.php:13
1346
  msgid "Users"
1347
  msgstr "Utilisateurs"
1348
 
1349
+ #: ../classes/storage_model/user.php:14
1350
+ msgid "User"
1351
+ msgstr ""
1352
+
1353
  #: ../classes/upgrade.php:62
1354
  msgid ""
1355
+ "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the "
1356
+ "<em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. "
1357
+ "However, a free license of <strong>Admin Columns Pro</strong> <a href="
1358
+ "\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">is "
1359
+ "available</a>, which features a bunch of cool new features, including Direct "
1360
+ "Inline Editing!"
1361
  msgstr ""
1362
 
1363
  #: ../classes/upgrade.php:95
1409
  msgstr "Erreur"
1410
 
1411
  #: ../classes/upgrade.php:408
1412
+ msgid ""
1413
+ "Sorry. Something went wrong during the upgrade process. Please report this "
1414
+ "on the support forum."
1415
+ msgstr ""
1416
+ "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. "
1417
+ "Veuillez reporter cela au support du forum."
1418
 
1419
+ #: ../codepress-admin-columns.php:438
1420
  msgid "Edit columns"
1421
  msgstr "Éditer les colonnes"
languages/cpac-hu_HU.mo CHANGED
Binary file
languages/cpac-hu_HU.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/admin-columns/language/hu_HU/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: hu_HU\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
@@ -41,119 +41,168 @@ msgstr ""
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "Bélyegkép"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "Közepes"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "Nagy"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "Teljes méretű"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "Dátumformátum"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "Meghatározza, hogy fog a dátum megjelenni."
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "Például:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "Hagyd üresen a WordPress dátumformátumának használatához, vagy változtasd meg saját formátumra <a href=\"%s\">ide kattintva</a>."
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "Dokumentáció a dátum- és időformátumokhoz."
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "Kivonat hossza"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "Szavak száma"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "Előnézet mérete"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "Egyedi"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "szélesség"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "magasság"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "Előtte"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke előtt."
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "Utána"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke után."
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Edit"
123
  msgstr "Szerkesztés"
124
 
125
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
126
  msgid "Remove"
127
  msgstr "Eltávolítás"
128
 
129
- #: ../classes/column.php:1062
130
  msgid "Type"
131
  msgstr "Típus"
132
 
133
- #: ../classes/column.php:1062
134
  msgid "Choose a column type."
135
  msgstr "Válassz egy oszloptípust."
136
 
137
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
138
- msgid "ID"
139
- msgstr "ID"
140
 
141
- #: ../classes/column.php:1072
142
  msgid "Label"
143
  msgstr "Címke"
144
 
145
- #: ../classes/column.php:1072
146
  msgid "This is the name which will appear as the column header."
147
  msgstr "Ez a név fog megjelenni az oszlop fejlécében."
148
 
149
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
150
  msgid "Width"
151
  msgstr "Szélesség"
152
 
153
- #: ../classes/column.php:1081 ../classes/column.php:1082
154
  msgid "default"
155
  msgstr "alapértelmezett"
156
 
 
 
 
 
157
  #: ../classes/column/acf-placeholder.php:19
158
  msgid "ACF Field"
159
  msgstr ""
@@ -175,47 +224,51 @@ msgstr ""
175
  msgid "Find out more"
176
  msgstr ""
177
 
178
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
179
  msgid "Actions"
180
  msgstr "Műveletek"
181
 
182
- #: ../classes/column/actions.php:87
183
  msgid "Use icons?"
184
  msgstr ""
185
 
186
- #: ../classes/column/actions.php:87
187
  msgid "Use icons instead of text for displaying the actions."
188
  msgstr ""
189
 
190
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
191
  msgid "Yes"
192
  msgstr ""
193
 
194
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
195
  msgid "No"
196
  msgstr ""
197
 
198
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
199
  msgid "Unapprove"
200
  msgstr "Jóváhagyás visszavonása"
201
 
202
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
203
  msgid "Approve"
204
  msgstr "Jóváhagyás"
205
 
206
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
207
  msgid "Restore"
208
  msgstr "Visszaállítás"
209
 
210
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
211
  msgid "Delete Permanently"
212
  msgstr "Végleges törlés"
213
 
214
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
215
  msgid "Quick&nbsp;Edit"
216
  msgstr "gyors&nbsp;szerkesztés"
217
 
218
- #: ../classes/column/comment/actions.php:101
219
  msgid "Reply"
220
  msgstr "Válasz"
221
 
@@ -256,11 +309,11 @@ msgstr "GMT dátum"
256
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
257
  msgstr "Beküldve: <a href=\"%1$s\">%2$s, %3$s</a>"
258
 
259
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
260
  msgid "Date"
261
  msgstr "Dátum"
262
 
263
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
264
  msgid "Excerpt"
265
  msgstr "Kivonat"
266
 
@@ -272,11 +325,11 @@ msgstr "Válaszolva erre:"
272
  msgid "Word count"
273
  msgstr "Szavak száma"
274
 
275
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
276
  msgid "Custom Field"
277
  msgstr "Egyedi mező"
278
 
279
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
280
  msgid "Default"
281
  msgstr "Alapértelmezett"
282
 
@@ -284,15 +337,15 @@ msgstr "Alapértelmezett"
284
  msgid "Checkmark (true/false)"
285
  msgstr "Pipa (igaz/hamis)"
286
 
287
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
288
  msgid "Color"
289
  msgstr "Szín"
290
 
291
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
292
  msgid "Counter"
293
  msgstr "Számláló"
294
 
295
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
296
  msgid "Image"
297
  msgstr "Kép"
298
 
@@ -300,11 +353,11 @@ msgstr "Kép"
300
  msgid "Media Library"
301
  msgstr "Médiatár"
302
 
303
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
304
  msgid "Multiple Values"
305
  msgstr "Többszörös érték"
306
 
307
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
308
  msgid "Numeric"
309
  msgstr "Numerikus"
310
 
@@ -316,19 +369,28 @@ msgstr "Bejegyzés címe (bejegyzés ID)"
316
  msgid "Username (User ID's)"
317
  msgstr "Felhasználónév (Felhasználó ID)"
318
 
319
- #: ../classes/column/custom-field.php:356
 
 
 
 
320
  msgid "Select your custom field."
321
  msgstr "Válassz egyedi mezőt."
322
 
323
- #: ../classes/column/custom-field.php:366
324
  msgid "No custom fields available."
325
  msgstr "Nincsenek egyedi mezők."
326
 
327
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
328
  msgid "Field Type"
329
  msgstr "Mező típusa"
330
 
331
- #: ../classes/column/custom-field.php:373
332
  msgid "This will determine how the value will be displayed."
333
  msgstr "Meghatározza, hogy fog az érték megjelenni."
334
 
@@ -369,10 +431,31 @@ msgstr "RSS"
369
  msgid "Target"
370
  msgstr "Cél"
371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  #: ../classes/column/media/alternate-text.php:19
373
  msgid "Alt"
374
  msgstr "Alt"
375
 
 
 
 
 
376
  #: ../classes/column/media/available-sizes.php:20
377
  msgid "Available Sizes"
378
  msgstr "Elérhető méretek"
@@ -437,10 +520,26 @@ msgstr "Fájlnév"
437
  msgid "File size"
438
  msgstr "Fájlméret"
439
 
440
- #: ../classes/column/media/full-path.php:19
441
  msgid "Full path"
442
  msgstr "Teljes útvonal"
443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  #: ../classes/column/media/height.php:19
445
  msgid "Height"
446
  msgstr "Magasság"
@@ -449,96 +548,47 @@ msgstr "Magasság"
449
  msgid "Mime type"
450
  msgstr "Mime típus"
451
 
452
- #: ../classes/column/post/actions.php:31
453
  msgid "Edit this item"
454
  msgstr "Elem szerkesztése"
455
 
456
- #: ../classes/column/post/actions.php:34
457
  msgid "Edit this item inline"
458
  msgstr "Elem szerkesztése helyben"
459
 
460
- #: ../classes/column/post/actions.php:39
461
  msgid "Restore this item from the Trash"
462
  msgstr "Elem visszaállítása a Kukábó"
463
 
464
- #: ../classes/column/post/actions.php:41
465
  msgid "Move this item to the Trash"
466
  msgstr "Elem törlése a Kukába"
467
 
468
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
469
- msgid "Trash"
470
- msgstr "Kuka"
471
-
472
- #: ../classes/column/post/actions.php:43
473
  msgid "Delete this item permanently"
474
  msgstr "Elem végleges törlése"
475
 
476
- #: ../classes/column/post/actions.php:48
477
  #, php-format
478
  msgid "Preview &#8220;%s&#8221;"
479
  msgstr "Előnézet: &#8220;%s&#8221;"
480
 
481
- #: ../classes/column/post/actions.php:48
482
  msgid "Preview"
483
  msgstr "Előnézet"
484
 
485
- #: ../classes/column/post/actions.php:50
486
- #, php-format
487
- msgid "View &#8220;%s&#8221;"
488
- msgstr "Megtekintés: &#8220;%s&#8221;"
489
-
490
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
491
- msgid "View"
492
- msgstr "Megtekintés"
493
-
494
  #: ../classes/column/post/attachment-count.php:19
495
  msgid "No. of Attachments"
496
  msgstr "Csatolmányok száma"
497
 
498
  #: ../classes/column/post/attachment.php:19
499
- msgid "Attachment"
500
- msgstr "Csatolmány"
501
 
502
  #: ../classes/column/post/author-name.php:20
503
  msgid "Display Author As"
504
  msgstr "Szerző megjelenítése mint"
505
 
506
- #: ../classes/column/post/author-name.php:40
507
- msgid "Display Name"
508
- msgstr "Megjelenő név"
509
-
510
- #: ../classes/column/post/author-name.php:41
511
- msgid "First Name"
512
- msgstr "Utónév"
513
-
514
- #: ../classes/column/post/author-name.php:42
515
- msgid "Last Name"
516
- msgstr "Vezetéknév"
517
-
518
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
519
- msgid "Nickname"
520
- msgstr "Becenév"
521
-
522
- #: ../classes/column/post/author-name.php:44
523
- msgid "User Login"
524
- msgstr "Felhasználó bejelentkezés"
525
-
526
- #: ../classes/column/post/author-name.php:45
527
- msgid "User Email"
528
- msgstr "Felhasználó email"
529
-
530
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
531
- msgid "User ID"
532
- msgstr "Felhasználó ID "
533
-
534
- #: ../classes/column/post/author-name.php:47
535
- msgid "First and Last Name"
536
- msgstr "Elő- és utónév"
537
-
538
- #: ../classes/column/post/author-name.php:124
539
- msgid "This is the format of the author name."
540
- msgstr "Ez a szerző nevének formátuma"
541
-
542
  #: ../classes/column/post/before-moretag.php:19
543
  msgid "Before More Tag"
544
  msgstr "A \"További\" címke előtti rész"
@@ -567,6 +617,30 @@ msgstr "Hozzászólás státusza"
567
  msgid "Select which comment status you like to display."
568
  msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
569
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
570
  #: ../classes/column/post/featured-image.php:19
571
  msgid "Featured Image"
572
  msgstr "Kiemelt kép"
@@ -575,6 +649,10 @@ msgstr "Kiemelt kép"
575
  msgid "Post Format"
576
  msgstr "Bejegyzés formátum"
577
 
 
 
 
 
578
  #: ../classes/column/post/modified.php:19
579
  msgid "Last modified"
580
  msgstr "Utoljára módosítva"
@@ -615,6 +693,10 @@ msgstr "Ping státusz"
615
  msgid "Roles"
616
  msgstr "Jogkörök"
617
 
 
 
 
 
618
  #: ../classes/column/post/slug.php:19
619
  msgid "Slug"
620
  msgstr "Keresőbarát név/slug"
@@ -655,7 +737,7 @@ msgstr "Ragadós"
655
  msgid "Title without actions"
656
  msgstr ""
657
 
658
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
659
  msgid "Taxonomy"
660
  msgstr "Taxonómia"
661
 
@@ -675,6 +757,10 @@ msgstr ""
675
  msgid "Comment Count"
676
  msgstr "Hozzászólások száma"
677
 
 
 
 
 
678
  #: ../classes/column/user/first-name.php:19
679
  msgid "First name"
680
  msgstr "Utónév"
@@ -695,423 +781,427 @@ msgstr "Bejegyzés típus"
695
  msgid "Registered"
696
  msgstr "Feliratkozott"
697
 
 
 
 
 
698
  #: ../classes/column/user/url.php:19
699
  msgid "Url"
700
  msgstr "URL"
701
 
702
- #: ../classes/settings.php:111
703
  msgid "Add-on successfully activated."
704
  msgstr ""
705
 
706
- #: ../classes/settings.php:114
707
  msgid "Add-on successfully deactivated."
708
  msgstr ""
709
 
710
- #: ../classes/settings.php:169
711
  msgid "Admin Columns Settings"
712
  msgstr "Admin Columns beállítások"
713
 
714
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
715
  msgid "Admin Columns"
716
  msgstr "Admin Columns"
717
 
718
- #: ../classes/settings.php:217
719
  #, php-format
720
  msgid "%s column is already present and can not be duplicated."
721
  msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
722
 
723
- #: ../classes/settings.php:271
724
  msgid "Default settings succesfully restored."
725
  msgstr "Alapértelmezett beállítások sikeresen visszaállítva."
726
 
727
- #: ../classes/settings.php:288
728
  msgid "Overview"
729
  msgstr "Áttekintés"
730
 
731
- #: ../classes/settings.php:291
732
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
733
  msgstr "A plugin segítségével további oszlopokat lehet hozzáadni bejegyzések (egyedi bejegyzéstípusok), oldalak, médiatár, hivatkozások és felhasználók adminisztrációs felületekhez."
734
 
735
- #: ../classes/settings.php:294
736
  msgid "Basics"
737
  msgstr "Alapok"
738
 
739
- #: ../classes/settings.php:296
740
  msgid "Change order"
741
  msgstr "Sorrend megváltoztatása"
742
 
743
- #: ../classes/settings.php:297
744
  msgid "By dragging the columns you can change the order which they will appear in."
745
  msgstr "Az oszlopok más helyre húzásával lehet változtatni az oszlopok sorrendjén."
746
 
747
- #: ../classes/settings.php:298
748
  msgid "Change label"
749
  msgstr "Címke megváltoztatása"
750
 
751
- #: ../classes/settings.php:299
752
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
753
  msgstr "A nyílra kattintva láthatóvá válnak az oszlop beállításai. Itt lehet módosítani az oszlopok fejléceinek neveit."
754
 
755
- #: ../classes/settings.php:300
756
  msgid "Change column width"
757
  msgstr "Oszlopszélesség módosítása"
758
 
759
- #: ../classes/settings.php:301
760
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
761
  msgstr "A nyílra kattintva láthatóvá válnak az oszlop beállításai. Itt lehet módosítani az oszlopok fejléceinek neveit. A csúszka húzásával beállítható az oszlopok százalékos szélessége."
762
 
763
- #: ../classes/settings.php:307
764
  msgid "'Custom Field' column"
765
  msgstr "\"Egyedi mező\" oszlop"
766
 
767
- #: ../classes/settings.php:308
768
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
769
  msgstr "Az egyedi mező oszlop a bejegyzések és felhasználók egyedi mezőit használja. 10-féle típust lehet beállítani."
770
 
771
- #: ../classes/settings.php:310
772
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
773
  msgstr "Érték: karakterlánc vagy tömb. A tömbökből egydimenziós tömbök lesznek, az értékek vesszővel lesznek elválasztva \",\"."
774
 
775
- #: ../classes/settings.php:311
776
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
777
  msgstr "Érték: kép URL vagy Csatolmány ID-t fog tartalmazni, vesszővel elválasztva (\",\")"
778
 
779
- #: ../classes/settings.php:312
780
  msgid "Value: This will show the first 20 words of the Post content."
781
  msgstr "Érték: az első 20 szót fogja tartalmazni a Bejegyzés tartalmából."
782
 
783
- #: ../classes/settings.php:313
784
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
785
  msgstr "Érték: tömb. A többdimenziós tömbökből egydimenziósak lesznek."
786
 
787
- #: ../classes/settings.php:314
788
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
789
  msgstr "Érték: csak egész számok.<br/>Ha rendelkezésre áll a \"Rendezés\" kiegészítő, ez az érték fog a rendezés alapjául szolgálni, tehát a bejegyzéseket numerikus (egyedi mező) értékek alapján lehet rendezni. "
790
 
791
- #: ../classes/settings.php:315
792
  #, php-format
793
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
794
  msgstr "Érték: unix időpecsét vagy a <a href='%s'>Codex</a>-ben leírt dátumformátum. A visszaadott dátum értékét az <a href='%s'>általános beállítások</a> oldalon lehet beállítani."
795
 
796
- #: ../classes/settings.php:316
797
  msgid "Post Titles"
798
  msgstr "Bejegyzések címei"
799
 
800
- #: ../classes/settings.php:316
801
  msgid "Value: can be one or more Post ID's (seperated by ',')."
802
  msgstr "Érték: egy vagy több bejegyzés ID-ja (vesszővel elválasztva \",\")."
803
 
804
- #: ../classes/settings.php:317
805
  msgid "Usernames"
806
  msgstr "Felhasználónevek"
807
 
808
- #: ../classes/settings.php:317
809
  msgid "Value: can be one or more User ID's (seperated by ',')."
810
  msgstr "Érték: egy vagy több felhasználó ID-ja (vesszővel elválasztva \",\")."
811
 
812
- #: ../classes/settings.php:318
813
  msgid "Checkmark"
814
  msgstr "Pipa"
815
 
816
- #: ../classes/settings.php:318
817
  msgid "Value: should be a 1 (one) or 0 (zero)."
818
  msgstr "Érték: 1 (egy) vagy 0 (nulla)."
819
 
820
- #: ../classes/settings.php:319
821
  msgid "Value: hex value color, such as #808080."
822
  msgstr "Érték: hex színkód, pl. #808080."
823
 
824
- #: ../classes/settings.php:320
825
  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."
826
  msgstr "Érték: karakterlánc vagy tömb. Megjeleníti, hogy az elem hányszor használja a meta kulcsot."
827
 
828
- #: ../classes/settings.php:409
829
  msgid "Welcome to Admin Columns"
830
  msgstr "Üdvözöl az Admin Columns"
831
 
832
- #: ../classes/settings.php:412
833
  msgid "Thank you for updating to the latest version!"
834
  msgstr "Köszönjük, hogy frissítetted a legújabb verzióra!"
835
 
836
- #: ../classes/settings.php:413
837
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
838
  msgstr "Az Admin Columns még fejlettebb és élvezetesebb, mint valaha. Reméljük tetszeni fog."
839
 
840
- #: ../classes/settings.php:418
841
  msgid "What’s New"
842
  msgstr "Újdonságok"
843
 
844
- #: ../classes/settings.php:419
845
  msgid "Changelog"
846
  msgstr "Változtatások listája"
847
 
848
- #: ../classes/settings.php:424
849
  msgid "Important"
850
  msgstr "Fontos"
851
 
852
- #: ../classes/settings.php:426
853
  msgid "Database Changes"
854
  msgstr "Adatbázis változtatások"
855
 
856
- #: ../classes/settings.php:427
857
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
858
  msgstr "Az adatbázis változott az 1-es és a 2-es verzió között. A lefelé történő frissítés 1-es verziója probléma nélkül lehetséges."
859
 
860
- #: ../classes/settings.php:430
861
  msgid "Make sure you backup your database and then click"
862
  msgstr "Bizonyosodj meg róla, hogy van adatbázis mentésed, majd kattints"
863
 
864
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
865
  msgid "Upgrade Database"
866
  msgstr "Adatbázis frissítése"
867
 
868
- #: ../classes/settings.php:433
869
  msgid "Potential Issues"
870
  msgstr "Lehetséges problémák"
871
 
872
- #: ../classes/settings.php:434
873
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
874
  msgstr "A kód refraktorálása után, beleértve a kiegészítőket és filtereket, előfordulhat, hogy a weboldal nem fog megfelelően működni. Fontos, hogy olvasd el a teljes"
875
 
876
- #: ../classes/settings.php:434
877
  msgid "Migrating from v1 to v2"
878
  msgstr "Frissítés v1-ről v2-re"
879
 
880
- #: ../classes/settings.php:434
881
  msgid "guide to view the full list of changes."
882
  msgstr "leírást a változtatások teljes listájáért."
883
 
884
- #: ../classes/settings.php:434
885
  #, php-format
886
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
887
  msgstr "Ha hibát találsz, kérlek <a href=\"%s\">jelezd őket felénk</a>, hogy javíthassuk a következő verzióban."
888
 
889
- #: ../classes/settings.php:437
890
  msgid "Important!"
891
  msgstr "Fontos!"
892
 
893
- #: ../classes/settings.php:437
894
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
895
  msgstr "Ha frissítetted az Admin Columns bővítményt az ilyen jellegű változtatások hatásának előzetes tudta nélkül, kérjük állítsd vissza a korábbi"
896
 
897
- #: ../classes/settings.php:437
898
  msgid "version 1"
899
  msgstr "verzió 1"
900
 
901
- #: ../classes/settings.php:437
902
  msgid "of this plugin."
903
  msgstr "a bővítménynek."
904
 
905
- #: ../classes/settings.php:443
906
  msgid "Changelog for"
907
  msgstr "Változtatások listája"
908
 
909
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
910
  msgid "Learn more"
911
  msgstr "Bővebb információ"
912
 
913
- #: ../classes/settings.php:468
914
  msgid "Start using Admin Columns"
915
  msgstr "Admin Columns használatának megkezdése"
916
 
917
- #: ../classes/settings.php:511
918
  msgid "General Settings"
919
  msgstr "Általános beállítások"
920
 
921
- #: ../classes/settings.php:512
922
  msgid "Customize your Admin Columns settings."
923
  msgstr "Az Admin Columns beállítások módosítása"
924
 
925
- #: ../classes/settings.php:523
926
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
927
  msgstr ""
928
 
929
- #: ../classes/settings.php:530 ../classes/settings.php:660
930
  msgid "Save"
931
  msgstr "Mentés"
932
 
933
- #: ../classes/settings.php:570
934
  msgid "Restore Settings"
935
  msgstr "Beállítások visszaállítása"
936
 
937
- #: ../classes/settings.php:571
938
  msgid "This will delete all column settings and restore the default settings."
939
  msgstr "Törli minden oszlop beállítást és visszaállítja az alapértelmezett beállításokat."
940
 
941
- #: ../classes/settings.php:577
942
  msgid "Restore default settings"
943
  msgstr "Alapértelmezett beállítások visszaállítása"
944
 
945
- #: ../classes/settings.php:577
946
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
947
  msgstr "Figyelem! Minden mentett admin oszlop adat törlésre kerül. A művelet nem visszavonható. \\'OK\\': törlés, \\'Mégse\\': megállítás"
948
 
949
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
950
  msgid "Settings"
951
  msgstr "Beállítások"
952
 
953
- #: ../classes/settings.php:600
954
  msgid "Add-ons"
955
  msgstr ""
956
 
957
- #: ../classes/settings.php:625
958
  msgid "Posttypes"
959
  msgstr ""
960
 
961
- #: ../classes/settings.php:626
962
  msgid "Others"
963
  msgstr ""
964
 
965
- #: ../classes/settings.php:627
966
  msgid "Taxonomies"
967
  msgstr ""
968
 
969
- #: ../classes/settings.php:646
970
  #, php-format
971
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
972
  msgstr ""
973
 
974
- #: ../classes/settings.php:656
975
  msgid "Store settings"
976
  msgstr "Beállítások tárolása"
977
 
978
- #: ../classes/settings.php:660
979
  msgid "Update"
980
  msgstr "Frissítés"
981
 
982
- #: ../classes/settings.php:664
983
  #, php-format
984
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
985
  msgstr "Figyelem! A %s oszlopok adatai törölve lesznek. A művelet nem visszavonható. \\'OK\\': törlés, \\Mégse\\': megállítás"
986
 
987
- #: ../classes/settings.php:665
988
  msgid "columns"
989
  msgstr "oszlopok"
990
 
991
- #: ../classes/settings.php:684
992
  msgid "Get Admin Columns Pro"
993
  msgstr ""
994
 
995
- #: ../classes/settings.php:688
996
  msgid "Add Sorting"
997
  msgstr "Rendezés hozzáadása"
998
 
999
- #: ../classes/settings.php:689
1000
  msgid "Add Filtering"
1001
  msgstr "Szűrés hozzáadása"
1002
 
1003
- #: ../classes/settings.php:690
1004
  msgid "Add Import/Export"
1005
  msgstr "Import/export hozzáadása"
1006
 
1007
- #: ../classes/settings.php:691
1008
  msgid "Add Direct Editing"
1009
  msgstr ""
1010
 
1011
- #: ../classes/settings.php:694
1012
  #, php-format
1013
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1014
  msgstr ""
1015
 
1016
- #: ../classes/settings.php:725
1017
  msgid "Are you happy with Admin Columns?"
1018
  msgstr ""
1019
 
1020
- #: ../classes/settings.php:733
1021
  msgid "What's wrong? Need help? Let us know!"
1022
  msgstr ""
1023
 
1024
- #: ../classes/settings.php:734
1025
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1026
  msgstr ""
1027
 
1028
- #: ../classes/settings.php:742
1029
  msgid "Docs"
1030
  msgstr ""
1031
 
1032
- #: ../classes/settings.php:747
1033
  msgid "Forums"
1034
  msgstr ""
1035
 
1036
- #: ../classes/settings.php:756
1037
  msgid "Woohoo! We're glad to hear that!"
1038
  msgstr ""
1039
 
1040
- #: ../classes/settings.php:757
1041
  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!"
1042
  msgstr ""
1043
 
1044
- #: ../classes/settings.php:761
1045
  msgid "Rate"
1046
  msgstr ""
1047
 
1048
- #: ../classes/settings.php:772
1049
  msgid "Tweet"
1050
  msgstr ""
1051
 
1052
- #: ../classes/settings.php:782
1053
  msgid "Buy Pro"
1054
  msgstr ""
1055
 
1056
- #: ../classes/settings.php:794
1057
  msgid "Support"
1058
  msgstr "Támogatás"
1059
 
1060
- #: ../classes/settings.php:797
1061
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1062
  msgstr "Tekintsd meg a <strong>Súgó</strong> részt a képernyő jobb felső sarkában."
1063
 
1064
- #: ../classes/settings.php:800
1065
  #, php-format
1066
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1067
  msgstr "A teljes dokumentációhoz, problémák jelentéséhez, új javaslatok beküldéséhez és egyéb tippekért <a href='%s'>keresd fel az Admin Columns weboldalát</a>"
1068
 
1069
- #: ../classes/settings.php:829
1070
  msgid "Drag and drop to reorder"
1071
  msgstr "Húzd az elemeket más helyre a sorrend megváltoztatásához"
1072
 
1073
- #: ../classes/settings.php:832
1074
  msgid "Add Column"
1075
  msgstr "Oszlop hozzáadása"
1076
 
1077
- #: ../classes/settings.php:908
1078
  msgid "Active"
1079
  msgstr ""
1080
 
1081
- #: ../classes/settings.php:909
1082
  msgid "Deactivate"
1083
  msgstr ""
1084
 
1085
- #: ../classes/settings.php:916
1086
  msgid "Installed"
1087
  msgstr ""
1088
 
1089
- #: ../classes/settings.php:917
1090
  msgid "Activate"
1091
  msgstr ""
1092
 
1093
- #: ../classes/settings.php:931
1094
  msgid "Download & Install"
1095
  msgstr ""
1096
 
1097
- #: ../classes/settings.php:936
1098
  msgid "Get this add-on"
1099
  msgstr ""
1100
 
1101
- #: ../classes/storage_model.php:213
1102
  msgid "settings succesfully restored."
1103
  msgstr "Beállítások sikeresen visszaállítva."
1104
 
1105
- #: ../classes/storage_model.php:229
1106
  msgid "No columns settings available."
1107
  msgstr "Nincs elérhető oszlopbeállítás."
1108
 
1109
- #: ../classes/storage_model.php:250
1110
  #, php-format
1111
  msgid "You are trying to store the same settings for %s."
1112
  msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
1113
 
1114
- #: ../classes/storage_model.php:254
1115
  #, php-format
1116
  msgid "Settings for %s updated succesfully."
1117
  msgstr "A %s oszlop beállításai sikeresen frissítve."
@@ -1120,14 +1210,30 @@ msgstr "A %s oszlop beállításai sikeresen frissítve."
1120
  msgid "Comments"
1121
  msgstr "Hozzászólások"
1122
 
 
 
 
 
1123
  #: ../classes/storage_model/link.php:13
1124
  msgid "Links"
1125
  msgstr "Hivatkozások"
1126
 
 
 
 
 
 
 
 
 
1127
  #: ../classes/storage_model/user.php:13
1128
  msgid "Users"
1129
  msgstr "Felhasználók"
1130
 
 
 
 
 
1131
  #: ../classes/upgrade.php:62
1132
  msgid ""
1133
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a "
@@ -1186,6 +1292,6 @@ msgstr "Hiba"
1186
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1187
  msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
1188
 
1189
- #: ../codepress-admin-columns.php:390
1190
  msgid "Edit columns"
1191
  msgstr "Oszlopok szerkesztése"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/admin-columns/language/hu_HU/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: hu_HU\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:575
45
  msgid "Thumbnail"
46
  msgstr "Bélyegkép"
47
 
48
+ #: ../classes/column.php:576
49
  msgid "Medium"
50
  msgstr "Közepes"
51
 
52
+ #: ../classes/column.php:577
53
  msgid "Large"
54
  msgstr "Nagy"
55
 
56
+ #: ../classes/column.php:578
57
  msgid "Full"
58
  msgstr "Teljes méretű"
59
 
60
+ #: ../classes/column.php:1020
61
  msgid "Date Format"
62
  msgstr "Dátumformátum"
63
 
64
+ #: ../classes/column.php:1021
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "Meghatározza, hogy fog a dátum megjelenni."
67
 
68
+ #: ../classes/column.php:1027
69
  msgid "Example:"
70
  msgstr "Például:"
71
 
72
+ #: ../classes/column.php:1029
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "Hagyd üresen a WordPress dátumformátumának használatához, vagy változtasd meg saját formátumra <a href=\"%s\">ide kattintva</a>."
76
 
77
+ #: ../classes/column.php:1030
78
  msgid "Documentation on date and time formatting."
79
  msgstr "Dokumentáció a dátum- és időformátumokhoz."
80
 
81
+ #: ../classes/column.php:1044
82
  msgid "Excerpt length"
83
  msgstr "Kivonat hossza"
84
 
85
+ #: ../classes/column.php:1045
86
  msgid "Number of words"
87
  msgstr "Szavak száma"
88
 
89
+ #: ../classes/column.php:1063
90
  msgid "Preview size"
91
  msgstr "Előnézet mérete"
92
 
93
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
94
  msgid "Custom"
95
  msgstr "Egyedi"
96
 
97
+ #: ../classes/column.php:1083 ../classes/column.php:1230
98
  msgid "width"
99
  msgstr "szélesség"
100
 
101
+ #: ../classes/column.php:1086
102
  msgid "height"
103
  msgstr "magasság"
104
 
105
+ #: ../classes/column.php:1098
106
  msgid "Before"
107
  msgstr "Előtte"
108
 
109
+ #: ../classes/column.php:1098
110
  msgid "This text will appear before the custom field value."
111
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke előtt."
112
 
113
+ #: ../classes/column.php:1099
114
  msgid "After"
115
  msgstr "Utána"
116
 
117
+ #: ../classes/column.php:1099
118
  msgid "This text will appear after the custom field value."
119
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke után."
120
 
121
+ #: ../classes/column.php:1108
122
+ msgid "Display Name"
123
+ msgstr "Megjelenő név"
124
+
125
+ #: ../classes/column.php:1109
126
+ msgid "First Name"
127
+ msgstr "Utónév"
128
+
129
+ #: ../classes/column.php:1110
130
+ msgid "Last Name"
131
+ msgstr "Vezetéknév"
132
+
133
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
134
+ msgid "Nickname"
135
+ msgstr "Becenév"
136
+
137
+ #: ../classes/column.php:1112
138
+ msgid "User Login"
139
+ msgstr "Felhasználó bejelentkezés"
140
+
141
+ #: ../classes/column.php:1113
142
+ msgid "User Email"
143
+ msgstr "Felhasználó email"
144
+
145
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
146
+ msgid "User ID"
147
+ msgstr "Felhasználó ID "
148
+
149
+ #: ../classes/column.php:1115
150
+ msgid "First and Last Name"
151
+ msgstr "Elő- és utónév"
152
+
153
+ #: ../classes/column.php:1118
154
+ msgid "Display format"
155
+ msgstr ""
156
+
157
+ #: ../classes/column.php:1118
158
+ msgid "This is the format of the author name."
159
+ msgstr "Ez a szerző nevének formátuma"
160
+
161
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39
162
+ #: ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "Szerkesztés"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "Eltávolítás"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "Típus"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "Válassz egy oszloptípust."
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "Címke"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "Ez a név fog megjelenni az oszlop fejlécében."
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "Szélesség"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "alapértelmezett"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr ""
224
  msgid "Find out more"
225
  msgstr ""
226
 
227
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
228
  msgid "Actions"
229
  msgstr "Műveletek"
230
 
231
+ #: ../classes/column/actions.php:96
232
  msgid "Use icons?"
233
  msgstr ""
234
 
235
+ #: ../classes/column/actions.php:96
236
  msgid "Use icons instead of text for displaying the actions."
237
  msgstr ""
238
 
239
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
240
  msgid "Yes"
241
  msgstr ""
242
 
243
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
244
  msgid "No"
245
  msgstr ""
246
 
247
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
248
+ msgid "ID"
249
+ msgstr "ID"
250
+
251
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
252
  msgid "Unapprove"
253
  msgstr "Jóváhagyás visszavonása"
254
 
255
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
256
  msgid "Approve"
257
  msgstr "Jóváhagyás"
258
 
259
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
260
  msgid "Restore"
261
  msgstr "Visszaállítás"
262
 
263
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
264
  msgid "Delete Permanently"
265
  msgstr "Végleges törlés"
266
 
267
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
268
  msgid "Quick&nbsp;Edit"
269
  msgstr "gyors&nbsp;szerkesztés"
270
 
271
+ #: ../classes/column/comment/actions.php:77
272
  msgid "Reply"
273
  msgstr "Válasz"
274
 
309
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
310
  msgstr "Beküldve: <a href=\"%1$s\">%2$s, %3$s</a>"
311
 
312
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
313
  msgid "Date"
314
  msgstr "Dátum"
315
 
316
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
317
  msgid "Excerpt"
318
  msgstr "Kivonat"
319
 
325
  msgid "Word count"
326
  msgstr "Szavak száma"
327
 
328
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
329
  msgid "Custom Field"
330
  msgstr "Egyedi mező"
331
 
332
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
333
  msgid "Default"
334
  msgstr "Alapértelmezett"
335
 
337
  msgid "Checkmark (true/false)"
338
  msgstr "Pipa (igaz/hamis)"
339
 
340
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
341
  msgid "Color"
342
  msgstr "Szín"
343
 
344
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
345
  msgid "Counter"
346
  msgstr "Számláló"
347
 
348
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
349
  msgid "Image"
350
  msgstr "Kép"
351
 
353
  msgid "Media Library"
354
  msgstr "Médiatár"
355
 
356
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
357
  msgid "Multiple Values"
358
  msgstr "Többszörös érték"
359
 
360
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
361
  msgid "Numeric"
362
  msgstr "Numerikus"
363
 
369
  msgid "Username (User ID's)"
370
  msgstr "Felhasználónév (Felhasználó ID)"
371
 
372
+ #: ../classes/column/custom-field.php:106
373
+ msgid "Term Name (Term ID's)"
374
+ msgstr ""
375
+
376
+ #: ../classes/column/custom-field.php:390
377
  msgid "Select your custom field."
378
  msgstr "Válassz egyedi mezőt."
379
 
380
+ #: ../classes/column/custom-field.php:400
381
  msgid "No custom fields available."
382
  msgstr "Nincsenek egyedi mezők."
383
 
384
+ #: ../classes/column/custom-field.php:400
385
+ #, php-format
386
+ msgid "Please create a %s item first."
387
+ msgstr ""
388
+
389
+ #: ../classes/column/custom-field.php:407
390
  msgid "Field Type"
391
  msgstr "Mező típusa"
392
 
393
+ #: ../classes/column/custom-field.php:407
394
  msgid "This will determine how the value will be displayed."
395
  msgstr "Meghatározza, hogy fog az érték megjelenni."
396
 
431
  msgid "Target"
432
  msgstr "Cél"
433
 
434
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
435
+ msgid "Trash"
436
+ msgstr "Kuka"
437
+
438
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
439
+ #, php-format
440
+ msgid "View &#8220;%s&#8221;"
441
+ msgstr "Megtekintés: &#8220;%s&#8221;"
442
+
443
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
444
+ msgid "View"
445
+ msgstr "Megtekintés"
446
+
447
+ #: ../classes/column/media/actions.php:35
448
+ msgid "Attach"
449
+ msgstr ""
450
+
451
  #: ../classes/column/media/alternate-text.php:19
452
  msgid "Alt"
453
  msgstr "Alt"
454
 
455
+ #: ../classes/column/media/attached-to.php:19
456
+ msgid "Attached to post"
457
+ msgstr ""
458
+
459
  #: ../classes/column/media/available-sizes.php:20
460
  msgid "Available Sizes"
461
  msgstr "Elérhető méretek"
520
  msgid "File size"
521
  msgstr "Fájlméret"
522
 
523
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
524
  msgid "Full path"
525
  msgstr "Teljes útvonal"
526
 
527
+ #: ../classes/column/media/full-path.php:83
528
+ msgid "Path scope"
529
+ msgstr ""
530
+
531
+ #: ../classes/column/media/full-path.php:84
532
+ msgid "Part of the file path to display"
533
+ msgstr ""
534
+
535
+ #: ../classes/column/media/full-path.php:97
536
+ msgid "Relative to domain"
537
+ msgstr ""
538
+
539
+ #: ../classes/column/media/full-path.php:102
540
+ msgid "Relative to main uploads folder "
541
+ msgstr ""
542
+
543
  #: ../classes/column/media/height.php:19
544
  msgid "Height"
545
  msgstr "Magasság"
548
  msgid "Mime type"
549
  msgstr "Mime típus"
550
 
551
+ #: ../classes/column/post/actions.php:32
552
  msgid "Edit this item"
553
  msgstr "Elem szerkesztése"
554
 
555
+ #: ../classes/column/post/actions.php:35
556
  msgid "Edit this item inline"
557
  msgstr "Elem szerkesztése helyben"
558
 
559
+ #: ../classes/column/post/actions.php:40
560
  msgid "Restore this item from the Trash"
561
  msgstr "Elem visszaállítása a Kukábó"
562
 
563
+ #: ../classes/column/post/actions.php:42
564
  msgid "Move this item to the Trash"
565
  msgstr "Elem törlése a Kukába"
566
 
567
+ #: ../classes/column/post/actions.php:44
 
 
 
 
568
  msgid "Delete this item permanently"
569
  msgstr "Elem végleges törlése"
570
 
571
+ #: ../classes/column/post/actions.php:49
572
  #, php-format
573
  msgid "Preview &#8220;%s&#8221;"
574
  msgstr "Előnézet: &#8220;%s&#8221;"
575
 
576
+ #: ../classes/column/post/actions.php:49
577
  msgid "Preview"
578
  msgstr "Előnézet"
579
 
 
 
 
 
 
 
 
 
 
580
  #: ../classes/column/post/attachment-count.php:19
581
  msgid "No. of Attachments"
582
  msgstr "Csatolmányok száma"
583
 
584
  #: ../classes/column/post/attachment.php:19
585
+ msgid "Attachments"
586
+ msgstr ""
587
 
588
  #: ../classes/column/post/author-name.php:20
589
  msgid "Display Author As"
590
  msgstr "Szerző megjelenítése mint"
591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  #: ../classes/column/post/before-moretag.php:19
593
  msgid "Before More Tag"
594
  msgstr "A \"További\" címke előtti rész"
617
  msgid "Select which comment status you like to display."
618
  msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
619
 
620
+ #: ../classes/column/post/content.php:19
621
+ msgid "Content"
622
+ msgstr ""
623
+
624
+ #: ../classes/column/post/date-published.php:17
625
+ msgid "Date Published"
626
+ msgstr ""
627
+
628
+ #: ../classes/column/post/depth.php:19
629
+ msgid "Depth"
630
+ msgstr ""
631
+
632
+ #: ../classes/column/post/estimated-reading-time.php:19
633
+ msgid "Estimated Reading Time"
634
+ msgstr ""
635
+
636
+ #: ../classes/column/post/estimated-reading-time.php:103
637
+ msgid "Words per minute"
638
+ msgstr ""
639
+
640
+ #: ../classes/column/post/estimated-reading-time.php:104
641
+ msgid "Estimated reading time in words per minute"
642
+ msgstr ""
643
+
644
  #: ../classes/column/post/featured-image.php:19
645
  msgid "Featured Image"
646
  msgstr "Kiemelt kép"
649
  msgid "Post Format"
650
  msgstr "Bejegyzés formátum"
651
 
652
+ #: ../classes/column/post/last-modified-author.php:20
653
+ msgid "Last Modified Author"
654
+ msgstr ""
655
+
656
  #: ../classes/column/post/modified.php:19
657
  msgid "Last modified"
658
  msgstr "Utoljára módosítva"
693
  msgid "Roles"
694
  msgstr "Jogkörök"
695
 
696
+ #: ../classes/column/post/shortcodes.php:19
697
+ msgid "Shortcodes"
698
+ msgstr ""
699
+
700
  #: ../classes/column/post/slug.php:19
701
  msgid "Slug"
702
  msgstr "Keresőbarát név/slug"
737
  msgid "Title without actions"
738
  msgstr ""
739
 
740
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
741
  msgid "Taxonomy"
742
  msgstr "Taxonómia"
743
 
757
  msgid "Comment Count"
758
  msgstr "Hozzászólások száma"
759
 
760
+ #: ../classes/column/user/display-name.php:19
761
+ msgid "Display name"
762
+ msgstr ""
763
+
764
  #: ../classes/column/user/first-name.php:19
765
  msgid "First name"
766
  msgstr "Utónév"
781
  msgid "Registered"
782
  msgstr "Feliratkozott"
783
 
784
+ #: ../classes/column/user/rich-editing.php:19
785
+ msgid "Visual Editor"
786
+ msgstr ""
787
+
788
  #: ../classes/column/user/url.php:19
789
  msgid "Url"
790
  msgstr "URL"
791
 
792
+ #: ../classes/settings.php:112
793
  msgid "Add-on successfully activated."
794
  msgstr ""
795
 
796
+ #: ../classes/settings.php:115
797
  msgid "Add-on successfully deactivated."
798
  msgstr ""
799
 
800
+ #: ../classes/settings.php:170
801
  msgid "Admin Columns Settings"
802
  msgstr "Admin Columns beállítások"
803
 
804
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
805
  msgid "Admin Columns"
806
  msgstr "Admin Columns"
807
 
808
+ #: ../classes/settings.php:218
809
  #, php-format
810
  msgid "%s column is already present and can not be duplicated."
811
  msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
812
 
813
+ #: ../classes/settings.php:272
814
  msgid "Default settings succesfully restored."
815
  msgstr "Alapértelmezett beállítások sikeresen visszaállítva."
816
 
817
+ #: ../classes/settings.php:289
818
  msgid "Overview"
819
  msgstr "Áttekintés"
820
 
821
+ #: ../classes/settings.php:292
822
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
823
  msgstr "A plugin segítségével további oszlopokat lehet hozzáadni bejegyzések (egyedi bejegyzéstípusok), oldalak, médiatár, hivatkozások és felhasználók adminisztrációs felületekhez."
824
 
825
+ #: ../classes/settings.php:295
826
  msgid "Basics"
827
  msgstr "Alapok"
828
 
829
+ #: ../classes/settings.php:297
830
  msgid "Change order"
831
  msgstr "Sorrend megváltoztatása"
832
 
833
+ #: ../classes/settings.php:298
834
  msgid "By dragging the columns you can change the order which they will appear in."
835
  msgstr "Az oszlopok más helyre húzásával lehet változtatni az oszlopok sorrendjén."
836
 
837
+ #: ../classes/settings.php:299
838
  msgid "Change label"
839
  msgstr "Címke megváltoztatása"
840
 
841
+ #: ../classes/settings.php:300
842
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
843
  msgstr "A nyílra kattintva láthatóvá válnak az oszlop beállításai. Itt lehet módosítani az oszlopok fejléceinek neveit."
844
 
845
+ #: ../classes/settings.php:301
846
  msgid "Change column width"
847
  msgstr "Oszlopszélesség módosítása"
848
 
849
+ #: ../classes/settings.php:302
850
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
851
  msgstr "A nyílra kattintva láthatóvá válnak az oszlop beállításai. Itt lehet módosítani az oszlopok fejléceinek neveit. A csúszka húzásával beállítható az oszlopok százalékos szélessége."
852
 
853
+ #: ../classes/settings.php:308
854
  msgid "'Custom Field' column"
855
  msgstr "\"Egyedi mező\" oszlop"
856
 
857
+ #: ../classes/settings.php:309
858
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
859
  msgstr "Az egyedi mező oszlop a bejegyzések és felhasználók egyedi mezőit használja. 10-féle típust lehet beállítani."
860
 
861
+ #: ../classes/settings.php:311
862
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
863
  msgstr "Érték: karakterlánc vagy tömb. A tömbökből egydimenziós tömbök lesznek, az értékek vesszővel lesznek elválasztva \",\"."
864
 
865
+ #: ../classes/settings.php:312
866
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
867
  msgstr "Érték: kép URL vagy Csatolmány ID-t fog tartalmazni, vesszővel elválasztva (\",\")"
868
 
869
+ #: ../classes/settings.php:313
870
  msgid "Value: This will show the first 20 words of the Post content."
871
  msgstr "Érték: az első 20 szót fogja tartalmazni a Bejegyzés tartalmából."
872
 
873
+ #: ../classes/settings.php:314
874
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
875
  msgstr "Érték: tömb. A többdimenziós tömbökből egydimenziósak lesznek."
876
 
877
+ #: ../classes/settings.php:315
878
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
879
  msgstr "Érték: csak egész számok.<br/>Ha rendelkezésre áll a \"Rendezés\" kiegészítő, ez az érték fog a rendezés alapjául szolgálni, tehát a bejegyzéseket numerikus (egyedi mező) értékek alapján lehet rendezni. "
880
 
881
+ #: ../classes/settings.php:316
882
  #, php-format
883
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
884
  msgstr "Érték: unix időpecsét vagy a <a href='%s'>Codex</a>-ben leírt dátumformátum. A visszaadott dátum értékét az <a href='%s'>általános beállítások</a> oldalon lehet beállítani."
885
 
886
+ #: ../classes/settings.php:317
887
  msgid "Post Titles"
888
  msgstr "Bejegyzések címei"
889
 
890
+ #: ../classes/settings.php:317
891
  msgid "Value: can be one or more Post ID's (seperated by ',')."
892
  msgstr "Érték: egy vagy több bejegyzés ID-ja (vesszővel elválasztva \",\")."
893
 
894
+ #: ../classes/settings.php:318
895
  msgid "Usernames"
896
  msgstr "Felhasználónevek"
897
 
898
+ #: ../classes/settings.php:318
899
  msgid "Value: can be one or more User ID's (seperated by ',')."
900
  msgstr "Érték: egy vagy több felhasználó ID-ja (vesszővel elválasztva \",\")."
901
 
902
+ #: ../classes/settings.php:319
903
  msgid "Checkmark"
904
  msgstr "Pipa"
905
 
906
+ #: ../classes/settings.php:319
907
  msgid "Value: should be a 1 (one) or 0 (zero)."
908
  msgstr "Érték: 1 (egy) vagy 0 (nulla)."
909
 
910
+ #: ../classes/settings.php:320
911
  msgid "Value: hex value color, such as #808080."
912
  msgstr "Érték: hex színkód, pl. #808080."
913
 
914
+ #: ../classes/settings.php:321
915
  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."
916
  msgstr "Érték: karakterlánc vagy tömb. Megjeleníti, hogy az elem hányszor használja a meta kulcsot."
917
 
918
+ #: ../classes/settings.php:410
919
  msgid "Welcome to Admin Columns"
920
  msgstr "Üdvözöl az Admin Columns"
921
 
922
+ #: ../classes/settings.php:413
923
  msgid "Thank you for updating to the latest version!"
924
  msgstr "Köszönjük, hogy frissítetted a legújabb verzióra!"
925
 
926
+ #: ../classes/settings.php:414
927
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
928
  msgstr "Az Admin Columns még fejlettebb és élvezetesebb, mint valaha. Reméljük tetszeni fog."
929
 
930
+ #: ../classes/settings.php:419
931
  msgid "What’s New"
932
  msgstr "Újdonságok"
933
 
934
+ #: ../classes/settings.php:420
935
  msgid "Changelog"
936
  msgstr "Változtatások listája"
937
 
938
+ #: ../classes/settings.php:425
939
  msgid "Important"
940
  msgstr "Fontos"
941
 
942
+ #: ../classes/settings.php:427
943
  msgid "Database Changes"
944
  msgstr "Adatbázis változtatások"
945
 
946
+ #: ../classes/settings.php:428
947
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
948
  msgstr "Az adatbázis változott az 1-es és a 2-es verzió között. A lefelé történő frissítés 1-es verziója probléma nélkül lehetséges."
949
 
950
+ #: ../classes/settings.php:431
951
  msgid "Make sure you backup your database and then click"
952
  msgstr "Bizonyosodj meg róla, hogy van adatbázis mentésed, majd kattints"
953
 
954
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
955
  msgid "Upgrade Database"
956
  msgstr "Adatbázis frissítése"
957
 
958
+ #: ../classes/settings.php:434
959
  msgid "Potential Issues"
960
  msgstr "Lehetséges problémák"
961
 
962
+ #: ../classes/settings.php:435
963
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
964
  msgstr "A kód refraktorálása után, beleértve a kiegészítőket és filtereket, előfordulhat, hogy a weboldal nem fog megfelelően működni. Fontos, hogy olvasd el a teljes"
965
 
966
+ #: ../classes/settings.php:435
967
  msgid "Migrating from v1 to v2"
968
  msgstr "Frissítés v1-ről v2-re"
969
 
970
+ #: ../classes/settings.php:435
971
  msgid "guide to view the full list of changes."
972
  msgstr "leírást a változtatások teljes listájáért."
973
 
974
+ #: ../classes/settings.php:435
975
  #, php-format
976
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
977
  msgstr "Ha hibát találsz, kérlek <a href=\"%s\">jelezd őket felénk</a>, hogy javíthassuk a következő verzióban."
978
 
979
+ #: ../classes/settings.php:438
980
  msgid "Important!"
981
  msgstr "Fontos!"
982
 
983
+ #: ../classes/settings.php:438
984
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
985
  msgstr "Ha frissítetted az Admin Columns bővítményt az ilyen jellegű változtatások hatásának előzetes tudta nélkül, kérjük állítsd vissza a korábbi"
986
 
987
+ #: ../classes/settings.php:438
988
  msgid "version 1"
989
  msgstr "verzió 1"
990
 
991
+ #: ../classes/settings.php:438
992
  msgid "of this plugin."
993
  msgstr "a bővítménynek."
994
 
995
+ #: ../classes/settings.php:444
996
  msgid "Changelog for"
997
  msgstr "Változtatások listája"
998
 
999
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1000
  msgid "Learn more"
1001
  msgstr "Bővebb információ"
1002
 
1003
+ #: ../classes/settings.php:469
1004
  msgid "Start using Admin Columns"
1005
  msgstr "Admin Columns használatának megkezdése"
1006
 
1007
+ #: ../classes/settings.php:512
1008
  msgid "General Settings"
1009
  msgstr "Általános beállítások"
1010
 
1011
+ #: ../classes/settings.php:513
1012
  msgid "Customize your Admin Columns settings."
1013
  msgstr "Az Admin Columns beállítások módosítása"
1014
 
1015
+ #: ../classes/settings.php:524
1016
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1017
  msgstr ""
1018
 
1019
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1020
  msgid "Save"
1021
  msgstr "Mentés"
1022
 
1023
+ #: ../classes/settings.php:571
1024
  msgid "Restore Settings"
1025
  msgstr "Beállítások visszaállítása"
1026
 
1027
+ #: ../classes/settings.php:572
1028
  msgid "This will delete all column settings and restore the default settings."
1029
  msgstr "Törli minden oszlop beállítást és visszaállítja az alapértelmezett beállításokat."
1030
 
1031
+ #: ../classes/settings.php:578
1032
  msgid "Restore default settings"
1033
  msgstr "Alapértelmezett beállítások visszaállítása"
1034
 
1035
+ #: ../classes/settings.php:578
1036
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1037
  msgstr "Figyelem! Minden mentett admin oszlop adat törlésre kerül. A művelet nem visszavonható. \\'OK\\': törlés, \\'Mégse\\': megállítás"
1038
 
1039
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1040
  msgid "Settings"
1041
  msgstr "Beállítások"
1042
 
1043
+ #: ../classes/settings.php:601
1044
  msgid "Add-ons"
1045
  msgstr ""
1046
 
1047
+ #: ../classes/settings.php:631
1048
  msgid "Posttypes"
1049
  msgstr ""
1050
 
1051
+ #: ../classes/settings.php:632
1052
  msgid "Others"
1053
  msgstr ""
1054
 
1055
+ #: ../classes/settings.php:633
1056
  msgid "Taxonomies"
1057
  msgstr ""
1058
 
1059
+ #: ../classes/settings.php:652
1060
  #, php-format
1061
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1062
  msgstr ""
1063
 
1064
+ #: ../classes/settings.php:662
1065
  msgid "Store settings"
1066
  msgstr "Beállítások tárolása"
1067
 
1068
+ #: ../classes/settings.php:666
1069
  msgid "Update"
1070
  msgstr "Frissítés"
1071
 
1072
+ #: ../classes/settings.php:670
1073
  #, php-format
1074
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1075
  msgstr "Figyelem! A %s oszlopok adatai törölve lesznek. A művelet nem visszavonható. \\'OK\\': törlés, \\Mégse\\': megállítás"
1076
 
1077
+ #: ../classes/settings.php:671
1078
  msgid "columns"
1079
  msgstr "oszlopok"
1080
 
1081
+ #: ../classes/settings.php:690
1082
  msgid "Get Admin Columns Pro"
1083
  msgstr ""
1084
 
1085
+ #: ../classes/settings.php:694
1086
  msgid "Add Sorting"
1087
  msgstr "Rendezés hozzáadása"
1088
 
1089
+ #: ../classes/settings.php:695
1090
  msgid "Add Filtering"
1091
  msgstr "Szűrés hozzáadása"
1092
 
1093
+ #: ../classes/settings.php:696
1094
  msgid "Add Import/Export"
1095
  msgstr "Import/export hozzáadása"
1096
 
1097
+ #: ../classes/settings.php:697
1098
  msgid "Add Direct Editing"
1099
  msgstr ""
1100
 
1101
+ #: ../classes/settings.php:700
1102
  #, php-format
1103
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1104
  msgstr ""
1105
 
1106
+ #: ../classes/settings.php:731
1107
  msgid "Are you happy with Admin Columns?"
1108
  msgstr ""
1109
 
1110
+ #: ../classes/settings.php:739
1111
  msgid "What's wrong? Need help? Let us know!"
1112
  msgstr ""
1113
 
1114
+ #: ../classes/settings.php:740
1115
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1116
  msgstr ""
1117
 
1118
+ #: ../classes/settings.php:748
1119
  msgid "Docs"
1120
  msgstr ""
1121
 
1122
+ #: ../classes/settings.php:753
1123
  msgid "Forums"
1124
  msgstr ""
1125
 
1126
+ #: ../classes/settings.php:762
1127
  msgid "Woohoo! We're glad to hear that!"
1128
  msgstr ""
1129
 
1130
+ #: ../classes/settings.php:763
1131
  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!"
1132
  msgstr ""
1133
 
1134
+ #: ../classes/settings.php:767
1135
  msgid "Rate"
1136
  msgstr ""
1137
 
1138
+ #: ../classes/settings.php:778
1139
  msgid "Tweet"
1140
  msgstr ""
1141
 
1142
+ #: ../classes/settings.php:788
1143
  msgid "Buy Pro"
1144
  msgstr ""
1145
 
1146
+ #: ../classes/settings.php:800
1147
  msgid "Support"
1148
  msgstr "Támogatás"
1149
 
1150
+ #: ../classes/settings.php:803
1151
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1152
  msgstr "Tekintsd meg a <strong>Súgó</strong> részt a képernyő jobb felső sarkában."
1153
 
1154
+ #: ../classes/settings.php:806
1155
  #, php-format
1156
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1157
  msgstr "A teljes dokumentációhoz, problémák jelentéséhez, új javaslatok beküldéséhez és egyéb tippekért <a href='%s'>keresd fel az Admin Columns weboldalát</a>"
1158
 
1159
+ #: ../classes/settings.php:835
1160
  msgid "Drag and drop to reorder"
1161
  msgstr "Húzd az elemeket más helyre a sorrend megváltoztatásához"
1162
 
1163
+ #: ../classes/settings.php:838
1164
  msgid "Add Column"
1165
  msgstr "Oszlop hozzáadása"
1166
 
1167
+ #: ../classes/settings.php:919
1168
  msgid "Active"
1169
  msgstr ""
1170
 
1171
+ #: ../classes/settings.php:920
1172
  msgid "Deactivate"
1173
  msgstr ""
1174
 
1175
+ #: ../classes/settings.php:927
1176
  msgid "Installed"
1177
  msgstr ""
1178
 
1179
+ #: ../classes/settings.php:928
1180
  msgid "Activate"
1181
  msgstr ""
1182
 
1183
+ #: ../classes/settings.php:942
1184
  msgid "Download & Install"
1185
  msgstr ""
1186
 
1187
+ #: ../classes/settings.php:947
1188
  msgid "Get this add-on"
1189
  msgstr ""
1190
 
1191
+ #: ../classes/storage_model.php:227
1192
  msgid "settings succesfully restored."
1193
  msgstr "Beállítások sikeresen visszaállítva."
1194
 
1195
+ #: ../classes/storage_model.php:243
1196
  msgid "No columns settings available."
1197
  msgstr "Nincs elérhető oszlopbeállítás."
1198
 
1199
+ #: ../classes/storage_model.php:264
1200
  #, php-format
1201
  msgid "You are trying to store the same settings for %s."
1202
  msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
1203
 
1204
+ #: ../classes/storage_model.php:268
1205
  #, php-format
1206
  msgid "Settings for %s updated succesfully."
1207
  msgstr "A %s oszlop beállításai sikeresen frissítve."
1210
  msgid "Comments"
1211
  msgstr "Hozzászólások"
1212
 
1213
+ #: ../classes/storage_model/comment.php:14
1214
+ msgid "Comment"
1215
+ msgstr ""
1216
+
1217
  #: ../classes/storage_model/link.php:13
1218
  msgid "Links"
1219
  msgstr "Hivatkozások"
1220
 
1221
+ #: ../classes/storage_model/link.php:14
1222
+ msgid "Link"
1223
+ msgstr ""
1224
+
1225
+ #: ../classes/storage_model/media.php:14
1226
+ msgid "Media"
1227
+ msgstr ""
1228
+
1229
  #: ../classes/storage_model/user.php:13
1230
  msgid "Users"
1231
  msgstr "Felhasználók"
1232
 
1233
+ #: ../classes/storage_model/user.php:14
1234
+ msgid "User"
1235
+ msgstr ""
1236
+
1237
  #: ../classes/upgrade.php:62
1238
  msgid ""
1239
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a "
1292
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1293
  msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
1294
 
1295
+ #: ../codepress-admin-columns.php:442
1296
  msgid "Edit columns"
1297
  msgstr "Oszlopok szerkesztése"
languages/cpac-ja.mo CHANGED
Binary file
languages/cpac-ja.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/admin-columns/language/ja_JP/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: ja_JP\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
@@ -41,120 +41,168 @@ msgstr ""
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "サムネイル"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "メディア"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "大"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "フルサイズ"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "データフォーマット"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "日付の表示方法を設定する。"
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "例:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "設定>一般 <a href=\"%s\">日付フォーマット</a>を利用する場合は空白にしてください。"
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "日付と時刻のフォーマット"
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "抜粋の長さ"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "文字数"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "プレビューサイズ"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "カスタム"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "幅"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "高さ"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "表示の前"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "このテキストはカスタムフィールドの値の前に表示されます。(HTMLタグ含む)"
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "表示の後"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "このテキストはカスタムフィールドの値の後に表示されます。(HTMLタグ含む)"
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31
122
- #: ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Edit"
124
  msgstr "編集"
125
 
126
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
127
  msgid "Remove"
128
  msgstr "削除"
129
 
130
- #: ../classes/column.php:1062
131
  msgid "Type"
132
  msgstr "タイプ"
133
 
134
- #: ../classes/column.php:1062
135
  msgid "Choose a column type."
136
  msgstr "列に表示するタイプを設定します。"
137
 
138
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr "ラベル"
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr "列に表示される名前"
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "表示幅"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "初期値"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr ""
@@ -177,48 +225,51 @@ msgstr ""
177
  msgid "Find out more"
178
  msgstr ""
179
 
180
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20
181
- #: ../classes/column/user/actions.php:19
182
  msgid "Actions"
183
  msgstr "アクション"
184
 
185
- #: ../classes/column/actions.php:87
186
  msgid "Use icons?"
187
  msgstr ""
188
 
189
- #: ../classes/column/actions.php:87
190
  msgid "Use icons instead of text for displaying the actions."
191
  msgstr ""
192
 
193
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
194
  msgid "Yes"
195
  msgstr ""
196
 
197
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
198
  msgid "No"
199
  msgstr ""
200
 
201
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
202
  msgid "Unapprove"
203
  msgstr "承認しない"
204
 
205
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
206
  msgid "Approve"
207
  msgstr "承認する"
208
 
209
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
210
  msgid "Restore"
211
  msgstr "初期状態に戻す"
212
 
213
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
214
  msgid "Delete Permanently"
215
  msgstr "完全に削除する"
216
 
217
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
218
  msgid "Quick&nbsp;Edit"
219
  msgstr "クイック編集"
220
 
221
- #: ../classes/column/comment/actions.php:101
222
  msgid "Reply"
223
  msgstr "リプライ"
224
 
@@ -259,11 +310,11 @@ msgstr "日時(GMT)"
259
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
260
  msgstr "送信する <a href=\"%1$s\">%2$s at %3$s</a> "
261
 
262
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
263
  msgid "Date"
264
  msgstr "日付"
265
 
266
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
267
  msgid "Excerpt"
268
  msgstr "エキスポート"
269
 
@@ -275,11 +326,11 @@ msgstr "返信先"
275
  msgid "Word count"
276
  msgstr "文字数"
277
 
278
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
279
  msgid "Custom Field"
280
  msgstr "カスタムフィールド"
281
 
282
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
283
  msgid "Default"
284
  msgstr "デフォルト"
285
 
@@ -287,15 +338,15 @@ msgstr "デフォルト"
287
  msgid "Checkmark (true/false)"
288
  msgstr "チェックマーク(true/false)"
289
 
290
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
291
  msgid "Color"
292
  msgstr "色"
293
 
294
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
295
  msgid "Counter"
296
  msgstr "カウンター"
297
 
298
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
299
  msgid "Image"
300
  msgstr "画像"
301
 
@@ -303,11 +354,11 @@ msgstr "画像"
303
  msgid "Media Library"
304
  msgstr "メディアライブラリー"
305
 
306
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
307
  msgid "Multiple Values"
308
  msgstr "複数の値"
309
 
310
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
311
  msgid "Numeric"
312
  msgstr "数値"
313
 
@@ -319,19 +370,28 @@ msgstr "タイトル(Post ID's)"
319
  msgid "Username (User ID's)"
320
  msgstr "ユーザー名(User ID's)"
321
 
322
- #: ../classes/column/custom-field.php:356
 
 
 
 
323
  msgid "Select your custom field."
324
  msgstr "カスタムフィールドを選択"
325
 
326
- #: ../classes/column/custom-field.php:366
327
  msgid "No custom fields available."
328
  msgstr "カスタムフィールドがありません"
329
 
330
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
331
  msgid "Field Type"
332
  msgstr "フィールドタイプ"
333
 
334
- #: ../classes/column/custom-field.php:373
335
  msgid "This will determine how the value will be displayed."
336
  msgstr "表示される方法を設定します"
337
 
@@ -372,10 +432,32 @@ msgstr "Rss"
372
  msgid "Target"
373
  msgstr "ターゲット"
374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  #: ../classes/column/media/alternate-text.php:19
376
  msgid "Alt"
377
  msgstr "代替テキスト"
378
 
 
 
 
 
379
  #: ../classes/column/media/available-sizes.php:20
380
  msgid "Available Sizes"
381
  msgstr "利用できるサイズ"
@@ -440,10 +522,26 @@ msgstr "ファイル名"
440
  msgid "File size"
441
  msgstr "ファイルサイズ"
442
 
443
- #: ../classes/column/media/full-path.php:19
444
  msgid "Full path"
445
  msgstr "フルパス"
446
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  #: ../classes/column/media/height.php:19
448
  msgid "Height"
449
  msgstr "高さ"
@@ -452,96 +550,47 @@ msgstr "高さ"
452
  msgid "Mime type"
453
  msgstr "Mimeタイプ"
454
 
455
- #: ../classes/column/post/actions.php:31
456
  msgid "Edit this item"
457
  msgstr "項目を編集"
458
 
459
- #: ../classes/column/post/actions.php:34
460
  msgid "Edit this item inline"
461
  msgstr "この項目をインラインで編集する。"
462
 
463
- #: ../classes/column/post/actions.php:39
464
  msgid "Restore this item from the Trash"
465
  msgstr "この項目をゴミ箱から復元する。"
466
 
467
- #: ../classes/column/post/actions.php:41
468
  msgid "Move this item to the Trash"
469
  msgstr "この項目をゴミ箱へ移動"
470
 
471
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
472
- msgid "Trash"
473
- msgstr "ゴミ箱"
474
-
475
- #: ../classes/column/post/actions.php:43
476
  msgid "Delete this item permanently"
477
  msgstr "この項目を完全に削除"
478
 
479
- #: ../classes/column/post/actions.php:48
480
  #, php-format
481
  msgid "Preview &#8220;%s&#8221;"
482
  msgstr "プレビュー &#8220;%s&#8221; "
483
 
484
- #: ../classes/column/post/actions.php:48
485
  msgid "Preview"
486
  msgstr "プレビュー"
487
 
488
- #: ../classes/column/post/actions.php:50
489
- #, php-format
490
- msgid "View &#8220;%s&#8221;"
491
- msgstr "表示 &#8220;%s&#8221; "
492
-
493
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
494
- msgid "View"
495
- msgstr "表示"
496
-
497
  #: ../classes/column/post/attachment-count.php:19
498
  msgid "No. of Attachments"
499
  msgstr "アタッチメント(ファイル等)ID"
500
 
501
  #: ../classes/column/post/attachment.php:19
502
- msgid "Attachment"
503
- msgstr "アタッチメント(ファイル等)"
504
 
505
  #: ../classes/column/post/author-name.php:20
506
  msgid "Display Author As"
507
  msgstr "投稿者名"
508
 
509
- #: ../classes/column/post/author-name.php:40
510
- msgid "Display Name"
511
- msgstr "表示名"
512
-
513
- #: ../classes/column/post/author-name.php:41
514
- msgid "First Name"
515
- msgstr "姓"
516
-
517
- #: ../classes/column/post/author-name.php:42
518
- msgid "Last Name"
519
- msgstr "名"
520
-
521
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
522
- msgid "Nickname"
523
- msgstr "ニックネーム"
524
-
525
- #: ../classes/column/post/author-name.php:44
526
- msgid "User Login"
527
- msgstr "ユーザーログイン名"
528
-
529
- #: ../classes/column/post/author-name.php:45
530
- msgid "User Email"
531
- msgstr "ユーザーメール"
532
-
533
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
534
- msgid "User ID"
535
- msgstr "ユーザーID"
536
-
537
- #: ../classes/column/post/author-name.php:47
538
- msgid "First and Last Name"
539
- msgstr "姓名"
540
-
541
- #: ../classes/column/post/author-name.php:124
542
- msgid "This is the format of the author name."
543
- msgstr "投稿者の表示方法"
544
-
545
  #: ../classes/column/post/before-moretag.php:19
546
  msgid "Before More Tag"
547
  msgstr "タグの前に"
@@ -570,6 +619,30 @@ msgstr "コメントステータス"
570
  msgid "Select which comment status you like to display."
571
  msgstr "表示させたいコメントステータスを選択します。"
572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  #: ../classes/column/post/featured-image.php:19
574
  msgid "Featured Image"
575
  msgstr "注目画像"
@@ -578,6 +651,10 @@ msgstr "注目画像"
578
  msgid "Post Format"
579
  msgstr "ポストフォーマット"
580
 
 
 
 
 
581
  #: ../classes/column/post/modified.php:19
582
  msgid "Last modified"
583
  msgstr "最終更新"
@@ -618,6 +695,10 @@ msgstr "Pingステータス"
618
  msgid "Roles"
619
  msgstr "権限"
620
 
 
 
 
 
621
  #: ../classes/column/post/slug.php:19
622
  msgid "Slug"
623
  msgstr "スラッグ"
@@ -658,7 +739,7 @@ msgstr "先頭に固定表示"
658
  msgid "Title without actions"
659
  msgstr ""
660
 
661
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
662
  msgid "Taxonomy"
663
  msgstr "タクソノミー"
664
 
@@ -678,6 +759,10 @@ msgstr ""
678
  msgid "Comment Count"
679
  msgstr "コメント数"
680
 
 
 
 
 
681
  #: ../classes/column/user/first-name.php:19
682
  msgid "First name"
683
  msgstr "名"
@@ -698,40 +783,44 @@ msgstr "投稿タイプ"
698
  msgid "Registered"
699
  msgstr "登録された"
700
 
 
 
 
 
701
  #: ../classes/column/user/url.php:19
702
  msgid "Url"
703
  msgstr "URL"
704
 
705
- #: ../classes/settings.php:111
706
  msgid "Add-on successfully activated."
707
  msgstr ""
708
 
709
- #: ../classes/settings.php:114
710
  msgid "Add-on successfully deactivated."
711
  msgstr ""
712
 
713
- #: ../classes/settings.php:169
714
  msgid "Admin Columns Settings"
715
  msgstr "Admin Columns 設定"
716
 
717
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
718
  msgid "Admin Columns"
719
  msgstr "Admin Columns"
720
 
721
- #: ../classes/settings.php:217
722
  #, php-format
723
  msgid "%s column is already present and can not be duplicated."
724
  msgstr "%s 列はすでに存在します。複製することができません "
725
 
726
- #: ../classes/settings.php:271
727
  msgid "Default settings succesfully restored."
728
  msgstr "初期設定を復元しました。"
729
 
730
- #: ../classes/settings.php:288
731
  msgid "Overview"
732
  msgstr "概要"
733
 
734
- #: ../classes/settings.php:291
735
  msgid ""
736
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change "
737
  "the column's label and reorder them."
@@ -740,398 +829,398 @@ msgstr ""
740
  "投稿・メディアページ・コメント・リンク・ユーザー・カスタム投稿(post type)に対応し\n"
741
  "PRO版ではソート・フィルタリングも可能になります。"
742
 
743
- #: ../classes/settings.php:294
744
  msgid "Basics"
745
  msgstr "基本"
746
 
747
- #: ../classes/settings.php:296
748
  msgid "Change order"
749
  msgstr "並びを変更"
750
 
751
- #: ../classes/settings.php:297
752
  msgid "By dragging the columns you can change the order which they will appear in."
753
  msgstr "列幅をドラッグして表示される場所を変更することが可能です。"
754
 
755
- #: ../classes/settings.php:298
756
  msgid "Change label"
757
  msgstr "ラベルの変更"
758
 
759
- #: ../classes/settings.php:299
760
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
761
  msgstr ""
762
  "列の表示オプションを表示します。\n"
763
  "見出しや列のラベルを変更できます。"
764
 
765
- #: ../classes/settings.php:300
766
  msgid "Change column width"
767
  msgstr "列幅を変更"
768
 
769
- #: ../classes/settings.php:301
770
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
771
  msgstr "三角形をクリックすると、列のオプションが表示されます。ドラッグ可能なスライダーを使用することで、パーセンテージで列の幅を設定することができます。"
772
 
773
- #: ../classes/settings.php:307
774
  msgid "'Custom Field' column"
775
  msgstr "カスタムフィールド幅"
776
 
777
- #: ../classes/settings.php:308
778
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
779
  msgstr "カスタムフィールドには設定可能な10種類のタイプあります"
780
 
781
- #: ../classes/settings.php:310
782
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
783
  msgstr "値:文字列または配列になります。配列は、区切ります。"
784
 
785
- #: ../classes/settings.php:311
786
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
787
  msgstr "値:画像URLやファイルIDを含んでいる必要があります。(複数の場合は\"、”で区切ってください)"
788
 
789
- #: ../classes/settings.php:312
790
  msgid "Value: This will show the first 20 words of the Post content."
791
  msgstr "値:投稿内容の最初の20文字が表示されます。"
792
 
793
- #: ../classes/settings.php:313
794
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
795
  msgstr "値:配列でなければいけません。(配列をフラット化します)"
796
 
797
- #: ../classes/settings.php:314
798
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
799
  msgstr "値:整数だけ<br/>サポートします。ソートアドオンが有効な場合(カスタムフィールド)記事を並び変えることができます。"
800
 
801
- #: ../classes/settings.php:315
802
  #, php-format
803
  msgid ""
804
  "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general "
805
  "settings</a> page."
806
  msgstr "値:<a href='%s'>Codex</a>の説明であるようにunixタイムスタンプや日付形式を指定できます。設定>一般<a href='%s'>日付のフォーマット</a>設定を利用できます。"
807
 
808
- #: ../classes/settings.php:316
809
  msgid "Post Titles"
810
  msgstr "投稿タイトル"
811
 
812
- #: ../classes/settings.php:316
813
  msgid "Value: can be one or more Post ID's (seperated by ',')."
814
  msgstr "値:複数の場合は、ポストIDを(、)で区切ってください。"
815
 
816
- #: ../classes/settings.php:317
817
  msgid "Usernames"
818
  msgstr "ユーザー名"
819
 
820
- #: ../classes/settings.php:317
821
  msgid "Value: can be one or more User ID's (seperated by ',')."
822
  msgstr "値;複数のユーザーの場合は(、)で区切ってください。"
823
 
824
- #: ../classes/settings.php:318
825
  msgid "Checkmark"
826
  msgstr "チェックマーク"
827
 
828
- #: ../classes/settings.php:318
829
  msgid "Value: should be a 1 (one) or 0 (zero)."
830
  msgstr "値:1(one)または0(zero)"
831
 
832
- #: ../classes/settings.php:319
833
  msgid "Value: hex value color, such as #808080."
834
  msgstr "値:HEXカラーコード #808080など"
835
 
836
- #: ../classes/settings.php:320
837
  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."
838
  msgstr "値:文字列または配列。meta_keyの場合は回数を表示します"
839
 
840
- #: ../classes/settings.php:409
841
  msgid "Welcome to Admin Columns"
842
  msgstr "ようこそ Admin Columns"
843
 
844
- #: ../classes/settings.php:412
845
  msgid "Thank you for updating to the latest version!"
846
  msgstr "最新のバージョンに更新して頂きありがとうございます。"
847
 
848
- #: ../classes/settings.php:413
849
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
850
  msgstr ""
851
  "Admin Columns は洗練された管理画面を提供します。\n"
852
  "私たちは、あなたやあなたのユーザーが喜ぶことを願っています。"
853
 
854
- #: ../classes/settings.php:418
855
  msgid "What’s New"
856
  msgstr "最新"
857
 
858
- #: ../classes/settings.php:419
859
  msgid "Changelog"
860
  msgstr "変更履歴"
861
 
862
- #: ../classes/settings.php:424
863
  msgid "Important"
864
  msgstr "インポート"
865
 
866
- #: ../classes/settings.php:426
867
  msgid "Database Changes"
868
  msgstr "データベースの変更"
869
 
870
- #: ../classes/settings.php:427
871
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
872
  msgstr "データベースには、バージョン1と2で変更されました。しかし、我々は、何の問題もなく戻ってバージョン1Xにロールバックすることができことを確認しています。"
873
 
874
- #: ../classes/settings.php:430
875
  msgid "Make sure you backup your database and then click"
876
  msgstr "クリックしてデータバースのバックアップを作る"
877
 
878
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
879
  msgid "Upgrade Database"
880
  msgstr "データベースをアップデート"
881
 
882
- #: ../classes/settings.php:433
883
  msgid "Potential Issues"
884
  msgstr "潜在的な問題"
885
 
886
- #: ../classes/settings.php:434
887
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
888
  msgstr "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full "
889
 
890
- #: ../classes/settings.php:434
891
  msgid "Migrating from v1 to v2"
892
  msgstr "Ver1からVer2への移行"
893
 
894
- #: ../classes/settings.php:434
895
  msgid "guide to view the full list of changes."
896
  msgstr "変更点の詳細案内"
897
 
898
- #: ../classes/settings.php:434
899
  #, php-format
900
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
901
  msgstr "バグを発見した場合は<a href=\"%s\">バグレポート</a>で報告してください。次回リリースで修正致します。 "
902
 
903
- #: ../classes/settings.php:437
904
  msgid "Important!"
905
  msgstr "大切な事"
906
 
907
- #: ../classes/settings.php:437
908
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
909
  msgstr "プラグイン管理の列を更新した場合、最新のものにロールバックしてください。"
910
 
911
- #: ../classes/settings.php:437
912
  msgid "version 1"
913
  msgstr "version 1 "
914
 
915
- #: ../classes/settings.php:437
916
  msgid "of this plugin."
917
  msgstr "このプラグイン"
918
 
919
- #: ../classes/settings.php:443
920
  msgid "Changelog for"
921
  msgstr "変更履歴の"
922
 
923
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
924
  msgid "Learn more"
925
  msgstr "詳細はこちら"
926
 
927
- #: ../classes/settings.php:468
928
  msgid "Start using Admin Columns"
929
  msgstr "Admin Columnsをはじめましょう"
930
 
931
- #: ../classes/settings.php:511
932
  msgid "General Settings"
933
  msgstr "一般設定"
934
 
935
- #: ../classes/settings.php:512
936
  msgid "Customize your Admin Columns settings."
937
  msgstr ""
938
  "管理画面の列表示を<br/>\n"
939
  "カスタマイズします。"
940
 
941
- #: ../classes/settings.php:523
942
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
943
  msgstr ""
944
 
945
- #: ../classes/settings.php:530 ../classes/settings.php:660
946
  msgid "Save"
947
  msgstr "保存"
948
 
949
- #: ../classes/settings.php:570
950
  msgid "Restore Settings"
951
  msgstr "設定の復元"
952
 
953
- #: ../classes/settings.php:571
954
  msgid "This will delete all column settings and restore the default settings."
955
  msgstr ""
956
  "追加された全ての列を削除し、<br/>\n"
957
  "デフォルト設定に戻します。"
958
 
959
- #: ../classes/settings.php:577
960
  msgid "Restore default settings"
961
  msgstr "デフォルト設定に戻します。"
962
 
963
- #: ../classes/settings.php:577
964
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
965
  msgstr "注意! 保存された、すべての列表示が削除されます。元に戻すことはできません。 \\'OK\\' で削除します \\'Cancel\\'で中止します。 "
966
 
967
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
968
  msgid "Settings"
969
  msgstr "設定"
970
 
971
- #: ../classes/settings.php:600
972
  msgid "Add-ons"
973
  msgstr ""
974
 
975
- #: ../classes/settings.php:625
976
  msgid "Posttypes"
977
  msgstr ""
978
 
979
- #: ../classes/settings.php:626
980
  msgid "Others"
981
  msgstr ""
982
 
983
- #: ../classes/settings.php:627
984
  msgid "Taxonomies"
985
  msgstr ""
986
 
987
- #: ../classes/settings.php:646
988
  #, php-format
989
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
990
  msgstr ""
991
 
992
- #: ../classes/settings.php:656
993
  msgid "Store settings"
994
  msgstr "設定を保存"
995
 
996
- #: ../classes/settings.php:660
997
  msgid "Update"
998
  msgstr "アップデート"
999
 
1000
- #: ../classes/settings.php:664
1001
  #, php-format
1002
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1003
  msgstr "注意!  あなたが設定した %s 列は削除されWP初期値に戻ります。削除すると元に戻すことはできません. \\'OK\\' で削除 \\'Cancel\\' でキャンセル "
1004
 
1005
- #: ../classes/settings.php:665
1006
  msgid "columns"
1007
  msgstr "-列"
1008
 
1009
- #: ../classes/settings.php:684
1010
  msgid "Get Admin Columns Pro"
1011
  msgstr ""
1012
 
1013
- #: ../classes/settings.php:688
1014
  msgid "Add Sorting"
1015
  msgstr "ソートを追加"
1016
 
1017
- #: ../classes/settings.php:689
1018
  msgid "Add Filtering"
1019
  msgstr "フィルターを追加"
1020
 
1021
- #: ../classes/settings.php:690
1022
  msgid "Add Import/Export"
1023
  msgstr "設定のインポート・エキスポートを追加"
1024
 
1025
- #: ../classes/settings.php:691
1026
  msgid "Add Direct Editing"
1027
  msgstr ""
1028
 
1029
- #: ../classes/settings.php:694
1030
  #, php-format
1031
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1032
  msgstr ""
1033
 
1034
- #: ../classes/settings.php:725
1035
  msgid "Are you happy with Admin Columns?"
1036
  msgstr ""
1037
 
1038
- #: ../classes/settings.php:733
1039
  msgid "What's wrong? Need help? Let us know!"
1040
  msgstr ""
1041
 
1042
- #: ../classes/settings.php:734
1043
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1044
  msgstr ""
1045
 
1046
- #: ../classes/settings.php:742
1047
  msgid "Docs"
1048
  msgstr ""
1049
 
1050
- #: ../classes/settings.php:747
1051
  msgid "Forums"
1052
  msgstr ""
1053
 
1054
- #: ../classes/settings.php:756
1055
  msgid "Woohoo! We're glad to hear that!"
1056
  msgstr ""
1057
 
1058
- #: ../classes/settings.php:757
1059
  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!"
1060
  msgstr ""
1061
 
1062
- #: ../classes/settings.php:761
1063
  msgid "Rate"
1064
  msgstr ""
1065
 
1066
- #: ../classes/settings.php:772
1067
  msgid "Tweet"
1068
  msgstr ""
1069
 
1070
- #: ../classes/settings.php:782
1071
  msgid "Buy Pro"
1072
  msgstr ""
1073
 
1074
- #: ../classes/settings.php:794
1075
  msgid "Support"
1076
  msgstr "サポート"
1077
 
1078
- #: ../classes/settings.php:797
1079
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1080
  msgstr "画面右上の<strong>Help</strong>を確認してください。"
1081
 
1082
- #: ../classes/settings.php:800
1083
  #, php-format
1084
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1085
  msgstr ""
1086
  "ドキュメント・バグレポート・機能の提案などは<br/>\n"
1087
  " <a href='%s'> Admin Columns website</a>を訪れてください。"
1088
 
1089
- #: ../classes/settings.php:829
1090
  msgid "Drag and drop to reorder"
1091
  msgstr "ドロップ&ドラッグで表示順序を変更できます"
1092
 
1093
- #: ../classes/settings.php:832
1094
  msgid "Add Column"
1095
  msgstr "列の追加"
1096
 
1097
- #: ../classes/settings.php:908
1098
  msgid "Active"
1099
  msgstr ""
1100
 
1101
- #: ../classes/settings.php:909
1102
  msgid "Deactivate"
1103
  msgstr ""
1104
 
1105
- #: ../classes/settings.php:916
1106
  msgid "Installed"
1107
  msgstr ""
1108
 
1109
- #: ../classes/settings.php:917
1110
  msgid "Activate"
1111
  msgstr ""
1112
 
1113
- #: ../classes/settings.php:931
1114
  msgid "Download & Install"
1115
  msgstr ""
1116
 
1117
- #: ../classes/settings.php:936
1118
  msgid "Get this add-on"
1119
  msgstr ""
1120
 
1121
- #: ../classes/storage_model.php:213
1122
  msgid "settings succesfully restored."
1123
  msgstr "設定を復元しました。"
1124
 
1125
- #: ../classes/storage_model.php:229
1126
  msgid "No columns settings available."
1127
  msgstr "設定された列はありません"
1128
 
1129
- #: ../classes/storage_model.php:250
1130
  #, php-format
1131
  msgid "You are trying to store the same settings for %s."
1132
  msgstr "%sはすでに設定済みです "
1133
 
1134
- #: ../classes/storage_model.php:254
1135
  #, php-format
1136
  msgid "Settings for %s updated succesfully."
1137
  msgstr "設定 %s は正常にアップデートしました。"
@@ -1140,14 +1229,30 @@ msgstr "設定 %s は正常にアップデートしました。"
1140
  msgid "Comments"
1141
  msgstr "コメント"
1142
 
 
 
 
 
1143
  #: ../classes/storage_model/link.php:13
1144
  msgid "Links"
1145
  msgstr "リンク"
1146
 
 
 
 
 
 
 
 
 
1147
  #: ../classes/storage_model/user.php:13
1148
  msgid "Users"
1149
  msgstr "ユーザー"
1150
 
 
 
 
 
1151
  #: ../classes/upgrade.php:62
1152
  msgid ""
1153
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free "
@@ -1207,6 +1312,6 @@ msgstr "エラー"
1207
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1208
  msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
1209
 
1210
- #: ../codepress-admin-columns.php:390
1211
  msgid "Edit columns"
1212
  msgstr "列の編集"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/admin-columns/language/ja_JP/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: ja_JP\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:575
45
  msgid "Thumbnail"
46
  msgstr "サムネイル"
47
 
48
+ #: ../classes/column.php:576
49
  msgid "Medium"
50
  msgstr "メディア"
51
 
52
+ #: ../classes/column.php:577
53
  msgid "Large"
54
  msgstr "大"
55
 
56
+ #: ../classes/column.php:578
57
  msgid "Full"
58
  msgstr "フルサイズ"
59
 
60
+ #: ../classes/column.php:1020
61
  msgid "Date Format"
62
  msgstr "データフォーマット"
63
 
64
+ #: ../classes/column.php:1021
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "日付の表示方法を設定する。"
67
 
68
+ #: ../classes/column.php:1027
69
  msgid "Example:"
70
  msgstr "例:"
71
 
72
+ #: ../classes/column.php:1029
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "設定>一般 <a href=\"%s\">日付フォーマット</a>を利用する場合は空白にしてください。"
76
 
77
+ #: ../classes/column.php:1030
78
  msgid "Documentation on date and time formatting."
79
  msgstr "日付と時刻のフォーマット"
80
 
81
+ #: ../classes/column.php:1044
82
  msgid "Excerpt length"
83
  msgstr "抜粋の長さ"
84
 
85
+ #: ../classes/column.php:1045
86
  msgid "Number of words"
87
  msgstr "文字数"
88
 
89
+ #: ../classes/column.php:1063
90
  msgid "Preview size"
91
  msgstr "プレビューサイズ"
92
 
93
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
94
  msgid "Custom"
95
  msgstr "カスタム"
96
 
97
+ #: ../classes/column.php:1083 ../classes/column.php:1230
98
  msgid "width"
99
  msgstr "幅"
100
 
101
+ #: ../classes/column.php:1086
102
  msgid "height"
103
  msgstr "高さ"
104
 
105
+ #: ../classes/column.php:1098
106
  msgid "Before"
107
  msgstr "表示の前"
108
 
109
+ #: ../classes/column.php:1098
110
  msgid "This text will appear before the custom field value."
111
  msgstr "このテキストはカスタムフィールドの値の前に表示されます。(HTMLタグ含む)"
112
 
113
+ #: ../classes/column.php:1099
114
  msgid "After"
115
  msgstr "表示の後"
116
 
117
+ #: ../classes/column.php:1099
118
  msgid "This text will appear after the custom field value."
119
  msgstr "このテキストはカスタムフィールドの値の後に表示されます。(HTMLタグ含む)"
120
 
121
+ #: ../classes/column.php:1108
122
+ msgid "Display Name"
123
+ msgstr "表示名"
124
+
125
+ #: ../classes/column.php:1109
126
+ msgid "First Name"
127
+ msgstr "姓"
128
+
129
+ #: ../classes/column.php:1110
130
+ msgid "Last Name"
131
+ msgstr "名"
132
+
133
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
134
+ msgid "Nickname"
135
+ msgstr "ニックネーム"
136
+
137
+ #: ../classes/column.php:1112
138
+ msgid "User Login"
139
+ msgstr "ユーザーログイン名"
140
+
141
+ #: ../classes/column.php:1113
142
+ msgid "User Email"
143
+ msgstr "ユーザーメール"
144
+
145
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
146
+ msgid "User ID"
147
+ msgstr "ユーザーID"
148
+
149
+ #: ../classes/column.php:1115
150
+ msgid "First and Last Name"
151
+ msgstr "姓名"
152
+
153
+ #: ../classes/column.php:1118
154
+ msgid "Display format"
155
+ msgstr ""
156
+
157
+ #: ../classes/column.php:1118
158
+ msgid "This is the format of the author name."
159
+ msgstr "投稿者の表示方法"
160
+
161
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25
162
+ #: ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "編集"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "削除"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "タイプ"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "列に表示するタイプを設定します。"
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "ラベル"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "列に表示される名前"
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "表示幅"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "初期値"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr ""
225
  msgid "Find out more"
226
  msgstr ""
227
 
228
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
 
229
  msgid "Actions"
230
  msgstr "アクション"
231
 
232
+ #: ../classes/column/actions.php:96
233
  msgid "Use icons?"
234
  msgstr ""
235
 
236
+ #: ../classes/column/actions.php:96
237
  msgid "Use icons instead of text for displaying the actions."
238
  msgstr ""
239
 
240
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
241
  msgid "Yes"
242
  msgstr ""
243
 
244
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
245
  msgid "No"
246
  msgstr ""
247
 
248
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
249
+ msgid "ID"
250
+ msgstr "ID"
251
+
252
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
253
  msgid "Unapprove"
254
  msgstr "承認しない"
255
 
256
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
257
  msgid "Approve"
258
  msgstr "承認する"
259
 
260
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
261
  msgid "Restore"
262
  msgstr "初期状態に戻す"
263
 
264
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
265
  msgid "Delete Permanently"
266
  msgstr "完全に削除する"
267
 
268
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
269
  msgid "Quick&nbsp;Edit"
270
  msgstr "クイック編集"
271
 
272
+ #: ../classes/column/comment/actions.php:77
273
  msgid "Reply"
274
  msgstr "リプライ"
275
 
310
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
311
  msgstr "送信する <a href=\"%1$s\">%2$s at %3$s</a> "
312
 
313
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
314
  msgid "Date"
315
  msgstr "日付"
316
 
317
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
318
  msgid "Excerpt"
319
  msgstr "エキスポート"
320
 
326
  msgid "Word count"
327
  msgstr "文字数"
328
 
329
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
330
  msgid "Custom Field"
331
  msgstr "カスタムフィールド"
332
 
333
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
334
  msgid "Default"
335
  msgstr "デフォルト"
336
 
338
  msgid "Checkmark (true/false)"
339
  msgstr "チェックマーク(true/false)"
340
 
341
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
342
  msgid "Color"
343
  msgstr "色"
344
 
345
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
346
  msgid "Counter"
347
  msgstr "カウンター"
348
 
349
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
350
  msgid "Image"
351
  msgstr "画像"
352
 
354
  msgid "Media Library"
355
  msgstr "メディアライブラリー"
356
 
357
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
358
  msgid "Multiple Values"
359
  msgstr "複数の値"
360
 
361
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
362
  msgid "Numeric"
363
  msgstr "数値"
364
 
370
  msgid "Username (User ID's)"
371
  msgstr "ユーザー名(User ID's)"
372
 
373
+ #: ../classes/column/custom-field.php:106
374
+ msgid "Term Name (Term ID's)"
375
+ msgstr ""
376
+
377
+ #: ../classes/column/custom-field.php:390
378
  msgid "Select your custom field."
379
  msgstr "カスタムフィールドを選択"
380
 
381
+ #: ../classes/column/custom-field.php:400
382
  msgid "No custom fields available."
383
  msgstr "カスタムフィールドがありません"
384
 
385
+ #: ../classes/column/custom-field.php:400
386
+ #, php-format
387
+ msgid "Please create a %s item first."
388
+ msgstr ""
389
+
390
+ #: ../classes/column/custom-field.php:407
391
  msgid "Field Type"
392
  msgstr "フィールドタイプ"
393
 
394
+ #: ../classes/column/custom-field.php:407
395
  msgid "This will determine how the value will be displayed."
396
  msgstr "表示される方法を設定します"
397
 
432
  msgid "Target"
433
  msgstr "ターゲット"
434
 
435
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38
436
+ #: ../classes/column/post/status.php:35
437
+ msgid "Trash"
438
+ msgstr "ゴミ箱"
439
+
440
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
441
+ #, php-format
442
+ msgid "View &#8220;%s&#8221;"
443
+ msgstr "表示 &#8220;%s&#8221; "
444
+
445
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
446
+ msgid "View"
447
+ msgstr "表示"
448
+
449
+ #: ../classes/column/media/actions.php:35
450
+ msgid "Attach"
451
+ msgstr ""
452
+
453
  #: ../classes/column/media/alternate-text.php:19
454
  msgid "Alt"
455
  msgstr "代替テキスト"
456
 
457
+ #: ../classes/column/media/attached-to.php:19
458
+ msgid "Attached to post"
459
+ msgstr ""
460
+
461
  #: ../classes/column/media/available-sizes.php:20
462
  msgid "Available Sizes"
463
  msgstr "利用できるサイズ"
522
  msgid "File size"
523
  msgstr "ファイルサイズ"
524
 
525
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
526
  msgid "Full path"
527
  msgstr "フルパス"
528
 
529
+ #: ../classes/column/media/full-path.php:83
530
+ msgid "Path scope"
531
+ msgstr ""
532
+
533
+ #: ../classes/column/media/full-path.php:84
534
+ msgid "Part of the file path to display"
535
+ msgstr ""
536
+
537
+ #: ../classes/column/media/full-path.php:97
538
+ msgid "Relative to domain"
539
+ msgstr ""
540
+
541
+ #: ../classes/column/media/full-path.php:102
542
+ msgid "Relative to main uploads folder "
543
+ msgstr ""
544
+
545
  #: ../classes/column/media/height.php:19
546
  msgid "Height"
547
  msgstr "高さ"
550
  msgid "Mime type"
551
  msgstr "Mimeタイプ"
552
 
553
+ #: ../classes/column/post/actions.php:32
554
  msgid "Edit this item"
555
  msgstr "項目を編集"
556
 
557
+ #: ../classes/column/post/actions.php:35
558
  msgid "Edit this item inline"
559
  msgstr "この項目をインラインで編集する。"
560
 
561
+ #: ../classes/column/post/actions.php:40
562
  msgid "Restore this item from the Trash"
563
  msgstr "この項目をゴミ箱から復元する。"
564
 
565
+ #: ../classes/column/post/actions.php:42
566
  msgid "Move this item to the Trash"
567
  msgstr "この項目をゴミ箱へ移動"
568
 
569
+ #: ../classes/column/post/actions.php:44
 
 
 
 
570
  msgid "Delete this item permanently"
571
  msgstr "この項目を完全に削除"
572
 
573
+ #: ../classes/column/post/actions.php:49
574
  #, php-format
575
  msgid "Preview &#8220;%s&#8221;"
576
  msgstr "プレビュー &#8220;%s&#8221; "
577
 
578
+ #: ../classes/column/post/actions.php:49
579
  msgid "Preview"
580
  msgstr "プレビュー"
581
 
 
 
 
 
 
 
 
 
 
582
  #: ../classes/column/post/attachment-count.php:19
583
  msgid "No. of Attachments"
584
  msgstr "アタッチメント(ファイル等)ID"
585
 
586
  #: ../classes/column/post/attachment.php:19
587
+ msgid "Attachments"
588
+ msgstr ""
589
 
590
  #: ../classes/column/post/author-name.php:20
591
  msgid "Display Author As"
592
  msgstr "投稿者名"
593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
594
  #: ../classes/column/post/before-moretag.php:19
595
  msgid "Before More Tag"
596
  msgstr "タグの前に"
619
  msgid "Select which comment status you like to display."
620
  msgstr "表示させたいコメントステータスを選択します。"
621
 
622
+ #: ../classes/column/post/content.php:19
623
+ msgid "Content"
624
+ msgstr ""
625
+
626
+ #: ../classes/column/post/date-published.php:17
627
+ msgid "Date Published"
628
+ msgstr ""
629
+
630
+ #: ../classes/column/post/depth.php:19
631
+ msgid "Depth"
632
+ msgstr ""
633
+
634
+ #: ../classes/column/post/estimated-reading-time.php:19
635
+ msgid "Estimated Reading Time"
636
+ msgstr ""
637
+
638
+ #: ../classes/column/post/estimated-reading-time.php:103
639
+ msgid "Words per minute"
640
+ msgstr ""
641
+
642
+ #: ../classes/column/post/estimated-reading-time.php:104
643
+ msgid "Estimated reading time in words per minute"
644
+ msgstr ""
645
+
646
  #: ../classes/column/post/featured-image.php:19
647
  msgid "Featured Image"
648
  msgstr "注目画像"
651
  msgid "Post Format"
652
  msgstr "ポストフォーマット"
653
 
654
+ #: ../classes/column/post/last-modified-author.php:20
655
+ msgid "Last Modified Author"
656
+ msgstr ""
657
+
658
  #: ../classes/column/post/modified.php:19
659
  msgid "Last modified"
660
  msgstr "最終更新"
695
  msgid "Roles"
696
  msgstr "権限"
697
 
698
+ #: ../classes/column/post/shortcodes.php:19
699
+ msgid "Shortcodes"
700
+ msgstr ""
701
+
702
  #: ../classes/column/post/slug.php:19
703
  msgid "Slug"
704
  msgstr "スラッグ"
739
  msgid "Title without actions"
740
  msgstr ""
741
 
742
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
743
  msgid "Taxonomy"
744
  msgstr "タクソノミー"
745
 
759
  msgid "Comment Count"
760
  msgstr "コメント数"
761
 
762
+ #: ../classes/column/user/display-name.php:19
763
+ msgid "Display name"
764
+ msgstr ""
765
+
766
  #: ../classes/column/user/first-name.php:19
767
  msgid "First name"
768
  msgstr "名"
783
  msgid "Registered"
784
  msgstr "登録された"
785
 
786
+ #: ../classes/column/user/rich-editing.php:19
787
+ msgid "Visual Editor"
788
+ msgstr ""
789
+
790
  #: ../classes/column/user/url.php:19
791
  msgid "Url"
792
  msgstr "URL"
793
 
794
+ #: ../classes/settings.php:112
795
  msgid "Add-on successfully activated."
796
  msgstr ""
797
 
798
+ #: ../classes/settings.php:115
799
  msgid "Add-on successfully deactivated."
800
  msgstr ""
801
 
802
+ #: ../classes/settings.php:170
803
  msgid "Admin Columns Settings"
804
  msgstr "Admin Columns 設定"
805
 
806
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
807
  msgid "Admin Columns"
808
  msgstr "Admin Columns"
809
 
810
+ #: ../classes/settings.php:218
811
  #, php-format
812
  msgid "%s column is already present and can not be duplicated."
813
  msgstr "%s 列はすでに存在します。複製することができません "
814
 
815
+ #: ../classes/settings.php:272
816
  msgid "Default settings succesfully restored."
817
  msgstr "初期設定を復元しました。"
818
 
819
+ #: ../classes/settings.php:289
820
  msgid "Overview"
821
  msgstr "概要"
822
 
823
+ #: ../classes/settings.php:292
824
  msgid ""
825
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change "
826
  "the column's label and reorder them."
829
  "投稿・メディアページ・コメント・リンク・ユーザー・カスタム投稿(post type)に対応し\n"
830
  "PRO版ではソート・フィルタリングも可能になります。"
831
 
832
+ #: ../classes/settings.php:295
833
  msgid "Basics"
834
  msgstr "基本"
835
 
836
+ #: ../classes/settings.php:297
837
  msgid "Change order"
838
  msgstr "並びを変更"
839
 
840
+ #: ../classes/settings.php:298
841
  msgid "By dragging the columns you can change the order which they will appear in."
842
  msgstr "列幅をドラッグして表示される場所を変更することが可能です。"
843
 
844
+ #: ../classes/settings.php:299
845
  msgid "Change label"
846
  msgstr "ラベルの変更"
847
 
848
+ #: ../classes/settings.php:300
849
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
850
  msgstr ""
851
  "列の表示オプションを表示します。\n"
852
  "見出しや列のラベルを変更できます。"
853
 
854
+ #: ../classes/settings.php:301
855
  msgid "Change column width"
856
  msgstr "列幅を変更"
857
 
858
+ #: ../classes/settings.php:302
859
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
860
  msgstr "三角形をクリックすると、列のオプションが表示されます。ドラッグ可能なスライダーを使用することで、パーセンテージで列の幅を設定することができます。"
861
 
862
+ #: ../classes/settings.php:308
863
  msgid "'Custom Field' column"
864
  msgstr "カスタムフィールド幅"
865
 
866
+ #: ../classes/settings.php:309
867
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
868
  msgstr "カスタムフィールドには設定可能な10種類のタイプあります"
869
 
870
+ #: ../classes/settings.php:311
871
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
872
  msgstr "値:文字列または配列になります。配列は、区切ります。"
873
 
874
+ #: ../classes/settings.php:312
875
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
876
  msgstr "値:画像URLやファイルIDを含んでいる必要があります。(複数の場合は\"、”で区切ってください)"
877
 
878
+ #: ../classes/settings.php:313
879
  msgid "Value: This will show the first 20 words of the Post content."
880
  msgstr "値:投稿内容の最初の20文字が表示されます。"
881
 
882
+ #: ../classes/settings.php:314
883
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
884
  msgstr "値:配列でなければいけません。(配列をフラット化します)"
885
 
886
+ #: ../classes/settings.php:315
887
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
888
  msgstr "値:整数だけ<br/>サポートします。ソートアドオンが有効な場合(カスタムフィールド)記事を並び変えることができます。"
889
 
890
+ #: ../classes/settings.php:316
891
  #, php-format
892
  msgid ""
893
  "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general "
894
  "settings</a> page."
895
  msgstr "値:<a href='%s'>Codex</a>の説明であるようにunixタイムスタンプや日付形式を指定できます。設定>一般<a href='%s'>日付のフォーマット</a>設定を利用できます。"
896
 
897
+ #: ../classes/settings.php:317
898
  msgid "Post Titles"
899
  msgstr "投稿タイトル"
900
 
901
+ #: ../classes/settings.php:317
902
  msgid "Value: can be one or more Post ID's (seperated by ',')."
903
  msgstr "値:複数の場合は、ポストIDを(、)で区切ってください。"
904
 
905
+ #: ../classes/settings.php:318
906
  msgid "Usernames"
907
  msgstr "ユーザー名"
908
 
909
+ #: ../classes/settings.php:318
910
  msgid "Value: can be one or more User ID's (seperated by ',')."
911
  msgstr "値;複数のユーザーの場合は(、)で区切ってください。"
912
 
913
+ #: ../classes/settings.php:319
914
  msgid "Checkmark"
915
  msgstr "チェックマーク"
916
 
917
+ #: ../classes/settings.php:319
918
  msgid "Value: should be a 1 (one) or 0 (zero)."
919
  msgstr "値:1(one)または0(zero)"
920
 
921
+ #: ../classes/settings.php:320
922
  msgid "Value: hex value color, such as #808080."
923
  msgstr "値:HEXカラーコード #808080など"
924
 
925
+ #: ../classes/settings.php:321
926
  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."
927
  msgstr "値:文字列または配列。meta_keyの場合は回数を表示します"
928
 
929
+ #: ../classes/settings.php:410
930
  msgid "Welcome to Admin Columns"
931
  msgstr "ようこそ Admin Columns"
932
 
933
+ #: ../classes/settings.php:413
934
  msgid "Thank you for updating to the latest version!"
935
  msgstr "最新のバージョンに更新して頂きありがとうございます。"
936
 
937
+ #: ../classes/settings.php:414
938
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
939
  msgstr ""
940
  "Admin Columns は洗練された管理画面を提供します。\n"
941
  "私たちは、あなたやあなたのユーザーが喜ぶことを願っています。"
942
 
943
+ #: ../classes/settings.php:419
944
  msgid "What’s New"
945
  msgstr "最新"
946
 
947
+ #: ../classes/settings.php:420
948
  msgid "Changelog"
949
  msgstr "変更履歴"
950
 
951
+ #: ../classes/settings.php:425
952
  msgid "Important"
953
  msgstr "インポート"
954
 
955
+ #: ../classes/settings.php:427
956
  msgid "Database Changes"
957
  msgstr "データベースの変更"
958
 
959
+ #: ../classes/settings.php:428
960
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
961
  msgstr "データベースには、バージョン1と2で変更されました。しかし、我々は、何の問題もなく戻ってバージョン1Xにロールバックすることができことを確認しています。"
962
 
963
+ #: ../classes/settings.php:431
964
  msgid "Make sure you backup your database and then click"
965
  msgstr "クリックしてデータバースのバックアップを作る"
966
 
967
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
968
  msgid "Upgrade Database"
969
  msgstr "データベースをアップデート"
970
 
971
+ #: ../classes/settings.php:434
972
  msgid "Potential Issues"
973
  msgstr "潜在的な問題"
974
 
975
+ #: ../classes/settings.php:435
976
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
977
  msgstr "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full "
978
 
979
+ #: ../classes/settings.php:435
980
  msgid "Migrating from v1 to v2"
981
  msgstr "Ver1からVer2への移行"
982
 
983
+ #: ../classes/settings.php:435
984
  msgid "guide to view the full list of changes."
985
  msgstr "変更点の詳細案内"
986
 
987
+ #: ../classes/settings.php:435
988
  #, php-format
989
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
990
  msgstr "バグを発見した場合は<a href=\"%s\">バグレポート</a>で報告してください。次回リリースで修正致します。 "
991
 
992
+ #: ../classes/settings.php:438
993
  msgid "Important!"
994
  msgstr "大切な事"
995
 
996
+ #: ../classes/settings.php:438
997
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
998
  msgstr "プラグイン管理の列を更新した場合、最新のものにロールバックしてください。"
999
 
1000
+ #: ../classes/settings.php:438
1001
  msgid "version 1"
1002
  msgstr "version 1 "
1003
 
1004
+ #: ../classes/settings.php:438
1005
  msgid "of this plugin."
1006
  msgstr "このプラグイン"
1007
 
1008
+ #: ../classes/settings.php:444
1009
  msgid "Changelog for"
1010
  msgstr "変更履歴の"
1011
 
1012
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1013
  msgid "Learn more"
1014
  msgstr "詳細はこちら"
1015
 
1016
+ #: ../classes/settings.php:469
1017
  msgid "Start using Admin Columns"
1018
  msgstr "Admin Columnsをはじめましょう"
1019
 
1020
+ #: ../classes/settings.php:512
1021
  msgid "General Settings"
1022
  msgstr "一般設定"
1023
 
1024
+ #: ../classes/settings.php:513
1025
  msgid "Customize your Admin Columns settings."
1026
  msgstr ""
1027
  "管理画面の列表示を<br/>\n"
1028
  "カスタマイズします。"
1029
 
1030
+ #: ../classes/settings.php:524
1031
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1032
  msgstr ""
1033
 
1034
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1035
  msgid "Save"
1036
  msgstr "保存"
1037
 
1038
+ #: ../classes/settings.php:571
1039
  msgid "Restore Settings"
1040
  msgstr "設定の復元"
1041
 
1042
+ #: ../classes/settings.php:572
1043
  msgid "This will delete all column settings and restore the default settings."
1044
  msgstr ""
1045
  "追加された全ての列を削除し、<br/>\n"
1046
  "デフォルト設定に戻します。"
1047
 
1048
+ #: ../classes/settings.php:578
1049
  msgid "Restore default settings"
1050
  msgstr "デフォルト設定に戻します。"
1051
 
1052
+ #: ../classes/settings.php:578
1053
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1054
  msgstr "注意! 保存された、すべての列表示が削除されます。元に戻すことはできません。 \\'OK\\' で削除します \\'Cancel\\'で中止します。 "
1055
 
1056
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1057
  msgid "Settings"
1058
  msgstr "設定"
1059
 
1060
+ #: ../classes/settings.php:601
1061
  msgid "Add-ons"
1062
  msgstr ""
1063
 
1064
+ #: ../classes/settings.php:631
1065
  msgid "Posttypes"
1066
  msgstr ""
1067
 
1068
+ #: ../classes/settings.php:632
1069
  msgid "Others"
1070
  msgstr ""
1071
 
1072
+ #: ../classes/settings.php:633
1073
  msgid "Taxonomies"
1074
  msgstr ""
1075
 
1076
+ #: ../classes/settings.php:652
1077
  #, php-format
1078
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1079
  msgstr ""
1080
 
1081
+ #: ../classes/settings.php:662
1082
  msgid "Store settings"
1083
  msgstr "設定を保存"
1084
 
1085
+ #: ../classes/settings.php:666
1086
  msgid "Update"
1087
  msgstr "アップデート"
1088
 
1089
+ #: ../classes/settings.php:670
1090
  #, php-format
1091
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1092
  msgstr "注意!  あなたが設定した %s 列は削除されWP初期値に戻ります。削除すると元に戻すことはできません. \\'OK\\' で削除 \\'Cancel\\' でキャンセル "
1093
 
1094
+ #: ../classes/settings.php:671
1095
  msgid "columns"
1096
  msgstr "-列"
1097
 
1098
+ #: ../classes/settings.php:690
1099
  msgid "Get Admin Columns Pro"
1100
  msgstr ""
1101
 
1102
+ #: ../classes/settings.php:694
1103
  msgid "Add Sorting"
1104
  msgstr "ソートを追加"
1105
 
1106
+ #: ../classes/settings.php:695
1107
  msgid "Add Filtering"
1108
  msgstr "フィルターを追加"
1109
 
1110
+ #: ../classes/settings.php:696
1111
  msgid "Add Import/Export"
1112
  msgstr "設定のインポート・エキスポートを追加"
1113
 
1114
+ #: ../classes/settings.php:697
1115
  msgid "Add Direct Editing"
1116
  msgstr ""
1117
 
1118
+ #: ../classes/settings.php:700
1119
  #, php-format
1120
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1121
  msgstr ""
1122
 
1123
+ #: ../classes/settings.php:731
1124
  msgid "Are you happy with Admin Columns?"
1125
  msgstr ""
1126
 
1127
+ #: ../classes/settings.php:739
1128
  msgid "What's wrong? Need help? Let us know!"
1129
  msgstr ""
1130
 
1131
+ #: ../classes/settings.php:740
1132
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1133
  msgstr ""
1134
 
1135
+ #: ../classes/settings.php:748
1136
  msgid "Docs"
1137
  msgstr ""
1138
 
1139
+ #: ../classes/settings.php:753
1140
  msgid "Forums"
1141
  msgstr ""
1142
 
1143
+ #: ../classes/settings.php:762
1144
  msgid "Woohoo! We're glad to hear that!"
1145
  msgstr ""
1146
 
1147
+ #: ../classes/settings.php:763
1148
  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!"
1149
  msgstr ""
1150
 
1151
+ #: ../classes/settings.php:767
1152
  msgid "Rate"
1153
  msgstr ""
1154
 
1155
+ #: ../classes/settings.php:778
1156
  msgid "Tweet"
1157
  msgstr ""
1158
 
1159
+ #: ../classes/settings.php:788
1160
  msgid "Buy Pro"
1161
  msgstr ""
1162
 
1163
+ #: ../classes/settings.php:800
1164
  msgid "Support"
1165
  msgstr "サポート"
1166
 
1167
+ #: ../classes/settings.php:803
1168
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1169
  msgstr "画面右上の<strong>Help</strong>を確認してください。"
1170
 
1171
+ #: ../classes/settings.php:806
1172
  #, php-format
1173
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1174
  msgstr ""
1175
  "ドキュメント・バグレポート・機能の提案などは<br/>\n"
1176
  " <a href='%s'> Admin Columns website</a>を訪れてください。"
1177
 
1178
+ #: ../classes/settings.php:835
1179
  msgid "Drag and drop to reorder"
1180
  msgstr "ドロップ&ドラッグで表示順序を変更できます"
1181
 
1182
+ #: ../classes/settings.php:838
1183
  msgid "Add Column"
1184
  msgstr "列の追加"
1185
 
1186
+ #: ../classes/settings.php:919
1187
  msgid "Active"
1188
  msgstr ""
1189
 
1190
+ #: ../classes/settings.php:920
1191
  msgid "Deactivate"
1192
  msgstr ""
1193
 
1194
+ #: ../classes/settings.php:927
1195
  msgid "Installed"
1196
  msgstr ""
1197
 
1198
+ #: ../classes/settings.php:928
1199
  msgid "Activate"
1200
  msgstr ""
1201
 
1202
+ #: ../classes/settings.php:942
1203
  msgid "Download & Install"
1204
  msgstr ""
1205
 
1206
+ #: ../classes/settings.php:947
1207
  msgid "Get this add-on"
1208
  msgstr ""
1209
 
1210
+ #: ../classes/storage_model.php:227
1211
  msgid "settings succesfully restored."
1212
  msgstr "設定を復元しました。"
1213
 
1214
+ #: ../classes/storage_model.php:243
1215
  msgid "No columns settings available."
1216
  msgstr "設定された列はありません"
1217
 
1218
+ #: ../classes/storage_model.php:264
1219
  #, php-format
1220
  msgid "You are trying to store the same settings for %s."
1221
  msgstr "%sはすでに設定済みです "
1222
 
1223
+ #: ../classes/storage_model.php:268
1224
  #, php-format
1225
  msgid "Settings for %s updated succesfully."
1226
  msgstr "設定 %s は正常にアップデートしました。"
1229
  msgid "Comments"
1230
  msgstr "コメント"
1231
 
1232
+ #: ../classes/storage_model/comment.php:14
1233
+ msgid "Comment"
1234
+ msgstr ""
1235
+
1236
  #: ../classes/storage_model/link.php:13
1237
  msgid "Links"
1238
  msgstr "リンク"
1239
 
1240
+ #: ../classes/storage_model/link.php:14
1241
+ msgid "Link"
1242
+ msgstr ""
1243
+
1244
+ #: ../classes/storage_model/media.php:14
1245
+ msgid "Media"
1246
+ msgstr ""
1247
+
1248
  #: ../classes/storage_model/user.php:13
1249
  msgid "Users"
1250
  msgstr "ユーザー"
1251
 
1252
+ #: ../classes/storage_model/user.php:14
1253
+ msgid "User"
1254
+ msgstr ""
1255
+
1256
  #: ../classes/upgrade.php:62
1257
  msgid ""
1258
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free "
1312
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1313
  msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
1314
 
1315
+ #: ../codepress-admin-columns.php:442
1316
  msgid "Edit columns"
1317
  msgstr "列の編集"
languages/cpac-nl_NL.mo CHANGED
Binary file
languages/cpac-nl_NL.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
10
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/admin-columns/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -23,8 +23,8 @@ msgstr ""
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
- msgid "Third party plugin integration"
27
- msgstr "Plugin integratie"
28
 
29
  #: ../classes/addons.php:135
30
  msgid "Advanced Custom Fields"
@@ -42,119 +42,168 @@ msgstr "WooCommerce"
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
  msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
44
 
45
- #: ../classes/column.php:500
46
  msgid "Thumbnail"
47
  msgstr "Thumbnail"
48
 
49
- #: ../classes/column.php:501
50
  msgid "Medium"
51
  msgstr "Gemiddeld"
52
 
53
- #: ../classes/column.php:502
54
  msgid "Large"
55
  msgstr "Groot"
56
 
57
- #: ../classes/column.php:503
58
  msgid "Full"
59
  msgstr "Volledig"
60
 
61
- #: ../classes/column.php:863
62
  msgid "Date Format"
63
  msgstr "Datumnotatie"
64
 
65
- #: ../classes/column.php:864
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Dit bepaald hoe de datum wordt weergegeven."
68
 
69
- #: ../classes/column.php:870
70
  msgid "Example:"
71
  msgstr "Voorbeeld:"
72
 
73
- #: ../classes/column.php:872
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Laat leeg voor WordPress datumformaat, verander je <a href=\"%s\">standaard datumformaat </a>."
77
 
78
- #: ../classes/column.php:873
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Documentatie over datum en tijd opmaak."
81
 
82
- #: ../classes/column.php:887
83
  msgid "Excerpt length"
84
  msgstr "Samenvatting lengte"
85
 
86
- #: ../classes/column.php:888
87
  msgid "Number of words"
88
  msgstr "Aantal woorden"
89
 
90
- #: ../classes/column.php:906
91
  msgid "Preview size"
92
  msgstr "Voorbeeldformaat"
93
 
94
- #: ../classes/column.php:923 ../classes/storage_model.php:534
95
  msgid "Custom"
96
  msgstr "Aangepast"
97
 
98
- #: ../classes/column.php:926
99
  msgid "width"
100
  msgstr "breedte"
101
 
102
- #: ../classes/column.php:929
103
  msgid "height"
104
  msgstr "hoogte"
105
 
106
- #: ../classes/column.php:943
107
  msgid "Before"
108
  msgstr "Voor"
109
 
110
- #: ../classes/column.php:943
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Deze tekst wordt getoond voor de custom field waarde."
113
 
114
- #: ../classes/column.php:949
115
  msgid "After"
116
  msgstr "Na"
117
 
118
- #: ../classes/column.php:949
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Deze tekst wordt getoond na de custom field waarde."
121
 
122
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Edit"
124
  msgstr "Bewerken"
125
 
126
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
127
  msgid "Remove"
128
  msgstr "Verwijderen"
129
 
130
- #: ../classes/column.php:1062
131
  msgid "Type"
132
  msgstr "Type"
133
 
134
- #: ../classes/column.php:1062
135
  msgid "Choose a column type."
136
  msgstr "Kies een kolom type."
137
 
138
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr "Label"
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr "Deze naam zal verschijnen als kolom kop."
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "Breedte"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "standaard"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr "ACF Veld"
@@ -176,47 +225,51 @@ msgstr "Admin Columns Pro - Developer biedt volledige integratie van Geavanceerd
176
  msgid "Find out more"
177
  msgstr "Meer weten"
178
 
179
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
180
  msgid "Actions"
181
  msgstr "Acties"
182
 
183
- #: ../classes/column/actions.php:87
184
  msgid "Use icons?"
185
  msgstr "Gebruik iconen?"
186
 
187
- #: ../classes/column/actions.php:87
188
  msgid "Use icons instead of text for displaying the actions."
189
  msgstr "Gebruik iconen in plaats van tekst om actions te tonen."
190
 
191
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
192
  msgid "Yes"
193
  msgstr "Ja"
194
 
195
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
196
  msgid "No"
197
  msgstr "Nee"
198
 
199
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
200
  msgid "Unapprove"
201
  msgstr "Afgekeurd"
202
 
203
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
204
  msgid "Approve"
205
  msgstr "Goedgekeurd"
206
 
207
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
208
  msgid "Restore"
209
  msgstr "Herstellen"
210
 
211
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
212
  msgid "Delete Permanently"
213
  msgstr "Permanent verwijderen"
214
 
215
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
216
  msgid "Quick&nbsp;Edit"
217
  msgstr "Snel&nbsp;Bewerken"
218
 
219
- #: ../classes/column/comment/actions.php:101
220
  msgid "Reply"
221
  msgstr "Beantwoorden"
222
 
@@ -257,11 +310,11 @@ msgstr "Datum GMT"
257
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
258
  msgstr "Verstuurd op <a href=\"%1$s\">%2$s op %3$s</a>"
259
 
260
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
261
  msgid "Date"
262
  msgstr "Datum"
263
 
264
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
265
  msgid "Excerpt"
266
  msgstr "Samenvatting"
267
 
@@ -273,11 +326,11 @@ msgstr "Antwoord op"
273
  msgid "Word count"
274
  msgstr "Aantal woorden"
275
 
276
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
277
  msgid "Custom Field"
278
  msgstr "Custom veld"
279
 
280
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
281
  msgid "Default"
282
  msgstr "Standaard"
283
 
@@ -285,15 +338,15 @@ msgstr "Standaard"
285
  msgid "Checkmark (true/false)"
286
  msgstr "Vinkje (true/false)"
287
 
288
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
289
  msgid "Color"
290
  msgstr "Kleur"
291
 
292
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
293
  msgid "Counter"
294
  msgstr "Teller"
295
 
296
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
297
  msgid "Image"
298
  msgstr "Afbeelding"
299
 
@@ -301,11 +354,11 @@ msgstr "Afbeelding"
301
  msgid "Media Library"
302
  msgstr "Mediabibliotheek"
303
 
304
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
305
  msgid "Multiple Values"
306
  msgstr "Meerdere waarden"
307
 
308
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
309
  msgid "Numeric"
310
  msgstr "Numerieke"
311
 
@@ -317,19 +370,28 @@ msgstr "Post Titel (Post ID's)"
317
  msgid "Username (User ID's)"
318
  msgstr "Gebruikersnaam ( Gebruiker ID's )"
319
 
320
- #: ../classes/column/custom-field.php:356
 
 
 
 
321
  msgid "Select your custom field."
322
  msgstr "Selecteer uw custom field."
323
 
324
- #: ../classes/column/custom-field.php:366
325
  msgid "No custom fields available."
326
  msgstr "Geen custom fields beschikbaar."
327
 
328
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
329
  msgid "Field Type"
330
  msgstr "Veld type"
331
 
332
- #: ../classes/column/custom-field.php:373
333
  msgid "This will determine how the value will be displayed."
334
  msgstr "Dit bepaald hoe de waarde wordt weer gegeven,"
335
 
@@ -370,10 +432,31 @@ msgstr "Rss"
370
  msgid "Target"
371
  msgstr "Doel"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "Alt"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "Beschikbare Afmetingen"
@@ -438,10 +521,26 @@ msgstr "Bestandsnaam"
438
  msgid "File size"
439
  msgstr "Bestandsgrootte"
440
 
441
- #: ../classes/column/media/full-path.php:19
442
  msgid "Full path"
443
  msgstr "Volledige pad"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "Hoogte"
@@ -450,96 +549,47 @@ msgstr "Hoogte"
450
  msgid "Mime type"
451
  msgstr "Mimi type"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "Bewerk dit item"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "Bijwerken van dit item"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "Herstel dit item uit de prullenbak"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "Verplaats dit item naar de prullenbak"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "Prullenbak"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "Verwijder permanent"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "Voorvertoning &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "Voorbeeld"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "Bekijk &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "Bekijk"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "Aantal attachments"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
- msgstr "Bijlage"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "Toon auteur als"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "Schermnaam"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "Voornaam"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "Achternaam"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "Nickname"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "Gebruikers login"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "Gebruiker Email"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "Gebruiker ID"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "Voor- en achternaam"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "Dit is het formaat van de auteursnaam"
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "Voor de meer-tag"
@@ -568,6 +618,30 @@ msgstr "Comment status"
568
  msgid "Select which comment status you like to display."
569
  msgstr "Selecteer welke reactie status die je wil weergeven."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "Uitgelichte afbeelding"
@@ -576,6 +650,10 @@ msgstr "Uitgelichte afbeelding"
576
  msgid "Post Format"
577
  msgstr "Post formaat"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "Laatst gewijzigd"
@@ -616,6 +694,10 @@ msgstr "Ping status"
616
  msgid "Roles"
617
  msgstr "Rollen"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "Slug"
@@ -656,7 +738,7 @@ msgstr "Sticky"
656
  msgid "Title without actions"
657
  msgstr "Titel zonder acties"
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "Taxonomy"
662
 
@@ -676,6 +758,10 @@ msgstr "Dit linkt de titel naar het menu"
676
  msgid "Comment Count"
677
  msgstr "Aantal reacties"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "Voornaam"
@@ -696,423 +782,427 @@ msgstr "Post Type"
696
  msgid "Registered"
697
  msgstr "Registratie"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "Url"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr "Add-on werd succesvol geactiveerd."
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr "Add-on werd succesvol gedesactiveerd."
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "Admin Columns Instellingen"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
716
  msgid "Admin Columns"
717
  msgstr "Admin Columns"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr "%s kolom is al in gebruik en kan niet worden gedupliceerd."
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "Standaard instellingen succesvol hersteld."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "Overzicht"
731
 
732
- #: ../classes/settings.php:291
733
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
734
  msgstr "Met deze plugin kun je bijkomende kolommen toevoegen en verwijderen van uit de administratieschermen van van berichten(types), pagina's, mediabibliotheken, reacties, links and gebruikers. Wijzig en herschik de kolomlabels."
735
 
736
- #: ../classes/settings.php:294
737
  msgid "Basics"
738
  msgstr "Basisinfo"
739
 
740
- #: ../classes/settings.php:296
741
  msgid "Change order"
742
  msgstr "Verander volgorde"
743
 
744
- #: ../classes/settings.php:297
745
  msgid "By dragging the columns you can change the order which they will appear in."
746
  msgstr "Door de kolommen te verslepen kan je de volgorde aanpassen."
747
 
748
- #: ../classes/settings.php:298
749
  msgid "Change label"
750
  msgstr "Wijzig label"
751
 
752
- #: ../classes/settings.php:299
753
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
754
  msgstr "Klik op het kleine driehoekje om de kolom opties te tonen. Hier kan je de kolom label aanpassen."
755
 
756
- #: ../classes/settings.php:300
757
  msgid "Change column width"
758
  msgstr "Verander kolom breedte"
759
 
760
- #: ../classes/settings.php:301
761
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
762
  msgstr "Klik je op de driehoek, dan krijg je de kolomopties te zien. En met de versleepbare slider kun je de breedte van kolommen bepalen, uitgedrukt in percentages."
763
 
764
- #: ../classes/settings.php:307
765
  msgid "'Custom Field' column"
766
  msgstr "'Custom veld' kolom"
767
 
768
- #: ../classes/settings.php:308
769
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
770
  msgstr "De 'custom veld' kolom gebruikt custom velden voor berichten en gebruikers. Er zijn 10 typen welke je kan gebruiken."
771
 
772
- #: ../classes/settings.php:310
773
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
774
  msgstr "Waarde: Kan een string of array zijn. Arrays worden plat gemaakt en de waarden gescheiden door een ',' komma."
775
 
776
- #: ../classes/settings.php:311
777
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
778
  msgstr "Waarde: moet een afbeeldings URL of Media ID zijn ( gescheiden door een ',' komma )."
779
 
780
- #: ../classes/settings.php:312
781
  msgid "Value: This will show the first 20 words of the Post content."
782
  msgstr "Waarde: Deze toont de eerste 20 woorden van een bericht."
783
 
784
- #: ../classes/settings.php:313
785
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
786
  msgstr "Waarde: moet een reeks zijn. Dit zal elke (multi-dimensionale) reeks afvlakken."
787
 
788
- #: ../classes/settings.php:314
789
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
790
  msgstr "Waarde: Enkel reeksen.<br/>Als je de 'sorteer-addon' hebt, zal die gebruikt worden voor het sorteren, zodat u uw berichten kunt sorteren volgens de numerieke waarden (van aangepaste velden)."
791
 
792
- #: ../classes/settings.php:315
793
  #, php-format
794
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
795
  msgstr "Waarde: Kan een unix tijdstempel zijn, of een datumnotatie, zoals beschreven in de <a href='%s'>Codex</a>. Je kunt de uitgestuurde datumnotatie wijzigen in de pagina met <a href='%s'>algemene instellingen</a>."
796
 
797
- #: ../classes/settings.php:316
798
  msgid "Post Titles"
799
  msgstr "Post titels"
800
 
801
- #: ../classes/settings.php:316
802
  msgid "Value: can be one or more Post ID's (seperated by ',')."
803
  msgstr "Waarde: één of meer Post ID's ( gescheiden door een komma )"
804
 
805
- #: ../classes/settings.php:317
806
  msgid "Usernames"
807
  msgstr "Gebruikersnamen"
808
 
809
- #: ../classes/settings.php:317
810
  msgid "Value: can be one or more User ID's (seperated by ',')."
811
  msgstr "Waarde: één of meer User ID's ( gescheiden door een komma )"
812
 
813
- #: ../classes/settings.php:318
814
  msgid "Checkmark"
815
  msgstr "Checkmark"
816
 
817
- #: ../classes/settings.php:318
818
  msgid "Value: should be a 1 (one) or 0 (zero)."
819
  msgstr "Waarde: moet 1 of 0 zijn."
820
 
821
- #: ../classes/settings.php:319
822
  msgid "Value: hex value color, such as #808080."
823
  msgstr "Waarde: hex waarde kleur, vb: #808080"
824
 
825
- #: ../classes/settings.php:320
826
  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."
827
  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."
828
 
829
- #: ../classes/settings.php:409
830
  msgid "Welcome to Admin Columns"
831
  msgstr "Welkom bij Admin Columns"
832
 
833
- #: ../classes/settings.php:412
834
  msgid "Thank you for updating to the latest version!"
835
  msgstr "Bedankt voor het updaten naar de laatste versie!"
836
 
837
- #: ../classes/settings.php:413
838
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
839
  msgstr "Admin Columns ziet er nog beter uit dan ooit. Veel plezier ermee."
840
 
841
- #: ../classes/settings.php:418
842
  msgid "What’s New"
843
  msgstr "What is nieuw"
844
 
845
- #: ../classes/settings.php:419
846
  msgid "Changelog"
847
  msgstr "Changelog"
848
 
849
- #: ../classes/settings.php:424
850
  msgid "Important"
851
  msgstr "Belangrijk"
852
 
853
- #: ../classes/settings.php:426
854
  msgid "Database Changes"
855
  msgstr "Database Aanpassingen"
856
 
857
- #: ../classes/settings.php:427
858
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
859
  msgstr "De database werd gewijzigd tussen versies 1 en 2. Maar we hebben ervoor gezorgd dat je nog zonder probleem naar versie 1x kunt terugschakelen."
860
 
861
- #: ../classes/settings.php:430
862
  msgid "Make sure you backup your database and then click"
863
  msgstr "Backup je database and klik dan"
864
 
865
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
866
  msgid "Upgrade Database"
867
  msgstr "Werk Database bij"
868
 
869
- #: ../classes/settings.php:433
870
  msgid "Potential Issues"
871
  msgstr "Potentiele problemen"
872
 
873
- #: ../classes/settings.php:434
874
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
875
  msgstr "Omwille van de omvangrijke herstructurering van de code, van verwante Addons en en van acties/fliters, i het mogelijk dat je website niet langer correct functioneert. Het is belangrijk dat je de volledige documentatie doorneemt"
876
 
877
- #: ../classes/settings.php:434
878
  msgid "Migrating from v1 to v2"
879
  msgstr "Migratie van v1 naar v2"
880
 
881
- #: ../classes/settings.php:434
882
  msgid "guide to view the full list of changes."
883
  msgstr "overzicht van alle aanpassingen."
884
 
885
- #: ../classes/settings.php:434
886
  #, php-format
887
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
888
  msgstr "Mocht je een bug vinden, <a href=\"%s\">rapporteer deze aan ons</a> zodat we die kunnen herstellen in een volgende versie."
889
 
890
- #: ../classes/settings.php:437
891
  msgid "Important!"
892
  msgstr "Belangrijk!"
893
 
894
- #: ../classes/settings.php:437
895
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
896
  msgstr "Als je de Admin Columns plugin hebt geupdate zonder voorafgaande kennis van zo'n wijzigingen, gelieve dan terug te schakelen naar de laatste"
897
 
898
- #: ../classes/settings.php:437
899
  msgid "version 1"
900
  msgstr "versie 1"
901
 
902
- #: ../classes/settings.php:437
903
  msgid "of this plugin."
904
  msgstr "van deze plugin."
905
 
906
- #: ../classes/settings.php:443
907
  msgid "Changelog for"
908
  msgstr "Changelog voor"
909
 
910
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
911
  msgid "Learn more"
912
  msgstr "Leer meer"
913
 
914
- #: ../classes/settings.php:468
915
  msgid "Start using Admin Columns"
916
  msgstr "Start met Admin Columns"
917
 
918
- #: ../classes/settings.php:511
919
  msgid "General Settings"
920
  msgstr "Algemene Instellingen"
921
 
922
- #: ../classes/settings.php:512
923
  msgid "Customize your Admin Columns settings."
924
  msgstr "Pas uw Admin Column instellingen aan."
925
 
926
- #: ../classes/settings.php:523
927
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
928
  msgstr "Toon \"Bewerk Kolom\" knop op de het admin scherm. Standaard is <code>aan</code>."
929
 
930
- #: ../classes/settings.php:530 ../classes/settings.php:660
931
  msgid "Save"
932
  msgstr "Opslaan"
933
 
934
- #: ../classes/settings.php:570
935
  msgid "Restore Settings"
936
  msgstr "Herstel Instellingen"
937
 
938
- #: ../classes/settings.php:571
939
  msgid "This will delete all column settings and restore the default settings."
940
  msgstr "Hiermee worden alle kolommen instellingen verwijderd en de standaardinstellingen hersteld."
941
 
942
- #: ../classes/settings.php:577
943
  msgid "Restore default settings"
944
  msgstr "Herstel standaard instellingen"
945
 
946
- #: ../classes/settings.php:577
947
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
948
  msgstr "Waarschuwing! ALLE bewaarde instellingen worden verwijderd. Dit kan niet worden ongedaan. \\'OK\\' om te verwijderen, \\'Annuleren\\' om te stoppen"
949
 
950
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
951
  msgid "Settings"
952
  msgstr "Instellingen"
953
 
954
- #: ../classes/settings.php:600
955
  msgid "Add-ons"
956
  msgstr "Add-ons"
957
 
958
- #: ../classes/settings.php:625
959
  msgid "Posttypes"
960
  msgstr "Berichttentypes"
961
 
962
- #: ../classes/settings.php:626
963
  msgid "Others"
964
  msgstr "Overige"
965
 
966
- #: ../classes/settings.php:627
967
  msgid "Taxonomies"
968
  msgstr "Taxonomieën"
969
 
970
- #: ../classes/settings.php:646
971
  #, php-format
972
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
973
- msgstr "De kolommen voor <strong>%s</strong> worden opgezet via PHP. Daardoor kunnen ze niet bewerkt worden in het adminpaneel."
974
 
975
- #: ../classes/settings.php:656
976
  msgid "Store settings"
977
  msgstr "Opslaan"
978
 
979
- #: ../classes/settings.php:660
980
  msgid "Update"
981
  msgstr "Bijwerken"
982
 
983
- #: ../classes/settings.php:664
984
  #, php-format
985
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
986
  msgstr "Opgelet! De data uit de %s-kolom wordt gewist. Dit kan niet ongedaan gemaakt worden. Klik \\'OK\\' om te wissen, klik \\'Cancel\\' om te annuleren"
987
 
988
- #: ../classes/settings.php:665
989
  msgid "columns"
990
  msgstr "kolommen"
991
 
992
- #: ../classes/settings.php:684
993
  msgid "Get Admin Columns Pro"
994
  msgstr "Bestel Admin Columns Pro"
995
 
996
- #: ../classes/settings.php:688
997
  msgid "Add Sorting"
998
  msgstr "Voeg sorting toe"
999
 
1000
- #: ../classes/settings.php:689
1001
  msgid "Add Filtering"
1002
  msgstr "Voeg filtering toe"
1003
 
1004
- #: ../classes/settings.php:690
1005
  msgid "Add Import/Export"
1006
  msgstr "Voeg import/export toe"
1007
 
1008
- #: ../classes/settings.php:691
1009
  msgid "Add Direct Editing"
1010
  msgstr "Toevoegen Direct Bewerken"
1011
 
1012
- #: ../classes/settings.php:694
1013
  #, php-format
1014
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1015
  msgstr "Bekijk <a href=\"%s\">Admin Columns Pro</a> voor meer details!"
1016
 
1017
- #: ../classes/settings.php:725
1018
  msgid "Are you happy with Admin Columns?"
1019
  msgstr "Ben je blij met Admin Columns?"
1020
 
1021
- #: ../classes/settings.php:733
1022
  msgid "What's wrong? Need help? Let us know!"
1023
  msgstr "Wat is er aan de hand? Hulp nodig? Vertel het ons!"
1024
 
1025
- #: ../classes/settings.php:734
1026
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1027
  msgstr "Bekijk onze uitgebreide documentatie, of je kunt een support ticket openen op WordPress.org!"
1028
 
1029
- #: ../classes/settings.php:742
1030
  msgid "Docs"
1031
  msgstr "Documenten"
1032
 
1033
- #: ../classes/settings.php:747
1034
  msgid "Forums"
1035
  msgstr "Forums"
1036
 
1037
- #: ../classes/settings.php:756
1038
  msgid "Woohoo! We're glad to hear that!"
1039
  msgstr "Woohoo! We zijn blij dat te horen!"
1040
 
1041
- #: ../classes/settings.php:757
1042
  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!"
1043
  msgstr "We zouden het fanatastisch vinden als je eeb beoordeling zou kunnen achterlaten op WordPress.org of een tweet over Admin Columns!"
1044
 
1045
- #: ../classes/settings.php:761
1046
  msgid "Rate"
1047
  msgstr "Beoordeel"
1048
 
1049
- #: ../classes/settings.php:772
1050
  msgid "Tweet"
1051
  msgstr "Tweet"
1052
 
1053
- #: ../classes/settings.php:782
1054
  msgid "Buy Pro"
1055
  msgstr "Koop Pro"
1056
 
1057
- #: ../classes/settings.php:794
1058
  msgid "Support"
1059
  msgstr "Hulp nodig?"
1060
 
1061
- #: ../classes/settings.php:797
1062
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1063
  msgstr "Bekijk de sectie <strong>Help</strong> in het scherm rechtsboven."
1064
 
1065
- #: ../classes/settings.php:800
1066
  #, php-format
1067
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1068
  msgstr "Voor de volledige documentatie, bug reports, suggesties en tips <a href='%s'>bezoek de Admin Columns website</a>"
1069
 
1070
- #: ../classes/settings.php:829
1071
  msgid "Drag and drop to reorder"
1072
  msgstr "Sleep om te herordenen"
1073
 
1074
- #: ../classes/settings.php:832
1075
  msgid "Add Column"
1076
  msgstr "Voeg Kolom toe"
1077
 
1078
- #: ../classes/settings.php:908
1079
  msgid "Active"
1080
  msgstr "Activeer"
1081
 
1082
- #: ../classes/settings.php:909
1083
  msgid "Deactivate"
1084
  msgstr "Deactiveer"
1085
 
1086
- #: ../classes/settings.php:916
1087
  msgid "Installed"
1088
  msgstr "Geinstalleerd"
1089
 
1090
- #: ../classes/settings.php:917
1091
  msgid "Activate"
1092
  msgstr "Activeer"
1093
 
1094
- #: ../classes/settings.php:931
1095
  msgid "Download & Install"
1096
  msgstr "Download & Installeer"
1097
 
1098
- #: ../classes/settings.php:936
1099
  msgid "Get this add-on"
1100
  msgstr "Ga naar deze add-on"
1101
 
1102
- #: ../classes/storage_model.php:213
1103
  msgid "settings succesfully restored."
1104
  msgstr "instellingen succesvol hersteld."
1105
 
1106
- #: ../classes/storage_model.php:229
1107
  msgid "No columns settings available."
1108
  msgstr "Geen kolom instellingen beschikbaar."
1109
 
1110
- #: ../classes/storage_model.php:250
1111
  #, php-format
1112
  msgid "You are trying to store the same settings for %s."
1113
  msgstr "U probeerd dezelfde instellingen op te slaan voor %s."
1114
 
1115
- #: ../classes/storage_model.php:254
1116
  #, php-format
1117
  msgid "Settings for %s updated succesfully."
1118
  msgstr "Instellingen voor %s succesvol bijgewerkt."
@@ -1121,14 +1211,30 @@ msgstr "Instellingen voor %s succesvol bijgewerkt."
1121
  msgid "Comments"
1122
  msgstr "Reacties"
1123
 
 
 
 
 
1124
  #: ../classes/storage_model/link.php:13
1125
  msgid "Links"
1126
  msgstr "Links"
1127
 
 
 
 
 
 
 
 
 
1128
  #: ../classes/storage_model/user.php:13
1129
  msgid "Users"
1130
  msgstr "Gebruikers"
1131
 
 
 
 
 
1132
  #: ../classes/upgrade.php:62
1133
  msgid ""
1134
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www."
@@ -1187,6 +1293,6 @@ msgstr "Fout"
1187
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1188
  msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
1189
 
1190
- #: ../codepress-admin-columns.php:390
1191
  msgid "Edit columns"
1192
  msgstr "Wijzig kolommen"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
10
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/admin-columns/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
+ msgid "Plugins"
27
+ msgstr ""
28
 
29
  #: ../classes/addons.php:135
30
  msgid "Advanced Custom Fields"
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
  msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
44
 
45
+ #: ../classes/column.php:575
46
  msgid "Thumbnail"
47
  msgstr "Thumbnail"
48
 
49
+ #: ../classes/column.php:576
50
  msgid "Medium"
51
  msgstr "Gemiddeld"
52
 
53
+ #: ../classes/column.php:577
54
  msgid "Large"
55
  msgstr "Groot"
56
 
57
+ #: ../classes/column.php:578
58
  msgid "Full"
59
  msgstr "Volledig"
60
 
61
+ #: ../classes/column.php:1020
62
  msgid "Date Format"
63
  msgstr "Datumnotatie"
64
 
65
+ #: ../classes/column.php:1021
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Dit bepaald hoe de datum wordt weergegeven."
68
 
69
+ #: ../classes/column.php:1027
70
  msgid "Example:"
71
  msgstr "Voorbeeld:"
72
 
73
+ #: ../classes/column.php:1029
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Laat leeg voor WordPress datumformaat, verander je <a href=\"%s\">standaard datumformaat </a>."
77
 
78
+ #: ../classes/column.php:1030
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Documentatie over datum en tijd opmaak."
81
 
82
+ #: ../classes/column.php:1044
83
  msgid "Excerpt length"
84
  msgstr "Samenvatting lengte"
85
 
86
+ #: ../classes/column.php:1045
87
  msgid "Number of words"
88
  msgstr "Aantal woorden"
89
 
90
+ #: ../classes/column.php:1063
91
  msgid "Preview size"
92
  msgstr "Voorbeeldformaat"
93
 
94
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
95
  msgid "Custom"
96
  msgstr "Aangepast"
97
 
98
+ #: ../classes/column.php:1083 ../classes/column.php:1230
99
  msgid "width"
100
  msgstr "breedte"
101
 
102
+ #: ../classes/column.php:1086
103
  msgid "height"
104
  msgstr "hoogte"
105
 
106
+ #: ../classes/column.php:1098
107
  msgid "Before"
108
  msgstr "Voor"
109
 
110
+ #: ../classes/column.php:1098
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Deze tekst wordt getoond voor de custom field waarde."
113
 
114
+ #: ../classes/column.php:1099
115
  msgid "After"
116
  msgstr "Na"
117
 
118
+ #: ../classes/column.php:1099
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Deze tekst wordt getoond na de custom field waarde."
121
 
122
+ #: ../classes/column.php:1108
123
+ msgid "Display Name"
124
+ msgstr "Schermnaam"
125
+
126
+ #: ../classes/column.php:1109
127
+ msgid "First Name"
128
+ msgstr "Voornaam"
129
+
130
+ #: ../classes/column.php:1110
131
+ msgid "Last Name"
132
+ msgstr "Achternaam"
133
+
134
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
135
+ msgid "Nickname"
136
+ msgstr "Nickname"
137
+
138
+ #: ../classes/column.php:1112
139
+ msgid "User Login"
140
+ msgstr "Gebruikers login"
141
+
142
+ #: ../classes/column.php:1113
143
+ msgid "User Email"
144
+ msgstr "Gebruiker Email"
145
+
146
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
147
+ msgid "User ID"
148
+ msgstr "Gebruiker ID"
149
+
150
+ #: ../classes/column.php:1115
151
+ msgid "First and Last Name"
152
+ msgstr "Voor- en achternaam"
153
+
154
+ #: ../classes/column.php:1118
155
+ msgid "Display format"
156
+ msgstr ""
157
+
158
+ #: ../classes/column.php:1118
159
+ msgid "This is the format of the author name."
160
+ msgstr "Dit is het formaat van de auteursnaam"
161
+
162
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32
163
+ #: ../classes/column/user/actions.php:69
164
  msgid "Edit"
165
  msgstr "Bewerken"
166
 
167
+ #: ../classes/column.php:1254 ../classes/column.php:1346
168
+ msgid "Clone"
169
+ msgstr ""
170
+
171
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
172
  msgid "Remove"
173
  msgstr "Verwijderen"
174
 
175
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
176
  msgid "Type"
177
  msgstr "Type"
178
 
179
+ #: ../classes/column.php:1274
180
  msgid "Choose a column type."
181
  msgstr "Kies een kolom type."
182
 
183
+ #: ../classes/column.php:1274
184
+ msgid "Name"
185
+ msgstr ""
186
 
187
+ #: ../classes/column.php:1284
188
  msgid "Label"
189
  msgstr "Label"
190
 
191
+ #: ../classes/column.php:1284
192
  msgid "This is the name which will appear as the column header."
193
  msgstr "Deze naam zal verschijnen als kolom kop."
194
 
195
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
196
  msgid "Width"
197
  msgstr "Breedte"
198
 
199
+ #: ../classes/column.php:1293
200
  msgid "default"
201
  msgstr "standaard"
202
 
203
+ #: ../classes/column.php:1294
204
+ msgid "auto"
205
+ msgstr ""
206
+
207
  #: ../classes/column/acf-placeholder.php:19
208
  msgid "ACF Field"
209
  msgstr "ACF Veld"
225
  msgid "Find out more"
226
  msgstr "Meer weten"
227
 
228
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
229
  msgid "Actions"
230
  msgstr "Acties"
231
 
232
+ #: ../classes/column/actions.php:96
233
  msgid "Use icons?"
234
  msgstr "Gebruik iconen?"
235
 
236
+ #: ../classes/column/actions.php:96
237
  msgid "Use icons instead of text for displaying the actions."
238
  msgstr "Gebruik iconen in plaats van tekst om actions te tonen."
239
 
240
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
241
  msgid "Yes"
242
  msgstr "Ja"
243
 
244
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
245
  msgid "No"
246
  msgstr "Nee"
247
 
248
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
249
+ msgid "ID"
250
+ msgstr "ID"
251
+
252
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
253
  msgid "Unapprove"
254
  msgstr "Afgekeurd"
255
 
256
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
257
  msgid "Approve"
258
  msgstr "Goedgekeurd"
259
 
260
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
261
  msgid "Restore"
262
  msgstr "Herstellen"
263
 
264
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
265
  msgid "Delete Permanently"
266
  msgstr "Permanent verwijderen"
267
 
268
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
269
  msgid "Quick&nbsp;Edit"
270
  msgstr "Snel&nbsp;Bewerken"
271
 
272
+ #: ../classes/column/comment/actions.php:77
273
  msgid "Reply"
274
  msgstr "Beantwoorden"
275
 
310
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
311
  msgstr "Verstuurd op <a href=\"%1$s\">%2$s op %3$s</a>"
312
 
313
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
314
  msgid "Date"
315
  msgstr "Datum"
316
 
317
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
318
  msgid "Excerpt"
319
  msgstr "Samenvatting"
320
 
326
  msgid "Word count"
327
  msgstr "Aantal woorden"
328
 
329
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
330
  msgid "Custom Field"
331
  msgstr "Custom veld"
332
 
333
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
334
  msgid "Default"
335
  msgstr "Standaard"
336
 
338
  msgid "Checkmark (true/false)"
339
  msgstr "Vinkje (true/false)"
340
 
341
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
342
  msgid "Color"
343
  msgstr "Kleur"
344
 
345
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
346
  msgid "Counter"
347
  msgstr "Teller"
348
 
349
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
350
  msgid "Image"
351
  msgstr "Afbeelding"
352
 
354
  msgid "Media Library"
355
  msgstr "Mediabibliotheek"
356
 
357
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
358
  msgid "Multiple Values"
359
  msgstr "Meerdere waarden"
360
 
361
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
362
  msgid "Numeric"
363
  msgstr "Numerieke"
364
 
370
  msgid "Username (User ID's)"
371
  msgstr "Gebruikersnaam ( Gebruiker ID's )"
372
 
373
+ #: ../classes/column/custom-field.php:106
374
+ msgid "Term Name (Term ID's)"
375
+ msgstr ""
376
+
377
+ #: ../classes/column/custom-field.php:390
378
  msgid "Select your custom field."
379
  msgstr "Selecteer uw custom field."
380
 
381
+ #: ../classes/column/custom-field.php:400
382
  msgid "No custom fields available."
383
  msgstr "Geen custom fields beschikbaar."
384
 
385
+ #: ../classes/column/custom-field.php:400
386
+ #, php-format
387
+ msgid "Please create a %s item first."
388
+ msgstr ""
389
+
390
+ #: ../classes/column/custom-field.php:407
391
  msgid "Field Type"
392
  msgstr "Veld type"
393
 
394
+ #: ../classes/column/custom-field.php:407
395
  msgid "This will determine how the value will be displayed."
396
  msgstr "Dit bepaald hoe de waarde wordt weer gegeven,"
397
 
432
  msgid "Target"
433
  msgstr "Doel"
434
 
435
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
436
+ msgid "Trash"
437
+ msgstr "Prullenbak"
438
+
439
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
440
+ #, php-format
441
+ msgid "View &#8220;%s&#8221;"
442
+ msgstr "Bekijk &#8220;%s&#8221;"
443
+
444
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
445
+ msgid "View"
446
+ msgstr "Bekijk"
447
+
448
+ #: ../classes/column/media/actions.php:35
449
+ msgid "Attach"
450
+ msgstr ""
451
+
452
  #: ../classes/column/media/alternate-text.php:19
453
  msgid "Alt"
454
  msgstr "Alt"
455
 
456
+ #: ../classes/column/media/attached-to.php:19
457
+ msgid "Attached to post"
458
+ msgstr ""
459
+
460
  #: ../classes/column/media/available-sizes.php:20
461
  msgid "Available Sizes"
462
  msgstr "Beschikbare Afmetingen"
521
  msgid "File size"
522
  msgstr "Bestandsgrootte"
523
 
524
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
525
  msgid "Full path"
526
  msgstr "Volledige pad"
527
 
528
+ #: ../classes/column/media/full-path.php:83
529
+ msgid "Path scope"
530
+ msgstr ""
531
+
532
+ #: ../classes/column/media/full-path.php:84
533
+ msgid "Part of the file path to display"
534
+ msgstr ""
535
+
536
+ #: ../classes/column/media/full-path.php:97
537
+ msgid "Relative to domain"
538
+ msgstr ""
539
+
540
+ #: ../classes/column/media/full-path.php:102
541
+ msgid "Relative to main uploads folder "
542
+ msgstr ""
543
+
544
  #: ../classes/column/media/height.php:19
545
  msgid "Height"
546
  msgstr "Hoogte"
549
  msgid "Mime type"
550
  msgstr "Mimi type"
551
 
552
+ #: ../classes/column/post/actions.php:32
553
  msgid "Edit this item"
554
  msgstr "Bewerk dit item"
555
 
556
+ #: ../classes/column/post/actions.php:35
557
  msgid "Edit this item inline"
558
  msgstr "Bijwerken van dit item"
559
 
560
+ #: ../classes/column/post/actions.php:40
561
  msgid "Restore this item from the Trash"
562
  msgstr "Herstel dit item uit de prullenbak"
563
 
564
+ #: ../classes/column/post/actions.php:42
565
  msgid "Move this item to the Trash"
566
  msgstr "Verplaats dit item naar de prullenbak"
567
 
568
+ #: ../classes/column/post/actions.php:44
 
 
 
 
569
  msgid "Delete this item permanently"
570
  msgstr "Verwijder permanent"
571
 
572
+ #: ../classes/column/post/actions.php:49
573
  #, php-format
574
  msgid "Preview &#8220;%s&#8221;"
575
  msgstr "Voorvertoning &#8220;%s&#8221;"
576
 
577
+ #: ../classes/column/post/actions.php:49
578
  msgid "Preview"
579
  msgstr "Voorbeeld"
580
 
 
 
 
 
 
 
 
 
 
581
  #: ../classes/column/post/attachment-count.php:19
582
  msgid "No. of Attachments"
583
  msgstr "Aantal attachments"
584
 
585
  #: ../classes/column/post/attachment.php:19
586
+ msgid "Attachments"
587
+ msgstr ""
588
 
589
  #: ../classes/column/post/author-name.php:20
590
  msgid "Display Author As"
591
  msgstr "Toon auteur als"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: ../classes/column/post/before-moretag.php:19
594
  msgid "Before More Tag"
595
  msgstr "Voor de meer-tag"
618
  msgid "Select which comment status you like to display."
619
  msgstr "Selecteer welke reactie status die je wil weergeven."
620
 
621
+ #: ../classes/column/post/content.php:19
622
+ msgid "Content"
623
+ msgstr ""
624
+
625
+ #: ../classes/column/post/date-published.php:17
626
+ msgid "Date Published"
627
+ msgstr ""
628
+
629
+ #: ../classes/column/post/depth.php:19
630
+ msgid "Depth"
631
+ msgstr ""
632
+
633
+ #: ../classes/column/post/estimated-reading-time.php:19
634
+ msgid "Estimated Reading Time"
635
+ msgstr ""
636
+
637
+ #: ../classes/column/post/estimated-reading-time.php:103
638
+ msgid "Words per minute"
639
+ msgstr ""
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:104
642
+ msgid "Estimated reading time in words per minute"
643
+ msgstr ""
644
+
645
  #: ../classes/column/post/featured-image.php:19
646
  msgid "Featured Image"
647
  msgstr "Uitgelichte afbeelding"
650
  msgid "Post Format"
651
  msgstr "Post formaat"
652
 
653
+ #: ../classes/column/post/last-modified-author.php:20
654
+ msgid "Last Modified Author"
655
+ msgstr ""
656
+
657
  #: ../classes/column/post/modified.php:19
658
  msgid "Last modified"
659
  msgstr "Laatst gewijzigd"
694
  msgid "Roles"
695
  msgstr "Rollen"
696
 
697
+ #: ../classes/column/post/shortcodes.php:19
698
+ msgid "Shortcodes"
699
+ msgstr ""
700
+
701
  #: ../classes/column/post/slug.php:19
702
  msgid "Slug"
703
  msgstr "Slug"
738
  msgid "Title without actions"
739
  msgstr "Titel zonder acties"
740
 
741
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
742
  msgid "Taxonomy"
743
  msgstr "Taxonomy"
744
 
758
  msgid "Comment Count"
759
  msgstr "Aantal reacties"
760
 
761
+ #: ../classes/column/user/display-name.php:19
762
+ msgid "Display name"
763
+ msgstr ""
764
+
765
  #: ../classes/column/user/first-name.php:19
766
  msgid "First name"
767
  msgstr "Voornaam"
782
  msgid "Registered"
783
  msgstr "Registratie"
784
 
785
+ #: ../classes/column/user/rich-editing.php:19
786
+ msgid "Visual Editor"
787
+ msgstr ""
788
+
789
  #: ../classes/column/user/url.php:19
790
  msgid "Url"
791
  msgstr "Url"
792
 
793
+ #: ../classes/settings.php:112
794
  msgid "Add-on successfully activated."
795
  msgstr "Add-on werd succesvol geactiveerd."
796
 
797
+ #: ../classes/settings.php:115
798
  msgid "Add-on successfully deactivated."
799
  msgstr "Add-on werd succesvol gedesactiveerd."
800
 
801
+ #: ../classes/settings.php:170
802
  msgid "Admin Columns Settings"
803
  msgstr "Admin Columns Instellingen"
804
 
805
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
806
  msgid "Admin Columns"
807
  msgstr "Admin Columns"
808
 
809
+ #: ../classes/settings.php:218
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
812
  msgstr "%s kolom is al in gebruik en kan niet worden gedupliceerd."
813
 
814
+ #: ../classes/settings.php:272
815
  msgid "Default settings succesfully restored."
816
  msgstr "Standaard instellingen succesvol hersteld."
817
 
818
+ #: ../classes/settings.php:289
819
  msgid "Overview"
820
  msgstr "Overzicht"
821
 
822
+ #: ../classes/settings.php:292
823
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
824
  msgstr "Met deze plugin kun je bijkomende kolommen toevoegen en verwijderen van uit de administratieschermen van van berichten(types), pagina's, mediabibliotheken, reacties, links and gebruikers. Wijzig en herschik de kolomlabels."
825
 
826
+ #: ../classes/settings.php:295
827
  msgid "Basics"
828
  msgstr "Basisinfo"
829
 
830
+ #: ../classes/settings.php:297
831
  msgid "Change order"
832
  msgstr "Verander volgorde"
833
 
834
+ #: ../classes/settings.php:298
835
  msgid "By dragging the columns you can change the order which they will appear in."
836
  msgstr "Door de kolommen te verslepen kan je de volgorde aanpassen."
837
 
838
+ #: ../classes/settings.php:299
839
  msgid "Change label"
840
  msgstr "Wijzig label"
841
 
842
+ #: ../classes/settings.php:300
843
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
844
  msgstr "Klik op het kleine driehoekje om de kolom opties te tonen. Hier kan je de kolom label aanpassen."
845
 
846
+ #: ../classes/settings.php:301
847
  msgid "Change column width"
848
  msgstr "Verander kolom breedte"
849
 
850
+ #: ../classes/settings.php:302
851
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
852
  msgstr "Klik je op de driehoek, dan krijg je de kolomopties te zien. En met de versleepbare slider kun je de breedte van kolommen bepalen, uitgedrukt in percentages."
853
 
854
+ #: ../classes/settings.php:308
855
  msgid "'Custom Field' column"
856
  msgstr "'Custom veld' kolom"
857
 
858
+ #: ../classes/settings.php:309
859
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
860
  msgstr "De 'custom veld' kolom gebruikt custom velden voor berichten en gebruikers. Er zijn 10 typen welke je kan gebruiken."
861
 
862
+ #: ../classes/settings.php:311
863
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
864
  msgstr "Waarde: Kan een string of array zijn. Arrays worden plat gemaakt en de waarden gescheiden door een ',' komma."
865
 
866
+ #: ../classes/settings.php:312
867
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
868
  msgstr "Waarde: moet een afbeeldings URL of Media ID zijn ( gescheiden door een ',' komma )."
869
 
870
+ #: ../classes/settings.php:313
871
  msgid "Value: This will show the first 20 words of the Post content."
872
  msgstr "Waarde: Deze toont de eerste 20 woorden van een bericht."
873
 
874
+ #: ../classes/settings.php:314
875
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
876
  msgstr "Waarde: moet een reeks zijn. Dit zal elke (multi-dimensionale) reeks afvlakken."
877
 
878
+ #: ../classes/settings.php:315
879
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
880
  msgstr "Waarde: Enkel reeksen.<br/>Als je de 'sorteer-addon' hebt, zal die gebruikt worden voor het sorteren, zodat u uw berichten kunt sorteren volgens de numerieke waarden (van aangepaste velden)."
881
 
882
+ #: ../classes/settings.php:316
883
  #, php-format
884
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
885
  msgstr "Waarde: Kan een unix tijdstempel zijn, of een datumnotatie, zoals beschreven in de <a href='%s'>Codex</a>. Je kunt de uitgestuurde datumnotatie wijzigen in de pagina met <a href='%s'>algemene instellingen</a>."
886
 
887
+ #: ../classes/settings.php:317
888
  msgid "Post Titles"
889
  msgstr "Post titels"
890
 
891
+ #: ../classes/settings.php:317
892
  msgid "Value: can be one or more Post ID's (seperated by ',')."
893
  msgstr "Waarde: één of meer Post ID's ( gescheiden door een komma )"
894
 
895
+ #: ../classes/settings.php:318
896
  msgid "Usernames"
897
  msgstr "Gebruikersnamen"
898
 
899
+ #: ../classes/settings.php:318
900
  msgid "Value: can be one or more User ID's (seperated by ',')."
901
  msgstr "Waarde: één of meer User ID's ( gescheiden door een komma )"
902
 
903
+ #: ../classes/settings.php:319
904
  msgid "Checkmark"
905
  msgstr "Checkmark"
906
 
907
+ #: ../classes/settings.php:319
908
  msgid "Value: should be a 1 (one) or 0 (zero)."
909
  msgstr "Waarde: moet 1 of 0 zijn."
910
 
911
+ #: ../classes/settings.php:320
912
  msgid "Value: hex value color, such as #808080."
913
  msgstr "Waarde: hex waarde kleur, vb: #808080"
914
 
915
+ #: ../classes/settings.php:321
916
  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."
917
  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."
918
 
919
+ #: ../classes/settings.php:410
920
  msgid "Welcome to Admin Columns"
921
  msgstr "Welkom bij Admin Columns"
922
 
923
+ #: ../classes/settings.php:413
924
  msgid "Thank you for updating to the latest version!"
925
  msgstr "Bedankt voor het updaten naar de laatste versie!"
926
 
927
+ #: ../classes/settings.php:414
928
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
929
  msgstr "Admin Columns ziet er nog beter uit dan ooit. Veel plezier ermee."
930
 
931
+ #: ../classes/settings.php:419
932
  msgid "What’s New"
933
  msgstr "What is nieuw"
934
 
935
+ #: ../classes/settings.php:420
936
  msgid "Changelog"
937
  msgstr "Changelog"
938
 
939
+ #: ../classes/settings.php:425
940
  msgid "Important"
941
  msgstr "Belangrijk"
942
 
943
+ #: ../classes/settings.php:427
944
  msgid "Database Changes"
945
  msgstr "Database Aanpassingen"
946
 
947
+ #: ../classes/settings.php:428
948
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
949
  msgstr "De database werd gewijzigd tussen versies 1 en 2. Maar we hebben ervoor gezorgd dat je nog zonder probleem naar versie 1x kunt terugschakelen."
950
 
951
+ #: ../classes/settings.php:431
952
  msgid "Make sure you backup your database and then click"
953
  msgstr "Backup je database and klik dan"
954
 
955
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
956
  msgid "Upgrade Database"
957
  msgstr "Werk Database bij"
958
 
959
+ #: ../classes/settings.php:434
960
  msgid "Potential Issues"
961
  msgstr "Potentiele problemen"
962
 
963
+ #: ../classes/settings.php:435
964
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
965
  msgstr "Omwille van de omvangrijke herstructurering van de code, van verwante Addons en en van acties/fliters, i het mogelijk dat je website niet langer correct functioneert. Het is belangrijk dat je de volledige documentatie doorneemt"
966
 
967
+ #: ../classes/settings.php:435
968
  msgid "Migrating from v1 to v2"
969
  msgstr "Migratie van v1 naar v2"
970
 
971
+ #: ../classes/settings.php:435
972
  msgid "guide to view the full list of changes."
973
  msgstr "overzicht van alle aanpassingen."
974
 
975
+ #: ../classes/settings.php:435
976
  #, php-format
977
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
978
  msgstr "Mocht je een bug vinden, <a href=\"%s\">rapporteer deze aan ons</a> zodat we die kunnen herstellen in een volgende versie."
979
 
980
+ #: ../classes/settings.php:438
981
  msgid "Important!"
982
  msgstr "Belangrijk!"
983
 
984
+ #: ../classes/settings.php:438
985
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
986
  msgstr "Als je de Admin Columns plugin hebt geupdate zonder voorafgaande kennis van zo'n wijzigingen, gelieve dan terug te schakelen naar de laatste"
987
 
988
+ #: ../classes/settings.php:438
989
  msgid "version 1"
990
  msgstr "versie 1"
991
 
992
+ #: ../classes/settings.php:438
993
  msgid "of this plugin."
994
  msgstr "van deze plugin."
995
 
996
+ #: ../classes/settings.php:444
997
  msgid "Changelog for"
998
  msgstr "Changelog voor"
999
 
1000
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1001
  msgid "Learn more"
1002
  msgstr "Leer meer"
1003
 
1004
+ #: ../classes/settings.php:469
1005
  msgid "Start using Admin Columns"
1006
  msgstr "Start met Admin Columns"
1007
 
1008
+ #: ../classes/settings.php:512
1009
  msgid "General Settings"
1010
  msgstr "Algemene Instellingen"
1011
 
1012
+ #: ../classes/settings.php:513
1013
  msgid "Customize your Admin Columns settings."
1014
  msgstr "Pas uw Admin Column instellingen aan."
1015
 
1016
+ #: ../classes/settings.php:524
1017
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1018
  msgstr "Toon \"Bewerk Kolom\" knop op de het admin scherm. Standaard is <code>aan</code>."
1019
 
1020
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1021
  msgid "Save"
1022
  msgstr "Opslaan"
1023
 
1024
+ #: ../classes/settings.php:571
1025
  msgid "Restore Settings"
1026
  msgstr "Herstel Instellingen"
1027
 
1028
+ #: ../classes/settings.php:572
1029
  msgid "This will delete all column settings and restore the default settings."
1030
  msgstr "Hiermee worden alle kolommen instellingen verwijderd en de standaardinstellingen hersteld."
1031
 
1032
+ #: ../classes/settings.php:578
1033
  msgid "Restore default settings"
1034
  msgstr "Herstel standaard instellingen"
1035
 
1036
+ #: ../classes/settings.php:578
1037
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1038
  msgstr "Waarschuwing! ALLE bewaarde instellingen worden verwijderd. Dit kan niet worden ongedaan. \\'OK\\' om te verwijderen, \\'Annuleren\\' om te stoppen"
1039
 
1040
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1041
  msgid "Settings"
1042
  msgstr "Instellingen"
1043
 
1044
+ #: ../classes/settings.php:601
1045
  msgid "Add-ons"
1046
  msgstr "Add-ons"
1047
 
1048
+ #: ../classes/settings.php:631
1049
  msgid "Posttypes"
1050
  msgstr "Berichttentypes"
1051
 
1052
+ #: ../classes/settings.php:632
1053
  msgid "Others"
1054
  msgstr "Overige"
1055
 
1056
+ #: ../classes/settings.php:633
1057
  msgid "Taxonomies"
1058
  msgstr "Taxonomieën"
1059
 
1060
+ #: ../classes/settings.php:652
1061
  #, php-format
1062
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1063
+ msgstr ""
1064
 
1065
+ #: ../classes/settings.php:662
1066
  msgid "Store settings"
1067
  msgstr "Opslaan"
1068
 
1069
+ #: ../classes/settings.php:666
1070
  msgid "Update"
1071
  msgstr "Bijwerken"
1072
 
1073
+ #: ../classes/settings.php:670
1074
  #, php-format
1075
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1076
  msgstr "Opgelet! De data uit de %s-kolom wordt gewist. Dit kan niet ongedaan gemaakt worden. Klik \\'OK\\' om te wissen, klik \\'Cancel\\' om te annuleren"
1077
 
1078
+ #: ../classes/settings.php:671
1079
  msgid "columns"
1080
  msgstr "kolommen"
1081
 
1082
+ #: ../classes/settings.php:690
1083
  msgid "Get Admin Columns Pro"
1084
  msgstr "Bestel Admin Columns Pro"
1085
 
1086
+ #: ../classes/settings.php:694
1087
  msgid "Add Sorting"
1088
  msgstr "Voeg sorting toe"
1089
 
1090
+ #: ../classes/settings.php:695
1091
  msgid "Add Filtering"
1092
  msgstr "Voeg filtering toe"
1093
 
1094
+ #: ../classes/settings.php:696
1095
  msgid "Add Import/Export"
1096
  msgstr "Voeg import/export toe"
1097
 
1098
+ #: ../classes/settings.php:697
1099
  msgid "Add Direct Editing"
1100
  msgstr "Toevoegen Direct Bewerken"
1101
 
1102
+ #: ../classes/settings.php:700
1103
  #, php-format
1104
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1105
  msgstr "Bekijk <a href=\"%s\">Admin Columns Pro</a> voor meer details!"
1106
 
1107
+ #: ../classes/settings.php:731
1108
  msgid "Are you happy with Admin Columns?"
1109
  msgstr "Ben je blij met Admin Columns?"
1110
 
1111
+ #: ../classes/settings.php:739
1112
  msgid "What's wrong? Need help? Let us know!"
1113
  msgstr "Wat is er aan de hand? Hulp nodig? Vertel het ons!"
1114
 
1115
+ #: ../classes/settings.php:740
1116
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1117
  msgstr "Bekijk onze uitgebreide documentatie, of je kunt een support ticket openen op WordPress.org!"
1118
 
1119
+ #: ../classes/settings.php:748
1120
  msgid "Docs"
1121
  msgstr "Documenten"
1122
 
1123
+ #: ../classes/settings.php:753
1124
  msgid "Forums"
1125
  msgstr "Forums"
1126
 
1127
+ #: ../classes/settings.php:762
1128
  msgid "Woohoo! We're glad to hear that!"
1129
  msgstr "Woohoo! We zijn blij dat te horen!"
1130
 
1131
+ #: ../classes/settings.php:763
1132
  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!"
1133
  msgstr "We zouden het fanatastisch vinden als je eeb beoordeling zou kunnen achterlaten op WordPress.org of een tweet over Admin Columns!"
1134
 
1135
+ #: ../classes/settings.php:767
1136
  msgid "Rate"
1137
  msgstr "Beoordeel"
1138
 
1139
+ #: ../classes/settings.php:778
1140
  msgid "Tweet"
1141
  msgstr "Tweet"
1142
 
1143
+ #: ../classes/settings.php:788
1144
  msgid "Buy Pro"
1145
  msgstr "Koop Pro"
1146
 
1147
+ #: ../classes/settings.php:800
1148
  msgid "Support"
1149
  msgstr "Hulp nodig?"
1150
 
1151
+ #: ../classes/settings.php:803
1152
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1153
  msgstr "Bekijk de sectie <strong>Help</strong> in het scherm rechtsboven."
1154
 
1155
+ #: ../classes/settings.php:806
1156
  #, php-format
1157
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1158
  msgstr "Voor de volledige documentatie, bug reports, suggesties en tips <a href='%s'>bezoek de Admin Columns website</a>"
1159
 
1160
+ #: ../classes/settings.php:835
1161
  msgid "Drag and drop to reorder"
1162
  msgstr "Sleep om te herordenen"
1163
 
1164
+ #: ../classes/settings.php:838
1165
  msgid "Add Column"
1166
  msgstr "Voeg Kolom toe"
1167
 
1168
+ #: ../classes/settings.php:919
1169
  msgid "Active"
1170
  msgstr "Activeer"
1171
 
1172
+ #: ../classes/settings.php:920
1173
  msgid "Deactivate"
1174
  msgstr "Deactiveer"
1175
 
1176
+ #: ../classes/settings.php:927
1177
  msgid "Installed"
1178
  msgstr "Geinstalleerd"
1179
 
1180
+ #: ../classes/settings.php:928
1181
  msgid "Activate"
1182
  msgstr "Activeer"
1183
 
1184
+ #: ../classes/settings.php:942
1185
  msgid "Download & Install"
1186
  msgstr "Download & Installeer"
1187
 
1188
+ #: ../classes/settings.php:947
1189
  msgid "Get this add-on"
1190
  msgstr "Ga naar deze add-on"
1191
 
1192
+ #: ../classes/storage_model.php:227
1193
  msgid "settings succesfully restored."
1194
  msgstr "instellingen succesvol hersteld."
1195
 
1196
+ #: ../classes/storage_model.php:243
1197
  msgid "No columns settings available."
1198
  msgstr "Geen kolom instellingen beschikbaar."
1199
 
1200
+ #: ../classes/storage_model.php:264
1201
  #, php-format
1202
  msgid "You are trying to store the same settings for %s."
1203
  msgstr "U probeerd dezelfde instellingen op te slaan voor %s."
1204
 
1205
+ #: ../classes/storage_model.php:268
1206
  #, php-format
1207
  msgid "Settings for %s updated succesfully."
1208
  msgstr "Instellingen voor %s succesvol bijgewerkt."
1211
  msgid "Comments"
1212
  msgstr "Reacties"
1213
 
1214
+ #: ../classes/storage_model/comment.php:14
1215
+ msgid "Comment"
1216
+ msgstr ""
1217
+
1218
  #: ../classes/storage_model/link.php:13
1219
  msgid "Links"
1220
  msgstr "Links"
1221
 
1222
+ #: ../classes/storage_model/link.php:14
1223
+ msgid "Link"
1224
+ msgstr ""
1225
+
1226
+ #: ../classes/storage_model/media.php:14
1227
+ msgid "Media"
1228
+ msgstr ""
1229
+
1230
  #: ../classes/storage_model/user.php:13
1231
  msgid "Users"
1232
  msgstr "Gebruikers"
1233
 
1234
+ #: ../classes/storage_model/user.php:14
1235
+ msgid "User"
1236
+ msgstr ""
1237
+
1238
  #: ../classes/upgrade.php:62
1239
  msgid ""
1240
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www."
1293
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1294
  msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
1295
 
1296
+ #: ../codepress-admin-columns.php:442
1297
  msgid "Edit columns"
1298
  msgstr "Wijzig kolommen"
languages/cpac-pl_PL.mo CHANGED
Binary file
languages/cpac-pl_PL.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/admin-columns/language/pl_PL/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: pl_PL\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
@@ -41,119 +41,168 @@ msgstr ""
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "Miniatura"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "Średni"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "Duży"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "Pełny"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "Format daty"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "Określi to sposób wyświetlania daty."
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "Przykład:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "Pozostaw puste aby używać formatu daty WordPressa, lub zmień <a href=\"%s\">domyślny format daty</a>."
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "Dokumentacja dotycząca formatowania daty i godziny."
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "Długość wypisu"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "Liczba słów"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "Wielkość podglądu"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "Włąsne"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "szerokość"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "wysokość"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "Przed"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "Ten tekst pojawi się przed wartością własnego pola."
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "Po"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "Ten tekst pojawi się po wartości własnego pola."
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Edit"
123
  msgstr "Edytuj"
124
 
125
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
126
  msgid "Remove"
127
  msgstr "Usuń"
128
 
129
- #: ../classes/column.php:1062
130
  msgid "Type"
131
  msgstr "Typ"
132
 
133
- #: ../classes/column.php:1062
134
  msgid "Choose a column type."
135
  msgstr "Wybierz typ kolumny."
136
 
137
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
138
- msgid "ID"
139
- msgstr "ID"
140
 
141
- #: ../classes/column.php:1072
142
  msgid "Label"
143
  msgstr "Etykieta"
144
 
145
- #: ../classes/column.php:1072
146
  msgid "This is the name which will appear as the column header."
147
  msgstr "Nazwa, któa będzie wyświetlana w nagłówku kolumny."
148
 
149
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
150
  msgid "Width"
151
  msgstr "Szerokość"
152
 
153
- #: ../classes/column.php:1081 ../classes/column.php:1082
154
  msgid "default"
155
  msgstr "domyśłny"
156
 
 
 
 
 
157
  #: ../classes/column/acf-placeholder.php:19
158
  msgid "ACF Field"
159
  msgstr ""
@@ -175,48 +224,51 @@ msgstr ""
175
  msgid "Find out more"
176
  msgstr ""
177
 
178
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20
179
- #: ../classes/column/user/actions.php:19
180
  msgid "Actions"
181
  msgstr "Działania"
182
 
183
- #: ../classes/column/actions.php:87
184
  msgid "Use icons?"
185
  msgstr ""
186
 
187
- #: ../classes/column/actions.php:87
188
  msgid "Use icons instead of text for displaying the actions."
189
  msgstr ""
190
 
191
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
192
  msgid "Yes"
193
  msgstr ""
194
 
195
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
196
  msgid "No"
197
  msgstr ""
198
 
199
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
200
  msgid "Unapprove"
201
  msgstr "Odrzuć"
202
 
203
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
204
  msgid "Approve"
205
  msgstr "Zatwierdź"
206
 
207
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
208
  msgid "Restore"
209
  msgstr "Przywróć"
210
 
211
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
212
  msgid "Delete Permanently"
213
  msgstr "Usuń na zawsze"
214
 
215
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
216
  msgid "Quick&nbsp;Edit"
217
  msgstr "Szybka&nbsp;edycja"
218
 
219
- #: ../classes/column/comment/actions.php:101
220
  msgid "Reply"
221
  msgstr "Odpowiedź"
222
 
@@ -257,11 +309,11 @@ msgstr "Data GMT"
257
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
258
  msgstr "Opublikowany dnia <a href=\"%1$s\">%2$s o godz. %3$s</a>"
259
 
260
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
261
  msgid "Date"
262
  msgstr "Data"
263
 
264
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
265
  msgid "Excerpt"
266
  msgstr "Wypis"
267
 
@@ -273,11 +325,11 @@ msgstr "W odpowiedzi na"
273
  msgid "Word count"
274
  msgstr "Liczba słów"
275
 
276
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
277
  msgid "Custom Field"
278
  msgstr "Własne pole"
279
 
280
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
281
  msgid "Default"
282
  msgstr "Domyślny"
283
 
@@ -285,15 +337,15 @@ msgstr "Domyślny"
285
  msgid "Checkmark (true/false)"
286
  msgstr "Znak (prawda/fałsz)"
287
 
288
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
289
  msgid "Color"
290
  msgstr "Kolor"
291
 
292
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
293
  msgid "Counter"
294
  msgstr ""
295
 
296
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
297
  msgid "Image"
298
  msgstr "Obrazek"
299
 
@@ -301,11 +353,11 @@ msgstr "Obrazek"
301
  msgid "Media Library"
302
  msgstr "Biblioteka mediów"
303
 
304
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
305
  msgid "Multiple Values"
306
  msgstr "Wielokrotne wartości"
307
 
308
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
309
  msgid "Numeric"
310
  msgstr "Numeryczny"
311
 
@@ -317,19 +369,28 @@ msgstr "Tytył wpisu (ID wpisu)"
317
  msgid "Username (User ID's)"
318
  msgstr "Użytkownik (ID użytkownika)"
319
 
320
- #: ../classes/column/custom-field.php:356
 
 
 
 
321
  msgid "Select your custom field."
322
  msgstr "Wybierz własne pole."
323
 
324
- #: ../classes/column/custom-field.php:366
325
  msgid "No custom fields available."
326
  msgstr "Brak dostępnych własnych pól."
327
 
328
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
329
  msgid "Field Type"
330
  msgstr "Rodzaj pola"
331
 
332
- #: ../classes/column/custom-field.php:373
333
  msgid "This will determine how the value will be displayed."
334
  msgstr "Określi to sposób wyświetlania wartości."
335
 
@@ -370,10 +431,32 @@ msgstr "Rss"
370
  msgid "Target"
371
  msgstr "Cel"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "Tekst alternatywny"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "Dostępne rozmiary"
@@ -438,10 +521,26 @@ msgstr "Nazwa pliku"
438
  msgid "File size"
439
  msgstr "Wielkość pliku"
440
 
441
- #: ../classes/column/media/full-path.php:19
442
  msgid "Full path"
443
  msgstr "Pełna ścieżka"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "Wysokość"
@@ -450,96 +549,47 @@ msgstr "Wysokość"
450
  msgid "Mime type"
451
  msgstr "Typ pliku"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "Edytuj element"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "Edytuj element"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "Przywróć ten element z kosza"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "Przenieś ten element do kosza"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "Kosz"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "Usuń ten element na zawsze"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "Podejrzyj &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "Podejrzyj"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "Zobacz &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "Zobacz"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "Liczba załączników"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
- msgstr "Załącznik"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "Wyświetla autora jako"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "Pseudonim"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "Imię"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "Nazwisko"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "Pseudonim"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "Login użytkownika"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "Email użytkownika"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "ID użytkownika"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "Imię i nazwisko"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "To jest format autora"
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "Przed tagiem Czytaj dalej"
@@ -568,6 +618,30 @@ msgstr "Status komentarza"
568
  msgid "Select which comment status you like to display."
569
  msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "Ikona wpisu"
@@ -576,6 +650,10 @@ msgstr "Ikona wpisu"
576
  msgid "Post Format"
577
  msgstr "Format wpisu"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "Ostatnia modyfikacja"
@@ -616,6 +694,10 @@ msgstr "Status ping"
616
  msgid "Roles"
617
  msgstr "Role"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "Bezpośredni odnośnik"
@@ -656,7 +738,7 @@ msgstr "Przyklejone"
656
  msgid "Title without actions"
657
  msgstr ""
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "Taksonomia"
662
 
@@ -676,6 +758,10 @@ msgstr ""
676
  msgid "Comment Count"
677
  msgstr "Liczba komentarzy"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "Imię"
@@ -696,425 +782,429 @@ msgstr "Typ wpisu"
696
  msgid "Registered"
697
  msgstr "Zarejestrowany"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "Adres URL"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr ""
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr ""
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "Ustawienia edytora kolumn"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
716
  msgid "Admin Columns"
717
  msgstr "Edytor kolumn"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr "Kolumna %s jest już obecna i nie może być zduplikowana."
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "Domyślne ustawienia zostały przywrócone."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "Przegląd"
731
 
732
- #: ../classes/settings.php:291
733
  msgid ""
734
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and "
735
  "reorder them."
736
  msgstr "Ta wtyczka dodaje lub usuwa dodatkowe kolumny na ekranach edycji wpisów, stron, biblioteki mediów, komentarzy, linków i użytkowników. Pozwala zmienić nazwy kolumn i ich kolejność."
737
 
738
- #: ../classes/settings.php:294
739
  msgid "Basics"
740
  msgstr "Podstawy"
741
 
742
- #: ../classes/settings.php:296
743
  msgid "Change order"
744
  msgstr "Zmień kolejność"
745
 
746
- #: ../classes/settings.php:297
747
  msgid "By dragging the columns you can change the order which they will appear in."
748
  msgstr "Przeciągając kolumny możesz zmienić kolejność w której będą wyświetlane."
749
 
750
- #: ../classes/settings.php:298
751
  msgid "Change label"
752
  msgstr "Zmień etykietę"
753
 
754
- #: ../classes/settings.php:299
755
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
756
  msgstr "Klikając w trójkąt zobaczysz opcje kolumn. Możesz tu zmienić nazwy każdej z nich."
757
 
758
- #: ../classes/settings.php:300
759
  msgid "Change column width"
760
  msgstr "Zmień szerokość kolumn"
761
 
762
- #: ../classes/settings.php:301
763
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
764
  msgstr "Klikając w trójkąt zobaczysz ustawienia kolumn. Używając przeciągania w slajderze możesz ustawić w procentach szerokość kolumn."
765
 
766
- #: ../classes/settings.php:307
767
  msgid "'Custom Field' column"
768
  msgstr "Kolumna 'Własne pole'"
769
 
770
- #: ../classes/settings.php:308
771
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
772
  msgstr "Kolumna własnego pola używa własnych pól z wpisów i użytkowników. Możesz wybrać 1 z 10 typów."
773
 
774
- #: ../classes/settings.php:310
775
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
776
  msgstr "Wartość: Może to być tekst bądź tablica. Tablice zostaną spłąszczone a warości oddzielone przecinkami."
777
 
778
- #: ../classes/settings.php:311
779
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
780
  msgstr "Wartość: Powinna zawierać adres URL obrazka lub ID załącznika (oddzielone przecinkami)."
781
 
782
- #: ../classes/settings.php:312
783
  msgid "Value: This will show the first 20 words of the Post content."
784
  msgstr "Wartość: Wyświetli pierwsze 20 słów z treści wpisu."
785
 
786
- #: ../classes/settings.php:313
787
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
788
  msgstr "Wartość: Powinna być tablicą. Tablice wielopoziomowe zostaną spłaszczone."
789
 
790
- #: ../classes/settings.php:314
791
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
792
  msgstr "Wartość: Tylko liczby.<br />Jeśli masz dodatek sortowania, zostanie to zastosowane, aby umożliwić sortowanie wpisów wg liczb (z wartości własnych pól)."
793
 
794
- #: ../classes/settings.php:315
795
  #, php-format
796
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
797
  msgstr "Wartość: Może być stemplem czasu lub datą w formacie określonym w <a href='%s'>Kodeksie</a>. Możesz zmienić wyświetlani daty na stronie <a href='%s'>Ustawień głównych</a>."
798
 
799
- #: ../classes/settings.php:316
800
  msgid "Post Titles"
801
  msgstr "Tytyły wpisu"
802
 
803
- #: ../classes/settings.php:316
804
  msgid "Value: can be one or more Post ID's (seperated by ',')."
805
  msgstr "Wartość: Może to być jeden lub więcej ID wpisów (oddzielone przecinkami)."
806
 
807
- #: ../classes/settings.php:317
808
  msgid "Usernames"
809
  msgstr "Nazwy użytkowników"
810
 
811
- #: ../classes/settings.php:317
812
  msgid "Value: can be one or more User ID's (seperated by ',')."
813
  msgstr "Wartość: Może to być jeden lub więcej ID użytkowników (oddzielone przecinkami)."
814
 
815
- #: ../classes/settings.php:318
816
  msgid "Checkmark"
817
  msgstr "Znak tak/nie"
818
 
819
- #: ../classes/settings.php:318
820
  msgid "Value: should be a 1 (one) or 0 (zero)."
821
  msgstr "Wartość: Powinno to być 1 lub 0."
822
 
823
- #: ../classes/settings.php:319
824
  msgid "Value: hex value color, such as #808080."
825
  msgstr "Wartość: Kolor w HEX, np. #808080."
826
 
827
- #: ../classes/settings.php:320
828
  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."
829
  msgstr ""
830
 
831
- #: ../classes/settings.php:409
832
  msgid "Welcome to Admin Columns"
833
  msgstr "Witaj w Edytorze kolumn"
834
 
835
- #: ../classes/settings.php:412
836
  msgid "Thank you for updating to the latest version!"
837
  msgstr "Dziękujemy za aktualizację do najnowszej wersji!"
838
 
839
- #: ../classes/settings.php:413
840
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
841
  msgstr "Edytor kolumn jest bardziej dopracowany niż kiedykolwiek wcześniej. Mamy nadzięję że Ci się spodoba."
842
 
843
- #: ../classes/settings.php:418
844
  msgid "What’s New"
845
  msgstr "Co nowego"
846
 
847
- #: ../classes/settings.php:419
848
  msgid "Changelog"
849
  msgstr "Dziennik zmian"
850
 
851
- #: ../classes/settings.php:424
852
  msgid "Important"
853
  msgstr "Ważne"
854
 
855
- #: ../classes/settings.php:426
856
  msgid "Database Changes"
857
  msgstr "Zmiany w bazie danych"
858
 
859
- #: ../classes/settings.php:427
860
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
861
  msgstr "Baza danych zmieniła się między wersjami 1 i 2. Ale wciąż możesz powrócić do wersji 1 bez żadnych problemów."
862
 
863
- #: ../classes/settings.php:430
864
  msgid "Make sure you backup your database and then click"
865
  msgstr "Upewnij się że zrobiłeś kopię zapasową bazy danych a następnie kliknij"
866
 
867
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
868
  msgid "Upgrade Database"
869
  msgstr "Aktualizuj bazę danych"
870
 
871
- #: ../classes/settings.php:433
872
  msgid "Potential Issues"
873
  msgstr "Potencjalne problemy"
874
 
875
- #: ../classes/settings.php:434
876
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
877
  msgstr "Z powodu znacznych modyfikacji w kodzie, związanymi z dodatkami, filtrami i akcjami, Twoja strona może nie działać poprawnie. Pamiętaj, aby przeczytać pełną"
878
 
879
- #: ../classes/settings.php:434
880
  msgid "Migrating from v1 to v2"
881
  msgstr "Migracja z wersji 1 do 2"
882
 
883
- #: ../classes/settings.php:434
884
  msgid "guide to view the full list of changes."
885
  msgstr "dokumentację i zapoznać się z listą zmian."
886
 
887
- #: ../classes/settings.php:434
888
  #, php-format
889
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
890
  msgstr "Jeśli znajdziesz błąd <a href=\"%s\">zgłoś go</a> abyśmy mogli naprawić go w kolejnej wersji."
891
 
892
- #: ../classes/settings.php:437
893
  msgid "Important!"
894
  msgstr "Ważne!"
895
 
896
- #: ../classes/settings.php:437
897
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
898
  msgstr "Jeżli zaktualizowałeś Edytor kolumn bez świadomości tych zmian, możesz powrócić do poprzedniej"
899
 
900
- #: ../classes/settings.php:437
901
  msgid "version 1"
902
  msgstr "wersja 1"
903
 
904
- #: ../classes/settings.php:437
905
  msgid "of this plugin."
906
  msgstr "tej wtyczki."
907
 
908
- #: ../classes/settings.php:443
909
  msgid "Changelog for"
910
  msgstr "Dziennik zmian dla"
911
 
912
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
913
  msgid "Learn more"
914
  msgstr "Dowiedz się więcej"
915
 
916
- #: ../classes/settings.php:468
917
  msgid "Start using Admin Columns"
918
  msgstr "Zacznij korzystać z Edytora kolumn"
919
 
920
- #: ../classes/settings.php:511
921
  msgid "General Settings"
922
  msgstr "Ustawienia ogólne"
923
 
924
- #: ../classes/settings.php:512
925
  msgid "Customize your Admin Columns settings."
926
  msgstr "Zmodyfikuj ustawienia Edytora kolumn."
927
 
928
- #: ../classes/settings.php:523
929
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
930
  msgstr ""
931
 
932
- #: ../classes/settings.php:530 ../classes/settings.php:660
933
  msgid "Save"
934
  msgstr "Zapisz"
935
 
936
- #: ../classes/settings.php:570
937
  msgid "Restore Settings"
938
  msgstr "Przywróć ustawienia"
939
 
940
- #: ../classes/settings.php:571
941
  msgid "This will delete all column settings and restore the default settings."
942
  msgstr "Ta operacja usunie wszystkie ustawienia kolumn u przywróci je do ustawień domyślnych."
943
 
944
- #: ../classes/settings.php:577
945
  msgid "Restore default settings"
946
  msgstr "Przywróć ustawienia domyślne"
947
 
948
- #: ../classes/settings.php:577
949
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
950
  msgstr "Uwaga! WSZYSTKIE zapisane ustawienia kolumn zostaną usunięte. Tej operacji nie można przywrócić. Kliknij \\'OK\\' aby usunąć lub \\'Anuluj\\' aby przerwać."
951
 
952
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
953
  msgid "Settings"
954
  msgstr "Ustawienia"
955
 
956
- #: ../classes/settings.php:600
957
  msgid "Add-ons"
958
  msgstr ""
959
 
960
- #: ../classes/settings.php:625
961
  msgid "Posttypes"
962
  msgstr ""
963
 
964
- #: ../classes/settings.php:626
965
  msgid "Others"
966
  msgstr ""
967
 
968
- #: ../classes/settings.php:627
969
  msgid "Taxonomies"
970
  msgstr ""
971
 
972
- #: ../classes/settings.php:646
973
  #, php-format
974
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
975
  msgstr ""
976
 
977
- #: ../classes/settings.php:656
978
  msgid "Store settings"
979
  msgstr "Zapisz ustawienia"
980
 
981
- #: ../classes/settings.php:660
982
  msgid "Update"
983
  msgstr "Aktualizuj"
984
 
985
- #: ../classes/settings.php:664
986
  #, php-format
987
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
988
  msgstr "Uwaga! Ustawienia %s kolumn zostaną usunięte. Tej operacji nie można przywrócić. Kliknij \\'OK\\' aby usunąć lub \\'Anuluj\\' aby przerwać."
989
 
990
- #: ../classes/settings.php:665
991
  msgid "columns"
992
  msgstr "kolumny"
993
 
994
- #: ../classes/settings.php:684
995
  msgid "Get Admin Columns Pro"
996
  msgstr ""
997
 
998
- #: ../classes/settings.php:688
999
  msgid "Add Sorting"
1000
  msgstr "Dodaj sortowanie"
1001
 
1002
- #: ../classes/settings.php:689
1003
  msgid "Add Filtering"
1004
  msgstr "Dodaj filtrowanie"
1005
 
1006
- #: ../classes/settings.php:690
1007
  msgid "Add Import/Export"
1008
  msgstr "Dodaj Import/Export"
1009
 
1010
- #: ../classes/settings.php:691
1011
  msgid "Add Direct Editing"
1012
  msgstr ""
1013
 
1014
- #: ../classes/settings.php:694
1015
  #, php-format
1016
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1017
  msgstr ""
1018
 
1019
- #: ../classes/settings.php:725
1020
  msgid "Are you happy with Admin Columns?"
1021
  msgstr ""
1022
 
1023
- #: ../classes/settings.php:733
1024
  msgid "What's wrong? Need help? Let us know!"
1025
  msgstr ""
1026
 
1027
- #: ../classes/settings.php:734
1028
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1029
  msgstr ""
1030
 
1031
- #: ../classes/settings.php:742
1032
  msgid "Docs"
1033
  msgstr ""
1034
 
1035
- #: ../classes/settings.php:747
1036
  msgid "Forums"
1037
  msgstr ""
1038
 
1039
- #: ../classes/settings.php:756
1040
  msgid "Woohoo! We're glad to hear that!"
1041
  msgstr ""
1042
 
1043
- #: ../classes/settings.php:757
1044
  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!"
1045
  msgstr ""
1046
 
1047
- #: ../classes/settings.php:761
1048
  msgid "Rate"
1049
  msgstr ""
1050
 
1051
- #: ../classes/settings.php:772
1052
  msgid "Tweet"
1053
  msgstr ""
1054
 
1055
- #: ../classes/settings.php:782
1056
  msgid "Buy Pro"
1057
  msgstr ""
1058
 
1059
- #: ../classes/settings.php:794
1060
  msgid "Support"
1061
  msgstr "Pomocy"
1062
 
1063
- #: ../classes/settings.php:797
1064
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1065
  msgstr "Sprawdź dział <strong>Pomocy</strong>, w prawym, górnym rogu ekranu."
1066
 
1067
- #: ../classes/settings.php:800
1068
  #, php-format
1069
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1070
  msgstr "Dostęp do pełnej dokumentacji, raportów błędów, sugestii co do nowych funkcji i innych podpowiedzi uzyskasz na <a href='%s'>stronie Edytora kolumn</a>"
1071
 
1072
- #: ../classes/settings.php:829
1073
  msgid "Drag and drop to reorder"
1074
  msgstr "Przeciągnij i opuść aby zmienić kolejność"
1075
 
1076
- #: ../classes/settings.php:832
1077
  msgid "Add Column"
1078
  msgstr "Dodaj kolumnę"
1079
 
1080
- #: ../classes/settings.php:908
1081
  msgid "Active"
1082
  msgstr ""
1083
 
1084
- #: ../classes/settings.php:909
1085
  msgid "Deactivate"
1086
  msgstr ""
1087
 
1088
- #: ../classes/settings.php:916
1089
  msgid "Installed"
1090
  msgstr ""
1091
 
1092
- #: ../classes/settings.php:917
1093
  msgid "Activate"
1094
  msgstr ""
1095
 
1096
- #: ../classes/settings.php:931
1097
  msgid "Download & Install"
1098
  msgstr ""
1099
 
1100
- #: ../classes/settings.php:936
1101
  msgid "Get this add-on"
1102
  msgstr ""
1103
 
1104
- #: ../classes/storage_model.php:213
1105
  msgid "settings succesfully restored."
1106
  msgstr "ustawienia zostały przywrócone."
1107
 
1108
- #: ../classes/storage_model.php:229
1109
  msgid "No columns settings available."
1110
  msgstr "Brak dostępnych ustawień kolumn."
1111
 
1112
- #: ../classes/storage_model.php:250
1113
  #, php-format
1114
  msgid "You are trying to store the same settings for %s."
1115
  msgstr "Próbujesz przywrócić te same ustawienia dla %s."
1116
 
1117
- #: ../classes/storage_model.php:254
1118
  #, php-format
1119
  msgid "Settings for %s updated succesfully."
1120
  msgstr "Ustawienia dla %s zostały zaktualizowane."
@@ -1123,14 +1213,30 @@ msgstr "Ustawienia dla %s zostały zaktualizowane."
1123
  msgid "Comments"
1124
  msgstr "Komentarze"
1125
 
 
 
 
 
1126
  #: ../classes/storage_model/link.php:13
1127
  msgid "Links"
1128
  msgstr "Linki"
1129
 
 
 
 
 
 
 
 
 
1130
  #: ../classes/storage_model/user.php:13
1131
  msgid "Users"
1132
  msgstr "Użytkownicy"
1133
 
 
 
 
 
1134
  #: ../classes/upgrade.php:62
1135
  msgid ""
1136
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin "
@@ -1190,6 +1296,6 @@ msgstr "Błąd"
1190
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1191
  msgstr "Przykro nam, ale coś poszło źle w trakcie procesu aktualizacji. Napisz o tym na forum pomocy."
1192
 
1193
- #: ../codepress-admin-columns.php:390
1194
  msgid "Edit columns"
1195
  msgstr "Edytuj kolumny"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/admin-columns/language/pl_PL/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: pl_PL\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:575
45
  msgid "Thumbnail"
46
  msgstr "Miniatura"
47
 
48
+ #: ../classes/column.php:576
49
  msgid "Medium"
50
  msgstr "Średni"
51
 
52
+ #: ../classes/column.php:577
53
  msgid "Large"
54
  msgstr "Duży"
55
 
56
+ #: ../classes/column.php:578
57
  msgid "Full"
58
  msgstr "Pełny"
59
 
60
+ #: ../classes/column.php:1020
61
  msgid "Date Format"
62
  msgstr "Format daty"
63
 
64
+ #: ../classes/column.php:1021
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "Określi to sposób wyświetlania daty."
67
 
68
+ #: ../classes/column.php:1027
69
  msgid "Example:"
70
  msgstr "Przykład:"
71
 
72
+ #: ../classes/column.php:1029
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "Pozostaw puste aby używać formatu daty WordPressa, lub zmień <a href=\"%s\">domyślny format daty</a>."
76
 
77
+ #: ../classes/column.php:1030
78
  msgid "Documentation on date and time formatting."
79
  msgstr "Dokumentacja dotycząca formatowania daty i godziny."
80
 
81
+ #: ../classes/column.php:1044
82
  msgid "Excerpt length"
83
  msgstr "Długość wypisu"
84
 
85
+ #: ../classes/column.php:1045
86
  msgid "Number of words"
87
  msgstr "Liczba słów"
88
 
89
+ #: ../classes/column.php:1063
90
  msgid "Preview size"
91
  msgstr "Wielkość podglądu"
92
 
93
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
94
  msgid "Custom"
95
  msgstr "Włąsne"
96
 
97
+ #: ../classes/column.php:1083 ../classes/column.php:1230
98
  msgid "width"
99
  msgstr "szerokość"
100
 
101
+ #: ../classes/column.php:1086
102
  msgid "height"
103
  msgstr "wysokość"
104
 
105
+ #: ../classes/column.php:1098
106
  msgid "Before"
107
  msgstr "Przed"
108
 
109
+ #: ../classes/column.php:1098
110
  msgid "This text will appear before the custom field value."
111
  msgstr "Ten tekst pojawi się przed wartością własnego pola."
112
 
113
+ #: ../classes/column.php:1099
114
  msgid "After"
115
  msgstr "Po"
116
 
117
+ #: ../classes/column.php:1099
118
  msgid "This text will appear after the custom field value."
119
  msgstr "Ten tekst pojawi się po wartości własnego pola."
120
 
121
+ #: ../classes/column.php:1108
122
+ msgid "Display Name"
123
+ msgstr "Pseudonim"
124
+
125
+ #: ../classes/column.php:1109
126
+ msgid "First Name"
127
+ msgstr "Imię"
128
+
129
+ #: ../classes/column.php:1110
130
+ msgid "Last Name"
131
+ msgstr "Nazwisko"
132
+
133
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
134
+ msgid "Nickname"
135
+ msgstr "Pseudonim"
136
+
137
+ #: ../classes/column.php:1112
138
+ msgid "User Login"
139
+ msgstr "Login użytkownika"
140
+
141
+ #: ../classes/column.php:1113
142
+ msgid "User Email"
143
+ msgstr "Email użytkownika"
144
+
145
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
146
+ msgid "User ID"
147
+ msgstr "ID użytkownika"
148
+
149
+ #: ../classes/column.php:1115
150
+ msgid "First and Last Name"
151
+ msgstr "Imię i nazwisko"
152
+
153
+ #: ../classes/column.php:1118
154
+ msgid "Display format"
155
+ msgstr ""
156
+
157
+ #: ../classes/column.php:1118
158
+ msgid "This is the format of the author name."
159
+ msgstr "To jest format autora"
160
+
161
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39
162
+ #: ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "Edytuj"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "Usuń"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "Typ"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "Wybierz typ kolumny."
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "Etykieta"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "Nazwa, któa będzie wyświetlana w nagłówku kolumny."
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "Szerokość"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "domyśłny"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr ""
224
  msgid "Find out more"
225
  msgstr ""
226
 
227
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
 
228
  msgid "Actions"
229
  msgstr "Działania"
230
 
231
+ #: ../classes/column/actions.php:96
232
  msgid "Use icons?"
233
  msgstr ""
234
 
235
+ #: ../classes/column/actions.php:96
236
  msgid "Use icons instead of text for displaying the actions."
237
  msgstr ""
238
 
239
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
240
  msgid "Yes"
241
  msgstr ""
242
 
243
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
244
  msgid "No"
245
  msgstr ""
246
 
247
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
248
+ msgid "ID"
249
+ msgstr "ID"
250
+
251
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
252
  msgid "Unapprove"
253
  msgstr "Odrzuć"
254
 
255
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
256
  msgid "Approve"
257
  msgstr "Zatwierdź"
258
 
259
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
260
  msgid "Restore"
261
  msgstr "Przywróć"
262
 
263
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
264
  msgid "Delete Permanently"
265
  msgstr "Usuń na zawsze"
266
 
267
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
268
  msgid "Quick&nbsp;Edit"
269
  msgstr "Szybka&nbsp;edycja"
270
 
271
+ #: ../classes/column/comment/actions.php:77
272
  msgid "Reply"
273
  msgstr "Odpowiedź"
274
 
309
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
310
  msgstr "Opublikowany dnia <a href=\"%1$s\">%2$s o godz. %3$s</a>"
311
 
312
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
313
  msgid "Date"
314
  msgstr "Data"
315
 
316
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
317
  msgid "Excerpt"
318
  msgstr "Wypis"
319
 
325
  msgid "Word count"
326
  msgstr "Liczba słów"
327
 
328
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
329
  msgid "Custom Field"
330
  msgstr "Własne pole"
331
 
332
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
333
  msgid "Default"
334
  msgstr "Domyślny"
335
 
337
  msgid "Checkmark (true/false)"
338
  msgstr "Znak (prawda/fałsz)"
339
 
340
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
341
  msgid "Color"
342
  msgstr "Kolor"
343
 
344
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
345
  msgid "Counter"
346
  msgstr ""
347
 
348
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
349
  msgid "Image"
350
  msgstr "Obrazek"
351
 
353
  msgid "Media Library"
354
  msgstr "Biblioteka mediów"
355
 
356
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
357
  msgid "Multiple Values"
358
  msgstr "Wielokrotne wartości"
359
 
360
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
361
  msgid "Numeric"
362
  msgstr "Numeryczny"
363
 
369
  msgid "Username (User ID's)"
370
  msgstr "Użytkownik (ID użytkownika)"
371
 
372
+ #: ../classes/column/custom-field.php:106
373
+ msgid "Term Name (Term ID's)"
374
+ msgstr ""
375
+
376
+ #: ../classes/column/custom-field.php:390
377
  msgid "Select your custom field."
378
  msgstr "Wybierz własne pole."
379
 
380
+ #: ../classes/column/custom-field.php:400
381
  msgid "No custom fields available."
382
  msgstr "Brak dostępnych własnych pól."
383
 
384
+ #: ../classes/column/custom-field.php:400
385
+ #, php-format
386
+ msgid "Please create a %s item first."
387
+ msgstr ""
388
+
389
+ #: ../classes/column/custom-field.php:407
390
  msgid "Field Type"
391
  msgstr "Rodzaj pola"
392
 
393
+ #: ../classes/column/custom-field.php:407
394
  msgid "This will determine how the value will be displayed."
395
  msgstr "Określi to sposób wyświetlania wartości."
396
 
431
  msgid "Target"
432
  msgstr "Cel"
433
 
434
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38
435
+ #: ../classes/column/post/status.php:35
436
+ msgid "Trash"
437
+ msgstr "Kosz"
438
+
439
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
440
+ #, php-format
441
+ msgid "View &#8220;%s&#8221;"
442
+ msgstr "Zobacz &#8220;%s&#8221;"
443
+
444
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
445
+ msgid "View"
446
+ msgstr "Zobacz"
447
+
448
+ #: ../classes/column/media/actions.php:35
449
+ msgid "Attach"
450
+ msgstr ""
451
+
452
  #: ../classes/column/media/alternate-text.php:19
453
  msgid "Alt"
454
  msgstr "Tekst alternatywny"
455
 
456
+ #: ../classes/column/media/attached-to.php:19
457
+ msgid "Attached to post"
458
+ msgstr ""
459
+
460
  #: ../classes/column/media/available-sizes.php:20
461
  msgid "Available Sizes"
462
  msgstr "Dostępne rozmiary"
521
  msgid "File size"
522
  msgstr "Wielkość pliku"
523
 
524
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
525
  msgid "Full path"
526
  msgstr "Pełna ścieżka"
527
 
528
+ #: ../classes/column/media/full-path.php:83
529
+ msgid "Path scope"
530
+ msgstr ""
531
+
532
+ #: ../classes/column/media/full-path.php:84
533
+ msgid "Part of the file path to display"
534
+ msgstr ""
535
+
536
+ #: ../classes/column/media/full-path.php:97
537
+ msgid "Relative to domain"
538
+ msgstr ""
539
+
540
+ #: ../classes/column/media/full-path.php:102
541
+ msgid "Relative to main uploads folder "
542
+ msgstr ""
543
+
544
  #: ../classes/column/media/height.php:19
545
  msgid "Height"
546
  msgstr "Wysokość"
549
  msgid "Mime type"
550
  msgstr "Typ pliku"
551
 
552
+ #: ../classes/column/post/actions.php:32
553
  msgid "Edit this item"
554
  msgstr "Edytuj element"
555
 
556
+ #: ../classes/column/post/actions.php:35
557
  msgid "Edit this item inline"
558
  msgstr "Edytuj element"
559
 
560
+ #: ../classes/column/post/actions.php:40
561
  msgid "Restore this item from the Trash"
562
  msgstr "Przywróć ten element z kosza"
563
 
564
+ #: ../classes/column/post/actions.php:42
565
  msgid "Move this item to the Trash"
566
  msgstr "Przenieś ten element do kosza"
567
 
568
+ #: ../classes/column/post/actions.php:44
 
 
 
 
569
  msgid "Delete this item permanently"
570
  msgstr "Usuń ten element na zawsze"
571
 
572
+ #: ../classes/column/post/actions.php:49
573
  #, php-format
574
  msgid "Preview &#8220;%s&#8221;"
575
  msgstr "Podejrzyj &#8220;%s&#8221;"
576
 
577
+ #: ../classes/column/post/actions.php:49
578
  msgid "Preview"
579
  msgstr "Podejrzyj"
580
 
 
 
 
 
 
 
 
 
 
581
  #: ../classes/column/post/attachment-count.php:19
582
  msgid "No. of Attachments"
583
  msgstr "Liczba załączników"
584
 
585
  #: ../classes/column/post/attachment.php:19
586
+ msgid "Attachments"
587
+ msgstr ""
588
 
589
  #: ../classes/column/post/author-name.php:20
590
  msgid "Display Author As"
591
  msgstr "Wyświetla autora jako"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: ../classes/column/post/before-moretag.php:19
594
  msgid "Before More Tag"
595
  msgstr "Przed tagiem Czytaj dalej"
618
  msgid "Select which comment status you like to display."
619
  msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
620
 
621
+ #: ../classes/column/post/content.php:19
622
+ msgid "Content"
623
+ msgstr ""
624
+
625
+ #: ../classes/column/post/date-published.php:17
626
+ msgid "Date Published"
627
+ msgstr ""
628
+
629
+ #: ../classes/column/post/depth.php:19
630
+ msgid "Depth"
631
+ msgstr ""
632
+
633
+ #: ../classes/column/post/estimated-reading-time.php:19
634
+ msgid "Estimated Reading Time"
635
+ msgstr ""
636
+
637
+ #: ../classes/column/post/estimated-reading-time.php:103
638
+ msgid "Words per minute"
639
+ msgstr ""
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:104
642
+ msgid "Estimated reading time in words per minute"
643
+ msgstr ""
644
+
645
  #: ../classes/column/post/featured-image.php:19
646
  msgid "Featured Image"
647
  msgstr "Ikona wpisu"
650
  msgid "Post Format"
651
  msgstr "Format wpisu"
652
 
653
+ #: ../classes/column/post/last-modified-author.php:20
654
+ msgid "Last Modified Author"
655
+ msgstr ""
656
+
657
  #: ../classes/column/post/modified.php:19
658
  msgid "Last modified"
659
  msgstr "Ostatnia modyfikacja"
694
  msgid "Roles"
695
  msgstr "Role"
696
 
697
+ #: ../classes/column/post/shortcodes.php:19
698
+ msgid "Shortcodes"
699
+ msgstr ""
700
+
701
  #: ../classes/column/post/slug.php:19
702
  msgid "Slug"
703
  msgstr "Bezpośredni odnośnik"
738
  msgid "Title without actions"
739
  msgstr ""
740
 
741
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
742
  msgid "Taxonomy"
743
  msgstr "Taksonomia"
744
 
758
  msgid "Comment Count"
759
  msgstr "Liczba komentarzy"
760
 
761
+ #: ../classes/column/user/display-name.php:19
762
+ msgid "Display name"
763
+ msgstr ""
764
+
765
  #: ../classes/column/user/first-name.php:19
766
  msgid "First name"
767
  msgstr "Imię"
782
  msgid "Registered"
783
  msgstr "Zarejestrowany"
784
 
785
+ #: ../classes/column/user/rich-editing.php:19
786
+ msgid "Visual Editor"
787
+ msgstr ""
788
+
789
  #: ../classes/column/user/url.php:19
790
  msgid "Url"
791
  msgstr "Adres URL"
792
 
793
+ #: ../classes/settings.php:112
794
  msgid "Add-on successfully activated."
795
  msgstr ""
796
 
797
+ #: ../classes/settings.php:115
798
  msgid "Add-on successfully deactivated."
799
  msgstr ""
800
 
801
+ #: ../classes/settings.php:170
802
  msgid "Admin Columns Settings"
803
  msgstr "Ustawienia edytora kolumn"
804
 
805
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
806
  msgid "Admin Columns"
807
  msgstr "Edytor kolumn"
808
 
809
+ #: ../classes/settings.php:218
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
812
  msgstr "Kolumna %s jest już obecna i nie może być zduplikowana."
813
 
814
+ #: ../classes/settings.php:272
815
  msgid "Default settings succesfully restored."
816
  msgstr "Domyślne ustawienia zostały przywrócone."
817
 
818
+ #: ../classes/settings.php:289
819
  msgid "Overview"
820
  msgstr "Przegląd"
821
 
822
+ #: ../classes/settings.php:292
823
  msgid ""
824
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and "
825
  "reorder them."
826
  msgstr "Ta wtyczka dodaje lub usuwa dodatkowe kolumny na ekranach edycji wpisów, stron, biblioteki mediów, komentarzy, linków i użytkowników. Pozwala zmienić nazwy kolumn i ich kolejność."
827
 
828
+ #: ../classes/settings.php:295
829
  msgid "Basics"
830
  msgstr "Podstawy"
831
 
832
+ #: ../classes/settings.php:297
833
  msgid "Change order"
834
  msgstr "Zmień kolejność"
835
 
836
+ #: ../classes/settings.php:298
837
  msgid "By dragging the columns you can change the order which they will appear in."
838
  msgstr "Przeciągając kolumny możesz zmienić kolejność w której będą wyświetlane."
839
 
840
+ #: ../classes/settings.php:299
841
  msgid "Change label"
842
  msgstr "Zmień etykietę"
843
 
844
+ #: ../classes/settings.php:300
845
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
846
  msgstr "Klikając w trójkąt zobaczysz opcje kolumn. Możesz tu zmienić nazwy każdej z nich."
847
 
848
+ #: ../classes/settings.php:301
849
  msgid "Change column width"
850
  msgstr "Zmień szerokość kolumn"
851
 
852
+ #: ../classes/settings.php:302
853
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
854
  msgstr "Klikając w trójkąt zobaczysz ustawienia kolumn. Używając przeciągania w slajderze możesz ustawić w procentach szerokość kolumn."
855
 
856
+ #: ../classes/settings.php:308
857
  msgid "'Custom Field' column"
858
  msgstr "Kolumna 'Własne pole'"
859
 
860
+ #: ../classes/settings.php:309
861
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
862
  msgstr "Kolumna własnego pola używa własnych pól z wpisów i użytkowników. Możesz wybrać 1 z 10 typów."
863
 
864
+ #: ../classes/settings.php:311
865
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
866
  msgstr "Wartość: Może to być tekst bądź tablica. Tablice zostaną spłąszczone a warości oddzielone przecinkami."
867
 
868
+ #: ../classes/settings.php:312
869
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
870
  msgstr "Wartość: Powinna zawierać adres URL obrazka lub ID załącznika (oddzielone przecinkami)."
871
 
872
+ #: ../classes/settings.php:313
873
  msgid "Value: This will show the first 20 words of the Post content."
874
  msgstr "Wartość: Wyświetli pierwsze 20 słów z treści wpisu."
875
 
876
+ #: ../classes/settings.php:314
877
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
878
  msgstr "Wartość: Powinna być tablicą. Tablice wielopoziomowe zostaną spłaszczone."
879
 
880
+ #: ../classes/settings.php:315
881
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
882
  msgstr "Wartość: Tylko liczby.<br />Jeśli masz dodatek sortowania, zostanie to zastosowane, aby umożliwić sortowanie wpisów wg liczb (z wartości własnych pól)."
883
 
884
+ #: ../classes/settings.php:316
885
  #, php-format
886
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
887
  msgstr "Wartość: Może być stemplem czasu lub datą w formacie określonym w <a href='%s'>Kodeksie</a>. Możesz zmienić wyświetlani daty na stronie <a href='%s'>Ustawień głównych</a>."
888
 
889
+ #: ../classes/settings.php:317
890
  msgid "Post Titles"
891
  msgstr "Tytyły wpisu"
892
 
893
+ #: ../classes/settings.php:317
894
  msgid "Value: can be one or more Post ID's (seperated by ',')."
895
  msgstr "Wartość: Może to być jeden lub więcej ID wpisów (oddzielone przecinkami)."
896
 
897
+ #: ../classes/settings.php:318
898
  msgid "Usernames"
899
  msgstr "Nazwy użytkowników"
900
 
901
+ #: ../classes/settings.php:318
902
  msgid "Value: can be one or more User ID's (seperated by ',')."
903
  msgstr "Wartość: Może to być jeden lub więcej ID użytkowników (oddzielone przecinkami)."
904
 
905
+ #: ../classes/settings.php:319
906
  msgid "Checkmark"
907
  msgstr "Znak tak/nie"
908
 
909
+ #: ../classes/settings.php:319
910
  msgid "Value: should be a 1 (one) or 0 (zero)."
911
  msgstr "Wartość: Powinno to być 1 lub 0."
912
 
913
+ #: ../classes/settings.php:320
914
  msgid "Value: hex value color, such as #808080."
915
  msgstr "Wartość: Kolor w HEX, np. #808080."
916
 
917
+ #: ../classes/settings.php:321
918
  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."
919
  msgstr ""
920
 
921
+ #: ../classes/settings.php:410
922
  msgid "Welcome to Admin Columns"
923
  msgstr "Witaj w Edytorze kolumn"
924
 
925
+ #: ../classes/settings.php:413
926
  msgid "Thank you for updating to the latest version!"
927
  msgstr "Dziękujemy za aktualizację do najnowszej wersji!"
928
 
929
+ #: ../classes/settings.php:414
930
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
931
  msgstr "Edytor kolumn jest bardziej dopracowany niż kiedykolwiek wcześniej. Mamy nadzięję że Ci się spodoba."
932
 
933
+ #: ../classes/settings.php:419
934
  msgid "What’s New"
935
  msgstr "Co nowego"
936
 
937
+ #: ../classes/settings.php:420
938
  msgid "Changelog"
939
  msgstr "Dziennik zmian"
940
 
941
+ #: ../classes/settings.php:425
942
  msgid "Important"
943
  msgstr "Ważne"
944
 
945
+ #: ../classes/settings.php:427
946
  msgid "Database Changes"
947
  msgstr "Zmiany w bazie danych"
948
 
949
+ #: ../classes/settings.php:428
950
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
951
  msgstr "Baza danych zmieniła się między wersjami 1 i 2. Ale wciąż możesz powrócić do wersji 1 bez żadnych problemów."
952
 
953
+ #: ../classes/settings.php:431
954
  msgid "Make sure you backup your database and then click"
955
  msgstr "Upewnij się że zrobiłeś kopię zapasową bazy danych a następnie kliknij"
956
 
957
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
958
  msgid "Upgrade Database"
959
  msgstr "Aktualizuj bazę danych"
960
 
961
+ #: ../classes/settings.php:434
962
  msgid "Potential Issues"
963
  msgstr "Potencjalne problemy"
964
 
965
+ #: ../classes/settings.php:435
966
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
967
  msgstr "Z powodu znacznych modyfikacji w kodzie, związanymi z dodatkami, filtrami i akcjami, Twoja strona może nie działać poprawnie. Pamiętaj, aby przeczytać pełną"
968
 
969
+ #: ../classes/settings.php:435
970
  msgid "Migrating from v1 to v2"
971
  msgstr "Migracja z wersji 1 do 2"
972
 
973
+ #: ../classes/settings.php:435
974
  msgid "guide to view the full list of changes."
975
  msgstr "dokumentację i zapoznać się z listą zmian."
976
 
977
+ #: ../classes/settings.php:435
978
  #, php-format
979
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
980
  msgstr "Jeśli znajdziesz błąd <a href=\"%s\">zgłoś go</a> abyśmy mogli naprawić go w kolejnej wersji."
981
 
982
+ #: ../classes/settings.php:438
983
  msgid "Important!"
984
  msgstr "Ważne!"
985
 
986
+ #: ../classes/settings.php:438
987
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
988
  msgstr "Jeżli zaktualizowałeś Edytor kolumn bez świadomości tych zmian, możesz powrócić do poprzedniej"
989
 
990
+ #: ../classes/settings.php:438
991
  msgid "version 1"
992
  msgstr "wersja 1"
993
 
994
+ #: ../classes/settings.php:438
995
  msgid "of this plugin."
996
  msgstr "tej wtyczki."
997
 
998
+ #: ../classes/settings.php:444
999
  msgid "Changelog for"
1000
  msgstr "Dziennik zmian dla"
1001
 
1002
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1003
  msgid "Learn more"
1004
  msgstr "Dowiedz się więcej"
1005
 
1006
+ #: ../classes/settings.php:469
1007
  msgid "Start using Admin Columns"
1008
  msgstr "Zacznij korzystać z Edytora kolumn"
1009
 
1010
+ #: ../classes/settings.php:512
1011
  msgid "General Settings"
1012
  msgstr "Ustawienia ogólne"
1013
 
1014
+ #: ../classes/settings.php:513
1015
  msgid "Customize your Admin Columns settings."
1016
  msgstr "Zmodyfikuj ustawienia Edytora kolumn."
1017
 
1018
+ #: ../classes/settings.php:524
1019
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1020
  msgstr ""
1021
 
1022
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1023
  msgid "Save"
1024
  msgstr "Zapisz"
1025
 
1026
+ #: ../classes/settings.php:571
1027
  msgid "Restore Settings"
1028
  msgstr "Przywróć ustawienia"
1029
 
1030
+ #: ../classes/settings.php:572
1031
  msgid "This will delete all column settings and restore the default settings."
1032
  msgstr "Ta operacja usunie wszystkie ustawienia kolumn u przywróci je do ustawień domyślnych."
1033
 
1034
+ #: ../classes/settings.php:578
1035
  msgid "Restore default settings"
1036
  msgstr "Przywróć ustawienia domyślne"
1037
 
1038
+ #: ../classes/settings.php:578
1039
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1040
  msgstr "Uwaga! WSZYSTKIE zapisane ustawienia kolumn zostaną usunięte. Tej operacji nie można przywrócić. Kliknij \\'OK\\' aby usunąć lub \\'Anuluj\\' aby przerwać."
1041
 
1042
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1043
  msgid "Settings"
1044
  msgstr "Ustawienia"
1045
 
1046
+ #: ../classes/settings.php:601
1047
  msgid "Add-ons"
1048
  msgstr ""
1049
 
1050
+ #: ../classes/settings.php:631
1051
  msgid "Posttypes"
1052
  msgstr ""
1053
 
1054
+ #: ../classes/settings.php:632
1055
  msgid "Others"
1056
  msgstr ""
1057
 
1058
+ #: ../classes/settings.php:633
1059
  msgid "Taxonomies"
1060
  msgstr ""
1061
 
1062
+ #: ../classes/settings.php:652
1063
  #, php-format
1064
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1065
  msgstr ""
1066
 
1067
+ #: ../classes/settings.php:662
1068
  msgid "Store settings"
1069
  msgstr "Zapisz ustawienia"
1070
 
1071
+ #: ../classes/settings.php:666
1072
  msgid "Update"
1073
  msgstr "Aktualizuj"
1074
 
1075
+ #: ../classes/settings.php:670
1076
  #, php-format
1077
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1078
  msgstr "Uwaga! Ustawienia %s kolumn zostaną usunięte. Tej operacji nie można przywrócić. Kliknij \\'OK\\' aby usunąć lub \\'Anuluj\\' aby przerwać."
1079
 
1080
+ #: ../classes/settings.php:671
1081
  msgid "columns"
1082
  msgstr "kolumny"
1083
 
1084
+ #: ../classes/settings.php:690
1085
  msgid "Get Admin Columns Pro"
1086
  msgstr ""
1087
 
1088
+ #: ../classes/settings.php:694
1089
  msgid "Add Sorting"
1090
  msgstr "Dodaj sortowanie"
1091
 
1092
+ #: ../classes/settings.php:695
1093
  msgid "Add Filtering"
1094
  msgstr "Dodaj filtrowanie"
1095
 
1096
+ #: ../classes/settings.php:696
1097
  msgid "Add Import/Export"
1098
  msgstr "Dodaj Import/Export"
1099
 
1100
+ #: ../classes/settings.php:697
1101
  msgid "Add Direct Editing"
1102
  msgstr ""
1103
 
1104
+ #: ../classes/settings.php:700
1105
  #, php-format
1106
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1107
  msgstr ""
1108
 
1109
+ #: ../classes/settings.php:731
1110
  msgid "Are you happy with Admin Columns?"
1111
  msgstr ""
1112
 
1113
+ #: ../classes/settings.php:739
1114
  msgid "What's wrong? Need help? Let us know!"
1115
  msgstr ""
1116
 
1117
+ #: ../classes/settings.php:740
1118
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1119
  msgstr ""
1120
 
1121
+ #: ../classes/settings.php:748
1122
  msgid "Docs"
1123
  msgstr ""
1124
 
1125
+ #: ../classes/settings.php:753
1126
  msgid "Forums"
1127
  msgstr ""
1128
 
1129
+ #: ../classes/settings.php:762
1130
  msgid "Woohoo! We're glad to hear that!"
1131
  msgstr ""
1132
 
1133
+ #: ../classes/settings.php:763
1134
  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!"
1135
  msgstr ""
1136
 
1137
+ #: ../classes/settings.php:767
1138
  msgid "Rate"
1139
  msgstr ""
1140
 
1141
+ #: ../classes/settings.php:778
1142
  msgid "Tweet"
1143
  msgstr ""
1144
 
1145
+ #: ../classes/settings.php:788
1146
  msgid "Buy Pro"
1147
  msgstr ""
1148
 
1149
+ #: ../classes/settings.php:800
1150
  msgid "Support"
1151
  msgstr "Pomocy"
1152
 
1153
+ #: ../classes/settings.php:803
1154
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1155
  msgstr "Sprawdź dział <strong>Pomocy</strong>, w prawym, górnym rogu ekranu."
1156
 
1157
+ #: ../classes/settings.php:806
1158
  #, php-format
1159
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1160
  msgstr "Dostęp do pełnej dokumentacji, raportów błędów, sugestii co do nowych funkcji i innych podpowiedzi uzyskasz na <a href='%s'>stronie Edytora kolumn</a>"
1161
 
1162
+ #: ../classes/settings.php:835
1163
  msgid "Drag and drop to reorder"
1164
  msgstr "Przeciągnij i opuść aby zmienić kolejność"
1165
 
1166
+ #: ../classes/settings.php:838
1167
  msgid "Add Column"
1168
  msgstr "Dodaj kolumnę"
1169
 
1170
+ #: ../classes/settings.php:919
1171
  msgid "Active"
1172
  msgstr ""
1173
 
1174
+ #: ../classes/settings.php:920
1175
  msgid "Deactivate"
1176
  msgstr ""
1177
 
1178
+ #: ../classes/settings.php:927
1179
  msgid "Installed"
1180
  msgstr ""
1181
 
1182
+ #: ../classes/settings.php:928
1183
  msgid "Activate"
1184
  msgstr ""
1185
 
1186
+ #: ../classes/settings.php:942
1187
  msgid "Download & Install"
1188
  msgstr ""
1189
 
1190
+ #: ../classes/settings.php:947
1191
  msgid "Get this add-on"
1192
  msgstr ""
1193
 
1194
+ #: ../classes/storage_model.php:227
1195
  msgid "settings succesfully restored."
1196
  msgstr "ustawienia zostały przywrócone."
1197
 
1198
+ #: ../classes/storage_model.php:243
1199
  msgid "No columns settings available."
1200
  msgstr "Brak dostępnych ustawień kolumn."
1201
 
1202
+ #: ../classes/storage_model.php:264
1203
  #, php-format
1204
  msgid "You are trying to store the same settings for %s."
1205
  msgstr "Próbujesz przywrócić te same ustawienia dla %s."
1206
 
1207
+ #: ../classes/storage_model.php:268
1208
  #, php-format
1209
  msgid "Settings for %s updated succesfully."
1210
  msgstr "Ustawienia dla %s zostały zaktualizowane."
1213
  msgid "Comments"
1214
  msgstr "Komentarze"
1215
 
1216
+ #: ../classes/storage_model/comment.php:14
1217
+ msgid "Comment"
1218
+ msgstr ""
1219
+
1220
  #: ../classes/storage_model/link.php:13
1221
  msgid "Links"
1222
  msgstr "Linki"
1223
 
1224
+ #: ../classes/storage_model/link.php:14
1225
+ msgid "Link"
1226
+ msgstr ""
1227
+
1228
+ #: ../classes/storage_model/media.php:14
1229
+ msgid "Media"
1230
+ msgstr ""
1231
+
1232
  #: ../classes/storage_model/user.php:13
1233
  msgid "Users"
1234
  msgstr "Użytkownicy"
1235
 
1236
+ #: ../classes/storage_model/user.php:14
1237
+ msgid "User"
1238
+ msgstr ""
1239
+
1240
  #: ../classes/upgrade.php:62
1241
  msgid ""
1242
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin "
1296
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1297
  msgstr "Przykro nam, ale coś poszło źle w trakcie procesu aktualizacji. Napisz o tym na forum pomocy."
1298
 
1299
+ #: ../codepress-admin-columns.php:442
1300
  msgid "Edit columns"
1301
  msgstr "Edytuj kolumny"
languages/cpac-pt_BR.mo CHANGED
Binary file
languages/cpac-pt_BR.po CHANGED
@@ -2,12 +2,13 @@
2
  # Translators:
3
  # Adriano Estevam <aestevam@gmail.com>, 2013
4
  # André Mácola Machado <andremacola@gmail.com>, 2014
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
10
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/admin-columns/language/pt_BR/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +16,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: pt_BR\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
- "X-Generator: Poedit 1.7.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -23,8 +24,8 @@ msgstr ""
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
- msgid "Third party plugin integration"
27
- msgstr "Integração com plug-in de terceiros"
28
 
29
  #: ../classes/addons.php:135
30
  msgid "Advanced Custom Fields"
@@ -36,132 +37,180 @@ msgstr "Exibir e editar campos do ACF na tela de posts em segundos!"
36
 
37
  #: ../classes/addons.php:141
38
  msgid "WooCommerce"
39
- msgstr ""
40
 
41
  #: ../classes/addons.php:142
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
- msgstr ""
44
 
45
- #: ../classes/column.php:500
46
  msgid "Thumbnail"
47
  msgstr "Miniatura"
48
 
49
- #: ../classes/column.php:501
50
  msgid "Medium"
51
  msgstr "Médio"
52
 
53
- #: ../classes/column.php:502
54
  msgid "Large"
55
  msgstr "Grande"
56
 
57
- #: ../classes/column.php:503
58
  msgid "Full"
59
  msgstr "Original"
60
 
61
- #: ../classes/column.php:863
62
  msgid "Date Format"
63
  msgstr "Formato de Data"
64
 
65
- #: ../classes/column.php:864
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Determina como a data será mostrada"
68
 
69
- #: ../classes/column.php:870
70
  msgid "Example:"
71
  msgstr "Exemplo"
72
 
73
- #: ../classes/column.php:872
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Deixe em branco para o formato padrão do Wordpress, mude o <a href=\"%s\">formato padrão data aqui</a>."
77
 
78
- #: ../classes/column.php:873
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Documentação para formatos de data e hora"
81
 
82
- #: ../classes/column.php:887
83
  msgid "Excerpt length"
84
  msgstr "Tamanho do Resumo"
85
 
86
- #: ../classes/column.php:888
87
  msgid "Number of words"
88
  msgstr "Número de Palavras"
89
 
90
- #: ../classes/column.php:906
91
  msgid "Preview size"
92
  msgstr "Tamanho do preview"
93
 
94
- #: ../classes/column.php:923 ../classes/storage_model.php:534
95
  msgid "Custom"
96
  msgstr "Personalizado"
97
 
98
- #: ../classes/column.php:926
99
  msgid "width"
100
  msgstr "largura"
101
 
102
- #: ../classes/column.php:929
103
  msgid "height"
104
  msgstr "altura"
105
 
106
- #: ../classes/column.php:943
107
  msgid "Before"
108
  msgstr "Antes"
109
 
110
- #: ../classes/column.php:943
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Este texto aparecerá antes do valor do campo personalizado."
113
 
114
- #: ../classes/column.php:949
115
  msgid "After"
116
  msgstr "Depois"
117
 
118
- #: ../classes/column.php:949
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Este texto aparecerá depois do valor do campo personalizado."
121
 
122
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Edit"
124
  msgstr "Editar"
125
 
126
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
127
  msgid "Remove"
128
  msgstr "Remover"
129
 
130
- #: ../classes/column.php:1062
131
  msgid "Type"
132
  msgstr "Tipo"
133
 
134
- #: ../classes/column.php:1062
135
  msgid "Choose a column type."
136
  msgstr "Escolha um tipo."
137
 
138
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr "Titulo"
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr "Nome que aparecerá no cabeçalho da coluna."
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "Width"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "padrão"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr "Campo do ACF"
161
 
162
  #: ../classes/column/acf-placeholder.php:32
163
  msgid "This feature is only available in Admin Columns Pro - Business or Developer."
164
- msgstr ""
165
 
166
  #: ../classes/column/acf-placeholder.php:35
167
  #, php-format
@@ -176,47 +225,51 @@ msgstr "Admin de Colunas Pro - Desenvolvedor oferece uma integração completa c
176
  msgid "Find out more"
177
  msgstr "Saiba mais."
178
 
179
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
180
  msgid "Actions"
181
  msgstr "Ações"
182
 
183
- #: ../classes/column/actions.php:87
184
  msgid "Use icons?"
185
- msgstr ""
186
 
187
- #: ../classes/column/actions.php:87
188
  msgid "Use icons instead of text for displaying the actions."
189
- msgstr ""
190
 
191
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
192
  msgid "Yes"
193
- msgstr ""
194
 
195
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
196
  msgid "No"
197
- msgstr ""
 
 
 
 
198
 
199
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
200
  msgid "Unapprove"
201
  msgstr "Desaprovar"
202
 
203
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
204
  msgid "Approve"
205
  msgstr "Aprovar"
206
 
207
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
208
  msgid "Restore"
209
  msgstr "Restaurar"
210
 
211
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
212
  msgid "Delete Permanently"
213
  msgstr "Excluir permanentemente"
214
 
215
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
216
  msgid "Quick&nbsp;Edit"
217
  msgstr "Edição&nbsp;rápida"
218
 
219
- #: ../classes/column/comment/actions.php:101
220
  msgid "Reply"
221
  msgstr "Responder"
222
 
@@ -257,11 +310,11 @@ msgstr "Data GMT"
257
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
258
  msgstr "Enviado em <a href=\"%1$s\">%2$s às %3$s</a>"
259
 
260
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
261
  msgid "Date"
262
  msgstr "Data"
263
 
264
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
265
  msgid "Excerpt"
266
  msgstr "Resumo"
267
 
@@ -273,11 +326,11 @@ msgstr "Em resposta à"
273
  msgid "Word count"
274
  msgstr "Contador de palavras"
275
 
276
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
277
  msgid "Custom Field"
278
  msgstr "Campo personalizado"
279
 
280
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
281
  msgid "Default"
282
  msgstr "Padrão"
283
 
@@ -285,15 +338,15 @@ msgstr "Padrão"
285
  msgid "Checkmark (true/false)"
286
  msgstr "Checkmark (true/false)"
287
 
288
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
289
  msgid "Color"
290
  msgstr "Cor"
291
 
292
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
293
  msgid "Counter"
294
  msgstr "Contador"
295
 
296
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
297
  msgid "Image"
298
  msgstr "Imagem"
299
 
@@ -301,11 +354,11 @@ msgstr "Imagem"
301
  msgid "Media Library"
302
  msgstr "Biblioteca de mídia"
303
 
304
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
305
  msgid "Multiple Values"
306
  msgstr "Vários valores"
307
 
308
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
309
  msgid "Numeric"
310
  msgstr "Numerico"
311
 
@@ -317,19 +370,28 @@ msgstr "Título do Post (Post ID's)"
317
  msgid "Username (User ID's)"
318
  msgstr "Usuário (User ID's)"
319
 
320
- #: ../classes/column/custom-field.php:356
 
 
 
 
321
  msgid "Select your custom field."
322
  msgstr "Selecione seu campo personalizado"
323
 
324
- #: ../classes/column/custom-field.php:366
325
  msgid "No custom fields available."
326
  msgstr "Nenhum campo personalizado disponível"
327
 
328
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
329
  msgid "Field Type"
330
  msgstr "Tipo de campo"
331
 
332
- #: ../classes/column/custom-field.php:373
333
  msgid "This will determine how the value will be displayed."
334
  msgstr "Isso determinará como o valor será exibido."
335
 
@@ -370,10 +432,31 @@ msgstr "Rss"
370
  msgid "Target"
371
  msgstr "Alvo"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "Alt"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "Tamanhos disponíveis"
@@ -438,10 +521,26 @@ msgstr "Nome do arquivo"
438
  msgid "File size"
439
  msgstr "Tamanho do arquivo"
440
 
441
- #: ../classes/column/media/full-path.php:19
442
  msgid "Full path"
443
  msgstr "Caminho completo"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "Altura"
@@ -450,96 +549,47 @@ msgstr "Altura"
450
  msgid "Mime type"
451
  msgstr "Mime type"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "Editar este ítem"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "Editar este ítem inline"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "Restaurar este ítem da Lixeira"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "Mover este ítem para a Lixeira"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "Lixeira"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "Excluir este ítem permanentemente"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "Preview &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "Preview"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "Visualizar &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "Visualizar"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "No. de Anexos"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
  msgstr "Anexos"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "Exibir Autor Como"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "Exibir Nome"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "Primeiro Nome"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "Sobrenome"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "Apelido"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "Nome de Usuário"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "Email do Usuário"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "ID do Usuário"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "Nome e Sobrenome"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "Este é o formato do nome do autor."
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "Antes de Mais Tag"
@@ -568,6 +618,30 @@ msgstr "Status do Comentário"
568
  msgid "Select which comment status you like to display."
569
  msgstr "Selecione qual status de comentário para exibição."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "Imagem Destacada"
@@ -576,6 +650,10 @@ msgstr "Imagem Destacada"
576
  msgid "Post Format"
577
  msgstr "Formato do Post"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "Última modificação"
@@ -594,7 +672,7 @@ msgstr "Pai"
594
 
595
  #: ../classes/column/post/path.php:19
596
  msgid "Path"
597
- msgstr ""
598
 
599
  #: ../classes/column/post/permalink.php:19
600
  msgid "Permalink"
@@ -602,11 +680,11 @@ msgstr "Permalink"
602
 
603
  #: ../classes/column/post/permalink.php:68
604
  msgid "Link to post"
605
- msgstr ""
606
 
607
  #: ../classes/column/post/permalink.php:68
608
  msgid "This will make the permalink clickable."
609
- msgstr ""
610
 
611
  #: ../classes/column/post/ping-status.php:19
612
  msgid "Ping status"
@@ -616,6 +694,10 @@ msgstr "Ping status"
616
  msgid "Roles"
617
  msgstr "Regras"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "Slug"
@@ -654,28 +736,32 @@ msgstr "Sticky"
654
 
655
  #: ../classes/column/post/title-raw.php:19
656
  msgid "Title without actions"
657
- msgstr ""
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "Taxonomia"
662
 
663
  #: ../classes/column/used-by-menu.php:20
664
  msgid "Used by Menu"
665
- msgstr ""
666
 
667
  #: ../classes/column/used-by-menu.php:133
668
  msgid "Link to menu"
669
- msgstr ""
670
 
671
  #: ../classes/column/used-by-menu.php:133
672
  msgid "This will make the title link to the menu."
673
- msgstr ""
674
 
675
  #: ../classes/column/user/comment-count.php:19
676
  msgid "Comment Count"
677
  msgstr "Contagem de Comentário"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "Primeiro nome"
@@ -696,423 +782,427 @@ msgstr "Tipo de Post"
696
  msgid "Registered"
697
  msgstr "Registrado"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "Url"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr "Add-on ativado com sucesso."
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr "Add-on desativado com sucesso"
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "Configurações do Admin de Colunas"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
716
  msgid "Admin Columns"
717
  msgstr "Admin de Colunas"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr "%s coluna já está inclusa e não pode ser duplicada."
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "Configurações padrão restauradas com sucesso."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "Overview"
731
 
732
- #: ../classes/settings.php:291
733
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
734
  msgstr "Este plugin serve para adicionar e remover colunas extras nas telas de administração de posts(tipos), páginas, biblioteca de mídia, comentários, links e usuários. Alterar rótulo da coluna e reordená-los."
735
 
736
- #: ../classes/settings.php:294
737
  msgid "Basics"
738
  msgstr "Básicas"
739
 
740
- #: ../classes/settings.php:296
741
  msgid "Change order"
742
  msgstr "Alterar ordem"
743
 
744
- #: ../classes/settings.php:297
745
  msgid "By dragging the columns you can change the order which they will appear in."
746
  msgstr "Arrastando as colunas você pode alterar a ordem em que elas aparecem."
747
 
748
- #: ../classes/settings.php:298
749
  msgid "Change label"
750
  msgstr "Alterar label"
751
 
752
- #: ../classes/settings.php:299
753
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
754
  msgstr "Clicando no triângulo você verá as opções da coluna. Você pode alterar cada rótulo do cabeçalho das colunas."
755
 
756
- #: ../classes/settings.php:300
757
  msgid "Change column width"
758
  msgstr "Alterar tamanho da coluna"
759
 
760
- #: ../classes/settings.php:301
761
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
762
  msgstr "Clicando no triângulo você verá as opções da coluna. Usando o campo de slider você pode setar a largura da coluna em porcentagem."
763
 
764
- #: ../classes/settings.php:307
765
  msgid "'Custom Field' column"
766
  msgstr "Coluna 'Campo Personalizado'"
767
 
768
- #: ../classes/settings.php:308
769
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
770
  msgstr "A coluna de campo personalizado usa os campos personalizados dos posts e usuários. Existem 10 tipos que você pode setar."
771
 
772
- #: ../classes/settings.php:310
773
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
774
  msgstr "Valor: Pode ser uma string ou array. Arrays serão 'flattened' e seus valores separados por ',' vírgula."
775
 
776
- #: ../classes/settings.php:311
777
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
778
  msgstr "Valor: deverá conter uma URL da imagem ou IDs dos Anexos ( separados por uma ',' vírgula )."
779
 
780
- #: ../classes/settings.php:312
781
  msgid "Value: This will show the first 20 words of the Post content."
782
  msgstr "Valor: Mostrará as primeiras 20 palavras do conteúdo do Post."
783
 
784
- #: ../classes/settings.php:313
785
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
786
  msgstr "Valor: Deverá ser um array. Irá 'flatten' qualquer array ( multidimensional )."
787
 
788
- #: ../classes/settings.php:314
789
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
790
  msgstr "Valor: Apenas números inteiros.<br/>Se você tem o 'addon de ordenação' isso vai ser usado para classificação, de modo que você possa ordenar seus posts em valores numéricos (campo personalizado)."
791
 
792
- #: ../classes/settings.php:315
793
  #, php-format
794
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
795
  msgstr "Valor: Pode ser unix timestamp ou um formato de data como relatado no <a href='%s'>Codex</a>. Você pode mudar o formato de saída da data na página de <a href='%s'>configurações</a>."
796
 
797
- #: ../classes/settings.php:316
798
  msgid "Post Titles"
799
  msgstr "Títulos do Post"
800
 
801
- #: ../classes/settings.php:316
802
  msgid "Value: can be one or more Post ID's (seperated by ',')."
803
  msgstr "Valor: pode ser um ou mais Post ID's (separado por ',')."
804
 
805
- #: ../classes/settings.php:317
806
  msgid "Usernames"
807
  msgstr "Usuários"
808
 
809
- #: ../classes/settings.php:317
810
  msgid "Value: can be one or more User ID's (seperated by ',')."
811
  msgstr "Valor: pode ser um ou mais ID's dos Usuários (separado por ',')."
812
 
813
- #: ../classes/settings.php:318
814
  msgid "Checkmark"
815
  msgstr "Checkmark"
816
 
817
- #: ../classes/settings.php:318
818
  msgid "Value: should be a 1 (one) or 0 (zero)."
819
  msgstr "Valor: deverá ser 1 (um) u 0 (zero)."
820
 
821
- #: ../classes/settings.php:319
822
  msgid "Value: hex value color, such as #808080."
823
  msgstr "Valor: Valor hexadecimal, ex: #808080."
824
 
825
- #: ../classes/settings.php:320
826
  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."
827
  msgstr "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes que a 'meta_key' é usada pelo item."
828
 
829
- #: ../classes/settings.php:409
830
  msgid "Welcome to Admin Columns"
831
  msgstr "Bem vindo ao Admin de Colunas"
832
 
833
- #: ../classes/settings.php:412
834
  msgid "Thank you for updating to the latest version!"
835
  msgstr "Obrigado por atualizar para a última versão!"
836
 
837
- #: ../classes/settings.php:413
838
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
839
  msgstr "Admin de Colunas está mais polido e divertido do que nunca. Esperamos que você goste."
840
 
841
- #: ../classes/settings.php:418
842
  msgid "What’s New"
843
  msgstr "O que há de novo"
844
 
845
- #: ../classes/settings.php:419
846
  msgid "Changelog"
847
  msgstr "Log de Mudanças"
848
 
849
- #: ../classes/settings.php:424
850
  msgid "Important"
851
  msgstr "Importante"
852
 
853
- #: ../classes/settings.php:426
854
  msgid "Database Changes"
855
  msgstr "Alterações no banco de dados"
856
 
857
- #: ../classes/settings.php:427
858
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
859
  msgstr "O banco de dados foi alterado entre as versões 1 e 2, mas nós temos certeza que você pode voltar para a versão 1x sem nenhum problema."
860
 
861
- #: ../classes/settings.php:430
862
  msgid "Make sure you backup your database and then click"
863
  msgstr "Verifique se você realizou o backup do banco de dados antes de continuar"
864
 
865
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
866
  msgid "Upgrade Database"
867
  msgstr "Atualização do Banco de Dados"
868
 
869
- #: ../classes/settings.php:433
870
  msgid "Potential Issues"
871
  msgstr "Potenciais Problemas"
872
 
873
- #: ../classes/settings.php:434
874
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
875
  msgstr "Faça o refatoramento do seu código em torno dos Complementos e ação/filtros, seu website poderá não funcionar corretamente. É importante que você leia por completo"
876
 
877
- #: ../classes/settings.php:434
878
  msgid "Migrating from v1 to v2"
879
  msgstr "Migrando da v1 para v2"
880
 
881
- #: ../classes/settings.php:434
882
  msgid "guide to view the full list of changes."
883
  msgstr "Guia para visualização de todas as alterações."
884
 
885
- #: ../classes/settings.php:434
886
  #, php-format
887
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
888
  msgstr "Ao encontrar um bug, por favor <a href=\"%s\">reporte para nós</a> para arrumarmos na próxima versão."
889
 
890
- #: ../classes/settings.php:437
891
  msgid "Important!"
892
  msgstr "Importante!"
893
 
894
- #: ../classes/settings.php:437
895
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
896
  msgstr "Se você atualizou o plugin Admin de Colunas sem o devido conhecimento das mudanças, por favor volte a última versão"
897
 
898
- #: ../classes/settings.php:437
899
  msgid "version 1"
900
  msgstr "versão 1"
901
 
902
- #: ../classes/settings.php:437
903
  msgid "of this plugin."
904
  msgstr "deste plugin."
905
 
906
- #: ../classes/settings.php:443
907
  msgid "Changelog for"
908
  msgstr "Log de alterações para"
909
 
910
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
911
  msgid "Learn more"
912
  msgstr "Saiba mais"
913
 
914
- #: ../classes/settings.php:468
915
  msgid "Start using Admin Columns"
916
  msgstr "Comece a usar o Admin de Colunas"
917
 
918
- #: ../classes/settings.php:511
919
  msgid "General Settings"
920
  msgstr "Configurações"
921
 
922
- #: ../classes/settings.php:512
923
  msgid "Customize your Admin Columns settings."
924
  msgstr "Customize as configurações do seu Admin de Colunas."
925
 
926
- #: ../classes/settings.php:523
927
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
928
- msgstr ""
929
 
930
- #: ../classes/settings.php:530 ../classes/settings.php:660
931
  msgid "Save"
932
  msgstr "Salvar"
933
 
934
- #: ../classes/settings.php:570
935
  msgid "Restore Settings"
936
  msgstr "Restaurar Configurações"
937
 
938
- #: ../classes/settings.php:571
939
  msgid "This will delete all column settings and restore the default settings."
940
  msgstr "Apagará todas as configurações de colunas e restaurar a configuração padrão."
941
 
942
- #: ../classes/settings.php:577
943
  msgid "Restore default settings"
944
  msgstr "Restaurar configuração padrão"
945
 
946
- #: ../classes/settings.php:577
947
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
948
  msgstr "Atenção! Todos os dados salvos do administrador de colunas serão excluídos. Isto não poderá ser desfeito. \\'OK\\' para excluir, \\'Cancelar\\' para interromper"
949
 
950
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
951
  msgid "Settings"
952
  msgstr "Configurações"
953
 
954
- #: ../classes/settings.php:600
955
  msgid "Add-ons"
956
  msgstr "Complementos"
957
 
958
- #: ../classes/settings.php:625
959
  msgid "Posttypes"
960
  msgstr "Tipos de Post"
961
 
962
- #: ../classes/settings.php:626
963
  msgid "Others"
964
  msgstr "Outros"
965
 
966
- #: ../classes/settings.php:627
967
  msgid "Taxonomies"
968
  msgstr "Taxonomias"
969
 
970
- #: ../classes/settings.php:646
971
  #, php-format
972
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
973
- msgstr "As colunas para <strong>%s</strong> são setadas via PHP e portanto não podem ser editadas pelo admin"
974
 
975
- #: ../classes/settings.php:656
976
  msgid "Store settings"
977
  msgstr "Configurações armazenadas"
978
 
979
- #: ../classes/settings.php:660
980
  msgid "Update"
981
  msgstr "Atualização"
982
 
983
- #: ../classes/settings.php:664
984
  #, php-format
985
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
986
  msgstr "Atenção! Dados das colunas %s serão excluídos. Isto não poderá ser desfeito. \\'OK\\' para excluir, \\'Cancelar\\' para interromper"
987
 
988
- #: ../classes/settings.php:665
989
  msgid "columns"
990
  msgstr "colunas"
991
 
992
- #: ../classes/settings.php:684
993
  msgid "Get Admin Columns Pro"
994
  msgstr "Obter Admin de Colunas Pro"
995
 
996
- #: ../classes/settings.php:688
997
  msgid "Add Sorting"
998
  msgstr "Adicionar Classificação"
999
 
1000
- #: ../classes/settings.php:689
1001
  msgid "Add Filtering"
1002
  msgstr "Adicionar Filtragem"
1003
 
1004
- #: ../classes/settings.php:690
1005
  msgid "Add Import/Export"
1006
  msgstr "Adicionar Importar/Exportar"
1007
 
1008
- #: ../classes/settings.php:691
1009
  msgid "Add Direct Editing"
1010
  msgstr "Adicionar Edição Direta"
1011
 
1012
- #: ../classes/settings.php:694
1013
  #, php-format
1014
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1015
  msgstr "Confira <a href=\"%s\">Admin de Colunas Pro</a> para mais detalhes!"
1016
 
1017
- #: ../classes/settings.php:725
1018
  msgid "Are you happy with Admin Columns?"
1019
- msgstr ""
1020
 
1021
- #: ../classes/settings.php:733
1022
  msgid "What's wrong? Need help? Let us know!"
1023
- msgstr ""
1024
 
1025
- #: ../classes/settings.php:734
1026
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1027
- msgstr ""
1028
 
1029
- #: ../classes/settings.php:742
1030
  msgid "Docs"
1031
- msgstr ""
1032
 
1033
- #: ../classes/settings.php:747
1034
  msgid "Forums"
1035
- msgstr ""
1036
 
1037
- #: ../classes/settings.php:756
1038
  msgid "Woohoo! We're glad to hear that!"
1039
- msgstr ""
1040
 
1041
- #: ../classes/settings.php:757
1042
  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!"
1043
- msgstr ""
1044
 
1045
- #: ../classes/settings.php:761
1046
  msgid "Rate"
1047
- msgstr ""
1048
 
1049
- #: ../classes/settings.php:772
1050
  msgid "Tweet"
1051
- msgstr ""
1052
 
1053
- #: ../classes/settings.php:782
1054
  msgid "Buy Pro"
1055
- msgstr ""
1056
 
1057
- #: ../classes/settings.php:794
1058
  msgid "Support"
1059
  msgstr "Suporte"
1060
 
1061
- #: ../classes/settings.php:797
1062
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1063
  msgstr "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
1064
 
1065
- #: ../classes/settings.php:800
1066
  #, php-format
1067
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1068
  msgstr "Para a documentação completa, reportação de bugs, sugestões de recursos e outras dicas <a href='%s'>visite o site do Admin de Colunas</a>"
1069
 
1070
- #: ../classes/settings.php:829
1071
  msgid "Drag and drop to reorder"
1072
  msgstr "Arrastar e solte para reordenar"
1073
 
1074
- #: ../classes/settings.php:832
1075
  msgid "Add Column"
1076
  msgstr "Adicionar Coluna"
1077
 
1078
- #: ../classes/settings.php:908
1079
  msgid "Active"
1080
  msgstr "Ativar"
1081
 
1082
- #: ../classes/settings.php:909
1083
  msgid "Deactivate"
1084
  msgstr "Desativar"
1085
 
1086
- #: ../classes/settings.php:916
1087
  msgid "Installed"
1088
  msgstr "Instalado"
1089
 
1090
- #: ../classes/settings.php:917
1091
  msgid "Activate"
1092
  msgstr "Ativado"
1093
 
1094
- #: ../classes/settings.php:931
1095
  msgid "Download & Install"
1096
  msgstr "Baixar & Instalar"
1097
 
1098
- #: ../classes/settings.php:936
1099
  msgid "Get this add-on"
1100
  msgstr "Obter este complemento"
1101
 
1102
- #: ../classes/storage_model.php:213
1103
  msgid "settings succesfully restored."
1104
  msgstr "Configurações foram restauradas com sucesso."
1105
 
1106
- #: ../classes/storage_model.php:229
1107
  msgid "No columns settings available."
1108
  msgstr "Nenhuma configuração de colunas disponível."
1109
 
1110
- #: ../classes/storage_model.php:250
1111
  #, php-format
1112
  msgid "You are trying to store the same settings for %s."
1113
  msgstr "Você está tentando armazenar a mesma configuração para %s."
1114
 
1115
- #: ../classes/storage_model.php:254
1116
  #, php-format
1117
  msgid "Settings for %s updated succesfully."
1118
  msgstr "Configurações para %s atualizadas com sucesso."
@@ -1121,19 +1211,33 @@ msgstr "Configurações para %s atualizadas com sucesso."
1121
  msgid "Comments"
1122
  msgstr "Comentários"
1123
 
 
 
 
 
1124
  #: ../classes/storage_model/link.php:13
1125
  msgid "Links"
1126
  msgstr "Links"
1127
 
 
 
 
 
 
 
 
 
1128
  #: ../classes/storage_model/user.php:13
1129
  msgid "Users"
1130
  msgstr "Usuários"
1131
 
 
 
 
 
1132
  #: ../classes/upgrade.php:62
1133
- msgid ""
1134
- "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a "
1135
- "href=\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">is available</a>, which features a bunch of cool new features, including Direct Inline Editing!"
1136
- msgstr ""
1137
 
1138
  #: ../classes/upgrade.php:95
1139
  msgid "Upgrade"
@@ -1187,6 +1291,6 @@ msgstr "Erro"
1187
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1188
  msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
1189
 
1190
- #: ../codepress-admin-columns.php:390
1191
  msgid "Edit columns"
1192
  msgstr "Editar Colunas"
2
  # Translators:
3
  # Adriano Estevam <aestevam@gmail.com>, 2013
4
  # André Mácola Machado <andremacola@gmail.com>, 2014
5
+ # André Mácola Machado <andremacola@gmail.com>, 2015
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Admin Columns\n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
11
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
12
  "Last-Translator: Codepress <info@codepress.nl>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/admin-columns/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
24
  "X-Poedit-SearchPath-1: ..\n"
25
 
26
  #: ../classes/addons.php:110
27
+ msgid "Plugins"
28
+ msgstr "Plugins"
29
 
30
  #: ../classes/addons.php:135
31
  msgid "Advanced Custom Fields"
37
 
38
  #: ../classes/addons.php:141
39
  msgid "WooCommerce"
40
+ msgstr "WooCommerce"
41
 
42
  #: ../classes/addons.php:142
43
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
44
+ msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
45
 
46
+ #: ../classes/column.php:575
47
  msgid "Thumbnail"
48
  msgstr "Miniatura"
49
 
50
+ #: ../classes/column.php:576
51
  msgid "Medium"
52
  msgstr "Médio"
53
 
54
+ #: ../classes/column.php:577
55
  msgid "Large"
56
  msgstr "Grande"
57
 
58
+ #: ../classes/column.php:578
59
  msgid "Full"
60
  msgstr "Original"
61
 
62
+ #: ../classes/column.php:1020
63
  msgid "Date Format"
64
  msgstr "Formato de Data"
65
 
66
+ #: ../classes/column.php:1021
67
  msgid "This will determine how the date will be displayed."
68
  msgstr "Determina como a data será mostrada"
69
 
70
+ #: ../classes/column.php:1027
71
  msgid "Example:"
72
  msgstr "Exemplo"
73
 
74
+ #: ../classes/column.php:1029
75
  #, php-format
76
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
77
  msgstr "Deixe em branco para o formato padrão do Wordpress, mude o <a href=\"%s\">formato padrão data aqui</a>."
78
 
79
+ #: ../classes/column.php:1030
80
  msgid "Documentation on date and time formatting."
81
  msgstr "Documentação para formatos de data e hora"
82
 
83
+ #: ../classes/column.php:1044
84
  msgid "Excerpt length"
85
  msgstr "Tamanho do Resumo"
86
 
87
+ #: ../classes/column.php:1045
88
  msgid "Number of words"
89
  msgstr "Número de Palavras"
90
 
91
+ #: ../classes/column.php:1063
92
  msgid "Preview size"
93
  msgstr "Tamanho do preview"
94
 
95
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
96
  msgid "Custom"
97
  msgstr "Personalizado"
98
 
99
+ #: ../classes/column.php:1083 ../classes/column.php:1230
100
  msgid "width"
101
  msgstr "largura"
102
 
103
+ #: ../classes/column.php:1086
104
  msgid "height"
105
  msgstr "altura"
106
 
107
+ #: ../classes/column.php:1098
108
  msgid "Before"
109
  msgstr "Antes"
110
 
111
+ #: ../classes/column.php:1098
112
  msgid "This text will appear before the custom field value."
113
  msgstr "Este texto aparecerá antes do valor do campo personalizado."
114
 
115
+ #: ../classes/column.php:1099
116
  msgid "After"
117
  msgstr "Depois"
118
 
119
+ #: ../classes/column.php:1099
120
  msgid "This text will appear after the custom field value."
121
  msgstr "Este texto aparecerá depois do valor do campo personalizado."
122
 
123
+ #: ../classes/column.php:1108
124
+ msgid "Display Name"
125
+ msgstr "Exibir Nome"
126
+
127
+ #: ../classes/column.php:1109
128
+ msgid "First Name"
129
+ msgstr "Primeiro Nome"
130
+
131
+ #: ../classes/column.php:1110
132
+ msgid "Last Name"
133
+ msgstr "Sobrenome"
134
+
135
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
136
+ msgid "Nickname"
137
+ msgstr "Apelido"
138
+
139
+ #: ../classes/column.php:1112
140
+ msgid "User Login"
141
+ msgstr "Nome de Usuário"
142
+
143
+ #: ../classes/column.php:1113
144
+ msgid "User Email"
145
+ msgstr "Email do Usuário"
146
+
147
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
148
+ msgid "User ID"
149
+ msgstr "ID do Usuário"
150
+
151
+ #: ../classes/column.php:1115
152
+ msgid "First and Last Name"
153
+ msgstr "Nome e Sobrenome"
154
+
155
+ #: ../classes/column.php:1118
156
+ msgid "Display format"
157
+ msgstr "Formato de exibição"
158
+
159
+ #: ../classes/column.php:1118
160
+ msgid "This is the format of the author name."
161
+ msgstr "Este é o formato do nome do autor."
162
+
163
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
164
  msgid "Edit"
165
  msgstr "Editar"
166
 
167
+ #: ../classes/column.php:1254 ../classes/column.php:1346
168
+ msgid "Clone"
169
+ msgstr "Clone"
170
+
171
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
172
  msgid "Remove"
173
  msgstr "Remover"
174
 
175
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
176
  msgid "Type"
177
  msgstr "Tipo"
178
 
179
+ #: ../classes/column.php:1274
180
  msgid "Choose a column type."
181
  msgstr "Escolha um tipo."
182
 
183
+ #: ../classes/column.php:1274
184
+ msgid "Name"
185
+ msgstr "Nome"
186
 
187
+ #: ../classes/column.php:1284
188
  msgid "Label"
189
  msgstr "Titulo"
190
 
191
+ #: ../classes/column.php:1284
192
  msgid "This is the name which will appear as the column header."
193
  msgstr "Nome que aparecerá no cabeçalho da coluna."
194
 
195
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
196
  msgid "Width"
197
  msgstr "Width"
198
 
199
+ #: ../classes/column.php:1293
200
  msgid "default"
201
  msgstr "padrão"
202
 
203
+ #: ../classes/column.php:1294
204
+ msgid "auto"
205
+ msgstr "auto"
206
+
207
  #: ../classes/column/acf-placeholder.php:19
208
  msgid "ACF Field"
209
  msgstr "Campo do ACF"
210
 
211
  #: ../classes/column/acf-placeholder.php:32
212
  msgid "This feature is only available in Admin Columns Pro - Business or Developer."
213
+ msgstr "Esta funcionalidade só está disponível no Admin de Colunas Pro - Business ou Developer."
214
 
215
  #: ../classes/column/acf-placeholder.php:35
216
  #, php-format
225
  msgid "Find out more"
226
  msgstr "Saiba mais."
227
 
228
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
229
  msgid "Actions"
230
  msgstr "Ações"
231
 
232
+ #: ../classes/column/actions.php:96
233
  msgid "Use icons?"
234
+ msgstr "Usar ícones?"
235
 
236
+ #: ../classes/column/actions.php:96
237
  msgid "Use icons instead of text for displaying the actions."
238
+ msgstr "Usar ícones no lugar de textos para mostrar as ações"
239
 
240
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
241
  msgid "Yes"
242
+ msgstr "Sim"
243
 
244
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
245
  msgid "No"
246
+ msgstr "Não"
247
+
248
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
249
+ msgid "ID"
250
+ msgstr "ID"
251
 
252
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
253
  msgid "Unapprove"
254
  msgstr "Desaprovar"
255
 
256
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
257
  msgid "Approve"
258
  msgstr "Aprovar"
259
 
260
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
261
  msgid "Restore"
262
  msgstr "Restaurar"
263
 
264
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
265
  msgid "Delete Permanently"
266
  msgstr "Excluir permanentemente"
267
 
268
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
269
  msgid "Quick&nbsp;Edit"
270
  msgstr "Edição&nbsp;rápida"
271
 
272
+ #: ../classes/column/comment/actions.php:77
273
  msgid "Reply"
274
  msgstr "Responder"
275
 
310
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
311
  msgstr "Enviado em <a href=\"%1$s\">%2$s às %3$s</a>"
312
 
313
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
314
  msgid "Date"
315
  msgstr "Data"
316
 
317
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
318
  msgid "Excerpt"
319
  msgstr "Resumo"
320
 
326
  msgid "Word count"
327
  msgstr "Contador de palavras"
328
 
329
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
330
  msgid "Custom Field"
331
  msgstr "Campo personalizado"
332
 
333
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
334
  msgid "Default"
335
  msgstr "Padrão"
336
 
338
  msgid "Checkmark (true/false)"
339
  msgstr "Checkmark (true/false)"
340
 
341
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
342
  msgid "Color"
343
  msgstr "Cor"
344
 
345
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
346
  msgid "Counter"
347
  msgstr "Contador"
348
 
349
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
350
  msgid "Image"
351
  msgstr "Imagem"
352
 
354
  msgid "Media Library"
355
  msgstr "Biblioteca de mídia"
356
 
357
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
358
  msgid "Multiple Values"
359
  msgstr "Vários valores"
360
 
361
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
362
  msgid "Numeric"
363
  msgstr "Numerico"
364
 
370
  msgid "Username (User ID's)"
371
  msgstr "Usuário (User ID's)"
372
 
373
+ #: ../classes/column/custom-field.php:106
374
+ msgid "Term Name (Term ID's)"
375
+ msgstr "Nome do Termo (Termo ID's)"
376
+
377
+ #: ../classes/column/custom-field.php:390
378
  msgid "Select your custom field."
379
  msgstr "Selecione seu campo personalizado"
380
 
381
+ #: ../classes/column/custom-field.php:400
382
  msgid "No custom fields available."
383
  msgstr "Nenhum campo personalizado disponível"
384
 
385
+ #: ../classes/column/custom-field.php:400
386
+ #, php-format
387
+ msgid "Please create a %s item first."
388
+ msgstr "Por favor, crie um ítem %s primeiro"
389
+
390
+ #: ../classes/column/custom-field.php:407
391
  msgid "Field Type"
392
  msgstr "Tipo de campo"
393
 
394
+ #: ../classes/column/custom-field.php:407
395
  msgid "This will determine how the value will be displayed."
396
  msgstr "Isso determinará como o valor será exibido."
397
 
432
  msgid "Target"
433
  msgstr "Alvo"
434
 
435
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
436
+ msgid "Trash"
437
+ msgstr "Lixeira"
438
+
439
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
440
+ #, php-format
441
+ msgid "View &#8220;%s&#8221;"
442
+ msgstr "Visualizar &#8220;%s&#8221;"
443
+
444
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
445
+ msgid "View"
446
+ msgstr "Visualizar"
447
+
448
+ #: ../classes/column/media/actions.php:35
449
+ msgid "Attach"
450
+ msgstr "Anexar"
451
+
452
  #: ../classes/column/media/alternate-text.php:19
453
  msgid "Alt"
454
  msgstr "Alt"
455
 
456
+ #: ../classes/column/media/attached-to.php:19
457
+ msgid "Attached to post"
458
+ msgstr "Anexar ao post"
459
+
460
  #: ../classes/column/media/available-sizes.php:20
461
  msgid "Available Sizes"
462
  msgstr "Tamanhos disponíveis"
521
  msgid "File size"
522
  msgstr "Tamanho do arquivo"
523
 
524
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
525
  msgid "Full path"
526
  msgstr "Caminho completo"
527
 
528
+ #: ../classes/column/media/full-path.php:83
529
+ msgid "Path scope"
530
+ msgstr "Extensão do caminho"
531
+
532
+ #: ../classes/column/media/full-path.php:84
533
+ msgid "Part of the file path to display"
534
+ msgstr "Parte do caminho do arquivo para exibir"
535
+
536
+ #: ../classes/column/media/full-path.php:97
537
+ msgid "Relative to domain"
538
+ msgstr "Relativo ao domínio"
539
+
540
+ #: ../classes/column/media/full-path.php:102
541
+ msgid "Relative to main uploads folder "
542
+ msgstr "Relativo à pasta principal de upload"
543
+
544
  #: ../classes/column/media/height.php:19
545
  msgid "Height"
546
  msgstr "Altura"
549
  msgid "Mime type"
550
  msgstr "Mime type"
551
 
552
+ #: ../classes/column/post/actions.php:32
553
  msgid "Edit this item"
554
  msgstr "Editar este ítem"
555
 
556
+ #: ../classes/column/post/actions.php:35
557
  msgid "Edit this item inline"
558
  msgstr "Editar este ítem inline"
559
 
560
+ #: ../classes/column/post/actions.php:40
561
  msgid "Restore this item from the Trash"
562
  msgstr "Restaurar este ítem da Lixeira"
563
 
564
+ #: ../classes/column/post/actions.php:42
565
  msgid "Move this item to the Trash"
566
  msgstr "Mover este ítem para a Lixeira"
567
 
568
+ #: ../classes/column/post/actions.php:44
 
 
 
 
569
  msgid "Delete this item permanently"
570
  msgstr "Excluir este ítem permanentemente"
571
 
572
+ #: ../classes/column/post/actions.php:49
573
  #, php-format
574
  msgid "Preview &#8220;%s&#8221;"
575
  msgstr "Preview &#8220;%s&#8221;"
576
 
577
+ #: ../classes/column/post/actions.php:49
578
  msgid "Preview"
579
  msgstr "Preview"
580
 
 
 
 
 
 
 
 
 
 
581
  #: ../classes/column/post/attachment-count.php:19
582
  msgid "No. of Attachments"
583
  msgstr "No. de Anexos"
584
 
585
  #: ../classes/column/post/attachment.php:19
586
+ msgid "Attachments"
587
  msgstr "Anexos"
588
 
589
  #: ../classes/column/post/author-name.php:20
590
  msgid "Display Author As"
591
  msgstr "Exibir Autor Como"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: ../classes/column/post/before-moretag.php:19
594
  msgid "Before More Tag"
595
  msgstr "Antes de Mais Tag"
618
  msgid "Select which comment status you like to display."
619
  msgstr "Selecione qual status de comentário para exibição."
620
 
621
+ #: ../classes/column/post/content.php:19
622
+ msgid "Content"
623
+ msgstr "Conteúdo"
624
+
625
+ #: ../classes/column/post/date-published.php:17
626
+ msgid "Date Published"
627
+ msgstr "Data de Publicação"
628
+
629
+ #: ../classes/column/post/depth.php:19
630
+ msgid "Depth"
631
+ msgstr "Profundidade"
632
+
633
+ #: ../classes/column/post/estimated-reading-time.php:19
634
+ msgid "Estimated Reading Time"
635
+ msgstr "Tempo Estimado de Leitura"
636
+
637
+ #: ../classes/column/post/estimated-reading-time.php:103
638
+ msgid "Words per minute"
639
+ msgstr "Palavras por minuto"
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:104
642
+ msgid "Estimated reading time in words per minute"
643
+ msgstr "Tempo estimado de leitura em palavras por minuto"
644
+
645
  #: ../classes/column/post/featured-image.php:19
646
  msgid "Featured Image"
647
  msgstr "Imagem Destacada"
650
  msgid "Post Format"
651
  msgstr "Formato do Post"
652
 
653
+ #: ../classes/column/post/last-modified-author.php:20
654
+ msgid "Last Modified Author"
655
+ msgstr "Último Autor Modificado"
656
+
657
  #: ../classes/column/post/modified.php:19
658
  msgid "Last modified"
659
  msgstr "Última modificação"
672
 
673
  #: ../classes/column/post/path.php:19
674
  msgid "Path"
675
+ msgstr "Caminho"
676
 
677
  #: ../classes/column/post/permalink.php:19
678
  msgid "Permalink"
680
 
681
  #: ../classes/column/post/permalink.php:68
682
  msgid "Link to post"
683
+ msgstr "Link para o post"
684
 
685
  #: ../classes/column/post/permalink.php:68
686
  msgid "This will make the permalink clickable."
687
+ msgstr "Isso fará com que o permalink seja clicável."
688
 
689
  #: ../classes/column/post/ping-status.php:19
690
  msgid "Ping status"
694
  msgid "Roles"
695
  msgstr "Regras"
696
 
697
+ #: ../classes/column/post/shortcodes.php:19
698
+ msgid "Shortcodes"
699
+ msgstr "Shortcodes"
700
+
701
  #: ../classes/column/post/slug.php:19
702
  msgid "Slug"
703
  msgstr "Slug"
736
 
737
  #: ../classes/column/post/title-raw.php:19
738
  msgid "Title without actions"
739
+ msgstr "Título sem ações"
740
 
741
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
742
  msgid "Taxonomy"
743
  msgstr "Taxonomia"
744
 
745
  #: ../classes/column/used-by-menu.php:20
746
  msgid "Used by Menu"
747
+ msgstr "Usado pelo Menu"
748
 
749
  #: ../classes/column/used-by-menu.php:133
750
  msgid "Link to menu"
751
+ msgstr "Link para o menu"
752
 
753
  #: ../classes/column/used-by-menu.php:133
754
  msgid "This will make the title link to the menu."
755
+ msgstr "Isso fará o link do título para o menu."
756
 
757
  #: ../classes/column/user/comment-count.php:19
758
  msgid "Comment Count"
759
  msgstr "Contagem de Comentário"
760
 
761
+ #: ../classes/column/user/display-name.php:19
762
+ msgid "Display name"
763
+ msgstr "Nome de exibição"
764
+
765
  #: ../classes/column/user/first-name.php:19
766
  msgid "First name"
767
  msgstr "Primeiro nome"
782
  msgid "Registered"
783
  msgstr "Registrado"
784
 
785
+ #: ../classes/column/user/rich-editing.php:19
786
+ msgid "Visual Editor"
787
+ msgstr "Editor Visual"
788
+
789
  #: ../classes/column/user/url.php:19
790
  msgid "Url"
791
  msgstr "Url"
792
 
793
+ #: ../classes/settings.php:112
794
  msgid "Add-on successfully activated."
795
  msgstr "Add-on ativado com sucesso."
796
 
797
+ #: ../classes/settings.php:115
798
  msgid "Add-on successfully deactivated."
799
  msgstr "Add-on desativado com sucesso"
800
 
801
+ #: ../classes/settings.php:170
802
  msgid "Admin Columns Settings"
803
  msgstr "Configurações do Admin de Colunas"
804
 
805
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
806
  msgid "Admin Columns"
807
  msgstr "Admin de Colunas"
808
 
809
+ #: ../classes/settings.php:218
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
812
  msgstr "%s coluna já está inclusa e não pode ser duplicada."
813
 
814
+ #: ../classes/settings.php:272
815
  msgid "Default settings succesfully restored."
816
  msgstr "Configurações padrão restauradas com sucesso."
817
 
818
+ #: ../classes/settings.php:289
819
  msgid "Overview"
820
  msgstr "Overview"
821
 
822
+ #: ../classes/settings.php:292
823
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
824
  msgstr "Este plugin serve para adicionar e remover colunas extras nas telas de administração de posts(tipos), páginas, biblioteca de mídia, comentários, links e usuários. Alterar rótulo da coluna e reordená-los."
825
 
826
+ #: ../classes/settings.php:295
827
  msgid "Basics"
828
  msgstr "Básicas"
829
 
830
+ #: ../classes/settings.php:297
831
  msgid "Change order"
832
  msgstr "Alterar ordem"
833
 
834
+ #: ../classes/settings.php:298
835
  msgid "By dragging the columns you can change the order which they will appear in."
836
  msgstr "Arrastando as colunas você pode alterar a ordem em que elas aparecem."
837
 
838
+ #: ../classes/settings.php:299
839
  msgid "Change label"
840
  msgstr "Alterar label"
841
 
842
+ #: ../classes/settings.php:300
843
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
844
  msgstr "Clicando no triângulo você verá as opções da coluna. Você pode alterar cada rótulo do cabeçalho das colunas."
845
 
846
+ #: ../classes/settings.php:301
847
  msgid "Change column width"
848
  msgstr "Alterar tamanho da coluna"
849
 
850
+ #: ../classes/settings.php:302
851
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
852
  msgstr "Clicando no triângulo você verá as opções da coluna. Usando o campo de slider você pode setar a largura da coluna em porcentagem."
853
 
854
+ #: ../classes/settings.php:308
855
  msgid "'Custom Field' column"
856
  msgstr "Coluna 'Campo Personalizado'"
857
 
858
+ #: ../classes/settings.php:309
859
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
860
  msgstr "A coluna de campo personalizado usa os campos personalizados dos posts e usuários. Existem 10 tipos que você pode setar."
861
 
862
+ #: ../classes/settings.php:311
863
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
864
  msgstr "Valor: Pode ser uma string ou array. Arrays serão 'flattened' e seus valores separados por ',' vírgula."
865
 
866
+ #: ../classes/settings.php:312
867
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
868
  msgstr "Valor: deverá conter uma URL da imagem ou IDs dos Anexos ( separados por uma ',' vírgula )."
869
 
870
+ #: ../classes/settings.php:313
871
  msgid "Value: This will show the first 20 words of the Post content."
872
  msgstr "Valor: Mostrará as primeiras 20 palavras do conteúdo do Post."
873
 
874
+ #: ../classes/settings.php:314
875
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
876
  msgstr "Valor: Deverá ser um array. Irá 'flatten' qualquer array ( multidimensional )."
877
 
878
+ #: ../classes/settings.php:315
879
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
880
  msgstr "Valor: Apenas números inteiros.<br/>Se você tem o 'addon de ordenação' isso vai ser usado para classificação, de modo que você possa ordenar seus posts em valores numéricos (campo personalizado)."
881
 
882
+ #: ../classes/settings.php:316
883
  #, php-format
884
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
885
  msgstr "Valor: Pode ser unix timestamp ou um formato de data como relatado no <a href='%s'>Codex</a>. Você pode mudar o formato de saída da data na página de <a href='%s'>configurações</a>."
886
 
887
+ #: ../classes/settings.php:317
888
  msgid "Post Titles"
889
  msgstr "Títulos do Post"
890
 
891
+ #: ../classes/settings.php:317
892
  msgid "Value: can be one or more Post ID's (seperated by ',')."
893
  msgstr "Valor: pode ser um ou mais Post ID's (separado por ',')."
894
 
895
+ #: ../classes/settings.php:318
896
  msgid "Usernames"
897
  msgstr "Usuários"
898
 
899
+ #: ../classes/settings.php:318
900
  msgid "Value: can be one or more User ID's (seperated by ',')."
901
  msgstr "Valor: pode ser um ou mais ID's dos Usuários (separado por ',')."
902
 
903
+ #: ../classes/settings.php:319
904
  msgid "Checkmark"
905
  msgstr "Checkmark"
906
 
907
+ #: ../classes/settings.php:319
908
  msgid "Value: should be a 1 (one) or 0 (zero)."
909
  msgstr "Valor: deverá ser 1 (um) u 0 (zero)."
910
 
911
+ #: ../classes/settings.php:320
912
  msgid "Value: hex value color, such as #808080."
913
  msgstr "Valor: Valor hexadecimal, ex: #808080."
914
 
915
+ #: ../classes/settings.php:321
916
  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."
917
  msgstr "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes que a 'meta_key' é usada pelo item."
918
 
919
+ #: ../classes/settings.php:410
920
  msgid "Welcome to Admin Columns"
921
  msgstr "Bem vindo ao Admin de Colunas"
922
 
923
+ #: ../classes/settings.php:413
924
  msgid "Thank you for updating to the latest version!"
925
  msgstr "Obrigado por atualizar para a última versão!"
926
 
927
+ #: ../classes/settings.php:414
928
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
929
  msgstr "Admin de Colunas está mais polido e divertido do que nunca. Esperamos que você goste."
930
 
931
+ #: ../classes/settings.php:419
932
  msgid "What’s New"
933
  msgstr "O que há de novo"
934
 
935
+ #: ../classes/settings.php:420
936
  msgid "Changelog"
937
  msgstr "Log de Mudanças"
938
 
939
+ #: ../classes/settings.php:425
940
  msgid "Important"
941
  msgstr "Importante"
942
 
943
+ #: ../classes/settings.php:427
944
  msgid "Database Changes"
945
  msgstr "Alterações no banco de dados"
946
 
947
+ #: ../classes/settings.php:428
948
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
949
  msgstr "O banco de dados foi alterado entre as versões 1 e 2, mas nós temos certeza que você pode voltar para a versão 1x sem nenhum problema."
950
 
951
+ #: ../classes/settings.php:431
952
  msgid "Make sure you backup your database and then click"
953
  msgstr "Verifique se você realizou o backup do banco de dados antes de continuar"
954
 
955
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
956
  msgid "Upgrade Database"
957
  msgstr "Atualização do Banco de Dados"
958
 
959
+ #: ../classes/settings.php:434
960
  msgid "Potential Issues"
961
  msgstr "Potenciais Problemas"
962
 
963
+ #: ../classes/settings.php:435
964
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
965
  msgstr "Faça o refatoramento do seu código em torno dos Complementos e ação/filtros, seu website poderá não funcionar corretamente. É importante que você leia por completo"
966
 
967
+ #: ../classes/settings.php:435
968
  msgid "Migrating from v1 to v2"
969
  msgstr "Migrando da v1 para v2"
970
 
971
+ #: ../classes/settings.php:435
972
  msgid "guide to view the full list of changes."
973
  msgstr "Guia para visualização de todas as alterações."
974
 
975
+ #: ../classes/settings.php:435
976
  #, php-format
977
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
978
  msgstr "Ao encontrar um bug, por favor <a href=\"%s\">reporte para nós</a> para arrumarmos na próxima versão."
979
 
980
+ #: ../classes/settings.php:438
981
  msgid "Important!"
982
  msgstr "Importante!"
983
 
984
+ #: ../classes/settings.php:438
985
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
986
  msgstr "Se você atualizou o plugin Admin de Colunas sem o devido conhecimento das mudanças, por favor volte a última versão"
987
 
988
+ #: ../classes/settings.php:438
989
  msgid "version 1"
990
  msgstr "versão 1"
991
 
992
+ #: ../classes/settings.php:438
993
  msgid "of this plugin."
994
  msgstr "deste plugin."
995
 
996
+ #: ../classes/settings.php:444
997
  msgid "Changelog for"
998
  msgstr "Log de alterações para"
999
 
1000
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1001
  msgid "Learn more"
1002
  msgstr "Saiba mais"
1003
 
1004
+ #: ../classes/settings.php:469
1005
  msgid "Start using Admin Columns"
1006
  msgstr "Comece a usar o Admin de Colunas"
1007
 
1008
+ #: ../classes/settings.php:512
1009
  msgid "General Settings"
1010
  msgstr "Configurações"
1011
 
1012
+ #: ../classes/settings.php:513
1013
  msgid "Customize your Admin Columns settings."
1014
  msgstr "Customize as configurações do seu Admin de Colunas."
1015
 
1016
+ #: ../classes/settings.php:524
1017
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1018
+ msgstr "Mostrar botão \"Editar Colunas\" nas telas de administração. Padrão é: <code>ativado</code>"
1019
 
1020
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1021
  msgid "Save"
1022
  msgstr "Salvar"
1023
 
1024
+ #: ../classes/settings.php:571
1025
  msgid "Restore Settings"
1026
  msgstr "Restaurar Configurações"
1027
 
1028
+ #: ../classes/settings.php:572
1029
  msgid "This will delete all column settings and restore the default settings."
1030
  msgstr "Apagará todas as configurações de colunas e restaurar a configuração padrão."
1031
 
1032
+ #: ../classes/settings.php:578
1033
  msgid "Restore default settings"
1034
  msgstr "Restaurar configuração padrão"
1035
 
1036
+ #: ../classes/settings.php:578
1037
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1038
  msgstr "Atenção! Todos os dados salvos do administrador de colunas serão excluídos. Isto não poderá ser desfeito. \\'OK\\' para excluir, \\'Cancelar\\' para interromper"
1039
 
1040
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1041
  msgid "Settings"
1042
  msgstr "Configurações"
1043
 
1044
+ #: ../classes/settings.php:601
1045
  msgid "Add-ons"
1046
  msgstr "Complementos"
1047
 
1048
+ #: ../classes/settings.php:631
1049
  msgid "Posttypes"
1050
  msgstr "Tipos de Post"
1051
 
1052
+ #: ../classes/settings.php:632
1053
  msgid "Others"
1054
  msgstr "Outros"
1055
 
1056
+ #: ../classes/settings.php:633
1057
  msgid "Taxonomies"
1058
  msgstr "Taxonomias"
1059
 
1060
+ #: ../classes/settings.php:652
1061
  #, php-format
1062
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1063
+ msgstr "As colunas para %s são setadas via PHP e portanto não podem ser editadas pelo painel de administração"
1064
 
1065
+ #: ../classes/settings.php:662
1066
  msgid "Store settings"
1067
  msgstr "Configurações armazenadas"
1068
 
1069
+ #: ../classes/settings.php:666
1070
  msgid "Update"
1071
  msgstr "Atualização"
1072
 
1073
+ #: ../classes/settings.php:670
1074
  #, php-format
1075
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1076
  msgstr "Atenção! Dados das colunas %s serão excluídos. Isto não poderá ser desfeito. \\'OK\\' para excluir, \\'Cancelar\\' para interromper"
1077
 
1078
+ #: ../classes/settings.php:671
1079
  msgid "columns"
1080
  msgstr "colunas"
1081
 
1082
+ #: ../classes/settings.php:690
1083
  msgid "Get Admin Columns Pro"
1084
  msgstr "Obter Admin de Colunas Pro"
1085
 
1086
+ #: ../classes/settings.php:694
1087
  msgid "Add Sorting"
1088
  msgstr "Adicionar Classificação"
1089
 
1090
+ #: ../classes/settings.php:695
1091
  msgid "Add Filtering"
1092
  msgstr "Adicionar Filtragem"
1093
 
1094
+ #: ../classes/settings.php:696
1095
  msgid "Add Import/Export"
1096
  msgstr "Adicionar Importar/Exportar"
1097
 
1098
+ #: ../classes/settings.php:697
1099
  msgid "Add Direct Editing"
1100
  msgstr "Adicionar Edição Direta"
1101
 
1102
+ #: ../classes/settings.php:700
1103
  #, php-format
1104
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1105
  msgstr "Confira <a href=\"%s\">Admin de Colunas Pro</a> para mais detalhes!"
1106
 
1107
+ #: ../classes/settings.php:731
1108
  msgid "Are you happy with Admin Columns?"
1109
+ msgstr "Você está feliz com o Administrador de Colunas?"
1110
 
1111
+ #: ../classes/settings.php:739
1112
  msgid "What's wrong? Need help? Let us know!"
1113
+ msgstr "Algum problema? Precisa de ajuda? Deixe-nos saber!"
1114
 
1115
+ #: ../classes/settings.php:740
1116
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1117
+ msgstr "Confira a nossa extensa documentação, ou você pode abrir um tópico de suporte no WordPress.org!"
1118
 
1119
+ #: ../classes/settings.php:748
1120
  msgid "Docs"
1121
+ msgstr "Docs"
1122
 
1123
+ #: ../classes/settings.php:753
1124
  msgid "Forums"
1125
+ msgstr "Forums"
1126
 
1127
+ #: ../classes/settings.php:762
1128
  msgid "Woohoo! We're glad to hear that!"
1129
+ msgstr "Woohoo! Estamos felizes em saber disto!"
1130
 
1131
+ #: ../classes/settings.php:763
1132
  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!"
1133
+ msgstr "Nós realmente adoraríamos se você puder mostrar seu apreço nos avaliando no WordPress.org ou twittar sobre o Administrador de Colunas!"
1134
 
1135
+ #: ../classes/settings.php:767
1136
  msgid "Rate"
1137
+ msgstr "Avaliar"
1138
 
1139
+ #: ../classes/settings.php:778
1140
  msgid "Tweet"
1141
+ msgstr "Twittar"
1142
 
1143
+ #: ../classes/settings.php:788
1144
  msgid "Buy Pro"
1145
+ msgstr "Comprar versão PRO"
1146
 
1147
+ #: ../classes/settings.php:800
1148
  msgid "Support"
1149
  msgstr "Suporte"
1150
 
1151
+ #: ../classes/settings.php:803
1152
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1153
  msgstr "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
1154
 
1155
+ #: ../classes/settings.php:806
1156
  #, php-format
1157
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1158
  msgstr "Para a documentação completa, reportação de bugs, sugestões de recursos e outras dicas <a href='%s'>visite o site do Admin de Colunas</a>"
1159
 
1160
+ #: ../classes/settings.php:835
1161
  msgid "Drag and drop to reorder"
1162
  msgstr "Arrastar e solte para reordenar"
1163
 
1164
+ #: ../classes/settings.php:838
1165
  msgid "Add Column"
1166
  msgstr "Adicionar Coluna"
1167
 
1168
+ #: ../classes/settings.php:919
1169
  msgid "Active"
1170
  msgstr "Ativar"
1171
 
1172
+ #: ../classes/settings.php:920
1173
  msgid "Deactivate"
1174
  msgstr "Desativar"
1175
 
1176
+ #: ../classes/settings.php:927
1177
  msgid "Installed"
1178
  msgstr "Instalado"
1179
 
1180
+ #: ../classes/settings.php:928
1181
  msgid "Activate"
1182
  msgstr "Ativado"
1183
 
1184
+ #: ../classes/settings.php:942
1185
  msgid "Download & Install"
1186
  msgstr "Baixar & Instalar"
1187
 
1188
+ #: ../classes/settings.php:947
1189
  msgid "Get this add-on"
1190
  msgstr "Obter este complemento"
1191
 
1192
+ #: ../classes/storage_model.php:227
1193
  msgid "settings succesfully restored."
1194
  msgstr "Configurações foram restauradas com sucesso."
1195
 
1196
+ #: ../classes/storage_model.php:243
1197
  msgid "No columns settings available."
1198
  msgstr "Nenhuma configuração de colunas disponível."
1199
 
1200
+ #: ../classes/storage_model.php:264
1201
  #, php-format
1202
  msgid "You are trying to store the same settings for %s."
1203
  msgstr "Você está tentando armazenar a mesma configuração para %s."
1204
 
1205
+ #: ../classes/storage_model.php:268
1206
  #, php-format
1207
  msgid "Settings for %s updated succesfully."
1208
  msgstr "Configurações para %s atualizadas com sucesso."
1211
  msgid "Comments"
1212
  msgstr "Comentários"
1213
 
1214
+ #: ../classes/storage_model/comment.php:14
1215
+ msgid "Comment"
1216
+ msgstr "Comentário"
1217
+
1218
  #: ../classes/storage_model/link.php:13
1219
  msgid "Links"
1220
  msgstr "Links"
1221
 
1222
+ #: ../classes/storage_model/link.php:14
1223
+ msgid "Link"
1224
+ msgstr "Link"
1225
+
1226
+ #: ../classes/storage_model/media.php:14
1227
+ msgid "Media"
1228
+ msgstr "Mídia"
1229
+
1230
  #: ../classes/storage_model/user.php:13
1231
  msgid "Users"
1232
  msgstr "Usuários"
1233
 
1234
+ #: ../classes/storage_model/user.php:14
1235
+ msgid "User"
1236
+ msgstr "Usuário"
1237
+
1238
  #: ../classes/upgrade.php:62
1239
+ msgid "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">is available</a>, which features a bunch of cool new features, including Direct Inline Editing!"
1240
+ msgstr "<strong>Importante:</strong> Nós&#39 percebemos que você&#39 está usando o <em>Pro add-on</em>, o qual não é mais suportado pelo Administrador de Colunas 2.2+. No entando uma Licença gratuita do <strong>Administrador de Colunas PRO</strong> <a href=\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">está disponível</a>, que inclui várias funcionalidades legais incluindo a Edição Inline Direta!"
 
 
1241
 
1242
  #: ../classes/upgrade.php:95
1243
  msgid "Upgrade"
1291
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1292
  msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
1293
 
1294
+ #: ../codepress-admin-columns.php:442
1295
  msgid "Edit columns"
1296
  msgstr "Editar Colunas"
languages/cpac-ru_RU.mo CHANGED
Binary file
languages/cpac-ru_RU.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Admin Columns\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
8
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
9
  "Last-Translator: Codepress <info@codepress.nl>\n"
10
  "Language-Team: Russian (http://www.transifex.com/projects/p/admin-columns/language/ru/)\n"
11
  "MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language: ru\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 1.7.1\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../classes/addons.php:110
24
- msgid "Third party plugin integration"
25
- msgstr "Интеграция плагина третьей стороной"
26
 
27
  #: ../classes/addons.php:135
28
  msgid "Advanced Custom Fields"
@@ -40,119 +40,168 @@ msgstr ""
40
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
41
  msgstr ""
42
 
43
- #: ../classes/column.php:500
44
  msgid "Thumbnail"
45
  msgstr "Миниатюра"
46
 
47
- #: ../classes/column.php:501
48
  msgid "Medium"
49
  msgstr "Средний"
50
 
51
- #: ../classes/column.php:502
52
  msgid "Large"
53
  msgstr "Большой"
54
 
55
- #: ../classes/column.php:503
56
  msgid "Full"
57
  msgstr "Полный"
58
 
59
- #: ../classes/column.php:863
60
  msgid "Date Format"
61
  msgstr "Формат даты"
62
 
63
- #: ../classes/column.php:864
64
  msgid "This will determine how the date will be displayed."
65
  msgstr "Это определяет отображение даты."
66
 
67
- #: ../classes/column.php:870
68
  msgid "Example:"
69
  msgstr "Пример:"
70
 
71
- #: ../classes/column.php:872
72
  #, php-format
73
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
74
  msgstr "Оставьте пустым для формата даты WordPress, измените <a href=\"%s\">default date format here</a>."
75
 
76
- #: ../classes/column.php:873
77
  msgid "Documentation on date and time formatting."
78
  msgstr "Документация по форматированию даты и времени."
79
 
80
- #: ../classes/column.php:887
81
  msgid "Excerpt length"
82
  msgstr "Длина отрывка"
83
 
84
- #: ../classes/column.php:888
85
  msgid "Number of words"
86
  msgstr "Количество слов"
87
 
88
- #: ../classes/column.php:906
89
  msgid "Preview size"
90
  msgstr "Размер просмотра"
91
 
92
- #: ../classes/column.php:923 ../classes/storage_model.php:534
93
  msgid "Custom"
94
  msgstr "Пользовательский"
95
 
96
- #: ../classes/column.php:926
97
  msgid "width"
98
  msgstr "ширина"
99
 
100
- #: ../classes/column.php:929
101
  msgid "height"
102
  msgstr "высота"
103
 
104
- #: ../classes/column.php:943
105
  msgid "Before"
106
  msgstr "Перед"
107
 
108
- #: ../classes/column.php:943
109
  msgid "This text will appear before the custom field value."
110
  msgstr "Этот текст появится перед значением настраиваемого поля."
111
 
112
- #: ../classes/column.php:949
113
  msgid "After"
114
  msgstr "После"
115
 
116
- #: ../classes/column.php:949
117
  msgid "This text will appear after the custom field value."
118
  msgstr "Этот текст появится перед значением настраиваемого поля."
119
 
120
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  msgid "Edit"
122
  msgstr "Редактировать"
123
 
124
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
125
  msgid "Remove"
126
  msgstr "Удалить"
127
 
128
- #: ../classes/column.php:1062
129
  msgid "Type"
130
  msgstr "Тип"
131
 
132
- #: ../classes/column.php:1062
133
  msgid "Choose a column type."
134
  msgstr "Выбрать тип колонки"
135
 
136
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
137
- msgid "ID"
138
- msgstr "ID"
139
 
140
- #: ../classes/column.php:1072
141
  msgid "Label"
142
  msgstr "Метка"
143
 
144
- #: ../classes/column.php:1072
145
  msgid "This is the name which will appear as the column header."
146
  msgstr "Это имя, которое будет отображаться в качестве заголовка столбца."
147
 
148
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
149
  msgid "Width"
150
  msgstr "Ширина"
151
 
152
- #: ../classes/column.php:1081 ../classes/column.php:1082
153
  msgid "default"
154
  msgstr "по умолчанию"
155
 
 
 
 
 
156
  #: ../classes/column/acf-placeholder.php:19
157
  msgid "ACF Field"
158
  msgstr "Поле ACF"
@@ -174,47 +223,51 @@ msgstr "Admin Columns Pro - Разработчик предлагает полн
174
  msgid "Find out more"
175
  msgstr "Узнайте больше"
176
 
177
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
178
  msgid "Actions"
179
  msgstr "действия"
180
 
181
- #: ../classes/column/actions.php:87
182
  msgid "Use icons?"
183
  msgstr ""
184
 
185
- #: ../classes/column/actions.php:87
186
  msgid "Use icons instead of text for displaying the actions."
187
  msgstr ""
188
 
189
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
190
  msgid "Yes"
191
  msgstr ""
192
 
193
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
194
  msgid "No"
195
  msgstr ""
196
 
197
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
198
  msgid "Unapprove"
199
  msgstr "Отклонить"
200
 
201
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
202
  msgid "Approve"
203
  msgstr "Утвердить"
204
 
205
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
206
  msgid "Restore"
207
  msgstr "Восстановить"
208
 
209
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
210
  msgid "Delete Permanently"
211
  msgstr "Удалить полностью"
212
 
213
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
214
  msgid "Quick&nbsp;Edit"
215
  msgstr "Quick&nbsp;Edit"
216
 
217
- #: ../classes/column/comment/actions.php:101
218
  msgid "Reply"
219
  msgstr "Ответить"
220
 
@@ -255,11 +308,11 @@ msgstr "Дата GMT"
255
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
256
  msgstr "Подтверждено на <a href=\"%1$s\">%2$s at %3$s</a>"
257
 
258
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
259
  msgid "Date"
260
  msgstr "Дата"
261
 
262
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
263
  msgid "Excerpt"
264
  msgstr "Отрывок"
265
 
@@ -271,11 +324,11 @@ msgstr "В ответ на"
271
  msgid "Word count"
272
  msgstr "Счетчик слов"
273
 
274
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
275
  msgid "Custom Field"
276
  msgstr "Пользовательское поле"
277
 
278
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
279
  msgid "Default"
280
  msgstr "По умолчанию"
281
 
@@ -283,15 +336,15 @@ msgstr "По умолчанию"
283
  msgid "Checkmark (true/false)"
284
  msgstr "Галочка (true/false)"
285
 
286
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
287
  msgid "Color"
288
  msgstr "Цвет"
289
 
290
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
291
  msgid "Counter"
292
  msgstr "Счетчик"
293
 
294
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
295
  msgid "Image"
296
  msgstr "Изображение"
297
 
@@ -299,11 +352,11 @@ msgstr "Изображение"
299
  msgid "Media Library"
300
  msgstr "Медиа библиотека"
301
 
302
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
303
  msgid "Multiple Values"
304
  msgstr "Несколько значений"
305
 
306
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
307
  msgid "Numeric"
308
  msgstr "Числовой"
309
 
@@ -315,19 +368,28 @@ msgstr "Заголовок поста (Post ID's)"
315
  msgid "Username (User ID's)"
316
  msgstr "Имя пользователя (User ID's)"
317
 
318
- #: ../classes/column/custom-field.php:356
 
 
 
 
319
  msgid "Select your custom field."
320
  msgstr "Выберитрать пользовательское поле."
321
 
322
- #: ../classes/column/custom-field.php:366
323
  msgid "No custom fields available."
324
  msgstr "Нет доступных пользовательских полей."
325
 
326
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
327
  msgid "Field Type"
328
  msgstr "Тип поля"
329
 
330
- #: ../classes/column/custom-field.php:373
331
  msgid "This will determine how the value will be displayed."
332
  msgstr "От этого будет зависеть, как будет отображаться значение."
333
 
@@ -368,10 +430,31 @@ msgstr "RSS"
368
  msgid "Target"
369
  msgstr "Цель"
370
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  #: ../classes/column/media/alternate-text.php:19
372
  msgid "Alt"
373
  msgstr "Вариант"
374
 
 
 
 
 
375
  #: ../classes/column/media/available-sizes.php:20
376
  msgid "Available Sizes"
377
  msgstr "Доступные размеры"
@@ -436,10 +519,26 @@ msgstr "Имя файла"
436
  msgid "File size"
437
  msgstr "Размер файла"
438
 
439
- #: ../classes/column/media/full-path.php:19
440
  msgid "Full path"
441
  msgstr "Полный путь"
442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  #: ../classes/column/media/height.php:19
444
  msgid "Height"
445
  msgstr "Высота"
@@ -448,96 +547,47 @@ msgstr "Высота"
448
  msgid "Mime type"
449
  msgstr "MIME тип"
450
 
451
- #: ../classes/column/post/actions.php:31
452
  msgid "Edit this item"
453
  msgstr "Редактировать этот объект"
454
 
455
- #: ../classes/column/post/actions.php:34
456
  msgid "Edit this item inline"
457
  msgstr "Редактировать этот объект инлайн"
458
 
459
- #: ../classes/column/post/actions.php:39
460
  msgid "Restore this item from the Trash"
461
  msgstr "Восстановить этот объект из корзины"
462
 
463
- #: ../classes/column/post/actions.php:41
464
  msgid "Move this item to the Trash"
465
  msgstr "Перенести этот объект в корзину"
466
 
467
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
468
- msgid "Trash"
469
- msgstr "Корзина"
470
-
471
- #: ../classes/column/post/actions.php:43
472
  msgid "Delete this item permanently"
473
  msgstr "Удалить этот объект окончательно"
474
 
475
- #: ../classes/column/post/actions.php:48
476
  #, php-format
477
  msgid "Preview &#8220;%s&#8221;"
478
  msgstr "Просмотр &#8220;%s&#8221;"
479
 
480
- #: ../classes/column/post/actions.php:48
481
  msgid "Preview"
482
  msgstr "Просмотр"
483
 
484
- #: ../classes/column/post/actions.php:50
485
- #, php-format
486
- msgid "View &#8220;%s&#8221;"
487
- msgstr "Смотреть &#8220;%s&#8221;"
488
-
489
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
490
- msgid "View"
491
- msgstr "Смотреть"
492
-
493
  #: ../classes/column/post/attachment-count.php:19
494
  msgid "No. of Attachments"
495
  msgstr "Кол-во приложений"
496
 
497
  #: ../classes/column/post/attachment.php:19
498
- msgid "Attachment"
499
- msgstr "Приложение"
500
 
501
  #: ../classes/column/post/author-name.php:20
502
  msgid "Display Author As"
503
  msgstr "Показать автора как"
504
 
505
- #: ../classes/column/post/author-name.php:40
506
- msgid "Display Name"
507
- msgstr "Отображаемое имя"
508
-
509
- #: ../classes/column/post/author-name.php:41
510
- msgid "First Name"
511
- msgstr "Имя"
512
-
513
- #: ../classes/column/post/author-name.php:42
514
- msgid "Last Name"
515
- msgstr "Фамилия"
516
-
517
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
518
- msgid "Nickname"
519
- msgstr "Ник"
520
-
521
- #: ../classes/column/post/author-name.php:44
522
- msgid "User Login"
523
- msgstr "Логин пользователя"
524
-
525
- #: ../classes/column/post/author-name.php:45
526
- msgid "User Email"
527
- msgstr "Email пользователя"
528
-
529
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
530
- msgid "User ID"
531
- msgstr "ID пользователя"
532
-
533
- #: ../classes/column/post/author-name.php:47
534
- msgid "First and Last Name"
535
- msgstr "Имя и Фамилия"
536
-
537
- #: ../classes/column/post/author-name.php:124
538
- msgid "This is the format of the author name."
539
- msgstr "Формат имени автора."
540
-
541
  #: ../classes/column/post/before-moretag.php:19
542
  msgid "Before More Tag"
543
  msgstr "Перед тэгом \"Подробнее\""
@@ -566,6 +616,30 @@ msgstr "Статус комментария"
566
  msgid "Select which comment status you like to display."
567
  msgstr "Выберите статус комментария для отображения."
568
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
  #: ../classes/column/post/featured-image.php:19
570
  msgid "Featured Image"
571
  msgstr "Рекомендуемые изображения"
@@ -574,6 +648,10 @@ msgstr "Рекомендуемые изображения"
574
  msgid "Post Format"
575
  msgstr "Формат сообщения"
576
 
 
 
 
 
577
  #: ../classes/column/post/modified.php:19
578
  msgid "Last modified"
579
  msgstr "Изменен"
@@ -614,6 +692,10 @@ msgstr "Ping статус"
614
  msgid "Roles"
615
  msgstr "Роли"
616
 
 
 
 
 
617
  #: ../classes/column/post/slug.php:19
618
  msgid "Slug"
619
  msgstr "Ссылка"
@@ -654,7 +736,7 @@ msgstr "Липучка"
654
  msgid "Title without actions"
655
  msgstr ""
656
 
657
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
658
  msgid "Taxonomy"
659
  msgstr "Таксономия"
660
 
@@ -674,6 +756,10 @@ msgstr ""
674
  msgid "Comment Count"
675
  msgstr "Счетчик комментариев"
676
 
 
 
 
 
677
  #: ../classes/column/user/first-name.php:19
678
  msgid "First name"
679
  msgstr "Имя"
@@ -694,423 +780,427 @@ msgstr "Тип сообщения"
694
  msgid "Registered"
695
  msgstr "Зарегестрировано"
696
 
 
 
 
 
697
  #: ../classes/column/user/url.php:19
698
  msgid "Url"
699
  msgstr "URL"
700
 
701
- #: ../classes/settings.php:111
702
  msgid "Add-on successfully activated."
703
  msgstr "Дополнение успешно активировано."
704
 
705
- #: ../classes/settings.php:114
706
  msgid "Add-on successfully deactivated."
707
  msgstr "Дополнение успешно деактивировано."
708
 
709
- #: ../classes/settings.php:169
710
  msgid "Admin Columns Settings"
711
  msgstr "Настройки Admin Columns"
712
 
713
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
714
  msgid "Admin Columns"
715
  msgstr "Admin Columns"
716
 
717
- #: ../classes/settings.php:217
718
  #, php-format
719
  msgid "%s column is already present and can not be duplicated."
720
  msgstr "%s колонка уже существует и не может быть продублирована."
721
 
722
- #: ../classes/settings.php:271
723
  msgid "Default settings succesfully restored."
724
  msgstr "Настройки по умолчанию успешно восстановлены."
725
 
726
- #: ../classes/settings.php:288
727
  msgid "Overview"
728
  msgstr "Обзор"
729
 
730
- #: ../classes/settings.php:291
731
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
732
  msgstr "Этот плагин предназначен для добавления и удаления дополнительных столбцов на экраны администрирования для записей, страниц, библиотеки, комментариев, ссылок и пользователей. Изменяйте метки столбцов и изменяйте их порядок."
733
 
734
- #: ../classes/settings.php:294
735
  msgid "Basics"
736
  msgstr "Основы"
737
 
738
- #: ../classes/settings.php:296
739
  msgid "Change order"
740
  msgstr "Изменить порядок"
741
 
742
- #: ../classes/settings.php:297
743
  msgid "By dragging the columns you can change the order which they will appear in."
744
  msgstr "Перетаскивая столбцы, Вы можете изменить порядок их расположения."
745
 
746
- #: ../classes/settings.php:298
747
  msgid "Change label"
748
  msgstr "Изменить метку"
749
 
750
- #: ../classes/settings.php:299
751
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
752
  msgstr "Нажав на треугольник, вы увидите настройки колонки. Здесь вы можете изменить метки заголовков колонок."
753
 
754
- #: ../classes/settings.php:300
755
  msgid "Change column width"
756
  msgstr "Изменить ширину столбца"
757
 
758
- #: ../classes/settings.php:301
759
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
760
  msgstr "Нажав на треугольник вы увидите настройки колонки. С помощью перетаскивания ползунка можно установить ширину столбцов в процентах."
761
 
762
- #: ../classes/settings.php:307
763
  msgid "'Custom Field' column"
764
  msgstr "Столбец 'Custom Field'"
765
 
766
- #: ../classes/settings.php:308
767
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
768
  msgstr "Столбец пользовательского поля использует поля постов и пользователей. Существует 10 типов, которые вы можете установить."
769
 
770
- #: ../classes/settings.php:310
771
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
772
  msgstr "Значение: Может быть строкой или массивом. Массив будет сведен и значения будут разделяться ',' запятой."
773
 
774
- #: ../classes/settings.php:311
775
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
776
  msgstr "Значение: должно содержать URL изображения или Attachment IDs, (разделенные ',' запятой)."
777
 
778
- #: ../classes/settings.php:312
779
  msgid "Value: This will show the first 20 words of the Post content."
780
  msgstr "Значение: Это покажет первые 20 слов содержания поста."
781
 
782
- #: ../classes/settings.php:313
783
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
784
  msgstr "Значение: должно быть массивом. Будут сведены любые многомерные масиивы."
785
 
786
- #: ../classes/settings.php:314
787
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
788
  msgstr "Значение:. Целые только <br/> Если у вас есть 'сортировочный аддон', то будут использоваться для сортировки, так что вы можете сортировать свои сообщения по числовым значениям пользовательских полей."
789
 
790
- #: ../classes/settings.php:315
791
  #, php-format
792
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
793
  msgstr "Value: Может быть Unix-штамп времени или формат даты, как описано в <a href='%s'>Кодексе</a>. Вы можете изменить выходной формат даты на странице <a href='%s'>общих настроек</a>."
794
 
795
- #: ../classes/settings.php:316
796
  msgid "Post Titles"
797
  msgstr "Заголовки постов"
798
 
799
- #: ../classes/settings.php:316
800
  msgid "Value: can be one or more Post ID's (seperated by ',')."
801
  msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
802
 
803
- #: ../classes/settings.php:317
804
  msgid "Usernames"
805
  msgstr "Имена пользователей"
806
 
807
- #: ../classes/settings.php:317
808
  msgid "Value: can be one or more User ID's (seperated by ',')."
809
  msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
810
 
811
- #: ../classes/settings.php:318
812
  msgid "Checkmark"
813
  msgstr "Галочка"
814
 
815
- #: ../classes/settings.php:318
816
  msgid "Value: should be a 1 (one) or 0 (zero)."
817
  msgstr "Значение: должно быть 1 или 0."
818
 
819
- #: ../classes/settings.php:319
820
  msgid "Value: hex value color, such as #808080."
821
  msgstr "Значение: значение цвета в HEX-формате, например #808080."
822
 
823
- #: ../classes/settings.php:320
824
  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."
825
  msgstr "Значение: Может быть строкой или массивом. Это покажет какое количества раз мета ключ использовался объектом."
826
 
827
- #: ../classes/settings.php:409
828
  msgid "Welcome to Admin Columns"
829
  msgstr "Добро пожаловать в Admin Columns"
830
 
831
- #: ../classes/settings.php:412
832
  msgid "Thank you for updating to the latest version!"
833
  msgstr "Спасибо за обновление до последней версии!"
834
 
835
- #: ../classes/settings.php:413
836
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
837
  msgstr "Admin Columns сейчас более изысканный и приятный, чем когда-либо прежде. Мы надеемся, вам понравится."
838
 
839
- #: ../classes/settings.php:418
840
  msgid "What’s New"
841
  msgstr "Что нового"
842
 
843
- #: ../classes/settings.php:419
844
  msgid "Changelog"
845
  msgstr "История изменений"
846
 
847
- #: ../classes/settings.php:424
848
  msgid "Important"
849
  msgstr "Важно"
850
 
851
- #: ../classes/settings.php:426
852
  msgid "Database Changes"
853
  msgstr "Изменения базы данных"
854
 
855
- #: ../classes/settings.php:427
856
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
857
  msgstr "База данных была изменена между версиями 1 и 2. Но мы убедились, что вы все еще можете вернуться к версии 1х без каких-либо проблем."
858
 
859
- #: ../classes/settings.php:430
860
  msgid "Make sure you backup your database and then click"
861
  msgstr "Убедитесь, что вы сделали резервную копию базы данных, а затем нажмите"
862
 
863
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
864
  msgid "Upgrade Database"
865
  msgstr "Обновить базу данных"
866
 
867
- #: ../classes/settings.php:433
868
  msgid "Potential Issues"
869
  msgstr "Потенциальные проблемы"
870
 
871
- #: ../classes/settings.php:434
872
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
873
  msgstr "Сделав значительную реорганизацию кода плагинов и фильтров, ваш сайт может работать неправильно. Важно, чтобы вы прочитали полное"
874
 
875
- #: ../classes/settings.php:434
876
  msgid "Migrating from v1 to v2"
877
  msgstr "Переход от v1 до v2"
878
 
879
- #: ../classes/settings.php:434
880
  msgid "guide to view the full list of changes."
881
  msgstr "руководство, чтобы увидеть полный список изменений."
882
 
883
- #: ../classes/settings.php:434
884
  #, php-format
885
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
886
  msgstr "Если вы обнаружите ошибки, пожалуйста, <a href=\"%s\">сообщите о них нам</a>, чтобы мы исправили их в следующем выпуске."
887
 
888
- #: ../classes/settings.php:437
889
  msgid "Important!"
890
  msgstr "Важно!"
891
 
892
- #: ../classes/settings.php:437
893
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
894
  msgstr "Если вы обновили плагин Admin Columns без предварительного знания о таких изменениях, пожалуйста сделайте откат к последней"
895
 
896
- #: ../classes/settings.php:437
897
  msgid "version 1"
898
  msgstr "версии 1"
899
 
900
- #: ../classes/settings.php:437
901
  msgid "of this plugin."
902
  msgstr "этого плагина."
903
 
904
- #: ../classes/settings.php:443
905
  msgid "Changelog for"
906
  msgstr "История изменений для"
907
 
908
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
909
  msgid "Learn more"
910
  msgstr "Изучить больше"
911
 
912
- #: ../classes/settings.php:468
913
  msgid "Start using Admin Columns"
914
  msgstr "начать, используя Admin Columns"
915
 
916
- #: ../classes/settings.php:511
917
  msgid "General Settings"
918
  msgstr "Общие настройки"
919
 
920
- #: ../classes/settings.php:512
921
  msgid "Customize your Admin Columns settings."
922
  msgstr "Настроить параметры Admin Columns."
923
 
924
- #: ../classes/settings.php:523
925
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
926
  msgstr ""
927
 
928
- #: ../classes/settings.php:530 ../classes/settings.php:660
929
  msgid "Save"
930
  msgstr "Сохранить"
931
 
932
- #: ../classes/settings.php:570
933
  msgid "Restore Settings"
934
  msgstr "Восстановить настройки"
935
 
936
- #: ../classes/settings.php:571
937
  msgid "This will delete all column settings and restore the default settings."
938
  msgstr "Это удалит все настройки столбцов и восстановит настройки по умолчанию."
939
 
940
- #: ../classes/settings.php:577
941
  msgid "Restore default settings"
942
  msgstr "Восстановить настройки по умолчанию"
943
 
944
- #: ../classes/settings.php:577
945
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
946
  msgstr "Предупреждение! Все сохраненные данные колонки администратора будут удалены. Это не может быть отменено. \\'ОК\\' для удаления, \\'Отмена\\' для отмены"
947
 
948
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
949
  msgid "Settings"
950
  msgstr "Настройки"
951
 
952
- #: ../classes/settings.php:600
953
  msgid "Add-ons"
954
  msgstr "Дополнения"
955
 
956
- #: ../classes/settings.php:625
957
  msgid "Posttypes"
958
  msgstr "Типы постов"
959
 
960
- #: ../classes/settings.php:626
961
  msgid "Others"
962
  msgstr "Другое"
963
 
964
- #: ../classes/settings.php:627
965
  msgid "Taxonomies"
966
  msgstr "Таксономии"
967
 
968
- #: ../classes/settings.php:646
969
  #, php-format
970
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
971
- msgstr "Столбцы для <strong>%s</strong> устанавливаются через PHP и поэтому не могут быть отредактированы в админ-панели."
972
 
973
- #: ../classes/settings.php:656
974
  msgid "Store settings"
975
  msgstr "Настройки памяти"
976
 
977
- #: ../classes/settings.php:660
978
  msgid "Update"
979
  msgstr "Обновить"
980
 
981
- #: ../classes/settings.php:664
982
  #, php-format
983
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
984
  msgstr "Предупреждение! Столбцы данных в %s будут удалены. Это не может быть отменено. \\'ОК\\' для удаления, \\'Отмена\\' для отмены"
985
 
986
- #: ../classes/settings.php:665
987
  msgid "columns"
988
  msgstr "столбцы"
989
 
990
- #: ../classes/settings.php:684
991
  msgid "Get Admin Columns Pro"
992
  msgstr "Получить Admin Columns Pro"
993
 
994
- #: ../classes/settings.php:688
995
  msgid "Add Sorting"
996
  msgstr "Добавить сортировку"
997
 
998
- #: ../classes/settings.php:689
999
  msgid "Add Filtering"
1000
  msgstr "Добавить фильтрацию"
1001
 
1002
- #: ../classes/settings.php:690
1003
  msgid "Add Import/Export"
1004
  msgstr "Добавить Импорт/Экспорт"
1005
 
1006
- #: ../classes/settings.php:691
1007
  msgid "Add Direct Editing"
1008
  msgstr "Добавить Прямое редактирование"
1009
 
1010
- #: ../classes/settings.php:694
1011
  #, php-format
1012
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1013
  msgstr "Проверьте <a href=\"%s\">Admin Columns Pro</a> для получения подробной информации!"
1014
 
1015
- #: ../classes/settings.php:725
1016
  msgid "Are you happy with Admin Columns?"
1017
  msgstr ""
1018
 
1019
- #: ../classes/settings.php:733
1020
  msgid "What's wrong? Need help? Let us know!"
1021
  msgstr ""
1022
 
1023
- #: ../classes/settings.php:734
1024
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1025
  msgstr ""
1026
 
1027
- #: ../classes/settings.php:742
1028
  msgid "Docs"
1029
  msgstr ""
1030
 
1031
- #: ../classes/settings.php:747
1032
  msgid "Forums"
1033
  msgstr ""
1034
 
1035
- #: ../classes/settings.php:756
1036
  msgid "Woohoo! We're glad to hear that!"
1037
  msgstr ""
1038
 
1039
- #: ../classes/settings.php:757
1040
  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!"
1041
  msgstr ""
1042
 
1043
- #: ../classes/settings.php:761
1044
  msgid "Rate"
1045
  msgstr ""
1046
 
1047
- #: ../classes/settings.php:772
1048
  msgid "Tweet"
1049
  msgstr ""
1050
 
1051
- #: ../classes/settings.php:782
1052
  msgid "Buy Pro"
1053
  msgstr ""
1054
 
1055
- #: ../classes/settings.php:794
1056
  msgid "Support"
1057
  msgstr "Поддержка"
1058
 
1059
- #: ../classes/settings.php:797
1060
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1061
  msgstr "Проверьте раздел <strong>Помощь</strong> в правом верхнем углу."
1062
 
1063
- #: ../classes/settings.php:800
1064
  #, php-format
1065
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1066
  msgstr "Для получения полной документации, отчетов об ошибках, особых предложений и других материалов <a href='%s'>посетите сайт Admin Columns</a>"
1067
 
1068
- #: ../classes/settings.php:829
1069
  msgid "Drag and drop to reorder"
1070
  msgstr "Перетащите, чтобы изменить порядок"
1071
 
1072
- #: ../classes/settings.php:832
1073
  msgid "Add Column"
1074
  msgstr "Добавить столбец"
1075
 
1076
- #: ../classes/settings.php:908
1077
  msgid "Active"
1078
  msgstr "Активно"
1079
 
1080
- #: ../classes/settings.php:909
1081
  msgid "Deactivate"
1082
  msgstr "Деактивировать"
1083
 
1084
- #: ../classes/settings.php:916
1085
  msgid "Installed"
1086
  msgstr "Установлено"
1087
 
1088
- #: ../classes/settings.php:917
1089
  msgid "Activate"
1090
  msgstr "Активировать"
1091
 
1092
- #: ../classes/settings.php:931
1093
  msgid "Download & Install"
1094
  msgstr "Загрузить и установить"
1095
 
1096
- #: ../classes/settings.php:936
1097
  msgid "Get this add-on"
1098
  msgstr "Получить это дополнение"
1099
 
1100
- #: ../classes/storage_model.php:213
1101
  msgid "settings succesfully restored."
1102
  msgstr "настройки успешно восстановлены."
1103
 
1104
- #: ../classes/storage_model.php:229
1105
  msgid "No columns settings available."
1106
  msgstr "Нет доступных настроек столбцов."
1107
 
1108
- #: ../classes/storage_model.php:250
1109
  #, php-format
1110
  msgid "You are trying to store the same settings for %s."
1111
  msgstr "Вы пытаетесь сохранить те же настройки для %s."
1112
 
1113
- #: ../classes/storage_model.php:254
1114
  #, php-format
1115
  msgid "Settings for %s updated succesfully."
1116
  msgstr "Настройки для %s успешно обновлены."
@@ -1119,14 +1209,30 @@ msgstr "Настройки для %s успешно обновлены."
1119
  msgid "Comments"
1120
  msgstr "Комментарии"
1121
 
 
 
 
 
1122
  #: ../classes/storage_model/link.php:13
1123
  msgid "Links"
1124
  msgstr "Ссылки"
1125
 
 
 
 
 
 
 
 
 
1126
  #: ../classes/storage_model/user.php:13
1127
  msgid "Users"
1128
  msgstr "Пользователи"
1129
 
 
 
 
 
1130
  #: ../classes/upgrade.php:62
1131
  msgid ""
1132
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www."
@@ -1185,6 +1291,6 @@ msgstr "Ошибка"
1185
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1186
  msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
1187
 
1188
- #: ../codepress-admin-columns.php:390
1189
  msgid "Edit columns"
1190
  msgstr "Редактировать столбцы"
4
  msgstr ""
5
  "Project-Id-Version: Admin Columns\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
8
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
9
  "Last-Translator: Codepress <info@codepress.nl>\n"
10
  "Language-Team: Russian (http://www.transifex.com/projects/p/admin-columns/language/ru/)\n"
11
  "MIME-Version: 1.0\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language: ru\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 1.7.5\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
21
  "X-Poedit-SearchPath-1: ..\n"
22
 
23
  #: ../classes/addons.php:110
24
+ msgid "Plugins"
25
+ msgstr ""
26
 
27
  #: ../classes/addons.php:135
28
  msgid "Advanced Custom Fields"
40
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
41
  msgstr ""
42
 
43
+ #: ../classes/column.php:575
44
  msgid "Thumbnail"
45
  msgstr "Миниатюра"
46
 
47
+ #: ../classes/column.php:576
48
  msgid "Medium"
49
  msgstr "Средний"
50
 
51
+ #: ../classes/column.php:577
52
  msgid "Large"
53
  msgstr "Большой"
54
 
55
+ #: ../classes/column.php:578
56
  msgid "Full"
57
  msgstr "Полный"
58
 
59
+ #: ../classes/column.php:1020
60
  msgid "Date Format"
61
  msgstr "Формат даты"
62
 
63
+ #: ../classes/column.php:1021
64
  msgid "This will determine how the date will be displayed."
65
  msgstr "Это определяет отображение даты."
66
 
67
+ #: ../classes/column.php:1027
68
  msgid "Example:"
69
  msgstr "Пример:"
70
 
71
+ #: ../classes/column.php:1029
72
  #, php-format
73
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
74
  msgstr "Оставьте пустым для формата даты WordPress, измените <a href=\"%s\">default date format here</a>."
75
 
76
+ #: ../classes/column.php:1030
77
  msgid "Documentation on date and time formatting."
78
  msgstr "Документация по форматированию даты и времени."
79
 
80
+ #: ../classes/column.php:1044
81
  msgid "Excerpt length"
82
  msgstr "Длина отрывка"
83
 
84
+ #: ../classes/column.php:1045
85
  msgid "Number of words"
86
  msgstr "Количество слов"
87
 
88
+ #: ../classes/column.php:1063
89
  msgid "Preview size"
90
  msgstr "Размер просмотра"
91
 
92
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
93
  msgid "Custom"
94
  msgstr "Пользовательский"
95
 
96
+ #: ../classes/column.php:1083 ../classes/column.php:1230
97
  msgid "width"
98
  msgstr "ширина"
99
 
100
+ #: ../classes/column.php:1086
101
  msgid "height"
102
  msgstr "высота"
103
 
104
+ #: ../classes/column.php:1098
105
  msgid "Before"
106
  msgstr "Перед"
107
 
108
+ #: ../classes/column.php:1098
109
  msgid "This text will appear before the custom field value."
110
  msgstr "Этот текст появится перед значением настраиваемого поля."
111
 
112
+ #: ../classes/column.php:1099
113
  msgid "After"
114
  msgstr "После"
115
 
116
+ #: ../classes/column.php:1099
117
  msgid "This text will appear after the custom field value."
118
  msgstr "Этот текст появится перед значением настраиваемого поля."
119
 
120
+ #: ../classes/column.php:1108
121
+ msgid "Display Name"
122
+ msgstr "Отображаемое имя"
123
+
124
+ #: ../classes/column.php:1109
125
+ msgid "First Name"
126
+ msgstr "Имя"
127
+
128
+ #: ../classes/column.php:1110
129
+ msgid "Last Name"
130
+ msgstr "Фамилия"
131
+
132
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
133
+ msgid "Nickname"
134
+ msgstr "Ник"
135
+
136
+ #: ../classes/column.php:1112
137
+ msgid "User Login"
138
+ msgstr "Логин пользователя"
139
+
140
+ #: ../classes/column.php:1113
141
+ msgid "User Email"
142
+ msgstr "Email пользователя"
143
+
144
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
145
+ msgid "User ID"
146
+ msgstr "ID пользователя"
147
+
148
+ #: ../classes/column.php:1115
149
+ msgid "First and Last Name"
150
+ msgstr "Имя и Фамилия"
151
+
152
+ #: ../classes/column.php:1118
153
+ msgid "Display format"
154
+ msgstr ""
155
+
156
+ #: ../classes/column.php:1118
157
+ msgid "This is the format of the author name."
158
+ msgstr "Формат имени автора."
159
+
160
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32
161
+ #: ../classes/column/user/actions.php:69
162
  msgid "Edit"
163
  msgstr "Редактировать"
164
 
165
+ #: ../classes/column.php:1254 ../classes/column.php:1346
166
+ msgid "Clone"
167
+ msgstr ""
168
+
169
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
170
  msgid "Remove"
171
  msgstr "Удалить"
172
 
173
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
174
  msgid "Type"
175
  msgstr "Тип"
176
 
177
+ #: ../classes/column.php:1274
178
  msgid "Choose a column type."
179
  msgstr "Выбрать тип колонки"
180
 
181
+ #: ../classes/column.php:1274
182
+ msgid "Name"
183
+ msgstr ""
184
 
185
+ #: ../classes/column.php:1284
186
  msgid "Label"
187
  msgstr "Метка"
188
 
189
+ #: ../classes/column.php:1284
190
  msgid "This is the name which will appear as the column header."
191
  msgstr "Это имя, которое будет отображаться в качестве заголовка столбца."
192
 
193
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
194
  msgid "Width"
195
  msgstr "Ширина"
196
 
197
+ #: ../classes/column.php:1293
198
  msgid "default"
199
  msgstr "по умолчанию"
200
 
201
+ #: ../classes/column.php:1294
202
+ msgid "auto"
203
+ msgstr ""
204
+
205
  #: ../classes/column/acf-placeholder.php:19
206
  msgid "ACF Field"
207
  msgstr "Поле ACF"
223
  msgid "Find out more"
224
  msgstr "Узнайте больше"
225
 
226
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
227
  msgid "Actions"
228
  msgstr "действия"
229
 
230
+ #: ../classes/column/actions.php:96
231
  msgid "Use icons?"
232
  msgstr ""
233
 
234
+ #: ../classes/column/actions.php:96
235
  msgid "Use icons instead of text for displaying the actions."
236
  msgstr ""
237
 
238
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
239
  msgid "Yes"
240
  msgstr ""
241
 
242
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
243
  msgid "No"
244
  msgstr ""
245
 
246
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
247
+ msgid "ID"
248
+ msgstr "ID"
249
+
250
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
251
  msgid "Unapprove"
252
  msgstr "Отклонить"
253
 
254
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
255
  msgid "Approve"
256
  msgstr "Утвердить"
257
 
258
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
259
  msgid "Restore"
260
  msgstr "Восстановить"
261
 
262
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
263
  msgid "Delete Permanently"
264
  msgstr "Удалить полностью"
265
 
266
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
267
  msgid "Quick&nbsp;Edit"
268
  msgstr "Quick&nbsp;Edit"
269
 
270
+ #: ../classes/column/comment/actions.php:77
271
  msgid "Reply"
272
  msgstr "Ответить"
273
 
308
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
309
  msgstr "Подтверждено на <a href=\"%1$s\">%2$s at %3$s</a>"
310
 
311
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
312
  msgid "Date"
313
  msgstr "Дата"
314
 
315
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
316
  msgid "Excerpt"
317
  msgstr "Отрывок"
318
 
324
  msgid "Word count"
325
  msgstr "Счетчик слов"
326
 
327
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
328
  msgid "Custom Field"
329
  msgstr "Пользовательское поле"
330
 
331
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
332
  msgid "Default"
333
  msgstr "По умолчанию"
334
 
336
  msgid "Checkmark (true/false)"
337
  msgstr "Галочка (true/false)"
338
 
339
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
340
  msgid "Color"
341
  msgstr "Цвет"
342
 
343
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
344
  msgid "Counter"
345
  msgstr "Счетчик"
346
 
347
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
348
  msgid "Image"
349
  msgstr "Изображение"
350
 
352
  msgid "Media Library"
353
  msgstr "Медиа библиотека"
354
 
355
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
356
  msgid "Multiple Values"
357
  msgstr "Несколько значений"
358
 
359
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
360
  msgid "Numeric"
361
  msgstr "Числовой"
362
 
368
  msgid "Username (User ID's)"
369
  msgstr "Имя пользователя (User ID's)"
370
 
371
+ #: ../classes/column/custom-field.php:106
372
+ msgid "Term Name (Term ID's)"
373
+ msgstr ""
374
+
375
+ #: ../classes/column/custom-field.php:390
376
  msgid "Select your custom field."
377
  msgstr "Выберитрать пользовательское поле."
378
 
379
+ #: ../classes/column/custom-field.php:400
380
  msgid "No custom fields available."
381
  msgstr "Нет доступных пользовательских полей."
382
 
383
+ #: ../classes/column/custom-field.php:400
384
+ #, php-format
385
+ msgid "Please create a %s item first."
386
+ msgstr ""
387
+
388
+ #: ../classes/column/custom-field.php:407
389
  msgid "Field Type"
390
  msgstr "Тип поля"
391
 
392
+ #: ../classes/column/custom-field.php:407
393
  msgid "This will determine how the value will be displayed."
394
  msgstr "От этого будет зависеть, как будет отображаться значение."
395
 
430
  msgid "Target"
431
  msgstr "Цель"
432
 
433
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
434
+ msgid "Trash"
435
+ msgstr "Корзина"
436
+
437
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
438
+ #, php-format
439
+ msgid "View &#8220;%s&#8221;"
440
+ msgstr "Смотреть &#8220;%s&#8221;"
441
+
442
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
443
+ msgid "View"
444
+ msgstr "Смотреть"
445
+
446
+ #: ../classes/column/media/actions.php:35
447
+ msgid "Attach"
448
+ msgstr ""
449
+
450
  #: ../classes/column/media/alternate-text.php:19
451
  msgid "Alt"
452
  msgstr "Вариант"
453
 
454
+ #: ../classes/column/media/attached-to.php:19
455
+ msgid "Attached to post"
456
+ msgstr ""
457
+
458
  #: ../classes/column/media/available-sizes.php:20
459
  msgid "Available Sizes"
460
  msgstr "Доступные размеры"
519
  msgid "File size"
520
  msgstr "Размер файла"
521
 
522
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
523
  msgid "Full path"
524
  msgstr "Полный путь"
525
 
526
+ #: ../classes/column/media/full-path.php:83
527
+ msgid "Path scope"
528
+ msgstr ""
529
+
530
+ #: ../classes/column/media/full-path.php:84
531
+ msgid "Part of the file path to display"
532
+ msgstr ""
533
+
534
+ #: ../classes/column/media/full-path.php:97
535
+ msgid "Relative to domain"
536
+ msgstr ""
537
+
538
+ #: ../classes/column/media/full-path.php:102
539
+ msgid "Relative to main uploads folder "
540
+ msgstr ""
541
+
542
  #: ../classes/column/media/height.php:19
543
  msgid "Height"
544
  msgstr "Высота"
547
  msgid "Mime type"
548
  msgstr "MIME тип"
549
 
550
+ #: ../classes/column/post/actions.php:32
551
  msgid "Edit this item"
552
  msgstr "Редактировать этот объект"
553
 
554
+ #: ../classes/column/post/actions.php:35
555
  msgid "Edit this item inline"
556
  msgstr "Редактировать этот объект инлайн"
557
 
558
+ #: ../classes/column/post/actions.php:40
559
  msgid "Restore this item from the Trash"
560
  msgstr "Восстановить этот объект из корзины"
561
 
562
+ #: ../classes/column/post/actions.php:42
563
  msgid "Move this item to the Trash"
564
  msgstr "Перенести этот объект в корзину"
565
 
566
+ #: ../classes/column/post/actions.php:44
 
 
 
 
567
  msgid "Delete this item permanently"
568
  msgstr "Удалить этот объект окончательно"
569
 
570
+ #: ../classes/column/post/actions.php:49
571
  #, php-format
572
  msgid "Preview &#8220;%s&#8221;"
573
  msgstr "Просмотр &#8220;%s&#8221;"
574
 
575
+ #: ../classes/column/post/actions.php:49
576
  msgid "Preview"
577
  msgstr "Просмотр"
578
 
 
 
 
 
 
 
 
 
 
579
  #: ../classes/column/post/attachment-count.php:19
580
  msgid "No. of Attachments"
581
  msgstr "Кол-во приложений"
582
 
583
  #: ../classes/column/post/attachment.php:19
584
+ msgid "Attachments"
585
+ msgstr ""
586
 
587
  #: ../classes/column/post/author-name.php:20
588
  msgid "Display Author As"
589
  msgstr "Показать автора как"
590
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
591
  #: ../classes/column/post/before-moretag.php:19
592
  msgid "Before More Tag"
593
  msgstr "Перед тэгом \"Подробнее\""
616
  msgid "Select which comment status you like to display."
617
  msgstr "Выберите статус комментария для отображения."
618
 
619
+ #: ../classes/column/post/content.php:19
620
+ msgid "Content"
621
+ msgstr ""
622
+
623
+ #: ../classes/column/post/date-published.php:17
624
+ msgid "Date Published"
625
+ msgstr ""
626
+
627
+ #: ../classes/column/post/depth.php:19
628
+ msgid "Depth"
629
+ msgstr ""
630
+
631
+ #: ../classes/column/post/estimated-reading-time.php:19
632
+ msgid "Estimated Reading Time"
633
+ msgstr ""
634
+
635
+ #: ../classes/column/post/estimated-reading-time.php:103
636
+ msgid "Words per minute"
637
+ msgstr ""
638
+
639
+ #: ../classes/column/post/estimated-reading-time.php:104
640
+ msgid "Estimated reading time in words per minute"
641
+ msgstr ""
642
+
643
  #: ../classes/column/post/featured-image.php:19
644
  msgid "Featured Image"
645
  msgstr "Рекомендуемые изображения"
648
  msgid "Post Format"
649
  msgstr "Формат сообщения"
650
 
651
+ #: ../classes/column/post/last-modified-author.php:20
652
+ msgid "Last Modified Author"
653
+ msgstr ""
654
+
655
  #: ../classes/column/post/modified.php:19
656
  msgid "Last modified"
657
  msgstr "Изменен"
692
  msgid "Roles"
693
  msgstr "Роли"
694
 
695
+ #: ../classes/column/post/shortcodes.php:19
696
+ msgid "Shortcodes"
697
+ msgstr ""
698
+
699
  #: ../classes/column/post/slug.php:19
700
  msgid "Slug"
701
  msgstr "Ссылка"
736
  msgid "Title without actions"
737
  msgstr ""
738
 
739
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
740
  msgid "Taxonomy"
741
  msgstr "Таксономия"
742
 
756
  msgid "Comment Count"
757
  msgstr "Счетчик комментариев"
758
 
759
+ #: ../classes/column/user/display-name.php:19
760
+ msgid "Display name"
761
+ msgstr ""
762
+
763
  #: ../classes/column/user/first-name.php:19
764
  msgid "First name"
765
  msgstr "Имя"
780
  msgid "Registered"
781
  msgstr "Зарегестрировано"
782
 
783
+ #: ../classes/column/user/rich-editing.php:19
784
+ msgid "Visual Editor"
785
+ msgstr ""
786
+
787
  #: ../classes/column/user/url.php:19
788
  msgid "Url"
789
  msgstr "URL"
790
 
791
+ #: ../classes/settings.php:112
792
  msgid "Add-on successfully activated."
793
  msgstr "Дополнение успешно активировано."
794
 
795
+ #: ../classes/settings.php:115
796
  msgid "Add-on successfully deactivated."
797
  msgstr "Дополнение успешно деактивировано."
798
 
799
+ #: ../classes/settings.php:170
800
  msgid "Admin Columns Settings"
801
  msgstr "Настройки Admin Columns"
802
 
803
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
804
  msgid "Admin Columns"
805
  msgstr "Admin Columns"
806
 
807
+ #: ../classes/settings.php:218
808
  #, php-format
809
  msgid "%s column is already present and can not be duplicated."
810
  msgstr "%s колонка уже существует и не может быть продублирована."
811
 
812
+ #: ../classes/settings.php:272
813
  msgid "Default settings succesfully restored."
814
  msgstr "Настройки по умолчанию успешно восстановлены."
815
 
816
+ #: ../classes/settings.php:289
817
  msgid "Overview"
818
  msgstr "Обзор"
819
 
820
+ #: ../classes/settings.php:292
821
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
822
  msgstr "Этот плагин предназначен для добавления и удаления дополнительных столбцов на экраны администрирования для записей, страниц, библиотеки, комментариев, ссылок и пользователей. Изменяйте метки столбцов и изменяйте их порядок."
823
 
824
+ #: ../classes/settings.php:295
825
  msgid "Basics"
826
  msgstr "Основы"
827
 
828
+ #: ../classes/settings.php:297
829
  msgid "Change order"
830
  msgstr "Изменить порядок"
831
 
832
+ #: ../classes/settings.php:298
833
  msgid "By dragging the columns you can change the order which they will appear in."
834
  msgstr "Перетаскивая столбцы, Вы можете изменить порядок их расположения."
835
 
836
+ #: ../classes/settings.php:299
837
  msgid "Change label"
838
  msgstr "Изменить метку"
839
 
840
+ #: ../classes/settings.php:300
841
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
842
  msgstr "Нажав на треугольник, вы увидите настройки колонки. Здесь вы можете изменить метки заголовков колонок."
843
 
844
+ #: ../classes/settings.php:301
845
  msgid "Change column width"
846
  msgstr "Изменить ширину столбца"
847
 
848
+ #: ../classes/settings.php:302
849
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
850
  msgstr "Нажав на треугольник вы увидите настройки колонки. С помощью перетаскивания ползунка можно установить ширину столбцов в процентах."
851
 
852
+ #: ../classes/settings.php:308
853
  msgid "'Custom Field' column"
854
  msgstr "Столбец 'Custom Field'"
855
 
856
+ #: ../classes/settings.php:309
857
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
858
  msgstr "Столбец пользовательского поля использует поля постов и пользователей. Существует 10 типов, которые вы можете установить."
859
 
860
+ #: ../classes/settings.php:311
861
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
862
  msgstr "Значение: Может быть строкой или массивом. Массив будет сведен и значения будут разделяться ',' запятой."
863
 
864
+ #: ../classes/settings.php:312
865
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
866
  msgstr "Значение: должно содержать URL изображения или Attachment IDs, (разделенные ',' запятой)."
867
 
868
+ #: ../classes/settings.php:313
869
  msgid "Value: This will show the first 20 words of the Post content."
870
  msgstr "Значение: Это покажет первые 20 слов содержания поста."
871
 
872
+ #: ../classes/settings.php:314
873
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
874
  msgstr "Значение: должно быть массивом. Будут сведены любые многомерные масиивы."
875
 
876
+ #: ../classes/settings.php:315
877
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
878
  msgstr "Значение:. Целые только <br/> Если у вас есть 'сортировочный аддон', то будут использоваться для сортировки, так что вы можете сортировать свои сообщения по числовым значениям пользовательских полей."
879
 
880
+ #: ../classes/settings.php:316
881
  #, php-format
882
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
883
  msgstr "Value: Может быть Unix-штамп времени или формат даты, как описано в <a href='%s'>Кодексе</a>. Вы можете изменить выходной формат даты на странице <a href='%s'>общих настроек</a>."
884
 
885
+ #: ../classes/settings.php:317
886
  msgid "Post Titles"
887
  msgstr "Заголовки постов"
888
 
889
+ #: ../classes/settings.php:317
890
  msgid "Value: can be one or more Post ID's (seperated by ',')."
891
  msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
892
 
893
+ #: ../classes/settings.php:318
894
  msgid "Usernames"
895
  msgstr "Имена пользователей"
896
 
897
+ #: ../classes/settings.php:318
898
  msgid "Value: can be one or more User ID's (seperated by ',')."
899
  msgstr "Значение: может быть оно или несколько Post ID, разделенных ','."
900
 
901
+ #: ../classes/settings.php:319
902
  msgid "Checkmark"
903
  msgstr "Галочка"
904
 
905
+ #: ../classes/settings.php:319
906
  msgid "Value: should be a 1 (one) or 0 (zero)."
907
  msgstr "Значение: должно быть 1 или 0."
908
 
909
+ #: ../classes/settings.php:320
910
  msgid "Value: hex value color, such as #808080."
911
  msgstr "Значение: значение цвета в HEX-формате, например #808080."
912
 
913
+ #: ../classes/settings.php:321
914
  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."
915
  msgstr "Значение: Может быть строкой или массивом. Это покажет какое количества раз мета ключ использовался объектом."
916
 
917
+ #: ../classes/settings.php:410
918
  msgid "Welcome to Admin Columns"
919
  msgstr "Добро пожаловать в Admin Columns"
920
 
921
+ #: ../classes/settings.php:413
922
  msgid "Thank you for updating to the latest version!"
923
  msgstr "Спасибо за обновление до последней версии!"
924
 
925
+ #: ../classes/settings.php:414
926
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
927
  msgstr "Admin Columns сейчас более изысканный и приятный, чем когда-либо прежде. Мы надеемся, вам понравится."
928
 
929
+ #: ../classes/settings.php:419
930
  msgid "What’s New"
931
  msgstr "Что нового"
932
 
933
+ #: ../classes/settings.php:420
934
  msgid "Changelog"
935
  msgstr "История изменений"
936
 
937
+ #: ../classes/settings.php:425
938
  msgid "Important"
939
  msgstr "Важно"
940
 
941
+ #: ../classes/settings.php:427
942
  msgid "Database Changes"
943
  msgstr "Изменения базы данных"
944
 
945
+ #: ../classes/settings.php:428
946
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
947
  msgstr "База данных была изменена между версиями 1 и 2. Но мы убедились, что вы все еще можете вернуться к версии 1х без каких-либо проблем."
948
 
949
+ #: ../classes/settings.php:431
950
  msgid "Make sure you backup your database and then click"
951
  msgstr "Убедитесь, что вы сделали резервную копию базы данных, а затем нажмите"
952
 
953
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
954
  msgid "Upgrade Database"
955
  msgstr "Обновить базу данных"
956
 
957
+ #: ../classes/settings.php:434
958
  msgid "Potential Issues"
959
  msgstr "Потенциальные проблемы"
960
 
961
+ #: ../classes/settings.php:435
962
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
963
  msgstr "Сделав значительную реорганизацию кода плагинов и фильтров, ваш сайт может работать неправильно. Важно, чтобы вы прочитали полное"
964
 
965
+ #: ../classes/settings.php:435
966
  msgid "Migrating from v1 to v2"
967
  msgstr "Переход от v1 до v2"
968
 
969
+ #: ../classes/settings.php:435
970
  msgid "guide to view the full list of changes."
971
  msgstr "руководство, чтобы увидеть полный список изменений."
972
 
973
+ #: ../classes/settings.php:435
974
  #, php-format
975
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
976
  msgstr "Если вы обнаружите ошибки, пожалуйста, <a href=\"%s\">сообщите о них нам</a>, чтобы мы исправили их в следующем выпуске."
977
 
978
+ #: ../classes/settings.php:438
979
  msgid "Important!"
980
  msgstr "Важно!"
981
 
982
+ #: ../classes/settings.php:438
983
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
984
  msgstr "Если вы обновили плагин Admin Columns без предварительного знания о таких изменениях, пожалуйста сделайте откат к последней"
985
 
986
+ #: ../classes/settings.php:438
987
  msgid "version 1"
988
  msgstr "версии 1"
989
 
990
+ #: ../classes/settings.php:438
991
  msgid "of this plugin."
992
  msgstr "этого плагина."
993
 
994
+ #: ../classes/settings.php:444
995
  msgid "Changelog for"
996
  msgstr "История изменений для"
997
 
998
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
999
  msgid "Learn more"
1000
  msgstr "Изучить больше"
1001
 
1002
+ #: ../classes/settings.php:469
1003
  msgid "Start using Admin Columns"
1004
  msgstr "начать, используя Admin Columns"
1005
 
1006
+ #: ../classes/settings.php:512
1007
  msgid "General Settings"
1008
  msgstr "Общие настройки"
1009
 
1010
+ #: ../classes/settings.php:513
1011
  msgid "Customize your Admin Columns settings."
1012
  msgstr "Настроить параметры Admin Columns."
1013
 
1014
+ #: ../classes/settings.php:524
1015
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1016
  msgstr ""
1017
 
1018
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1019
  msgid "Save"
1020
  msgstr "Сохранить"
1021
 
1022
+ #: ../classes/settings.php:571
1023
  msgid "Restore Settings"
1024
  msgstr "Восстановить настройки"
1025
 
1026
+ #: ../classes/settings.php:572
1027
  msgid "This will delete all column settings and restore the default settings."
1028
  msgstr "Это удалит все настройки столбцов и восстановит настройки по умолчанию."
1029
 
1030
+ #: ../classes/settings.php:578
1031
  msgid "Restore default settings"
1032
  msgstr "Восстановить настройки по умолчанию"
1033
 
1034
+ #: ../classes/settings.php:578
1035
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1036
  msgstr "Предупреждение! Все сохраненные данные колонки администратора будут удалены. Это не может быть отменено. \\'ОК\\' для удаления, \\'Отмена\\' для отмены"
1037
 
1038
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1039
  msgid "Settings"
1040
  msgstr "Настройки"
1041
 
1042
+ #: ../classes/settings.php:601
1043
  msgid "Add-ons"
1044
  msgstr "Дополнения"
1045
 
1046
+ #: ../classes/settings.php:631
1047
  msgid "Posttypes"
1048
  msgstr "Типы постов"
1049
 
1050
+ #: ../classes/settings.php:632
1051
  msgid "Others"
1052
  msgstr "Другое"
1053
 
1054
+ #: ../classes/settings.php:633
1055
  msgid "Taxonomies"
1056
  msgstr "Таксономии"
1057
 
1058
+ #: ../classes/settings.php:652
1059
  #, php-format
1060
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1061
+ msgstr ""
1062
 
1063
+ #: ../classes/settings.php:662
1064
  msgid "Store settings"
1065
  msgstr "Настройки памяти"
1066
 
1067
+ #: ../classes/settings.php:666
1068
  msgid "Update"
1069
  msgstr "Обновить"
1070
 
1071
+ #: ../classes/settings.php:670
1072
  #, php-format
1073
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1074
  msgstr "Предупреждение! Столбцы данных в %s будут удалены. Это не может быть отменено. \\'ОК\\' для удаления, \\'Отмена\\' для отмены"
1075
 
1076
+ #: ../classes/settings.php:671
1077
  msgid "columns"
1078
  msgstr "столбцы"
1079
 
1080
+ #: ../classes/settings.php:690
1081
  msgid "Get Admin Columns Pro"
1082
  msgstr "Получить Admin Columns Pro"
1083
 
1084
+ #: ../classes/settings.php:694
1085
  msgid "Add Sorting"
1086
  msgstr "Добавить сортировку"
1087
 
1088
+ #: ../classes/settings.php:695
1089
  msgid "Add Filtering"
1090
  msgstr "Добавить фильтрацию"
1091
 
1092
+ #: ../classes/settings.php:696
1093
  msgid "Add Import/Export"
1094
  msgstr "Добавить Импорт/Экспорт"
1095
 
1096
+ #: ../classes/settings.php:697
1097
  msgid "Add Direct Editing"
1098
  msgstr "Добавить Прямое редактирование"
1099
 
1100
+ #: ../classes/settings.php:700
1101
  #, php-format
1102
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1103
  msgstr "Проверьте <a href=\"%s\">Admin Columns Pro</a> для получения подробной информации!"
1104
 
1105
+ #: ../classes/settings.php:731
1106
  msgid "Are you happy with Admin Columns?"
1107
  msgstr ""
1108
 
1109
+ #: ../classes/settings.php:739
1110
  msgid "What's wrong? Need help? Let us know!"
1111
  msgstr ""
1112
 
1113
+ #: ../classes/settings.php:740
1114
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1115
  msgstr ""
1116
 
1117
+ #: ../classes/settings.php:748
1118
  msgid "Docs"
1119
  msgstr ""
1120
 
1121
+ #: ../classes/settings.php:753
1122
  msgid "Forums"
1123
  msgstr ""
1124
 
1125
+ #: ../classes/settings.php:762
1126
  msgid "Woohoo! We're glad to hear that!"
1127
  msgstr ""
1128
 
1129
+ #: ../classes/settings.php:763
1130
  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!"
1131
  msgstr ""
1132
 
1133
+ #: ../classes/settings.php:767
1134
  msgid "Rate"
1135
  msgstr ""
1136
 
1137
+ #: ../classes/settings.php:778
1138
  msgid "Tweet"
1139
  msgstr ""
1140
 
1141
+ #: ../classes/settings.php:788
1142
  msgid "Buy Pro"
1143
  msgstr ""
1144
 
1145
+ #: ../classes/settings.php:800
1146
  msgid "Support"
1147
  msgstr "Поддержка"
1148
 
1149
+ #: ../classes/settings.php:803
1150
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1151
  msgstr "Проверьте раздел <strong>Помощь</strong> в правом верхнем углу."
1152
 
1153
+ #: ../classes/settings.php:806
1154
  #, php-format
1155
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1156
  msgstr "Для получения полной документации, отчетов об ошибках, особых предложений и других материалов <a href='%s'>посетите сайт Admin Columns</a>"
1157
 
1158
+ #: ../classes/settings.php:835
1159
  msgid "Drag and drop to reorder"
1160
  msgstr "Перетащите, чтобы изменить порядок"
1161
 
1162
+ #: ../classes/settings.php:838
1163
  msgid "Add Column"
1164
  msgstr "Добавить столбец"
1165
 
1166
+ #: ../classes/settings.php:919
1167
  msgid "Active"
1168
  msgstr "Активно"
1169
 
1170
+ #: ../classes/settings.php:920
1171
  msgid "Deactivate"
1172
  msgstr "Деактивировать"
1173
 
1174
+ #: ../classes/settings.php:927
1175
  msgid "Installed"
1176
  msgstr "Установлено"
1177
 
1178
+ #: ../classes/settings.php:928
1179
  msgid "Activate"
1180
  msgstr "Активировать"
1181
 
1182
+ #: ../classes/settings.php:942
1183
  msgid "Download & Install"
1184
  msgstr "Загрузить и установить"
1185
 
1186
+ #: ../classes/settings.php:947
1187
  msgid "Get this add-on"
1188
  msgstr "Получить это дополнение"
1189
 
1190
+ #: ../classes/storage_model.php:227
1191
  msgid "settings succesfully restored."
1192
  msgstr "настройки успешно восстановлены."
1193
 
1194
+ #: ../classes/storage_model.php:243
1195
  msgid "No columns settings available."
1196
  msgstr "Нет доступных настроек столбцов."
1197
 
1198
+ #: ../classes/storage_model.php:264
1199
  #, php-format
1200
  msgid "You are trying to store the same settings for %s."
1201
  msgstr "Вы пытаетесь сохранить те же настройки для %s."
1202
 
1203
+ #: ../classes/storage_model.php:268
1204
  #, php-format
1205
  msgid "Settings for %s updated succesfully."
1206
  msgstr "Настройки для %s успешно обновлены."
1209
  msgid "Comments"
1210
  msgstr "Комментарии"
1211
 
1212
+ #: ../classes/storage_model/comment.php:14
1213
+ msgid "Comment"
1214
+ msgstr ""
1215
+
1216
  #: ../classes/storage_model/link.php:13
1217
  msgid "Links"
1218
  msgstr "Ссылки"
1219
 
1220
+ #: ../classes/storage_model/link.php:14
1221
+ msgid "Link"
1222
+ msgstr ""
1223
+
1224
+ #: ../classes/storage_model/media.php:14
1225
+ msgid "Media"
1226
+ msgstr ""
1227
+
1228
  #: ../classes/storage_model/user.php:13
1229
  msgid "Users"
1230
  msgstr "Пользователи"
1231
 
1232
+ #: ../classes/storage_model/user.php:14
1233
+ msgid "User"
1234
+ msgstr ""
1235
+
1236
  #: ../classes/upgrade.php:62
1237
  msgid ""
1238
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www."
1291
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1292
  msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
1293
 
1294
+ #: ../codepress-admin-columns.php:442
1295
  msgid "Edit columns"
1296
  msgstr "Редактировать столбцы"
languages/cpac-sv_SE.mo CHANGED
Binary file
languages/cpac-sv_SE.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
10
- "PO-Revision-Date: 2015-01-30 16:20+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/admin-columns/language/sv_SE/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sv_SE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.3\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -23,8 +23,8 @@ msgstr ""
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
- msgid "Third party plugin integration"
27
- msgstr "Tredjeparts plugin integration"
28
 
29
  #: ../classes/addons.php:135
30
  msgid "Advanced Custom Fields"
@@ -42,119 +42,167 @@ msgstr "WooCommerce"
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
  msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
44
 
45
- #: ../classes/column.php:500
46
  msgid "Thumbnail"
47
  msgstr "Miniatyrer"
48
 
49
- #: ../classes/column.php:501
50
  msgid "Medium"
51
  msgstr "Mellan"
52
 
53
- #: ../classes/column.php:502
54
  msgid "Large"
55
  msgstr "Stor"
56
 
57
- #: ../classes/column.php:503
58
  msgid "Full"
59
  msgstr "Hel"
60
 
61
- #: ../classes/column.php:863
62
  msgid "Date Format"
63
  msgstr "Datumformat"
64
 
65
- #: ../classes/column.php:864
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Detta kommer att avgöra hur datumet ska visas."
68
 
69
- #: ../classes/column.php:870
70
  msgid "Example:"
71
  msgstr "Exempel:"
72
 
73
- #: ../classes/column.php:872
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Lämna tomt för WordPress datumformat, ändra din <a href=\"%s\">standard datumformat här</a>."
77
 
78
- #: ../classes/column.php:873
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Dokumentation om datum och tid formatering."
81
 
82
- #: ../classes/column.php:887
83
  msgid "Excerpt length"
84
  msgstr "Utdragens längd"
85
 
86
- #: ../classes/column.php:888
87
  msgid "Number of words"
88
  msgstr "Antal ord"
89
 
90
- #: ../classes/column.php:906
91
  msgid "Preview size"
92
  msgstr "Förhandsgranska storlek"
93
 
94
- #: ../classes/column.php:923 ../classes/storage_model.php:534
95
  msgid "Custom"
96
  msgstr "Anpassad"
97
 
98
- #: ../classes/column.php:926
99
  msgid "width"
100
  msgstr "bredd"
101
 
102
- #: ../classes/column.php:929
103
  msgid "height"
104
  msgstr "höjd"
105
 
106
- #: ../classes/column.php:943
107
  msgid "Before"
108
  msgstr "Innan"
109
 
110
- #: ../classes/column.php:943
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Denna text kommer att visas innan det anpassade fältet värde."
113
 
114
- #: ../classes/column.php:949
115
  msgid "After"
116
  msgstr "Efter"
117
 
118
- #: ../classes/column.php:949
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Denna text kommer att visas efter det anpassade fältet värde."
121
 
122
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31 ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Edit"
124
  msgstr "Redigera"
125
 
126
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
127
  msgid "Remove"
128
  msgstr "Ta bort"
129
 
130
- #: ../classes/column.php:1062
131
  msgid "Type"
132
  msgstr "Typ"
133
 
134
- #: ../classes/column.php:1062
135
  msgid "Choose a column type."
136
  msgstr "Välj en kolumntyp."
137
 
138
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr "Etikett"
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "Bredd"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "standard"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr "ACF Fält"
@@ -176,47 +224,51 @@ msgstr "Admins Columns Pro - Utvecklare erbjuder full integration med Advanced C
176
  msgid "Find out more"
177
  msgstr "Läs mer"
178
 
179
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20 ../classes/column/user/actions.php:19
180
  msgid "Actions"
181
  msgstr "Åtgärder"
182
 
183
- #: ../classes/column/actions.php:87
184
  msgid "Use icons?"
185
  msgstr "Använda ikoner?"
186
 
187
- #: ../classes/column/actions.php:87
188
  msgid "Use icons instead of text for displaying the actions."
189
  msgstr "Använda ikoner istället för text för att visa åtgärder."
190
 
191
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
192
  msgid "Yes"
193
  msgstr "Ja"
194
 
195
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
196
  msgid "No"
197
  msgstr "Nej"
198
 
199
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
200
  msgid "Unapprove"
201
  msgstr "Förkastad"
202
 
203
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
204
  msgid "Approve"
205
  msgstr "Godkänn"
206
 
207
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
208
  msgid "Restore"
209
  msgstr "Återställ"
210
 
211
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
212
  msgid "Delete Permanently"
213
  msgstr "Radera permanent"
214
 
215
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
216
  msgid "Quick&nbsp;Edit"
217
  msgstr "Snabbt&nbsp;Redigera"
218
 
219
- #: ../classes/column/comment/actions.php:101
220
  msgid "Reply"
221
  msgstr "Svara"
222
 
@@ -257,11 +309,11 @@ msgstr "Datum GMT"
257
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
258
  msgstr "Skickad den <a href=\"%1$s\">%2$s vid %3$s</a>"
259
 
260
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
261
  msgid "Date"
262
  msgstr "Datum"
263
 
264
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
265
  msgid "Excerpt"
266
  msgstr "Utdrag"
267
 
@@ -273,11 +325,11 @@ msgstr "Som svar på"
273
  msgid "Word count"
274
  msgstr "Antal ord"
275
 
276
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
277
  msgid "Custom Field"
278
  msgstr "Anpassat fält"
279
 
280
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
281
  msgid "Default"
282
  msgstr "Standard"
283
 
@@ -285,15 +337,15 @@ msgstr "Standard"
285
  msgid "Checkmark (true/false)"
286
  msgstr "Checkmark (sant/falskt)"
287
 
288
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
289
  msgid "Color"
290
  msgstr "Färg"
291
 
292
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
293
  msgid "Counter"
294
  msgstr "Räknare"
295
 
296
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
297
  msgid "Image"
298
  msgstr "Bild"
299
 
@@ -301,11 +353,11 @@ msgstr "Bild"
301
  msgid "Media Library"
302
  msgstr "Mediabibliotek"
303
 
304
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
305
  msgid "Multiple Values"
306
  msgstr "Flera värden"
307
 
308
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
309
  msgid "Numeric"
310
  msgstr "Numerisk"
311
 
@@ -317,19 +369,28 @@ msgstr "Titel"
317
  msgid "Username (User ID's)"
318
  msgstr "Användarnamn (Användar-ID)"
319
 
320
- #: ../classes/column/custom-field.php:356
 
 
 
 
321
  msgid "Select your custom field."
322
  msgstr "Välj ditt anpassade fält."
323
 
324
- #: ../classes/column/custom-field.php:366
325
  msgid "No custom fields available."
326
  msgstr "Inget anpassat fält är tillgängligt."
327
 
328
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
329
  msgid "Field Type"
330
  msgstr "Fälttyp"
331
 
332
- #: ../classes/column/custom-field.php:373
333
  msgid "This will determine how the value will be displayed."
334
  msgstr "Detta avgör hur värdet kommer att visas."
335
 
@@ -370,10 +431,31 @@ msgstr "RSS"
370
  msgid "Target"
371
  msgstr "Mål"
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  #: ../classes/column/media/alternate-text.php:19
374
  msgid "Alt"
375
  msgstr "Alt"
376
 
 
 
 
 
377
  #: ../classes/column/media/available-sizes.php:20
378
  msgid "Available Sizes"
379
  msgstr "Tillgängliga storlekar"
@@ -438,10 +520,26 @@ msgstr "Filnamn"
438
  msgid "File size"
439
  msgstr "Filstorlek"
440
 
441
- #: ../classes/column/media/full-path.php:19
442
  msgid "Full path"
443
  msgstr "Full path"
444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  #: ../classes/column/media/height.php:19
446
  msgid "Height"
447
  msgstr "Höjd"
@@ -450,96 +548,47 @@ msgstr "Höjd"
450
  msgid "Mime type"
451
  msgstr "Mime typ"
452
 
453
- #: ../classes/column/post/actions.php:31
454
  msgid "Edit this item"
455
  msgstr "Redigera detta objekt"
456
 
457
- #: ../classes/column/post/actions.php:34
458
  msgid "Edit this item inline"
459
  msgstr "Redigera detta objekt inbäddat"
460
 
461
- #: ../classes/column/post/actions.php:39
462
  msgid "Restore this item from the Trash"
463
  msgstr "Återställ detta objekt från papperskorgen"
464
 
465
- #: ../classes/column/post/actions.php:41
466
  msgid "Move this item to the Trash"
467
  msgstr "Flytta detta objekt till papperskorgen"
468
 
469
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
470
- msgid "Trash"
471
- msgstr "Papperskorg"
472
-
473
- #: ../classes/column/post/actions.php:43
474
  msgid "Delete this item permanently"
475
  msgstr "Ta bort detta objeckt permanent"
476
 
477
- #: ../classes/column/post/actions.php:48
478
  #, php-format
479
  msgid "Preview &#8220;%s&#8221;"
480
  msgstr "Förhandsgranska &#8220;%s&#8221;"
481
 
482
- #: ../classes/column/post/actions.php:48
483
  msgid "Preview"
484
  msgstr "Förhandsgranska"
485
 
486
- #: ../classes/column/post/actions.php:50
487
- #, php-format
488
- msgid "View &#8220;%s&#8221;"
489
- msgstr "Visa &#8220;%s&#8221;"
490
-
491
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
492
- msgid "View"
493
- msgstr "Visa"
494
-
495
  #: ../classes/column/post/attachment-count.php:19
496
  msgid "No. of Attachments"
497
  msgstr "No. av bilagor"
498
 
499
  #: ../classes/column/post/attachment.php:19
500
- msgid "Attachment"
501
- msgstr "Bilaga"
502
 
503
  #: ../classes/column/post/author-name.php:20
504
  msgid "Display Author As"
505
  msgstr "Visa som författare"
506
 
507
- #: ../classes/column/post/author-name.php:40
508
- msgid "Display Name"
509
- msgstr "Visa namn"
510
-
511
- #: ../classes/column/post/author-name.php:41
512
- msgid "First Name"
513
- msgstr "Förnamn"
514
-
515
- #: ../classes/column/post/author-name.php:42
516
- msgid "Last Name"
517
- msgstr "Efternamn"
518
-
519
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
520
- msgid "Nickname"
521
- msgstr "Smeknamn"
522
-
523
- #: ../classes/column/post/author-name.php:44
524
- msgid "User Login"
525
- msgstr "Användare Loggin"
526
-
527
- #: ../classes/column/post/author-name.php:45
528
- msgid "User Email"
529
- msgstr "Användare Email"
530
-
531
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
532
- msgid "User ID"
533
- msgstr "Användar-ID"
534
-
535
- #: ../classes/column/post/author-name.php:47
536
- msgid "First and Last Name"
537
- msgstr "Förnamn och efternamn"
538
-
539
- #: ../classes/column/post/author-name.php:124
540
- msgid "This is the format of the author name."
541
- msgstr "Detta är formatet på författarens namn."
542
-
543
  #: ../classes/column/post/before-moretag.php:19
544
  msgid "Before More Tag"
545
  msgstr "Innan mer tagg"
@@ -568,6 +617,30 @@ msgstr "Kommentarsstatus"
568
  msgid "Select which comment status you like to display."
569
  msgstr "Välj vilken kommentarsstatus du vill visa."
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  #: ../classes/column/post/featured-image.php:19
572
  msgid "Featured Image"
573
  msgstr "Utvald bild"
@@ -576,6 +649,10 @@ msgstr "Utvald bild"
576
  msgid "Post Format"
577
  msgstr "Inläggsformat"
578
 
 
 
 
 
579
  #: ../classes/column/post/modified.php:19
580
  msgid "Last modified"
581
  msgstr "Senast ändrad"
@@ -616,6 +693,10 @@ msgstr "Ping status"
616
  msgid "Roles"
617
  msgstr "Roller"
618
 
 
 
 
 
619
  #: ../classes/column/post/slug.php:19
620
  msgid "Slug"
621
  msgstr "Permalänk"
@@ -656,7 +737,7 @@ msgstr "Klistrad"
656
  msgid "Title without actions"
657
  msgstr "Titel utan åtgärder"
658
 
659
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
660
  msgid "Taxonomy"
661
  msgstr "Taxonomi"
662
 
@@ -676,6 +757,10 @@ msgstr "Detta gör att titeln länkas till menyn."
676
  msgid "Comment Count"
677
  msgstr "Antal kommentarer"
678
 
 
 
 
 
679
  #: ../classes/column/user/first-name.php:19
680
  msgid "First name"
681
  msgstr "Förnamn"
@@ -696,423 +781,427 @@ msgstr "Inläggstyp"
696
  msgid "Registered"
697
  msgstr "Registrerad"
698
 
 
 
 
 
699
  #: ../classes/column/user/url.php:19
700
  msgid "Url"
701
  msgstr "Url"
702
 
703
- #: ../classes/settings.php:111
704
  msgid "Add-on successfully activated."
705
  msgstr "Tillägget aktiverat."
706
 
707
- #: ../classes/settings.php:114
708
  msgid "Add-on successfully deactivated."
709
  msgstr "Tillägget inaktiverat."
710
 
711
- #: ../classes/settings.php:169
712
  msgid "Admin Columns Settings"
713
  msgstr "Admin Columns Inställningar"
714
 
715
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
716
  msgid "Admin Columns"
717
  msgstr "Admin Columns"
718
 
719
- #: ../classes/settings.php:217
720
  #, php-format
721
  msgid "%s column is already present and can not be duplicated."
722
  msgstr "%s kolumn finns redan och kan inte dupliceras."
723
 
724
- #: ../classes/settings.php:271
725
  msgid "Default settings succesfully restored."
726
  msgstr "Standardinställningar återställdes framgångsrikt."
727
 
728
- #: ../classes/settings.php:288
729
  msgid "Overview"
730
  msgstr "Översikt"
731
 
732
- #: ../classes/settings.php:291
733
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
734
  msgstr "Denna plugin är för att lägga till och ta bort ytterligare kolumner till administrationsvyn för inlägg(typer), sidor, mediabibliotek, kommentarer, länkar och användare. Ändra kolumens etikett och ändra ordningen."
735
 
736
- #: ../classes/settings.php:294
737
  msgid "Basics"
738
  msgstr "Grundläggande"
739
 
740
- #: ../classes/settings.php:296
741
  msgid "Change order"
742
  msgstr "Ändra ordning"
743
 
744
- #: ../classes/settings.php:297
745
  msgid "By dragging the columns you can change the order which they will appear in."
746
  msgstr "Genom att dra kolumnerna så kan du ändra ordningen som de visas i."
747
 
748
- #: ../classes/settings.php:298
749
  msgid "Change label"
750
  msgstr "Ändra etikett"
751
 
752
- #: ../classes/settings.php:299
753
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
754
  msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Här kan du ändra varje etikett av kolumnernas rubrik."
755
 
756
- #: ../classes/settings.php:300
757
  msgid "Change column width"
758
  msgstr "Ändra kolumnens bredd"
759
 
760
- #: ../classes/settings.php:301
761
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
762
  msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Genom att använda dragbar reglaget kan du ställa in bredden på kolumnerna i procent."
763
 
764
- #: ../classes/settings.php:307
765
  msgid "'Custom Field' column"
766
  msgstr "'Anpassat fält' kolumn "
767
 
768
- #: ../classes/settings.php:308
769
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
770
  msgstr "Det anpassade fältets kolumn använder den anpassade fältet från inlägg och användare. Det fins 10 typer som du kan ange."
771
 
772
- #: ../classes/settings.php:310
773
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
774
  msgstr "Värde: Kan antingen vara en sträng eller array. Arrays ska plattas och värden åtskilda av en ',' kommatecken."
775
 
776
- #: ../classes/settings.php:311
777
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
778
  msgstr "Värde: ska innehålla en bildadress eller bilags-ID ( separerad av ett ',' kommatecken )."
779
 
780
- #: ../classes/settings.php:312
781
  msgid "Value: This will show the first 20 words of the Post content."
782
  msgstr "Värde: Detta kommer visa de första 20 orden av inläggets innehåll."
783
 
784
- #: ../classes/settings.php:313
785
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
786
  msgstr "Värde: skall vara en array. Detta planar en ( flerdimensionell ) array."
787
 
788
- #: ../classes/settings.php:314
789
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
790
  msgstr "Värde: Heltal bara. <br/> Om du har \"sorterings tillägget\" kommer detta att användas för sortering, så att du kan sortera dina inlägg på numeriska (anpassade fält) värden."
791
 
792
- #: ../classes/settings.php:315
793
  #, php-format
794
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
795
  msgstr "Värde: Kan vara unix tidsstämpel eller ett datumformat som beskrivs i <a href='%s'>Codex</a>. Du kan ändra hur datumformatet ska visas på <a href='%s'>generella inställningar</a> sidan."
796
 
797
- #: ../classes/settings.php:316
798
  msgid "Post Titles"
799
  msgstr "Titel på inlägg"
800
 
801
- #: ../classes/settings.php:316
802
  msgid "Value: can be one or more Post ID's (seperated by ',')."
803
  msgstr "Värde: kan vara en eller flera post-ID (separerat med ',')."
804
 
805
- #: ../classes/settings.php:317
806
  msgid "Usernames"
807
  msgstr "Användarnamn"
808
 
809
- #: ../classes/settings.php:317
810
  msgid "Value: can be one or more User ID's (seperated by ',')."
811
  msgstr "Värde: kan vara en eller flera användar-ID (separerat med ',')."
812
 
813
- #: ../classes/settings.php:318
814
  msgid "Checkmark"
815
  msgstr "Checkmark"
816
 
817
- #: ../classes/settings.php:318
818
  msgid "Value: should be a 1 (one) or 0 (zero)."
819
  msgstr "Värde: ska vara en 1 (ett) eller 0 (noll)."
820
 
821
- #: ../classes/settings.php:319
822
  msgid "Value: hex value color, such as #808080."
823
  msgstr "Värde: hex värde färg, som #808080."
824
 
825
- #: ../classes/settings.php:320
826
  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."
827
  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."
828
 
829
- #: ../classes/settings.php:409
830
  msgid "Welcome to Admin Columns"
831
  msgstr "Välkommen till Admin Columns"
832
 
833
- #: ../classes/settings.php:412
834
  msgid "Thank you for updating to the latest version!"
835
  msgstr "Tack för att du uppdaterar till den senaste versionen!"
836
 
837
- #: ../classes/settings.php:413
838
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
839
  msgstr "Admin Columns är mer polerat och roligare än någonsin tidigare. Vi hoppas att du gillar det."
840
 
841
- #: ../classes/settings.php:418
842
  msgid "What’s New"
843
  msgstr "Vad som är nytt"
844
 
845
- #: ../classes/settings.php:419
846
  msgid "Changelog"
847
  msgstr "Ändringslogg"
848
 
849
- #: ../classes/settings.php:424
850
  msgid "Important"
851
  msgstr "Viktigt"
852
 
853
- #: ../classes/settings.php:426
854
  msgid "Database Changes"
855
  msgstr "Databas ändringar"
856
 
857
- #: ../classes/settings.php:427
858
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
859
  msgstr "Databasen har ändrats mellan versionerna 1 och 2. Men vi såg till att du fortfarande kan rulla tillbaka till version 1x utan några problem."
860
 
861
- #: ../classes/settings.php:430
862
  msgid "Make sure you backup your database and then click"
863
  msgstr "Se till att du säkerhetskopiera din databas och klicka sen på"
864
 
865
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
866
  msgid "Upgrade Database"
867
  msgstr "Uppgradera databasen"
868
 
869
- #: ../classes/settings.php:433
870
  msgid "Potential Issues"
871
  msgstr "Potentiella problem"
872
 
873
- #: ../classes/settings.php:434
874
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
875
  msgstr "För den betydande refactoring koden, omgivande tillägg och action/filters, så kanske din webbplats inte fungerar korrekt. Det är viktigt att du läser hela"
876
 
877
- #: ../classes/settings.php:434
878
  msgid "Migrating from v1 to v2"
879
  msgstr "Migrera från v1 till v2"
880
 
881
- #: ../classes/settings.php:434
882
  msgid "guide to view the full list of changes."
883
  msgstr "guide för att visa en komplett lista på förändringar."
884
 
885
- #: ../classes/settings.php:434
886
  #, php-format
887
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
888
  msgstr "När du har hittat en bugg vänligen <a href=\"%s\">rapportera dem till oss</a> så att vi kan åtgärda det i kommande utgåva."
889
 
890
- #: ../classes/settings.php:437
891
  msgid "Important!"
892
  msgstr "Viktigt!"
893
 
894
- #: ../classes/settings.php:437
895
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
896
  msgstr "Om du uppdaterat Admin Columns tillägget utan förkunskaper om sådana ändringar, vänligen rulla tillbaka till den senaste"
897
 
898
- #: ../classes/settings.php:437
899
  msgid "version 1"
900
  msgstr "version 1"
901
 
902
- #: ../classes/settings.php:437
903
  msgid "of this plugin."
904
  msgstr "av detta tillägg."
905
 
906
- #: ../classes/settings.php:443
907
  msgid "Changelog for"
908
  msgstr "Ändringslogg för"
909
 
910
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
911
  msgid "Learn more"
912
  msgstr "Lära dig mer"
913
 
914
- #: ../classes/settings.php:468
915
  msgid "Start using Admin Columns"
916
  msgstr "Börja med att använda Admin Columns"
917
 
918
- #: ../classes/settings.php:511
919
  msgid "General Settings"
920
  msgstr "Allmänna inställningar"
921
 
922
- #: ../classes/settings.php:512
923
  msgid "Customize your Admin Columns settings."
924
  msgstr "Anpassa dina Admin Columns inställningar."
925
 
926
- #: ../classes/settings.php:523
927
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
928
  msgstr "Visa \"Redigera kolumner\" knappen i adminmenyn. Standard är <code>på</code>."
929
 
930
- #: ../classes/settings.php:530 ../classes/settings.php:660
931
  msgid "Save"
932
  msgstr "Spara"
933
 
934
- #: ../classes/settings.php:570
935
  msgid "Restore Settings"
936
  msgstr "Återställ inställningar"
937
 
938
- #: ../classes/settings.php:571
939
  msgid "This will delete all column settings and restore the default settings."
940
  msgstr "Detta kommer att radera alla kolumner inställningar och återställa till standardinställningarna"
941
 
942
- #: ../classes/settings.php:577
943
  msgid "Restore default settings"
944
  msgstr "Återställ till standardinställningar"
945
 
946
- #: ../classes/settings.php:577
947
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
948
  msgstr "Varning! ALLA sparade admin kolumners data kommer att radera. Detta kan inte ångras. \\'OK\\' för att radera, \\'Cancel\\' för att avbryta "
949
 
950
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
951
  msgid "Settings"
952
  msgstr "Inställningar"
953
 
954
- #: ../classes/settings.php:600
955
  msgid "Add-ons"
956
  msgstr "Tillägg"
957
 
958
- #: ../classes/settings.php:625
959
  msgid "Posttypes"
960
  msgstr "Posttyper"
961
 
962
- #: ../classes/settings.php:626
963
  msgid "Others"
964
  msgstr "Annat"
965
 
966
- #: ../classes/settings.php:627
967
  msgid "Taxonomies"
968
  msgstr "Taxanomier"
969
 
970
- #: ../classes/settings.php:646
971
  #, php-format
972
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
973
- msgstr "Kolumnerna för <strong>%s</strong> är inställda via PHP och kan därför inte redigeras i adminpanelen."
974
 
975
- #: ../classes/settings.php:656
976
  msgid "Store settings"
977
  msgstr "Spara inställningar"
978
 
979
- #: ../classes/settings.php:660
980
  msgid "Update"
981
  msgstr "Uppdatera"
982
 
983
- #: ../classes/settings.php:664
984
  #, php-format
985
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
986
  msgstr "Varning! Den %s kolumner data kommer att raderas. Detta kan inte ångras. \\'OK\\' för att ta bort, \\'Avbryt\\' för att stoppa"
987
 
988
- #: ../classes/settings.php:665
989
  msgid "columns"
990
  msgstr "kolumner"
991
 
992
- #: ../classes/settings.php:684
993
  msgid "Get Admin Columns Pro"
994
  msgstr "Skaffa Admin Columns Pro"
995
 
996
- #: ../classes/settings.php:688
997
  msgid "Add Sorting"
998
  msgstr "Lägg till sortering"
999
 
1000
- #: ../classes/settings.php:689
1001
  msgid "Add Filtering"
1002
  msgstr "Lägg till filtrering"
1003
 
1004
- #: ../classes/settings.php:690
1005
  msgid "Add Import/Export"
1006
  msgstr "Lägg till Import/Export"
1007
 
1008
- #: ../classes/settings.php:691
1009
  msgid "Add Direct Editing"
1010
  msgstr "Lägg till snabbredigering"
1011
 
1012
- #: ../classes/settings.php:694
1013
  #, php-format
1014
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1015
  msgstr "Kolla <a href=\"%s\">Admin Columns Pro</a> för mer information!"
1016
 
1017
- #: ../classes/settings.php:725
1018
  msgid "Are you happy with Admin Columns?"
1019
  msgstr "Är du nöjd med Admin Columns?"
1020
 
1021
- #: ../classes/settings.php:733
1022
  msgid "What's wrong? Need help? Let us know!"
1023
  msgstr "Vad är fel? Behöver hjälp? Låt oss veta!"
1024
 
1025
- #: ../classes/settings.php:734
1026
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1027
  msgstr "Kolla in vår omfattande dokumentation, eller så kan du öppna ett support tråd på WordPress.org!"
1028
 
1029
- #: ../classes/settings.php:742
1030
  msgid "Docs"
1031
  msgstr "Dokumentation"
1032
 
1033
- #: ../classes/settings.php:747
1034
  msgid "Forums"
1035
  msgstr "Forum"
1036
 
1037
- #: ../classes/settings.php:756
1038
  msgid "Woohoo! We're glad to hear that!"
1039
  msgstr "Woohoo! Vi är glada att höra det!"
1040
 
1041
- #: ../classes/settings.php:757
1042
  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!"
1043
  msgstr "Vi skulle verkligen älska om du kunde visa din uppskattning genom att ge oss ett omdöme på WordPress.org eller twittra om Admin Columns!"
1044
 
1045
- #: ../classes/settings.php:761
1046
  msgid "Rate"
1047
  msgstr "Omdöme"
1048
 
1049
- #: ../classes/settings.php:772
1050
  msgid "Tweet"
1051
  msgstr "Twittra"
1052
 
1053
- #: ../classes/settings.php:782
1054
  msgid "Buy Pro"
1055
  msgstr "Köp Pro"
1056
 
1057
- #: ../classes/settings.php:794
1058
  msgid "Support"
1059
  msgstr "Support"
1060
 
1061
- #: ../classes/settings.php:797
1062
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1063
  msgstr "Kolla på <strong>Hjälp</strong> sektionen i den övre högra delen av skärmen."
1064
 
1065
- #: ../classes/settings.php:800
1066
  #, php-format
1067
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1068
  msgstr "För fullständig dokumentation, felrapporter, förslag på funktioner och andra tips <a href='%s'>besök Admin Columns webbsida</a>"
1069
 
1070
- #: ../classes/settings.php:829
1071
  msgid "Drag and drop to reorder"
1072
  msgstr "Drag och släpp för att ändra ordning"
1073
 
1074
- #: ../classes/settings.php:832
1075
  msgid "Add Column"
1076
  msgstr "Lägg till kolumn"
1077
 
1078
- #: ../classes/settings.php:908
1079
  msgid "Active"
1080
  msgstr "Aktiv"
1081
 
1082
- #: ../classes/settings.php:909
1083
  msgid "Deactivate"
1084
  msgstr "Inaktivera"
1085
 
1086
- #: ../classes/settings.php:916
1087
  msgid "Installed"
1088
  msgstr "Installerad"
1089
 
1090
- #: ../classes/settings.php:917
1091
  msgid "Activate"
1092
  msgstr "Aktivera"
1093
 
1094
- #: ../classes/settings.php:931
1095
  msgid "Download & Install"
1096
  msgstr "Ladda ner & installera"
1097
 
1098
- #: ../classes/settings.php:936
1099
  msgid "Get this add-on"
1100
  msgstr "Skaffa detta tillägget"
1101
 
1102
- #: ../classes/storage_model.php:213
1103
  msgid "settings succesfully restored."
1104
  msgstr "inställningar återställdes framgångsrikt."
1105
 
1106
- #: ../classes/storage_model.php:229
1107
  msgid "No columns settings available."
1108
  msgstr "Inga inställningar för kolumner är tillgängliga."
1109
 
1110
- #: ../classes/storage_model.php:250
1111
  #, php-format
1112
  msgid "You are trying to store the same settings for %s."
1113
  msgstr "Du försöker lagra samma inställningar för %s."
1114
 
1115
- #: ../classes/storage_model.php:254
1116
  #, php-format
1117
  msgid "Settings for %s updated succesfully."
1118
  msgstr "Inställningar för %s uppdaterades med framgång."
@@ -1121,14 +1210,30 @@ msgstr "Inställningar för %s uppdaterades med framgång."
1121
  msgid "Comments"
1122
  msgstr "Kommentarer"
1123
 
 
 
 
 
1124
  #: ../classes/storage_model/link.php:13
1125
  msgid "Links"
1126
  msgstr "Länkar"
1127
 
 
 
 
 
 
 
 
 
1128
  #: ../classes/storage_model/user.php:13
1129
  msgid "Users"
1130
  msgstr "Användare"
1131
 
 
 
 
 
1132
  #: ../classes/upgrade.php:62
1133
  msgid ""
1134
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">is available</a>, which features a bunch of cool new features, including Direct "
@@ -1187,6 +1292,6 @@ msgstr "Fel"
1187
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1188
  msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
1189
 
1190
- #: ../codepress-admin-columns.php:390
1191
  msgid "Edit columns"
1192
  msgstr "Redigera kolumner"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
10
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/admin-columns/language/sv_SE/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sv_SE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
23
  "X-Poedit-SearchPath-1: ..\n"
24
 
25
  #: ../classes/addons.php:110
26
+ msgid "Plugins"
27
+ msgstr ""
28
 
29
  #: ../classes/addons.php:135
30
  msgid "Advanced Custom Fields"
42
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
43
  msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
44
 
45
+ #: ../classes/column.php:575
46
  msgid "Thumbnail"
47
  msgstr "Miniatyrer"
48
 
49
+ #: ../classes/column.php:576
50
  msgid "Medium"
51
  msgstr "Mellan"
52
 
53
+ #: ../classes/column.php:577
54
  msgid "Large"
55
  msgstr "Stor"
56
 
57
+ #: ../classes/column.php:578
58
  msgid "Full"
59
  msgstr "Hel"
60
 
61
+ #: ../classes/column.php:1020
62
  msgid "Date Format"
63
  msgstr "Datumformat"
64
 
65
+ #: ../classes/column.php:1021
66
  msgid "This will determine how the date will be displayed."
67
  msgstr "Detta kommer att avgöra hur datumet ska visas."
68
 
69
+ #: ../classes/column.php:1027
70
  msgid "Example:"
71
  msgstr "Exempel:"
72
 
73
+ #: ../classes/column.php:1029
74
  #, php-format
75
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
76
  msgstr "Lämna tomt för WordPress datumformat, ändra din <a href=\"%s\">standard datumformat här</a>."
77
 
78
+ #: ../classes/column.php:1030
79
  msgid "Documentation on date and time formatting."
80
  msgstr "Dokumentation om datum och tid formatering."
81
 
82
+ #: ../classes/column.php:1044
83
  msgid "Excerpt length"
84
  msgstr "Utdragens längd"
85
 
86
+ #: ../classes/column.php:1045
87
  msgid "Number of words"
88
  msgstr "Antal ord"
89
 
90
+ #: ../classes/column.php:1063
91
  msgid "Preview size"
92
  msgstr "Förhandsgranska storlek"
93
 
94
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
95
  msgid "Custom"
96
  msgstr "Anpassad"
97
 
98
+ #: ../classes/column.php:1083 ../classes/column.php:1230
99
  msgid "width"
100
  msgstr "bredd"
101
 
102
+ #: ../classes/column.php:1086
103
  msgid "height"
104
  msgstr "höjd"
105
 
106
+ #: ../classes/column.php:1098
107
  msgid "Before"
108
  msgstr "Innan"
109
 
110
+ #: ../classes/column.php:1098
111
  msgid "This text will appear before the custom field value."
112
  msgstr "Denna text kommer att visas innan det anpassade fältet värde."
113
 
114
+ #: ../classes/column.php:1099
115
  msgid "After"
116
  msgstr "Efter"
117
 
118
+ #: ../classes/column.php:1099
119
  msgid "This text will appear after the custom field value."
120
  msgstr "Denna text kommer att visas efter det anpassade fältet värde."
121
 
122
+ #: ../classes/column.php:1108
123
+ msgid "Display Name"
124
+ msgstr "Visa namn"
125
+
126
+ #: ../classes/column.php:1109
127
+ msgid "First Name"
128
+ msgstr "Förnamn"
129
+
130
+ #: ../classes/column.php:1110
131
+ msgid "Last Name"
132
+ msgstr "Efternamn"
133
+
134
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
135
+ msgid "Nickname"
136
+ msgstr "Smeknamn"
137
+
138
+ #: ../classes/column.php:1112
139
+ msgid "User Login"
140
+ msgstr "Användare Loggin"
141
+
142
+ #: ../classes/column.php:1113
143
+ msgid "User Email"
144
+ msgstr "Användare Email"
145
+
146
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
147
+ msgid "User ID"
148
+ msgstr "Användar-ID"
149
+
150
+ #: ../classes/column.php:1115
151
+ msgid "First and Last Name"
152
+ msgstr "Förnamn och efternamn"
153
+
154
+ #: ../classes/column.php:1118
155
+ msgid "Display format"
156
+ msgstr ""
157
+
158
+ #: ../classes/column.php:1118
159
+ msgid "This is the format of the author name."
160
+ msgstr "Detta är formatet på författarens namn."
161
+
162
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25 ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "Redigera"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "Ta bort"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "Typ"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "Välj en kolumntyp."
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "Etikett"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "Bredd"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "standard"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr "ACF Fält"
224
  msgid "Find out more"
225
  msgstr "Läs mer"
226
 
227
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
228
  msgid "Actions"
229
  msgstr "Åtgärder"
230
 
231
+ #: ../classes/column/actions.php:96
232
  msgid "Use icons?"
233
  msgstr "Använda ikoner?"
234
 
235
+ #: ../classes/column/actions.php:96
236
  msgid "Use icons instead of text for displaying the actions."
237
  msgstr "Använda ikoner istället för text för att visa åtgärder."
238
 
239
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
240
  msgid "Yes"
241
  msgstr "Ja"
242
 
243
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
244
  msgid "No"
245
  msgstr "Nej"
246
 
247
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
248
+ msgid "ID"
249
+ msgstr "ID"
250
+
251
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
252
  msgid "Unapprove"
253
  msgstr "Förkastad"
254
 
255
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
256
  msgid "Approve"
257
  msgstr "Godkänn"
258
 
259
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
260
  msgid "Restore"
261
  msgstr "Återställ"
262
 
263
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
264
  msgid "Delete Permanently"
265
  msgstr "Radera permanent"
266
 
267
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
268
  msgid "Quick&nbsp;Edit"
269
  msgstr "Snabbt&nbsp;Redigera"
270
 
271
+ #: ../classes/column/comment/actions.php:77
272
  msgid "Reply"
273
  msgstr "Svara"
274
 
309
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
310
  msgstr "Skickad den <a href=\"%1$s\">%2$s vid %3$s</a>"
311
 
312
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
313
  msgid "Date"
314
  msgstr "Datum"
315
 
316
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
317
  msgid "Excerpt"
318
  msgstr "Utdrag"
319
 
325
  msgid "Word count"
326
  msgstr "Antal ord"
327
 
328
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
329
  msgid "Custom Field"
330
  msgstr "Anpassat fält"
331
 
332
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
333
  msgid "Default"
334
  msgstr "Standard"
335
 
337
  msgid "Checkmark (true/false)"
338
  msgstr "Checkmark (sant/falskt)"
339
 
340
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
341
  msgid "Color"
342
  msgstr "Färg"
343
 
344
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
345
  msgid "Counter"
346
  msgstr "Räknare"
347
 
348
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
349
  msgid "Image"
350
  msgstr "Bild"
351
 
353
  msgid "Media Library"
354
  msgstr "Mediabibliotek"
355
 
356
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
357
  msgid "Multiple Values"
358
  msgstr "Flera värden"
359
 
360
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
361
  msgid "Numeric"
362
  msgstr "Numerisk"
363
 
369
  msgid "Username (User ID's)"
370
  msgstr "Användarnamn (Användar-ID)"
371
 
372
+ #: ../classes/column/custom-field.php:106
373
+ msgid "Term Name (Term ID's)"
374
+ msgstr ""
375
+
376
+ #: ../classes/column/custom-field.php:390
377
  msgid "Select your custom field."
378
  msgstr "Välj ditt anpassade fält."
379
 
380
+ #: ../classes/column/custom-field.php:400
381
  msgid "No custom fields available."
382
  msgstr "Inget anpassat fält är tillgängligt."
383
 
384
+ #: ../classes/column/custom-field.php:400
385
+ #, php-format
386
+ msgid "Please create a %s item first."
387
+ msgstr ""
388
+
389
+ #: ../classes/column/custom-field.php:407
390
  msgid "Field Type"
391
  msgstr "Fälttyp"
392
 
393
+ #: ../classes/column/custom-field.php:407
394
  msgid "This will determine how the value will be displayed."
395
  msgstr "Detta avgör hur värdet kommer att visas."
396
 
431
  msgid "Target"
432
  msgstr "Mål"
433
 
434
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
435
+ msgid "Trash"
436
+ msgstr "Papperskorg"
437
+
438
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
439
+ #, php-format
440
+ msgid "View &#8220;%s&#8221;"
441
+ msgstr "Visa &#8220;%s&#8221;"
442
+
443
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
444
+ msgid "View"
445
+ msgstr "Visa"
446
+
447
+ #: ../classes/column/media/actions.php:35
448
+ msgid "Attach"
449
+ msgstr ""
450
+
451
  #: ../classes/column/media/alternate-text.php:19
452
  msgid "Alt"
453
  msgstr "Alt"
454
 
455
+ #: ../classes/column/media/attached-to.php:19
456
+ msgid "Attached to post"
457
+ msgstr ""
458
+
459
  #: ../classes/column/media/available-sizes.php:20
460
  msgid "Available Sizes"
461
  msgstr "Tillgängliga storlekar"
520
  msgid "File size"
521
  msgstr "Filstorlek"
522
 
523
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
524
  msgid "Full path"
525
  msgstr "Full path"
526
 
527
+ #: ../classes/column/media/full-path.php:83
528
+ msgid "Path scope"
529
+ msgstr ""
530
+
531
+ #: ../classes/column/media/full-path.php:84
532
+ msgid "Part of the file path to display"
533
+ msgstr ""
534
+
535
+ #: ../classes/column/media/full-path.php:97
536
+ msgid "Relative to domain"
537
+ msgstr ""
538
+
539
+ #: ../classes/column/media/full-path.php:102
540
+ msgid "Relative to main uploads folder "
541
+ msgstr ""
542
+
543
  #: ../classes/column/media/height.php:19
544
  msgid "Height"
545
  msgstr "Höjd"
548
  msgid "Mime type"
549
  msgstr "Mime typ"
550
 
551
+ #: ../classes/column/post/actions.php:32
552
  msgid "Edit this item"
553
  msgstr "Redigera detta objekt"
554
 
555
+ #: ../classes/column/post/actions.php:35
556
  msgid "Edit this item inline"
557
  msgstr "Redigera detta objekt inbäddat"
558
 
559
+ #: ../classes/column/post/actions.php:40
560
  msgid "Restore this item from the Trash"
561
  msgstr "Återställ detta objekt från papperskorgen"
562
 
563
+ #: ../classes/column/post/actions.php:42
564
  msgid "Move this item to the Trash"
565
  msgstr "Flytta detta objekt till papperskorgen"
566
 
567
+ #: ../classes/column/post/actions.php:44
 
 
 
 
568
  msgid "Delete this item permanently"
569
  msgstr "Ta bort detta objeckt permanent"
570
 
571
+ #: ../classes/column/post/actions.php:49
572
  #, php-format
573
  msgid "Preview &#8220;%s&#8221;"
574
  msgstr "Förhandsgranska &#8220;%s&#8221;"
575
 
576
+ #: ../classes/column/post/actions.php:49
577
  msgid "Preview"
578
  msgstr "Förhandsgranska"
579
 
 
 
 
 
 
 
 
 
 
580
  #: ../classes/column/post/attachment-count.php:19
581
  msgid "No. of Attachments"
582
  msgstr "No. av bilagor"
583
 
584
  #: ../classes/column/post/attachment.php:19
585
+ msgid "Attachments"
586
+ msgstr ""
587
 
588
  #: ../classes/column/post/author-name.php:20
589
  msgid "Display Author As"
590
  msgstr "Visa som författare"
591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  #: ../classes/column/post/before-moretag.php:19
593
  msgid "Before More Tag"
594
  msgstr "Innan mer tagg"
617
  msgid "Select which comment status you like to display."
618
  msgstr "Välj vilken kommentarsstatus du vill visa."
619
 
620
+ #: ../classes/column/post/content.php:19
621
+ msgid "Content"
622
+ msgstr ""
623
+
624
+ #: ../classes/column/post/date-published.php:17
625
+ msgid "Date Published"
626
+ msgstr ""
627
+
628
+ #: ../classes/column/post/depth.php:19
629
+ msgid "Depth"
630
+ msgstr ""
631
+
632
+ #: ../classes/column/post/estimated-reading-time.php:19
633
+ msgid "Estimated Reading Time"
634
+ msgstr ""
635
+
636
+ #: ../classes/column/post/estimated-reading-time.php:103
637
+ msgid "Words per minute"
638
+ msgstr ""
639
+
640
+ #: ../classes/column/post/estimated-reading-time.php:104
641
+ msgid "Estimated reading time in words per minute"
642
+ msgstr ""
643
+
644
  #: ../classes/column/post/featured-image.php:19
645
  msgid "Featured Image"
646
  msgstr "Utvald bild"
649
  msgid "Post Format"
650
  msgstr "Inläggsformat"
651
 
652
+ #: ../classes/column/post/last-modified-author.php:20
653
+ msgid "Last Modified Author"
654
+ msgstr ""
655
+
656
  #: ../classes/column/post/modified.php:19
657
  msgid "Last modified"
658
  msgstr "Senast ändrad"
693
  msgid "Roles"
694
  msgstr "Roller"
695
 
696
+ #: ../classes/column/post/shortcodes.php:19
697
+ msgid "Shortcodes"
698
+ msgstr ""
699
+
700
  #: ../classes/column/post/slug.php:19
701
  msgid "Slug"
702
  msgstr "Permalänk"
737
  msgid "Title without actions"
738
  msgstr "Titel utan åtgärder"
739
 
740
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
741
  msgid "Taxonomy"
742
  msgstr "Taxonomi"
743
 
757
  msgid "Comment Count"
758
  msgstr "Antal kommentarer"
759
 
760
+ #: ../classes/column/user/display-name.php:19
761
+ msgid "Display name"
762
+ msgstr ""
763
+
764
  #: ../classes/column/user/first-name.php:19
765
  msgid "First name"
766
  msgstr "Förnamn"
781
  msgid "Registered"
782
  msgstr "Registrerad"
783
 
784
+ #: ../classes/column/user/rich-editing.php:19
785
+ msgid "Visual Editor"
786
+ msgstr ""
787
+
788
  #: ../classes/column/user/url.php:19
789
  msgid "Url"
790
  msgstr "Url"
791
 
792
+ #: ../classes/settings.php:112
793
  msgid "Add-on successfully activated."
794
  msgstr "Tillägget aktiverat."
795
 
796
+ #: ../classes/settings.php:115
797
  msgid "Add-on successfully deactivated."
798
  msgstr "Tillägget inaktiverat."
799
 
800
+ #: ../classes/settings.php:170
801
  msgid "Admin Columns Settings"
802
  msgstr "Admin Columns Inställningar"
803
 
804
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
805
  msgid "Admin Columns"
806
  msgstr "Admin Columns"
807
 
808
+ #: ../classes/settings.php:218
809
  #, php-format
810
  msgid "%s column is already present and can not be duplicated."
811
  msgstr "%s kolumn finns redan och kan inte dupliceras."
812
 
813
+ #: ../classes/settings.php:272
814
  msgid "Default settings succesfully restored."
815
  msgstr "Standardinställningar återställdes framgångsrikt."
816
 
817
+ #: ../classes/settings.php:289
818
  msgid "Overview"
819
  msgstr "Översikt"
820
 
821
+ #: ../classes/settings.php:292
822
  msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
823
  msgstr "Denna plugin är för att lägga till och ta bort ytterligare kolumner till administrationsvyn för inlägg(typer), sidor, mediabibliotek, kommentarer, länkar och användare. Ändra kolumens etikett och ändra ordningen."
824
 
825
+ #: ../classes/settings.php:295
826
  msgid "Basics"
827
  msgstr "Grundläggande"
828
 
829
+ #: ../classes/settings.php:297
830
  msgid "Change order"
831
  msgstr "Ändra ordning"
832
 
833
+ #: ../classes/settings.php:298
834
  msgid "By dragging the columns you can change the order which they will appear in."
835
  msgstr "Genom att dra kolumnerna så kan du ändra ordningen som de visas i."
836
 
837
+ #: ../classes/settings.php:299
838
  msgid "Change label"
839
  msgstr "Ändra etikett"
840
 
841
+ #: ../classes/settings.php:300
842
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
843
  msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Här kan du ändra varje etikett av kolumnernas rubrik."
844
 
845
+ #: ../classes/settings.php:301
846
  msgid "Change column width"
847
  msgstr "Ändra kolumnens bredd"
848
 
849
+ #: ../classes/settings.php:302
850
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
851
  msgstr "Genom att klicka på triangeln kommer du att se kolumnalternativ. Genom att använda dragbar reglaget kan du ställa in bredden på kolumnerna i procent."
852
 
853
+ #: ../classes/settings.php:308
854
  msgid "'Custom Field' column"
855
  msgstr "'Anpassat fält' kolumn "
856
 
857
+ #: ../classes/settings.php:309
858
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
859
  msgstr "Det anpassade fältets kolumn använder den anpassade fältet från inlägg och användare. Det fins 10 typer som du kan ange."
860
 
861
+ #: ../classes/settings.php:311
862
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
863
  msgstr "Värde: Kan antingen vara en sträng eller array. Arrays ska plattas och värden åtskilda av en ',' kommatecken."
864
 
865
+ #: ../classes/settings.php:312
866
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
867
  msgstr "Värde: ska innehålla en bildadress eller bilags-ID ( separerad av ett ',' kommatecken )."
868
 
869
+ #: ../classes/settings.php:313
870
  msgid "Value: This will show the first 20 words of the Post content."
871
  msgstr "Värde: Detta kommer visa de första 20 orden av inläggets innehåll."
872
 
873
+ #: ../classes/settings.php:314
874
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
875
  msgstr "Värde: skall vara en array. Detta planar en ( flerdimensionell ) array."
876
 
877
+ #: ../classes/settings.php:315
878
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
879
  msgstr "Värde: Heltal bara. <br/> Om du har \"sorterings tillägget\" kommer detta att användas för sortering, så att du kan sortera dina inlägg på numeriska (anpassade fält) värden."
880
 
881
+ #: ../classes/settings.php:316
882
  #, php-format
883
  msgid "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> page."
884
  msgstr "Värde: Kan vara unix tidsstämpel eller ett datumformat som beskrivs i <a href='%s'>Codex</a>. Du kan ändra hur datumformatet ska visas på <a href='%s'>generella inställningar</a> sidan."
885
 
886
+ #: ../classes/settings.php:317
887
  msgid "Post Titles"
888
  msgstr "Titel på inlägg"
889
 
890
+ #: ../classes/settings.php:317
891
  msgid "Value: can be one or more Post ID's (seperated by ',')."
892
  msgstr "Värde: kan vara en eller flera post-ID (separerat med ',')."
893
 
894
+ #: ../classes/settings.php:318
895
  msgid "Usernames"
896
  msgstr "Användarnamn"
897
 
898
+ #: ../classes/settings.php:318
899
  msgid "Value: can be one or more User ID's (seperated by ',')."
900
  msgstr "Värde: kan vara en eller flera användar-ID (separerat med ',')."
901
 
902
+ #: ../classes/settings.php:319
903
  msgid "Checkmark"
904
  msgstr "Checkmark"
905
 
906
+ #: ../classes/settings.php:319
907
  msgid "Value: should be a 1 (one) or 0 (zero)."
908
  msgstr "Värde: ska vara en 1 (ett) eller 0 (noll)."
909
 
910
+ #: ../classes/settings.php:320
911
  msgid "Value: hex value color, such as #808080."
912
  msgstr "Värde: hex värde färg, som #808080."
913
 
914
+ #: ../classes/settings.php:321
915
  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."
916
  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."
917
 
918
+ #: ../classes/settings.php:410
919
  msgid "Welcome to Admin Columns"
920
  msgstr "Välkommen till Admin Columns"
921
 
922
+ #: ../classes/settings.php:413
923
  msgid "Thank you for updating to the latest version!"
924
  msgstr "Tack för att du uppdaterar till den senaste versionen!"
925
 
926
+ #: ../classes/settings.php:414
927
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
928
  msgstr "Admin Columns är mer polerat och roligare än någonsin tidigare. Vi hoppas att du gillar det."
929
 
930
+ #: ../classes/settings.php:419
931
  msgid "What’s New"
932
  msgstr "Vad som är nytt"
933
 
934
+ #: ../classes/settings.php:420
935
  msgid "Changelog"
936
  msgstr "Ändringslogg"
937
 
938
+ #: ../classes/settings.php:425
939
  msgid "Important"
940
  msgstr "Viktigt"
941
 
942
+ #: ../classes/settings.php:427
943
  msgid "Database Changes"
944
  msgstr "Databas ändringar"
945
 
946
+ #: ../classes/settings.php:428
947
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
948
  msgstr "Databasen har ändrats mellan versionerna 1 och 2. Men vi såg till att du fortfarande kan rulla tillbaka till version 1x utan några problem."
949
 
950
+ #: ../classes/settings.php:431
951
  msgid "Make sure you backup your database and then click"
952
  msgstr "Se till att du säkerhetskopiera din databas och klicka sen på"
953
 
954
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
955
  msgid "Upgrade Database"
956
  msgstr "Uppgradera databasen"
957
 
958
+ #: ../classes/settings.php:434
959
  msgid "Potential Issues"
960
  msgstr "Potentiella problem"
961
 
962
+ #: ../classes/settings.php:435
963
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
964
  msgstr "För den betydande refactoring koden, omgivande tillägg och action/filters, så kanske din webbplats inte fungerar korrekt. Det är viktigt att du läser hela"
965
 
966
+ #: ../classes/settings.php:435
967
  msgid "Migrating from v1 to v2"
968
  msgstr "Migrera från v1 till v2"
969
 
970
+ #: ../classes/settings.php:435
971
  msgid "guide to view the full list of changes."
972
  msgstr "guide för att visa en komplett lista på förändringar."
973
 
974
+ #: ../classes/settings.php:435
975
  #, php-format
976
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
977
  msgstr "När du har hittat en bugg vänligen <a href=\"%s\">rapportera dem till oss</a> så att vi kan åtgärda det i kommande utgåva."
978
 
979
+ #: ../classes/settings.php:438
980
  msgid "Important!"
981
  msgstr "Viktigt!"
982
 
983
+ #: ../classes/settings.php:438
984
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
985
  msgstr "Om du uppdaterat Admin Columns tillägget utan förkunskaper om sådana ändringar, vänligen rulla tillbaka till den senaste"
986
 
987
+ #: ../classes/settings.php:438
988
  msgid "version 1"
989
  msgstr "version 1"
990
 
991
+ #: ../classes/settings.php:438
992
  msgid "of this plugin."
993
  msgstr "av detta tillägg."
994
 
995
+ #: ../classes/settings.php:444
996
  msgid "Changelog for"
997
  msgstr "Ändringslogg för"
998
 
999
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1000
  msgid "Learn more"
1001
  msgstr "Lära dig mer"
1002
 
1003
+ #: ../classes/settings.php:469
1004
  msgid "Start using Admin Columns"
1005
  msgstr "Börja med att använda Admin Columns"
1006
 
1007
+ #: ../classes/settings.php:512
1008
  msgid "General Settings"
1009
  msgstr "Allmänna inställningar"
1010
 
1011
+ #: ../classes/settings.php:513
1012
  msgid "Customize your Admin Columns settings."
1013
  msgstr "Anpassa dina Admin Columns inställningar."
1014
 
1015
+ #: ../classes/settings.php:524
1016
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1017
  msgstr "Visa \"Redigera kolumner\" knappen i adminmenyn. Standard är <code>på</code>."
1018
 
1019
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1020
  msgid "Save"
1021
  msgstr "Spara"
1022
 
1023
+ #: ../classes/settings.php:571
1024
  msgid "Restore Settings"
1025
  msgstr "Återställ inställningar"
1026
 
1027
+ #: ../classes/settings.php:572
1028
  msgid "This will delete all column settings and restore the default settings."
1029
  msgstr "Detta kommer att radera alla kolumner inställningar och återställa till standardinställningarna"
1030
 
1031
+ #: ../classes/settings.php:578
1032
  msgid "Restore default settings"
1033
  msgstr "Återställ till standardinställningar"
1034
 
1035
+ #: ../classes/settings.php:578
1036
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1037
  msgstr "Varning! ALLA sparade admin kolumners data kommer att radera. Detta kan inte ångras. \\'OK\\' för att radera, \\'Cancel\\' för att avbryta "
1038
 
1039
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1040
  msgid "Settings"
1041
  msgstr "Inställningar"
1042
 
1043
+ #: ../classes/settings.php:601
1044
  msgid "Add-ons"
1045
  msgstr "Tillägg"
1046
 
1047
+ #: ../classes/settings.php:631
1048
  msgid "Posttypes"
1049
  msgstr "Posttyper"
1050
 
1051
+ #: ../classes/settings.php:632
1052
  msgid "Others"
1053
  msgstr "Annat"
1054
 
1055
+ #: ../classes/settings.php:633
1056
  msgid "Taxonomies"
1057
  msgstr "Taxanomier"
1058
 
1059
+ #: ../classes/settings.php:652
1060
  #, php-format
1061
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1062
+ msgstr ""
1063
 
1064
+ #: ../classes/settings.php:662
1065
  msgid "Store settings"
1066
  msgstr "Spara inställningar"
1067
 
1068
+ #: ../classes/settings.php:666
1069
  msgid "Update"
1070
  msgstr "Uppdatera"
1071
 
1072
+ #: ../classes/settings.php:670
1073
  #, php-format
1074
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1075
  msgstr "Varning! Den %s kolumner data kommer att raderas. Detta kan inte ångras. \\'OK\\' för att ta bort, \\'Avbryt\\' för att stoppa"
1076
 
1077
+ #: ../classes/settings.php:671
1078
  msgid "columns"
1079
  msgstr "kolumner"
1080
 
1081
+ #: ../classes/settings.php:690
1082
  msgid "Get Admin Columns Pro"
1083
  msgstr "Skaffa Admin Columns Pro"
1084
 
1085
+ #: ../classes/settings.php:694
1086
  msgid "Add Sorting"
1087
  msgstr "Lägg till sortering"
1088
 
1089
+ #: ../classes/settings.php:695
1090
  msgid "Add Filtering"
1091
  msgstr "Lägg till filtrering"
1092
 
1093
+ #: ../classes/settings.php:696
1094
  msgid "Add Import/Export"
1095
  msgstr "Lägg till Import/Export"
1096
 
1097
+ #: ../classes/settings.php:697
1098
  msgid "Add Direct Editing"
1099
  msgstr "Lägg till snabbredigering"
1100
 
1101
+ #: ../classes/settings.php:700
1102
  #, php-format
1103
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1104
  msgstr "Kolla <a href=\"%s\">Admin Columns Pro</a> för mer information!"
1105
 
1106
+ #: ../classes/settings.php:731
1107
  msgid "Are you happy with Admin Columns?"
1108
  msgstr "Är du nöjd med Admin Columns?"
1109
 
1110
+ #: ../classes/settings.php:739
1111
  msgid "What's wrong? Need help? Let us know!"
1112
  msgstr "Vad är fel? Behöver hjälp? Låt oss veta!"
1113
 
1114
+ #: ../classes/settings.php:740
1115
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1116
  msgstr "Kolla in vår omfattande dokumentation, eller så kan du öppna ett support tråd på WordPress.org!"
1117
 
1118
+ #: ../classes/settings.php:748
1119
  msgid "Docs"
1120
  msgstr "Dokumentation"
1121
 
1122
+ #: ../classes/settings.php:753
1123
  msgid "Forums"
1124
  msgstr "Forum"
1125
 
1126
+ #: ../classes/settings.php:762
1127
  msgid "Woohoo! We're glad to hear that!"
1128
  msgstr "Woohoo! Vi är glada att höra det!"
1129
 
1130
+ #: ../classes/settings.php:763
1131
  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!"
1132
  msgstr "Vi skulle verkligen älska om du kunde visa din uppskattning genom att ge oss ett omdöme på WordPress.org eller twittra om Admin Columns!"
1133
 
1134
+ #: ../classes/settings.php:767
1135
  msgid "Rate"
1136
  msgstr "Omdöme"
1137
 
1138
+ #: ../classes/settings.php:778
1139
  msgid "Tweet"
1140
  msgstr "Twittra"
1141
 
1142
+ #: ../classes/settings.php:788
1143
  msgid "Buy Pro"
1144
  msgstr "Köp Pro"
1145
 
1146
+ #: ../classes/settings.php:800
1147
  msgid "Support"
1148
  msgstr "Support"
1149
 
1150
+ #: ../classes/settings.php:803
1151
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1152
  msgstr "Kolla på <strong>Hjälp</strong> sektionen i den övre högra delen av skärmen."
1153
 
1154
+ #: ../classes/settings.php:806
1155
  #, php-format
1156
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1157
  msgstr "För fullständig dokumentation, felrapporter, förslag på funktioner och andra tips <a href='%s'>besök Admin Columns webbsida</a>"
1158
 
1159
+ #: ../classes/settings.php:835
1160
  msgid "Drag and drop to reorder"
1161
  msgstr "Drag och släpp för att ändra ordning"
1162
 
1163
+ #: ../classes/settings.php:838
1164
  msgid "Add Column"
1165
  msgstr "Lägg till kolumn"
1166
 
1167
+ #: ../classes/settings.php:919
1168
  msgid "Active"
1169
  msgstr "Aktiv"
1170
 
1171
+ #: ../classes/settings.php:920
1172
  msgid "Deactivate"
1173
  msgstr "Inaktivera"
1174
 
1175
+ #: ../classes/settings.php:927
1176
  msgid "Installed"
1177
  msgstr "Installerad"
1178
 
1179
+ #: ../classes/settings.php:928
1180
  msgid "Activate"
1181
  msgstr "Aktivera"
1182
 
1183
+ #: ../classes/settings.php:942
1184
  msgid "Download & Install"
1185
  msgstr "Ladda ner & installera"
1186
 
1187
+ #: ../classes/settings.php:947
1188
  msgid "Get this add-on"
1189
  msgstr "Skaffa detta tillägget"
1190
 
1191
+ #: ../classes/storage_model.php:227
1192
  msgid "settings succesfully restored."
1193
  msgstr "inställningar återställdes framgångsrikt."
1194
 
1195
+ #: ../classes/storage_model.php:243
1196
  msgid "No columns settings available."
1197
  msgstr "Inga inställningar för kolumner är tillgängliga."
1198
 
1199
+ #: ../classes/storage_model.php:264
1200
  #, php-format
1201
  msgid "You are trying to store the same settings for %s."
1202
  msgstr "Du försöker lagra samma inställningar för %s."
1203
 
1204
+ #: ../classes/storage_model.php:268
1205
  #, php-format
1206
  msgid "Settings for %s updated succesfully."
1207
  msgstr "Inställningar för %s uppdaterades med framgång."
1210
  msgid "Comments"
1211
  msgstr "Kommentarer"
1212
 
1213
+ #: ../classes/storage_model/comment.php:14
1214
+ msgid "Comment"
1215
+ msgstr ""
1216
+
1217
  #: ../classes/storage_model/link.php:13
1218
  msgid "Links"
1219
  msgstr "Länkar"
1220
 
1221
+ #: ../classes/storage_model/link.php:14
1222
+ msgid "Link"
1223
+ msgstr ""
1224
+
1225
+ #: ../classes/storage_model/media.php:14
1226
+ msgid "Media"
1227
+ msgstr ""
1228
+
1229
  #: ../classes/storage_model/user.php:13
1230
  msgid "Users"
1231
  msgstr "Användare"
1232
 
1233
+ #: ../classes/storage_model/user.php:14
1234
+ msgid "User"
1235
+ msgstr ""
1236
+
1237
  #: ../classes/upgrade.php:62
1238
  msgid ""
1239
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of <strong>Admin Columns Pro</strong> <a href=\"http://www.admincolumns.com/pro-addon-information/\" target=\"_blank\">is available</a>, which features a bunch of cool new features, including Direct "
1292
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1293
  msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
1294
 
1295
+ #: ../codepress-admin-columns.php:442
1296
  msgid "Edit columns"
1297
  msgstr "Redigera kolumner"
languages/cpac-zh_CN.mo CHANGED
Binary file
languages/cpac-zh_CN.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-12-10 17:02+0100\n"
9
- "PO-Revision-Date: 2014-12-10 17:24+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/admin-columns/language/zh_CN/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: zh_CN\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Generator: Poedit 1.7.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -22,7 +22,7 @@ msgstr ""
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
- msgid "Third party plugin integration"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
@@ -41,120 +41,168 @@ msgstr ""
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
- #: ../classes/column.php:500
45
  msgid "Thumbnail"
46
  msgstr "缩略图"
47
 
48
- #: ../classes/column.php:501
49
  msgid "Medium"
50
  msgstr "中等大小"
51
 
52
- #: ../classes/column.php:502
53
  msgid "Large"
54
  msgstr "大尺寸"
55
 
56
- #: ../classes/column.php:503
57
  msgid "Full"
58
  msgstr "原始大小"
59
 
60
- #: ../classes/column.php:863
61
  msgid "Date Format"
62
  msgstr "日期格式"
63
 
64
- #: ../classes/column.php:864
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "用来决定如何显示日期"
67
 
68
- #: ../classes/column.php:870
69
  msgid "Example:"
70
  msgstr "例如:"
71
 
72
- #: ../classes/column.php:872
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "留空将使用WordPress日期格式,你可以在 <a href=\"%s\">这里</a> 修改默认的日期格式。"
76
 
77
- #: ../classes/column.php:873
78
  msgid "Documentation on date and time formatting."
79
  msgstr "日期和时间格式的文档。"
80
 
81
- #: ../classes/column.php:887
82
  msgid "Excerpt length"
83
  msgstr "摘要长度"
84
 
85
- #: ../classes/column.php:888
86
  msgid "Number of words"
87
  msgstr "字数"
88
 
89
- #: ../classes/column.php:906
90
  msgid "Preview size"
91
  msgstr "预览大小"
92
 
93
- #: ../classes/column.php:923 ../classes/storage_model.php:534
94
  msgid "Custom"
95
  msgstr "自定义"
96
 
97
- #: ../classes/column.php:926
98
  msgid "width"
99
  msgstr "宽度"
100
 
101
- #: ../classes/column.php:929
102
  msgid "height"
103
  msgstr "高度"
104
 
105
- #: ../classes/column.php:943
106
  msgid "Before"
107
  msgstr "前"
108
 
109
- #: ../classes/column.php:943
110
  msgid "This text will appear before the custom field value."
111
  msgstr "该文本将显示在自定义字段的值的前面"
112
 
113
- #: ../classes/column.php:949
114
  msgid "After"
115
  msgstr "后"
116
 
117
- #: ../classes/column.php:949
118
  msgid "This text will appear after the custom field value."
119
  msgstr "该文本将显示在自定义字段的值的后面"
120
 
121
- #: ../classes/column.php:1043 ../classes/column/comment/actions.php:99 ../classes/column/link/actions.php:48 ../classes/column/post/actions.php:31
122
- #: ../classes/column/user/actions.php:69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Edit"
124
  msgstr "编辑"
125
 
126
- #: ../classes/column.php:1044 ../classes/column.php:1122 ../classes/column/user/actions.php:77
 
 
 
 
127
  msgid "Remove"
128
  msgstr "删除"
129
 
130
- #: ../classes/column.php:1062
131
  msgid "Type"
132
  msgstr "类型"
133
 
134
- #: ../classes/column.php:1062
135
  msgid "Choose a column type."
136
  msgstr "选择一个列类型。"
137
 
138
- #: ../classes/column.php:1062 ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
139
- msgid "ID"
140
- msgstr "ID"
141
 
142
- #: ../classes/column.php:1072
143
  msgid "Label"
144
  msgstr "标签"
145
 
146
- #: ../classes/column.php:1072
147
  msgid "This is the name which will appear as the column header."
148
  msgstr "该名称将显示为列标题。"
149
 
150
- #: ../classes/column.php:1079 ../classes/column/media/width.php:19
151
  msgid "Width"
152
  msgstr "宽度"
153
 
154
- #: ../classes/column.php:1081 ../classes/column.php:1082
155
  msgid "default"
156
  msgstr "默认"
157
 
 
 
 
 
158
  #: ../classes/column/acf-placeholder.php:19
159
  msgid "ACF Field"
160
  msgstr ""
@@ -176,48 +224,51 @@ msgstr ""
176
  msgid "Find out more"
177
  msgstr ""
178
 
179
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19 ../classes/column/link/actions.php:19 ../classes/column/media/actions.php:20
180
- #: ../classes/column/user/actions.php:19
181
  msgid "Actions"
182
  msgstr "操作"
183
 
184
- #: ../classes/column/actions.php:87
185
  msgid "Use icons?"
186
  msgstr ""
187
 
188
- #: ../classes/column/actions.php:87
189
  msgid "Use icons instead of text for displaying the actions."
190
  msgstr ""
191
 
192
- #: ../classes/column/actions.php:91 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
193
  msgid "Yes"
194
  msgstr ""
195
 
196
- #: ../classes/column/actions.php:95 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
197
  msgid "No"
198
  msgstr ""
199
 
200
- #: ../classes/column/comment/actions.php:76 ../classes/column/comment/actions.php:81
 
 
 
 
201
  msgid "Unapprove"
202
  msgstr "驳回"
203
 
204
- #: ../classes/column/comment/actions.php:78 ../classes/column/comment/actions.php:80
205
  msgid "Approve"
206
  msgstr "通过"
207
 
208
- #: ../classes/column/comment/actions.php:89 ../classes/column/post/actions.php:39 ../classes/settings.php:665
209
  msgid "Restore"
210
  msgstr "恢复"
211
 
212
- #: ../classes/column/comment/actions.php:93 ../classes/column/post/actions.php:43
213
  msgid "Delete Permanently"
214
  msgstr "永久删除"
215
 
216
- #: ../classes/column/comment/actions.php:100 ../classes/column/post/actions.php:34
217
  msgid "Quick&nbsp;Edit"
218
  msgstr "Quick&nbsp;Edit"
219
 
220
- #: ../classes/column/comment/actions.php:101
221
  msgid "Reply"
222
  msgstr "回复"
223
 
@@ -258,11 +309,11 @@ msgstr "日期GMT"
258
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
259
  msgstr "提交于 <a href=\"%1$s\">%2$s at %3$s</a>"
260
 
261
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:315
262
  msgid "Date"
263
  msgstr "日期"
264
 
265
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:312
266
  msgid "Excerpt"
267
  msgstr "摘要"
268
 
@@ -274,11 +325,11 @@ msgstr "回应给"
274
  msgid "Word count"
275
  msgstr "字数"
276
 
277
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:356 ../classes/settings.php:305
278
  msgid "Custom Field"
279
  msgstr "自定义字段"
280
 
281
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310 ../classes/storage_model.php:535
282
  msgid "Default"
283
  msgstr "默认"
284
 
@@ -286,15 +337,15 @@ msgstr "默认"
286
  msgid "Checkmark (true/false)"
287
  msgstr "判断(true/false)"
288
 
289
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
290
  msgid "Color"
291
  msgstr "颜色"
292
 
293
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
294
  msgid "Counter"
295
  msgstr ""
296
 
297
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:311
298
  msgid "Image"
299
  msgstr "图像"
300
 
@@ -302,11 +353,11 @@ msgstr "图像"
302
  msgid "Media Library"
303
  msgstr "媒体库"
304
 
305
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
306
  msgid "Multiple Values"
307
  msgstr "多个值"
308
 
309
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
310
  msgid "Numeric"
311
  msgstr "数字"
312
 
@@ -318,19 +369,28 @@ msgstr "文章标题(文章ID)"
318
  msgid "Username (User ID's)"
319
  msgstr "用户名(用户ID)"
320
 
321
- #: ../classes/column/custom-field.php:356
 
 
 
 
322
  msgid "Select your custom field."
323
  msgstr "选择自定义字段"
324
 
325
- #: ../classes/column/custom-field.php:366
326
  msgid "No custom fields available."
327
  msgstr "没有可用的自定义字段"
328
 
329
- #: ../classes/column/custom-field.php:373
 
 
 
 
 
330
  msgid "Field Type"
331
  msgstr "字段类型"
332
 
333
- #: ../classes/column/custom-field.php:373
334
  msgid "This will determine how the value will be displayed."
335
  msgstr "用来确定如何显示值"
336
 
@@ -371,10 +431,32 @@ msgstr "Rss"
371
  msgid "Target"
372
  msgstr "Target"
373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
374
  #: ../classes/column/media/alternate-text.php:19
375
  msgid "Alt"
376
  msgstr "Alt"
377
 
 
 
 
 
378
  #: ../classes/column/media/available-sizes.php:20
379
  msgid "Available Sizes"
380
  msgstr "可用尺寸"
@@ -439,10 +521,26 @@ msgstr "名字"
439
  msgid "File size"
440
  msgstr "文件大小"
441
 
442
- #: ../classes/column/media/full-path.php:19
443
  msgid "Full path"
444
  msgstr "完整路径"
445
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  #: ../classes/column/media/height.php:19
447
  msgid "Height"
448
  msgstr "高度"
@@ -451,96 +549,47 @@ msgstr "高度"
451
  msgid "Mime type"
452
  msgstr "Mime类型"
453
 
454
- #: ../classes/column/post/actions.php:31
455
  msgid "Edit this item"
456
  msgstr "编辑该项目"
457
 
458
- #: ../classes/column/post/actions.php:34
459
  msgid "Edit this item inline"
460
  msgstr "编辑该项目的联"
461
 
462
- #: ../classes/column/post/actions.php:39
463
  msgid "Restore this item from the Trash"
464
  msgstr "从回收站中还原"
465
 
466
- #: ../classes/column/post/actions.php:41
467
  msgid "Move this item to the Trash"
468
  msgstr "移至回收站"
469
 
470
- #: ../classes/column/post/actions.php:41 ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
471
- msgid "Trash"
472
- msgstr "回收站"
473
-
474
- #: ../classes/column/post/actions.php:43
475
  msgid "Delete this item permanently"
476
  msgstr "永久删除改项目"
477
 
478
- #: ../classes/column/post/actions.php:48
479
  #, php-format
480
  msgid "Preview &#8220;%s&#8221;"
481
  msgstr "预览 &#8220;%s&#8221;"
482
 
483
- #: ../classes/column/post/actions.php:48
484
  msgid "Preview"
485
  msgstr "预览"
486
 
487
- #: ../classes/column/post/actions.php:50
488
- #, php-format
489
- msgid "View &#8220;%s&#8221;"
490
- msgstr "查看 &#8220;%s&#8221;"
491
-
492
- #: ../classes/column/post/actions.php:50 ../classes/storage_model.php:746
493
- msgid "View"
494
- msgstr "查看"
495
-
496
  #: ../classes/column/post/attachment-count.php:19
497
  msgid "No. of Attachments"
498
  msgstr "附件数量"
499
 
500
  #: ../classes/column/post/attachment.php:19
501
- msgid "Attachment"
502
- msgstr "附件"
503
 
504
  #: ../classes/column/post/author-name.php:20
505
  msgid "Display Author As"
506
  msgstr "显示作者为"
507
 
508
- #: ../classes/column/post/author-name.php:40
509
- msgid "Display Name"
510
- msgstr "公开显示为"
511
-
512
- #: ../classes/column/post/author-name.php:41
513
- msgid "First Name"
514
- msgstr "名字"
515
-
516
- #: ../classes/column/post/author-name.php:42
517
- msgid "Last Name"
518
- msgstr "姓氏"
519
-
520
- #: ../classes/column/post/author-name.php:43 ../classes/column/user/nickname.php:19
521
- msgid "Nickname"
522
- msgstr "昵称"
523
-
524
- #: ../classes/column/post/author-name.php:44
525
- msgid "User Login"
526
- msgstr "用户名"
527
-
528
- #: ../classes/column/post/author-name.php:45
529
- msgid "User Email"
530
- msgstr "用户邮箱"
531
-
532
- #: ../classes/column/post/author-name.php:46 ../classes/column/user/ID.php:19
533
- msgid "User ID"
534
- msgstr "用户ID"
535
-
536
- #: ../classes/column/post/author-name.php:47
537
- msgid "First and Last Name"
538
- msgstr "姓名"
539
-
540
- #: ../classes/column/post/author-name.php:124
541
- msgid "This is the format of the author name."
542
- msgstr "作者名字的格式"
543
-
544
  #: ../classes/column/post/before-moretag.php:19
545
  msgid "Before More Tag"
546
  msgstr "More标签前"
@@ -569,6 +618,30 @@ msgstr "评论状态"
569
  msgid "Select which comment status you like to display."
570
  msgstr "选择你要显示的评论状态"
571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
572
  #: ../classes/column/post/featured-image.php:19
573
  msgid "Featured Image"
574
  msgstr "特色图像"
@@ -577,6 +650,10 @@ msgstr "特色图像"
577
  msgid "Post Format"
578
  msgstr "文章形式"
579
 
 
 
 
 
580
  #: ../classes/column/post/modified.php:19
581
  msgid "Last modified"
582
  msgstr "最后修订"
@@ -617,6 +694,10 @@ msgstr "Ping状态"
617
  msgid "Roles"
618
  msgstr "角色"
619
 
 
 
 
 
620
  #: ../classes/column/post/slug.php:19
621
  msgid "Slug"
622
  msgstr "别名"
@@ -657,7 +738,7 @@ msgstr "置顶"
657
  msgid "Title without actions"
658
  msgstr ""
659
 
660
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:79
661
  msgid "Taxonomy"
662
  msgstr "分类法"
663
 
@@ -677,6 +758,10 @@ msgstr ""
677
  msgid "Comment Count"
678
  msgstr "评论数量"
679
 
 
 
 
 
680
  #: ../classes/column/user/first-name.php:19
681
  msgid "First name"
682
  msgstr "名字"
@@ -697,429 +782,433 @@ msgstr "文章类型"
697
  msgid "Registered"
698
  msgstr "注册"
699
 
 
 
 
 
700
  #: ../classes/column/user/url.php:19
701
  msgid "Url"
702
  msgstr "Url"
703
 
704
- #: ../classes/settings.php:111
705
  msgid "Add-on successfully activated."
706
  msgstr ""
707
 
708
- #: ../classes/settings.php:114
709
  msgid "Add-on successfully deactivated."
710
  msgstr ""
711
 
712
- #: ../classes/settings.php:169
713
  msgid "Admin Columns Settings"
714
  msgstr "Admin Columns 设置"
715
 
716
- #: ../classes/settings.php:169 ../classes/settings.php:598 ../classes/upgrade.php:135
717
  msgid "Admin Columns"
718
  msgstr "Admin Columns"
719
 
720
- #: ../classes/settings.php:217
721
  #, php-format
722
  msgid "%s column is already present and can not be duplicated."
723
  msgstr "%s 这个列已经存在,不能被复制。"
724
 
725
- #: ../classes/settings.php:271
726
  msgid "Default settings succesfully restored."
727
  msgstr "已成功恢复默认设置。"
728
 
729
- #: ../classes/settings.php:288
730
  msgid "Overview"
731
  msgstr "预览"
732
 
733
- #: ../classes/settings.php:291
734
  msgid ""
735
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the "
736
  "column's label and reorder them."
737
  msgstr "该插件用来从管理界面中添加或移除额外的列,比如文章(自定义文章类型)、页面、媒体库、评论、链接和用户的管理界面。修改列的标题和重新排序它们。"
738
 
739
- #: ../classes/settings.php:294
740
  msgid "Basics"
741
  msgstr "基础"
742
 
743
- #: ../classes/settings.php:296
744
  msgid "Change order"
745
  msgstr "更改排序"
746
 
747
- #: ../classes/settings.php:297
748
  msgid "By dragging the columns you can change the order which they will appear in."
749
  msgstr "拖动排序这些列,你可以重新排列它们显示的顺序。"
750
 
751
- #: ../classes/settings.php:298
752
  msgid "Change label"
753
  msgstr "更改标签"
754
 
755
- #: ../classes/settings.php:299
756
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
757
  msgstr "点击三角形,你会看到列的选项。在这里,你可以改变每个标签的列标题栏。"
758
 
759
- #: ../classes/settings.php:300
760
  msgid "Change column width"
761
  msgstr "更改列宽"
762
 
763
- #: ../classes/settings.php:301
764
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
765
  msgstr "点击三角形,你会看到列的选项。你可以通过拖动滑块设置列的百分比宽度。"
766
 
767
- #: ../classes/settings.php:307
768
  msgid "'Custom Field' column"
769
  msgstr "“自定义字段”列"
770
 
771
- #: ../classes/settings.php:308
772
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
773
  msgstr "自定义字段列使用文章和用户的自定义字段,你可以设置10中类型。"
774
 
775
- #: ../classes/settings.php:310
776
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
777
  msgstr "值:可以是一个字符串或数组。数组将被压平(Arrays will be flattened),值之间用逗号“,”隔开。"
778
 
779
- #: ../classes/settings.php:311
780
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
781
  msgstr "值:应该包括一个图像URL或附件ID(使用逗号“,”隔开)"
782
 
783
- #: ../classes/settings.php:312
784
  msgid "Value: This will show the first 20 words of the Post content."
785
  msgstr "值:将显示文章内容的前 20 个字。"
786
 
787
- #: ../classes/settings.php:313
788
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
789
  msgstr "值:应该是一个数组。这将被压平(多维)数组"
790
 
791
- #: ../classes/settings.php:314
792
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
793
  msgstr "值:只能是数字。<br/>如果你安装了“排序扩展”,这将用于排序,所以你可以通过这个数字(自定义字段)值来排序文章。"
794
 
795
- #: ../classes/settings.php:315
796
  #, php-format
797
  msgid ""
798
  "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> "
799
  "page."
800
  msgstr "值:可以是 Unix 时间戳或<a href='%s'>规则</a>中描述的一种日期格式。你可以在 <a href='%s'>常规设置</a> 页面修改输出的日期格式。"
801
 
802
- #: ../classes/settings.php:316
803
  msgid "Post Titles"
804
  msgstr "文章标题"
805
 
806
- #: ../classes/settings.php:316
807
  msgid "Value: can be one or more Post ID's (seperated by ',')."
808
  msgstr "值:可以是一个或多个文章ID(使用逗号“,”隔开)"
809
 
810
- #: ../classes/settings.php:317
811
  msgid "Usernames"
812
  msgstr "用户名"
813
 
814
- #: ../classes/settings.php:317
815
  msgid "Value: can be one or more User ID's (seperated by ',')."
816
  msgstr "值:可以是一个或多个用户ID(使用逗号“,”隔开)"
817
 
818
- #: ../classes/settings.php:318
819
  msgid "Checkmark"
820
  msgstr "判断"
821
 
822
- #: ../classes/settings.php:318
823
  msgid "Value: should be a 1 (one) or 0 (zero)."
824
  msgstr "值:应该是 1 (一)或 0 (零)"
825
 
826
- #: ../classes/settings.php:319
827
  msgid "Value: hex value color, such as #808080."
828
  msgstr "值:十六进制值的颜色,如#808080。"
829
 
830
- #: ../classes/settings.php:320
831
  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."
832
  msgstr ""
833
 
834
- #: ../classes/settings.php:409
835
  msgid "Welcome to Admin Columns"
836
  msgstr "欢迎使用Admin Columns插件。"
837
 
838
- #: ../classes/settings.php:412
839
  msgid "Thank you for updating to the latest version!"
840
  msgstr "感谢您更新到最新版本!"
841
 
842
- #: ../classes/settings.php:413
843
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
844
  msgstr "Admin Columns插件比以往任何时候都更加精致,愉快。我们希望你喜欢它。"
845
 
846
- #: ../classes/settings.php:418
847
  msgid "What’s New"
848
  msgstr "最近更新"
849
 
850
- #: ../classes/settings.php:419
851
  msgid "Changelog"
852
  msgstr "更新记录"
853
 
854
- #: ../classes/settings.php:424
855
  msgid "Important"
856
  msgstr "重要"
857
 
858
- #: ../classes/settings.php:426
859
  msgid "Database Changes"
860
  msgstr "数据库更改"
861
 
862
- #: ../classes/settings.php:427
863
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
864
  msgstr "该数据库已在版本1和2之间进行了更改。但我们确信你仍然可以回滚到版本1x,这是没有任何问题的。"
865
 
866
- #: ../classes/settings.php:430
867
  msgid "Make sure you backup your database and then click"
868
  msgstr "确保你已经备份了数据库,然后点击"
869
 
870
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
871
  msgid "Upgrade Database"
872
  msgstr "升级数据库"
873
 
874
- #: ../classes/settings.php:433
875
  msgid "Potential Issues"
876
  msgstr "潜在问题"
877
 
878
- #: ../classes/settings.php:434
879
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
880
  msgstr "做了相当大的代码重构,包括扩展和各类钩子,你的网站可能无法正常工作。强烈建议你阅读完整的 "
881
 
882
- #: ../classes/settings.php:434
883
  msgid "Migrating from v1 to v2"
884
  msgstr "从 v1 迁移到 v2"
885
 
886
- #: ../classes/settings.php:434
887
  msgid "guide to view the full list of changes."
888
  msgstr "引导查看完整的更改列表。"
889
 
890
- #: ../classes/settings.php:434
891
  #, php-format
892
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
893
  msgstr "当你发现了 bug,请 <a href=\"%s\">反馈给我们</a>,以便我们在下个版本进行修复。"
894
 
895
- #: ../classes/settings.php:437
896
  msgid "Important!"
897
  msgstr "重要!"
898
 
899
- #: ../classes/settings.php:437
900
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
901
  msgstr "如果你更新了 Admin Columns 插件没有另行通知这些变更,请回滚到最新版本"
902
 
903
- #: ../classes/settings.php:437
904
  msgid "version 1"
905
  msgstr "版本 1"
906
 
907
- #: ../classes/settings.php:437
908
  msgid "of this plugin."
909
  msgstr "这个插件。"
910
 
911
- #: ../classes/settings.php:443
912
  msgid "Changelog for"
913
  msgstr "更新记录 for"
914
 
915
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
916
  msgid "Learn more"
917
  msgstr "了解更多"
918
 
919
- #: ../classes/settings.php:468
920
  msgid "Start using Admin Columns"
921
  msgstr "开始使用Admin Columns"
922
 
923
- #: ../classes/settings.php:511
924
  msgid "General Settings"
925
  msgstr "常规设置"
926
 
927
- #: ../classes/settings.php:512
928
  msgid "Customize your Admin Columns settings."
929
  msgstr "自定义Admin Columns的设置"
930
 
931
- #: ../classes/settings.php:523
932
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
933
  msgstr ""
934
 
935
- #: ../classes/settings.php:530 ../classes/settings.php:660
936
  msgid "Save"
937
  msgstr "保存"
938
 
939
- #: ../classes/settings.php:570
940
  msgid "Restore Settings"
941
  msgstr "恢复设置"
942
 
943
- #: ../classes/settings.php:571
944
  msgid "This will delete all column settings and restore the default settings."
945
  msgstr "这将删除所有列的设置和恢复到默认设置。"
946
 
947
- #: ../classes/settings.php:577
948
  msgid "Restore default settings"
949
  msgstr "恢复默认设置"
950
 
951
- #: ../classes/settings.php:577
952
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
953
  msgstr "警告!所有Admin Columns的数据将被删除。该操作无法撤销。“确定”将删除,“取消”将停止。"
954
 
955
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:326
956
  msgid "Settings"
957
  msgstr "设置"
958
 
959
- #: ../classes/settings.php:600
960
  msgid "Add-ons"
961
  msgstr ""
962
 
963
- #: ../classes/settings.php:625
964
  msgid "Posttypes"
965
  msgstr ""
966
 
967
- #: ../classes/settings.php:626
968
  msgid "Others"
969
  msgstr ""
970
 
971
- #: ../classes/settings.php:627
972
  msgid "Taxonomies"
973
  msgstr ""
974
 
975
- #: ../classes/settings.php:646
976
  #, php-format
977
- msgid "The columns for <strong>%s</strong> are set up via PHP and can therefore not be edited in the admin panel."
978
  msgstr ""
979
 
980
- #: ../classes/settings.php:656
981
  msgid "Store settings"
982
  msgstr "保存设置"
983
 
984
- #: ../classes/settings.php:660
985
  msgid "Update"
986
  msgstr "更新"
987
 
988
- #: ../classes/settings.php:664
989
  #, php-format
990
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
991
  msgstr "警告!%s 列的数据将被删除。该操作无法撤销。“确定”将删除,“取消”将停止。"
992
 
993
- #: ../classes/settings.php:665
994
  msgid "columns"
995
  msgstr "列"
996
 
997
- #: ../classes/settings.php:684
998
  msgid "Get Admin Columns Pro"
999
  msgstr ""
1000
 
1001
- #: ../classes/settings.php:688
1002
  msgid "Add Sorting"
1003
  msgstr "添加排序"
1004
 
1005
- #: ../classes/settings.php:689
1006
  msgid "Add Filtering"
1007
  msgstr "添加过滤器"
1008
 
1009
- #: ../classes/settings.php:690
1010
  msgid "Add Import/Export"
1011
  msgstr "添加 导入/导出"
1012
 
1013
- #: ../classes/settings.php:691
1014
  msgid "Add Direct Editing"
1015
  msgstr ""
1016
 
1017
- #: ../classes/settings.php:694
1018
  #, php-format
1019
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1020
  msgstr ""
1021
 
1022
- #: ../classes/settings.php:725
1023
  msgid "Are you happy with Admin Columns?"
1024
  msgstr ""
1025
 
1026
- #: ../classes/settings.php:733
1027
  msgid "What's wrong? Need help? Let us know!"
1028
  msgstr ""
1029
 
1030
- #: ../classes/settings.php:734
1031
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1032
  msgstr ""
1033
 
1034
- #: ../classes/settings.php:742
1035
  msgid "Docs"
1036
  msgstr ""
1037
 
1038
- #: ../classes/settings.php:747
1039
  msgid "Forums"
1040
  msgstr ""
1041
 
1042
- #: ../classes/settings.php:756
1043
  msgid "Woohoo! We're glad to hear that!"
1044
  msgstr ""
1045
 
1046
- #: ../classes/settings.php:757
1047
  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!"
1048
  msgstr ""
1049
 
1050
- #: ../classes/settings.php:761
1051
  msgid "Rate"
1052
  msgstr ""
1053
 
1054
- #: ../classes/settings.php:772
1055
  msgid "Tweet"
1056
  msgstr ""
1057
 
1058
- #: ../classes/settings.php:782
1059
  msgid "Buy Pro"
1060
  msgstr ""
1061
 
1062
- #: ../classes/settings.php:794
1063
  msgid "Support"
1064
  msgstr "支持"
1065
 
1066
- #: ../classes/settings.php:797
1067
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1068
  msgstr "查看右上角的 <strong>帮助</strong>"
1069
 
1070
- #: ../classes/settings.php:800
1071
  #, php-format
1072
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1073
  msgstr ""
1074
  "<a href='%s'>访问官方网站</a> 获取帮助文档,反馈Bug,提交建议和其他技巧。</p><p>本插件由 <a href=\"http://www.wpdaxue.com\" title=\"优秀的WordPress建站资源平台\" target="
1075
  "\"_blank\">WordPress大学</a> 提供简体中文支持。"
1076
 
1077
- #: ../classes/settings.php:829
1078
  msgid "Drag and drop to reorder"
1079
  msgstr "拖动排序"
1080
 
1081
- #: ../classes/settings.php:832
1082
  msgid "Add Column"
1083
  msgstr "添加列"
1084
 
1085
- #: ../classes/settings.php:908
1086
  msgid "Active"
1087
  msgstr ""
1088
 
1089
- #: ../classes/settings.php:909
1090
  msgid "Deactivate"
1091
  msgstr ""
1092
 
1093
- #: ../classes/settings.php:916
1094
  msgid "Installed"
1095
  msgstr ""
1096
 
1097
- #: ../classes/settings.php:917
1098
  msgid "Activate"
1099
  msgstr ""
1100
 
1101
- #: ../classes/settings.php:931
1102
  msgid "Download & Install"
1103
  msgstr ""
1104
 
1105
- #: ../classes/settings.php:936
1106
  msgid "Get this add-on"
1107
  msgstr ""
1108
 
1109
- #: ../classes/storage_model.php:213
1110
  msgid "settings succesfully restored."
1111
  msgstr "设置已成功恢复!"
1112
 
1113
- #: ../classes/storage_model.php:229
1114
  msgid "No columns settings available."
1115
  msgstr "没有可用的列设置。"
1116
 
1117
- #: ../classes/storage_model.php:250
1118
  #, php-format
1119
  msgid "You are trying to store the same settings for %s."
1120
  msgstr "你正在尝试为 %s 保存同样设置"
1121
 
1122
- #: ../classes/storage_model.php:254
1123
  #, php-format
1124
  msgid "Settings for %s updated succesfully."
1125
  msgstr "%s 的设置已保存!"
@@ -1128,14 +1217,30 @@ msgstr "%s 的设置已保存!"
1128
  msgid "Comments"
1129
  msgstr "评论"
1130
 
 
 
 
 
1131
  #: ../classes/storage_model/link.php:13
1132
  msgid "Links"
1133
  msgstr "链接"
1134
 
 
 
 
 
 
 
 
 
1135
  #: ../classes/storage_model/user.php:13
1136
  msgid "Users"
1137
  msgstr "用户"
1138
 
 
 
 
 
1139
  #: ../classes/upgrade.php:62
1140
  msgid ""
1141
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of "
@@ -1195,6 +1300,6 @@ msgstr "错误"
1195
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1196
  msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
1197
 
1198
- #: ../codepress-admin-columns.php:390
1199
  msgid "Edit columns"
1200
  msgstr "编辑列"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-03-18 16:25+0100\n"
9
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/admin-columns/language/zh_CN/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: zh_CN\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-1: ..\n"
23
 
24
  #: ../classes/addons.php:110
25
+ msgid "Plugins"
26
  msgstr ""
27
 
28
  #: ../classes/addons.php:135
41
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
42
  msgstr ""
43
 
44
+ #: ../classes/column.php:575
45
  msgid "Thumbnail"
46
  msgstr "缩略图"
47
 
48
+ #: ../classes/column.php:576
49
  msgid "Medium"
50
  msgstr "中等大小"
51
 
52
+ #: ../classes/column.php:577
53
  msgid "Large"
54
  msgstr "大尺寸"
55
 
56
+ #: ../classes/column.php:578
57
  msgid "Full"
58
  msgstr "原始大小"
59
 
60
+ #: ../classes/column.php:1020
61
  msgid "Date Format"
62
  msgstr "日期格式"
63
 
64
+ #: ../classes/column.php:1021
65
  msgid "This will determine how the date will be displayed."
66
  msgstr "用来决定如何显示日期"
67
 
68
+ #: ../classes/column.php:1027
69
  msgid "Example:"
70
  msgstr "例如:"
71
 
72
+ #: ../classes/column.php:1029
73
  #, php-format
74
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
75
  msgstr "留空将使用WordPress日期格式,你可以在 <a href=\"%s\">这里</a> 修改默认的日期格式。"
76
 
77
+ #: ../classes/column.php:1030
78
  msgid "Documentation on date and time formatting."
79
  msgstr "日期和时间格式的文档。"
80
 
81
+ #: ../classes/column.php:1044
82
  msgid "Excerpt length"
83
  msgstr "摘要长度"
84
 
85
+ #: ../classes/column.php:1045
86
  msgid "Number of words"
87
  msgstr "字数"
88
 
89
+ #: ../classes/column.php:1063
90
  msgid "Preview size"
91
  msgstr "预览大小"
92
 
93
+ #: ../classes/column.php:1080 ../classes/storage_model.php:585
94
  msgid "Custom"
95
  msgstr "自定义"
96
 
97
+ #: ../classes/column.php:1083 ../classes/column.php:1230
98
  msgid "width"
99
  msgstr "宽度"
100
 
101
+ #: ../classes/column.php:1086
102
  msgid "height"
103
  msgstr "高度"
104
 
105
+ #: ../classes/column.php:1098
106
  msgid "Before"
107
  msgstr "前"
108
 
109
+ #: ../classes/column.php:1098
110
  msgid "This text will appear before the custom field value."
111
  msgstr "该文本将显示在自定义字段的值的前面"
112
 
113
+ #: ../classes/column.php:1099
114
  msgid "After"
115
  msgstr "后"
116
 
117
+ #: ../classes/column.php:1099
118
  msgid "This text will appear after the custom field value."
119
  msgstr "该文本将显示在自定义字段的值的后面"
120
 
121
+ #: ../classes/column.php:1108
122
+ msgid "Display Name"
123
+ msgstr "公开显示为"
124
+
125
+ #: ../classes/column.php:1109
126
+ msgid "First Name"
127
+ msgstr "名字"
128
+
129
+ #: ../classes/column.php:1110
130
+ msgid "Last Name"
131
+ msgstr "姓氏"
132
+
133
+ #: ../classes/column.php:1111 ../classes/column/user/nickname.php:19
134
+ msgid "Nickname"
135
+ msgstr "昵称"
136
+
137
+ #: ../classes/column.php:1112
138
+ msgid "User Login"
139
+ msgstr "用户名"
140
+
141
+ #: ../classes/column.php:1113
142
+ msgid "User Email"
143
+ msgstr "用户邮箱"
144
+
145
+ #: ../classes/column.php:1114 ../classes/column/user/ID.php:19
146
+ msgid "User ID"
147
+ msgstr "用户ID"
148
+
149
+ #: ../classes/column.php:1115
150
+ msgid "First and Last Name"
151
+ msgstr "姓名"
152
+
153
+ #: ../classes/column.php:1118
154
+ msgid "Display format"
155
+ msgstr ""
156
+
157
+ #: ../classes/column.php:1118
158
+ msgid "This is the format of the author name."
159
+ msgstr "作者名字的格式"
160
+
161
+ #: ../classes/column.php:1252 ../classes/column/comment/actions.php:75 ../classes/column/link/actions.php:48 ../classes/column/media/actions.php:25
162
+ #: ../classes/column/media/actions.php:39 ../classes/column/post/actions.php:32 ../classes/column/user/actions.php:69
163
  msgid "Edit"
164
  msgstr "编辑"
165
 
166
+ #: ../classes/column.php:1254 ../classes/column.php:1346
167
+ msgid "Clone"
168
+ msgstr ""
169
+
170
+ #: ../classes/column.php:1256 ../classes/column.php:1348 ../classes/column/user/actions.php:77
171
  msgid "Remove"
172
  msgstr "删除"
173
 
174
+ #: ../classes/column.php:1274 ../classes/column/custom-field.php:407
175
  msgid "Type"
176
  msgstr "类型"
177
 
178
+ #: ../classes/column.php:1274
179
  msgid "Choose a column type."
180
  msgstr "选择一个列类型。"
181
 
182
+ #: ../classes/column.php:1274
183
+ msgid "Name"
184
+ msgstr ""
185
 
186
+ #: ../classes/column.php:1284
187
  msgid "Label"
188
  msgstr "标签"
189
 
190
+ #: ../classes/column.php:1284
191
  msgid "This is the name which will appear as the column header."
192
  msgstr "该名称将显示为列标题。"
193
 
194
+ #: ../classes/column.php:1291 ../classes/column/media/width.php:19
195
  msgid "Width"
196
  msgstr "宽度"
197
 
198
+ #: ../classes/column.php:1293
199
  msgid "default"
200
  msgstr "默认"
201
 
202
+ #: ../classes/column.php:1294
203
+ msgid "auto"
204
+ msgstr ""
205
+
206
  #: ../classes/column/acf-placeholder.php:19
207
  msgid "ACF Field"
208
  msgstr ""
224
  msgid "Find out more"
225
  msgstr ""
226
 
227
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
 
228
  msgid "Actions"
229
  msgstr "操作"
230
 
231
+ #: ../classes/column/actions.php:96
232
  msgid "Use icons?"
233
  msgstr ""
234
 
235
+ #: ../classes/column/actions.php:96
236
  msgid "Use icons instead of text for displaying the actions."
237
  msgstr ""
238
 
239
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
240
  msgid "Yes"
241
  msgstr ""
242
 
243
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
244
  msgid "No"
245
  msgstr ""
246
 
247
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
248
+ msgid "ID"
249
+ msgstr "ID"
250
+
251
+ #: ../classes/column/comment/actions.php:52 ../classes/column/comment/actions.php:57
252
  msgid "Unapprove"
253
  msgstr "驳回"
254
 
255
+ #: ../classes/column/comment/actions.php:54 ../classes/column/comment/actions.php:56
256
  msgid "Approve"
257
  msgstr "通过"
258
 
259
+ #: ../classes/column/comment/actions.php:65 ../classes/column/media/actions.php:42 ../classes/column/post/actions.php:40 ../classes/settings.php:671
260
  msgid "Restore"
261
  msgstr "恢复"
262
 
263
+ #: ../classes/column/comment/actions.php:69 ../classes/column/media/actions.php:31 ../classes/column/media/actions.php:47 ../classes/column/post/actions.php:44
264
  msgid "Delete Permanently"
265
  msgstr "永久删除"
266
 
267
+ #: ../classes/column/comment/actions.php:76 ../classes/column/post/actions.php:35
268
  msgid "Quick&nbsp;Edit"
269
  msgstr "Quick&nbsp;Edit"
270
 
271
+ #: ../classes/column/comment/actions.php:77
272
  msgid "Reply"
273
  msgstr "回复"
274
 
309
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
310
  msgstr "提交于 <a href=\"%1$s\">%2$s at %3$s</a>"
311
 
312
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:316
313
  msgid "Date"
314
  msgstr "日期"
315
 
316
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:313
317
  msgid "Excerpt"
318
  msgstr "摘要"
319
 
325
  msgid "Word count"
326
  msgstr "字数"
327
 
328
+ #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:306
329
  msgid "Custom Field"
330
  msgstr "自定义字段"
331
 
332
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311 ../classes/storage_model.php:586
333
  msgid "Default"
334
  msgstr "默认"
335
 
337
  msgid "Checkmark (true/false)"
338
  msgstr "判断(true/false)"
339
 
340
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
341
  msgid "Color"
342
  msgstr "颜色"
343
 
344
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
345
  msgid "Counter"
346
  msgstr ""
347
 
348
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:312
349
  msgid "Image"
350
  msgstr "图像"
351
 
353
  msgid "Media Library"
354
  msgstr "媒体库"
355
 
356
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
357
  msgid "Multiple Values"
358
  msgstr "多个值"
359
 
360
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
361
  msgid "Numeric"
362
  msgstr "数字"
363
 
369
  msgid "Username (User ID's)"
370
  msgstr "用户名(用户ID)"
371
 
372
+ #: ../classes/column/custom-field.php:106
373
+ msgid "Term Name (Term ID's)"
374
+ msgstr ""
375
+
376
+ #: ../classes/column/custom-field.php:390
377
  msgid "Select your custom field."
378
  msgstr "选择自定义字段"
379
 
380
+ #: ../classes/column/custom-field.php:400
381
  msgid "No custom fields available."
382
  msgstr "没有可用的自定义字段"
383
 
384
+ #: ../classes/column/custom-field.php:400
385
+ #, php-format
386
+ msgid "Please create a %s item first."
387
+ msgstr ""
388
+
389
+ #: ../classes/column/custom-field.php:407
390
  msgid "Field Type"
391
  msgstr "字段类型"
392
 
393
+ #: ../classes/column/custom-field.php:407
394
  msgid "This will determine how the value will be displayed."
395
  msgstr "用来确定如何显示值"
396
 
431
  msgid "Target"
432
  msgstr "Target"
433
 
434
+ #: ../classes/column/media/actions.php:28 ../classes/column/media/actions.php:44 ../classes/column/post/actions.php:42 ../classes/column/post/comment-count.php:38
435
+ #: ../classes/column/post/status.php:35
436
+ msgid "Trash"
437
+ msgstr "回收站"
438
+
439
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51
440
+ #, php-format
441
+ msgid "View &#8220;%s&#8221;"
442
+ msgstr "查看 &#8220;%s&#8221;"
443
+
444
+ #: ../classes/column/media/actions.php:33 ../classes/column/media/actions.php:52 ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
445
+ msgid "View"
446
+ msgstr "查看"
447
+
448
+ #: ../classes/column/media/actions.php:35
449
+ msgid "Attach"
450
+ msgstr ""
451
+
452
  #: ../classes/column/media/alternate-text.php:19
453
  msgid "Alt"
454
  msgstr "Alt"
455
 
456
+ #: ../classes/column/media/attached-to.php:19
457
+ msgid "Attached to post"
458
+ msgstr ""
459
+
460
  #: ../classes/column/media/available-sizes.php:20
461
  msgid "Available Sizes"
462
  msgstr "可用尺寸"
521
  msgid "File size"
522
  msgstr "文件大小"
523
 
524
+ #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
525
  msgid "Full path"
526
  msgstr "完整路径"
527
 
528
+ #: ../classes/column/media/full-path.php:83
529
+ msgid "Path scope"
530
+ msgstr ""
531
+
532
+ #: ../classes/column/media/full-path.php:84
533
+ msgid "Part of the file path to display"
534
+ msgstr ""
535
+
536
+ #: ../classes/column/media/full-path.php:97
537
+ msgid "Relative to domain"
538
+ msgstr ""
539
+
540
+ #: ../classes/column/media/full-path.php:102
541
+ msgid "Relative to main uploads folder "
542
+ msgstr ""
543
+
544
  #: ../classes/column/media/height.php:19
545
  msgid "Height"
546
  msgstr "高度"
549
  msgid "Mime type"
550
  msgstr "Mime类型"
551
 
552
+ #: ../classes/column/post/actions.php:32
553
  msgid "Edit this item"
554
  msgstr "编辑该项目"
555
 
556
+ #: ../classes/column/post/actions.php:35
557
  msgid "Edit this item inline"
558
  msgstr "编辑该项目的联"
559
 
560
+ #: ../classes/column/post/actions.php:40
561
  msgid "Restore this item from the Trash"
562
  msgstr "从回收站中还原"
563
 
564
+ #: ../classes/column/post/actions.php:42
565
  msgid "Move this item to the Trash"
566
  msgstr "移至回收站"
567
 
568
+ #: ../classes/column/post/actions.php:44
 
 
 
 
569
  msgid "Delete this item permanently"
570
  msgstr "永久删除改项目"
571
 
572
+ #: ../classes/column/post/actions.php:49
573
  #, php-format
574
  msgid "Preview &#8220;%s&#8221;"
575
  msgstr "预览 &#8220;%s&#8221;"
576
 
577
+ #: ../classes/column/post/actions.php:49
578
  msgid "Preview"
579
  msgstr "预览"
580
 
 
 
 
 
 
 
 
 
 
581
  #: ../classes/column/post/attachment-count.php:19
582
  msgid "No. of Attachments"
583
  msgstr "附件数量"
584
 
585
  #: ../classes/column/post/attachment.php:19
586
+ msgid "Attachments"
587
+ msgstr ""
588
 
589
  #: ../classes/column/post/author-name.php:20
590
  msgid "Display Author As"
591
  msgstr "显示作者为"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: ../classes/column/post/before-moretag.php:19
594
  msgid "Before More Tag"
595
  msgstr "More标签前"
618
  msgid "Select which comment status you like to display."
619
  msgstr "选择你要显示的评论状态"
620
 
621
+ #: ../classes/column/post/content.php:19
622
+ msgid "Content"
623
+ msgstr ""
624
+
625
+ #: ../classes/column/post/date-published.php:17
626
+ msgid "Date Published"
627
+ msgstr ""
628
+
629
+ #: ../classes/column/post/depth.php:19
630
+ msgid "Depth"
631
+ msgstr ""
632
+
633
+ #: ../classes/column/post/estimated-reading-time.php:19
634
+ msgid "Estimated Reading Time"
635
+ msgstr ""
636
+
637
+ #: ../classes/column/post/estimated-reading-time.php:103
638
+ msgid "Words per minute"
639
+ msgstr ""
640
+
641
+ #: ../classes/column/post/estimated-reading-time.php:104
642
+ msgid "Estimated reading time in words per minute"
643
+ msgstr ""
644
+
645
  #: ../classes/column/post/featured-image.php:19
646
  msgid "Featured Image"
647
  msgstr "特色图像"
650
  msgid "Post Format"
651
  msgstr "文章形式"
652
 
653
+ #: ../classes/column/post/last-modified-author.php:20
654
+ msgid "Last Modified Author"
655
+ msgstr ""
656
+
657
  #: ../classes/column/post/modified.php:19
658
  msgid "Last modified"
659
  msgstr "最后修订"
694
  msgid "Roles"
695
  msgstr "角色"
696
 
697
+ #: ../classes/column/post/shortcodes.php:19
698
+ msgid "Shortcodes"
699
+ msgstr ""
700
+
701
  #: ../classes/column/post/slug.php:19
702
  msgid "Slug"
703
  msgstr "别名"
738
  msgid "Title without actions"
739
  msgstr ""
740
 
741
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
742
  msgid "Taxonomy"
743
  msgstr "分类法"
744
 
758
  msgid "Comment Count"
759
  msgstr "评论数量"
760
 
761
+ #: ../classes/column/user/display-name.php:19
762
+ msgid "Display name"
763
+ msgstr ""
764
+
765
  #: ../classes/column/user/first-name.php:19
766
  msgid "First name"
767
  msgstr "名字"
782
  msgid "Registered"
783
  msgstr "注册"
784
 
785
+ #: ../classes/column/user/rich-editing.php:19
786
+ msgid "Visual Editor"
787
+ msgstr ""
788
+
789
  #: ../classes/column/user/url.php:19
790
  msgid "Url"
791
  msgstr "Url"
792
 
793
+ #: ../classes/settings.php:112
794
  msgid "Add-on successfully activated."
795
  msgstr ""
796
 
797
+ #: ../classes/settings.php:115
798
  msgid "Add-on successfully deactivated."
799
  msgstr ""
800
 
801
+ #: ../classes/settings.php:170
802
  msgid "Admin Columns Settings"
803
  msgstr "Admin Columns 设置"
804
 
805
+ #: ../classes/settings.php:170 ../classes/settings.php:599 ../classes/upgrade.php:135
806
  msgid "Admin Columns"
807
  msgstr "Admin Columns"
808
 
809
+ #: ../classes/settings.php:218
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
812
  msgstr "%s 这个列已经存在,不能被复制。"
813
 
814
+ #: ../classes/settings.php:272
815
  msgid "Default settings succesfully restored."
816
  msgstr "已成功恢复默认设置。"
817
 
818
+ #: ../classes/settings.php:289
819
  msgid "Overview"
820
  msgstr "预览"
821
 
822
+ #: ../classes/settings.php:292
823
  msgid ""
824
  "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the "
825
  "column's label and reorder them."
826
  msgstr "该插件用来从管理界面中添加或移除额外的列,比如文章(自定义文章类型)、页面、媒体库、评论、链接和用户的管理界面。修改列的标题和重新排序它们。"
827
 
828
+ #: ../classes/settings.php:295
829
  msgid "Basics"
830
  msgstr "基础"
831
 
832
+ #: ../classes/settings.php:297
833
  msgid "Change order"
834
  msgstr "更改排序"
835
 
836
+ #: ../classes/settings.php:298
837
  msgid "By dragging the columns you can change the order which they will appear in."
838
  msgstr "拖动排序这些列,你可以重新排列它们显示的顺序。"
839
 
840
+ #: ../classes/settings.php:299
841
  msgid "Change label"
842
  msgstr "更改标签"
843
 
844
+ #: ../classes/settings.php:300
845
  msgid "By clicking on the triangle you will see the column options. Here you can change each label of the columns heading."
846
  msgstr "点击三角形,你会看到列的选项。在这里,你可以改变每个标签的列标题栏。"
847
 
848
+ #: ../classes/settings.php:301
849
  msgid "Change column width"
850
  msgstr "更改列宽"
851
 
852
+ #: ../classes/settings.php:302
853
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
854
  msgstr "点击三角形,你会看到列的选项。你可以通过拖动滑块设置列的百分比宽度。"
855
 
856
+ #: ../classes/settings.php:308
857
  msgid "'Custom Field' column"
858
  msgstr "“自定义字段”列"
859
 
860
+ #: ../classes/settings.php:309
861
  msgid "The custom field colum uses the custom fields from posts and users. There are 10 types which you can set."
862
  msgstr "自定义字段列使用文章和用户的自定义字段,你可以设置10中类型。"
863
 
864
+ #: ../classes/settings.php:311
865
  msgid "Value: Can be either a string or array. Arrays will be flattened and values are seperated by a ',' comma."
866
  msgstr "值:可以是一个字符串或数组。数组将被压平(Arrays will be flattened),值之间用逗号“,”隔开。"
867
 
868
+ #: ../classes/settings.php:312
869
  msgid "Value: should contain an image URL or Attachment IDs ( seperated by a ',' comma )."
870
  msgstr "值:应该包括一个图像URL或附件ID(使用逗号“,”隔开)"
871
 
872
+ #: ../classes/settings.php:313
873
  msgid "Value: This will show the first 20 words of the Post content."
874
  msgstr "值:将显示文章内容的前 20 个字。"
875
 
876
+ #: ../classes/settings.php:314
877
  msgid "Value: should be an array. This will flatten any ( multi dimensional ) array."
878
  msgstr "值:应该是一个数组。这将被压平(多维)数组"
879
 
880
+ #: ../classes/settings.php:315
881
  msgid "Value: Integers only.<br/>If you have the 'sorting addon' this will be used for sorting, so you can sort your posts on numeric (custom field) values."
882
  msgstr "值:只能是数字。<br/>如果你安装了“排序扩展”,这将用于排序,所以你可以通过这个数字(自定义字段)值来排序文章。"
883
 
884
+ #: ../classes/settings.php:316
885
  #, php-format
886
  msgid ""
887
  "Value: Can be unix time stamp or a date format as described in the <a href='%s'>Codex</a>. You can change the outputted date format at the <a href='%s'>general settings</a> "
888
  "page."
889
  msgstr "值:可以是 Unix 时间戳或<a href='%s'>规则</a>中描述的一种日期格式。你可以在 <a href='%s'>常规设置</a> 页面修改输出的日期格式。"
890
 
891
+ #: ../classes/settings.php:317
892
  msgid "Post Titles"
893
  msgstr "文章标题"
894
 
895
+ #: ../classes/settings.php:317
896
  msgid "Value: can be one or more Post ID's (seperated by ',')."
897
  msgstr "值:可以是一个或多个文章ID(使用逗号“,”隔开)"
898
 
899
+ #: ../classes/settings.php:318
900
  msgid "Usernames"
901
  msgstr "用户名"
902
 
903
+ #: ../classes/settings.php:318
904
  msgid "Value: can be one or more User ID's (seperated by ',')."
905
  msgstr "值:可以是一个或多个用户ID(使用逗号“,”隔开)"
906
 
907
+ #: ../classes/settings.php:319
908
  msgid "Checkmark"
909
  msgstr "判断"
910
 
911
+ #: ../classes/settings.php:319
912
  msgid "Value: should be a 1 (one) or 0 (zero)."
913
  msgstr "值:应该是 1 (一)或 0 (零)"
914
 
915
+ #: ../classes/settings.php:320
916
  msgid "Value: hex value color, such as #808080."
917
  msgstr "值:十六进制值的颜色,如#808080。"
918
 
919
+ #: ../classes/settings.php:321
920
  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."
921
  msgstr ""
922
 
923
+ #: ../classes/settings.php:410
924
  msgid "Welcome to Admin Columns"
925
  msgstr "欢迎使用Admin Columns插件。"
926
 
927
+ #: ../classes/settings.php:413
928
  msgid "Thank you for updating to the latest version!"
929
  msgstr "感谢您更新到最新版本!"
930
 
931
+ #: ../classes/settings.php:414
932
  msgid "Admin Columns is more polished and enjoyable than ever before. We hope you like it."
933
  msgstr "Admin Columns插件比以往任何时候都更加精致,愉快。我们希望你喜欢它。"
934
 
935
+ #: ../classes/settings.php:419
936
  msgid "What’s New"
937
  msgstr "最近更新"
938
 
939
+ #: ../classes/settings.php:420
940
  msgid "Changelog"
941
  msgstr "更新记录"
942
 
943
+ #: ../classes/settings.php:425
944
  msgid "Important"
945
  msgstr "重要"
946
 
947
+ #: ../classes/settings.php:427
948
  msgid "Database Changes"
949
  msgstr "数据库更改"
950
 
951
+ #: ../classes/settings.php:428
952
  msgid "The database has been changed between versions 1 and 2. But we made sure you can still roll back to version 1x without any issues."
953
  msgstr "该数据库已在版本1和2之间进行了更改。但我们确信你仍然可以回滚到版本1x,这是没有任何问题的。"
954
 
955
+ #: ../classes/settings.php:431
956
  msgid "Make sure you backup your database and then click"
957
  msgstr "确保你已经备份了数据库,然后点击"
958
 
959
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
960
  msgid "Upgrade Database"
961
  msgstr "升级数据库"
962
 
963
+ #: ../classes/settings.php:434
964
  msgid "Potential Issues"
965
  msgstr "潜在问题"
966
 
967
+ #: ../classes/settings.php:435
968
  msgid "Do to the sizable refactoring the code, surounding Addons and action/filters, your website may not operate correctly. It is important that you read the full"
969
  msgstr "做了相当大的代码重构,包括扩展和各类钩子,你的网站可能无法正常工作。强烈建议你阅读完整的 "
970
 
971
+ #: ../classes/settings.php:435
972
  msgid "Migrating from v1 to v2"
973
  msgstr "从 v1 迁移到 v2"
974
 
975
+ #: ../classes/settings.php:435
976
  msgid "guide to view the full list of changes."
977
  msgstr "引导查看完整的更改列表。"
978
 
979
+ #: ../classes/settings.php:435
980
  #, php-format
981
  msgid "When you have found a bug please <a href=\"%s\">report them to us</a> so we can fix it in the next release."
982
  msgstr "当你发现了 bug,请 <a href=\"%s\">反馈给我们</a>,以便我们在下个版本进行修复。"
983
 
984
+ #: ../classes/settings.php:438
985
  msgid "Important!"
986
  msgstr "重要!"
987
 
988
+ #: ../classes/settings.php:438
989
  msgid "If you updated the Admin Columns plugin without prior knowledge of such changes, Please roll back to the latest"
990
  msgstr "如果你更新了 Admin Columns 插件没有另行通知这些变更,请回滚到最新版本"
991
 
992
+ #: ../classes/settings.php:438
993
  msgid "version 1"
994
  msgstr "版本 1"
995
 
996
+ #: ../classes/settings.php:438
997
  msgid "of this plugin."
998
  msgstr "这个插件。"
999
 
1000
+ #: ../classes/settings.php:444
1001
  msgid "Changelog for"
1002
  msgstr "更新记录 for"
1003
 
1004
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1005
  msgid "Learn more"
1006
  msgstr "了解更多"
1007
 
1008
+ #: ../classes/settings.php:469
1009
  msgid "Start using Admin Columns"
1010
  msgstr "开始使用Admin Columns"
1011
 
1012
+ #: ../classes/settings.php:512
1013
  msgid "General Settings"
1014
  msgstr "常规设置"
1015
 
1016
+ #: ../classes/settings.php:513
1017
  msgid "Customize your Admin Columns settings."
1018
  msgstr "自定义Admin Columns的设置"
1019
 
1020
+ #: ../classes/settings.php:524
1021
  msgid "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1022
  msgstr ""
1023
 
1024
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1025
  msgid "Save"
1026
  msgstr "保存"
1027
 
1028
+ #: ../classes/settings.php:571
1029
  msgid "Restore Settings"
1030
  msgstr "恢复设置"
1031
 
1032
+ #: ../classes/settings.php:572
1033
  msgid "This will delete all column settings and restore the default settings."
1034
  msgstr "这将删除所有列的设置和恢复到默认设置。"
1035
 
1036
+ #: ../classes/settings.php:578
1037
  msgid "Restore default settings"
1038
  msgstr "恢复默认设置"
1039
 
1040
+ #: ../classes/settings.php:578
1041
  msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1042
  msgstr "警告!所有Admin Columns的数据将被删除。该操作无法撤销。“确定”将删除,“取消”将停止。"
1043
 
1044
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1045
  msgid "Settings"
1046
  msgstr "设置"
1047
 
1048
+ #: ../classes/settings.php:601
1049
  msgid "Add-ons"
1050
  msgstr ""
1051
 
1052
+ #: ../classes/settings.php:631
1053
  msgid "Posttypes"
1054
  msgstr ""
1055
 
1056
+ #: ../classes/settings.php:632
1057
  msgid "Others"
1058
  msgstr ""
1059
 
1060
+ #: ../classes/settings.php:633
1061
  msgid "Taxonomies"
1062
  msgstr ""
1063
 
1064
+ #: ../classes/settings.php:652
1065
  #, php-format
1066
+ msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1067
  msgstr ""
1068
 
1069
+ #: ../classes/settings.php:662
1070
  msgid "Store settings"
1071
  msgstr "保存设置"
1072
 
1073
+ #: ../classes/settings.php:666
1074
  msgid "Update"
1075
  msgstr "更新"
1076
 
1077
+ #: ../classes/settings.php:670
1078
  #, php-format
1079
  msgid "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1080
  msgstr "警告!%s 列的数据将被删除。该操作无法撤销。“确定”将删除,“取消”将停止。"
1081
 
1082
+ #: ../classes/settings.php:671
1083
  msgid "columns"
1084
  msgstr "列"
1085
 
1086
+ #: ../classes/settings.php:690
1087
  msgid "Get Admin Columns Pro"
1088
  msgstr ""
1089
 
1090
+ #: ../classes/settings.php:694
1091
  msgid "Add Sorting"
1092
  msgstr "添加排序"
1093
 
1094
+ #: ../classes/settings.php:695
1095
  msgid "Add Filtering"
1096
  msgstr "添加过滤器"
1097
 
1098
+ #: ../classes/settings.php:696
1099
  msgid "Add Import/Export"
1100
  msgstr "添加 导入/导出"
1101
 
1102
+ #: ../classes/settings.php:697
1103
  msgid "Add Direct Editing"
1104
  msgstr ""
1105
 
1106
+ #: ../classes/settings.php:700
1107
  #, php-format
1108
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1109
  msgstr ""
1110
 
1111
+ #: ../classes/settings.php:731
1112
  msgid "Are you happy with Admin Columns?"
1113
  msgstr ""
1114
 
1115
+ #: ../classes/settings.php:739
1116
  msgid "What's wrong? Need help? Let us know!"
1117
  msgstr ""
1118
 
1119
+ #: ../classes/settings.php:740
1120
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1121
  msgstr ""
1122
 
1123
+ #: ../classes/settings.php:748
1124
  msgid "Docs"
1125
  msgstr ""
1126
 
1127
+ #: ../classes/settings.php:753
1128
  msgid "Forums"
1129
  msgstr ""
1130
 
1131
+ #: ../classes/settings.php:762
1132
  msgid "Woohoo! We're glad to hear that!"
1133
  msgstr ""
1134
 
1135
+ #: ../classes/settings.php:763
1136
  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!"
1137
  msgstr ""
1138
 
1139
+ #: ../classes/settings.php:767
1140
  msgid "Rate"
1141
  msgstr ""
1142
 
1143
+ #: ../classes/settings.php:778
1144
  msgid "Tweet"
1145
  msgstr ""
1146
 
1147
+ #: ../classes/settings.php:788
1148
  msgid "Buy Pro"
1149
  msgstr ""
1150
 
1151
+ #: ../classes/settings.php:800
1152
  msgid "Support"
1153
  msgstr "支持"
1154
 
1155
+ #: ../classes/settings.php:803
1156
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1157
  msgstr "查看右上角的 <strong>帮助</strong>"
1158
 
1159
+ #: ../classes/settings.php:806
1160
  #, php-format
1161
  msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>"
1162
  msgstr ""
1163
  "<a href='%s'>访问官方网站</a> 获取帮助文档,反馈Bug,提交建议和其他技巧。</p><p>本插件由 <a href=\"http://www.wpdaxue.com\" title=\"优秀的WordPress建站资源平台\" target="
1164
  "\"_blank\">WordPress大学</a> 提供简体中文支持。"
1165
 
1166
+ #: ../classes/settings.php:835
1167
  msgid "Drag and drop to reorder"
1168
  msgstr "拖动排序"
1169
 
1170
+ #: ../classes/settings.php:838
1171
  msgid "Add Column"
1172
  msgstr "添加列"
1173
 
1174
+ #: ../classes/settings.php:919
1175
  msgid "Active"
1176
  msgstr ""
1177
 
1178
+ #: ../classes/settings.php:920
1179
  msgid "Deactivate"
1180
  msgstr ""
1181
 
1182
+ #: ../classes/settings.php:927
1183
  msgid "Installed"
1184
  msgstr ""
1185
 
1186
+ #: ../classes/settings.php:928
1187
  msgid "Activate"
1188
  msgstr ""
1189
 
1190
+ #: ../classes/settings.php:942
1191
  msgid "Download & Install"
1192
  msgstr ""
1193
 
1194
+ #: ../classes/settings.php:947
1195
  msgid "Get this add-on"
1196
  msgstr ""
1197
 
1198
+ #: ../classes/storage_model.php:227
1199
  msgid "settings succesfully restored."
1200
  msgstr "设置已成功恢复!"
1201
 
1202
+ #: ../classes/storage_model.php:243
1203
  msgid "No columns settings available."
1204
  msgstr "没有可用的列设置。"
1205
 
1206
+ #: ../classes/storage_model.php:264
1207
  #, php-format
1208
  msgid "You are trying to store the same settings for %s."
1209
  msgstr "你正在尝试为 %s 保存同样设置"
1210
 
1211
+ #: ../classes/storage_model.php:268
1212
  #, php-format
1213
  msgid "Settings for %s updated succesfully."
1214
  msgstr "%s 的设置已保存!"
1217
  msgid "Comments"
1218
  msgstr "评论"
1219
 
1220
+ #: ../classes/storage_model/comment.php:14
1221
+ msgid "Comment"
1222
+ msgstr ""
1223
+
1224
  #: ../classes/storage_model/link.php:13
1225
  msgid "Links"
1226
  msgstr "链接"
1227
 
1228
+ #: ../classes/storage_model/link.php:14
1229
+ msgid "Link"
1230
+ msgstr ""
1231
+
1232
+ #: ../classes/storage_model/media.php:14
1233
+ msgid "Media"
1234
+ msgstr ""
1235
+
1236
  #: ../classes/storage_model/user.php:13
1237
  msgid "Users"
1238
  msgstr "用户"
1239
 
1240
+ #: ../classes/storage_model/user.php:14
1241
+ msgid "User"
1242
+ msgstr ""
1243
+
1244
  #: ../classes/upgrade.php:62
1245
  msgid ""
1246
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the <em>Pro add-on</em>, which is no longer supported by Admin Columns 2.2+. However, a free license of "
1300
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1301
  msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
1302
 
1303
+ #: ../codepress-admin-columns.php:442
1304
  msgid "Edit columns"
1305
  msgstr "编辑列"
languages/cpac.mo DELETED
Binary file
languages/cpac.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Codepress Admin Columns\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-02-23 10:18+0100\n"
6
- "PO-Revision-Date: 2015-02-23 10:18+0100\n"
7
  "Last-Translator: Codepress <info@codepress.nl>\n"
8
  "Language-Team: Codepress <info@codepress.nl>\n"
9
  "Language: en_GB\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.7.4\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPath-1: ..\n"
@@ -42,126 +42,126 @@ msgid ""
42
  "inline editing."
43
  msgstr ""
44
 
45
- #: ../classes/column.php:567
46
  msgid "Thumbnail"
47
  msgstr ""
48
 
49
- #: ../classes/column.php:568
50
  msgid "Medium"
51
  msgstr ""
52
 
53
- #: ../classes/column.php:569
54
  msgid "Large"
55
  msgstr ""
56
 
57
- #: ../classes/column.php:570
58
  msgid "Full"
59
  msgstr ""
60
 
61
- #: ../classes/column.php:1002
62
  msgid "Date Format"
63
  msgstr ""
64
 
65
- #: ../classes/column.php:1003
66
  msgid "This will determine how the date will be displayed."
67
  msgstr ""
68
 
69
- #: ../classes/column.php:1009
70
  msgid "Example:"
71
  msgstr ""
72
 
73
- #: ../classes/column.php:1011
74
  #, php-format
75
  msgid ""
76
  "Leave empty for WordPress date format, change your <a href=\"%s\">default "
77
  "date format here</a>."
78
  msgstr ""
79
 
80
- #: ../classes/column.php:1012
81
  msgid "Documentation on date and time formatting."
82
  msgstr ""
83
 
84
- #: ../classes/column.php:1026
85
  msgid "Excerpt length"
86
  msgstr ""
87
 
88
- #: ../classes/column.php:1027
89
  msgid "Number of words"
90
  msgstr ""
91
 
92
- #: ../classes/column.php:1045
93
  msgid "Preview size"
94
  msgstr ""
95
 
96
- #: ../classes/column.php:1062 ../classes/storage_model.php:573
97
  msgid "Custom"
98
  msgstr ""
99
 
100
- #: ../classes/column.php:1065
101
  msgid "width"
102
  msgstr ""
103
 
104
- #: ../classes/column.php:1068
105
  msgid "height"
106
  msgstr ""
107
 
108
- #: ../classes/column.php:1080
109
  msgid "Before"
110
  msgstr ""
111
 
112
- #: ../classes/column.php:1080
113
  msgid "This text will appear before the custom field value."
114
  msgstr ""
115
 
116
- #: ../classes/column.php:1081
117
  msgid "After"
118
  msgstr ""
119
 
120
- #: ../classes/column.php:1081
121
  msgid "This text will appear after the custom field value."
122
  msgstr ""
123
 
124
- #: ../classes/column.php:1090
125
  msgid "Display Name"
126
  msgstr ""
127
 
128
- #: ../classes/column.php:1091
129
  msgid "First Name"
130
  msgstr ""
131
 
132
- #: ../classes/column.php:1092
133
  msgid "Last Name"
134
  msgstr ""
135
 
136
- #: ../classes/column.php:1093 ../classes/column/user/nickname.php:19
137
  msgid "Nickname"
138
  msgstr ""
139
 
140
- #: ../classes/column.php:1094
141
  msgid "User Login"
142
  msgstr ""
143
 
144
- #: ../classes/column.php:1095
145
  msgid "User Email"
146
  msgstr ""
147
 
148
- #: ../classes/column.php:1096 ../classes/column/user/ID.php:19
149
  msgid "User ID"
150
  msgstr ""
151
 
152
- #: ../classes/column.php:1097
153
  msgid "First and Last Name"
154
  msgstr ""
155
 
156
- #: ../classes/column.php:1100
157
  msgid "Display format"
158
  msgstr ""
159
 
160
- #: ../classes/column.php:1100
161
  msgid "This is the format of the author name."
162
  msgstr ""
163
 
164
- #: ../classes/column.php:1230 ../classes/column/comment/actions.php:99
165
  #: ../classes/column/link/actions.php:48
166
  #: ../classes/column/media/actions.php:25
167
  #: ../classes/column/media/actions.php:39
@@ -169,43 +169,47 @@ msgstr ""
169
  msgid "Edit"
170
  msgstr ""
171
 
172
- #: ../classes/column.php:1232 ../classes/column.php:1313
173
  msgid "Clone"
174
  msgstr ""
175
 
176
- #: ../classes/column.php:1234 ../classes/column.php:1315
177
  #: ../classes/column/user/actions.php:77
178
  msgid "Remove"
179
  msgstr ""
180
 
181
- #: ../classes/column.php:1252
182
  msgid "Type"
183
  msgstr ""
184
 
185
- #: ../classes/column.php:1252
186
  msgid "Choose a column type."
187
  msgstr ""
188
 
189
- #: ../classes/column.php:1252
190
  msgid "Name"
191
  msgstr ""
192
 
193
- #: ../classes/column.php:1262
194
  msgid "Label"
195
  msgstr ""
196
 
197
- #: ../classes/column.php:1262
198
  msgid "This is the name which will appear as the column header."
199
  msgstr ""
200
 
201
- #: ../classes/column.php:1269 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr ""
204
 
205
- #: ../classes/column.php:1271 ../classes/column.php:1272
206
  msgid "default"
207
  msgstr ""
208
 
 
 
 
 
209
  #: ../classes/column/acf-placeholder.php:19
210
  msgid "ACF Field"
211
  msgstr ""
@@ -233,8 +237,8 @@ msgstr ""
233
  msgid "Find out more"
234
  msgstr ""
235
 
236
- #: ../classes/column/actions.php:29 ../classes/column/comment/actions.php:19
237
- #: ../classes/column/link/actions.php:19 ../classes/column/user/actions.php:19
238
  msgid "Actions"
239
  msgstr ""
240
 
@@ -261,35 +265,35 @@ msgstr ""
261
  msgid "ID"
262
  msgstr ""
263
 
264
- #: ../classes/column/comment/actions.php:76
265
- #: ../classes/column/comment/actions.php:81
266
  msgid "Unapprove"
267
  msgstr ""
268
 
269
- #: ../classes/column/comment/actions.php:78
270
- #: ../classes/column/comment/actions.php:80
271
  msgid "Approve"
272
  msgstr ""
273
 
274
- #: ../classes/column/comment/actions.php:89
275
  #: ../classes/column/media/actions.php:42
276
- #: ../classes/column/post/actions.php:40 ../classes/settings.php:670
277
  msgid "Restore"
278
  msgstr ""
279
 
280
- #: ../classes/column/comment/actions.php:93
281
  #: ../classes/column/media/actions.php:31
282
  #: ../classes/column/media/actions.php:47
283
  #: ../classes/column/post/actions.php:44
284
  msgid "Delete Permanently"
285
  msgstr ""
286
 
287
- #: ../classes/column/comment/actions.php:100
288
  #: ../classes/column/post/actions.php:35
289
  msgid "Quick&nbsp;Edit"
290
  msgstr ""
291
 
292
- #: ../classes/column/comment/actions.php:101
293
  msgid "Reply"
294
  msgstr ""
295
 
@@ -333,13 +337,13 @@ msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
333
  msgstr ""
334
 
335
  #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
336
- #: ../classes/settings.php:315
337
  msgid "Date"
338
  msgstr ""
339
 
340
  #: ../classes/column/comment/excerpt.php:19
341
  #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
342
- #: ../classes/settings.php:312
343
  msgid "Excerpt"
344
  msgstr ""
345
 
@@ -353,12 +357,12 @@ msgid "Word count"
353
  msgstr ""
354
 
355
  #: ../classes/column/custom-field.php:23
356
- #: ../classes/column/custom-field.php:388 ../classes/settings.php:305
357
  msgid "Custom Field"
358
  msgstr ""
359
 
360
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:310
361
- #: ../classes/storage_model.php:574
362
  msgid "Default"
363
  msgstr ""
364
 
@@ -366,16 +370,16 @@ msgstr ""
366
  msgid "Checkmark (true/false)"
367
  msgstr ""
368
 
369
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:319
370
  msgid "Color"
371
  msgstr ""
372
 
373
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:320
374
  msgid "Counter"
375
  msgstr ""
376
 
377
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
378
- #: ../classes/settings.php:311
379
  msgid "Image"
380
  msgstr ""
381
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Media Library"
385
  msgstr ""
386
 
387
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:313
388
  msgid "Multiple Values"
389
  msgstr ""
390
 
391
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:314
392
  msgid "Numeric"
393
  msgstr ""
394
 
@@ -404,19 +408,24 @@ msgstr ""
404
  msgid "Term Name (Term ID's)"
405
  msgstr ""
406
 
407
- #: ../classes/column/custom-field.php:388
408
  msgid "Select your custom field."
409
  msgstr ""
410
 
411
- #: ../classes/column/custom-field.php:398
412
  msgid "No custom fields available."
413
  msgstr ""
414
 
415
- #: ../classes/column/custom-field.php:405
 
 
 
 
 
416
  msgid "Field Type"
417
  msgstr ""
418
 
419
- #: ../classes/column/custom-field.php:405
420
  msgid "This will determine how the value will be displayed."
421
  msgstr ""
422
 
@@ -474,7 +483,7 @@ msgstr ""
474
 
475
  #: ../classes/column/media/actions.php:33
476
  #: ../classes/column/media/actions.php:52
477
- #: ../classes/column/post/actions.php:51 ../classes/storage_model.php:783
478
  msgid "View"
479
  msgstr ""
480
 
@@ -486,6 +495,10 @@ msgstr ""
486
  msgid "Alt"
487
  msgstr ""
488
 
 
 
 
 
489
  #: ../classes/column/media/available-sizes.php:20
490
  msgid "Available Sizes"
491
  msgstr ""
@@ -614,7 +627,7 @@ msgid "No. of Attachments"
614
  msgstr ""
615
 
616
  #: ../classes/column/post/attachment.php:19
617
- msgid "Attachment"
618
  msgstr ""
619
 
620
  #: ../classes/column/post/author-name.php:20
@@ -650,6 +663,14 @@ msgstr ""
650
  msgid "Select which comment status you like to display."
651
  msgstr ""
652
 
 
 
 
 
 
 
 
 
653
  #: ../classes/column/post/depth.php:19
654
  msgid "Depth"
655
  msgstr ""
@@ -718,6 +739,10 @@ msgstr ""
718
  msgid "Roles"
719
  msgstr ""
720
 
 
 
 
 
721
  #: ../classes/column/post/slug.php:19
722
  msgid "Slug"
723
  msgstr ""
@@ -810,114 +835,114 @@ msgstr ""
810
  msgid "Url"
811
  msgstr ""
812
 
813
- #: ../classes/settings.php:111
814
  msgid "Add-on successfully activated."
815
  msgstr ""
816
 
817
- #: ../classes/settings.php:114
818
  msgid "Add-on successfully deactivated."
819
  msgstr ""
820
 
821
- #: ../classes/settings.php:169
822
  msgid "Admin Columns Settings"
823
  msgstr ""
824
 
825
- #: ../classes/settings.php:169 ../classes/settings.php:598
826
  #: ../classes/upgrade.php:135
827
  msgid "Admin Columns"
828
  msgstr ""
829
 
830
- #: ../classes/settings.php:217
831
  #, php-format
832
  msgid "%s column is already present and can not be duplicated."
833
  msgstr ""
834
 
835
- #: ../classes/settings.php:271
836
  msgid "Default settings succesfully restored."
837
  msgstr ""
838
 
839
- #: ../classes/settings.php:288
840
  msgid "Overview"
841
  msgstr ""
842
 
843
- #: ../classes/settings.php:291
844
  msgid ""
845
  "This plugin is for adding and removing additional columns to the "
846
  "administration screens for post(types), pages, media library, comments, "
847
  "links and users. Change the column's label and reorder them."
848
  msgstr ""
849
 
850
- #: ../classes/settings.php:294
851
  msgid "Basics"
852
  msgstr ""
853
 
854
- #: ../classes/settings.php:296
855
  msgid "Change order"
856
  msgstr ""
857
 
858
- #: ../classes/settings.php:297
859
  msgid ""
860
  "By dragging the columns you can change the order which they will appear in."
861
  msgstr ""
862
 
863
- #: ../classes/settings.php:298
864
  msgid "Change label"
865
  msgstr ""
866
 
867
- #: ../classes/settings.php:299
868
  msgid ""
869
  "By clicking on the triangle you will see the column options. Here you can "
870
  "change each label of the columns heading."
871
  msgstr ""
872
 
873
- #: ../classes/settings.php:300
874
  msgid "Change column width"
875
  msgstr ""
876
 
877
- #: ../classes/settings.php:301
878
  msgid ""
879
  "By clicking on the triangle you will see the column options. By using the "
880
  "draggable slider you can set the width of the columns in percentages."
881
  msgstr ""
882
 
883
- #: ../classes/settings.php:307
884
  msgid "'Custom Field' column"
885
  msgstr ""
886
 
887
- #: ../classes/settings.php:308
888
  msgid ""
889
  "The custom field colum uses the custom fields from posts and users. There "
890
  "are 10 types which you can set."
891
  msgstr ""
892
 
893
- #: ../classes/settings.php:310
894
  msgid ""
895
  "Value: Can be either a string or array. Arrays will be flattened and values "
896
  "are seperated by a ',' comma."
897
  msgstr ""
898
 
899
- #: ../classes/settings.php:311
900
  msgid ""
901
  "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
902
  "comma )."
903
  msgstr ""
904
 
905
- #: ../classes/settings.php:312
906
  msgid "Value: This will show the first 20 words of the Post content."
907
  msgstr ""
908
 
909
- #: ../classes/settings.php:313
910
  msgid ""
911
  "Value: should be an array. This will flatten any ( multi dimensional ) array."
912
  msgstr ""
913
 
914
- #: ../classes/settings.php:314
915
  msgid ""
916
  "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
917
  "for sorting, so you can sort your posts on numeric (custom field) values."
918
  msgstr ""
919
 
920
- #: ../classes/settings.php:315
921
  #, php-format
922
  msgid ""
923
  "Value: Can be unix time stamp or a date format as described in the <a "
@@ -925,351 +950,351 @@ msgid ""
925
  "href='%s'>general settings</a> page."
926
  msgstr ""
927
 
928
- #: ../classes/settings.php:316
929
  msgid "Post Titles"
930
  msgstr ""
931
 
932
- #: ../classes/settings.php:316
933
  msgid "Value: can be one or more Post ID's (seperated by ',')."
934
  msgstr ""
935
 
936
- #: ../classes/settings.php:317
937
  msgid "Usernames"
938
  msgstr ""
939
 
940
- #: ../classes/settings.php:317
941
  msgid "Value: can be one or more User ID's (seperated by ',')."
942
  msgstr ""
943
 
944
- #: ../classes/settings.php:318
945
  msgid "Checkmark"
946
  msgstr ""
947
 
948
- #: ../classes/settings.php:318
949
  msgid "Value: should be a 1 (one) or 0 (zero)."
950
  msgstr ""
951
 
952
- #: ../classes/settings.php:319
953
  msgid "Value: hex value color, such as #808080."
954
  msgstr ""
955
 
956
- #: ../classes/settings.php:320
957
  msgid ""
958
  "Value: Can be either a string or array. This will display a count of the "
959
  "number of times the meta key is used by the item."
960
  msgstr ""
961
 
962
- #: ../classes/settings.php:409
963
  msgid "Welcome to Admin Columns"
964
  msgstr ""
965
 
966
- #: ../classes/settings.php:412
967
  msgid "Thank you for updating to the latest version!"
968
  msgstr ""
969
 
970
- #: ../classes/settings.php:413
971
  msgid ""
972
  "Admin Columns is more polished and enjoyable than ever before. We hope you "
973
  "like it."
974
  msgstr ""
975
 
976
- #: ../classes/settings.php:418
977
  msgid "What’s New"
978
  msgstr ""
979
 
980
- #: ../classes/settings.php:419
981
  msgid "Changelog"
982
  msgstr ""
983
 
984
- #: ../classes/settings.php:424
985
  msgid "Important"
986
  msgstr ""
987
 
988
- #: ../classes/settings.php:426
989
  msgid "Database Changes"
990
  msgstr ""
991
 
992
- #: ../classes/settings.php:427
993
  msgid ""
994
  "The database has been changed between versions 1 and 2. But we made sure you "
995
  "can still roll back to version 1x without any issues."
996
  msgstr ""
997
 
998
- #: ../classes/settings.php:430
999
  msgid "Make sure you backup your database and then click"
1000
  msgstr ""
1001
 
1002
- #: ../classes/settings.php:430 ../classes/upgrade.php:143
1003
  msgid "Upgrade Database"
1004
  msgstr ""
1005
 
1006
- #: ../classes/settings.php:433
1007
  msgid "Potential Issues"
1008
  msgstr ""
1009
 
1010
- #: ../classes/settings.php:434
1011
  msgid ""
1012
  "Do to the sizable refactoring the code, surounding Addons and action/"
1013
  "filters, your website may not operate correctly. It is important that you "
1014
  "read the full"
1015
  msgstr ""
1016
 
1017
- #: ../classes/settings.php:434
1018
  msgid "Migrating from v1 to v2"
1019
  msgstr ""
1020
 
1021
- #: ../classes/settings.php:434
1022
  msgid "guide to view the full list of changes."
1023
  msgstr ""
1024
 
1025
- #: ../classes/settings.php:434
1026
  #, php-format
1027
  msgid ""
1028
  "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
1029
  "can fix it in the next release."
1030
  msgstr ""
1031
 
1032
- #: ../classes/settings.php:437
1033
  msgid "Important!"
1034
  msgstr ""
1035
 
1036
- #: ../classes/settings.php:437
1037
  msgid ""
1038
  "If you updated the Admin Columns plugin without prior knowledge of such "
1039
  "changes, Please roll back to the latest"
1040
  msgstr ""
1041
 
1042
- #: ../classes/settings.php:437
1043
  msgid "version 1"
1044
  msgstr ""
1045
 
1046
- #: ../classes/settings.php:437
1047
  msgid "of this plugin."
1048
  msgstr ""
1049
 
1050
- #: ../classes/settings.php:443
1051
  msgid "Changelog for"
1052
  msgstr ""
1053
 
1054
- #: ../classes/settings.php:458 ../classes/upgrade.php:63
1055
  msgid "Learn more"
1056
  msgstr ""
1057
 
1058
- #: ../classes/settings.php:468
1059
  msgid "Start using Admin Columns"
1060
  msgstr ""
1061
 
1062
- #: ../classes/settings.php:511
1063
  msgid "General Settings"
1064
  msgstr ""
1065
 
1066
- #: ../classes/settings.php:512
1067
  msgid "Customize your Admin Columns settings."
1068
  msgstr ""
1069
 
1070
- #: ../classes/settings.php:523
1071
  msgid ""
1072
  "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1073
  msgstr ""
1074
 
1075
- #: ../classes/settings.php:530 ../classes/settings.php:665
1076
  msgid "Save"
1077
  msgstr ""
1078
 
1079
- #: ../classes/settings.php:570
1080
  msgid "Restore Settings"
1081
  msgstr ""
1082
 
1083
- #: ../classes/settings.php:571
1084
  msgid "This will delete all column settings and restore the default settings."
1085
  msgstr ""
1086
 
1087
- #: ../classes/settings.php:577
1088
  msgid "Restore default settings"
1089
  msgstr ""
1090
 
1091
- #: ../classes/settings.php:577
1092
  msgid ""
1093
  "Warning! ALL saved admin columns data will be deleted. This cannot be "
1094
  "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1095
  msgstr ""
1096
 
1097
- #: ../classes/settings.php:599 ../codepress-admin-columns.php:354
1098
  msgid "Settings"
1099
  msgstr ""
1100
 
1101
- #: ../classes/settings.php:600
1102
  msgid "Add-ons"
1103
  msgstr ""
1104
 
1105
- #: ../classes/settings.php:630
1106
  msgid "Posttypes"
1107
  msgstr ""
1108
 
1109
- #: ../classes/settings.php:631
1110
  msgid "Others"
1111
  msgstr ""
1112
 
1113
- #: ../classes/settings.php:632
1114
  msgid "Taxonomies"
1115
  msgstr ""
1116
 
1117
- #: ../classes/settings.php:651
1118
  #, php-format
1119
  msgid ""
1120
  "The columns for %s are set up via PHP and can therefore not be edited in the "
1121
  "admin panel."
1122
  msgstr ""
1123
 
1124
- #: ../classes/settings.php:661
1125
  msgid "Store settings"
1126
  msgstr ""
1127
 
1128
- #: ../classes/settings.php:665
1129
  msgid "Update"
1130
  msgstr ""
1131
 
1132
- #: ../classes/settings.php:669
1133
  #, php-format
1134
  msgid ""
1135
  "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK"
1136
  "\\' to delete, \\'Cancel\\' to stop"
1137
  msgstr ""
1138
 
1139
- #: ../classes/settings.php:670
1140
  msgid "columns"
1141
  msgstr ""
1142
 
1143
- #: ../classes/settings.php:689
1144
  msgid "Get Admin Columns Pro"
1145
  msgstr ""
1146
 
1147
- #: ../classes/settings.php:693
1148
  msgid "Add Sorting"
1149
  msgstr ""
1150
 
1151
- #: ../classes/settings.php:694
1152
  msgid "Add Filtering"
1153
  msgstr ""
1154
 
1155
- #: ../classes/settings.php:695
1156
  msgid "Add Import/Export"
1157
  msgstr ""
1158
 
1159
- #: ../classes/settings.php:696
1160
  msgid "Add Direct Editing"
1161
  msgstr ""
1162
 
1163
- #: ../classes/settings.php:699
1164
  #, php-format
1165
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1166
  msgstr ""
1167
 
1168
- #: ../classes/settings.php:730
1169
  msgid "Are you happy with Admin Columns?"
1170
  msgstr ""
1171
 
1172
- #: ../classes/settings.php:738
1173
  msgid "What's wrong? Need help? Let us know!"
1174
  msgstr ""
1175
 
1176
- #: ../classes/settings.php:739
1177
  msgid ""
1178
  "Check out our extensive documentation, or you can open a support topic on "
1179
  "WordPress.org!"
1180
  msgstr ""
1181
 
1182
- #: ../classes/settings.php:747
1183
  msgid "Docs"
1184
  msgstr ""
1185
 
1186
- #: ../classes/settings.php:752
1187
  msgid "Forums"
1188
  msgstr ""
1189
 
1190
- #: ../classes/settings.php:761
1191
  msgid "Woohoo! We're glad to hear that!"
1192
  msgstr ""
1193
 
1194
- #: ../classes/settings.php:762
1195
  msgid ""
1196
  "We would really love it if you could show your appreciation by giving us a "
1197
  "rating on WordPress.org or tweet about Admin Columns!"
1198
  msgstr ""
1199
 
1200
- #: ../classes/settings.php:766
1201
  msgid "Rate"
1202
  msgstr ""
1203
 
1204
- #: ../classes/settings.php:777
1205
  msgid "Tweet"
1206
  msgstr ""
1207
 
1208
- #: ../classes/settings.php:787
1209
  msgid "Buy Pro"
1210
  msgstr ""
1211
 
1212
- #: ../classes/settings.php:799
1213
  msgid "Support"
1214
  msgstr ""
1215
 
1216
- #: ../classes/settings.php:802
1217
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1218
  msgstr ""
1219
 
1220
- #: ../classes/settings.php:805
1221
  #, php-format
1222
  msgid ""
1223
  "For full documentation, bug reports, feature suggestions and other tips <a "
1224
  "href='%s'>visit the Admin Columns website</a>"
1225
  msgstr ""
1226
 
1227
- #: ../classes/settings.php:834
1228
  msgid "Drag and drop to reorder"
1229
  msgstr ""
1230
 
1231
- #: ../classes/settings.php:837
1232
  msgid "Add Column"
1233
  msgstr ""
1234
 
1235
- #: ../classes/settings.php:918
1236
  msgid "Active"
1237
  msgstr ""
1238
 
1239
- #: ../classes/settings.php:919
1240
  msgid "Deactivate"
1241
  msgstr ""
1242
 
1243
- #: ../classes/settings.php:926
1244
  msgid "Installed"
1245
  msgstr ""
1246
 
1247
- #: ../classes/settings.php:927
1248
  msgid "Activate"
1249
  msgstr ""
1250
 
1251
- #: ../classes/settings.php:941
1252
  msgid "Download & Install"
1253
  msgstr ""
1254
 
1255
- #: ../classes/settings.php:946
1256
  msgid "Get this add-on"
1257
  msgstr ""
1258
 
1259
- #: ../classes/storage_model.php:222
1260
  msgid "settings succesfully restored."
1261
  msgstr ""
1262
 
1263
- #: ../classes/storage_model.php:238
1264
  msgid "No columns settings available."
1265
  msgstr ""
1266
 
1267
- #: ../classes/storage_model.php:259
1268
  #, php-format
1269
  msgid "You are trying to store the same settings for %s."
1270
  msgstr ""
1271
 
1272
- #: ../classes/storage_model.php:263
1273
  #, php-format
1274
  msgid "Settings for %s updated succesfully."
1275
  msgstr ""
@@ -1278,14 +1303,30 @@ msgstr ""
1278
  msgid "Comments"
1279
  msgstr ""
1280
 
 
 
 
 
1281
  #: ../classes/storage_model/link.php:13
1282
  msgid "Links"
1283
  msgstr ""
1284
 
 
 
 
 
 
 
 
 
1285
  #: ../classes/storage_model/user.php:13
1286
  msgid "Users"
1287
  msgstr ""
1288
 
 
 
 
 
1289
  #: ../classes/upgrade.php:62
1290
  msgid ""
1291
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the "
@@ -1350,6 +1391,6 @@ msgid ""
1350
  "on the support forum."
1351
  msgstr ""
1352
 
1353
- #: ../codepress-admin-columns.php:424
1354
  msgid "Edit columns"
1355
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Codepress Admin Columns\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-25 17:31+0100\n"
6
+ "PO-Revision-Date: 2015-03-25 17:31+0100\n"
7
  "Last-Translator: Codepress <info@codepress.nl>\n"
8
  "Language-Team: Codepress <info@codepress.nl>\n"
9
  "Language: en_GB\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.7.5\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPath-1: ..\n"
42
  "inline editing."
43
  msgstr ""
44
 
45
+ #: ../classes/column.php:582
46
  msgid "Thumbnail"
47
  msgstr ""
48
 
49
+ #: ../classes/column.php:583
50
  msgid "Medium"
51
  msgstr ""
52
 
53
+ #: ../classes/column.php:584
54
  msgid "Large"
55
  msgstr ""
56
 
57
+ #: ../classes/column.php:585
58
  msgid "Full"
59
  msgstr ""
60
 
61
+ #: ../classes/column.php:1026
62
  msgid "Date Format"
63
  msgstr ""
64
 
65
+ #: ../classes/column.php:1027
66
  msgid "This will determine how the date will be displayed."
67
  msgstr ""
68
 
69
+ #: ../classes/column.php:1033
70
  msgid "Example:"
71
  msgstr ""
72
 
73
+ #: ../classes/column.php:1035
74
  #, php-format
75
  msgid ""
76
  "Leave empty for WordPress date format, change your <a href=\"%s\">default "
77
  "date format here</a>."
78
  msgstr ""
79
 
80
+ #: ../classes/column.php:1036
81
  msgid "Documentation on date and time formatting."
82
  msgstr ""
83
 
84
+ #: ../classes/column.php:1050
85
  msgid "Excerpt length"
86
  msgstr ""
87
 
88
+ #: ../classes/column.php:1051
89
  msgid "Number of words"
90
  msgstr ""
91
 
92
+ #: ../classes/column.php:1069
93
  msgid "Preview size"
94
  msgstr ""
95
 
96
+ #: ../classes/column.php:1086 ../classes/storage_model.php:585
97
  msgid "Custom"
98
  msgstr ""
99
 
100
+ #: ../classes/column.php:1089 ../classes/column.php:1236
101
  msgid "width"
102
  msgstr ""
103
 
104
+ #: ../classes/column.php:1092
105
  msgid "height"
106
  msgstr ""
107
 
108
+ #: ../classes/column.php:1104
109
  msgid "Before"
110
  msgstr ""
111
 
112
+ #: ../classes/column.php:1104
113
  msgid "This text will appear before the custom field value."
114
  msgstr ""
115
 
116
+ #: ../classes/column.php:1105
117
  msgid "After"
118
  msgstr ""
119
 
120
+ #: ../classes/column.php:1105
121
  msgid "This text will appear after the custom field value."
122
  msgstr ""
123
 
124
+ #: ../classes/column.php:1114
125
  msgid "Display Name"
126
  msgstr ""
127
 
128
+ #: ../classes/column.php:1115
129
  msgid "First Name"
130
  msgstr ""
131
 
132
+ #: ../classes/column.php:1116
133
  msgid "Last Name"
134
  msgstr ""
135
 
136
+ #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
137
  msgid "Nickname"
138
  msgstr ""
139
 
140
+ #: ../classes/column.php:1118
141
  msgid "User Login"
142
  msgstr ""
143
 
144
+ #: ../classes/column.php:1119
145
  msgid "User Email"
146
  msgstr ""
147
 
148
+ #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
149
  msgid "User ID"
150
  msgstr ""
151
 
152
+ #: ../classes/column.php:1121
153
  msgid "First and Last Name"
154
  msgstr ""
155
 
156
+ #: ../classes/column.php:1124
157
  msgid "Display format"
158
  msgstr ""
159
 
160
+ #: ../classes/column.php:1124
161
  msgid "This is the format of the author name."
162
  msgstr ""
163
 
164
+ #: ../classes/column.php:1258 ../classes/column/comment/actions.php:75
165
  #: ../classes/column/link/actions.php:48
166
  #: ../classes/column/media/actions.php:25
167
  #: ../classes/column/media/actions.php:39
169
  msgid "Edit"
170
  msgstr ""
171
 
172
+ #: ../classes/column.php:1260 ../classes/column.php:1352
173
  msgid "Clone"
174
  msgstr ""
175
 
176
+ #: ../classes/column.php:1262 ../classes/column.php:1354
177
  #: ../classes/column/user/actions.php:77
178
  msgid "Remove"
179
  msgstr ""
180
 
181
+ #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr ""
184
 
185
+ #: ../classes/column.php:1280
186
  msgid "Choose a column type."
187
  msgstr ""
188
 
189
+ #: ../classes/column.php:1280
190
  msgid "Name"
191
  msgstr ""
192
 
193
+ #: ../classes/column.php:1290
194
  msgid "Label"
195
  msgstr ""
196
 
197
+ #: ../classes/column.php:1290
198
  msgid "This is the name which will appear as the column header."
199
  msgstr ""
200
 
201
+ #: ../classes/column.php:1297 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr ""
204
 
205
+ #: ../classes/column.php:1299
206
  msgid "default"
207
  msgstr ""
208
 
209
+ #: ../classes/column.php:1300
210
+ msgid "auto"
211
+ msgstr ""
212
+
213
  #: ../classes/column/acf-placeholder.php:19
214
  msgid "ACF Field"
215
  msgstr ""
237
  msgid "Find out more"
238
  msgstr ""
239
 
240
+ #: ../classes/column/actions.php:29 ../classes/column/link/actions.php:19
241
+ #: ../classes/column/user/actions.php:19
242
  msgid "Actions"
243
  msgstr ""
244
 
265
  msgid "ID"
266
  msgstr ""
267
 
268
+ #: ../classes/column/comment/actions.php:52
269
+ #: ../classes/column/comment/actions.php:57
270
  msgid "Unapprove"
271
  msgstr ""
272
 
273
+ #: ../classes/column/comment/actions.php:54
274
+ #: ../classes/column/comment/actions.php:56
275
  msgid "Approve"
276
  msgstr ""
277
 
278
+ #: ../classes/column/comment/actions.php:65
279
  #: ../classes/column/media/actions.php:42
280
+ #: ../classes/column/post/actions.php:40 ../classes/settings.php:671
281
  msgid "Restore"
282
  msgstr ""
283
 
284
+ #: ../classes/column/comment/actions.php:69
285
  #: ../classes/column/media/actions.php:31
286
  #: ../classes/column/media/actions.php:47
287
  #: ../classes/column/post/actions.php:44
288
  msgid "Delete Permanently"
289
  msgstr ""
290
 
291
+ #: ../classes/column/comment/actions.php:76
292
  #: ../classes/column/post/actions.php:35
293
  msgid "Quick&nbsp;Edit"
294
  msgstr ""
295
 
296
+ #: ../classes/column/comment/actions.php:77
297
  msgid "Reply"
298
  msgstr ""
299
 
337
  msgstr ""
338
 
339
  #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
340
+ #: ../classes/settings.php:316
341
  msgid "Date"
342
  msgstr ""
343
 
344
  #: ../classes/column/comment/excerpt.php:19
345
  #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
346
+ #: ../classes/settings.php:313
347
  msgid "Excerpt"
348
  msgstr ""
349
 
357
  msgstr ""
358
 
359
  #: ../classes/column/custom-field.php:23
360
+ #: ../classes/column/custom-field.php:390 ../classes/settings.php:306
361
  msgid "Custom Field"
362
  msgstr ""
363
 
364
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:311
365
+ #: ../classes/storage_model.php:586
366
  msgid "Default"
367
  msgstr ""
368
 
370
  msgid "Checkmark (true/false)"
371
  msgstr ""
372
 
373
+ #: ../classes/column/custom-field.php:96 ../classes/settings.php:320
374
  msgid "Color"
375
  msgstr ""
376
 
377
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:321
378
  msgid "Counter"
379
  msgstr ""
380
 
381
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
382
+ #: ../classes/settings.php:312
383
  msgid "Image"
384
  msgstr ""
385
 
388
  msgid "Media Library"
389
  msgstr ""
390
 
391
+ #: ../classes/column/custom-field.php:102 ../classes/settings.php:314
392
  msgid "Multiple Values"
393
  msgstr ""
394
 
395
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:315
396
  msgid "Numeric"
397
  msgstr ""
398
 
408
  msgid "Term Name (Term ID's)"
409
  msgstr ""
410
 
411
+ #: ../classes/column/custom-field.php:390
412
  msgid "Select your custom field."
413
  msgstr ""
414
 
415
+ #: ../classes/column/custom-field.php:400
416
  msgid "No custom fields available."
417
  msgstr ""
418
 
419
+ #: ../classes/column/custom-field.php:400
420
+ #, php-format
421
+ msgid "Please create a %s item first."
422
+ msgstr ""
423
+
424
+ #: ../classes/column/custom-field.php:407
425
  msgid "Field Type"
426
  msgstr ""
427
 
428
+ #: ../classes/column/custom-field.php:407
429
  msgid "This will determine how the value will be displayed."
430
  msgstr ""
431
 
483
 
484
  #: ../classes/column/media/actions.php:33
485
  #: ../classes/column/media/actions.php:52
486
+ #: ../classes/column/post/actions.php:51 ../classes/storage_model.php:799
487
  msgid "View"
488
  msgstr ""
489
 
495
  msgid "Alt"
496
  msgstr ""
497
 
498
+ #: ../classes/column/media/attached-to.php:19
499
+ msgid "Attached to post"
500
+ msgstr ""
501
+
502
  #: ../classes/column/media/available-sizes.php:20
503
  msgid "Available Sizes"
504
  msgstr ""
627
  msgstr ""
628
 
629
  #: ../classes/column/post/attachment.php:19
630
+ msgid "Attachments"
631
  msgstr ""
632
 
633
  #: ../classes/column/post/author-name.php:20
663
  msgid "Select which comment status you like to display."
664
  msgstr ""
665
 
666
+ #: ../classes/column/post/content.php:19
667
+ msgid "Content"
668
+ msgstr ""
669
+
670
+ #: ../classes/column/post/date-published.php:17
671
+ msgid "Date Published"
672
+ msgstr ""
673
+
674
  #: ../classes/column/post/depth.php:19
675
  msgid "Depth"
676
  msgstr ""
739
  msgid "Roles"
740
  msgstr ""
741
 
742
+ #: ../classes/column/post/shortcodes.php:19
743
+ msgid "Shortcodes"
744
+ msgstr ""
745
+
746
  #: ../classes/column/post/slug.php:19
747
  msgid "Slug"
748
  msgstr ""
835
  msgid "Url"
836
  msgstr ""
837
 
838
+ #: ../classes/settings.php:112
839
  msgid "Add-on successfully activated."
840
  msgstr ""
841
 
842
+ #: ../classes/settings.php:115
843
  msgid "Add-on successfully deactivated."
844
  msgstr ""
845
 
846
+ #: ../classes/settings.php:170
847
  msgid "Admin Columns Settings"
848
  msgstr ""
849
 
850
+ #: ../classes/settings.php:170 ../classes/settings.php:599
851
  #: ../classes/upgrade.php:135
852
  msgid "Admin Columns"
853
  msgstr ""
854
 
855
+ #: ../classes/settings.php:218
856
  #, php-format
857
  msgid "%s column is already present and can not be duplicated."
858
  msgstr ""
859
 
860
+ #: ../classes/settings.php:272
861
  msgid "Default settings succesfully restored."
862
  msgstr ""
863
 
864
+ #: ../classes/settings.php:289
865
  msgid "Overview"
866
  msgstr ""
867
 
868
+ #: ../classes/settings.php:292
869
  msgid ""
870
  "This plugin is for adding and removing additional columns to the "
871
  "administration screens for post(types), pages, media library, comments, "
872
  "links and users. Change the column's label and reorder them."
873
  msgstr ""
874
 
875
+ #: ../classes/settings.php:295
876
  msgid "Basics"
877
  msgstr ""
878
 
879
+ #: ../classes/settings.php:297
880
  msgid "Change order"
881
  msgstr ""
882
 
883
+ #: ../classes/settings.php:298
884
  msgid ""
885
  "By dragging the columns you can change the order which they will appear in."
886
  msgstr ""
887
 
888
+ #: ../classes/settings.php:299
889
  msgid "Change label"
890
  msgstr ""
891
 
892
+ #: ../classes/settings.php:300
893
  msgid ""
894
  "By clicking on the triangle you will see the column options. Here you can "
895
  "change each label of the columns heading."
896
  msgstr ""
897
 
898
+ #: ../classes/settings.php:301
899
  msgid "Change column width"
900
  msgstr ""
901
 
902
+ #: ../classes/settings.php:302
903
  msgid ""
904
  "By clicking on the triangle you will see the column options. By using the "
905
  "draggable slider you can set the width of the columns in percentages."
906
  msgstr ""
907
 
908
+ #: ../classes/settings.php:308
909
  msgid "'Custom Field' column"
910
  msgstr ""
911
 
912
+ #: ../classes/settings.php:309
913
  msgid ""
914
  "The custom field colum uses the custom fields from posts and users. There "
915
  "are 10 types which you can set."
916
  msgstr ""
917
 
918
+ #: ../classes/settings.php:311
919
  msgid ""
920
  "Value: Can be either a string or array. Arrays will be flattened and values "
921
  "are seperated by a ',' comma."
922
  msgstr ""
923
 
924
+ #: ../classes/settings.php:312
925
  msgid ""
926
  "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
927
  "comma )."
928
  msgstr ""
929
 
930
+ #: ../classes/settings.php:313
931
  msgid "Value: This will show the first 20 words of the Post content."
932
  msgstr ""
933
 
934
+ #: ../classes/settings.php:314
935
  msgid ""
936
  "Value: should be an array. This will flatten any ( multi dimensional ) array."
937
  msgstr ""
938
 
939
+ #: ../classes/settings.php:315
940
  msgid ""
941
  "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
942
  "for sorting, so you can sort your posts on numeric (custom field) values."
943
  msgstr ""
944
 
945
+ #: ../classes/settings.php:316
946
  #, php-format
947
  msgid ""
948
  "Value: Can be unix time stamp or a date format as described in the <a "
950
  "href='%s'>general settings</a> page."
951
  msgstr ""
952
 
953
+ #: ../classes/settings.php:317
954
  msgid "Post Titles"
955
  msgstr ""
956
 
957
+ #: ../classes/settings.php:317
958
  msgid "Value: can be one or more Post ID's (seperated by ',')."
959
  msgstr ""
960
 
961
+ #: ../classes/settings.php:318
962
  msgid "Usernames"
963
  msgstr ""
964
 
965
+ #: ../classes/settings.php:318
966
  msgid "Value: can be one or more User ID's (seperated by ',')."
967
  msgstr ""
968
 
969
+ #: ../classes/settings.php:319
970
  msgid "Checkmark"
971
  msgstr ""
972
 
973
+ #: ../classes/settings.php:319
974
  msgid "Value: should be a 1 (one) or 0 (zero)."
975
  msgstr ""
976
 
977
+ #: ../classes/settings.php:320
978
  msgid "Value: hex value color, such as #808080."
979
  msgstr ""
980
 
981
+ #: ../classes/settings.php:321
982
  msgid ""
983
  "Value: Can be either a string or array. This will display a count of the "
984
  "number of times the meta key is used by the item."
985
  msgstr ""
986
 
987
+ #: ../classes/settings.php:410
988
  msgid "Welcome to Admin Columns"
989
  msgstr ""
990
 
991
+ #: ../classes/settings.php:413
992
  msgid "Thank you for updating to the latest version!"
993
  msgstr ""
994
 
995
+ #: ../classes/settings.php:414
996
  msgid ""
997
  "Admin Columns is more polished and enjoyable than ever before. We hope you "
998
  "like it."
999
  msgstr ""
1000
 
1001
+ #: ../classes/settings.php:419
1002
  msgid "What’s New"
1003
  msgstr ""
1004
 
1005
+ #: ../classes/settings.php:420
1006
  msgid "Changelog"
1007
  msgstr ""
1008
 
1009
+ #: ../classes/settings.php:425
1010
  msgid "Important"
1011
  msgstr ""
1012
 
1013
+ #: ../classes/settings.php:427
1014
  msgid "Database Changes"
1015
  msgstr ""
1016
 
1017
+ #: ../classes/settings.php:428
1018
  msgid ""
1019
  "The database has been changed between versions 1 and 2. But we made sure you "
1020
  "can still roll back to version 1x without any issues."
1021
  msgstr ""
1022
 
1023
+ #: ../classes/settings.php:431
1024
  msgid "Make sure you backup your database and then click"
1025
  msgstr ""
1026
 
1027
+ #: ../classes/settings.php:431 ../classes/upgrade.php:143
1028
  msgid "Upgrade Database"
1029
  msgstr ""
1030
 
1031
+ #: ../classes/settings.php:434
1032
  msgid "Potential Issues"
1033
  msgstr ""
1034
 
1035
+ #: ../classes/settings.php:435
1036
  msgid ""
1037
  "Do to the sizable refactoring the code, surounding Addons and action/"
1038
  "filters, your website may not operate correctly. It is important that you "
1039
  "read the full"
1040
  msgstr ""
1041
 
1042
+ #: ../classes/settings.php:435
1043
  msgid "Migrating from v1 to v2"
1044
  msgstr ""
1045
 
1046
+ #: ../classes/settings.php:435
1047
  msgid "guide to view the full list of changes."
1048
  msgstr ""
1049
 
1050
+ #: ../classes/settings.php:435
1051
  #, php-format
1052
  msgid ""
1053
  "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
1054
  "can fix it in the next release."
1055
  msgstr ""
1056
 
1057
+ #: ../classes/settings.php:438
1058
  msgid "Important!"
1059
  msgstr ""
1060
 
1061
+ #: ../classes/settings.php:438
1062
  msgid ""
1063
  "If you updated the Admin Columns plugin without prior knowledge of such "
1064
  "changes, Please roll back to the latest"
1065
  msgstr ""
1066
 
1067
+ #: ../classes/settings.php:438
1068
  msgid "version 1"
1069
  msgstr ""
1070
 
1071
+ #: ../classes/settings.php:438
1072
  msgid "of this plugin."
1073
  msgstr ""
1074
 
1075
+ #: ../classes/settings.php:444
1076
  msgid "Changelog for"
1077
  msgstr ""
1078
 
1079
+ #: ../classes/settings.php:459 ../classes/upgrade.php:63
1080
  msgid "Learn more"
1081
  msgstr ""
1082
 
1083
+ #: ../classes/settings.php:469
1084
  msgid "Start using Admin Columns"
1085
  msgstr ""
1086
 
1087
+ #: ../classes/settings.php:512
1088
  msgid "General Settings"
1089
  msgstr ""
1090
 
1091
+ #: ../classes/settings.php:513
1092
  msgid "Customize your Admin Columns settings."
1093
  msgstr ""
1094
 
1095
+ #: ../classes/settings.php:524
1096
  msgid ""
1097
  "Show \"Edit Columns\" button on admin screens. Default is <code>on</code>."
1098
  msgstr ""
1099
 
1100
+ #: ../classes/settings.php:531 ../classes/settings.php:666
1101
  msgid "Save"
1102
  msgstr ""
1103
 
1104
+ #: ../classes/settings.php:571
1105
  msgid "Restore Settings"
1106
  msgstr ""
1107
 
1108
+ #: ../classes/settings.php:572
1109
  msgid "This will delete all column settings and restore the default settings."
1110
  msgstr ""
1111
 
1112
+ #: ../classes/settings.php:578
1113
  msgid "Restore default settings"
1114
  msgstr ""
1115
 
1116
+ #: ../classes/settings.php:578
1117
  msgid ""
1118
  "Warning! ALL saved admin columns data will be deleted. This cannot be "
1119
  "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1120
  msgstr ""
1121
 
1122
+ #: ../classes/settings.php:600 ../codepress-admin-columns.php:371
1123
  msgid "Settings"
1124
  msgstr ""
1125
 
1126
+ #: ../classes/settings.php:601
1127
  msgid "Add-ons"
1128
  msgstr ""
1129
 
1130
+ #: ../classes/settings.php:631
1131
  msgid "Posttypes"
1132
  msgstr ""
1133
 
1134
+ #: ../classes/settings.php:632
1135
  msgid "Others"
1136
  msgstr ""
1137
 
1138
+ #: ../classes/settings.php:633
1139
  msgid "Taxonomies"
1140
  msgstr ""
1141
 
1142
+ #: ../classes/settings.php:652
1143
  #, php-format
1144
  msgid ""
1145
  "The columns for %s are set up via PHP and can therefore not be edited in the "
1146
  "admin panel."
1147
  msgstr ""
1148
 
1149
+ #: ../classes/settings.php:662
1150
  msgid "Store settings"
1151
  msgstr ""
1152
 
1153
+ #: ../classes/settings.php:666
1154
  msgid "Update"
1155
  msgstr ""
1156
 
1157
+ #: ../classes/settings.php:670
1158
  #, php-format
1159
  msgid ""
1160
  "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK"
1161
  "\\' to delete, \\'Cancel\\' to stop"
1162
  msgstr ""
1163
 
1164
+ #: ../classes/settings.php:671
1165
  msgid "columns"
1166
  msgstr ""
1167
 
1168
+ #: ../classes/settings.php:690
1169
  msgid "Get Admin Columns Pro"
1170
  msgstr ""
1171
 
1172
+ #: ../classes/settings.php:694
1173
  msgid "Add Sorting"
1174
  msgstr ""
1175
 
1176
+ #: ../classes/settings.php:695
1177
  msgid "Add Filtering"
1178
  msgstr ""
1179
 
1180
+ #: ../classes/settings.php:696
1181
  msgid "Add Import/Export"
1182
  msgstr ""
1183
 
1184
+ #: ../classes/settings.php:697
1185
  msgid "Add Direct Editing"
1186
  msgstr ""
1187
 
1188
+ #: ../classes/settings.php:700
1189
  #, php-format
1190
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1191
  msgstr ""
1192
 
1193
+ #: ../classes/settings.php:731
1194
  msgid "Are you happy with Admin Columns?"
1195
  msgstr ""
1196
 
1197
+ #: ../classes/settings.php:739
1198
  msgid "What's wrong? Need help? Let us know!"
1199
  msgstr ""
1200
 
1201
+ #: ../classes/settings.php:740
1202
  msgid ""
1203
  "Check out our extensive documentation, or you can open a support topic on "
1204
  "WordPress.org!"
1205
  msgstr ""
1206
 
1207
+ #: ../classes/settings.php:748
1208
  msgid "Docs"
1209
  msgstr ""
1210
 
1211
+ #: ../classes/settings.php:753
1212
  msgid "Forums"
1213
  msgstr ""
1214
 
1215
+ #: ../classes/settings.php:762
1216
  msgid "Woohoo! We're glad to hear that!"
1217
  msgstr ""
1218
 
1219
+ #: ../classes/settings.php:763
1220
  msgid ""
1221
  "We would really love it if you could show your appreciation by giving us a "
1222
  "rating on WordPress.org or tweet about Admin Columns!"
1223
  msgstr ""
1224
 
1225
+ #: ../classes/settings.php:767
1226
  msgid "Rate"
1227
  msgstr ""
1228
 
1229
+ #: ../classes/settings.php:778
1230
  msgid "Tweet"
1231
  msgstr ""
1232
 
1233
+ #: ../classes/settings.php:788
1234
  msgid "Buy Pro"
1235
  msgstr ""
1236
 
1237
+ #: ../classes/settings.php:800
1238
  msgid "Support"
1239
  msgstr ""
1240
 
1241
+ #: ../classes/settings.php:803
1242
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1243
  msgstr ""
1244
 
1245
+ #: ../classes/settings.php:806
1246
  #, php-format
1247
  msgid ""
1248
  "For full documentation, bug reports, feature suggestions and other tips <a "
1249
  "href='%s'>visit the Admin Columns website</a>"
1250
  msgstr ""
1251
 
1252
+ #: ../classes/settings.php:835
1253
  msgid "Drag and drop to reorder"
1254
  msgstr ""
1255
 
1256
+ #: ../classes/settings.php:838
1257
  msgid "Add Column"
1258
  msgstr ""
1259
 
1260
+ #: ../classes/settings.php:919
1261
  msgid "Active"
1262
  msgstr ""
1263
 
1264
+ #: ../classes/settings.php:920
1265
  msgid "Deactivate"
1266
  msgstr ""
1267
 
1268
+ #: ../classes/settings.php:927
1269
  msgid "Installed"
1270
  msgstr ""
1271
 
1272
+ #: ../classes/settings.php:928
1273
  msgid "Activate"
1274
  msgstr ""
1275
 
1276
+ #: ../classes/settings.php:942
1277
  msgid "Download & Install"
1278
  msgstr ""
1279
 
1280
+ #: ../classes/settings.php:947
1281
  msgid "Get this add-on"
1282
  msgstr ""
1283
 
1284
+ #: ../classes/storage_model.php:227
1285
  msgid "settings succesfully restored."
1286
  msgstr ""
1287
 
1288
+ #: ../classes/storage_model.php:243
1289
  msgid "No columns settings available."
1290
  msgstr ""
1291
 
1292
+ #: ../classes/storage_model.php:264
1293
  #, php-format
1294
  msgid "You are trying to store the same settings for %s."
1295
  msgstr ""
1296
 
1297
+ #: ../classes/storage_model.php:268
1298
  #, php-format
1299
  msgid "Settings for %s updated succesfully."
1300
  msgstr ""
1303
  msgid "Comments"
1304
  msgstr ""
1305
 
1306
+ #: ../classes/storage_model/comment.php:14
1307
+ msgid "Comment"
1308
+ msgstr ""
1309
+
1310
  #: ../classes/storage_model/link.php:13
1311
  msgid "Links"
1312
  msgstr ""
1313
 
1314
+ #: ../classes/storage_model/link.php:14
1315
+ msgid "Link"
1316
+ msgstr ""
1317
+
1318
+ #: ../classes/storage_model/media.php:14
1319
+ msgid "Media"
1320
+ msgstr ""
1321
+
1322
  #: ../classes/storage_model/user.php:13
1323
  msgid "Users"
1324
  msgstr ""
1325
 
1326
+ #: ../classes/storage_model/user.php:14
1327
+ msgid "User"
1328
+ msgstr ""
1329
+
1330
  #: ../classes/upgrade.php:62
1331
  msgid ""
1332
  "<strong>Important:</strong> We&#39;ve noticed that you&#39;re using the "
1391
  "on the support forum."
1392
  msgstr ""
1393
 
1394
+ #: ../codepress-admin-columns.php:438
1395
  msgid "Edit columns"
1396
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
  Tested up to: 4.1.1
7
- Stable tag: 2.3.5
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
 
@@ -195,43 +195,6 @@ You can select a custom size for your custom field option from the Column option
195
 
196
  If you want your already uploaded images to display the newly added size you will need to regenerate the thumbnail for them. You can use this plugin to generate the newly added sized thumbnails: http://wordpress.org/extend/plugins/regenerate-thumbnails/.
197
 
198
- = How can I display a custom value in the Custom Fields Column? =
199
-
200
- With this filter 'cac/column/meta/value' you can control what the value will be for any Custom Field Column.
201
-
202
- Filter explained:
203
-
204
- * **$value** is the original value which would otherwise be displayed
205
- * **$id** will return the ID of the object.
206
- * **$column** will return the Admin Columns Column object.
207
- *
208
- * **$column->options->field** is the name of your custom field
209
- * **$column->storage_model->key** will return either the posttype or if it is any other type it will return wp-comments, wp-links, wp-users, wp-media.
210
-
211
- For example if you have a custom posttype 'demo' with a custom_field that is called 'city' and the result would be an integer '33'. You can change that integer '33' to Amsterdam.
212
-
213
- `
214
- <?php
215
- function my_custom_field_value( $value, $id, $column ) {
216
-
217
- $post_type = 'demo';
218
- $custom_field = 'city';
219
-
220
- // make sure we have the correct posttype and custom field
221
- if ( $post_type == $column->storage_model->key && $custom_field == $column->options->field ) {
222
-
223
- if ( '33' == $value )
224
- $value = 'Amsterdam';
225
-
226
- elseif ( '34' == $value )
227
- $value = 'New York';
228
- }
229
- return $value;
230
- }
231
- add_filter( 'cac/column/meta/value', 'my_custom_field_value', 10, 3 );
232
- ?>
233
- `
234
-
235
  = What filters and hooks can I use? =
236
 
237
  You can find a list of the available actions and filters (and examples on how to use them!) in the [Admin Columns documentation](http://admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage).
@@ -249,8 +212,14 @@ You can find a list of the available actions and filters (and examples on how to
249
 
250
  == Changelog ==
251
 
252
- = 2.3.5 =
 
 
 
 
 
253
  * [Added] Added a width indicator to the column settings header
 
254
 
255
  = 2.3.4 =
256
  * [Added] A column can have it's own JS/CSS files by using the CPAC_Column::scripts() method
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
  Tested up to: 4.1.1
7
+ Stable tag: 2.4
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
 
195
 
196
  If you want your already uploaded images to display the newly added size you will need to regenerate the thumbnail for them. You can use this plugin to generate the newly added sized thumbnails: http://wordpress.org/extend/plugins/regenerate-thumbnails/.
197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
198
  = What filters and hooks can I use? =
199
 
200
  You can find a list of the available actions and filters (and examples on how to use them!) in the [Admin Columns documentation](http://admincolumns.com/documentation/?utm_source=wordpressorg&utm_medium=readme&utm_content=faq&utm_campaign=cpac-pluginpage).
212
 
213
  == Changelog ==
214
 
215
+ = 2.4 =
216
+ * [Added] Added content column for post(types).
217
+ * [Added] Added the column shortcodes, which will display any used shortcodes in your post's content
218
+ * [Added] Column width has a text field to enter the width
219
+ * [Added] Added a message for when a custom field is empty
220
+ * [Added] Column width can be set to pixels or percentages
221
  * [Added] Added a width indicator to the column settings header
222
+ * [Added] Added a singular label to all storage_models
223
 
224
  = 2.3.4 =
225
  * [Added] A column can have it's own JS/CSS files by using the CPAC_Column::scripts() method