Version Description
Release Date: November 7th, 2018
- [Improved] Better external image support for Custom Field column
Download this release
Release Info
Developer | tschutter |
Plugin | Admin Columns |
Version | 3.3.1 |
Comparing to | |
See all releases |
Code changes from version 3.2.7 to 3.3.1
- api.php +2 -2
- assets/css/admin-general.css +1 -1
- assets/css/admin-page-columns.css +1 -1
- assets/css/admin-welcome.css +1 -1
- assets/css/table.css +1 -1
- assets/fonts/cpac_icons.eot +0 -0
- assets/fonts/cpac_icons.svg +0 -18
- assets/fonts/cpac_icons.ttf +0 -0
- assets/fonts/cpac_icons.woff +0 -0
- assets/fonts/cpac_icons.woff2 +0 -0
- assets/fonts/template.scss +38 -0
- assets/js/admin-general.js +1 -1
- assets/js/admin-general.js.map +0 -1
- assets/js/admin-page-columns.js +1 -1
- assets/js/admin-page-columns.js.map +1 -1
- assets/js/message-review.js +1 -1
- assets/js/message-review.js.map +0 -1
- assets/js/notice-dismissible.js +1 -1
- assets/js/notice-dismissible.js.map +0 -1
- assets/js/table.js +1 -1
- assets/js/table.js.map +0 -1
- bootstrap.php +0 -21
- classes/Admin/Addon.php +0 -355
- classes/Admin/Addon/ACF.php +0 -54
- classes/Admin/Addon/BuddyPress.php +0 -30
- classes/Admin/Addon/EventsCalendar.php +0 -36
- classes/Admin/Addon/NinjaForms.php +0 -36
- classes/Admin/Addon/Pods.php +0 -36
- classes/Admin/Addon/Types.php +0 -31
- classes/Admin/Addon/WooCommerce.php +0 -33
- classes/Admin/Addons.php +0 -101
- classes/Admin/Page/Addons.php +185 -109
- classes/Admin/Page/Columns.php +29 -5
- classes/Admin/Page/Settings.php +2 -4
- classes/AdminColumns.php +22 -19
- classes/Ajax/Handler.php +4 -4
- classes/ArrayIterator.php +106 -0
- classes/Check/AddonAvailable.php +37 -34
- classes/Check/Review.php +7 -6
- classes/Column.php +1 -1
- classes/Column/Comment/Comment.php +2 -2
- classes/Column/Comment/Date.php +2 -2
- classes/Column/Comment/DateGmt.php +2 -2
- classes/Column/Comment/Excerpt.php +2 -2
- classes/Column/Comment/ID.php +2 -2
- classes/Column/CustomField.php +0 -1
- classes/Column/Placeholder.php +16 -11
- classes/Column/Post/PageTemplate.php +7 -1
- classes/Column/User/Description.php +5 -1
- classes/Column/User/RichEditing.php +3 -5
- classes/Column/User/Role.php +0 -4
- classes/Column/User/ShowToolbar.php +2 -4
- classes/Column/User/Url.php +1 -3
- classes/Column/User/Username.php +2 -2
- classes/Config.php +21 -0
- classes/Dependencies.php +128 -88
- classes/Helper/Image.php +1 -3
- classes/Helper/Strings.php +7 -1
- classes/Helper/User.php +20 -4
- classes/Integration.php +140 -0
- classes/Integration/ACF.php +31 -0
- classes/Integration/BuddyPress.php +32 -0
- classes/Integration/EventsCalendar.php +45 -0
- classes/Integration/NinjaForms.php +41 -0
- classes/Integration/Pods.php +32 -0
- classes/Integration/Types.php +32 -0
- classes/Integration/WooCommerce.php +51 -0
- classes/IntegrationFactory.php +50 -0
- classes/Integrations.php +26 -0
- classes/ListScreen.php +13 -3
- classes/ListScreen/User.php +1 -1
- classes/ListScreenPost.php +6 -2
- classes/Message.php +15 -34
- classes/Message/Notice.php +2 -9
- classes/Message/Notice/Dismissible.php +18 -8
- classes/Message/Plugin.php +5 -15
- classes/MetaType.php +51 -0
- classes/Middleware.php +9 -0
- classes/Plugin.php +8 -1
- classes/Plugin/Updater.php +6 -8
- classes/PluginInformation.php +10 -19
- classes/Request.php +140 -0
- classes/Screen.php +18 -1
- classes/Settings/Column/CustomFieldType.php +2 -1
- classes/Settings/Column/Label.php +4 -1
- classes/Settings/Column/Meta.php +2 -1
- classes/Settings/Column/PathScope.php +5 -0
- classes/Settings/Column/Type.php +19 -2
- classes/Storage/Timestamp.php +3 -2
- classes/Table/Screen.php +1 -0
- classes/TypedArrayIterator.php +43 -0
- codepress-admin-columns.php +21 -8
- languages/codepress-admin-columns-ar_AR.mo +0 -0
- languages/codepress-admin-columns-ar_AR.po +193 -197
- languages/codepress-admin-columns-bt_BR.mo +0 -0
- languages/codepress-admin-columns-bt_BR.po +193 -197
- languages/codepress-admin-columns-da_DK.mo +0 -0
- languages/codepress-admin-columns-da_DK.po +193 -197
- languages/codepress-admin-columns-de_DE.po +193 -197
- languages/codepress-admin-columns-en_NZ.po +193 -197
- languages/codepress-admin-columns-es_ES.mo +0 -0
- languages/codepress-admin-columns-es_ES.po +227 -231
- languages/codepress-admin-columns-fa_IR.mo +0 -0
- languages/codepress-admin-columns-fa_IR.po +193 -197
- languages/codepress-admin-columns-fr_FR.mo +0 -0
- languages/codepress-admin-columns-fr_FR.po +193 -197
- languages/codepress-admin-columns-he_IL.po +193 -197
- languages/codepress-admin-columns-hu_HU.mo +0 -0
- languages/codepress-admin-columns-hu_HU.po +193 -197
- languages/codepress-admin-columns-it_IT.mo +0 -0
- languages/codepress-admin-columns-it_IT.po +193 -197
- languages/codepress-admin-columns-ja_JA.mo +0 -0
- languages/codepress-admin-columns-ja_JA.po +193 -197
- languages/codepress-admin-columns-nl_NL.mo +0 -0
- languages/codepress-admin-columns-nl_NL.po +91 -91
api.php
CHANGED
@@ -93,8 +93,8 @@ function ac_helper() {
|
|
93 |
* Starter-kit: https://github.com/codepress/ac-column-template/
|
94 |
* @since 2.2
|
95 |
*
|
96 |
-
* @param array $list_screen_keys
|
97 |
-
* @param array
|
98 |
*/
|
99 |
function ac_register_columns( $list_screen_keys, $column_data ) {
|
100 |
AC()->api()->load_columndata( $list_screen_keys, $column_data );
|
93 |
* Starter-kit: https://github.com/codepress/ac-column-template/
|
94 |
* @since 2.2
|
95 |
*
|
96 |
+
* @param array|string $list_screen_keys
|
97 |
+
* @param array $column_data
|
98 |
*/
|
99 |
function ac_register_columns( $list_screen_keys, $column_data ) {
|
100 |
AC()->api()->load_columndata( $list_screen_keys, $column_data );
|
assets/css/admin-general.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}#cpac a:focus,#cpac a:active{outline:none}.wrap .nav-tab-wrapper{margin-bottom:24px}.wrap .notice{margin-top:16px;margin-bottom:16px}.ac-badge{display:inline-block;background:#d54e21;border-radius:10px;font-size:9px;line-height:17px;padding:0 6px;margin:-1px 0 0 4px;vertical-align:middle;color:#fff;font-weight:600}a.external:after{content:"\f504";display:inline-block;margin-left:4px;font-size:17px;color:#797979;line-height:1;font-family:dashicons, serif;text-decoration:none;font-weight:normal;font-style:normal;vertical-align:top;text-align:center}.button.loading{padding-right:25px;position:relative}.cpac_message.error.warning{border-left:4px solid #ffba00}.menu{position:relative;padding:0;margin-top:16px;margin-bottom:16px}.menu select{display:inline-block;margin:0}.menu .spinner{display:none;float:none;visibility:visible;margin:0 0 0 14px}.menu .view-link,.menu .view-link:active{display:inline-block;margin:0 0 0 12px;top:2px}table.ac-form-table{max-width:1100px;margin-top:20px}table.ac-form-table>tbody>tr>td,table.ac-form-table>tbody>tr>th{vertical-align:top}table.ac-form-table.settings tr th{font-weight:normal}table.ac-form-table.settings tr th h2{margin:0}table.ac-form-table.settings tr td{padding-top:58px}.wp-pointer-content{overflow:hidden}.wp-pointer-content ol{margin-left:1.5em;padding:0 15px}.wp-pointer-right{margin-right:15px}.wp-pointer.noclick .wp-pointer-buttons{display:none}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 .button.loading{padding-left:25px;padding-right:0}body.rtl .button.loading span{left:6px;right:auto}body.rtl .ac-left{float:right}body.rtl .ac-left .ac-columns .ac-column .column-meta img{margin-left:3px;margin-right:0}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_label .inner>a.remove-button{margin-right:12px;margin-left:0}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_label .inner .meta{float:left}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_label span.vers{float:right}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_type{text-align:left;padding-left:0;padding-right:auto}body.rtl .ac-left .ac-columns .ac-column .column-meta span.vers .comment-grey-bubble{float:left}body.rtl .ac-left .ac-columns .ac-column .column-form table tr.column_image_size td.input label input{margin-left:3px;margin-right:0}body.rtl .ac-left .ac-columns .ac-column .column-form table tr td.label p.description{right:0;left:auto}body.rtl .ac-left .ac-columns .ac-column .column-form table tr td.label a.more-info{float:left}body.rtl .ac-left .ac-columns .ac-column .column-form div.description{float:right}body.rtl .ac-left .ac-columns .ac-column .column-form div.input-width-range{float:right}body.rtl .ac-left .ac-columns .ac-column .column-form a.help{float:left}body.rtl .ac-left .column-footer .order-message{float:right;padding-right:22px;padding-left:0;margin-right:8px}body.rtl .ac-left .column-footer .order-message .order-message__icon{left:inherit;right:0;transform:scaleX(-1)}body.rtl .ac-left .column-footer .button-container{float:left}body.rtl .ac-left .column-footer .submit{display:none}body.rtl .ac-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}
|
1 |
+
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}.cpacicon-segment::before{content:""}.ac-modal{position:fixed;overflow:auto;z-index:100000;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:none}.ac-modal.-active{display:flex;align-items:center;justify-content:center}.ac-modal__dialog{border:1px solid #C8C8C8;background:#fff;position:fixed;width:650px;max-width:90%}.ac-modal__dialog__header{background:#f5f5f5;font-size:18px;line-height:18px;color:#807F7F;padding:17px 25px}.ac-modal__dialog__close{display:inline-block;padding:0;margin:0;border:none;background:none;position:absolute;right:0;top:0;width:52px;height:52px;text-align:center;color:#989797;cursor:pointer}.ac-modal__dialog__close:hover{background:#e1e1e1}.ac-modal__dialog__content{padding:25px;max-height:calc(100vh - 200px);overflow:scroll}.ac-modal__dialog__content__lead{font-weight:bold;font-size:15px;margin-top:5px;margin-bottom:25px;color:#6D6D6D}.ac-modal__dialog__list li{position:relative;padding-left:25px;font-weight:400;font-size:16px;letter-spacing:0.5px;margin-bottom:10px}.ac-modal__dialog__list li:before{content:'\f147';font-family:Dashicons;position:absolute;left:0;top:0;color:#3D4350}.ac-modal__dialog__list li:nth-child(2n){color:#e9426e}.ac-modal__dialog__footer{padding:20px 24px;border-top:1px solid #DBDBDB;color:#979696;font-size:16px}.ac-modal__dialog__footer .button{margin-left:0;padding-left:15px;padding-right:15px}@media only screen and (max-width: 720px){.ac-modal__dialog__footer__content{display:block}.ac-modal__dialog__footer .button{margin-left:0;margin-top:10px}}#cpac a:focus,#cpac a:active{outline:none}.wrap .nav-tab-wrapper{margin-bottom:24px}.wrap .notice{margin-top:16px;margin-bottom:16px}.ac-badge{display:inline-block;background:#d54e21;border-radius:10px;font-size:9px;line-height:17px;padding:0 6px;margin:-1px 0 0 4px;vertical-align:middle;color:#fff;font-weight:600}a.external:after{content:"\f504";display:inline-block;margin-left:4px;font-size:17px;color:#797979;line-height:1;font-family:dashicons, serif;text-decoration:none;font-weight:normal;font-style:normal;vertical-align:top;text-align:center}.button.loading{padding-right:25px;position:relative}.cpac_message.error.warning{border-left:4px solid #ffba00}.menu{position:relative;padding:0;margin-top:16px;margin-bottom:16px}.menu select{display:inline-block;margin:0}.menu .spinner{display:none;float:none;visibility:visible;margin:0 0 0 14px}.menu .view-link,.menu .view-link:active{display:inline-block;margin:0 0 0 12px;top:2px}table.ac-form-table{max-width:1100px;margin-top:20px}table.ac-form-table>tbody>tr>td,table.ac-form-table>tbody>tr>th{vertical-align:top}table.ac-form-table.settings tr th{font-weight:normal}table.ac-form-table.settings tr th h2{margin:0}table.ac-form-table.settings tr td{padding-top:58px}.wp-pointer-content{overflow:hidden}.wp-pointer-content ol{margin-left:1.5em;padding:0 15px}.wp-pointer-right{margin-right:15px}.wp-pointer.noclick .wp-pointer-buttons{display:none}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 .button.loading{padding-left:25px;padding-right:0}body.rtl .button.loading span{left:6px;right:auto}body.rtl .ac-left{float:right}body.rtl .ac-left .ac-columns .ac-column .column-meta img{margin-left:3px;margin-right:0}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_label .inner>a.remove-button{margin-right:12px;margin-left:0}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_label .inner .meta{float:left}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_label span.vers{float:right}body.rtl .ac-left .ac-columns .ac-column .column-meta .column_type{text-align:left;padding-left:0;padding-right:auto}body.rtl .ac-left .ac-columns .ac-column .column-meta span.vers .comment-grey-bubble{float:left}body.rtl .ac-left .ac-columns .ac-column .column-form table tr.column_image_size td.input label input{margin-left:3px;margin-right:0}body.rtl .ac-left .ac-columns .ac-column .column-form table tr td.label p.description{right:0;left:auto}body.rtl .ac-left .ac-columns .ac-column .column-form table tr td.label a.more-info{float:left}body.rtl .ac-left .ac-columns .ac-column .column-form div.description{float:right}body.rtl .ac-left .ac-columns .ac-column .column-form div.input-width-range{float:right}body.rtl .ac-left .ac-columns .ac-column .column-form a.help{float:left}body.rtl .ac-left .column-footer .order-message{float:right;padding-right:22px;padding-left:0;margin-right:8px}body.rtl .ac-left .column-footer .order-message .order-message__icon{left:inherit;right:0;transform:scaleX(-1)}body.rtl .ac-left .column-footer .button-container{float:left}body.rtl .ac-left .column-footer .submit{display:none}body.rtl .ac-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}.ac-wp-pointer img{max-width:calc(100% - 20px);height:auto;margin:10px;margin-top:0}
|
assets/css/admin-page-columns.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}.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}.ac-column .comment-grey-bubble{height:16px;width:16px}.ac-column .comment-grey-bubble:before{content:'\f101';font:normal 20px/.5 'dashicons';speak:none;display:inline-block;padding:0;top:5px;left:0;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none !important}.rtl .ac-column .comment-grey-bubble:before{right:0;left:auto}.ac-admin{margin-right:300px;max-width:740px}.ac-admin #add-new-column-template{display:none}.ac-admin .ac-left{float:left;width:100%}.ac-admin .ac-left .column-footer a.add_column{padding-left:16px;padding-right:16px;text-align:center}.ac-admin .ac-left .column-footer a.submit.save,.ac-admin .ac-left .column-footer a.submit.update{padding-left:20px;padding-right:20px;text-align:center}.ac-admin .ac-left .column-footer .submit.save{display:inline-block}.ac-admin .ac-left .column-footer .submit.update{display:none}.ac-admin .ac-right{float:right;margin-right:-300px;width:280px}.ac-admin .ac-right .ac-right-inside.fixed{width:280px}.ac-admin .column-footer .spinner{display:none}.ac-admin.saving .ac-right-inside .spinner{visibility:visible}.ac-admin.saving .column-footer .spinner{margin:4px 0 0;background-position:center center;float:none;display:inline-block;visibility:visible}.ac-admin.stored .ac-right .sidebox.form-actions .submit.save{display:none}.ac-admin.stored .ac-right .sidebox.form-actions .submit.update{display:block}.ac-admin.stored .ac-right .sidebox.form-actions .form-reset{display:block}.ac-admin.stored .column-footer .submit.save{display:none}.ac-admin.stored .column-footer .submit.update{display:inline-block}.ac-left .ac-notice{background:#fff;border-left:4px solid #ffba00;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);margin-bottom:15px;padding:1px 12px}.ac-left .ajax-message{display:none}.ac-left .ac-message{margin-top:0 !important}.ac-left .ac-boxes .ac-columns form{box-shadow:0 1px 3px rgba(0,0,0,0.1);margin:0}.ac-column a{cursor:pointer}.ac-column a:focus,.ac-column a:active{box-shadow:none}.ac-column.loading .ac-column-body>.spinner{position:absolute;left:50%;top:50%;z-index:200;margin-left:-10px;margin-top:-10px;display:block}.ac-column.loading .ac-column-body:before{content:'';position:absolute;width:100%;height:100%;background:#FFF;z-index:100;opacity:0.5}.ac-column.opened{margin-bottom:-1px}.ac-column.opened .ac-column-header{background-color:#eaeaea;border-color:#ccc}.ac-column.opened .ac-column-header:hover .column_label .inner>a.close-button{display:inline-block}.ac-column.opened .ac-column-header .column_edit:after{content:"\f142"}.ac-column.opened .ac-column-header table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #FFFFFF}.ac-column.opened .ac-column-header table td a{color:#333;text-shadow:0 1px 0 #FFFFFF}.ac-column.opened .ac-column-header table td.column_sort span{color:#9b9b9b}.ac-column.opened .ac-column-header table td.column_label .meta span{color:#8d8d8d;text-shadow:none}.ac-column.opened .ac-column-header table td.column_label a.edit-button{display:none}.ac-column.opened .ac-column-header table td.column_type{color:#5C5C5C}.ac-column.opened .ac-column-header table td.column_edit:after{color:#9b9b9b}.ac-column.opened .ac-column-body{border:1px solid #ccc;border-top:1px solid #d4d4d4}.ac-column.disabled,.boxes.disabled .ac-column{opacity:0.7}.ac-column.disabled a.remove-button,.ac-column.disabled a.clone-button,.ac-column.disabled .column_action,.boxes.disabled .ac-column a.remove-button,.boxes.disabled .ac-column a.clone-button,.boxes.disabled .ac-column .column_action{display:none !important}.ac-column.disabled .column-meta td.column_sort,.boxes.disabled .ac-column .column-meta td.column_sort{display:none}.ac-column.disabled .column-meta td.column_label,.boxes.disabled .ac-column .column-meta td.column_label{padding-left:10px}.ac-column.disabled .meta span,.boxes.disabled .ac-column .meta span{cursor:default !important;opacity:0.45}.ac-column.disabled .meta span:before,.boxes.disabled .ac-column .meta span:before{color:#808080 !important}.ac-column.disabled .meta span.on,.boxes.disabled .ac-column .meta span.on{opacity:1}.ac-column.disabled .column-footer,.boxes.disabled .ac-column .column-footer{display:none}.ac-column.disabled .ac-column-body:before,.boxes.disabled .ac-column .ac-column-body:before{content:'';position:absolute;width:100%;height:100%;background:#FFF;z-index:100;opacity:0.3;cursor:not-allowed}.ac-column-setting{width:100%;clear:both;border-spacing:0;margin:0;border-top:1px solid #e8e8e8}.ac-column-setting:first-child{border-top:0}.ac-column-setting tr.hide{display:none}.ac-column-setting tr td{vertical-align:top;border:none;padding:0;background:#fff}.ac-column-setting td.col-label{position:relative;line-height:24px;overflow:visible;background:#f5f5f5;border-right:1px solid #dedede;width:34%;padding:10px;padding-left:12px}.ac-column-setting td.col-label span.label{font-weight:bold;display:block;color:#333333;font-style:normal}.ac-column-setting td.col-label div.tooltip{font-size:12px;font-style:normal;line-height:16px;margin:0 !important;display:none;position:absolute;max-width:200px;z-index:99;top:40px;left:0;font-weight:normal;color:#fff;background-color:#333;box-shadow:0 1px 3px rgba(0,0,0,0.2);padding:.618em 1em;border-radius:3px}.ac-column-setting td.col-label div.tooltip em{margin-top:3px;display:block;color:#999}.ac-column-setting td.col-input div.msg{margin-top:5px;display:none;color:#333;padding:6px 10px;background-color:#ffebe8;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ac-column-setting td.col-input div.msg p{margin:0.5em 0 1em 0}.ac-column-setting td.col-input div.msg a.button{margin-bottom:1em}.ac-column-setting td.col-input .help-msg{margin:10px 0 0;color:#666;font-size:13px}.ac-column-setting .ac-column-setting td.col_label{background-color:#fcfcfc}.ac-column-setting .ac-column-setting td.col_label .label{font-size:12px;color:#595959}.ac-column-setting span.ac-setting-error{display:block;margin:0;background-color:#ffebe8;padding:7px 10px}.ac-column-setting-actions .col-settings p{padding-left:10px}.ac-column-setting-actions .col-settings a{text-decoration:none}.ac-column-setting-actions .col-settings a.close-button,.ac-column-setting-actions .col-settings a.clone-button{margin-right:10px}.ac-column-setting-actions .col-settings a.remove-button{color:#a00;text-decoration:none;text-shadow:none;margin-right:5px}.ac-column-setting-actions .col-settings a.remove-button:hover{color:#f00}.ac-setting-input{padding:10px;line-height:24px}.ac-setting-input input,.ac-setting-input select{width:99.95%}.ac-setting-input input[type=checkbox],.ac-setting-input input[type=radio]{width:auto;margin-right:4px}.ac-setting-input .checkbox-labels>label,.ac-setting-input .radio-labels>label{padding-right:10px;vertical-align:top}.ac-setting-input .checkbox-labels.vertical input[type=radio],.ac-setting-input .radio-labels.vertical input[type=radio]{margin-right:6px}.ac-setting-input .checkbox-labels.vertical>label,.ac-setting-input .radio-labels.vertical>label{display:block;margin-bottom:5px}.ac-setting-input-date .ac-setting-input-date__custom{display:inline-block;width:71px;margin-right:5px}.ac-setting-input-date .ac-setting-input-date__value{display:inline-block;width:165px}.ac-setting-input-date .ac-setting-input-date__example{margin-left:8px}.ac-setting-input-date .ac-setting-input-date__example .spinner{float:none;vertical-align:top}.ac-setting-input-date code{display:inline-block;min-width:60px;padding-top:0;padding-bottom:0;text-align:center}.ac-setting-input-width{position:relative}.ac-setting-input-width div.description{font-size:12px;width:68px;position:absolute;display:table}.ac-setting-input-width div.description input{margin:0;text-align:right;vertical-align:middle;display:table-cell}.ac-setting-input-width div.description input::-webkit-input-placeholder{font-size:13px}.ac-setting-input-width div.description input:-moz-placeholder{font-size:13px}.ac-setting-input-width div.description input::-moz-placeholder{font-size:13px}.ac-setting-input-width div.description input:-ms-input-placeholder{font-size:13px}.ac-setting-input-width div.description span{background:#efefef;display:table-cell;width:26px;line-height:23px;text-align:center;vertical-align:middle;border:1px solid #dedede;border-left:none;color:#505050}.ac-setting-input-width div.width-slider{margin-left:82px;margin-right:88px;position:relative;top:8px}.ac-setting-input-width div.width-slider .ui-slider-handle{cursor:ew-resize}.ac-setting-input-width div.unit-select{position:absolute;top:11px;right:6px;width:82px;text-align:right}.ac-setting-input-width div.unit-select .radio-labels{padding:0}.ac-setting-input-width div.unit-select .radio-labels label{padding:0;margin-right:6px}.ac-setting-input-width div.unit-select .radio-labels label input{margin-right:2px}.ac-column-setting--pro .col-label .dashicons{color:#A99D9F;transform:scale(0.9, 0.9);margin-top:2px;display:inline-block;margin-right:3px;cursor:pointer}.ac-column-setting--pro .radio-labels{display:inline-block}.ac-column-setting--pro .radio-labels input{background-color:#F0F0F0}.ac-column-setting--pro .radio-labels input:checked:before{background-color:#808080}.ac-column-setting--pro .ac-setting-input{background:#f5f5f5}.ac-column-setting--pro .acp-button{background:#e9426e;color:#fff;border:none;border-radius:3px;padding:3px 10px;letter-spacing:2px;cursor:pointer;font-size:13px;vertical-align:middle;margin-top:-1px;margin-left:5px}.ac-column-header{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.ac-column-header:nth-child(2n) .column-meta{background:#f9f9f9}.ac-column-header img{margin-right:3px}.ac-column-header table{border:none;background:transparent;border-radius:0}.ac-column-header table tr td{vertical-align:top;height:18px;padding:12px 8px;border-width:1px 0 0;border-style:solid;border-color:transparent}.ac-column-header table tr td.column_sort{position:relative;cursor:move;padding:9px 16px}.ac-column-header table tr td.column_sort span.cpacicon-move{position:absolute;top:12px;left:12px;font-size:22px;display:inline-block;color:#bdbdbd}.ac-column-header table tr td.column_label{width:70%;font-weight:bold;vertical-align:middle;position:relative;padding:15px 0}.ac-column-header table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.ac-column-header table tr td.column_label .inner .toggle img{max-height:20px}.ac-column-header table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.ac-column-header table tr td.column_label .inner>a:hover{color:#333333}.ac-column-header table tr td.column_label .inner>a.edit-button,.ac-column-header table tr td.column_label .inner>a.close-button,.ac-column-header table tr td.column_label .inner>a.remove-button,.ac-column-header table tr td.column_label .inner>a.clone-button{display:none;color:#0074a2;text-decoration:none;text-shadow:none;font-weight:normal;margin-left:5px;font-size:12px}.ac-column-header table tr td.column_label .inner>a.edit-button:hover,.ac-column-header table tr td.column_label .inner>a.close-button:hover,.ac-column-header table tr td.column_label .inner>a.remove-button:hover,.ac-column-header table tr td.column_label .inner>a.clone-button:hover{color:#2ea2cc}.ac-column-header table tr td.column_label .inner>a.remove-button{color:#a00}.ac-column-header table tr td.column_label .inner>a.remove-button:hover{color:#f00}.ac-column-header table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:normal;color:#b2b2b2;font-size:12px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting{cursor:pointer;margin-left:4px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-heading-setting--width{margin-right:3px;cursor:auto;color:#737373}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator{margin-left:3px;font-size:24px;line-height:17px;width:22px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.ac-column-indicator--filter{font-size:20px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on,.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on span{color:#21759B}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.disabled{cursor:default}.ac-column-header table tr td.column_type{width:auto;min-width:120px;text-align:right;color:#999999;padding-right:0}.ac-column-header table tr td.column_type .inner{display:inline-block;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;vertical-align:middle}.ac-column-header table tr td.column_type .inner a{margin-top:2px;color:#999999}.ac-column-header table tr td.column_edit{width:38px;min-width:38px;text-align:center;cursor:pointer}.ac-column-header table tr td.column_edit:after{right:0;content:"\f140";font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 5px 0 0;bottom:0;position:relative;vertical-align:bottom;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none !important;color:#b4b9be}.ac-column-header table tr:hover td.column_sort span{color:#9b9b9b}.ac-column-header:hover .column_label .inner>a.remove-button,.ac-column-header:hover .column_label .inner>a.edit-button,.ac-column-header:hover .column_label .inner>a.clone-button{display:inline-block}.ac-column-header span.vers{padding-top:2px}.ac-column-body{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.column-footer{background:#EAF2FA;border:1px solid #c7d7e2;min-height:26px;padding:8px;overflow:hidden}.column-footer .order-message{color:#7A9BBE;float:left;font-family:Comic Sans MS, sans-serif;font-size:11px;height:13px;position:relative;line-height:1em;margin-left:4px;padding:7px 0 0 22px;text-shadow:0 1px 0 #FFFFFF;display:inline-block}.column-footer .order-message__icon{display:inline-block;position:absolute;left:0;top:0}.column-footer .button-container{float:right;display:inline-block;min-height:29px}.column-footer .button-container a{display:inline-block;margin-left:5px;vertical-align:top}.column-footer .button-container a.clear-columns{color:#BC0B0B;text-decoration:none;margin-right:8px;margin-top:5px}.column-footer .button-container a.clear-columns:hover{color:red}.ac-right .sidebox{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #dedede;border-radius:0 0 0 0;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:relative;margin-bottom:14px}.ac-right .sidebox h3{padding:10px;margin:0;position:relative}.ac-right .sidebox h3.title{font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;font-size:15px;font-weight: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}.ac-right .sidebox h3 span.left{position:relative;background:#fff;z-index:2;padding-right:8px;float:none}.ac-right .sidebox h3 span.contenttype{display:block;line-height:20px;font-size:12px;text-transform:uppercase;color:#808080;margin-top:4px}.ac-right .sidebox h3 span.contenttype.right{position:absolute;display:inline-block;z-index:1;right:10px;text-align:right;margin-top:0}.ac-right .sidebox .inside{padding:10px}.ac-right .sidebox .inside p{margin-top:0}.ac-right .sidebox.form-actions .form-reset{display:none;border-bottom:1px solid #F5F5F5;padding:8px}.ac-right .sidebox.form-actions .reset-column-type{text-decoration:none;color:#BC0B0B;line-height:25px;display:inline-block;background:none;border:none;padding:0;font-size:13px;cursor:pointer;margin:0}.ac-right .sidebox.form-actions .reset-column-type:hover{color:red}.ac-right .sidebox.form-actions .form-update{padding:8px;overflow:hidden}.ac-right .sidebox.form-actions .submit{display:none;width:100%;height:28px;line-height:28px;text-align:center}.ac-right .sidebox.form-actions .submit.save{display:block}.ac-right .sidebox#direct-feedback #feedback-support,.ac-right .sidebox#direct-feedback #feedback-rate{display:none}.ac-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #CCC;width:48%;height:64px;text-align:center;line-height:64px;font-weight:bold;color:#222;display:inline-block;text-decoration:none}.ac-right .sidebox#direct-feedback .inside>a:hover{background:#FAFAFA}.ac-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.ac-right .sidebox#direct-feedback .inside form input[type="submit"]{display:inline-block;float:right;border-radius:4px;border:1px solid #CCC;height:32px;text-align:center;line-height:32px;font-weight:bold;font-size:12px;padding:0 32px;color:#CCC;background:none;text-decoration:none;cursor:pointer}.ac-right .sidebox#direct-feedback .inside form input[type="submit"]:hover{background:#FAFAFA}.ac-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.ac-right .sidebox#direct-feedback .inside ul{margin:0}.ac-right .sidebox#direct-feedback .inside ul.share li{margin:0;display:block;float:left;margin-left:9px;width:30%}.ac-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #CCC;border-radius:4px;display:block}.ac-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#FAFAFA}.ac-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.ac-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}#ac-pro-version{background:none}#ac-pro-version .padding-box{padding:20px 10px 10px;background:#3d4350;color:#fff}#ac-pro-version .nopadding{margin:0;padding:0}#ac-pro-version h2{color:#fff}#ac-pro-version h3{font-size:34px;line-height:40px}#ac-pro-version h3 a{text-decoration:none;color:#fff}#ac-pro-version h3 a span{color:#e9426e}#ac-pro-version sup{text-decoration:line-through;font-size:13px;color:#ccc}#ac-pro-version .ac-pro-prices{color:#ffcac0;text-decoration:none}#ac-pro-version .ac-pro-prices:hover{text-decoration:underline}#ac-pro-version .ac-pro-prices:hover sup{text-decoration:none}#ac-pro-version .acp-button{background:#e9426e;border:none;color:#fff;text-decoration:none;text-align:center;display:block;padding:6px 20px;border-radius:3px;cursor:pointer}#ac-pro-version .more{color:#FFEE85;text-decoration:none}#ac-pro-version .more:hover{text-decoration:underline}#ac-pro-version p.center{text-align:center}#ac-pro-version p.nomargin{margin-bottom:0}#ac-pro-version ul.features a:hover{text-decoration:underline}#ac-pro-version ul li{padding-bottom:3px}#ac-pro-version ul li a{color:#fff;text-decoration:none;padding-left:25px;position:relative;display:block}#ac-pro-version ul li a:before{content:'\2713';font-weight:bold;font-size:16px;position:absolute;left:0;top:0}#ac-pro-version ul li.acp-integration{padding:0;min-height:23px;line-height:23px}#ac-pro-version ul li.acp-integration img{height:23px;display:inline-block;vertical-align:middle;margin-right:3px}#ac-pro-version ul li.acp-integration img.ac-addon-pods{margin-top:-4px}#ac-pro-version ul li.acp-integration img.ac-addon-types{height:18px}#ac-pro-version ul li.acp-integration img.cac-addon-acf{margin-top:-4px;height:15px}#ac-pro-version ul li.acp-integration a:before{content:'+'}#ac-pro-version .padding-box.ac-pro-deal{color:#3d4350;padding-bottom:20px;text-align:center;background:#ffef8f}#ac-pro-version .padding-box.ac-pro-deal h3{font-size:20px;line-height:26px;padding-top:0;padding-bottom:0;margin-bottom:18px}#ac-pro-version .padding-box.ac-pro-deal a.acp-button{font-size:16px}#ac-pro-version .padding-box.ac-pro-newsletter{background:#fff;color:#3d4350}#ac-pro-version .padding-box.ac-pro-newsletter h3{font-size:20px;padding-bottom:0}#ac-pro-version .padding-box.ac-pro-newsletter input{width:100%;margin-bottom:8px}#ac-pro-version .padding-box.ac-pro-newsletter .acp-button{margin-top:12px;margin-bottom:0;padding:7px 20px}#ac-pro-version .acp-button{background:#e9426e;border:none;color:#fff;text-decoration:none;text-align:center;display:block;padding:6px 20px;border-radius:3px}@media only screen and (max-width: 900px){.ac-admin{margin-right:0}.ac-admin .menu{float:none}.ac-admin .ac-left{float:none}.ac-admin .ac-right{float:none;margin-top:0;margin-right:0;width:100%}}.ac-modal{position:fixed;overflow:auto;height:100%;width:100%;z-index:100000;top:0;background:rgba(0,0,0,0.5);display:none}.ac-modal.-active{display:block}.ac-modal__dialog{border:1px solid #C8C8C8;background:#fff;position:fixed;top:200px;left:50%;transform:translateX(-50%);width:650px;max-width:90%}.ac-modal__dialog__header{background:#f5f5f5;font-size:18px;color:#807F7F;padding:17px 25px}.ac-modal__dialog__close{display:inline-block;padding:0;margin:0;border:none;background:none;position:absolute;right:0;top:0;width:52px;height:52px;text-align:center;color:#989797;cursor:pointer}.ac-modal__dialog__close:hover{background:#e1e1e1}.ac-modal__dialog__content{padding:25px}.ac-modal__dialog__content__lead{font-weight:bold;font-size:15px;margin-top:5px;margin-bottom:25px;color:#6D6D6D}.ac-modal__dialog__list li{position:relative;padding-left:25px;font-weight:400;font-size:16px;letter-spacing:0.5px;margin-bottom:10px}.ac-modal__dialog__list li:before{content:'\f147';font-family:Dashicons;position:absolute;left:0;top:0;color:#3D4350}.ac-modal__dialog__list li:nth-child(2n){color:#e9426e}.ac-modal__dialog__footer{padding:20px 24px;border-top:1px solid #DBDBDB;color:#979696;font-size:16px}.ac-modal__dialog__footer .button{margin-left:0;padding-left:15px;padding-right:15px}.ac-modal__dialog__footer span{display:inline-block;margin-top:4px;margin-left:10px;font-size:14px}.ac-modal__dialog__mascot{position:absolute;right:20px;bottom:20px;width:150px;height:225px;z-index:4}@media only screen and (max-width: 720px){.ac-modal__dialog__mascot{display:none}.ac-modal__dialog__footer__content{display:block}.ac-modal__dialog__footer .button{margin-left:0;margin-top:10px}}
|
1 |
+
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}.cpacicon-segment::before{content:""}.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}.ac-column .comment-grey-bubble{height:16px;width:16px}.ac-column .comment-grey-bubble:before{content:'\f101';font:normal 20px/.5 'dashicons';speak:none;display:inline-block;padding:0;top:5px;left:0;position:relative;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none !important}.rtl .ac-column .comment-grey-bubble:before{right:0;left:auto}.ac-admin{margin-right:300px;max-width:740px}.ac-admin #add-new-column-template{display:none}.ac-admin .ac-left{float:left;width:100%}.ac-admin .ac-left .column-footer a.add_column{padding-left:16px;padding-right:16px;text-align:center}.ac-admin .ac-left .column-footer a.submit.save,.ac-admin .ac-left .column-footer a.submit.update{padding-left:20px;padding-right:20px;text-align:center}.ac-admin .ac-left .column-footer .submit.save{display:inline-block}.ac-admin .ac-left .column-footer .submit.update{display:none}.ac-admin .ac-right{float:right;margin-right:-300px;width:280px}.ac-admin .ac-right .ac-right-inside.fixed{width:280px}.ac-admin .column-footer .spinner{display:none}.ac-admin.saving .ac-right-inside .spinner{visibility:visible}.ac-admin.saving .column-footer .spinner{margin:4px 0 0;background-position:center center;float:none;display:inline-block;visibility:visible}.ac-admin.stored .ac-right .sidebox.form-actions .submit.save{display:none}.ac-admin.stored .ac-right .sidebox.form-actions .submit.update{display:block}.ac-admin.stored .ac-right .sidebox.form-actions .form-reset{display:block}.ac-admin.stored .column-footer .submit.save{display:none}.ac-admin.stored .column-footer .submit.update{display:inline-block}.ac-left .ac-notice{background:#fff;border-left:4px solid #ffba00;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);margin-bottom:15px;padding:1px 12px}.ac-left .ajax-message{display:none}.ac-left .ac-message{margin-top:0 !important}.ac-left .ac-boxes .ac-columns form{box-shadow:0 1px 3px rgba(0,0,0,0.1);margin:0}.ac-column a{cursor:pointer}.ac-column a:focus,.ac-column a:active{box-shadow:none}.ac-column.loading .ac-column-body>.spinner{position:absolute;left:50%;top:50%;z-index:200;margin-left:-10px;margin-top:-10px;display:block}.ac-column.loading .ac-column-body:before{content:'';position:absolute;width:100%;height:100%;background:#FFF;z-index:100;opacity:0.5}.ac-column.opened{margin-bottom:-1px}.ac-column.opened .ac-column-header{background-color:#eaeaea;border-color:#ccc}.ac-column.opened .ac-column-header:hover .column_label .inner>a.close-button{display:inline-block}.ac-column.opened .ac-column-header .column_edit:after{content:"\f142"}.ac-column.opened .ac-column-header table td{border-color:#f8f8f8;color:#333;text-shadow:0 1px 0 #FFFFFF}.ac-column.opened .ac-column-header table td a{color:#333;text-shadow:0 1px 0 #FFFFFF}.ac-column.opened .ac-column-header table td.column_sort span{color:#9b9b9b}.ac-column.opened .ac-column-header table td.column_label .meta span{color:#8d8d8d;text-shadow:none}.ac-column.opened .ac-column-header table td.column_label a.edit-button{display:none}.ac-column.opened .ac-column-header table td.column_type{color:#5C5C5C}.ac-column.opened .ac-column-header table td.column_edit:after{color:#9b9b9b}.ac-column.opened .ac-column-body{border:1px solid #ccc;border-top:1px solid #d4d4d4}.ac-column.disabled,.boxes.disabled .ac-column{opacity:0.7}.ac-column.disabled a.remove-button,.ac-column.disabled a.clone-button,.ac-column.disabled .column_action,.boxes.disabled .ac-column a.remove-button,.boxes.disabled .ac-column a.clone-button,.boxes.disabled .ac-column .column_action{display:none !important}.ac-column.disabled .column-meta td.column_sort,.boxes.disabled .ac-column .column-meta td.column_sort{display:none}.ac-column.disabled .column-meta td.column_label,.boxes.disabled .ac-column .column-meta td.column_label{padding-left:10px}.ac-column.disabled .meta span,.boxes.disabled .ac-column .meta span{cursor:default !important;opacity:0.45}.ac-column.disabled .meta span:before,.boxes.disabled .ac-column .meta span:before{color:#808080 !important}.ac-column.disabled .meta span.on,.boxes.disabled .ac-column .meta span.on{opacity:1}.ac-column.disabled .column-footer,.boxes.disabled .ac-column .column-footer{display:none}.ac-column.disabled .ac-column-body:before,.boxes.disabled .ac-column .ac-column-body:before{content:'';position:absolute;width:100%;height:100%;background:#FFF;z-index:100;opacity:0.3;cursor:not-allowed}.ac-column-setting{width:100%;clear:both;border-spacing:0;margin:0;border-top:1px solid #e8e8e8}.ac-column-setting:first-child{border-top:0}.ac-column-setting tr.hide{display:none}.ac-column-setting tr td{vertical-align:top;border:none;padding:0;background:#fff}.ac-column-setting td.col-label{position:relative;line-height:24px;overflow:visible;background:#f5f5f5;border-right:1px solid #dedede;width:34%;padding:10px;padding-left:12px}.ac-column-setting td.col-label span.label{font-weight:bold;display:block;color:#333333;font-style:normal}.ac-column-setting td.col-label div.tooltip{font-size:12px;font-style:normal;line-height:16px;margin:0 !important;display:none;position:absolute;max-width:200px;z-index:99;top:40px;left:0;font-weight:normal;color:#fff;background-color:#333;box-shadow:0 1px 3px rgba(0,0,0,0.2);padding:.618em 1em;border-radius:3px}.ac-column-setting td.col-label div.tooltip em{margin-top:3px;display:block;color:#999}.ac-column-setting td.col-input div.msg{margin-top:5px;display:none;color:#333;padding:6px 10px;background-color:#ffebe8;border:1px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ac-column-setting td.col-input div.msg p{margin:0.5em 0 1em 0}.ac-column-setting td.col-input div.msg a.button{margin-bottom:1em}.ac-column-setting td.col-input .help-msg{margin:10px 0 0;color:#666;font-size:13px}.ac-column-setting .ac-column-setting td.col_label{background-color:#fcfcfc}.ac-column-setting .ac-column-setting td.col_label .label{font-size:12px;color:#595959}.ac-column-setting span.ac-setting-error{display:block;margin:0;background-color:#ffebe8;padding:7px 10px}.ac-column-setting-actions .col-settings p{padding-left:10px}.ac-column-setting-actions .col-settings a{text-decoration:none}.ac-column-setting-actions .col-settings a.close-button,.ac-column-setting-actions .col-settings a.clone-button{margin-right:10px}.ac-column-setting-actions .col-settings a.remove-button{color:#a00;text-decoration:none;text-shadow:none;margin-right:5px}.ac-column-setting-actions .col-settings a.remove-button:hover{color:#f00}.ac-setting-input{padding:10px;line-height:24px}.ac-setting-input input,.ac-setting-input select{width:99.95%}.ac-setting-input input[type=checkbox],.ac-setting-input input[type=radio]{width:auto;margin-right:4px}.ac-setting-input .checkbox-labels>label,.ac-setting-input .radio-labels>label{padding-right:10px;vertical-align:top}.ac-setting-input .checkbox-labels.vertical input[type=radio],.ac-setting-input .radio-labels.vertical input[type=radio]{margin-right:6px}.ac-setting-input .checkbox-labels.vertical>label,.ac-setting-input .radio-labels.vertical>label{display:block;margin-bottom:5px}.ac-setting-input-date .ac-setting-input-date__custom{display:inline-block;width:71px;margin-right:5px}.ac-setting-input-date .ac-setting-input-date__value{display:inline-block;width:165px}.ac-setting-input-date .ac-setting-input-date__example{margin-left:8px}.ac-setting-input-date .ac-setting-input-date__example .spinner{float:none;vertical-align:top}.ac-setting-input-date code{display:inline-block;min-width:60px;padding-top:0;padding-bottom:0;text-align:center}.ac-setting-input-width{position:relative}.ac-setting-input-width div.description{font-size:12px;width:68px;position:absolute;display:table}.ac-setting-input-width div.description input{margin:0;text-align:right;vertical-align:middle;display:table-cell}.ac-setting-input-width div.description input::-webkit-input-placeholder{font-size:13px}.ac-setting-input-width div.description input:-moz-placeholder{font-size:13px}.ac-setting-input-width div.description input::-moz-placeholder{font-size:13px}.ac-setting-input-width div.description input:-ms-input-placeholder{font-size:13px}.ac-setting-input-width div.description span{background:#efefef;display:table-cell;width:26px;line-height:23px;text-align:center;vertical-align:middle;border:1px solid #dedede;border-left:none;color:#505050}.ac-setting-input-width div.width-slider{margin-left:82px;margin-right:88px;position:relative;top:8px}.ac-setting-input-width div.width-slider .ui-slider-handle{cursor:ew-resize}.ac-setting-input-width div.unit-select{position:absolute;top:11px;right:6px;width:82px;text-align:right}.ac-setting-input-width div.unit-select .radio-labels{padding:0}.ac-setting-input-width div.unit-select .radio-labels label{padding:0;margin-right:6px}.ac-setting-input-width div.unit-select .radio-labels label input{margin-right:2px}.ac-column-setting--pro .col-label .dashicons{color:#A99D9F;transform:scale(0.9, 0.9);margin-top:2px;display:inline-block;margin-right:3px;cursor:pointer}.ac-column-setting--pro .radio-labels{display:inline-block}.ac-column-setting--pro .radio-labels input{background-color:#F0F0F0}.ac-column-setting--pro .radio-labels input:checked:before{background-color:#808080}.ac-column-setting--pro .ac-setting-input{background:#f5f5f5}.ac-column-setting--pro .acp-button{background:#e9426e;color:#fff;border:none;border-radius:3px;padding:3px 10px;letter-spacing:2px;cursor:pointer;font-size:13px;vertical-align:middle;margin-top:-1px;margin-left:5px}.ac-column-header{border-style:solid;border-color:#dfdfdf;border-width:1px 1px 0;background:#fcfcfc}.ac-column-header:nth-child(2n) .column-meta{background:#f9f9f9}.ac-column-header img{margin-right:3px}.ac-column-header table{border:none;background:transparent;border-radius:0}.ac-column-header table tr td{vertical-align:top;height:18px;padding:12px 8px;border-width:1px 0 0;border-style:solid;border-color:transparent}.ac-column-header table tr td.column_sort{position:relative;cursor:move;padding:9px 16px}.ac-column-header table tr td.column_sort span.cpacicon-move{position:absolute;top:12px;left:12px;font-size:22px;display:inline-block;color:#bdbdbd}.ac-column-header table tr td.column_label{width:70%;font-weight:bold;vertical-align:middle;position:relative;padding:15px 0}.ac-column-header table tr td.column_label .inner{position:relative;overflow:hidden;height:18px}.ac-column-header table tr td.column_label .inner .toggle img{max-height:20px}.ac-column-header table tr td.column_label .inner>a{color:#5a5a5a;padding:0 4px}.ac-column-header table tr td.column_label .inner>a:hover{color:#333333}.ac-column-header table tr td.column_label .inner>a.edit-button,.ac-column-header table tr td.column_label .inner>a.close-button,.ac-column-header table tr td.column_label .inner>a.remove-button,.ac-column-header table tr td.column_label .inner>a.clone-button{display:none;color:#0074a2;text-decoration:none;text-shadow:none;font-weight:normal;margin-left:5px;font-size:12px}.ac-column-header table tr td.column_label .inner>a.edit-button:hover,.ac-column-header table tr td.column_label .inner>a.close-button:hover,.ac-column-header table tr td.column_label .inner>a.remove-button:hover,.ac-column-header table tr td.column_label .inner>a.clone-button:hover{color:#2ea2cc}.ac-column-header table tr td.column_label .inner>a.remove-button{color:#a00}.ac-column-header table tr td.column_label .inner>a.remove-button:hover{color:#f00}.ac-column-header table tr td.column_label .inner .meta{display:inline-block;float:right;font-weight:normal;color:#b2b2b2;font-size:12px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting{cursor:pointer;margin-left:4px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-heading-setting--width{margin-right:3px;cursor:auto;color:#737373}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator{margin-left:3px;font-size:24px;line-height:17px;width:22px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.ac-column-indicator--filter{font-size:20px}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on,.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.ac-column-indicator.on span{color:#21759B}.ac-column-header table tr td.column_label .inner .meta .ac-column-heading-setting.disabled{cursor:default}.ac-column-header table tr td.column_type{width:auto;min-width:120px;text-align:right;color:#999999;padding-right:0}.ac-column-header table tr td.column_type .inner{display:inline-block;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px;vertical-align:middle}.ac-column-header table tr td.column_type .inner a{margin-top:2px;color:#999999}.ac-column-header table tr td.column_edit{width:38px;min-width:38px;text-align:center;cursor:pointer}.ac-column-header table tr td.column_edit:after{right:0;content:"\f140";font:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 5px 0 0;bottom:0;position:relative;vertical-align:bottom;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none !important;color:#b4b9be}.ac-column-header table tr:hover td.column_sort span{color:#9b9b9b}.ac-column-header:hover .column_label .inner>a.remove-button,.ac-column-header:hover .column_label .inner>a.edit-button,.ac-column-header:hover .column_label .inner>a.clone-button{display:inline-block}.ac-column-header span.vers{padding-top:2px}.ac-column-body{display:none;border-width:1px 1px 0;border-style:solid;border-color:#dfdfdf;position:relative}.column-footer{background:#EAF2FA;border:1px solid #c7d7e2;min-height:26px;padding:8px;overflow:hidden}.column-footer .order-message{color:#7A9BBE;float:left;font-family:Comic Sans MS, sans-serif;font-size:11px;height:13px;position:relative;line-height:1em;margin-left:4px;padding:7px 0 0 22px;text-shadow:0 1px 0 #FFFFFF;display:inline-block}.column-footer .order-message__icon{display:inline-block;position:absolute;left:0;top:0}.column-footer .button-container{float:right;display:inline-block;min-height:29px}.column-footer .button-container a{display:inline-block;margin-left:5px;vertical-align:top}.column-footer .button-container a.clear-columns{color:#BC0B0B;text-decoration:none;margin-right:8px;margin-top:5px}.column-footer .button-container a.clear-columns:hover{color:red}.ac-right .sidebox{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #dedede;border-radius:0 0 0 0;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:relative;margin-bottom:14px}.ac-right .sidebox h3{padding:10px;margin:0;position:relative}.ac-right .sidebox h3.title{font-family:Georgia, "Times New Roman", "Bitstream Charter", Times, serif;font-size:15px;font-weight: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}.ac-right .sidebox h3 span.left{position:relative;background:#fff;z-index:2;padding-right:8px;float:none}.ac-right .sidebox h3 span.contenttype{display:block;line-height:20px;font-size:12px;text-transform:uppercase;color:#808080;margin-top:4px}.ac-right .sidebox h3 span.contenttype.right{position:absolute;display:inline-block;z-index:1;right:10px;text-align:right;margin-top:0}.ac-right .sidebox .inside{padding:10px}.ac-right .sidebox .inside p{margin-top:0}.ac-right .sidebox.form-actions .form-reset{display:none;border-bottom:1px solid #F5F5F5;padding:8px}.ac-right .sidebox.form-actions .reset-column-type{text-decoration:none;color:#BC0B0B;line-height:25px;display:inline-block;background:none;border:none;padding:0;font-size:13px;cursor:pointer;margin:0}.ac-right .sidebox.form-actions .reset-column-type:hover{color:red}.ac-right .sidebox.form-actions .form-update{padding:8px;overflow:hidden}.ac-right .sidebox.form-actions .submit{display:none;width:100%;height:28px;line-height:28px;text-align:center}.ac-right .sidebox.form-actions .submit.save{display:block}.ac-right .sidebox#direct-feedback #feedback-support,.ac-right .sidebox#direct-feedback #feedback-rate{display:none}.ac-right .sidebox#direct-feedback .inside>a{border-radius:4px;border:1px solid #CCC;width:48%;height:64px;text-align:center;line-height:64px;font-weight:bold;color:#222;display:inline-block;text-decoration:none}.ac-right .sidebox#direct-feedback .inside>a:hover{background:#FAFAFA}.ac-right .sidebox#direct-feedback .inside form textarea{width:100%;height:120px}.ac-right .sidebox#direct-feedback .inside form input[type="submit"]{display:inline-block;float:right;border-radius:4px;border:1px solid #CCC;height:32px;text-align:center;line-height:32px;font-weight:bold;font-size:12px;padding:0 32px;color:#CCC;background:none;text-decoration:none;cursor:pointer}.ac-right .sidebox#direct-feedback .inside form input[type="submit"]:hover{background:#FAFAFA}.ac-right .sidebox#direct-feedback .inside form p.description{float:left;font-size:10px}.ac-right .sidebox#direct-feedback .inside ul{margin:0}.ac-right .sidebox#direct-feedback .inside ul.share li{margin:0;display:block;float:left;margin-left:9px;width:30%}.ac-right .sidebox#direct-feedback .inside ul.share li a{text-decoration:none;vertical-align:middle;line-height:20px;padding:16px 0;width:100%;text-align:center;border:1px solid #CCC;border-radius:4px;display:block}.ac-right .sidebox#direct-feedback .inside ul.share li a:hover{background:#FAFAFA}.ac-right .sidebox#direct-feedback .inside ul.share li:first-child{margin-left:0}.ac-right .sidebox#direct-feedback #feedback-support .inside ul.share li{width:48%}#ac-pro-version{background:none}#ac-pro-version .padding-box{padding:20px 10px 10px;background:#3d4350;color:#fff}#ac-pro-version .nopadding{margin:0;padding:0}#ac-pro-version h2{color:#fff}#ac-pro-version h3{font-size:34px;line-height:40px}#ac-pro-version h3 a{text-decoration:none;color:#fff}#ac-pro-version h3 a span{color:#e9426e}#ac-pro-version sup{text-decoration:line-through;font-size:13px;color:#ccc}#ac-pro-version .ac-pro-prices{color:#ffcac0;text-decoration:none}#ac-pro-version .ac-pro-prices:hover{text-decoration:underline}#ac-pro-version .ac-pro-prices:hover sup{text-decoration:none}#ac-pro-version .acp-button{background:#e9426e;border:none;color:#fff;text-decoration:none;text-align:center;display:block;padding:6px 20px;border-radius:3px;cursor:pointer}#ac-pro-version .more{color:#FFEE85;text-decoration:none}#ac-pro-version .more:hover{text-decoration:underline}#ac-pro-version p.center{text-align:center}#ac-pro-version p.nomargin{margin-bottom:0}#ac-pro-version ul.features a:hover{text-decoration:underline}#ac-pro-version ul li{padding-bottom:3px}#ac-pro-version ul li a{color:#fff;text-decoration:none;padding-left:25px;position:relative;display:block}#ac-pro-version ul li a:before{content:'\2713';font-weight:bold;font-size:16px;position:absolute;left:0;top:0}#ac-pro-version ul li.acp-integration{padding:0;min-height:23px;line-height:23px}#ac-pro-version ul li.acp-integration img{height:23px;display:inline-block;vertical-align:middle;margin-right:3px}#ac-pro-version ul li.acp-integration img.ac-addon-pods{margin-top:-4px}#ac-pro-version ul li.acp-integration img.ac-addon-types{height:18px}#ac-pro-version ul li.acp-integration img.cac-addon-acf{margin-top:-4px;height:15px}#ac-pro-version ul li.acp-integration a:before{content:'+'}#ac-pro-version .padding-box.ac-pro-deal{color:#3d4350;padding-bottom:20px;text-align:center;background:#ffef8f}#ac-pro-version .padding-box.ac-pro-deal h3{font-size:20px;line-height:26px;padding-top:0;padding-bottom:0;margin-bottom:18px}#ac-pro-version .padding-box.ac-pro-deal a.acp-button{font-size:16px}#ac-pro-version .padding-box.ac-pro-newsletter{background:#fff;color:#3d4350}#ac-pro-version .padding-box.ac-pro-newsletter h3{font-size:20px;padding-bottom:0}#ac-pro-version .padding-box.ac-pro-newsletter input{width:100%;margin-bottom:8px}#ac-pro-version .padding-box.ac-pro-newsletter .acp-button{margin-top:12px;margin-bottom:0;padding:7px 20px}#ac-pro-version .acp-button{background:#e9426e;border:none;color:#fff;text-decoration:none;text-align:center;display:block;padding:6px 20px;border-radius:3px}@media only screen and (max-width: 900px){.ac-admin{margin-right:0}.ac-admin .menu{float:none}.ac-admin .ac-left{float:none}.ac-admin .ac-right{float:none;margin-top:0;margin-right:0;width:100%}}.ac-column-setting--label .ac-setting-input__container{position:relative}.ac-column-setting--label .ac-setting-input__container input{height:28px;line-height:28px;padding-right:34px}.ac-column-setting--label .ac-setting-input__container .ac-setting-label-icon{background:#fff;position:absolute;top:4px;height:22px;color:#ccc;right:0;border:none;cursor:pointer;outline:none !important;transition:color .5s}.ac-column-setting--label .ac-setting-input__container .ac-setting-label-icon:hover,.ac-column-setting--label .ac-setting-input__container .ac-setting-label-icon:focus{color:#999}.ac-column-setting--label .ac-setting-input__container .ac-setting-label-icon:active{color:#21759B}.ac-ipicker__modal{background:#fff;max-width:90%;width:770px;height:450px;display:flex;padding:20px}.ac-ipicker.fixed{position:fixed;z-index:99999;background:rgba(0,0,0,0.8);display:flex;top:0;right:0;bottom:0;left:0;height:auto;align-items:center;justify-content:center}.ac-ipicker__icons{flex:1 1 auto}.ac-ipicker__icons__group{display:block;clear:both;padding-top:15px;margin-top:20px;margin-bottom:10px;font-size:16px;font-weight:normal}.ac-ipicker__icons__group:first-child{border-top:none;padding-top:0;margin-top:0}.ac-ipicker__icon{display:inline-block;width:49px;height:49px;text-align:center;white-space:nowrap;cursor:pointer}.ac-ipicker__icon .dashicons{width:49px;height:49px;line-height:49px;font-size:28px}.ac-ipicker__icon:hover,.ac-ipicker__icon:focus{color:#21759B}.ac-ipicker__icon.active{background:#21759B;color:#fff}.ac-ipicker__handles{flex:0 0 100px;text-align:center;padding-top:20px}.ac-modal.-pro .ac-modal__dialog__list li{position:relative;padding-left:25px;font-weight:400;font-size:16px;letter-spacing:0.5px;margin-bottom:10px}.ac-modal.-pro .ac-modal__dialog__list li:before{content:'\f147';font-family:Dashicons;position:absolute;left:0;top:0;color:#3D4350}.ac-modal.-pro .ac-modal__dialog__list li:nth-child(2n){color:#e9426e}.ac-modal.-pro .ac-modal__dialog__mascot{position:absolute;right:20px;bottom:20px;width:150px;height:225px;z-index:4}.ac-modal.-pro .ac-modal__dialog__footer .button{margin-left:0;padding-left:15px;padding-right:15px}.ac-modal.-pro .ac-modal__dialog__footer span{display:inline-block;margin-top:4px;margin-left:10px;font-size:14px}.ac-modal.-setting .ac-modal__dialog{width:970px}.ac-modal.-setting .ac-modal__dialog__content{max-height:400px}.ac-modal.-setting .ac-modal__dialog__footer{text-align:right;padding:0 15px}.ac-modal.-setting .ac-modal__dialog__footer .button{display:inline-block;vertical-align:middle;padding-left:30px;padding-right:30px}.ac-modal.-setting .ac-modal__dialog__footer .ac-ipicker__selection{display:inline-block;vertical-align:middle;text-align:center;width:68px;height:68px;line-height:58px;background:#E5E5E5;margin-right:15px;color:#404040}.ac-modal.-setting .ac-modal__dialog__footer .ac-ipicker__selection .dashicons{width:68px;height:68px;line-height:68px;font-size:30px}.ac-modal.-iconpicker .ac-modal__dialog__content{overflow:hidden;overflow-y:scroll}
|
assets/css/admin-welcome.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}.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;border-image:none;border-style:solid;border-width:1px 0 0;clear:both;margin:30px 0;opacity:0.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)}
|
1 |
+
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}.cpacicon-segment::before{content:""}.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;border-image:none;border-style:solid;border-width:1px 0 0;clear:both;margin:30px 0;opacity:0.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)}
|
assets/css/table.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.column-status .dashicons{font-size:22px}.column-status .dashicons.large{width:25px;height:28px;font-size:28px}.column-status .dashicons.dashicons-lock{font-size:15px;margin-left:-2px}.ac-image-sizes .ac-missing-size{color:#929292}.ac-comment-bubble .post-com-count{display:inline-block;vertical-align:top}.ac-comment-bubble .post-com-count-no-comments,.ac-comment-bubble .post-com-count-approved{margin-top:5px}.ac-comment-bubble .comment-count-no-comments,.ac-comment-bubble .comment-count-approved{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;padding:0 8px;min-width:24px;height:2em;-webkit-border-radius:5px;border-radius:5px;background-color:#72777c;color:#fff;font-size:11px;line-height:21px;text-align:center}.ac-comment-bubble .post-com-count-no-comments:after,.ac-comment-bubble .post-com-count-approved:after{content:"";display:block;margin-left:8px;width:0;height:0;border-top:5px solid #72777c;border-right:5px solid transparent}.ac-comment-bubble .post-com-count-approved:hover .comment-count-approved,.ac-comment-bubble .post-com-count-approved:focus .comment-count-approved{background:#0073aa}.ac-comment-bubble .post-com-count-approved:hover:after,.ac-comment-bubble .post-com-count-approved:focus:after{border-top-color:#0073aa}.ac-comment-bubble .post-com-count-pending{position:relative;left:-3px;padding:0 5px;min-width:7px;height:17px;border:2px solid #fff;-webkit-border-radius:11px;border-radius:11px;background:#ca4a1f;color:#fff;font-size:9px;line-height:17px;text-align:center}.ac-comment-bubble .post-com-count-no-pending{display:none}.ac-divider{display:inline-block;width:14px;height:12px;position:relative}.ac-divider:before{content:'';display:block;width:2px;height:2px;background:#000;position:absolute;left:50%;margin-left:-1px;top:60%}span.status-closed{color:red}.ac-value-stars{white-space:nowrap;word-wrap:normal;display:block}.ac-value-stars .ac-value-star{font-size:16px;width:auto;margin-right:-3px}.actions #post-query-submit{float:left;vertical-align:middle;margin-bottom:4px}.tablenav.top .ac-button{top:2px;display:inline-block;vertical-align:middle;float:left;margin-bottom:4px}body.edit-tags-php .tablenav.top .ac-button{float:none}span.dashicons.flip:before{transform:scale(-1, 1);display:inline-block}span.dashicons.yellow{color:#ffb900}span.dashicons.orange{color:#d54e21}span.dashicons.red{color:#dc3232}span.dashicons.green{color:#46b450}span.dashicons.light-gray{color:#bbb}span.dashicons.gray{color:#8a8a8a}span.dashicons.blue{color:#0073aa}span.dashicons.light-blue{color:#00a0d2}body.edit-php #delete_all{float:left;margin-right:3px}body.users-php .tablenav .actions a.add-new-h2{float:none;vertical-align:middle !important;top:2px !important}@media screen and (max-width: 782px){.tablenav.top .actions{display:block !important;margin-bottom:4px}.tablenav.top .actions *{display:none}.tablenav.top .actions .ac-button{display:inline-block}}body.upload-php .tablenav.top .ac-button{float:none}.ac-toggle-box-link:focus{outline:none;box-shadow:none}.ac-toggle-box-link .spinner{float:none;margin-top:-2px}.ac-toggle-box-link.loading .spinner{visibility:visible}.ac-toggle-box-contents-ajax{padding:5px 0 0}.ac-toggle-box-contents{display:none;padding:5px 0 0}table.ac-table-items{border-spacing:0}table.ac-table-items tr td{border:0;margin:0;padding:0 0 3px}table.ac-table-items tr td.ac-table-item-qty{color:#999;padding-right:6px;text-align:left}.ac-post-state-format:before{color:#a7a7a7}.ac-image-details .ac-image-info{display:inline-block;border-radius:7px;padding:0 9px;min-height:20px;background-color:#e9e9e9;text-align:left;font-size:11px;font-weight:bold;margin:0 6px 5px 0;white-space:nowrap}.ac-image-details .ac-image-info>span{margin-right:6px}.ac-image-details .ac-image-info>span:last-child{margin-right:0}.ac-image-details .ac-image-info span{vertical-align:middle;line-height:20px}.ac-image-details .ac-image-info span.image-id{font-size:11px;color:#757575}.ac-image-details .ac-image-info span.image-file-size{font-size:12px}.ac-image-details .ac-image-info span.image-extension{text-transform:uppercase;font-size:11px;color:#757575}.ac-image-details .ac-image-info span.suffix{display:inline-block;text-transform:uppercase;font-size:10px;color:#757575;padding-left:3px;margin-top:-2px}.ac-image-details .ac-image-info span.dashicons{margin-top:-2px;color:#757575;font-size:14px;width:16px}.ac-image-details a.ac-image-info:hover{color:#0073aa}.ac-image-details a.ac-image-info:hover span.dashicons{color:#3d4350}.ac-upload-space .ac-upload-space-labels{display:table;width:100%}.ac-upload-space .ac-upload-space-labels .inner{display:table-row}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-icon{display:table-cell}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-icon:before{color:#82878c;content:"\f104";display:inline-block;font-family:'dashicons', serif;width:20px;height:20px;font-size:18px;line-height:1;text-decoration:inherit;font-weight:normal;font-style:normal;vertical-align:top;text-align:center;margin-right:4px}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-left{display:table-cell;white-space:nowrap}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-right{width:100%;text-align:right;padding-left:6px;display:table-cell;white-space:nowrap}.ac-upload-space .ac-upload-space-progress{margin-top:6px;height:3px;background:white;border:1px solid #dfdfdf;position:relative}.ac-upload-space .ac-upload-space-progress .ac-upload-space-progress-bar{background-color:#46b450;height:100%;display:block}.ac-upload-space.warning .ac-upload-space-icon:before{color:#ffb900;content:"\f534";margin-top:1px}.ac-upload-space.warning .ac-upload-space-progress-bar{background-color:#ffb900}.ac-upload-space.full .ac-upload-space-icon:before{color:#d54e21;content:"\f153";margin-top:1px}.ac-upload-space.full .ac-upload-space-progress-bar{background-color:#dc3232}#form-site-list .tablenav .actions .ac-button{float:none}.ac-inline-info{display:inline-block;border-radius:3px;min-width:8px;padding:0 6px;min-height:20px;background-color:#e9e9e9;text-align:center;margin-right:7px;font-size:11px;font-weight:bold}.ac-rounded{display:inline-block;border-radius:10px;min-width:8px;padding:0 6px;height:20px;background-color:#e0e0e0;text-align:center;margin-left:7px;margin-right:7px;font-size:12px}.ac-rounded.ac-rounded-first{margin-left:0}.ac-spacing{display:inline-block;margin-right:10px;margin-bottom:4px}.cpac-suffix{margin-left:8px;color:#808080}.ac-small-block{display:inline-block;border-radius:3px;background-color:rgba(224,224,224,0.6);padding:2px 7px;margin:0 5px 5px 0}.ac-more-link-show{cursor:pointer}.ac-show-more-block{display:none}.ac-more-link-hide{cursor:pointer}.ac-image-container{margin-bottom:-6px}.ac-image{display:inline-block;margin-right:2px;margin-bottom:6px;overflow:hidden;max-width:100%;background-color:#ccc;vertical-align:middle}.ac-image img{display:block;margin:0 auto}.ac-image .ac-extension{font-size:12px;line-height:22px;display:block;text-align:center;text-transform:uppercase;font-weight:bold}.ac-image.ac-icon{background-color:transparent}.rtl .column-column-attachment img{padding-left:5px;padding-right:0}.ac-progress-bar{width:100%;display:flex}.ac-progress-bar .ac-label-main{width:65px}.ac-progress-bar .ac-bar-container{flex:auto;background-color:#fff;min-height:22px;line-height:22px;position:relative;border:1px solid #ccc;border-radius:2px}.ac-progress-bar .ac-bar-container .ac-bar{height:100%;background-color:#69c471;border-right:1px solid #fff}.ac-progress-bar .ac-bar-container .ac-label-left,.ac-progress-bar .ac-bar-container .ac-label-right{text-shadow:rgba(255,255,255,0.65) 0 0 5px;color:#555;position:absolute}.ac-progress-bar .ac-bar-container .ac-label-left{left:5px}.ac-progress-bar .ac-bar-container .ac-label-right{right:5px}.ac-progress-bar.full .ac-bar-container .ac-bar{background-color:rgba(255,0,0,0.45);border:none}.ac-progress-bar.dark .ac-bar-container{flex:auto;background-color:#a6a6a6;min-height:22px;line-height:22px;position:relative}.ac-progress-bar.dark .ac-bar-container .ac-bar{height:100%;background-color:#46b450;border-right:1px solid #fff}.ac-progress-bar.dark .ac-bar-container .ac-label-left{color:#fff;position:absolute;left:5px}.ac-progress-bar.dark .ac-bar-container .ac-label-right{color:#fff;position:absolute;right:5px}.ac-progress-bar.dark.full .ac-bar-container .ac-bar{background-color:rgba(255,0,0,0.68);border:none}div.cpac-color{line-height:26px}div.cpac-color span{display:block;-webkit-border-radius:3px;border-radius:3px;color:#ffffff;float:left;height:16px;line-height:16px;margin-right:12px;overflow:hidden;padding:4px 5px;font-size:10px;font-family:Monaco, Menlo, Consolas, "Courier New", monospace;min-width:47px;text-align:center}.rtl div.cpac-color span{float:right;margin-left:12px;margin-right:0}.button.cpac-button-action{position:relative;text-indent:9999px;margin-right:4px;padding:0 13px;overflow:hidden}.button.cpac-button-action:before{position:absolute;top:0;left:0;width:100%;height:100%;text-indent:0}.cpac_wp_button,.column-actions.cpac_use_icons .row-actions>span a{color:#555;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border:1px solid #ccc;border-radius:3px;white-space:nowrap;box-sizing:border-box}.cpac_wp_button:hover,.column-actions.cpac_use_icons .row-actions>span a:hover{background:#fafafa;color:#23282d;border-color:#999}.column-actions .row-actions{left:0;position:relative}.column-actions.cpac_use_icons .row-actions>span{color:transparent;margin-right:-8px}.column-actions.cpac_use_icons .row-actions>span a{display:inline-block;position:relative;min-width:26px;margin-bottom:5px}.column-actions.cpac_use_icons .row-actions>span a:before{text-indent:0;font-family:Dashicons, sans-serif;font-size:16px;position:absolute;padding-left:4px;top:0;left:0;width:100%;height:100%}.column-actions.cpac_use_icons .row-actions>span.edit a,.column-actions.cpac_use_icons .row-actions>span.inline a,.column-actions.cpac_use_icons .row-actions>span.trash a,.column-actions.cpac_use_icons .row-actions>span.view a,.column-actions.cpac_use_icons .row-actions>span.quickedit a,.column-actions.cpac_use_icons .row-actions>span.approve a,.column-actions.cpac_use_icons .row-actions>span.unapprove a,.column-actions.cpac_use_icons .row-actions>span.spam a,.column-actions.cpac_use_icons .row-actions>span.untrash a,.column-actions.cpac_use_icons .row-actions>span.unspam a,.column-actions.cpac_use_icons .row-actions>span.reply a,.column-actions.cpac_use_icons .row-actions>span.delete a,.column-actions.cpac_use_icons .row-actions>span.backend a,.column-actions.cpac_use_icons .row-actions>span.visit a,.column-actions.cpac_use_icons .row-actions>span.deactivate a,.column-actions.cpac_use_icons .row-actions>span.archive a,.column-actions.cpac_use_icons .row-actions>span.unarchive a,.column-actions.cpac_use_icons .row-actions>span.activate a,.column-actions.cpac_use_icons .row-actions>span.download a{text-indent:-3000px}.column-actions.cpac_use_icons .row-actions>span.edit a:before,.column-actions.cpac_use_icons .row-actions>span.inline a:before,.column-actions.cpac_use_icons .row-actions>span.trash a:before,.column-actions.cpac_use_icons .row-actions>span.view a:before,.column-actions.cpac_use_icons .row-actions>span.quickedit a:before,.column-actions.cpac_use_icons .row-actions>span.approve a:before,.column-actions.cpac_use_icons .row-actions>span.unapprove a:before,.column-actions.cpac_use_icons .row-actions>span.spam a:before,.column-actions.cpac_use_icons .row-actions>span.untrash a:before,.column-actions.cpac_use_icons .row-actions>span.unspam a:before,.column-actions.cpac_use_icons .row-actions>span.reply a:before,.column-actions.cpac_use_icons .row-actions>span.delete a:before,.column-actions.cpac_use_icons .row-actions>span.backend a:before,.column-actions.cpac_use_icons .row-actions>span.visit a:before,.column-actions.cpac_use_icons .row-actions>span.deactivate a:before,.column-actions.cpac_use_icons .row-actions>span.archive a:before,.column-actions.cpac_use_icons .row-actions>span.unarchive a:before,.column-actions.cpac_use_icons .row-actions>span.activate a:before,.column-actions.cpac_use_icons .row-actions>span.download a:before{text-indent:0;font-family:Dashicons, sans-serif}.column-actions.cpac_use_icons .row-actions>span.edit a:before{content:"\f464"}.column-actions.cpac_use_icons .row-actions>span.inline a:before,.column-actions.cpac_use_icons .row-actions>span.quickedit a:before{content:"\f119"}.column-actions.cpac_use_icons .row-actions>span.trash a{border-radius:3px;border:1px solid #ccc}.column-actions.cpac_use_icons .row-actions>span.trash a:before{content:"\f182"}.column-actions.cpac_use_icons .row-actions>span.trash a:hover{border-color:#999}.column-actions.cpac_use_icons .row-actions>span.view a:before{content:"\f177"}.column-actions.cpac_use_icons .row-actions>span.unapprove a:before{content:"\f158"}.column-actions.cpac_use_icons .row-actions>span.approve a:before{content:"\f147"}.column-actions.cpac_use_icons .row-actions>span.spam a:before{content:"\f117"}.column-actions.cpac_use_icons .row-actions>span.reply a:before{content:"\f473"}.column-actions.cpac_use_icons .row-actions>span.untrash a:before,.column-actions.cpac_use_icons .row-actions>span.unspam a:before{content:"\f171"}.column-actions.cpac_use_icons .row-actions>span.delete a:before{content:"\f182"}.column-actions.cpac_use_icons .row-actions>span.backend a:before{content:"\f226"}.column-actions.cpac_use_icons .row-actions>span.visit a:before{content:"\f115"}.column-actions.cpac_use_icons .row-actions>span.deactivate a:before{content:"\f530"}.column-actions.cpac_use_icons .row-actions>span.archive a:before{content:"\f480"}.column-actions.cpac_use_icons .row-actions>span.unarchive a:before{content:"\f322"}.column-actions.cpac_use_icons .row-actions>span.activate a:before{content:"\f177"}.column-actions.cpac_use_icons .row-actions>span.download a:before{content:"\f316"}@media screen and (max-width: 782px){.wp-list-table.widefat thead th{display:none}.wp-list-table.widefat thead th.column-primary{display:table-cell}.wp-list-table.widefat tbody tr:not(.inline-edit-row):not(.no-items) td{display:none}.wp-list-table.widefat tbody tr:not(.inline-edit-row):not(.no-items) td.column-primary{display:block}}.ac-tip{display:inline-block}.qtip.qtip-tipsy{background:rgba(0,0,0,0.75);font-weight:normal;min-width:25px}.ac-table-actions{float:left;white-space:nowrap;margin-right:5px;margin-left:1px}.ac-table-actions .ac-table-actions-buttons{white-space:nowrap;display:inline-block;vertical-align:top}.ac-table-actions .ac-table-actions-buttons .ac-table-button{float:left;border-radius:0;border-right:none}.ac-table-actions .ac-table-actions-buttons .ac-table-button:first-child{border-radius:3px 0 0 3px}.ac-table-actions .ac-table-actions-buttons .ac-table-button:last-child,.ac-table-actions .ac-table-actions-buttons .ac-table-button.last{border-radius:0 3px 3px 0;border-right:1px solid #ccc}.ac-table-actions .ac-table-actions-buttons .ac-table-button:last-child.active,.ac-table-actions .ac-table-actions-buttons .ac-table-button.last.active{border-right:1px solid #008EC2}.ac-table-actions .ac-table-actions-buttons .ac-table-button:last-child:first-child,.ac-table-actions .ac-table-actions-buttons .ac-table-button.last:first-child{border-radius:3px}.ac-table-actions .ac-table-button{display:inline-block;padding:2px 12px;color:#555;background:#f7f7f7;text-decoration:none;font-size:13px;height:24px;line-height:24px;text-align:center;border:1px solid #CCCCCC;transform:translateX(-1px);border-radius:3px}.ac-table-actions .ac-table-button:focus,.ac-table-actions .ac-table-button:active{outline:none;box-shadow:none}.ac-table-actions .ac-table-button:hover{background:#ddd;color:#4d4d4d}.ac-table-actions .ac-table-button .dashicons{font-size:14px;width:14px;height:14px;line-height:24px}.ac-table-actions .ac-table-button.disabled{background:#ddd;color:#aaa;cursor:not-allowed}.ac-table-actions .ac-table-button.active{background:#00A0D2;border:1px solid #008EC2;color:#fff}.ac-table-actions .ac-table-button.active+.ac-table-button{border-left:none}.ac-table-actions .ac-table-button.-inline-edit .dashicons{font-size:18px;margin-left:-2px}.ac-table-actions .ac-table-button.-toggle{background:none;border:1px solid transparent;padding-left:4px;padding-right:4px;transform:translateY(-1px)}.ac-table-actions .ac-table-button.-toggle .ac-toggle__switch{vertical-align:middle;margin-top:-3px;margin-right:1px;color:#888}.ac-toggle{display:inline-block;white-space:nowrap}.ac-toggle input{position:absolute;left:-3000em}.ac-toggle__switch{display:inline-block;background:#ccc;border-radius:8px;width:30px;height:16px;position:relative;transition:background-color .3s}.ac-toggle__switch__on,.ac-toggle__switch__off{font-size:11px;font-weight:bold;color:#fff;position:absolute;top:5px;line-height:11px}.ac-toggle__switch__off{right:6px;color:#555}.ac-toggle__switch__on{left:8px}.ac-toggle__switch__track{border-radius:50%;display:inline-block;background:#fff;position:absolute;left:3px;top:3px;height:10px;width:10px;transition:all .1s}.ac-toggle input:checked+.ac-toggle__switch{background:#1e8cbe}.ac-toggle input:checked+.ac-toggle__switch .ac-toggle__switch__track{left:calc(100% - 13px)}
|
1 |
+
@font-face{font-family:"cpac_icons";src:url("../fonts/cpac_icons.woff2") format("woff2");font-style:normal;font-weight:400}.cpacicon,[class^="cpacicon-"],[class*=" cpacicon-"]{display:inline-block;transform:translate(0, 0);text-rendering:auto;font:normal normal 400 14px/1 cpac_icons;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.cpacicon-draft::before{content:""}.cpacicon-move::before{content:""}.cpacicon-segment::before{content:""}.ac-modal{position:fixed;overflow:auto;z-index:100000;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:none}.ac-modal.-active{display:flex;align-items:center;justify-content:center}.ac-modal__dialog{border:1px solid #C8C8C8;background:#fff;position:fixed;width:650px;max-width:90%}.ac-modal__dialog__header{background:#f5f5f5;font-size:18px;line-height:18px;color:#807F7F;padding:17px 25px}.ac-modal__dialog__close{display:inline-block;padding:0;margin:0;border:none;background:none;position:absolute;right:0;top:0;width:52px;height:52px;text-align:center;color:#989797;cursor:pointer}.ac-modal__dialog__close:hover{background:#e1e1e1}.ac-modal__dialog__content{padding:25px;max-height:calc(100vh - 200px);overflow:scroll}.ac-modal__dialog__content__lead{font-weight:bold;font-size:15px;margin-top:5px;margin-bottom:25px;color:#6D6D6D}.ac-modal__dialog__list li{position:relative;padding-left:25px;font-weight:400;font-size:16px;letter-spacing:0.5px;margin-bottom:10px}.ac-modal__dialog__list li:before{content:'\f147';font-family:Dashicons;position:absolute;left:0;top:0;color:#3D4350}.ac-modal__dialog__list li:nth-child(2n){color:#e9426e}.ac-modal__dialog__footer{padding:20px 24px;border-top:1px solid #DBDBDB;color:#979696;font-size:16px}.ac-modal__dialog__footer .button{margin-left:0;padding-left:15px;padding-right:15px}@media only screen and (max-width: 720px){.ac-modal__dialog__footer__content{display:block}.ac-modal__dialog__footer .button{margin-left:0;margin-top:10px}}.column-status .dashicons{font-size:22px}.column-status .dashicons.large{width:25px;height:28px;font-size:28px}.column-status .dashicons.dashicons-lock{font-size:15px;margin-left:-2px}.ac-image-sizes .ac-missing-size{color:#929292}.ac-comment-bubble .post-com-count{display:inline-block;vertical-align:top}.ac-comment-bubble .post-com-count-no-comments,.ac-comment-bubble .post-com-count-approved{margin-top:5px}.ac-comment-bubble .comment-count-no-comments,.ac-comment-bubble .comment-count-approved{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;padding:0 8px;min-width:24px;height:2em;-webkit-border-radius:5px;border-radius:5px;background-color:#72777c;color:#fff;font-size:11px;line-height:21px;text-align:center}.ac-comment-bubble .post-com-count-no-comments:after,.ac-comment-bubble .post-com-count-approved:after{content:"";display:block;margin-left:8px;width:0;height:0;border-top:5px solid #72777c;border-right:5px solid transparent}.ac-comment-bubble .post-com-count-approved:hover .comment-count-approved,.ac-comment-bubble .post-com-count-approved:focus .comment-count-approved{background:#0073aa}.ac-comment-bubble .post-com-count-approved:hover:after,.ac-comment-bubble .post-com-count-approved:focus:after{border-top-color:#0073aa}.ac-comment-bubble .post-com-count-pending{position:relative;left:-3px;padding:0 5px;min-width:7px;height:17px;border:2px solid #fff;-webkit-border-radius:11px;border-radius:11px;background:#ca4a1f;color:#fff;font-size:9px;line-height:17px;text-align:center}.ac-comment-bubble .post-com-count-no-pending{display:none}.ac-divider{display:inline-block;width:14px;height:12px;position:relative}.ac-divider:before{content:'';display:block;width:2px;height:2px;background:#000;position:absolute;left:50%;margin-left:-1px;top:60%}span.status-closed{color:red}.ac-value-stars{white-space:nowrap;word-wrap:normal;display:block}.ac-value-stars .ac-value-star{font-size:16px;width:auto;margin-right:-3px}.actions #post-query-submit{float:left;vertical-align:middle;margin-bottom:4px}.tablenav.top .ac-button{top:2px;display:inline-block;vertical-align:middle;float:left;margin-bottom:4px}body.edit-tags-php .tablenav.top .ac-button{float:none}span.dashicons.flip:before{transform:scale(-1, 1);display:inline-block}span.dashicons.yellow{color:#ffb900}span.dashicons.orange{color:#d54e21}span.dashicons.red{color:#dc3232}span.dashicons.green{color:#46b450}span.dashicons.light-gray{color:#bbb}span.dashicons.gray{color:#8a8a8a}span.dashicons.blue{color:#0073aa}span.dashicons.light-blue{color:#00a0d2}body.edit-php #delete_all{float:left;margin-right:3px}body.users-php .tablenav .actions a.add-new-h2{float:none;vertical-align:middle !important;top:2px !important}@media screen and (max-width: 782px){.tablenav.top .actions{display:block !important;margin-bottom:4px}.tablenav.top .actions *{display:none}.tablenav.top .actions .ac-button{display:inline-block}}body.upload-php .tablenav.top .ac-button{float:none}.ac-toggle-box-link:focus{outline:none;box-shadow:none}.ac-toggle-box-link .spinner{float:none;margin-top:-2px}.ac-toggle-box-link.loading .spinner{visibility:visible}.ac-toggle-box-contents-ajax{padding:5px 0 0}.ac-toggle-box-contents{display:none;padding:5px 0 0}table.ac-table-items{border-spacing:0}table.ac-table-items tr td{border:0;margin:0;padding:0 0 3px}table.ac-table-items tr td.ac-table-item-qty{color:#999;padding-right:6px;text-align:left}.ac-post-state-format:before{color:#a7a7a7}.ac-image-details .ac-image-info{display:inline-block;border-radius:7px;padding:0 9px;min-height:20px;background-color:#e9e9e9;text-align:left;font-size:11px;font-weight:bold;margin:0 6px 5px 0;white-space:nowrap}.ac-image-details .ac-image-info>span{margin-right:6px}.ac-image-details .ac-image-info>span:last-child{margin-right:0}.ac-image-details .ac-image-info span{vertical-align:middle;line-height:20px}.ac-image-details .ac-image-info span.image-id{font-size:11px;color:#757575}.ac-image-details .ac-image-info span.image-file-size{font-size:12px}.ac-image-details .ac-image-info span.image-extension{text-transform:uppercase;font-size:11px;color:#757575}.ac-image-details .ac-image-info span.suffix{display:inline-block;text-transform:uppercase;font-size:10px;color:#757575;padding-left:3px;margin-top:-2px}.ac-image-details .ac-image-info span.dashicons{margin-top:-2px;color:#757575;font-size:14px;width:16px}.ac-image-details a.ac-image-info:hover{color:#0073aa}.ac-image-details a.ac-image-info:hover span.dashicons{color:#3d4350}.ac-upload-space .ac-upload-space-labels{display:table;width:100%}.ac-upload-space .ac-upload-space-labels .inner{display:table-row}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-icon{display:table-cell}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-icon:before{color:#82878c;content:"\f104";display:inline-block;font-family:'dashicons', serif;width:20px;height:20px;font-size:18px;line-height:1;text-decoration:inherit;font-weight:normal;font-style:normal;vertical-align:top;text-align:center;margin-right:4px}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-left{display:table-cell;white-space:nowrap}.ac-upload-space .ac-upload-space-labels .inner .ac-upload-space-right{width:100%;text-align:right;padding-left:6px;display:table-cell;white-space:nowrap}.ac-upload-space .ac-upload-space-progress{margin-top:6px;height:3px;background:white;border:1px solid #dfdfdf;position:relative}.ac-upload-space .ac-upload-space-progress .ac-upload-space-progress-bar{background-color:#46b450;height:100%;display:block}.ac-upload-space.warning .ac-upload-space-icon:before{color:#ffb900;content:"\f534";margin-top:1px}.ac-upload-space.warning .ac-upload-space-progress-bar{background-color:#ffb900}.ac-upload-space.full .ac-upload-space-icon:before{color:#d54e21;content:"\f153";margin-top:1px}.ac-upload-space.full .ac-upload-space-progress-bar{background-color:#dc3232}#form-site-list .tablenav .actions .ac-button{float:none}.ac-inline-info{display:inline-block;border-radius:3px;min-width:8px;padding:0 6px;min-height:20px;background-color:#e9e9e9;text-align:center;margin-right:7px;font-size:11px;font-weight:bold}.ac-rounded{display:inline-block;border-radius:10px;min-width:8px;padding:0 6px;height:20px;background-color:#e0e0e0;text-align:center;margin-left:7px;margin-right:7px;font-size:12px}.ac-rounded.ac-rounded-first{margin-left:0}.ac-spacing{display:inline-block;margin-right:10px;margin-bottom:4px}.cpac-suffix{margin-left:8px;color:#808080}.ac-small-block{display:inline-block;border-radius:3px;background-color:rgba(224,224,224,0.6);padding:2px 7px;margin:0 5px 5px 0}.ac-more-link-show{cursor:pointer}.ac-show-more-block{display:none}.ac-more-link-hide{cursor:pointer}.ac-image-container{margin-bottom:-6px}.ac-image{display:inline-block;margin-right:2px;margin-bottom:6px;overflow:hidden;max-width:100%;background-color:#ccc;vertical-align:middle}.ac-image img{display:block;margin:0 auto}.ac-image .ac-extension{font-size:12px;line-height:22px;display:block;text-align:center;text-transform:uppercase;font-weight:bold}.ac-image.ac-icon{background-color:transparent}.rtl .column-column-attachment img{padding-left:5px;padding-right:0}.ac-progress-bar{width:100%;display:flex}.ac-progress-bar .ac-label-main{width:65px}.ac-progress-bar .ac-bar-container{flex:auto;background-color:#fff;min-height:22px;line-height:22px;position:relative;border:1px solid #ccc;border-radius:2px}.ac-progress-bar .ac-bar-container .ac-bar{height:100%;background-color:#69c471;border-right:1px solid #fff}.ac-progress-bar .ac-bar-container .ac-label-left,.ac-progress-bar .ac-bar-container .ac-label-right{text-shadow:rgba(255,255,255,0.65) 0 0 5px;color:#555;position:absolute}.ac-progress-bar .ac-bar-container .ac-label-left{left:5px}.ac-progress-bar .ac-bar-container .ac-label-right{right:5px}.ac-progress-bar.full .ac-bar-container .ac-bar{background-color:rgba(255,0,0,0.45);border:none}.ac-progress-bar.dark .ac-bar-container{flex:auto;background-color:#a6a6a6;min-height:22px;line-height:22px;position:relative}.ac-progress-bar.dark .ac-bar-container .ac-bar{height:100%;background-color:#46b450;border-right:1px solid #fff}.ac-progress-bar.dark .ac-bar-container .ac-label-left{color:#fff;position:absolute;left:5px}.ac-progress-bar.dark .ac-bar-container .ac-label-right{color:#fff;position:absolute;right:5px}.ac-progress-bar.dark.full .ac-bar-container .ac-bar{background-color:rgba(255,0,0,0.68);border:none}div.cpac-color{line-height:26px}div.cpac-color span{display:block;-webkit-border-radius:3px;border-radius:3px;color:#ffffff;float:left;height:16px;line-height:16px;margin-right:12px;overflow:hidden;padding:4px 5px;font-size:10px;font-family:Monaco, Menlo, Consolas, "Courier New", monospace;min-width:47px;text-align:center}.rtl div.cpac-color span{float:right;margin-left:12px;margin-right:0}.button.cpac-button-action{position:relative;text-indent:9999px;margin-right:4px;padding:0 13px;overflow:hidden}.button.cpac-button-action:before{position:absolute;top:0;left:0;width:100%;height:100%;text-indent:0}.cpac_wp_button,.column-actions.cpac_use_icons .row-actions>span a{color:#555;background:#f7f7f7;box-shadow:0 1px 0 #ccc;vertical-align:top;display:inline-block;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border:1px solid #ccc;border-radius:3px;white-space:nowrap;box-sizing:border-box}.cpac_wp_button:hover,.column-actions.cpac_use_icons .row-actions>span a:hover{background:#fafafa;color:#23282d;border-color:#999}.column-actions .row-actions{left:0;position:relative}.column-actions.cpac_use_icons .row-actions>span{color:transparent;margin-right:-8px}.column-actions.cpac_use_icons .row-actions>span a{display:inline-block;position:relative;min-width:26px;margin-bottom:5px}.column-actions.cpac_use_icons .row-actions>span a:before{text-indent:0;font-family:Dashicons, sans-serif;font-size:16px;position:absolute;padding-left:4px;top:0;left:0;width:100%;height:100%}.column-actions.cpac_use_icons .row-actions>span.edit a,.column-actions.cpac_use_icons .row-actions>span.inline a,.column-actions.cpac_use_icons .row-actions>span.trash a,.column-actions.cpac_use_icons .row-actions>span.view a,.column-actions.cpac_use_icons .row-actions>span.quickedit a,.column-actions.cpac_use_icons .row-actions>span.approve a,.column-actions.cpac_use_icons .row-actions>span.unapprove a,.column-actions.cpac_use_icons .row-actions>span.spam a,.column-actions.cpac_use_icons .row-actions>span.untrash a,.column-actions.cpac_use_icons .row-actions>span.unspam a,.column-actions.cpac_use_icons .row-actions>span.reply a,.column-actions.cpac_use_icons .row-actions>span.delete a,.column-actions.cpac_use_icons .row-actions>span.backend a,.column-actions.cpac_use_icons .row-actions>span.visit a,.column-actions.cpac_use_icons .row-actions>span.deactivate a,.column-actions.cpac_use_icons .row-actions>span.archive a,.column-actions.cpac_use_icons .row-actions>span.unarchive a,.column-actions.cpac_use_icons .row-actions>span.activate a,.column-actions.cpac_use_icons .row-actions>span.download a{text-indent:-3000px}.column-actions.cpac_use_icons .row-actions>span.edit a:before,.column-actions.cpac_use_icons .row-actions>span.inline a:before,.column-actions.cpac_use_icons .row-actions>span.trash a:before,.column-actions.cpac_use_icons .row-actions>span.view a:before,.column-actions.cpac_use_icons .row-actions>span.quickedit a:before,.column-actions.cpac_use_icons .row-actions>span.approve a:before,.column-actions.cpac_use_icons .row-actions>span.unapprove a:before,.column-actions.cpac_use_icons .row-actions>span.spam a:before,.column-actions.cpac_use_icons .row-actions>span.untrash a:before,.column-actions.cpac_use_icons .row-actions>span.unspam a:before,.column-actions.cpac_use_icons .row-actions>span.reply a:before,.column-actions.cpac_use_icons .row-actions>span.delete a:before,.column-actions.cpac_use_icons .row-actions>span.backend a:before,.column-actions.cpac_use_icons .row-actions>span.visit a:before,.column-actions.cpac_use_icons .row-actions>span.deactivate a:before,.column-actions.cpac_use_icons .row-actions>span.archive a:before,.column-actions.cpac_use_icons .row-actions>span.unarchive a:before,.column-actions.cpac_use_icons .row-actions>span.activate a:before,.column-actions.cpac_use_icons .row-actions>span.download a:before{text-indent:0;font-family:Dashicons, sans-serif}.column-actions.cpac_use_icons .row-actions>span.edit a:before{content:"\f464"}.column-actions.cpac_use_icons .row-actions>span.inline a:before,.column-actions.cpac_use_icons .row-actions>span.quickedit a:before{content:"\f119"}.column-actions.cpac_use_icons .row-actions>span.trash a{border-radius:3px;border:1px solid #ccc}.column-actions.cpac_use_icons .row-actions>span.trash a:before{content:"\f182"}.column-actions.cpac_use_icons .row-actions>span.trash a:hover{border-color:#999}.column-actions.cpac_use_icons .row-actions>span.view a:before{content:"\f177"}.column-actions.cpac_use_icons .row-actions>span.unapprove a:before{content:"\f158"}.column-actions.cpac_use_icons .row-actions>span.approve a:before{content:"\f147"}.column-actions.cpac_use_icons .row-actions>span.spam a:before{content:"\f117"}.column-actions.cpac_use_icons .row-actions>span.reply a:before{content:"\f473"}.column-actions.cpac_use_icons .row-actions>span.untrash a:before,.column-actions.cpac_use_icons .row-actions>span.unspam a:before{content:"\f171"}.column-actions.cpac_use_icons .row-actions>span.delete a:before{content:"\f182"}.column-actions.cpac_use_icons .row-actions>span.backend a:before{content:"\f226"}.column-actions.cpac_use_icons .row-actions>span.visit a:before{content:"\f115"}.column-actions.cpac_use_icons .row-actions>span.deactivate a:before{content:"\f530"}.column-actions.cpac_use_icons .row-actions>span.archive a:before{content:"\f480"}.column-actions.cpac_use_icons .row-actions>span.unarchive a:before{content:"\f322"}.column-actions.cpac_use_icons .row-actions>span.activate a:before{content:"\f177"}.column-actions.cpac_use_icons .row-actions>span.download a:before{content:"\f316"}@media screen and (max-width: 782px){.wp-list-table.widefat thead th{display:none}.wp-list-table.widefat thead th.column-primary{display:table-cell}.wp-list-table.widefat tbody tr:not(.inline-edit-row):not(.no-items) td{display:none}.wp-list-table.widefat tbody tr:not(.inline-edit-row):not(.no-items) td.column-primary{display:block}}.ac-tip{display:inline-block}.qtip.qtip-tipsy{background:rgba(0,0,0,0.75);font-weight:normal;min-width:25px}.ac-table-actions{display:none;position:relative;z-index:20;float:left;white-space:nowrap;margin-right:5px;margin-left:1px;margin-top:3px;margin-bottom:5px}.ac-table-actions.-init{display:block}.ac-table-actions .ac-table-actions-buttons{white-space:nowrap;display:inline-block;vertical-align:top}.ac-table-actions .ac-table-actions-buttons .ac-table-button{float:left;border-radius:0;border-right:none}.ac-table-actions .ac-table-actions-buttons .ac-table-button:first-child{border-radius:3px 0 0 3px}.ac-table-actions .ac-table-actions-buttons .ac-table-button:last-child,.ac-table-actions .ac-table-actions-buttons .ac-table-button.last{border-radius:0 3px 3px 0;border-right:1px solid #ccc}.ac-table-actions .ac-table-actions-buttons .ac-table-button:last-child.active,.ac-table-actions .ac-table-actions-buttons .ac-table-button.last.active{border-right:1px solid #008EC2}.ac-table-actions .ac-table-actions-buttons .ac-table-button:last-child:first-child,.ac-table-actions .ac-table-actions-buttons .ac-table-button.last:first-child{border-radius:3px}.ac-table-actions .ac-table-button{display:inline-block;padding:2px 12px;cursor:pointer;color:#555;background:#f7f7f7;text-decoration:none;font-size:13px;height:24px;line-height:24px;text-align:center;border:1px solid #CCCCCC;transform:translateX(-1px);border-radius:3px}.ac-table-actions .ac-table-button:focus,.ac-table-actions .ac-table-button:active{outline:none;box-shadow:none}.ac-table-actions .ac-table-button:hover{background:#ddd;color:#4d4d4d}.ac-table-actions .ac-table-button .dashicons{font-size:14px;width:14px;height:14px;line-height:24px}.ac-table-actions .ac-table-button.disabled{background:#ddd;color:#aaa;cursor:not-allowed}.ac-table-actions .ac-table-button.active{background:#00A0D2;border:1px solid #008EC2;color:#fff}.ac-table-actions .ac-table-button.active+.ac-table-button{border-left:none}.ac-table-actions .ac-table-button.-inline-edit .dashicons{font-size:18px;margin-left:-2px}.ac-table-actions .ac-table-button.-toggle{background:none;border:1px solid transparent;padding-left:4px;padding-right:4px;transform:translateY(-1px)}.ac-table-actions .ac-table-button.-toggle .ac-toggle__switch{vertical-align:middle;margin-top:-3px;margin-right:1px;color:#888}.ac-table-actions .ac-table-button__caret{display:inline-block;vertical-align:middle;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #6F6F6F;transition:transform .2s}.ac-table-actions .ac-table-button.-open{color:#0072AA}.ac-table-actions .ac-table-button.-open .ac-table-button__caret{transform:rotate(180deg)}.ac-toggle{display:inline-block;white-space:nowrap}.ac-toggle input{position:absolute;left:-3000em}.ac-toggle__switch{display:inline-block;background:#ccc;border-radius:8px;width:30px;height:16px;position:relative;transition:background-color .3s}.ac-toggle__switch__on,.ac-toggle__switch__off{font-size:11px;font-weight:bold;color:#fff;position:absolute;top:5px;line-height:11px}.ac-toggle__switch__off{right:6px;color:#555}.ac-toggle__switch__on{left:8px}.ac-toggle__switch__track{border-radius:50%;display:inline-block;background:#fff;position:absolute;left:3px;top:3px;height:10px;width:10px;transition:all .1s}.ac-toggle input:checked+.ac-toggle__switch{background:#1e8cbe}.ac-toggle input:checked+.ac-toggle__switch .ac-toggle__switch__track{left:calc(100% - 13px)}
|
assets/fonts/cpac_icons.eot
CHANGED
Binary file
|
assets/fonts/cpac_icons.svg
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<defs>
|
5 |
-
<font id="cpac_icons" horiz-adv-x="408">
|
6 |
-
<font-face font-family="cpac_icons"
|
7 |
-
units-per-em="1000" ascent="1000"
|
8 |
-
descent="0" />
|
9 |
-
<missing-glyph horiz-adv-x="0" />
|
10 |
-
<glyph glyph-name="draft"
|
11 |
-
unicode=""
|
12 |
-
horiz-adv-x="1000.0000000000001" d=" M125 625C56.25 625 0 568.75 0 499.9999999999999S56.25 375 125 375S250.0000000000001 431.2499999999999 250.0000000000001 499.9999999999999S193.75 625 125 625zM875.0000000000001 625C806.25 625 750 568.75 750 499.9999999999999S806.25 375 875.0000000000001 375S1000.0000000000002 431.2499999999999 1000.0000000000002 499.9999999999999S943.7500000000002 625 875.0000000000001 625zM500.0000000000001 625C431.25 625 375 568.75 375 499.9999999999999S431.25 375 500.0000000000001 375S625 431.2499999999999 625 499.9999999999999S568.7500000000001 625 500.0000000000001 625z" />
|
13 |
-
<glyph glyph-name="move"
|
14 |
-
unicode=""
|
15 |
-
horiz-adv-x="260.8695652173913" d=" M0 1000H86.9565217391304V913.0434782608696H0V1000z M0 818.840579710145H86.9565217391304V731.8840579710145H0V818.840579710145z M0 637.6811594202899H86.9565217391304V550.7246376811594H0V637.6811594202899z M0 456.5217391304348H86.9565217391304V369.5652173913044H0V456.5217391304348z M0 275.3623188405798H86.9565217391304V188.4057971014493H0V275.3623188405798z M0 94.2028985507246H86.9565217391304V7.2463768115941H0V94.2028985507246z M173.9130434782609 1000H260.8695652173913V913.0434782608696H173.9130434782609V1000z M173.9130434782609 818.840579710145H260.8695652173913V731.8840579710145H173.9130434782609V818.840579710145z M173.9130434782609 637.6811594202899H260.8695652173913V550.7246376811594H173.9130434782609V637.6811594202899z M173.9130434782609 456.5217391304348H260.8695652173913V369.5652173913044H173.9130434782609V456.5217391304348z M173.9130434782609 275.3623188405798H260.8695652173913V188.4057971014493H173.9130434782609V275.3623188405798z M173.9130434782609 86.9565217391304H260.8695652173913V0H173.9130434782609V86.9565217391304z" />
|
16 |
-
</font>
|
17 |
-
</defs>
|
18 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/fonts/cpac_icons.ttf
DELETED
Binary file
|
assets/fonts/cpac_icons.woff
CHANGED
Binary file
|
assets/fonts/cpac_icons.woff2
CHANGED
Binary file
|
assets/fonts/template.scss
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
$cpac_icons-draft: "\ea01";
|
2 |
+
$cpac_icons-move: "\ea02";
|
3 |
+
$cpac_icons-segment: "\ea03";
|
4 |
+
|
5 |
+
@font-face {
|
6 |
+
font-family: "cpac_icons";
|
7 |
+
src: url("./cpac_icons.woff2") format("woff2");
|
8 |
+
font-style: normal;
|
9 |
+
font-weight: 400;
|
10 |
+
}
|
11 |
+
|
12 |
+
%cpac_icons, [class^="cpac_icons-"], [class*=" cpac_icons-"] {
|
13 |
+
display: inline-block;
|
14 |
+
transform: translate(0, 0);
|
15 |
+
text-rendering: auto;
|
16 |
+
font: normal normal 400 14px/1 cpac_icons;
|
17 |
+
font-size: inherit;
|
18 |
+
-moz-osx-font-smoothing: grayscale;
|
19 |
+
-webkit-font-smoothing: antialiased;
|
20 |
+
}
|
21 |
+
|
22 |
+
.cpac_icons {
|
23 |
+
@extend %cpac_icons;
|
24 |
+
}
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
.cpac_icons-draft::before {
|
29 |
+
content: $cpac_icons-draft;
|
30 |
+
}
|
31 |
+
|
32 |
+
.cpac_icons-move::before {
|
33 |
+
content: $cpac_icons-move;
|
34 |
+
}
|
35 |
+
|
36 |
+
.cpac_icons-segment::before {
|
37 |
+
content: $cpac_icons-segment;
|
38 |
+
}
|
assets/js/admin-general.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=
|
1 |
+
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=67)}({67:function(t,e,n){"use strict";jQuery(document).ready(function(t){if(0===t("#cpac").length)return!1;!function(t){t(".ac-pointer").each(function(){!function(t){var e=t,n=jQuery,r=e.attr("rel"),o=e.attr("data-pos"),i=e.attr("data-width"),a=e.attr("data-noclick"),c={at:"left top",my:"right top",edge:"right"},l=i||250;"right"===o&&(c={at:"right middle",my:"left middle",edge:"left"});"left"===o&&(c={at:"left middle",my:"right middle",edge:"right"});e.pointer({content:n("#"+r).html(),position:c,pointerWidth:l,pointerClass:"ac-wp-pointer wp-pointer wp-pointer-"+c.edge+(a?" noclick":"")}),a||e.click(function(){e.hasClass("open")?e.removeClass("open"):e.addClass("open")});e.hover(function(){n(this).pointer("open")},function(){var t=n(this);setTimeout(function(){t.hasClass("open")||0!=n(".ac-wp-pointer.hover").length||t.pointer("close")},100)}).on("close",function(){e.hasClass("open")||0!=n(".ac-wp-pointer.hover").length||e.pointer("close")})}(t(this))}),t(".ac-wp-pointer").hover(function(){t(this).addClass("hover")},function(){t(this).removeClass("hover"),t(".ac-pointer").trigger("close")})}(t),function(t){t("a.help").click(function(e){e.preventDefault();var n=t("#contextual-help-wrap");n.parent().show(),t('a[href="#tab-panel-cpac-'+t(this).attr("data-help")+'"]',n).trigger("click"),n.slideDown("fast",function(){n.focus()})})}(t)})}});
|
assets/js/admin-general.js.map
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./js/admin-general.js"],"names":["jQuery","document","ready","$","length","ac_pointer","ac_help","each","el","html","attr","pos","w","noclick","position","at","my","edge","width","pointer","content","pointerWidth","pointerClass","click","hasClass","removeClass","addClass","hover","setTimeout","on","trigger","e","preventDefault","panel","parent","show","slideDown","focus"],"mappings":"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","file":"admin-general.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./js/admin-general.js\");\n","jQuery( document ).ready( function( $ ) {\n\tif ( $( '#cpac' ).length === 0 ) {\n\t\treturn false;\n\t}\n\n\tac_pointer( $ );\n\tac_help( $ );\n} );\n\n/*\n * WP Pointer\n *\n */\nfunction ac_pointer( $ ) {\n\n\t$( '.ac-pointer' ).each( function() {\n\t\t// vars\n\t\tlet el = $( this ),\n\t\t\thtml = el.attr( 'rel' ),\n\t\t\tpos = el.attr( 'data-pos' ),\n\t\t\tw = el.attr( 'data-width' ),\n\t\t\tnoclick = el.attr( 'data-noclick' );\n\n\t\tlet position = {\n\t\t\tat : 'left top',\t\t// position of wp-pointer relative to the element which triggers the pointer event\n\t\t\tmy : 'right top',\t// position of wp-pointer relative to the at-coordinates\n\t\t\tedge : 'right',\t\t// position of arrow\n\t\t};\n\n\t\tlet width = w ? w : 250;\n\n\t\tif ( 'right' === pos ) {\n\t\t\tposition = {\n\t\t\t\tat : 'right middle',\n\t\t\t\tmy : 'left middle',\n\t\t\t\tedge : 'left'\n\t\t\t};\n\t\t}\n\n\t\tif ( 'left' === pos ) {\n\t\t\tposition = {\n\t\t\t\tat : 'left middle',\n\t\t\t\tmy : 'right middle',\n\t\t\t\tedge : 'right'\n\t\t\t};\n\t\t}\n\n\t\t// create pointer\n\t\tel.pointer( {\n\t\t\tcontent : $( '#' + html ).html(),\n\t\t\tposition : position,\n\t\t\tpointerWidth : width,\n\t\t\t// bug fix. with an arrow on the right side the position of wp-pointer is incorrect. it does not take\n\t\t\t// into account the padding of the arrow. adding \"wp-pointer-' + position.edge\" will fix that.\n\t\t\tpointerClass : 'ac-wp-pointer wp-pointer wp-pointer-' + position.edge + (noclick ? ' noclick' : '')\n\t\t} );\n\n\t\t// click\n\t\tif ( !noclick ) {\n\t\t\tel.click( function() {\n\t\t\t\tif ( el.hasClass( 'open' ) ) {\n\t\t\t\t\tel.removeClass( 'open' );\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tel.addClass( 'open' );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// show on hover\n\t\tel.hover( function() {\n\t\t\t$( this ).pointer( 'open' );\n\t\t}, function() {\n\t\t\tlet el = $( this );\n\t\t\tsetTimeout( function() {\n\t\t\t\tif ( !el.hasClass( 'open' ) && $( '.ac-wp-pointer.hover' ).length == 0 ) {\n\t\t\t\t\tel.pointer( 'close' );\n\t\t\t\t}\n\t\t\t}, 100 );\n\n\t\t} ).on( 'close', function() {\n\t\t\tif ( !el.hasClass( 'open' ) && $( '.ac-wp-pointer.hover' ).length == 0 ) {\n\t\t\t\tel.pointer( 'close' );\n\t\t\t}\n\t\t} );\n\t} );\n\n\t$( '.ac-wp-pointer' ).hover( function() {\n\t\t$( this ).addClass( 'hover' );\n\t}, function() {\n\t\t$( this ).removeClass( 'hover' );\n\t\t$( '.ac-pointer' ).trigger( 'close' );\n\t} );\n\n}\n\n/*\n * Help\n *\n * usage: <a href=\"javascript:;\" class=\"help\" data-help=\"tab-2\"></a>\n */\nfunction ac_help( $ ) {\n\t$( 'a.help' ).click( function( e ) {\n\t\te.preventDefault();\n\n\t\tlet panel = $( '#contextual-help-wrap' );\n\n\t\tpanel.parent().show();\n\t\t$( 'a[href=\"#tab-panel-cpac-' + $( this ).attr( 'data-help' ) + '\"]', panel ).trigger( 'click' );\n\t\tpanel.slideDown( 'fast', function() {\n\t\t\tpanel.focus();\n\t\t} );\n\t} );\n}"],"sourceRoot":""}
|
|
assets/js/admin-page-columns.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=45)}([function(t,e,n){"use strict";var i=n(15),r=n(30)(5),o=!0;"find"in[]&&Array(1).find(function(){o=!1}),i(i.P+i.F*o,"Array",{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n(25)("find")},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var i=n(8),r=n(19);t.exports=n(4)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){t.exports=!n(7)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var i=n(23)("wks"),r=n(9),o=n(1).Symbol,a="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=a&&o[t]||(a?o:r)("Symbol."+t))}).store=i},function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var i=n(14),r=n(27),o=n(28),a=Object.defineProperty;e.f=n(4)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},function(t,e,n){var i=n(1),r=n(2),o=n(11),a=n(9)("src"),u=Function.toString,c=(""+u).split("toString");n(6).inspectSource=function(t){return u.call(t)},(t.exports=function(t,e,n,u){var s="function"==typeof n;s&&(o(n,"name")||r(n,"name",e)),t[e]!==n&&(s&&(o(n,a)||r(n,a,t[e]?""+t[e]:c.join(String(e)))),t===i?t[e]=n:u?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||u.call(this)})},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(29);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(3);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){var i=n(1),r=n(6),o=n(2),a=n(10),u=n(12),c=function(t,e,n){var s,l,f,d,h=t&c.F,v=t&c.G,p=t&c.S,m=t&c.P,g=t&c.B,y=v?i:p?i[e]||(i[e]={}):(i[e]||{}).prototype,b=v?r:r[e]||(r[e]={}),_=b.prototype||(b.prototype={});for(s in v&&(n=e),n)f=((l=!h&&y&&void 0!==y[s])?y:n)[s],d=g&&l?u(f,i):m&&"function"==typeof f?u(Function.call,f):f,y&&a(y,s,f,t&c.U),b[s]!=f&&o(b,s,d),m&&_[s]!=f&&(_[s]=f)};i.core=r,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var i=n(17);t.exports=function(t){return Object(i(t))}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var i=n(3),r=n(1).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var i=n(13);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e,n){var i=n(22),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e,n){var i=n(6),r=n(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(24)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e,n){var i=n(5)("unscopables"),r=Array.prototype;void 0==r[i]&&n(2)(r,i,{}),t.exports=function(t){r[i][t]=!0}},function(t,e,n){var i=n(8).f,r=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in r||n(4)&&i(r,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},function(t,e,n){t.exports=!n(4)&&!n(7)(function(){return 7!=Object.defineProperty(n(18)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var i=n(3);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(12),r=n(20),o=n(16),a=n(21),u=n(31);t.exports=function(t,e){var n=1==t,c=2==t,s=3==t,l=4==t,f=6==t,d=5==t||f,h=e||u;return function(e,u,v){for(var p,m,g=o(e),y=r(g),b=i(u,v,3),_=a(y.length),k=0,C=n?h(e,_):c?h(e,0):void 0;_>k;k++)if((d||k in y)&&(m=b(p=y[k],k,g),t))if(n)C[k]=m;else if(m)switch(t){case 3:return!0;case 5:return p;case 6:return k;case 2:C.push(p)}else if(l)return!1;return f?-1:s||l?l:C}}},function(t,e,n){var i=n(32);t.exports=function(t,e){return new(i(t))(e)}},function(t,e,n){var i=n(3),r=n(33),o=n(5)("species");t.exports=function(t){var e;return r(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!r(e.prototype)||(e=void 0),i(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},function(t,e,n){var i=n(13);t.exports=Array.isArray||function(t){return"Array"==i(t)}},function(t,e,n){"use strict";var i=n(25),r=n(48),o=n(35),a=n(36);t.exports=n(49)(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e){t.exports={}},function(t,e,n){var i=n(20),r=n(17);t.exports=function(t){return i(r(t))}},function(t,e,n){var i=n(53),r=n(40);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(23)("keys"),r=n(9);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){for(var i=n(34),r=n(37),o=n(10),a=n(1),u=n(2),c=n(35),s=n(5),l=s("iterator"),f=s("toStringTag"),d=c.Array,h={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},v=r(h),p=0;p<v.length;p++){var m,g=v[p],y=h[g],b=a[g],_=b&&b.prototype;if(_&&(_[l]||u(_,l,d),_[f]||u(_,f,g),c[g]=d,y))for(m in i)_[m]||o(_,m,i[m],!0)}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var i=n(8).f,r=n(11),o=n(5)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},function(t,e,n){var i=n(16),r=n(37);n(58)("keys",function(){return function(t){return r(i(t))}})},function(t,e,n){n(60)("replace",2,function(t,e,n){return[function(i,r){"use strict";var o=t(this),a=void 0==i?void 0:i[e];return void 0!==a?a.call(i,o,r):n.call(String(o),i,r)},n]})},,function(t,e,n){t.exports=n(46)},function(t,e,n){"use strict";var i=C(n(47)),r=C(n(61)),o=C(n(62)),a=C(n(63)),u=C(n(64)),c=C(n(65)),s=C(n(66)),l=C(n(67)),f=C(n(68)),d=C(n(69)),h=C(n(70)),v=C(n(71)),p=C(n(72)),m=C(n(73)),g=C(n(74)),y=C(n(75)),b=C(n(76)),_=C(n(77)),k=C(n(78));function C(t){return t&&t.__esModule?t:{default:t}}var x=$=n(79);AC.Column=new o.default,AC.Modals=new r.default,x(document).on("AC_Form_Loaded",function(){AC.Column.registerEvent("toggle",s.default).registerEvent("remove",l.default).registerEvent("clone",f.default).registerEvent("refresh",d.default).registerEvent("type_selector",h.default).registerEvent("indicator",v.default).registerEvent("label",p.default.label).registerEvent("label_setting",p.default.setting).registerEvent("addons",m.default).registerSetting("date",b.default).registerSetting("image_size",g.default).registerSetting("pro",_.default).registerSetting("sub_setting_toggle",y.default).registerSetting("width",k.default)}),x(document).ready(function(){AC.Form=new i.default("#cpac .ac-columns form"),AC.Modals.register(new a.default(document.querySelector("#ac-modal-pro")),"pro"),(new u.default).init(),new c.default(".sidebox#direct-feedback")})},function(t,e,n){"use strict";n(26),n(0),n(34),n(42),n(39);var i=function(t){return t&&t.__esModule?t:{default:t}}(n(59));function r(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var o=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.$form=jQuery(e),this.$container=jQuery("#cpac .ac-admin"),this.columns={},jQuery(document).trigger("AC_Form_Loaded"),this.init()}return function(t,e,n){e&&r(t.prototype,e),n&&r(t,n)}(t,[{key:"init",value:function(){this.initColumns(),this.bindFormEvents(),this.bindOrdering(),jQuery(document).trigger("AC_Form_Ready")}},{key:"bindOrdering",value:function(){this.$form.hasClass("ui-sortable")?this.$form.sortable("refresh"):this.$form.sortable({items:".ac-column",handle:".column_sort"})}},{key:"originalColumns",value:function(){var t=this,e=[];return Object.keys(t.columns).forEach(function(n){var i=t.columns[n];i.isOriginal()&&e.push(i.type)}),e}},{key:"bindFormEvents",value:function(){var t=this,e=jQuery(".sidebox a.submit, .column-footer a.submit");e.on("click",function(){e.attr("disabled","disabled"),t.submitForm().always(function(){e.removeAttr("disabled","disabled")})}),t.$container.find(".add_column").on("click",function(){t.addColumn()});var n=jQuery("#cpac .ac-boxes");n.hasClass("disabled")&&n.find(".ac-column").each(function(t,e){jQuery(e).data("column").disable(),jQuery(e).find("input, select").prop("disabled",!0)}),jQuery("a[data-clear-columns]").on("click",function(){t.resetColumns()})}},{key:"initColumns",value:function(){var t=this;t.columns=[],this.$form.find(".ac-column").each(function(){var e=jQuery(this),n=new i.default(e);n.bindEvents(),e.data("column",n),t.columns[n.name]=n})}},{key:"reindexColumns",value:function(){var t=this;t.columns=[],this.$form.find(".ac-column").each(function(){var e=jQuery(this).data("column");t.columns[e.name]=e})}},{key:"resetColumns",value:function(){var t=this;Object.keys(this.columns).forEach(function(e){t.columns[e].destroy()})}},{key:"serialize",value:function(){return this.$form.serialize()}},{key:"submitForm",value:function(){var t=this,e=jQuery.post(ajaxurl,{action:"ac_columns_save",data:this.serialize(),_ajax_nonce:AC._ajax_nonce,list_screen:AC.list_screen,layout:AC.layout,original_columns:AC.original_columns},function(e){e&&(e.success?(t.showMessage(e.data,"updated"),t.$container.addClass("stored")):e.data&&t.showMessage(e.data.message,"notice notice-warning"))},"json");return e.fail(function(t){}),jQuery(document).trigger("AC_Form_AfterUpdate",[t.$container]),e}},{key:"showMessage",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"updated",n=jQuery('<div class="ac-message hidden '+e+'"><p>'+t+"</p></div>");this.$container.find(".ac-message").stop().remove(),this.$container.find(".ac-boxes").before(n),n.slideDown()}},{key:"cloneColumn",value:function(t){return this._addColumnToForm(new i.default(t).clone(),t.hasClass("opened"))}},{key:"addColumn",value:function(){var t=jQuery("#add-new-column-template").find(".ac-column").clone(),e=new i.default(t).create();return this._addColumnToForm(e)}},{key:"removeColumn",value:function(t){this.columns[t]&&(this.columns[t].remove(),delete this.columns[t])}},{key:"_addColumnToForm",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return this.columns[t.name]=t,this.$form.append(t.$el),e&&t.open(),t.$el.hide().slideDown(),jQuery("html, body").animate({scrollTop:t.$el.offset().top-58},300),jQuery(document).trigger("AC_Column_Added",[t]),t}}]),t}();t.exports=o},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){"use strict";var i=n(24),r=n(15),o=n(10),a=n(2),u=n(35),c=n(50),s=n(41),l=n(57),f=n(5)("iterator"),d=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,e,n,v,p,m,g){c(n,e,v);var y,b,_,k=function(t){if(!d&&t in j)return j[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",x="values"==p,w=!1,j=t.prototype,S=j[f]||j["@@iterator"]||p&&j[p],$=S||k(p),A=p?x?k("entries"):$:void 0,O="Array"==e&&j.entries||S;if(O&&(_=l(O.call(new t)))!==Object.prototype&&_.next&&(s(_,C,!0),i||"function"==typeof _[f]||a(_,f,h)),x&&S&&"values"!==S.name&&(w=!0,$=function(){return S.call(this)}),i&&!g||!d&&!w&&j[f]||a(j,f,$),u[e]=$,u[C]=h,p)if(y={values:x?$:k("values"),keys:m?$:k("keys"),entries:A},g)for(b in y)b in j||o(j,b,y[b]);else r(r.P+r.F*(d||w),e,y);return y}},function(t,e,n){"use strict";var i=n(51),r=n(19),o=n(41),a={};n(2)(a,n(5)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(a,{next:r(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var i=n(14),r=n(52),o=n(40),a=n(38)("IE_PROTO"),u=function(){},c=function(){var t,e=n(18)("iframe"),i=o.length;for(e.style.display="none",n(56).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;i--;)delete c.prototype[o[i]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(u.prototype=i(t),n=new u,u.prototype=null,n[a]=t):n=c(),void 0===e?n:r(n,e)}},function(t,e,n){var i=n(8),r=n(14),o=n(37);t.exports=n(4)?Object.defineProperties:function(t,e){r(t);for(var n,a=o(e),u=a.length,c=0;u>c;)i.f(t,n=a[c++],e[n]);return t}},function(t,e,n){var i=n(11),r=n(36),o=n(54)(!1),a=n(38)("IE_PROTO");t.exports=function(t,e){var n,u=r(t),c=0,s=[];for(n in u)n!=a&&i(u,n)&&s.push(n);for(;e.length>c;)i(u,n=e[c++])&&(~o(s,n)||s.push(n));return s}},function(t,e,n){var i=n(36),r=n(21),o=n(55);t.exports=function(t){return function(e,n,a){var u,c=i(e),s=r(c.length),l=o(a,s);if(t&&n!=n){for(;s>l;)if((u=c[l++])!=u)return!0}else for(;s>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var i=n(22),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e,n){var i=n(1).document;t.exports=i&&i.documentElement},function(t,e,n){var i=n(11),r=n(16),o=n(38)("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var i=n(15),r=n(6),o=n(7);t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],a={};a[t]=e(n),i(i.S+i.F*o(function(){n(1)}),"Object",a)}},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}n(34),n(42),n(39),n(43),n(0),n(26);var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e,this.el=e[0],this.settings=[],this._type=this.$el.data("type")}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"isOriginal",value:function(){return 1===this.$el.data("original")}},{key:"isDisabled",value:function(){return this.$el.hasClass("disabled")}},{key:"disable",value:function(){return this.$el.addClass("disabled"),this}},{key:"enable",value:function(){return this.$el.removeClass("disabled"),this}},{key:"initNewInstance",value:function(){var t="_new_column_"+AC.Column.getNewIncementalName(),e=this.name;return this.$el.find("input, select, label").each(function(n,i){var r=jQuery(i);r.attr("name")&&r.attr("name",r.attr("name").replace("columns[".concat(e,"]"),"columns[".concat(t,"]"))),r.attr("id")&&r.attr("id",r.attr("id").replace("-".concat(e,"-"),"-".concat(t,"-")))}),this.name=t,AC.incremental_column_name++,this}},{key:"bindEvents",value:function(){var t=this;return t.$el.data("column",t),Object.keys(AC.Column.events).forEach(function(e){t.isBound(e)||(AC.Column.events[e](t),t.bind(e))}),this.bindSettings(),jQuery(document).trigger("AC_Column_InitSettings",[t]),this}},{key:"bindSettings",value:function(){var t=this;Object.keys(AC.Column.settings).forEach(function(e){t.isBound(e)||(AC.Column.settings[e](t),t.bind(e))})}},{key:"isBound",value:function(t){return this.$el.data(t)}},{key:"bind",value:function(t){this.$el.data(t,!0)}},{key:"destroy",value:function(){this.$el.remove()}},{key:"remove",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:350,e=this;this.$el.addClass("deleting").animate({opacity:0,height:0},t,function(){e.destroy()})}},{key:"toggle",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:150;this.$el.hasClass("opened")?this.close(t):this.open(t)}},{key:"close",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.$el.removeClass("opened").find(".ac-column-body").slideUp(t)}},{key:"open",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.$el.addClass("opened").find(".ac-column-body").slideDown(t)}},{key:"showMessage",value:function(t){this.$el.find(".ac-column-setting--type .msg").html(t).show()}},{key:"switchToType",value:function(t){var e=this;return jQuery.ajax({url:ajaxurl,method:"post",dataType:"json",data:{action:"ac_column_select",type:t,current_original_columns:AC.Form.originalColumns(),original_columns:AC.original_columns,list_screen:AC.list_screen,layout:AC.layout,_ajax_nonce:AC._ajax_nonce},success:function(n){if(!0===n.success){var i=jQuery(n.data);e.$el.replaceWith(i),e.$el=i,e.el=i[0],e._type=t,e.initNewInstance(),e.bindEvents(),e.open(),jQuery(document).trigger("AC_Column_Change",[e])}else e.showMessage(n.data.error)}})}},{key:"refresh",value:function(){var t=this,e=this.$el.find(":input").serializeArray(),n={action:"ac_column_refresh",_ajax_nonce:AC._ajax_nonce,list_screen:AC.list_screen,layout:AC.layout,column_name:this.name,original_columns:AC.original_columns};return jQuery.each(n,function(t,n){e.push({name:t,value:n})}),jQuery.ajax({type:"post",url:ajaxurl,data:e,success:function(e){if(!0===e.success){var n=jQuery(e.data);t.$el.replaceWith(n),t.$el=n,t.el=n[0],t.bindEvents(),t.open(),jQuery(document).trigger("AC_Column_Refresh",[t])}}})}},{key:"create",value:function(){return this.initNewInstance(),this.bindEvents(),jQuery(document).trigger("AC_Column_Created",[self]),this}},{key:"clone",value:function(){var e=this.$el.clone();e.data("column-name",this.$el.data("column-name"));var n=new t(e);return n.initNewInstance(),n.bindEvents(),n}},{key:"name",get:function(){return this.$el.data("column-name")},set:function(t){this.$el.data("column-name",t)}},{key:"type",get:function(){return this._type},set:function(t){this.$el.data("type",t)}}]),t}();t.exports=r},function(t,e,n){"use strict";var i=n(2),r=n(10),o=n(7),a=n(17),u=n(5);t.exports=function(t,e,n){var c=u(t),s=n(a,c,""[t]),l=s[0],f=s[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(r(String.prototype,t,l),i(RegExp.prototype,c,2==e?function(t,e){return f.call(t,this,e)}:function(t){return f.call(t,this)}))}},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.modals=[],this.number=1}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"register",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";e||(e="m"+this.number),this.modals[e]=t,this.number++}},{key:"get",value:function(t){return!!this.modals[t]&&this.modals[t]}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.events={},this.settings={},this.incremental_name=0}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"registerSetting",value:function(t,e){var n="s_"+t;return this.settings[n]&&console.error("Setting key already exists: "+t),this.settings[n]=e,this}},{key:"registerEvent",value:function(t,e){var n="e_"+t;return this.settings[n]&&console.error("Event key already exists: "+n),this.events[n]=e,this}},{key:"getNewIncementalName",value:function(){var t=this.incremental_name;return this.incremental_name++,t}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}n(39);var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.el=e,this.dialog=e.querySelector(".ac-modal__dialog"),this.initEvents()}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"initEvents",value:function(){var e=this,n=this;document.addEventListener("keydown",function(t){var n=event.key;e.isOpen()&&"Escape"===n&&e.close()});var i=this.el.querySelectorAll('[data-dismiss="modal"], .ac-modal__dialog__close');i.length>0&&i.forEach(function(t){t.addEventListener("click",function(t){t.preventDefault(),n.close()})}),this.el.addEventListener("click",function(){n.close()}),this.el.querySelector(".ac-modal__dialog").addEventListener("click",function(t){t.stopPropagation()}),void 0===document.querySelector("body").dataset.ac_modal_init&&(t.initGlobalEvents(),document.querySelector("body").dataset.ac_modal_init=1),this.el.AC_MODAL=n}},{key:"isOpen",value:function(){return this.el.classList.contains("-active")}},{key:"close",value:function(){this.el.classList.remove("-active")}},{key:"open",value:function(){this.el.classList.add("-active")}}],[{key:"initGlobalEvents",value:function(){jQuery(document).on("click","[data-ac-open-modal]",function(t){t.preventDefault();var e=t.target.dataset.acOpenModal,n=document.querySelector(e);n&&n.AC_MODAL&&n.AC_MODAL.open()})}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"init",value:function(){var t=jQuery;t("#ac_list_screen").on("change",function(){t(".view-link").hide(),t(this).parents("form").submit(),t(this).prop("disabled",!0).next(".spinner").css("display","inline-block")})}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}n(0);var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=jQuery(e),this.init()}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"init",value:function(){var t=this.$el;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()})}}]),t}();t.exports=r},function(t,e,n){"use strict";n(0);t.exports=function(t){t.$el.find('[data-toggle="column"]').click(function(e){e.preventDefault(),t.toggle()}).css("cursor","pointer")}},function(t,e,n){"use strict";n(26),n(0);t.exports=function(t){t.$el.find(".remove-button").click(function(e){e.preventDefault(),AC.Form.removeColumn(t.name)})}},function(t,e,n){"use strict";n(0);t.exports=function(t){t.$el.find(".clone-button").click(function(e){e.preventDefault(),t.isOriginal()||AC.Form.cloneColumn(t.$el)})}},function(t,e,n){"use strict";n(0);t.exports=function(t){var e=jQuery;t.$el.find('[data-refresh="column"]').on("change",function(){e(document).trigger("AC.column.prerefresh",t.$el),t.$el.addClass("loading"),setTimeout(function(){t.refresh().always(function(){t.$el.removeClass("loading")})},200)})}},function(t,e,n){"use strict";n(0);t.exports=function(t){var e=jQuery;t.$el.find("select.ac-setting-input_type").change(function(){t.$el.addClass("loading"),t.switchToType(e(this).val()).always(function(){t.$el.removeClass("loading"),AC.Form.reindexColumns()})})}},function(t,e,n){"use strict";n(0);t.exports=function(t){var e=t.$el;e.find(".ac-column-header [data-indicator-toggle]").each(function(){var t=jQuery,n=t(this),i=t(this).data("setting"),r=e.find(".ac-column-setting[data-setting="+i+"]").find(".col-input:first .ac-setting-input:first input[type=radio]");n.unbind("click").on("click",function(i){i.preventDefault(),e.hasClass("disabled")||(n.toggleClass("on"),t(this).hasClass("on")?r.filter("[value=on]").prop("checked",!0).trigger("click").trigger("change"):r.filter("[value=off]").prop("checked",!0).trigger("click").trigger("change"))}),r.on("change",function(){e.hasClass("disabled")||("on"===r.filter(":checked").val()?n.addClass("on"):n.removeClass("on"))})})}},function(t,e,n){"use strict";n(0);t.exports={label:function(t){var e=t.$el;e.find('select[data-label="update"]').change(function(){var t=e.find("input.ac-setting-input_label"),n=jQuery(this).find("option:selected").text();t.val(n),t.trigger("change")}),setTimeout(function(){var t=e.find(".column_label .toggle");jQuery.trim(t.html())&&t.width()<1&&t.html(e.find(".column_type .inner").html())},50)},setting:function(t){var e=t.$el;e.find(".ac-column-setting--label input").bind("keyup change",function(){var t=jQuery(this).val();jQuery(this).closest(".ac-column").find("td.column_label .inner > a.toggle").html(t)}).trigger("change"),e.find(".ac-column-body .col-label .label").hover(function(){jQuery(this).parents(".col-label").find("div.tooltip").show()},function(){jQuery(this).parents(".col-label").find("div.tooltip").hide()})}}},function(t,e,n){"use strict";n(0);t.exports=function(t){var e=jQuery,n=t.$el;n.find("[data-trigger] label").on("click",function(){var t=e(this).closest("td.input").data("trigger"),i=e("input",this).val(),r=n.find('[data-indicator-id="'+t+'"]').removeClass("on");"on"===i&&r.addClass("on");var o=n.find('[data-handle="'+t+'"]').addClass("hide");"on"===i&&o.removeClass("hide")}),n.find("[data-trigger]").each(function(){var t=e(this).data("trigger"),i=n.find('[data-handle="'+t+'"]').addClass("hide");"on"===e("input:checked",this).val()&&i.removeClass("hide")})}},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.column=e,this.setting=e.$el[0].querySelector(".ac-column-setting--image"),this.setting&&(this.field=this.setting.querySelector(".ac-setting-input select"),this.initState(),this.bindEvents())}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"getValue",value:function(){return this.field.value}},{key:"bindEvents",value:function(){var t=this;this.field.addEventListener("change",function(e){t.initState()})}},{key:"initState",value:function(){"cpac-custom"===this.getValue()?this.showSubsettings():this.hideSubsettings()}},{key:"hideSubsettings",value:function(){for(var t=this.setting.querySelectorAll(".ac-column-setting"),e=0;e<t.length;++e)t[e].style.display="none"}},{key:"showSubsettings",value:function(){for(var t=this.setting.querySelectorAll(".ac-column-setting"),e=0;e<t.length;++e)t[e].style.display="table"}},{key:"setValue",value:function(t){return this.field.value=t,this.trigger(this.field,"change"),this}},{key:"setWidth",value:function(t){var e=this.setting.querySelector('.ac-column-setting [name*="image_size_w"]');return e.value=t,this.trigger(e,"change"),this}},{key:"setHeight",value:function(t){var e=this.setting.querySelector('.ac-column-setting [name*="image_size_h"]');return e.value=t,this.trigger(e,"change"),this}},{key:"setSize",value:function(t,e){return this.setWidth(t),this.setHeight(e),this}},{key:"trigger",value:function(t,e){return t.dispatchEvent(new Event(e)),this}}]),t}();t.exports=function(t){t.settings.image=new r(t)}},function(t,e,n){"use strict";n(0);t.exports=function(t){var e=jQuery,n={value_show:"on",subfield:".ac-column-setting"};function i(t,e){var i=e.filter(":checked").val(),r=t.find(n.subfield);n.value_show===i?r.show():r.hide()}t.$el.find(".ac-column-setting--filter,.ac-column-setting--sort,.ac-column-setting--edit").each(function(){var t=e(this),n=e(this).find('.ac-setting-input input[type="radio"]');i(t,n),n.on("change",function(){i(t,n)})})}},function(t,e,n){"use strict";n(0);t.exports=function(t){var e=jQuery;t.$el.find(".ac-column-setting--date").each(function(){var t=e(this),n=t.find("input.custom"),i=t.find(".ac-setting-input-date__custom"),r=t.find(".ac-setting-input-date__value"),o=t.find(".ac-setting-input-date__example"),a=t.find("input[type=radio]:checked"),u=t.find(".help-msg");t.find("input[type=radio]").on("change",function(){var t=e(this),n=t.closest("label"),a=n.find("code").text(),c=n.find(".ac-setting-input-date__more").html();a&&i.val(a).trigger("change"),t.hasClass("diff")&&(i.val(""),o.text("")),i.prop("disabled",!0),t.hasClass("custom")&&(t.val(i.val()),i.prop("disabled",!1),u.show()),u.hide(),c&&u.html(c).show(),r.val(t.val())}),i.on("change",function(){o.html('<span class="spinner is-active"></span>'),n.val(i.val());var t=e(this).val();t?(e.ajax({url:ajaxurl,method:"post",data:{action:"date_format",date:t}}).done(function(t){o.text(t)}),r.val(t)):o.text("")}),a.trigger("change"),0===a.length&&n.trigger("click")})}},function(t,e,n){"use strict";n(0);t.exports=function(t){t.$el.find(".ac-column-setting--pro").each(function(){var t=jQuery(this);t.find("input").on("click",function(e){e.preventDefault(),t.find("[data-ac-open-modal]").trigger("click")})})}},function(t,e,n){"use strict";n(43),n(0),jQuery.fn.column_width_slider=function(){var t=jQuery,e=t(this).find(".ac-setting-input-width"),n=e.find(".description input"),i=e.find(".unit-select input").filter(":checked").val(),r=n.val(),o=e.find(".width-slider"),a=t(this).find(".ac-column-header .ac-column-heading-setting--width");"%"===i&&r>100&&(r=100),n.val(r),o.slider({range:"min",min:0,max:"%"===i?100:500,value:r,slide:function(t,e){n.val(e.value),a.trigger("update"),n.trigger("validate")}})};t.exports=function(t){var e=t.$el;e.find(".ac-column-setting--width").each(function(){e.column_width_slider();var t=e.find(".ac-column-header .ac-column-heading-setting--width");t.on("update",function(){var t=e.find(".ac-setting-input-width .description input").val(),n=e.find(".ac-setting-input-width .description .unit").text();t>0?$(this).text(t+n):$(this).text("")}),e.find(".ac-setting-input-width .unit-select label").on("click",function(){e.find("span.unit").text($(this).find("input").val()),e.column_width_slider(),t.trigger("update")});var n=e.find(".ac-setting-input-width .description input").on("keyup",function(){e.column_width_slider(),$(this).trigger("validate"),t.trigger("update")}).on("validate",function(){var t=n.val(),e=$.trim(t);$.isNumeric(e)||(e=e.replace(/\D/g,"")),e.length>3&&(e=e.substring(0,3)),e<=0&&(e=""),e!==t&&n.val(e)})})}},function(t,e){t.exports=jQuery}]);
|
1 |
+
!function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=68)}([function(t,e,n){var i=n(26)("wks"),r=n(12),o=n(1).Symbol,a="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=a&&o[t]||(a?o:r)("Symbol."+t))}).store=i},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){t.exports=!n(6)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){"use strict";var i=n(14),r=n(37)(5),o=!0;"find"in[]&&Array(1).find(function(){o=!1}),i(i.P+i.F*o,"Array",{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n(28)("find")},function(t,e,n){var i=n(7),r=n(19);t.exports=n(3)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var i=n(9),r=n(32),o=n(33),a=Object.defineProperty;e.f=n(3)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var i=n(1),r=n(5),o=n(11),a=n(12)("src"),u=Function.toString,c=(""+u).split("toString");n(10).inspectSource=function(t){return u.call(t)},(t.exports=function(t,e,n,u){var s="function"==typeof n;s&&(o(n,"name")||r(n,"name",e)),t[e]!==n&&(s&&(o(n,a)||r(n,a,t[e]?""+t[e]:c.join(String(e)))),t===i?t[e]=n:u?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||u.call(this)})},function(t,e,n){var i=n(2);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},function(t,e,n){var i=n(36);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var i=n(1),r=n(10),o=n(5),a=n(8),u=n(13),c=function(t,e,n){var s,l,f,d,h=t&c.F,v=t&c.G,p=t&c.S,m=t&c.P,g=t&c.B,y=v?i:p?i[e]||(i[e]={}):(i[e]||{}).prototype,b=v?r:r[e]||(r[e]={}),_=b.prototype||(b.prototype={});for(s in v&&(n=e),n)f=((l=!h&&y&&void 0!==y[s])?y:n)[s],d=g&&l?u(f,i):m&&"function"==typeof f?u(Function.call,f):f,y&&a(y,s,f,t&c.U),b[s]!=f&&o(b,s,d),m&&_[s]!=f&&(_[s]=f)};i.core=r,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(17);t.exports=function(t){return Object(i(t))}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){t.exports={}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var i=n(25),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(24),r=n(17);t.exports=function(t){return i(r(t))}},function(t,e,n){for(var i=n(29),r=n(30),o=n(8),a=n(1),u=n(5),c=n(18),s=n(0),l=s("iterator"),f=s("toStringTag"),d=c.Array,h={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},v=r(h),p=0;p<v.length;p++){var m,g=v[p],y=h[g],b=a[g],_=b&&b.prototype;if(_&&(_[l]||u(_,l,d),_[f]||u(_,f,g),c[g]=d,y))for(m in i)_[m]||o(_,m,i[m],!0)}},function(t,e,n){var i=n(2),r=n(1).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(15);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e,n){var i=n(10),r=n(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(27)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!1},function(t,e,n){var i=n(0)("unscopables"),r=Array.prototype;void 0==r[i]&&n(5)(r,i,{}),t.exports=function(t){r[i][t]=!0}},function(t,e,n){"use strict";var i=n(28),r=n(42),o=n(18),a=n(21);t.exports=n(43)(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e,n){var i=n(45),r=n(34);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(26)("keys"),r=n(12);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){t.exports=!n(3)&&!n(6)(function(){return 7!=Object.defineProperty(n(23)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var i=n(2);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var i=n(7).f,r=n(11),o=n(0)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(13),r=n(24),o=n(16),a=n(20),u=n(38);t.exports=function(t,e){var n=1==t,c=2==t,s=3==t,l=4==t,f=6==t,d=5==t||f,h=e||u;return function(e,u,v){for(var p,m,g=o(e),y=r(g),b=i(u,v,3),_=a(y.length),k=0,C=n?h(e,_):c?h(e,0):void 0;_>k;k++)if((d||k in y)&&(m=b(p=y[k],k,g),t))if(n)C[k]=m;else if(m)switch(t){case 3:return!0;case 5:return p;case 6:return k;case 2:C.push(p)}else if(l)return!1;return f?-1:s||l?l:C}}},function(t,e,n){var i=n(39);t.exports=function(t,e){return new(i(t))(e)}},function(t,e,n){var i=n(2),r=n(40),o=n(0)("species");t.exports=function(t){var e;return r(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!r(e.prototype)||(e=void 0),i(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},function(t,e,n){var i=n(15);t.exports=Array.isArray||function(t){return"Array"==i(t)}},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.modals=[],this.number=1}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"register",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e||(e="m"+this.number),this.modals[e]=t,this.number++,t}},{key:"get",value:function(t){return!!this.modals[t]&&this.modals[t]}}],[{key:"init",value:function(){return void 0===AdminColumns.Modals&&(AdminColumns.Modals=new this),AdminColumns.Modals}}]),t}();t.exports=r},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){"use strict";var i=n(27),r=n(14),o=n(8),a=n(5),u=n(18),c=n(50),s=n(35),l=n(55),f=n(0)("iterator"),d=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,e,n,v,p,m,g){c(n,e,v);var y,b,_,k=function(t){if(!d&&t in j)return j[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",x="values"==p,w=!1,j=t.prototype,S=j[f]||j["@@iterator"]||p&&j[p],E=S||k(p),A=p?x?k("entries"):E:void 0,$="Array"==e&&j.entries||S;if($&&(_=l($.call(new t)))!==Object.prototype&&_.next&&(s(_,C,!0),i||"function"==typeof _[f]||a(_,f,h)),x&&S&&"values"!==S.name&&(w=!0,E=function(){return S.call(this)}),i&&!g||!d&&!w&&j[f]||a(j,f,E),u[e]=E,u[C]=h,p)if(y={values:x?E:k("values"),keys:m?E:k("keys"),entries:A},g)for(b in y)b in j||o(j,b,y[b]);else r(r.P+r.F*(d||w),e,y);return y}},function(t,e,n){var i=n(9),r=n(51),o=n(34),a=n(31)("IE_PROTO"),u=function(){},c=function(){var t,e=n(23)("iframe"),i=o.length;for(e.style.display="none",n(54).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;i--;)delete c.prototype[o[i]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(u.prototype=i(t),n=new u,u.prototype=null,n[a]=t):n=c(),void 0===e?n:r(n,e)}},function(t,e,n){var i=n(11),r=n(21),o=n(52)(!1),a=n(31)("IE_PROTO");t.exports=function(t,e){var n,u=r(t),c=0,s=[];for(n in u)n!=a&&i(u,n)&&s.push(n);for(;e.length>c;)i(u,n=e[c++])&&(~o(s,n)||s.push(n));return s}},function(t,e,n){var i=n(16),r=n(30);n(56)("keys",function(){return function(t){return r(i(t))}})},function(t,e,n){n(48)("replace",2,function(t,e,n){return[function(i,r){"use strict";var o=t(this),a=void 0==i?void 0:i[e];return void 0!==a?a.call(i,o,r):n.call(String(o),i,r)},n]})},function(t,e,n){"use strict";var i=n(5),r=n(8),o=n(6),a=n(17),u=n(0);t.exports=function(t,e,n){var c=u(t),s=n(a,c,""[t]),l=s[0],f=s[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(r(String.prototype,t,l),i(RegExp.prototype,c,2==e?function(t,e){return f.call(t,this,e)}:function(t){return f.call(t,this)}))}},function(t,e,n){var i=n(7).f,r=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in r||n(3)&&i(r,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},function(t,e,n){"use strict";var i=n(44),r=n(19),o=n(35),a={};n(5)(a,n(0)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(a,{next:r(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var i=n(7),r=n(9),o=n(30);t.exports=n(3)?Object.defineProperties:function(t,e){r(t);for(var n,a=o(e),u=a.length,c=0;u>c;)i.f(t,n=a[c++],e[n]);return t}},function(t,e,n){var i=n(21),r=n(20),o=n(53);t.exports=function(t){return function(e,n,a){var u,c=i(e),s=r(c.length),l=o(a,s);if(t&&n!=n){for(;s>l;)if((u=c[l++])!=u)return!0}else for(;s>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var i=n(25),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e,n){var i=n(1).document;t.exports=i&&i.documentElement},function(t,e,n){var i=n(11),r=n(16),o=n(31)("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var i=n(14),r=n(10),o=n(6);t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],a={};a[t]=e(n),i(i.S+i.F*o(function(){n(1)}),"Object",a)}},,function(t,e,n){"use strict";n(22);var i=function(t){return t&&t.__esModule?t:{default:t}}(n(41));function r(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var o=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),e&&(this.el=e,this.dialog=e.querySelector(".ac-modal__dialog"),this.initEvents())}return function(t,e,n){e&&r(t.prototype,e),n&&r(t,n)}(t,[{key:"initEvents",value:function(){var e=this,n=this;document.addEventListener("keydown",function(t){var n=event.key;e.isOpen()&&"Escape"===n&&e.close()});var i=this.el.querySelectorAll('[data-dismiss="modal"], .ac-modal__dialog__close');i.length>0&&i.forEach(function(t){t.addEventListener("click",function(t){t.preventDefault(),n.close()})}),this.el.addEventListener("click",function(){n.close()}),this.el.querySelector(".ac-modal__dialog").addEventListener("click",function(t){t.stopPropagation()}),void 0===document.querySelector("body").dataset.ac_modal_init&&(t.initGlobalEvents(),document.querySelector("body").dataset.ac_modal_init=1),this.el.AC_MODAL=n}},{key:"isOpen",value:function(){return this.el.classList.contains("-active")}},{key:"close",value:function(){this.onClose(),this.el.classList.remove("-active")}},{key:"open",value:function(){this.onOpen(),this.el.classList.add("-active")}},{key:"onClose",value:function(){}},{key:"onOpen",value:function(){}}],[{key:"initGlobalEvents",value:function(){jQuery(document).on("click","[data-ac-open-modal]",function(t){t.preventDefault();var e=t.target.dataset.acOpenModal,n=document.querySelector(e);n&&n.AC_MODAL&&n.AC_MODAL.open()}),jQuery(document).on("click","[data-ac-modal]",function(t){t.preventDefault();var e=jQuery(this).data("ac-modal");i.default.init().get(e)&&i.default.init().get(e).open()})}}]),t}();t.exports=o},,,,,,,,,,function(t,e,n){t.exports=n(69)},function(t,e,n){"use strict";var i=x(n(70)),r=x(n(41)),o=x(n(72)),a=x(n(58)),u=x(n(73)),c=x(n(74)),s=x(n(75)),l=x(n(76)),f=x(n(77)),d=x(n(78)),h=x(n(79)),v=x(n(80)),p=x(n(81)),m=x(n(82)),g=x(n(83)),y=x(n(84)),b=x(n(85)),_=x(n(86)),k=x(n(87)),C=x(n(88));function x(t){return t&&t.__esModule?t:{default:t}}var w=$=n(89);AC.Column=new o.default,AdminColumns.Column=AC.Column,w(document).on("AC_Form_Loaded",function(){AdminColumns.Column.registerEvent("toggle",s.default).registerEvent("remove",l.default).registerEvent("clone",f.default).registerEvent("refresh",d.default).registerEvent("type_selector",h.default).registerEvent("indicator",v.default).registerEvent("label",p.default.label).registerEvent("label_setting",p.default.setting).registerEvent("addons",m.default).registerSetting("date",b.default).registerSetting("image_size",g.default).registerSetting("pro",_.default).registerSetting("sub_setting_toggle",y.default).registerSetting("width",k.default).registerSetting("label",C.default)}),w(document).ready(function(){AC.Form=new i.default("#cpac .ac-columns form"),r.default.init().register(new a.default(document.querySelector("#ac-modal-pro")),"pro"),(new u.default).init(),new c.default(".sidebox#direct-feedback")})},function(t,e,n){"use strict";n(49),n(4),n(29),n(46),n(22);var i=function(t){return t&&t.__esModule?t:{default:t}}(n(71));function r(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var o=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.$form=jQuery(e),this.$container=jQuery("#cpac .ac-admin"),this.columns={},jQuery(document).trigger("AC_Form_Loaded"),this.init()}return function(t,e,n){e&&r(t.prototype,e),n&&r(t,n)}(t,[{key:"init",value:function(){this.initColumns(),this.bindFormEvents(),this.bindOrdering(),jQuery(document).trigger("AC_Form_Ready")}},{key:"bindOrdering",value:function(){this.$form.hasClass("ui-sortable")?this.$form.sortable("refresh"):this.$form.sortable({items:".ac-column",handle:".column_sort"})}},{key:"originalColumns",value:function(){var t=this,e=[];return Object.keys(t.columns).forEach(function(n){var i=t.columns[n];i.isOriginal()&&e.push(i.type)}),e}},{key:"bindFormEvents",value:function(){var t=this,e=jQuery(".sidebox a.submit, .column-footer a.submit");e.on("click",function(){e.attr("disabled","disabled"),t.submitForm().always(function(){e.removeAttr("disabled","disabled")})}),t.$container.find(".add_column").on("click",function(){t.addColumn()});var n=jQuery("#cpac .ac-boxes");n.hasClass("disabled")&&n.find(".ac-column").each(function(t,e){jQuery(e).data("column").disable(),jQuery(e).find("input, select").prop("disabled",!0)}),jQuery("a[data-clear-columns]").on("click",function(){t.resetColumns()})}},{key:"initColumns",value:function(){var t=this;t.columns=[],this.$form.find(".ac-column").each(function(){var e=jQuery(this),n=new i.default(e);n.bindEvents(),e.data("column",n),t.columns[n.name]=n})}},{key:"reindexColumns",value:function(){var t=this;t.columns=[],this.$form.find(".ac-column").each(function(){var e=jQuery(this).data("column");t.columns[e.name]=e})}},{key:"resetColumns",value:function(){var t=this;Object.keys(this.columns).forEach(function(e){t.columns[e].destroy()})}},{key:"serialize",value:function(){return this.$form.serialize()}},{key:"submitForm",value:function(){var t=this,e=jQuery.post(ajaxurl,{action:"ac_columns_save",data:this.serialize(),_ajax_nonce:AC._ajax_nonce,list_screen:AC.list_screen,layout:AC.layout,original_columns:AC.original_columns},function(e){e&&(e.success?(t.showMessage(e.data,"updated"),t.$container.addClass("stored")):e.data&&t.showMessage(e.data.message,"notice notice-warning"))},"json");return e.fail(function(t){}),jQuery(document).trigger("AC_Form_AfterUpdate",[t.$container]),e}},{key:"showMessage",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"updated",n=jQuery('<div class="ac-message hidden '+e+'"><p>'+t+"</p></div>");this.$container.find(".ac-message").stop().remove(),this.$container.find(".ac-boxes").before(n),n.slideDown()}},{key:"cloneColumn",value:function(t){return this._addColumnToForm(new i.default(t).clone(),t.hasClass("opened"))}},{key:"addColumn",value:function(){var t=jQuery("#add-new-column-template").find(".ac-column").clone(),e=new i.default(t).create();return this._addColumnToForm(e)}},{key:"removeColumn",value:function(t){this.columns[t]&&(this.columns[t].remove(),delete this.columns[t])}},{key:"_addColumnToForm",value:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return this.columns[t.name]=t,this.$form.append(t.$el),e&&t.open(),t.$el.hide().slideDown(),jQuery("html, body").animate({scrollTop:t.$el.offset().top-58},300),jQuery(document).trigger("AC_Column_Added",[t]),t}}]),t}();t.exports=o},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}n(29),n(46),n(22),n(47),n(4),n(49);var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=e,this.el=e[0],this.settings=[],this._type=this.$el.data("type")}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"isOriginal",value:function(){return 1===this.$el.data("original")}},{key:"isDisabled",value:function(){return this.$el.hasClass("disabled")}},{key:"disable",value:function(){return this.$el.addClass("disabled"),this}},{key:"enable",value:function(){return this.$el.removeClass("disabled"),this}},{key:"initNewInstance",value:function(){var t="_new_column_"+AC.Column.getNewIncementalName(),e=this.name;return this.$el.find("input, select, label").each(function(n,i){var r=jQuery(i);r.attr("name")&&r.attr("name",r.attr("name").replace("columns[".concat(e,"]"),"columns[".concat(t,"]"))),r.attr("id")&&r.attr("id",r.attr("id").replace("-".concat(e,"-"),"-".concat(t,"-")))}),this.name=t,AC.incremental_column_name++,this}},{key:"bindEvents",value:function(){var t=this;return t.$el.data("column",t),Object.keys(AC.Column.events).forEach(function(e){t.isBound(e)||(AC.Column.events[e](t),t.bind(e))}),this.bindSettings(),jQuery(document).trigger("AC_Column_InitSettings",[t]),this}},{key:"bindSettings",value:function(){var t=this;Object.keys(AC.Column.settings).forEach(function(e){t.isBound(e)||(AC.Column.settings[e](t),t.bind(e))})}},{key:"isBound",value:function(t){return this.$el.data(t)}},{key:"bind",value:function(t){this.$el.data(t,!0)}},{key:"destroy",value:function(){this.$el.remove()}},{key:"remove",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:350,e=this;this.$el.addClass("deleting").animate({opacity:0,height:0},t,function(){e.destroy()})}},{key:"toggle",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:150;this.$el.hasClass("opened")?this.close(t):this.open(t)}},{key:"close",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.$el.removeClass("opened").find(".ac-column-body").slideUp(t)}},{key:"open",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.$el.addClass("opened").find(".ac-column-body").slideDown(t)}},{key:"showMessage",value:function(t){this.$el.find(".ac-column-setting--type .msg").html(t).show()}},{key:"switchToType",value:function(t){var e=this;return jQuery.ajax({url:ajaxurl,method:"post",dataType:"json",data:{action:"ac_column_select",type:t,current_original_columns:AC.Form.originalColumns(),original_columns:AC.original_columns,list_screen:AC.list_screen,layout:AC.layout,_ajax_nonce:AC._ajax_nonce},success:function(n){if(!0===n.success){var i=jQuery(n.data);e.$el.replaceWith(i),e.$el=i,e.el=i[0],e._type=t,e.initNewInstance(),e.bindEvents(),e.open(),jQuery(document).trigger("AC_Column_Change",[e])}else e.showMessage(n.data.error)}})}},{key:"refresh",value:function(){var t=this,e=this.$el.find(":input").serializeArray(),n={action:"ac_column_refresh",_ajax_nonce:AC._ajax_nonce,list_screen:AC.list_screen,layout:AC.layout,column_name:this.name,original_columns:AC.original_columns};return jQuery.each(n,function(t,n){e.push({name:t,value:n})}),jQuery.ajax({type:"post",url:ajaxurl,data:e,success:function(e){if(!0===e.success){var n=jQuery(e.data);t.$el.replaceWith(n),t.$el=n,t.el=n[0],t.bindEvents(),t.open(),jQuery(document).trigger("AC_Column_Refresh",[t])}}})}},{key:"create",value:function(){return this.initNewInstance(),this.bindEvents(),jQuery(document).trigger("AC_Column_Created",[self]),this}},{key:"clone",value:function(){var e=this.$el.clone();e.data("column-name",this.$el.data("column-name"));var n=new t(e);return n.initNewInstance(),n.bindEvents(),n}},{key:"name",get:function(){return this.$el.data("column-name")},set:function(t){this.$el.data("column-name",t)}},{key:"type",get:function(){return this._type},set:function(t){this.$el.data("type",t)}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.events={},this.settings={},this.incremental_name=0}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"registerSetting",value:function(t,e){var n="s_"+t;return this.settings[n]&&console.error("Setting key already exists: "+t),this.settings[n]=e,this}},{key:"registerEvent",value:function(t,e){var n="e_"+t;return this.settings[n]&&console.error("Event key already exists: "+n),this.events[n]=e,this}},{key:"getNewIncementalName",value:function(){var t=this.incremental_name;return this.incremental_name++,t}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"init",value:function(){var t=jQuery;t("#ac_list_screen").on("change",function(){t(".view-link").hide(),t(this).parents("form").submit(),t(this).prop("disabled",!0).next(".spinner").css("display","inline-block")})}}]),t}();t.exports=r},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}n(4);var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=jQuery(e),this.init()}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"init",value:function(){var t=this.$el;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()})}}]),t}();t.exports=r},function(t,e,n){"use strict";n(4);t.exports=function(t){t.$el.find('[data-toggle="column"]').click(function(e){e.preventDefault(),t.toggle()}).css("cursor","pointer")}},function(t,e,n){"use strict";n(49),n(4);t.exports=function(t){t.$el.find(".remove-button").click(function(e){e.preventDefault(),AC.Form.removeColumn(t.name)})}},function(t,e,n){"use strict";n(4);t.exports=function(t){t.$el.find(".clone-button").click(function(e){e.preventDefault(),t.isOriginal()||AC.Form.cloneColumn(t.$el)})}},function(t,e,n){"use strict";n(4);t.exports=function(t){var e=jQuery;t.$el.find('[data-refresh="column"]').on("change",function(){e(document).trigger("AC.column.prerefresh",t.$el),t.$el.addClass("loading"),setTimeout(function(){t.refresh().always(function(){t.$el.removeClass("loading")})},200)})}},function(t,e,n){"use strict";n(4);t.exports=function(t){var e=jQuery;t.$el.find("select.ac-setting-input_type").change(function(){t.$el.addClass("loading"),t.switchToType(e(this).val()).always(function(){t.$el.removeClass("loading"),AC.Form.reindexColumns()})})}},function(t,e,n){"use strict";n(4);t.exports=function(t){var e=t.$el;e.find(".ac-column-header [data-indicator-toggle]").each(function(){var t=jQuery,n=t(this),i=t(this).data("setting"),r=e.find(".ac-column-setting[data-setting="+i+"]").find(".col-input:first .ac-setting-input:first input[type=radio]");n.unbind("click").on("click",function(i){i.preventDefault(),e.hasClass("disabled")||(n.toggleClass("on"),t(this).hasClass("on")?r.filter("[value=on]").prop("checked",!0).trigger("click").trigger("change"):r.filter("[value=off]").prop("checked",!0).trigger("click").trigger("change"))}),r.on("change",function(){e.hasClass("disabled")||("on"===r.filter(":checked").val()?n.addClass("on"):n.removeClass("on"))})})}},function(t,e,n){"use strict";n(4);t.exports={label:function(t){var e=t.$el;e.find('select[data-label="update"]').change(function(){var t=e.find("input.ac-setting-input_label"),n=jQuery(this).find("option:selected").text();t.val(n),t.trigger("change")}),setTimeout(function(){var t=e.find(".column_label .toggle");jQuery.trim(t.html())&&t.width()<1&&t.html(e.find(".column_type .inner").html())},50)},setting:function(t){var e=t.$el;e.find(".ac-column-setting--label input").bind("keyup change",function(){var t=jQuery(this).val();jQuery(this).closest(".ac-column").find("td.column_label .inner > a.toggle").html(t)}).trigger("change"),e.find(".ac-column-body .col-label .label").hover(function(){jQuery(this).parents(".col-label").find("div.tooltip").show()},function(){jQuery(this).parents(".col-label").find("div.tooltip").hide()})}}},function(t,e,n){"use strict";n(4);t.exports=function(t){var e=jQuery,n=t.$el;n.find("[data-trigger] label").on("click",function(){var t=e(this).closest("td.input").data("trigger"),i=e("input",this).val(),r=n.find('[data-indicator-id="'+t+'"]').removeClass("on");"on"===i&&r.addClass("on");var o=n.find('[data-handle="'+t+'"]').addClass("hide");"on"===i&&o.removeClass("hide")}),n.find("[data-trigger]").each(function(){var t=e(this).data("trigger"),i=n.find('[data-handle="'+t+'"]').addClass("hide");"on"===e("input:checked",this).val()&&i.removeClass("hide")})}},function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var r=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.column=e,this.setting=e.$el[0].querySelector(".ac-column-setting--image"),this.setting&&(this.field=this.setting.querySelector(".ac-setting-input select"),this.initState(),this.bindEvents())}return function(t,e,n){e&&i(t.prototype,e),n&&i(t,n)}(t,[{key:"getValue",value:function(){return this.field.value}},{key:"bindEvents",value:function(){var t=this;this.field.addEventListener("change",function(e){t.initState()})}},{key:"initState",value:function(){"cpac-custom"===this.getValue()?this.showSubsettings():this.hideSubsettings()}},{key:"hideSubsettings",value:function(){for(var t=this.setting.querySelectorAll(".ac-column-setting"),e=0;e<t.length;++e)t[e].style.display="none"}},{key:"showSubsettings",value:function(){for(var t=this.setting.querySelectorAll(".ac-column-setting"),e=0;e<t.length;++e)t[e].style.display="table"}},{key:"setValue",value:function(t){return this.field.value=t,this.trigger(this.field,"change"),this}},{key:"setWidth",value:function(t){var e=this.setting.querySelector('.ac-column-setting [name*="image_size_w"]');return e.value=t,this.trigger(e,"change"),this}},{key:"setHeight",value:function(t){var e=this.setting.querySelector('.ac-column-setting [name*="image_size_h"]');return e.value=t,this.trigger(e,"change"),this}},{key:"setSize",value:function(t,e){return this.setWidth(t),this.setHeight(e),this}},{key:"trigger",value:function(t,e){return t.dispatchEvent(new Event(e)),this}}]),t}();t.exports=function(t){t.settings.image=new r(t)}},function(t,e,n){"use strict";n(4);t.exports=function(t){var e=jQuery,n={value_show:"on",subfield:".ac-column-setting"};function i(t,e){var i=e.filter(":checked").val(),r=t.find(n.subfield);n.value_show===i?r.show():r.hide()}t.$el.find(".ac-column-setting--filter,.ac-column-setting--sort,.ac-column-setting--edit").each(function(){var t=e(this),n=e(this).find('.ac-setting-input input[type="radio"]');i(t,n),n.on("change",function(){i(t,n)})})}},function(t,e,n){"use strict";n(4);t.exports=function(t){var e=jQuery;t.$el.find(".ac-column-setting--date").each(function(){var t=e(this),n=t.find("input.custom"),i=t.find(".ac-setting-input-date__custom"),r=t.find(".ac-setting-input-date__value"),o=t.find(".ac-setting-input-date__example"),a=t.find("input[type=radio]:checked"),u=t.find(".help-msg");t.find("input[type=radio]").on("change",function(){var t=e(this),n=t.closest("label"),a=n.find("code").text(),c=n.find(".ac-setting-input-date__more").html();a&&i.val(a).trigger("change"),t.hasClass("diff")&&(i.val(""),o.text("")),i.prop("disabled",!0),t.hasClass("custom")&&(t.val(i.val()),i.prop("disabled",!1),u.show()),u.hide(),c&&u.html(c).show(),r.val(t.val())}),i.on("change",function(){o.html('<span class="spinner is-active"></span>'),n.val(i.val());var t=e(this).val();t?(e.ajax({url:ajaxurl,method:"post",data:{action:"date_format",date:t}}).done(function(t){o.text(t)}),r.val(t)):o.text("")}),a.trigger("change"),0===a.length&&n.trigger("click")})}},function(t,e,n){"use strict";n(4);t.exports=function(t){t.$el.find(".ac-column-setting--pro").each(function(){var t=jQuery(this);t.find("input").on("click",function(e){e.preventDefault(),t.find("[data-ac-open-modal]").trigger("click")})})}},function(t,e,n){"use strict";n(47),n(4),jQuery.fn.column_width_slider=function(){var t=jQuery,e=t(this).find(".ac-setting-input-width"),n=e.find(".description input"),i=e.find(".unit-select input").filter(":checked").val(),r=n.val(),o=e.find(".width-slider"),a=t(this).find(".ac-column-header .ac-column-heading-setting--width");"%"===i&&r>100&&(r=100),n.val(r),o.slider({range:"min",min:0,max:"%"===i?100:500,value:r,slide:function(t,e){n.val(e.value),a.trigger("update"),n.trigger("validate")}})};t.exports=function(t){var e=t.$el;e.find(".ac-column-setting--width").each(function(){e.column_width_slider();var t=e.find(".ac-column-header .ac-column-heading-setting--width");t.on("update",function(){var t=e.find(".ac-setting-input-width .description input").val(),n=e.find(".ac-setting-input-width .description .unit").text();t>0?$(this).text(t+n):$(this).text("")}),e.find(".ac-setting-input-width .unit-select label").on("click",function(){e.find("span.unit").text($(this).find("input").val()),e.column_width_slider(),t.trigger("update")});var n=e.find(".ac-setting-input-width .description input").on("keyup",function(){e.column_width_slider(),$(this).trigger("validate"),t.trigger("update")}).on("validate",function(){var t=n.val(),e=$.trim(t);$.isNumeric(e)||(e=e.replace(/\D/g,"")),e.length>3&&(e=e.substring(0,3)),e<=0&&(e=""),e!==t&&n.val(e)})})}},function(t,e,n){"use strict";n(22);var i=o(n(41)),r=o(n(58));function o(t){return t&&t.__esModule?t:{default:t}}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}var u=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.column=e,this.setting=e.el.querySelector(".ac-column-setting--label"),this.iconpicker=this.setting.querySelector(".-iconpicker"),this.iconpicker&&(this._dashicon=!1,this.modal=i.default.init().register(new r.default(this.setting.querySelector(".-iconpicker"))),this.field=this.setting.querySelector(".ac-setting-input_label"),this.initValue(),this.bindEvents())}return function(t,e,n){e&&a(t.prototype,e),n&&a(t,n)}(t,[{key:"initValue",value:function(){var t=this,e=document.createRange().createContextualFragment(this.getValue()).querySelector(".dashicons");e?e.classList.forEach(function(e){if(-1!==e.indexOf("dashicons-")){var n="."+e,i=t.iconpicker.querySelector(n);i&&(i.parentElement.classList.add("active"),t.setIconSelection(i.parentElement.dataset.dashicon))}}):t.setIconSelection(!1)}},{key:"bindEvents",value:function(){var t=this;this.setting.querySelector(".ac-setting-label-icon").addEventListener("click",function(e){e.preventDefault(),t.modal.open()}),this.setting.querySelector('[data-action="submit"]').addEventListener("click",function(e){e.preventDefault(),t.getIconSelection()&&t.setDashicon(t.getIconSelection()),t.modal.close()}),this.iconpicker.querySelectorAll(".ac-ipicker__icon").forEach(function(e){e.addEventListener("click",function(n){n.preventDefault();var i=this.dataset.dashicon;i&&t.setIconSelection(i),t.setting.querySelectorAll(".ac-ipicker__icon").forEach(function(t){t.classList.remove("active")}),e.classList.add("active")})})}},{key:"getValue",value:function(){return this.field.value}},{key:"setValue",value:function(t){this.field.value=t;var e=new Event("change");this.field.dispatchEvent(e)}},{key:"setIconSelection",value:function(t){var e=this.setting.querySelector(".ac-ipicker__selection");this._dashicon=t,e.innerHTML='<span class="dashicons dashicons-'.concat(t,'"></span>'),e.style.visibility=t?"visible":"hidden"}},{key:"getIconSelection",value:function(){return this._dashicon}},{key:"setDashicon",value:function(t){this.setValue('<span class="dashicons dashicons-'.concat(t,'"></span>'))}}]),t}();t.exports=function(t){t.settings.label=new u(t)}},function(t,e){t.exports=jQuery}]);
|
assets/js/admin-page-columns.js.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./js/admin-page-columns.js","webpack:///./js/admin/columns/column.js","webpack:///./js/admin/columns/events/addons.js","webpack:///./js/admin/columns/events/clone.js","webpack:///./js/admin/columns/events/indicator.js","webpack:///./js/admin/columns/events/label.js","webpack:///./js/admin/columns/events/refresh.js","webpack:///./js/admin/columns/events/remove.js","webpack:///./js/admin/columns/events/toggle.js","webpack:///./js/admin/columns/events/type-selector.js","webpack:///./js/admin/columns/feedback.js","webpack:///./js/admin/columns/form.js","webpack:///./js/admin/columns/initiator.js","webpack:///./js/admin/columns/menu.js","webpack:///./js/admin/columns/modal.js","webpack:///./js/admin/columns/settings/date.js","webpack:///./js/admin/columns/settings/image-size.js","webpack:///./js/admin/columns/settings/pro.js","webpack:///./js/admin/columns/settings/sub-setting-toggle.js","webpack:///./js/admin/columns/settings/width.js","webpack:///./js/modules/modals.js","webpack:///./node_modules/core-js/modules/_a-function.js","webpack:///./node_modules/core-js/modules/_add-to-unscopables.js","webpack:///./node_modules/core-js/modules/_an-object.js","webpack:///./node_modules/core-js/modules/_array-includes.js","webpack:///./node_modules/core-js/modules/_array-methods.js","webpack:///./node_modules/core-js/modules/_array-species-constructor.js","webpack:///./node_modules/core-js/modules/_array-species-create.js","webpack:///./node_modules/core-js/modules/_cof.js","webpack:///./node_modules/core-js/modules/_core.js","webpack:///./node_modules/core-js/modules/_ctx.js","webpack:///./node_modules/core-js/modules/_defined.js","webpack:///./node_modules/core-js/modules/_descriptors.js","webpack:///./node_modules/core-js/modules/_dom-create.js","webpack:///./node_modules/core-js/modules/_enum-bug-keys.js","webpack:///./node_modules/core-js/modules/_export.js","webpack:///./node_modules/core-js/modules/_fails.js","webpack:///./node_modules/core-js/modules/_fix-re-wks.js","webpack:///./node_modules/core-js/modules/_global.js","webpack:///./node_modules/core-js/modules/_has.js","webpack:///./node_modules/core-js/modules/_hide.js","webpack:///./node_modules/core-js/modules/_html.js","webpack:///./node_modules/core-js/modules/_ie8-dom-define.js","webpack:///./node_modules/core-js/modules/_iobject.js","webpack:///./node_modules/core-js/modules/_is-array.js","webpack:///./node_modules/core-js/modules/_is-object.js","webpack:///./node_modules/core-js/modules/_iter-create.js","webpack:///./node_modules/core-js/modules/_iter-define.js","webpack:///./node_modules/core-js/modules/_iter-step.js","webpack:///./node_modules/core-js/modules/_iterators.js","webpack:///./node_modules/core-js/modules/_library.js","webpack:///./node_modules/core-js/modules/_object-create.js","webpack:///./node_modules/core-js/modules/_object-dp.js","webpack:///./node_modules/core-js/modules/_object-dps.js","webpack:///./node_modules/core-js/modules/_object-gpo.js","webpack:///./node_modules/core-js/modules/_object-keys-internal.js","webpack:///./node_modules/core-js/modules/_object-keys.js","webpack:///./node_modules/core-js/modules/_object-sap.js","webpack:///./node_modules/core-js/modules/_property-desc.js","webpack:///./node_modules/core-js/modules/_redefine.js","webpack:///./node_modules/core-js/modules/_set-to-string-tag.js","webpack:///./node_modules/core-js/modules/_shared-key.js","webpack:///./node_modules/core-js/modules/_shared.js","webpack:///./node_modules/core-js/modules/_to-absolute-index.js","webpack:///./node_modules/core-js/modules/_to-integer.js","webpack:///./node_modules/core-js/modules/_to-iobject.js","webpack:///./node_modules/core-js/modules/_to-length.js","webpack:///./node_modules/core-js/modules/_to-object.js","webpack:///./node_modules/core-js/modules/_to-primitive.js","webpack:///./node_modules/core-js/modules/_uid.js","webpack:///./node_modules/core-js/modules/_wks.js","webpack:///./node_modules/core-js/modules/es6.array.find.js","webpack:///./node_modules/core-js/modules/es6.array.iterator.js","webpack:///./node_modules/core-js/modules/es6.function.name.js","webpack:///./node_modules/core-js/modules/es6.object.keys.js","webpack:///./node_modules/core-js/modules/es6.regexp.replace.js","webpack:///./node_modules/core-js/modules/web.dom.iterable.js","webpack:///external \"jQuery\""],"names":["jQuery","$","require","AC","Column","Initiator","Modals","document","on","registerEvent","EventToggle","EventRemove","EventClone","EventRefresh","EventTypeSelector","EventIndicator","EventLabel","label","setting","EventAddons","registerSetting","SettingDate","SettingImageSize","SettingPro","SettingSubSettingToggle","SettingWidth","ready","Form","register","Modal","querySelector","Menu","init","Feedback","$el","el","settings","_type","data","hasClass","addClass","removeClass","temp_column_name","getNewIncementalName","original_column_name","name","find","each","i","v","$input","attr","replace","incremental_column_name","column","Object","keys","events","forEach","key","isBound","bind","bindSettings","trigger","remove","duration","self","animate","opacity","height","destroy","close","open","slideUp","slideDown","message","html","show","type","ajax","url","ajaxurl","method","dataType","action","current_original_columns","originalColumns","original_columns","list_screen","layout","_ajax_nonce","success","response","replaceWith","initNewInstance","bindEvents","showMessage","error","serializeArray","request_data","column_name","value","push","$clone","clone","module","exports","addons","$column","inputs","id","closest","state","val","additional","click","e","preventDefault","isOriginal","cloneColumn","indicator","$indicator","$setting","unbind","toggleClass","filter","prop","change","$label","field_label","text","setTimeout","column_label","trim","width","settingLabel","hover","parents","hide","refresh","always","removeColumn","toggle","css","selector","switchToType","reindexColumns","$box","$form","$container","columns","initColumns","bindFormEvents","bindOrdering","sortable","items","handle","$buttons","submitForm","removeAttr","addColumn","$boxes","col","disable","resetColumns","serialize","xhr","post","fail","attr_class","$msg","stop","before","_addColumnToForm","create","append","scrollTop","offset","top","incremental_name","k","console","event","oldName","submit","next","dialog","initEvents","addEventListener","keyName","isOpen","dismissButtons","querySelectorAll","length","b","stopPropagation","dataset","ac_modal_init","initGlobalEvents","AC_MODAL","classList","contains","add","target","acOpenModal","date","$radio_custom","$input_custom","$input_value","$example_custom","$selected","$help_msg","$input_container","date_format","description","$custom_value","done","Image","field","initState","getValue","showSubsettings","hideSubsettings","subsetting","style","display","setWidth","setHeight","dispatchEvent","Event","image","pro","value_show","subfield","$subfields","$settings","fn","column_width_slider","$column_width","input_width","input_unit","unit","slider","range","min","max","slide","ui","$width_indicator","_width","_unit","width_unit_select","width_input","_new_width","isNumeric","substring","modals","number","modal"],"mappings":"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;;;ICzFMhI,M;;;AAEL,oBAAc;AAAA;;AACb,SAAK0P,MAAL,GAAc,EAAd;AACA,SAAKC,MAAL,GAAc,CAAd;AACA;;;;6BAESC,K,EAAkB;AAAA,UAAXvM,GAAW,uEAAL,EAAK;;AAC3B,UAAK,CAACA,GAAN,EAAY;AACXA,cAAM,MAAM,KAAKsM,MAAjB;AACA;;AAED,WAAKD,MAAL,CAAarM,GAAb,IAAqBuM,KAArB;AACA,WAAKD,MAAL;AACA;;;wBAEItM,G,EAAM;AACV,UAAK,KAAKqM,MAAL,CAAarM,GAAb,CAAL,EAA0B;AACzB,eAAO,KAAKqM,MAAL,CAAarM,GAAb,CAAP;AACA;;AAED,aAAO,KAAP;AACA;;;;;;AAGF8C,OAAOC,OAAP,GAAiBpG,MAAjB,C;;;;;;;;;;;ACzBA;AACA;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA,mJAAwF;AACxF;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,YAAY,eAAe;AAChC;AACA,KAAK;AACL;AACA;;;;;;;;;;;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA,wCAAwC;AACxC;AACA,8BAA8B;AAC9B,6BAA6B;AAC7B,+BAA+B;AAC/B,mCAAmC;AACnC,SAAS,iCAAiC;AAC1C;AACA;AACA;AACA;AACA;;;;;;;;;;;;AC3CA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACfA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACLA,iBAAiB;;AAEjB;AACA;AACA;;;;;;;;;;;;ACJA,6BAA6B;AAC7B,uCAAuC;;;;;;;;;;;;ACDvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnBA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA,iCAAiC,QAAQ,mBAAmB,UAAU,EAAE,EAAE;AAC1E,CAAC;;;;;;;;;;;;ACHD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kFAAkF,uBAAuB;AACzG,iEAAiE;AACjE,+DAA+D;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,eAAe;AACf,eAAe;AACf,eAAe;AACf,gBAAgB;AAChB;;;;;;;;;;;;AC1CA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,UAAU;AACvC;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,gCAAgC,qCAAqC;AACrE;AACA;AACA,2BAA2B,gCAAgC;AAC3D;AACA;AACA;;;;;;;;;;;;AC3BA;AACA;AACA;AACA;AACA;AACA,yCAAyC;;;;;;;;;;;;ACLzC,uBAAuB;AACvB;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;;;;;;;;;;;ACPA;AACA;;;;;;;;;;;;ACDA;AACA,uIAAsE,mBAAmB,UAAU,EAAE,EAAE;AACvG,CAAC;;;;;;;;;;;;ACFD;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;;;;;;;;;;;;;ACFA;AACA;AACA;AACA;AACA;;AAEA;AACA,uMAAkF,aAAa,EAAE;;AAEjG;AACA,qDAAqD,4BAA4B;AACjF;AACA;;;;;;;;;;;;;ACZA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;;AAEA,8BAA8B,aAAa;;AAE3C;AACA;AACA;AACA;AACA;AACA,yCAAyC,oCAAoC;AAC7E,6CAA6C,oCAAoC;AACjF,KAAK,4BAA4B,oCAAoC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB,mBAAmB;AACnC;AACA;AACA,kCAAkC,2BAA2B;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;;;;;;;;;;;ACpEA;AACA,UAAU;AACV;;;;;;;;;;;;ACFA;;;;;;;;;;;;ACAA;;;;;;;;;;;;ACAA;AACA;AACA;AACA;AACA;AACA,yBAAyB;AACzB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;;;;;;;;;;;ACxCA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,YAAY;AACf;AACA;AACA;AACA;;;;;;;;;;;;ACfA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACZA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACZA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;AChBA;AACA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,qDAAqD,OAAO,EAAE;AAC9D;;;;;;;;;;;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA,CAAC;AACD;AACA,CAAC;;;;;;;;;;;;AC9BD;AACA;AACA;;AAEA;AACA,oEAAoE,iCAAiC;AACrG;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA,kDAAkD;;AAElD;AACA,qEAAqE;AACrE,CAAC;AACD;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACXD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACXA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,gBAAgB,EAAE;AAC5D;AACA;AACA;AACA;AACA,CAAC;AACD;;;;;;;;;;;;;ACbA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC,cAAc;AACd,iBAAiB;AACjB;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACjCA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACfD;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACRD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,CAAC;;;;;;;;;;;;ACXD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,oDAAoD,wBAAwB;AAC5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;ACzDA,wB","file":"admin-page-columns.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","/**\r\n * AC variables. Defined in DOM.\r\n * @param AC {Object}\r\n * @param AC.list_screen {String}\r\n * @param AC.layout {String}\r\n * @param AC.i81n {String}\r\n */\r\n\r\nimport Form from \"./admin/columns/form\";\r\nimport Modals from \"./modules/modals\";\r\nimport Initiator from \"./admin/columns/initiator\";\r\nimport Modal from \"./admin/columns/modal\";\r\nimport Menu from \"./admin/columns/menu\";\r\nimport Feedback from \"./admin/columns/feedback\";\r\n\r\n/** Events */\r\nimport EventToggle from './admin/columns/events/toggle';\r\nimport EventRemove from './admin/columns/events/remove';\r\nimport EventClone from './admin/columns/events/clone';\r\nimport EventRefresh from './admin/columns/events/refresh';\r\nimport EventTypeSelector from './admin/columns/events/type-selector';\r\nimport EventIndicator from './admin/columns/events/indicator';\r\nimport EventLabel from './admin/columns/events/label';\r\nimport EventAddons from './admin/columns/events/addons';\r\n\r\n/** Settings */\r\nimport SettingImageSize from './admin/columns/settings/image-size';\r\nimport SettingSubSettingToggle from './admin/columns/settings/sub-setting-toggle';\r\nimport SettingDate from './admin/columns/settings/date';\r\nimport SettingPro from './admin/columns/settings/pro';\r\nimport SettingWidth from './admin/columns/settings/width';\r\n\r\nlet jQuery = $ = require( 'jquery' );\r\n\r\nAC.Column = new Initiator();\r\nAC.Modals = new Modals();\r\n\r\njQuery( document ).on( 'AC_Form_Loaded', function() {\r\n\r\n\t/** Register Events **/\r\n\tAC.Column\r\n\t\t.registerEvent( 'toggle', EventToggle )\r\n\t\t.registerEvent( 'remove', EventRemove )\r\n\t\t.registerEvent( 'clone', EventClone )\r\n\t\t.registerEvent( 'refresh', EventRefresh )\r\n\t\t.registerEvent( 'type_selector', EventTypeSelector )\r\n\t\t.registerEvent( 'indicator', EventIndicator )\r\n\t\t.registerEvent( 'label', EventLabel.label )\r\n\t\t.registerEvent( 'label_setting', EventLabel.setting )\r\n\t\t.registerEvent( 'addons', EventAddons )\r\n\r\n\t\t/** Register Settings **/\r\n\t\t.registerSetting( 'date', SettingDate )\r\n\t\t.registerSetting( 'image_size', SettingImageSize )\r\n\t\t.registerSetting( 'pro', SettingPro )\r\n\t\t.registerSetting( 'sub_setting_toggle', SettingSubSettingToggle )\r\n\t\t.registerSetting( 'width', SettingWidth );\r\n} );\r\n\r\njQuery( document ).ready( function() {\r\n\tAC.Form = new Form( '#cpac .ac-columns form' );\r\n\tAC.Modals.register( new Modal( document.querySelector( '#ac-modal-pro' ) ), 'pro' );\r\n\r\n\tnew Menu().init();\r\n\tnew Feedback( '.sidebox#direct-feedback' );\r\n} );","class Column {\r\n\r\n\tconstructor( $el ) {\r\n\t\tthis.$el = $el;\r\n\t\tthis.el = $el[ 0 ];\r\n\t\tthis.settings = [];\r\n\r\n\t\tthis._type = this.$el.data( 'type' );\r\n\t}\r\n\r\n\tget name() {\r\n\t\treturn this.$el.data( 'column-name' );\r\n\t}\r\n\r\n\tset name( name ) {\r\n\t\tthis.$el.data( 'column-name', name );\r\n\t}\r\n\r\n\tget type() {\r\n\t\treturn this._type;\r\n\t}\r\n\r\n\tset type( type ) {\r\n\t\tthis.$el.data( 'type', type );\r\n\t}\r\n\r\n\tisOriginal() {\r\n\t\treturn (1 === this.$el.data( 'original' ));\r\n\t}\r\n\r\n\tisDisabled() {\r\n\t\treturn this.$el.hasClass( 'disabled' );\r\n\t}\r\n\r\n\tdisable() {\r\n\t\tthis.$el.addClass( 'disabled' );\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tenable() {\r\n\t\tthis.$el.removeClass( 'disabled' );\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tinitNewInstance() {\r\n\t\tlet temp_column_name = '_new_column_' + AC.Column.getNewIncementalName();\r\n\t\tlet original_column_name = this.name;\r\n\r\n\t\tthis.$el.find( 'input, select, label' ).each( function( i, v ) {\r\n\t\t\tlet $input = jQuery( v );\r\n\r\n\t\t\t// name attributes\r\n\t\t\tif ( $input.attr( 'name' ) ) {\r\n\t\t\t\t$input.attr( 'name', $input.attr( 'name' ).replace( `columns[${original_column_name}]`, `columns[${temp_column_name}]` ) );\r\n\t\t\t}\r\n\r\n\t\t\t// id attributes\r\n\t\t\tif ( $input.attr( 'id' ) ) {\r\n\t\t\t\t$input.attr( 'id', $input.attr( 'id' ).replace( `-${original_column_name}-`, `-${temp_column_name}-` ) );\r\n\t\t\t}\r\n\r\n\t\t} );\r\n\r\n\t\tthis.name = temp_column_name;\r\n\r\n\t\tAC.incremental_column_name++;\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\t/**\r\n\t *\r\n\t * @returns {Column}\r\n\t */\r\n\tbindEvents() {\r\n\t\tlet column = this;\r\n\t\tcolumn.$el.data( 'column', column );\r\n\r\n\t\tObject.keys( AC.Column.events ).forEach( function( key ) {\r\n\t\t\tif ( !column.isBound( key ) ) {\r\n\t\t\t\tAC.Column.events[ key ]( column );\r\n\t\t\t\tcolumn.bind( key );\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t\tthis.bindSettings();\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Column_InitSettings', [ column ] );\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tbindSettings() {\r\n\t\tlet column = this;\r\n\r\n\t\tObject.keys( AC.Column.settings ).forEach( function( key ) {\r\n\t\t\tif ( !column.isBound( key ) ) {\r\n\t\t\t\tAC.Column.settings[ key ]( column );\r\n\t\t\t\tcolumn.bind( key );\r\n\t\t\t}\r\n\t\t} );\r\n\t}\r\n\r\n\t/**\r\n\t *\r\n\t * @param key\r\n\t * @returns {bool}\r\n\t */\r\n\tisBound( key ) {\r\n\t\treturn this.$el.data( key );\r\n\t}\r\n\r\n\tbind( key ) {\r\n\t\tthis.$el.data( key, true );\r\n\t}\r\n\r\n\tdestroy() {\r\n\t\tthis.$el.remove();\r\n\t}\r\n\r\n\tremove( duration = 350 ) {\r\n\t\tlet self = this;\r\n\r\n\t\tthis.$el.addClass( 'deleting' ).animate( { opacity : 0, height : 0 }, duration, function() {\r\n\t\t\tself.destroy();\r\n\t\t} );\r\n\t}\r\n\r\n\ttoggle( duration = 150 ) {\r\n\t\tif ( this.$el.hasClass( 'opened' ) ) {\r\n\t\t\tthis.close( duration );\r\n\t\t} else {\r\n\t\t\tthis.open( duration );\r\n\t\t}\r\n\t}\r\n\r\n\tclose( duration = 0 ) {\r\n\t\tthis.$el.removeClass( 'opened' ).find( '.ac-column-body' ).slideUp( duration );\r\n\t}\r\n\r\n\topen( duration = 0 ) {\r\n\t\tthis.$el.addClass( 'opened' ).find( '.ac-column-body' ).slideDown( duration );\r\n\t}\r\n\r\n\tshowMessage( message ) {\r\n\t\tthis.$el.find( '.ac-column-setting--type .msg' ).html( message ).show();\r\n\t}\r\n\r\n\tswitchToType( type ) {\r\n\t\tlet self = this;\r\n\r\n\t\treturn jQuery.ajax( {\r\n\t\t\turl : ajaxurl,\r\n\t\t\tmethod : 'post',\r\n\t\t\tdataType : 'json',\r\n\t\t\tdata : {\r\n\t\t\t\taction : 'ac_column_select',\r\n\t\t\t\ttype : type,\r\n\t\t\t\tcurrent_original_columns : AC.Form.originalColumns(),\r\n\t\t\t\toriginal_columns : AC.original_columns,\r\n\t\t\t\tlist_screen : AC.list_screen,\r\n\t\t\t\tlayout : AC.layout,\r\n\t\t\t\t_ajax_nonce : AC._ajax_nonce,\r\n\t\t\t},\r\n\t\t\tsuccess : function( response ) {\r\n\t\t\t\tif ( true === response.success ) {\r\n\t\t\t\t\tlet column = jQuery( response.data );\r\n\r\n\t\t\t\t\tself.$el.replaceWith( column );\r\n\t\t\t\t\tself.$el = column;\r\n\t\t\t\t\tself.el = column[ 0 ];\r\n\t\t\t\t\tself._type = type;\r\n\t\t\t\t\tself.initNewInstance();\r\n\t\t\t\t\tself.bindEvents();\r\n\t\t\t\t\tself.open();\r\n\r\n\t\t\t\t\tjQuery( document ).trigger( 'AC_Column_Change', [ self ] );\r\n\t\t\t\t} else {\r\n\t\t\t\t\tself.showMessage( response.data.error )\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} );\r\n\t}\r\n\r\n\trefresh() {\r\n\r\n\t\tlet self = this;\r\n\t\tlet data = this.$el.find( ':input' ).serializeArray();\r\n\t\tlet request_data = {\r\n\t\t\taction : 'ac_column_refresh',\r\n\t\t\t_ajax_nonce : AC._ajax_nonce,\r\n\t\t\tlist_screen : AC.list_screen,\r\n\t\t\tlayout : AC.layout,\r\n\t\t\tcolumn_name : this.name,\r\n\t\t\toriginal_columns : AC.original_columns\r\n\t\t};\r\n\r\n\t\tjQuery.each( request_data, function( name, value ) {\r\n\t\t\tdata.push( {\r\n\t\t\t\tname : name,\r\n\t\t\t\tvalue : value\r\n\t\t\t} );\r\n\t\t} );\r\n\r\n\t\treturn jQuery.ajax( {\r\n\t\t\ttype : 'post',\r\n\t\t\turl : ajaxurl,\r\n\t\t\tdata : data,\r\n\r\n\t\t\tsuccess : function( response ) {\r\n\t\t\t\tif ( true === response.success ) {\r\n\t\t\t\t\tlet column = jQuery( response.data );\r\n\r\n\t\t\t\t\tself.$el.replaceWith( column );\r\n\t\t\t\t\tself.$el = column;\r\n\t\t\t\t\tself.el = column[ 0 ];\r\n\r\n\t\t\t\t\tself.bindEvents();\r\n\t\t\t\t\tself.open();\r\n\r\n\t\t\t\t\tjQuery( document ).trigger( 'AC_Column_Refresh', [ self ] );\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t} );\r\n\t}\r\n\r\n\t/**\r\n\t * @returns {Column}\r\n\t */\r\n\tcreate() {\r\n\t\tthis.initNewInstance();\r\n\t\tthis.bindEvents();\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Column_Created', [ self ] );\r\n\t\treturn this;\r\n\t}\r\n\r\n\t/**\r\n\t * @returns {Column}\r\n\t */\r\n\tclone() {\r\n\t\tlet $clone = this.$el.clone();\r\n\t\t$clone.data( 'column-name', this.$el.data( 'column-name' ) );\r\n\r\n\t\tlet clone = new Column( $clone );\r\n\r\n\t\tclone.initNewInstance();\r\n\t\tclone.bindEvents();\r\n\r\n\t\treturn clone;\r\n\t}\r\n}\r\n\r\nmodule.exports = Column;","/*\r\n * Optional Radio Click events\r\n * TODO: Is not used anymore?\r\n */\r\n\r\nlet addons = function( column ) {\r\n\tlet $ = jQuery;\r\n\tlet $column = column.$el;\r\n\tlet inputs = $column.find( '[data-trigger] label' );\r\n\r\n\tinputs.on( 'click', function() {\r\n\r\n\t\tlet id = $( this ).closest( 'td.input' ).data( 'trigger' );\r\n\t\tlet state = $( 'input', this ).val();\r\n\r\n\t\t// Toggle indicator icon\r\n\t\tlet label = $column.find( '[data-indicator-id=\"' + id + '\"]' ).removeClass( 'on' );\r\n\t\tif ( 'on' === state ) {\r\n\t\t\tlabel.addClass( 'on' );\r\n\t\t}\r\n\r\n\t\t// Toggle additional options\r\n\t\tlet additional = $column.find( '[data-handle=\"' + id + '\"]' ).addClass( 'hide' );\r\n\t\tif ( 'on' === state ) {\r\n\t\t\tadditional.removeClass( 'hide' );\r\n\t\t}\r\n\t} );\r\n\r\n\t// On load\r\n\t$column.find( '[data-trigger]' ).each( function() {\r\n\r\n\t\tlet trigger = $( this ).data( 'trigger' );\r\n\r\n\t\t// Hide additional column settings\r\n\t\tlet additional = $column.find( '[data-handle=\"' + trigger + '\"]' ).addClass( 'hide' );\r\n\t\tif ( 'on' === $( 'input:checked', this ).val() ) {\r\n\t\t\tadditional.removeClass( 'hide' );\r\n\t\t}\r\n\t} );\r\n\r\n};\r\n\r\nmodule.exports = addons;","/*\r\n* Column: bind clone events\r\n*\r\n* @since 2.0\r\n*/\r\nlet clone = function( column ) {\r\n\tcolumn.$el.find( '.clone-button' ).click( function( e ) {\r\n\t\te.preventDefault();\r\n\r\n\t\tif ( column.isOriginal() ) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tAC.Form.cloneColumn( column.$el );\r\n\t} );\r\n};\r\n\r\nmodule.exports = clone;","let indicator = function( column ) {\r\n\tlet $column = column.$el;\r\n\r\n\t$column.find( '.ac-column-header [data-indicator-toggle]' ).each( function() {\r\n\t\tlet $ = jQuery;\r\n\t\tlet $indicator = $( this );\r\n\t\tlet setting = $( this ).data( 'setting' );\r\n\t\tlet $setting = $column.find( '.ac-column-setting[data-setting=' + setting + ']' );\r\n\t\tlet $input = $setting.find( '.col-input:first .ac-setting-input:first input[type=radio]' );\r\n\r\n\t\t$indicator.unbind( 'click' ).on( 'click', function( e ) {\r\n\t\t\te.preventDefault();\r\n\r\n\t\t\tif ( $column.hasClass( 'disabled' ) ) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\r\n\t\t\t$indicator.toggleClass( 'on' );\r\n\t\t\tif ( $( this ).hasClass( 'on' ) ) {\r\n\t\t\t\t$input.filter( '[value=on]' ).prop( 'checked', true ).trigger( 'click' ).trigger( 'change' );\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$input.filter( '[value=off]' ).prop( 'checked', true ).trigger( 'click' ).trigger( 'change' );\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t\t$input.on( 'change', function() {\r\n\t\t\tif ( $column.hasClass( 'disabled' ) ) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\r\n\t\t\tlet value = $input.filter( ':checked' ).val();\r\n\t\t\tif ( 'on' === value ) {\r\n\t\t\t\t$indicator.addClass( 'on' );\r\n\t\t\t} else {\r\n\t\t\t\t$indicator.removeClass( 'on' );\r\n\t\t\t}\r\n\t\t} );\r\n\t} );\r\n};\r\n\r\nmodule.exports = indicator;","let label = function( column ) {\r\n\tlet $column = column.$el;\r\n\r\n\t/**\r\n\t * Populates the main Label with the selected label from the dropdown,\r\n\t */\r\n\t$column.find( 'select[data-label=\"update\"]' ).change( function() {\r\n\t\tlet $label = $column.find( 'input.ac-setting-input_label' );\r\n\t\tlet field_label = jQuery( this ).find( 'option:selected' ).text();\r\n\r\n\t\t// Set new label\r\n\t\t$label.val( field_label );\r\n\t\t$label.trigger( 'change' );\r\n\t} );\r\n\r\n\t/** When an label contains an icon or span, the displayed label can appear empty. In this case we show the \"type\" label. */\r\n\tsetTimeout( function() {\r\n\t\tlet column_label = $column.find( '.column_label .toggle' );\r\n\r\n\t\tif ( jQuery.trim( column_label.html() ) && column_label.width() < 1 ) {\r\n\t\t\tcolumn_label.html( $column.find( '.column_type .inner' ).html() );\r\n\t\t}\r\n\t}, 50 );\r\n};\r\n\r\nlet settingLabel = function( column ) {\r\n\tlet $column = column.$el;\r\n\r\n\t/** change label */\r\n\t$column.find( '.ac-column-setting--label input' ).bind( 'keyup change', function() {\r\n\t\tlet value = jQuery( this ).val();\r\n\t\tjQuery( this ).closest( '.ac-column' ).find( 'td.column_label .inner > a.toggle' ).html( value );\r\n\t} ).trigger( 'change' );\r\n\r\n\t/** tooltip */\r\n\t$column.find( '.ac-column-body .col-label .label' ).hover( function() {\r\n\t\tjQuery( this ).parents( '.col-label' ).find( 'div.tooltip' ).show();\r\n\t}, function() {\r\n\t\tjQuery( this ).parents( '.col-label' ).find( 'div.tooltip' ).hide();\r\n\t} );\r\n};\r\n\r\nmodule.exports = {\r\n\tlabel : label,\r\n\tsetting : settingLabel\r\n};","let refresh = function( column ) {\r\n\tlet $ = jQuery;\r\n\t\r\n\tcolumn.$el.find( '[data-refresh=\"column\"]' ).on( 'change', function() {\r\n\t\t// Allow plugins to hook into this event\r\n\t\t$( document ).trigger( 'AC.column.prerefresh', column.$el );\r\n\t\tcolumn.$el.addClass( 'loading' );\r\n\r\n\t\tsetTimeout( function() {\r\n\t\t\tcolumn.refresh().always( function() {\r\n\t\t\t\tcolumn.$el.removeClass( 'loading' );\r\n\t\t\t} );\r\n\t\t}, 200 );\r\n\r\n\t} );\r\n};\r\n\r\nmodule.exports = refresh;","/*\r\n * Column: bind remove events\r\n *\r\n * @since 2.0\r\n */\r\nlet remove = function( column ) {\r\n\tcolumn.$el.find( '.remove-button' ).click( function( e ) {\r\n\t\te.preventDefault();\r\n\r\n\t\tAC.Form.removeColumn( column.name );\r\n\t} );\r\n};\r\n\r\nmodule.exports = remove;","/*\r\n * Column: bind toggle events\r\n *\r\n * For performance we bind all other events after the click event.\r\n *\r\n * @since 2.0\r\n */\r\nlet toggle = function( column ) {\r\n\tcolumn.$el.find( '[data-toggle=\"column\"]' ).click( function( e ) {\r\n\t\te.preventDefault();\r\n\r\n\t\tcolumn.toggle();\r\n\t} ).css( 'cursor', 'pointer' );\r\n};\r\n\r\nmodule.exports = toggle;","let selector = function( column ) {\r\n\tlet $ = jQuery;\r\n\tcolumn.$el.find( 'select.ac-setting-input_type' ).change( function() {\r\n\t\tcolumn.$el.addClass( 'loading' );\r\n\t\tcolumn.switchToType( $( this ).val() ).always( function() {\r\n\t\t\tcolumn.$el.removeClass( 'loading' );\r\n\r\n\t\t\tAC.Form.reindexColumns();\r\n\t\t} );\r\n\t} );\r\n};\r\n\r\nmodule.exports = selector;","class Feedback {\r\n\r\n\tconstructor( $el ) {\r\n\t\tthis.$el = jQuery( $el );\r\n\t\tthis.init();\r\n\t}\r\n\r\n\tinit() {\r\n\t\tlet $box = this.$el;\r\n\r\n\t\t$box.find( '#feedback-choice a.no' ).click( function( e ) {\r\n\t\t\te.preventDefault();\r\n\r\n\t\t\t$box.find( '#feedback-choice' ).slideUp();\r\n\t\t\t$box.find( '#feedback-support' ).slideDown();\r\n\t\t} );\r\n\r\n\t\t$box.find( '#feedback-choice a.yes' ).click( function( e ) {\r\n\t\t\te.preventDefault();\r\n\r\n\t\t\t$box.find( '#feedback-choice' ).slideUp();\r\n\t\t\t$box.find( '#feedback-rate' ).slideDown();\r\n\t\t} );\r\n\t};\r\n\r\n}\r\n\r\nmodule.exports = Feedback;","import Column from \"./column\";\r\n\r\nclass Form {\r\n\r\n\tconstructor( el ) {\r\n\t\tthis.$form = jQuery( el );\r\n\t\tthis.$container = jQuery( '#cpac .ac-admin' );\r\n\t\tthis.columns = {};\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Form_Loaded' );\r\n\r\n\t\tthis.init();\r\n\t}\r\n\r\n\tinit() {\r\n\t\tthis.initColumns();\r\n\t\tthis.bindFormEvents();\r\n\t\tthis.bindOrdering();\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Form_Ready' );\r\n\t}\r\n\r\n\tbindOrdering() {\r\n\r\n\t\tif ( this.$form.hasClass( 'ui-sortable' ) ) {\r\n\t\t\tthis.$form.sortable( 'refresh' );\r\n\t\t}\r\n\t\telse {\r\n\t\t\tthis.$form.sortable( {\r\n\t\t\t\titems : '.ac-column',\r\n\t\t\t\thandle : '.column_sort'\r\n\t\t\t} );\r\n\t\t}\r\n\r\n\t}\r\n\r\n\toriginalColumns() {\r\n\t\tlet self = this;\r\n\t\tlet columns = [];\r\n\r\n\t\tObject.keys( self.columns ).forEach( function( key ) {\r\n\t\t\tlet column = self.columns[ key ];\r\n\t\t\tif ( column.isOriginal() ) {\r\n\t\t\t\tcolumns.push( column.type );\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t\treturn columns;\r\n\t}\r\n\r\n\tbindFormEvents() {\r\n\t\tlet self = this;\r\n\t\tlet $buttons = jQuery( '.sidebox a.submit, .column-footer a.submit' );\r\n\r\n\t\t$buttons.on( 'click', function() {\r\n\t\t\t$buttons.attr( 'disabled', 'disabled' );\r\n\t\t\tself.submitForm().always( function() {\r\n\t\t\t\t$buttons.removeAttr( 'disabled', 'disabled' );\r\n\t\t\t} )\r\n\t\t} );\r\n\r\n\t\tself.$container.find( '.add_column' ).on( 'click', function() {\r\n\t\t\tself.addColumn();\r\n\t\t} );\r\n\r\n\t\tlet $boxes = jQuery( '#cpac .ac-boxes' );\r\n\t\tif ( $boxes.hasClass( 'disabled' ) ) {\r\n\t\t\t$boxes.find( '.ac-column' ).each( function( i, col ) {\r\n\t\t\t\tjQuery( col ).data( 'column' ).disable();\r\n\t\t\t\tjQuery( col ).find( 'input, select' ).prop( 'disabled', true );\r\n\t\t\t} );\r\n\t\t}\r\n\r\n\t\tjQuery( 'a[data-clear-columns]' ).on( 'click', function() {\r\n\t\t\tself.resetColumns();\r\n\t\t} );\r\n\t}\r\n\r\n\tinitColumns() {\r\n\t\tlet self = this;\r\n\t\tself.columns = [];\r\n\r\n\t\tthis.$form.find( '.ac-column' ).each( function() {\r\n\t\t\tlet $el = jQuery( this );\r\n\t\t\tlet column = new Column( $el );\r\n\r\n\t\t\tcolumn.bindEvents();\r\n\r\n\t\t\t$el.data( 'column', column );\r\n\t\t\tself.columns[ column.name ] = column;\r\n\t\t} );\r\n\t}\r\n\r\n\treindexColumns() {\r\n\t\tlet self = this;\r\n\t\tself.columns = [];\r\n\r\n\t\tthis.$form.find( '.ac-column' ).each( function() {\r\n\t\t\tlet column = jQuery( this ).data( 'column' );\r\n\r\n\t\t\tself.columns[ column.name ] = column;\r\n\t\t} );\r\n\t}\r\n\r\n\tresetColumns() {\r\n\t\tObject.keys( this.columns ).forEach( ( key ) => {\r\n\t\t\tlet column = this.columns[ key ];\r\n\r\n\t\t\tcolumn.destroy();\r\n\t\t} );\r\n\r\n\t}\r\n\r\n\tserialize() {\r\n\t\treturn this.$form.serialize();\r\n\t}\r\n\r\n\tsubmitForm() {\r\n\t\tlet self = this;\r\n\r\n\t\tlet xhr = jQuery.post( ajaxurl, {\r\n\t\t\t\taction : 'ac_columns_save',\r\n\t\t\t\tdata : this.serialize(),\r\n\t\t\t\t_ajax_nonce : AC._ajax_nonce,\r\n\t\t\t\tlist_screen : AC.list_screen,\r\n\t\t\t\tlayout : AC.layout,\r\n\t\t\t\toriginal_columns : AC.original_columns\r\n\t\t\t},\r\n\r\n\t\t\tfunction( response ) {\r\n\t\t\t\tif ( response ) {\r\n\t\t\t\t\tif ( response.success ) {\r\n\t\t\t\t\t\tself.showMessage( response.data, 'updated' );\r\n\r\n\t\t\t\t\t\tself.$container.addClass( 'stored' );\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t// Error message\r\n\t\t\t\t\telse if ( response.data ) {\r\n\t\t\t\t\t\tself.showMessage( response.data.message, 'notice notice-warning' );\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t}, 'json' );\r\n\r\n\t\t// No JSON\r\n\t\txhr.fail( function( error ) {\r\n\t\t\t// We choose not to notify the user of errors, because the settings will have\r\n\t\t\t// been saved correctly despite of PHP notices/errors from plugin or themes.\r\n\t\t} );\r\n\r\n\t\t//document.dispatchEvent( new CustomEvent( 'AC_Form_AfterUpdate', { detail : { container : self.$container } } ) );\r\n\t\tjQuery( document ).trigger( 'AC_Form_AfterUpdate', [ self.$container ] );\r\n\r\n\t\treturn xhr;\r\n\t}\r\n\r\n\tshowMessage( message, attr_class = 'updated' ) {\r\n\t\tlet $msg = jQuery( '<div class=\"ac-message hidden ' + attr_class + '\"><p>' + message + '</p></div>' );\r\n\r\n\t\tthis.$container.find( '.ac-message' ).stop().remove();\r\n\t\tthis.$container.find( '.ac-boxes' ).before( $msg );\r\n\r\n\t\t$msg.slideDown();\r\n\t}\r\n\r\n\tcloneColumn( $el ) {\r\n\t\treturn this._addColumnToForm( new Column( $el ).clone(), $el.hasClass( 'opened' ) );\r\n\t}\r\n\r\n\taddColumn() {\r\n\t\tlet $clone = jQuery( '#add-new-column-template' ).find( '.ac-column' ).clone();\r\n\t\tlet column = new Column( $clone ).create();\r\n\r\n\t\treturn this._addColumnToForm( column );\r\n\t}\r\n\r\n\tremoveColumn( name ) {\r\n\t\tif ( this.columns[ name ] ) {\r\n\t\t\tthis.columns[ name ].remove();\r\n\t\t\tdelete this.columns[ name ];\r\n\t\t}\r\n\t}\r\n\r\n\t_addColumnToForm( column, open = true ) {\r\n\t\tthis.columns[ column.name ] = column;\r\n\t\tthis.$form.append( column.$el );\r\n\r\n\t\tif ( open ) {\r\n\t\t\tcolumn.open();\r\n\t\t}\r\n\r\n\t\tcolumn.$el.hide().slideDown();\r\n\r\n\t\tjQuery( 'html, body' ).animate( { scrollTop : column.$el.offset().top - 58 }, 300 );\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Column_Added', [ column ] );\r\n\r\n\t\treturn column;\r\n\t}\r\n\r\n}\r\n\r\nmodule.exports = Form;","class Initiator {\r\n\r\n\tconstructor() {\r\n\t\tthis.events = {};\r\n\t\tthis.settings = {};\r\n\t\tthis.incremental_name = 0;\r\n\t}\r\n\r\n\tregisterSetting( k, setting ) {\r\n\t\tlet key = 's_' + k;\r\n\r\n\t\tif ( this.settings[ key ] ) {\r\n\t\t\tconsole.error( 'Setting key already exists: ' + k );\r\n\t\t}\r\n\r\n\t\tthis.settings[ key ] = setting;\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tregisterEvent( k, event ) {\r\n\t\tlet key = 'e_' + k;\r\n\t\tif ( this.settings[ key ] ) {\r\n\t\t\tconsole.error( 'Event key already exists: ' + key );\r\n\t\t}\r\n\r\n\t\tthis.events[ key ] = event;\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tgetNewIncementalName() {\r\n\t\tlet oldName = this.incremental_name;\r\n\t\tthis.incremental_name++;\r\n\r\n\t\treturn oldName;\r\n\t}\r\n}\r\n\r\nmodule.exports = Initiator;","class Menu {\r\n\r\n\tinit() {\r\n\t\tlet $ = jQuery;\r\n\r\n\t\t$( '#ac_list_screen' ).on( 'change', function() {\r\n\t\t\t$( '.view-link' ).hide();\r\n\t\t\t$( this ).parents( 'form' ).submit();\r\n\r\n\t\t\t$( this ).prop( 'disabled', true ).next( '.spinner' ).css( 'display', 'inline-block' );\r\n\t\t} );\r\n\r\n\t}\r\n\r\n}\r\n\r\nmodule.exports = Menu;","class Modal {\r\n\tconstructor( el ) {\r\n\t\tthis.el = el;\r\n\t\tthis.dialog = el.querySelector( '.ac-modal__dialog' );\r\n\r\n\t\tthis.initEvents();\r\n\t}\r\n\r\n\tstatic initGlobalEvents() {\r\n\r\n\t\tjQuery( document ).on( 'click', '[data-ac-open-modal]', function( e ) {\r\n\t\t\te.preventDefault();\r\n\t\t\tlet target = e.target.dataset.acOpenModal;\r\n\t\t\tlet el = document.querySelector( target );\r\n\r\n\t\t\tif ( el && el.AC_MODAL ) {\r\n\t\t\t\tel.AC_MODAL.open();\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t}\r\n\r\n\tinitEvents() {\r\n\t\tlet self = this;\r\n\r\n\t\tdocument.addEventListener( 'keydown', ( e ) => {\r\n\t\t\tconst keyName = event.key;\r\n\r\n\t\t\tif ( !this.isOpen() ) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\r\n\t\t\tif ( 'Escape' === keyName ) {\r\n\t\t\t\tthis.close();\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t\tlet dismissButtons = this.el.querySelectorAll( '[data-dismiss=\"modal\"], .ac-modal__dialog__close' );\r\n\t\tif ( dismissButtons.length > 0 ) {\r\n\t\t\tdismissButtons.forEach( ( b ) => {\r\n\t\t\t\tb.addEventListener( 'click', ( e ) => {\r\n\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\tself.close();\r\n\t\t\t\t} );\r\n\t\t\t} );\r\n\t\t}\r\n\r\n\t\tthis.el.addEventListener( 'click', () => {\r\n\t\t\tself.close();\r\n\t\t} );\r\n\r\n\t\tthis.el.querySelector( '.ac-modal__dialog' ).addEventListener( 'click', ( e ) => {\r\n\t\t\te.stopPropagation();\r\n\t\t} );\r\n\r\n\t\tif ( typeof document.querySelector( 'body' ).dataset.ac_modal_init === 'undefined' ) {\r\n\t\t\tModal.initGlobalEvents();\r\n\t\t\tdocument.querySelector( 'body' ).dataset.ac_modal_init = 1;\r\n\t\t}\r\n\r\n\t\tthis.el.AC_MODAL = self;\r\n\t}\r\n\r\n\tisOpen() {\r\n\t\treturn this.el.classList.contains( '-active' );\r\n\t}\r\n\r\n\tclose() {\r\n\t\tthis.el.classList.remove( '-active' );\r\n\t}\r\n\r\n\topen() {\r\n\t\tthis.el.classList.add( '-active' );\r\n\t}\r\n}\r\n\r\nmodule.exports = Modal;","let date = function( column ) {\n\tlet $ = jQuery;\n\tlet $column = column.$el;\n\tlet $setting = $column.find( '.ac-column-setting--date' );\n\n\t$setting.each( function() {\n\n\t\tlet $container = $( this );\n\n\t\t// Custom input\n\t\tlet $radio_custom = $container.find( 'input.custom' );\n\t\tlet $input_custom = $container.find( '.ac-setting-input-date__custom' );\n\t\tlet $input_value = $container.find( '.ac-setting-input-date__value' );\n\t\tlet $example_custom = $container.find( '.ac-setting-input-date__example' );\n\t\tlet $selected = $container.find( 'input[type=radio]:checked' );\n\t\tlet $help_msg = $container.find( '.help-msg' );\n\n\t\t// Click Event\n\t\t$container.find( 'input[type=radio]' ).on( 'change', function() {\n\n\t\t\tlet $input = $( this );\n\t\t\tlet $input_container = $input.closest( 'label' );\n\t\t\tlet date_format = $input_container.find( 'code' ).text();\n\t\t\tlet description = $input_container.find( '.ac-setting-input-date__more' ).html();\n\n\t\t\tif ( date_format ) {\n\t\t\t\t$input_custom.val( date_format ).trigger( 'change' );\n\t\t\t}\n\n\t\t\tif ( $input.hasClass( 'diff' ) ) {\n\t\t\t\t$input_custom.val( '' );\n\t\t\t\t$example_custom.text( '' );\n\t\t\t}\n\n\t\t\t$input_custom.prop( 'disabled', true );\n\n\t\t\t// Custom input selected\n\t\t\tif ( $input.hasClass( 'custom' ) ) {\n\t\t\t\t$input.val( $input_custom.val() );\n\t\t\t\t$input_custom.prop( 'disabled', false );\n\t\t\t\t$help_msg.show();\n\t\t\t}\n\n\t\t\t// Show more description\n\t\t\t$help_msg.hide();\n\t\t\tif ( description ) {\n\t\t\t\t$help_msg.html( description ).show();\n\t\t\t}\n\n\t\t\t$input_value.val( $input.val() );\n\t\t} );\n\n\t\t// Custom input\n\t\t$input_custom.on( 'change', function() {\n\n\t\t\t$example_custom.html( '<span class=\"spinner is-active\"></span>' );\n\t\t\t$radio_custom.val( $input_custom.val() );\n\n\t\t\tlet $custom_value = $( this ).val();\n\n\t\t\tif ( !$custom_value ) {\n\t\t\t\t$example_custom.text( '' );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t$.ajax( {\n\t\t\t\turl : ajaxurl,\n\t\t\t\tmethod : 'post',\n\t\t\t\tdata : {\n\t\t\t\t\taction : 'date_format',\n\t\t\t\t\tdate : $custom_value\n\t\t\t\t}\n\t\t\t} ).done( function( date ) {\n\t\t\t\t$example_custom.text( date );\n\t\t\t} );\n\n\t\t\t$input_value.val( $custom_value );\n\t\t} );\n\n\t\t// Update date example box\n\t\t$selected.trigger( 'change' );\n\n\t\t// Select custom input as a default\n\t\tif ( 0 === $selected.length ) {\n\t\t\t$radio_custom.trigger( 'click' );\n\t\t}\n\n\t} );\n};\n\nmodule.exports = date;","class Image {\n\n\tconstructor( column ) {\n\t\tthis.column = column;\n\t\tthis.setting = column.$el[ 0 ].querySelector( '.ac-column-setting--image' );\n\n\t\tif ( !this.setting ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.field = this.setting.querySelector( '.ac-setting-input select' );\n\n\t\tthis.initState();\n\t\tthis.bindEvents();\n\t}\n\n\tgetValue() {\n\t\treturn this.field.value;\n\t}\n\n\tbindEvents() {\n\t\tlet self = this;\n\n\t\tthis.field.addEventListener( 'change', function( e ) {\n\t\t\tself.initState();\n\t\t} );\n\t}\n\n\tinitState() {\n\t\tif ( 'cpac-custom' === this.getValue() ) {\n\t\t\tthis.showSubsettings();\n\t\t} else {\n\t\t\tthis.hideSubsettings();\n\t\t}\n\t}\n\n\thideSubsettings() {\n\t\tlet subsetting = this.setting.querySelectorAll( '.ac-column-setting' );\n\n\t\tfor ( let i = 0; i < subsetting.length; ++i ) {\n\t\t\tsubsetting[ i ].style.display = 'none';\n\t\t}\n\n\t}\n\n\tshowSubsettings() {\n\t\tlet subsetting = this.setting.querySelectorAll( '.ac-column-setting' );\n\n\t\tfor ( let i = 0; i < subsetting.length; ++i ) {\n\t\t\tsubsetting[ i ].style.display = 'table';\n\t\t}\n\t}\n\n\tsetValue( value ) {\n\t\tthis.field.value = value;\n\n\t\tthis.trigger( this.field, 'change' );\n\n\t\treturn this;\n\t}\n\n\tsetWidth( width ) {\n\t\tlet field = this.setting.querySelector( '.ac-column-setting [name*=\"image_size_w\"]' );\n\n\t\tfield.value = width;\n\t\tthis.trigger( field, 'change' );\n\n\t\treturn this;\n\t}\n\n\tsetHeight( height ) {\n\t\tlet field = this.setting.querySelector( '.ac-column-setting [name*=\"image_size_h\"]' );\n\t\tfield.value = height;\n\n\t\tthis.trigger( field, 'change' );\n\n\t\treturn this;\n\t}\n\n\tsetSize( width, height ) {\n\t\tthis.setWidth( width );\n\t\tthis.setHeight( height );\n\n\t\treturn this;\n\t}\n\n\ttrigger( el, event ) {\n\t\tel.dispatchEvent( new Event( event ) );\n\n\t\treturn this;\n\t}\n\n}\n\nlet image = function( column ) {\n\tcolumn.settings.image = new Image( column );\n};\n\nmodule.exports = image;","let pro = function( column ) {\n\tlet $column = column.$el;\n\tlet $setting = $column.find( '.ac-column-setting--pro' );\n\n\t$setting.each( function() {\n\t\tlet $container = jQuery( this );\n\n\t\t$container.find( 'input' ).on( 'click', function( e ) {\n\t\t\te.preventDefault();\n\n\t\t\t$container.find( '[data-ac-open-modal]' ).trigger( 'click' );\n\t\t} )\n\n\t} );\n};\n\nmodule.exports = pro;","let subsetting = function( column ) {\n\tlet $ = jQuery;\n\tlet settings = {\n\t\tvalue_show : \"on\",\n\t\tsubfield : '.ac-column-setting'\n\t};\n\n\tfunction initState( $setting, $input ) {\n\t\tlet value = $input.filter( ':checked' ).val();\n\t\tlet $subfields = $setting.find( settings.subfield );\n\n\t\tif ( settings.value_show === value ) {\n\t\t\t$subfields.show();\n\t\t} else {\n\t\t\t$subfields.hide();\n\t\t}\n\t}\n\n\tlet $column = column.$el;\n\tlet $settings = $column.find( '.ac-column-setting--filter,.ac-column-setting--sort,.ac-column-setting--edit' );\n\n\t$settings.each( function() {\n\t\tlet $setting = $( this );\n\t\tlet $input = $( this ).find( '.ac-setting-input input[type=\"radio\"]' );\n\n\t\tinitState( $setting, $input );\n\t\t$input.on( 'change', function() {\n\t\t\tinitState( $setting, $input );\n\t\t} );\n\n\t} );\n};\n\nmodule.exports = subsetting;","// Settings fields: Width\njQuery.fn.column_width_slider = function() {\n\tlet $ = jQuery;\n\tlet $column_width = $( this ).find( '.ac-setting-input-width' );\n\tlet input_width = $column_width.find( '.description input' ),\n\t\tinput_unit = $column_width.find( '.unit-select input' ),\n\t\tunit = input_unit.filter( ':checked' ).val(),\n\t\twidth = input_width.val(),\n\t\tslider = $column_width.find( '.width-slider' ),\n\t\tindicator = $( this ).find( '.ac-column-header .ac-column-heading-setting--width' );\n\n\t// width\n\tif ( '%' === unit && width > 100 ) {\n\t\twidth = 100;\n\t}\n\n\tinput_width.val( width );\n\n\tslider.slider( {\n\t\trange : 'min',\n\t\tmin : 0,\n\t\tmax : '%' === unit ? 100 : 500,\n\t\tvalue : width,\n\t\tslide : function( event, ui ) {\n\t\t\tinput_width.val( ui.value );\n\t\t\tindicator.trigger( 'update' );\n\t\t\tinput_width.trigger( 'validate' );\n\t\t}\n\t} );\n};\n\nlet width = function( column ) {\n\tlet $column = column.$el;\n\n\t$column.find( '.ac-column-setting--width' ).each( function() {\n\t\t$column.column_width_slider();\n\n\t\t// indicator\n\t\tlet $width_indicator = $column.find( '.ac-column-header .ac-column-heading-setting--width' );\n\n\t\t$width_indicator.on( 'update', function() {\n\t\t\tlet _width = $column.find( '.ac-setting-input-width .description input' ).val();\n\t\t\tlet _unit = $column.find( '.ac-setting-input-width .description .unit' ).text();\n\t\t\tif ( _width > 0 ) {\n\t\t\t\t$( this ).text( _width + _unit );\n\t\t\t} else {\n\t\t\t\t$( this ).text( '' );\n\t\t\t}\n\t\t} );\n\n\t\t// unit selector\n\t\tlet width_unit_select = $column.find( '.ac-setting-input-width .unit-select label' );\n\t\twidth_unit_select.on( 'click', function() {\n\n\t\t\t$column.find( 'span.unit' ).text( $( this ).find( 'input' ).val() );\n\t\t\t$column.column_width_slider(); // re-init slider\n\t\t\t$width_indicator.trigger( 'update' ); // update indicator\n\t\t} );\n\n\t\t// width_input\n\t\tlet width_input = $column.find( '.ac-setting-input-width .description input' )\n\t\t\t.on( 'keyup', function() {\n\t\t\t\t$column.column_width_slider(); // re-init slider\n\t\t\t\t$( this ).trigger( 'validate' ); // validate input\n\t\t\t\t$width_indicator.trigger( 'update' ); // update indicator\n\t\t\t} )\n\n\t\t\t// width_input:validate\n\t\t\t.on( 'validate', function() {\n\t\t\t\tlet _width = width_input.val();\n\t\t\t\tlet _new_width = $.trim( _width );\n\n\t\t\t\tif ( !$.isNumeric( _new_width ) ) {\n\t\t\t\t\t_new_width = _new_width.replace( /\\D/g, '' );\n\t\t\t\t}\n\t\t\t\tif ( _new_width.length > 3 ) {\n\t\t\t\t\t_new_width = _new_width.substring( 0, 3 );\n\t\t\t\t}\n\t\t\t\tif ( _new_width <= 0 ) {\n\t\t\t\t\t_new_width = '';\n\t\t\t\t}\n\t\t\t\tif ( _new_width !== _width ) {\n\t\t\t\t\twidth_input.val( _new_width );\n\t\t\t\t}\n\t\t\t} );\n\n\t} );\n};\n\nmodule.exports = width;","class Modals {\n\n\tconstructor() {\n\t\tthis.modals = [];\n\t\tthis.number = 1;\n\t}\n\n\tregister( modal, key = '' ) {\n\t\tif ( !key ) {\n\t\t\tkey = 'm' + this.number;\n\t\t}\n\n\t\tthis.modals[ key ] = modal;\n\t\tthis.number++;\n\t}\n\n\tget( key ) {\n\t\tif ( this.modals[ key ] ) {\n\t\t\treturn this.modals[ key ];\n\t\t}\n\n\t\treturn false;\n\t}\n}\n\nmodule.exports = Modals;","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","// false -> Array#indexOf\n// true -> Array#includes\nvar toIObject = require('./_to-iobject');\nvar toLength = require('./_to-length');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create');\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n case 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-array');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConstructor(original))(length);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var core = module.exports = { version: '2.5.7' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","// IE 8- don't enum bug keys\nmodule.exports = (\n 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n","'use strict';\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar wks = require('./_wks');\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n var fns = exec(defined, SYMBOL, ''[KEY]);\n var strfn = fns[0];\n var rxfn = fns[1];\n if (fails(function () {\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n })) {\n redefine(String.prototype, KEY, strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return rxfn.call(string, this); }\n );\n }\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var document = require('./_global').document;\nmodule.exports = document && document.documentElement;\n","module.exports = !require('./_descriptors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","'use strict';\nvar create = require('./_object-create');\nvar descriptor = require('./_property-desc');\nvar setToStringTag = require('./_set-to-string-tag');\nvar IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nrequire('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; });\n\nmodule.exports = function (Constructor, NAME, next) {\n Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });\n setToStringTag(Constructor, NAME + ' Iterator');\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar $iterCreate = require('./_iter-create');\nvar setToStringTag = require('./_set-to-string-tag');\nvar getPrototypeOf = require('./_object-gpo');\nvar ITERATOR = require('./_wks')('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys() { return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG = NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $native.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n","module.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n","module.exports = {};\n","module.exports = false;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('./_an-object');\nvar dPs = require('./_object-dps');\nvar enumBugKeys = require('./_enum-bug-keys');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = require('./_dom-create')('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n iframe.style.display = 'none';\n require('./_html').appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict = iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.defineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var dP = require('./_object-dp');\nvar anObject = require('./_an-object');\nvar getKeys = require('./_object-keys');\n\nmodule.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length = keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('./_has');\nvar toObject = require('./_to-object');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar ObjectProto = Object.prototype;\n\nmodule.exports = Object.getPrototypeOf || function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectProto : null;\n};\n","var has = require('./_has');\nvar toIObject = require('./_to-iobject');\nvar arrayIndexOf = require('./_array-includes')(false);\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\n\nmodule.exports = function (object, names) {\n var O = toIObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = require('./_object-keys-internal');\nvar enumBugKeys = require('./_enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n","// most Object methods by ES6 should accept primitives\nvar $export = require('./_export');\nvar core = require('./_core');\nvar fails = require('./_fails');\nmodule.exports = function (KEY, exec) {\n var fn = (core.Object || {})[KEY] || Object[KEY];\n var exp = {};\n exp[KEY] = exec(fn);\n $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar TO_STRING = 'toString';\nvar $toString = Function[TO_STRING];\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","var def = require('./_object-dp').f;\nvar has = require('./_has');\nvar TAG = require('./_wks')('toStringTag');\n\nmodule.exports = function (it, tag, stat) {\n if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });\n};\n","var shared = require('./_shared')('keys');\nvar uid = require('./_uid');\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2018 Denis Pushkarev (zloirock.ru)'\n});\n","var toInteger = require('./_to-integer');\nvar max = Math.max;\nvar min = Math.min;\nmodule.exports = function (index, length) {\n index = toInteger(index);\n return index < 0 ? max(index + length, 0) : min(index, length);\n};\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// to indexed object, toObject with fallback for non-array-like ES3 strings\nvar IObject = require('./_iobject');\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return IObject(defined(it));\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\nvar addToUnscopables = require('./_add-to-unscopables');\nvar step = require('./_iter-step');\nvar Iterators = require('./_iterators');\nvar toIObject = require('./_to-iobject');\n\n// 22.1.3.4 Array.prototype.entries()\n// 22.1.3.13 Array.prototype.keys()\n// 22.1.3.29 Array.prototype.values()\n// 22.1.3.30 Array.prototype[@@iterator]()\nmodule.exports = require('./_iter-define')(Array, 'Array', function (iterated, kind) {\n this._t = toIObject(iterated); // target\n this._i = 0; // next index\n this._k = kind; // kind\n// 22.1.5.2.1 %ArrayIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var kind = this._k;\n var index = this._i++;\n if (!O || index >= O.length) {\n this._t = undefined;\n return step(1);\n }\n if (kind == 'keys') return step(0, index);\n if (kind == 'values') return step(0, O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)\nIterators.Arguments = Iterators.Array;\n\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var dP = require('./_object-dp').f;\nvar FProto = Function.prototype;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || require('./_descriptors') && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n return ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n","// 19.1.2.14 Object.keys(O)\nvar toObject = require('./_to-object');\nvar $keys = require('./_object-keys');\n\nrequire('./_object-sap')('keys', function () {\n return function keys(it) {\n return $keys(toObject(it));\n };\n});\n","// @@replace logic\nrequire('./_fix-re-wks')('replace', 2, function (defined, REPLACE, $replace) {\n // 21.1.3.14 String.prototype.replace(searchValue, replaceValue)\n return [function replace(searchValue, replaceValue) {\n 'use strict';\n var O = defined(this);\n var fn = searchValue == undefined ? undefined : searchValue[REPLACE];\n return fn !== undefined\n ? fn.call(searchValue, O, replaceValue)\n : $replace.call(String(O), searchValue, replaceValue);\n }, $replace];\n});\n","var $iterators = require('./es6.array.iterator');\nvar getKeys = require('./_object-keys');\nvar redefine = require('./_redefine');\nvar global = require('./_global');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar wks = require('./_wks');\nvar ITERATOR = wks('iterator');\nvar TO_STRING_TAG = wks('toStringTag');\nvar ArrayValues = Iterators.Array;\n\nvar DOMIterables = {\n CSSRuleList: true, // TODO: Not spec compliant, should be false.\n CSSStyleDeclaration: false,\n CSSValueList: false,\n ClientRectList: false,\n DOMRectList: false,\n DOMStringList: false,\n DOMTokenList: true,\n DataTransferItemList: false,\n FileList: false,\n HTMLAllCollection: false,\n HTMLCollection: false,\n HTMLFormElement: false,\n HTMLSelectElement: false,\n MediaList: true, // TODO: Not spec compliant, should be false.\n MimeTypeArray: false,\n NamedNodeMap: false,\n NodeList: true,\n PaintRequestList: false,\n Plugin: false,\n PluginArray: false,\n SVGLengthList: false,\n SVGNumberList: false,\n SVGPathSegList: false,\n SVGPointList: false,\n SVGStringList: false,\n SVGTransformList: false,\n SourceBufferList: false,\n StyleSheetList: true, // TODO: Not spec compliant, should be false.\n TextTrackCueList: false,\n TextTrackList: false,\n TouchList: false\n};\n\nfor (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {\n var NAME = collections[i];\n var explicit = DOMIterables[NAME];\n var Collection = global[NAME];\n var proto = Collection && Collection.prototype;\n var key;\n if (proto) {\n if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);\n if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);\n Iterators[NAME] = ArrayValues;\n if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);\n }\n}\n","module.exports = jQuery;"],"sourceRoot":""}
|
1 |
+
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./js/admin-page-columns.js","webpack:///./js/admin/columns/column.js","webpack:///./js/admin/columns/events/addons.js","webpack:///./js/admin/columns/events/clone.js","webpack:///./js/admin/columns/events/indicator.js","webpack:///./js/admin/columns/events/label.js","webpack:///./js/admin/columns/events/refresh.js","webpack:///./js/admin/columns/events/remove.js","webpack:///./js/admin/columns/events/toggle.js","webpack:///./js/admin/columns/events/type-selector.js","webpack:///./js/admin/columns/feedback.js","webpack:///./js/admin/columns/form.js","webpack:///./js/admin/columns/initiator.js","webpack:///./js/admin/columns/menu.js","webpack:///./js/admin/columns/settings/date.js","webpack:///./js/admin/columns/settings/image-size.js","webpack:///./js/admin/columns/settings/label.js","webpack:///./js/admin/columns/settings/pro.js","webpack:///./js/admin/columns/settings/sub-setting-toggle.js","webpack:///./js/admin/columns/settings/width.js","webpack:///./js/modules/modal.js","webpack:///./js/modules/modals.js","webpack:///./node_modules/core-js/modules/_a-function.js","webpack:///./node_modules/core-js/modules/_add-to-unscopables.js","webpack:///./node_modules/core-js/modules/_an-object.js","webpack:///./node_modules/core-js/modules/_array-includes.js","webpack:///./node_modules/core-js/modules/_array-methods.js","webpack:///./node_modules/core-js/modules/_array-species-constructor.js","webpack:///./node_modules/core-js/modules/_array-species-create.js","webpack:///./node_modules/core-js/modules/_cof.js","webpack:///./node_modules/core-js/modules/_core.js","webpack:///./node_modules/core-js/modules/_ctx.js","webpack:///./node_modules/core-js/modules/_defined.js","webpack:///./node_modules/core-js/modules/_descriptors.js","webpack:///./node_modules/core-js/modules/_dom-create.js","webpack:///./node_modules/core-js/modules/_enum-bug-keys.js","webpack:///./node_modules/core-js/modules/_export.js","webpack:///./node_modules/core-js/modules/_fails.js","webpack:///./node_modules/core-js/modules/_fix-re-wks.js","webpack:///./node_modules/core-js/modules/_global.js","webpack:///./node_modules/core-js/modules/_has.js","webpack:///./node_modules/core-js/modules/_hide.js","webpack:///./node_modules/core-js/modules/_html.js","webpack:///./node_modules/core-js/modules/_ie8-dom-define.js","webpack:///./node_modules/core-js/modules/_iobject.js","webpack:///./node_modules/core-js/modules/_is-array.js","webpack:///./node_modules/core-js/modules/_is-object.js","webpack:///./node_modules/core-js/modules/_iter-create.js","webpack:///./node_modules/core-js/modules/_iter-define.js","webpack:///./node_modules/core-js/modules/_iter-step.js","webpack:///./node_modules/core-js/modules/_iterators.js","webpack:///./node_modules/core-js/modules/_library.js","webpack:///./node_modules/core-js/modules/_object-create.js","webpack:///./node_modules/core-js/modules/_object-dp.js","webpack:///./node_modules/core-js/modules/_object-dps.js","webpack:///./node_modules/core-js/modules/_object-gpo.js","webpack:///./node_modules/core-js/modules/_object-keys-internal.js","webpack:///./node_modules/core-js/modules/_object-keys.js","webpack:///./node_modules/core-js/modules/_object-sap.js","webpack:///./node_modules/core-js/modules/_property-desc.js","webpack:///./node_modules/core-js/modules/_redefine.js","webpack:///./node_modules/core-js/modules/_set-to-string-tag.js","webpack:///./node_modules/core-js/modules/_shared-key.js","webpack:///./node_modules/core-js/modules/_shared.js","webpack:///./node_modules/core-js/modules/_to-absolute-index.js","webpack:///./node_modules/core-js/modules/_to-integer.js","webpack:///./node_modules/core-js/modules/_to-iobject.js","webpack:///./node_modules/core-js/modules/_to-length.js","webpack:///./node_modules/core-js/modules/_to-object.js","webpack:///./node_modules/core-js/modules/_to-primitive.js","webpack:///./node_modules/core-js/modules/_uid.js","webpack:///./node_modules/core-js/modules/_wks.js","webpack:///./node_modules/core-js/modules/es6.array.find.js","webpack:///./node_modules/core-js/modules/es6.array.iterator.js","webpack:///./node_modules/core-js/modules/es6.function.name.js","webpack:///./node_modules/core-js/modules/es6.object.keys.js","webpack:///./node_modules/core-js/modules/es6.regexp.replace.js","webpack:///./node_modules/core-js/modules/web.dom.iterable.js","webpack:///external \"jQuery\""],"names":["jQuery","$","require","AC","Column","Initiator","AdminColumns","document","on","registerEvent","EventToggle","EventRemove","EventClone","EventRefresh","EventTypeSelector","EventIndicator","EventLabel","label","setting","EventAddons","registerSetting","SettingDate","SettingImageSize","SettingPro","SettingSubSettingToggle","SettingWidth","SettingLabel","ready","Form","Modals","init","register","Modal","querySelector","Menu","Feedback","$el","el","settings","_type","data","hasClass","addClass","removeClass","temp_column_name","getNewIncementalName","original_column_name","name","find","each","i","v","$input","attr","replace","incremental_column_name","column","Object","keys","events","forEach","key","isBound","bind","bindSettings","trigger","remove","duration","self","animate","opacity","height","destroy","close","open","slideUp","slideDown","message","html","show","type","ajax","url","ajaxurl","method","dataType","action","current_original_columns","originalColumns","original_columns","list_screen","layout","_ajax_nonce","success","response","replaceWith","initNewInstance","bindEvents","showMessage","error","serializeArray","request_data","column_name","value","push","$clone","clone","module","exports","addons","$column","inputs","id","closest","state","val","additional","click","e","preventDefault","isOriginal","cloneColumn","indicator","$indicator","$setting","unbind","toggleClass","filter","prop","change","$label","field_label","text","setTimeout","column_label","trim","width","settingLabel","hover","parents","hide","refresh","always","removeColumn","toggle","css","selector","switchToType","reindexColumns","$box","$form","$container","columns","initColumns","bindFormEvents","bindOrdering","sortable","items","handle","$buttons","submitForm","removeAttr","addColumn","$boxes","col","disable","resetColumns","serialize","xhr","post","fail","attr_class","$msg","stop","before","_addColumnToForm","create","append","scrollTop","offset","top","incremental_name","k","console","event","oldName","submit","next","date","$radio_custom","$input_custom","$input_value","$example_custom","$selected","$help_msg","$input_container","date_format","description","$custom_value","done","length","Image","field","initState","addEventListener","getValue","showSubsettings","hideSubsettings","subsetting","querySelectorAll","style","display","setWidth","setHeight","dispatchEvent","Event","image","Label","iconpicker","_dashicon","modal","initValue","createRange","createContextualFragment","dashicon","classList","cls","indexOf","icon","parentElement","add","setIconSelection","dataset","getIconSelection","setDashicon","icons","selection","innerHTML","visibility","setValue","pro","value_show","subfield","$subfields","$settings","fn","column_width_slider","$column_width","input_width","input_unit","unit","slider","range","min","max","slide","ui","$width_indicator","_width","_unit","width_unit_select","width_input","_new_width","isNumeric","substring","dialog","initEvents","keyName","isOpen","dismissButtons","b","stopPropagation","ac_modal_init","initGlobalEvents","AC_MODAL","contains","onClose","onOpen","target","acOpenModal","modal_key","get","modals","number"],"mappings":"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AAa7N,GAAb,CAAP;AACA;;AAED,aAAO,KAAP;AACA,K,CAED;;;;2BACc;AACb,UAAK,OAAOvD,aAAauB,MAApB,KAA+B,WAApC,EAAkD;AACjDvB,qBAAauB,MAAb,GAAsB,IAAI,IAAJ,EAAtB;AACA;;AAED,aAAOvB,aAAauB,MAApB;AACA;;;;;;AAIF8E,OAAOC,OAAP,GAAiB/E,MAAjB,C;;;;;;;;;;;ACrCA;AACA;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA,mJAAwF;AACxF;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,YAAY,eAAe;AAChC;AACA,KAAK;AACL;AACA;;;;;;;;;;;;ACtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA,wCAAwC;AACxC;AACA,8BAA8B;AAC9B,6BAA6B;AAC7B,+BAA+B;AAC/B,mCAAmC;AACnC,SAAS,iCAAiC;AAC1C;AACA;AACA;AACA;AACA;;;;;;;;;;;;AC3CA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACfA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACLA,iBAAiB;;AAEjB;AACA;AACA;;;;;;;;;;;;ACJA,6BAA6B;AAC7B,uCAAuC;;;;;;;;;;;;ACDvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnBA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA,iCAAiC,QAAQ,mBAAmB,UAAU,EAAE,EAAE;AAC1E,CAAC;;;;;;;;;;;;ACHD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kFAAkF,uBAAuB;AACzG,iEAAiE;AACjE,+DAA+D;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,eAAe;AACf,eAAe;AACf,eAAe;AACf,gBAAgB;AAChB;;;;;;;;;;;;AC1CA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,UAAU;AACvC;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,gCAAgC,qCAAqC;AACrE;AACA;AACA,2BAA2B,gCAAgC;AAC3D;AACA;AACA;;;;;;;;;;;;AC3BA;AACA;AACA;AACA;AACA;AACA,yCAAyC;;;;;;;;;;;;ACLzC,uBAAuB;AACvB;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;;;;;;;;;;;ACPA;AACA;;;;;;;;;;;;ACDA;AACA,uIAAsE,mBAAmB,UAAU,EAAE,EAAE;AACvG,CAAC;;;;;;;;;;;;ACFD;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;;;;;;;;;;;;;ACFA;AACA;AACA;AACA;AACA;;AAEA;AACA,uMAAkF,aAAa,EAAE;;AAEjG;AACA,qDAAqD,4BAA4B;AACjF;AACA;;;;;;;;;;;;;ACZA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;;AAEA,8BAA8B,aAAa;;AAE3C;AACA;AACA;AACA;AACA;AACA,yCAAyC,oCAAoC;AAC7E,6CAA6C,oCAAoC;AACjF,KAAK,4BAA4B,oCAAoC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB,mBAAmB;AACnC;AACA;AACA,kCAAkC,2BAA2B;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;;;;;;;;;;;ACpEA;AACA,UAAU;AACV;;;;;;;;;;;;ACFA;;;;;;;;;;;;ACAA;;;;;;;;;;;;ACAA;AACA;AACA;AACA;AACA;AACA,yBAAyB;AACzB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;;;;;;;;;;;ACxCA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,YAAY;AACf;AACA;AACA;AACA;;;;;;;;;;;;ACfA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACZA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACZA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;AChBA;AACA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,qDAAqD,OAAO,EAAE;AAC9D;;;;;;;;;;;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA,CAAC;AACD;AACA,CAAC;;;;;;;;;;;;AC9BD;AACA;AACA;;AAEA;AACA,oEAAoE,iCAAiC;AACrG;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA,kDAAkD;;AAElD;AACA,qEAAqE;AACrE,CAAC;AACD;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACXD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACXA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,gBAAgB,EAAE;AAC5D;AACA;AACA;AACA;AACA,CAAC;AACD;;;;;;;;;;;;;ACbA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC,cAAc;AACd,iBAAiB;AACjB;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACjCA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACfD;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACRD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,CAAC;;;;;;;;;;;;ACXD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,oDAAoD,wBAAwB;AAC5E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;ACzDA,wB","file":"admin-page-columns.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","/**\r\n * AC variables. Defined in DOM.\r\n * @param AdminColumns {Object}\r\n * @param AC {Object}\r\n * @param AC.list_screen {String}\r\n * @param AC.layout {String}\r\n * @param AC.i81n {String}\r\n */\r\nimport Form from \"./admin/columns/form\";\r\nimport Modals from \"./modules/modals\";\r\nimport Initiator from \"./admin/columns/initiator\";\r\nimport Modal from \"./modules/modal\";\r\nimport Menu from \"./admin/columns/menu\";\r\nimport Feedback from \"./admin/columns/feedback\";\r\n/** Events */\r\nimport EventToggle from './admin/columns/events/toggle';\r\nimport EventRemove from './admin/columns/events/remove';\r\nimport EventClone from './admin/columns/events/clone';\r\nimport EventRefresh from './admin/columns/events/refresh';\r\nimport EventTypeSelector from './admin/columns/events/type-selector';\r\nimport EventIndicator from './admin/columns/events/indicator';\r\nimport EventLabel from './admin/columns/events/label';\r\nimport EventAddons from './admin/columns/events/addons';\r\n/** Settings */\r\nimport SettingImageSize from './admin/columns/settings/image-size';\r\nimport SettingSubSettingToggle from './admin/columns/settings/sub-setting-toggle';\r\nimport SettingDate from './admin/columns/settings/date';\r\nimport SettingPro from './admin/columns/settings/pro';\r\nimport SettingWidth from './admin/columns/settings/width';\r\nimport SettingLabel from './admin/columns/settings/label';\r\n\r\nlet jQuery = $ = require( 'jquery' );\r\n\r\nAC.Column = new Initiator(); // Todo remove from\r\nAdminColumns.Column = AC.Column;\r\n\r\njQuery( document ).on( 'AC_Form_Loaded', function() {\r\n\r\n\t/** Register Events **/\r\n\tAdminColumns.Column\r\n\t\t.registerEvent( 'toggle', EventToggle )\r\n\t\t.registerEvent( 'remove', EventRemove )\r\n\t\t.registerEvent( 'clone', EventClone )\r\n\t\t.registerEvent( 'refresh', EventRefresh )\r\n\t\t.registerEvent( 'type_selector', EventTypeSelector )\r\n\t\t.registerEvent( 'indicator', EventIndicator )\r\n\t\t.registerEvent( 'label', EventLabel.label )\r\n\t\t.registerEvent( 'label_setting', EventLabel.setting )\r\n\t\t.registerEvent( 'addons', EventAddons )\r\n\r\n\t\t/** Register Settings **/\r\n\t\t.registerSetting( 'date', SettingDate )\r\n\t\t.registerSetting( 'image_size', SettingImageSize )\r\n\t\t.registerSetting( 'pro', SettingPro )\r\n\t\t.registerSetting( 'sub_setting_toggle', SettingSubSettingToggle )\r\n\t\t.registerSetting( 'width', SettingWidth )\r\n\t\t.registerSetting( 'label', SettingLabel );\r\n} );\r\n\r\njQuery( document ).ready( function() {\r\n\tAC.Form = new Form( '#cpac .ac-columns form' );\r\n\tModals.init().register( new Modal( document.querySelector( '#ac-modal-pro' ) ), 'pro' );\r\n\r\n\tnew Menu().init();\r\n\tnew Feedback( '.sidebox#direct-feedback' );\r\n} );","class Column {\r\n\r\n\tconstructor( $el ) {\r\n\t\tthis.$el = $el;\r\n\t\tthis.el = $el[ 0 ];\r\n\t\tthis.settings = [];\r\n\r\n\t\tthis._type = this.$el.data( 'type' );\r\n\t}\r\n\r\n\tget name() {\r\n\t\treturn this.$el.data( 'column-name' );\r\n\t}\r\n\r\n\tset name( name ) {\r\n\t\tthis.$el.data( 'column-name', name );\r\n\t}\r\n\r\n\tget type() {\r\n\t\treturn this._type;\r\n\t}\r\n\r\n\tset type( type ) {\r\n\t\tthis.$el.data( 'type', type );\r\n\t}\r\n\r\n\tisOriginal() {\r\n\t\treturn (1 === this.$el.data( 'original' ));\r\n\t}\r\n\r\n\tisDisabled() {\r\n\t\treturn this.$el.hasClass( 'disabled' );\r\n\t}\r\n\r\n\tdisable() {\r\n\t\tthis.$el.addClass( 'disabled' );\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tenable() {\r\n\t\tthis.$el.removeClass( 'disabled' );\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tinitNewInstance() {\r\n\t\tlet temp_column_name = '_new_column_' + AC.Column.getNewIncementalName();\r\n\t\tlet original_column_name = this.name;\r\n\r\n\t\tthis.$el.find( 'input, select, label' ).each( function( i, v ) {\r\n\t\t\tlet $input = jQuery( v );\r\n\r\n\t\t\t// name attributes\r\n\t\t\tif ( $input.attr( 'name' ) ) {\r\n\t\t\t\t$input.attr( 'name', $input.attr( 'name' ).replace( `columns[${original_column_name}]`, `columns[${temp_column_name}]` ) );\r\n\t\t\t}\r\n\r\n\t\t\t// id attributes\r\n\t\t\tif ( $input.attr( 'id' ) ) {\r\n\t\t\t\t$input.attr( 'id', $input.attr( 'id' ).replace( `-${original_column_name}-`, `-${temp_column_name}-` ) );\r\n\t\t\t}\r\n\r\n\t\t} );\r\n\r\n\t\tthis.name = temp_column_name;\r\n\r\n\t\tAC.incremental_column_name++;\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\t/**\r\n\t *\r\n\t * @returns {Column}\r\n\t */\r\n\tbindEvents() {\r\n\t\tlet column = this;\r\n\t\tcolumn.$el.data( 'column', column );\r\n\r\n\t\tObject.keys( AC.Column.events ).forEach( function( key ) {\r\n\t\t\tif ( !column.isBound( key ) ) {\r\n\t\t\t\tAC.Column.events[ key ]( column );\r\n\t\t\t\tcolumn.bind( key );\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t\tthis.bindSettings();\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Column_InitSettings', [ column ] );\r\n\r\n\t\treturn this;\r\n\t}\r\n\r\n\tbindSettings() {\r\n\t\tlet column = this;\r\n\r\n\t\tObject.keys( AC.Column.settings ).forEach( function( key ) {\r\n\t\t\tif ( !column.isBound( key ) ) {\r\n\t\t\t\tAC.Column.settings[ key ]( column );\r\n\t\t\t\tcolumn.bind( key );\r\n\t\t\t}\r\n\t\t} );\r\n\t}\r\n\r\n\t/**\r\n\t *\r\n\t * @param key\r\n\t * @returns {bool}\r\n\t */\r\n\tisBound( key ) {\r\n\t\treturn this.$el.data( key );\r\n\t}\r\n\r\n\tbind( key ) {\r\n\t\tthis.$el.data( key, true );\r\n\t}\r\n\r\n\tdestroy() {\r\n\t\tthis.$el.remove();\r\n\t}\r\n\r\n\tremove( duration = 350 ) {\r\n\t\tlet self = this;\r\n\r\n\t\tthis.$el.addClass( 'deleting' ).animate( { opacity : 0, height : 0 }, duration, function() {\r\n\t\t\tself.destroy();\r\n\t\t} );\r\n\t}\r\n\r\n\ttoggle( duration = 150 ) {\r\n\t\tif ( this.$el.hasClass( 'opened' ) ) {\r\n\t\t\tthis.close( duration );\r\n\t\t} else {\r\n\t\t\tthis.open( duration );\r\n\t\t}\r\n\t}\r\n\r\n\tclose( duration = 0 ) {\r\n\t\tthis.$el.removeClass( 'opened' ).find( '.ac-column-body' ).slideUp( duration );\r\n\t}\r\n\r\n\topen( duration = 0 ) {\r\n\t\tthis.$el.addClass( 'opened' ).find( '.ac-column-body' ).slideDown( duration );\r\n\t}\r\n\r\n\tshowMessage( message ) {\r\n\t\tthis.$el.find( '.ac-column-setting--type .msg' ).html( message ).show();\r\n\t}\r\n\r\n\tswitchToType( type ) {\r\n\t\tlet self = this;\r\n\r\n\t\treturn jQuery.ajax( {\r\n\t\t\turl : ajaxurl,\r\n\t\t\tmethod : 'post',\r\n\t\t\tdataType : 'json',\r\n\t\t\tdata : {\r\n\t\t\t\taction : 'ac_column_select',\r\n\t\t\t\ttype : type,\r\n\t\t\t\tcurrent_original_columns : AC.Form.originalColumns(),\r\n\t\t\t\toriginal_columns : AC.original_columns,\r\n\t\t\t\tlist_screen : AC.list_screen,\r\n\t\t\t\tlayout : AC.layout,\r\n\t\t\t\t_ajax_nonce : AC._ajax_nonce,\r\n\t\t\t},\r\n\t\t\tsuccess : function( response ) {\r\n\t\t\t\tif ( true === response.success ) {\r\n\t\t\t\t\tlet column = jQuery( response.data );\r\n\r\n\t\t\t\t\tself.$el.replaceWith( column );\r\n\t\t\t\t\tself.$el = column;\r\n\t\t\t\t\tself.el = column[ 0 ];\r\n\t\t\t\t\tself._type = type;\r\n\t\t\t\t\tself.initNewInstance();\r\n\t\t\t\t\tself.bindEvents();\r\n\t\t\t\t\tself.open();\r\n\r\n\t\t\t\t\tjQuery( document ).trigger( 'AC_Column_Change', [ self ] );\r\n\t\t\t\t} else {\r\n\t\t\t\t\tself.showMessage( response.data.error )\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} );\r\n\t}\r\n\r\n\trefresh() {\r\n\r\n\t\tlet self = this;\r\n\t\tlet data = this.$el.find( ':input' ).serializeArray();\r\n\t\tlet request_data = {\r\n\t\t\taction : 'ac_column_refresh',\r\n\t\t\t_ajax_nonce : AC._ajax_nonce,\r\n\t\t\tlist_screen : AC.list_screen,\r\n\t\t\tlayout : AC.layout,\r\n\t\t\tcolumn_name : this.name,\r\n\t\t\toriginal_columns : AC.original_columns\r\n\t\t};\r\n\r\n\t\tjQuery.each( request_data, function( name, value ) {\r\n\t\t\tdata.push( {\r\n\t\t\t\tname : name,\r\n\t\t\t\tvalue : value\r\n\t\t\t} );\r\n\t\t} );\r\n\r\n\t\treturn jQuery.ajax( {\r\n\t\t\ttype : 'post',\r\n\t\t\turl : ajaxurl,\r\n\t\t\tdata : data,\r\n\r\n\t\t\tsuccess : function( response ) {\r\n\t\t\t\tif ( true === response.success ) {\r\n\t\t\t\t\tlet column = jQuery( response.data );\r\n\r\n\t\t\t\t\tself.$el.replaceWith( column );\r\n\t\t\t\t\tself.$el = column;\r\n\t\t\t\t\tself.el = column[ 0 ];\r\n\r\n\t\t\t\t\tself.bindEvents();\r\n\t\t\t\t\tself.open();\r\n\r\n\t\t\t\t\tjQuery( document ).trigger( 'AC_Column_Refresh', [ self ] );\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t} );\r\n\t}\r\n\r\n\t/**\r\n\t * @returns {Column}\r\n\t */\r\n\tcreate() {\r\n\t\tthis.initNewInstance();\r\n\t\tthis.bindEvents();\r\n\r\n\t\tjQuery( document ).trigger( 'AC_Column_Created', [ self ] );\r\n\t\treturn this;\r\n\t}\r\n\r\n\t/**\r\n\t * @returns {Column}\r\n\t */\r\n\tclone() {\r\n\t\tlet $clone = this.$el.clone();\r\n\t\t$clone.data( 'column-name', this.$el.data( 'column-name' ) );\r\n\r\n\t\tlet clone = new Column( $clone );\r\n\r\n\t\tclone.initNewInstance();\r\n\t\tclone.bindEvents();\r\n\r\n\t\treturn clone;\r\n\t}\r\n}\r\n\r\nmodule.exports = Column;","/*\n * Optional Radio Click events\n * TODO: Is not used anymore?\n */\n\nlet addons = function( column ) {\n\tlet $ = jQuery;\n\tlet $column = column.$el;\n\tlet inputs = $column.find( '[data-trigger] label' );\n\n\tinputs.on( 'click', function() {\n\n\t\tlet id = $( this ).closest( 'td.input' ).data( 'trigger' );\n\t\tlet state = $( 'input', this ).val();\n\n\t\t// Toggle indicator icon\n\t\tlet label = $column.find( '[data-indicator-id=\"' + id + '\"]' ).removeClass( 'on' );\n\t\tif ( 'on' === state ) {\n\t\t\tlabel.addClass( 'on' );\n\t\t}\n\n\t\t// Toggle additional options\n\t\tlet additional = $column.find( '[data-handle=\"' + id + '\"]' ).addClass( 'hide' );\n\t\tif ( 'on' === state ) {\n\t\t\tadditional.removeClass( 'hide' );\n\t\t}\n\t} );\n\n\t// On load\n\t$column.find( '[data-trigger]' ).each( function() {\n\n\t\tlet trigger = $( this ).data( 'trigger' );\n\n\t\t// Hide additional column settings\n\t\tlet additional = $column.find( '[data-handle=\"' + trigger + '\"]' ).addClass( 'hide' );\n\t\tif ( 'on' === $( 'input:checked', this ).val() ) {\n\t\t\tadditional.removeClass( 'hide' );\n\t\t}\n\t} );\n\n};\n\nmodule.exports = addons;","/*\n* Column: bind clone events\n*\n* @since 2.0\n*/\nlet clone = function( column ) {\n\tcolumn.$el.find( '.clone-button' ).click( function( e ) {\n\t\te.preventDefault();\n\n\t\tif ( column.isOriginal() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tAC.Form.cloneColumn( column.$el );\n\t} );\n};\n\nmodule.exports = clone;","let indicator = function( column ) {\r\n\tlet $column = column.$el;\r\n\r\n\t$column.find( '.ac-column-header [data-indicator-toggle]' ).each( function() {\r\n\t\tlet $ = jQuery;\r\n\t\tlet $indicator = $( this );\r\n\t\tlet setting = $( this ).data( 'setting' );\r\n\t\tlet $setting = $column.find( '.ac-column-setting[data-setting=' + setting + ']' );\r\n\t\tlet $input = $setting.find( '.col-input:first .ac-setting-input:first input[type=radio]' );\r\n\r\n\t\t$indicator.unbind( 'click' ).on( 'click', function( e ) {\r\n\t\t\te.preventDefault();\r\n\r\n\t\t\tif ( $column.hasClass( 'disabled' ) ) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\r\n\t\t\t$indicator.toggleClass( 'on' );\r\n\t\t\tif ( $( this ).hasClass( 'on' ) ) {\r\n\t\t\t\t$input.filter( '[value=on]' ).prop( 'checked', true ).trigger( 'click' ).trigger( 'change' );\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$input.filter( '[value=off]' ).prop( 'checked', true ).trigger( 'click' ).trigger( 'change' );\r\n\t\t\t}\r\n\t\t} );\r\n\r\n\t\t$input.on( 'change', function() {\r\n\t\t\tif ( $column.hasClass( 'disabled' ) ) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\r\n\t\t\tlet value = $input.filter( ':checked' ).val();\r\n\t\t\tif ( 'on' === value ) {\r\n\t\t\t\t$indicator.addClass( 'on' );\r\n\t\t\t} else {\r\n\t\t\t\t$indicator.removeClass( 'on' );\r\n\t\t\t}\r\n\t\t} );\r\n\t} );\r\n};\r\n\r\nmodule.exports = indicator;","let label = function( column ) {\n\tlet $column = column.$el;\n\n\t/**\n\t * Populates the main Label with the selected label from the dropdown,\n\t */\n\t$column.find( 'select[data-label=\"update\"]' ).change( function() {\n\t\tlet $label = $column.find( 'input.ac-setting-input_label' );\n\t\tlet field_label = jQuery( this ).find( 'option:selected' ).text();\n\n\t\t// Set new label\n\t\t$label.val( field_label );\n\t\t$label.trigger( 'change' );\n\t} );\n\n\t/** When an label contains an icon or span, the displayed label can appear empty. In this case we show the \"type\" label. */\n\tsetTimeout( function() {\n\t\tlet column_label = $column.find( '.column_label .toggle' );\n\n\t\tif ( jQuery.trim( column_label.html() ) && column_label.width() < 1 ) {\n\t\t\tcolumn_label.html( $column.find( '.column_type .inner' ).html() );\n\t\t}\n\t}, 50 );\n};\n\nlet settingLabel = function( column ) {\n\tlet $column = column.$el;\n\n\t/** change label */\n\t$column.find( '.ac-column-setting--label input' ).bind( 'keyup change', function() {\n\t\tlet value = jQuery( this ).val();\n\t\tjQuery( this ).closest( '.ac-column' ).find( 'td.column_label .inner > a.toggle' ).html( value );\n\t} ).trigger( 'change' );\n\n\t/** tooltip */\n\t$column.find( '.ac-column-body .col-label .label' ).hover( function() {\n\t\tjQuery( this ).parents( '.col-label' ).find( 'div.tooltip' ).show();\n\t}, function() {\n\t\tjQuery( this ).parents( '.col-label' ).find( 'div.tooltip' ).hide();\n\t} );\n};\n\nmodule.exports = {\n\tlabel : label,\n\tsetting : settingLabel\n};","let refresh = function( column ) {\n\tlet $ = jQuery;\n\t\n\tcolumn.$el.find( '[data-refresh=\"column\"]' ).on( 'change', function() {\n\t\t// Allow plugins to hook into this event\n\t\t$( document ).trigger( 'AC.column.prerefresh', column.$el );\n\t\tcolumn.$el.addClass( 'loading' );\n\n\t\tsetTimeout( function() {\n\t\t\tcolumn.refresh().always( function() {\n\t\t\t\tcolumn.$el.removeClass( 'loading' );\n\t\t\t} );\n\t\t}, 200 );\n\n\t} );\n};\n\nmodule.exports = refresh;","/*\n * Column: bind remove events\n *\n * @since 2.0\n */\nlet remove = function( column ) {\n\tcolumn.$el.find( '.remove-button' ).click( function( e ) {\n\t\te.preventDefault();\n\n\t\tAC.Form.removeColumn( column.name );\n\t} );\n};\n\nmodule.exports = remove;","/*\n * Column: bind toggle events\n *\n * For performance we bind all other events after the click event.\n *\n * @since 2.0\n */\nlet toggle = function( column ) {\n\tcolumn.$el.find( '[data-toggle=\"column\"]' ).click( function( e ) {\n\t\te.preventDefault();\n\n\t\tcolumn.toggle();\n\t} ).css( 'cursor', 'pointer' );\n};\n\nmodule.exports = toggle;","let selector = function( column ) {\n\tlet $ = jQuery;\n\tcolumn.$el.find( 'select.ac-setting-input_type' ).change( function() {\n\t\tcolumn.$el.addClass( 'loading' );\n\t\tcolumn.switchToType( $( this ).val() ).always( function() {\n\t\t\tcolumn.$el.removeClass( 'loading' );\n\n\t\t\tAC.Form.reindexColumns();\n\t\t} );\n\t} );\n};\n\nmodule.exports = selector;","class Feedback {\n\n\tconstructor( $el ) {\n\t\tthis.$el = jQuery( $el );\n\t\tthis.init();\n\t}\n\n\tinit() {\n\t\tlet $box = this.$el;\n\n\t\t$box.find( '#feedback-choice a.no' ).click( function( e ) {\n\t\t\te.preventDefault();\n\n\t\t\t$box.find( '#feedback-choice' ).slideUp();\n\t\t\t$box.find( '#feedback-support' ).slideDown();\n\t\t} );\n\n\t\t$box.find( '#feedback-choice a.yes' ).click( function( e ) {\n\t\t\te.preventDefault();\n\n\t\t\t$box.find( '#feedback-choice' ).slideUp();\n\t\t\t$box.find( '#feedback-rate' ).slideDown();\n\t\t} );\n\t};\n\n}\n\nmodule.exports = Feedback;","import Column from \"./column\";\n\nclass Form {\n\n\tconstructor( el ) {\n\t\tthis.$form = jQuery( el );\n\t\tthis.$container = jQuery( '#cpac .ac-admin' );\n\t\tthis.columns = {};\n\n\t\tjQuery( document ).trigger( 'AC_Form_Loaded' );\n\n\t\tthis.init();\n\t}\n\n\tinit() {\n\t\tthis.initColumns();\n\t\tthis.bindFormEvents();\n\t\tthis.bindOrdering();\n\n\t\tjQuery( document ).trigger( 'AC_Form_Ready' );\n\t}\n\n\tbindOrdering() {\n\n\t\tif ( this.$form.hasClass( 'ui-sortable' ) ) {\n\t\t\tthis.$form.sortable( 'refresh' );\n\t\t}\n\t\telse {\n\t\t\tthis.$form.sortable( {\n\t\t\t\titems : '.ac-column',\n\t\t\t\thandle : '.column_sort'\n\t\t\t} );\n\t\t}\n\n\t}\n\n\toriginalColumns() {\n\t\tlet self = this;\n\t\tlet columns = [];\n\n\t\tObject.keys( self.columns ).forEach( function( key ) {\n\t\t\tlet column = self.columns[ key ];\n\t\t\tif ( column.isOriginal() ) {\n\t\t\t\tcolumns.push( column.type );\n\t\t\t}\n\t\t} );\n\n\t\treturn columns;\n\t}\n\n\tbindFormEvents() {\n\t\tlet self = this;\n\t\tlet $buttons = jQuery( '.sidebox a.submit, .column-footer a.submit' );\n\n\t\t$buttons.on( 'click', function() {\n\t\t\t$buttons.attr( 'disabled', 'disabled' );\n\t\t\tself.submitForm().always( function() {\n\t\t\t\t$buttons.removeAttr( 'disabled', 'disabled' );\n\t\t\t} )\n\t\t} );\n\n\t\tself.$container.find( '.add_column' ).on( 'click', function() {\n\t\t\tself.addColumn();\n\t\t} );\n\n\t\tlet $boxes = jQuery( '#cpac .ac-boxes' );\n\t\tif ( $boxes.hasClass( 'disabled' ) ) {\n\t\t\t$boxes.find( '.ac-column' ).each( function( i, col ) {\n\t\t\t\tjQuery( col ).data( 'column' ).disable();\n\t\t\t\tjQuery( col ).find( 'input, select' ).prop( 'disabled', true );\n\t\t\t} );\n\t\t}\n\n\t\tjQuery( 'a[data-clear-columns]' ).on( 'click', function() {\n\t\t\tself.resetColumns();\n\t\t} );\n\t}\n\n\tinitColumns() {\n\t\tlet self = this;\n\t\tself.columns = [];\n\n\t\tthis.$form.find( '.ac-column' ).each( function() {\n\t\t\tlet $el = jQuery( this );\n\t\t\tlet column = new Column( $el );\n\n\t\t\tcolumn.bindEvents();\n\n\t\t\t$el.data( 'column', column );\n\t\t\tself.columns[ column.name ] = column;\n\t\t} );\n\t}\n\n\treindexColumns() {\n\t\tlet self = this;\n\t\tself.columns = [];\n\n\t\tthis.$form.find( '.ac-column' ).each( function() {\n\t\t\tlet column = jQuery( this ).data( 'column' );\n\n\t\t\tself.columns[ column.name ] = column;\n\t\t} );\n\t}\n\n\tresetColumns() {\n\t\tObject.keys( this.columns ).forEach( ( key ) => {\n\t\t\tlet column = this.columns[ key ];\n\n\t\t\tcolumn.destroy();\n\t\t} );\n\n\t}\n\n\tserialize() {\n\t\treturn this.$form.serialize();\n\t}\n\n\tsubmitForm() {\n\t\tlet self = this;\n\n\t\tlet xhr = jQuery.post( ajaxurl, {\n\t\t\t\taction : 'ac_columns_save',\n\t\t\t\tdata : this.serialize(),\n\t\t\t\t_ajax_nonce : AC._ajax_nonce,\n\t\t\t\tlist_screen : AC.list_screen,\n\t\t\t\tlayout : AC.layout,\n\t\t\t\toriginal_columns : AC.original_columns\n\t\t\t},\n\n\t\t\tfunction( response ) {\n\t\t\t\tif ( response ) {\n\t\t\t\t\tif ( response.success ) {\n\t\t\t\t\t\tself.showMessage( response.data, 'updated' );\n\n\t\t\t\t\t\tself.$container.addClass( 'stored' );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Error message\n\t\t\t\t\telse if ( response.data ) {\n\t\t\t\t\t\tself.showMessage( response.data.message, 'notice notice-warning' );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}, 'json' );\n\n\t\t// No JSON\n\t\txhr.fail( function( error ) {\n\t\t\t// We choose not to notify the user of errors, because the settings will have\n\t\t\t// been saved correctly despite of PHP notices/errors from plugin or themes.\n\t\t} );\n\n\t\t//document.dispatchEvent( new CustomEvent( 'AC_Form_AfterUpdate', { detail : { container : self.$container } } ) );\n\t\tjQuery( document ).trigger( 'AC_Form_AfterUpdate', [ self.$container ] );\n\n\t\treturn xhr;\n\t}\n\n\tshowMessage( message, attr_class = 'updated' ) {\n\t\tlet $msg = jQuery( '<div class=\"ac-message hidden ' + attr_class + '\"><p>' + message + '</p></div>' );\n\n\t\tthis.$container.find( '.ac-message' ).stop().remove();\n\t\tthis.$container.find( '.ac-boxes' ).before( $msg );\n\n\t\t$msg.slideDown();\n\t}\n\n\tcloneColumn( $el ) {\n\t\treturn this._addColumnToForm( new Column( $el ).clone(), $el.hasClass( 'opened' ) );\n\t}\n\n\taddColumn() {\n\t\tlet $clone = jQuery( '#add-new-column-template' ).find( '.ac-column' ).clone();\n\t\tlet column = new Column( $clone ).create();\n\n\t\treturn this._addColumnToForm( column );\n\t}\n\n\tremoveColumn( name ) {\n\t\tif ( this.columns[ name ] ) {\n\t\t\tthis.columns[ name ].remove();\n\t\t\tdelete this.columns[ name ];\n\t\t}\n\t}\n\n\t_addColumnToForm( column, open = true ) {\n\t\tthis.columns[ column.name ] = column;\n\t\tthis.$form.append( column.$el );\n\n\t\tif ( open ) {\n\t\t\tcolumn.open();\n\t\t}\n\n\t\tcolumn.$el.hide().slideDown();\n\n\t\tjQuery( 'html, body' ).animate( { scrollTop : column.$el.offset().top - 58 }, 300 );\n\n\t\tjQuery( document ).trigger( 'AC_Column_Added', [ column ] );\n\n\t\treturn column;\n\t}\n\n}\n\nmodule.exports = Form;","class Initiator {\n\n\tconstructor() {\n\t\tthis.events = {};\n\t\tthis.settings = {};\n\t\tthis.incremental_name = 0;\n\t}\n\n\tregisterSetting( k, setting ) {\n\t\tlet key = 's_' + k;\n\n\t\tif ( this.settings[ key ] ) {\n\t\t\tconsole.error( 'Setting key already exists: ' + k );\n\t\t}\n\n\t\tthis.settings[ key ] = setting;\n\n\t\treturn this;\n\t}\n\n\tregisterEvent( k, event ) {\n\t\tlet key = 'e_' + k;\n\t\tif ( this.settings[ key ] ) {\n\t\t\tconsole.error( 'Event key already exists: ' + key );\n\t\t}\n\n\t\tthis.events[ key ] = event;\n\n\t\treturn this;\n\t}\n\n\tgetNewIncementalName() {\n\t\tlet oldName = this.incremental_name;\n\t\tthis.incremental_name++;\n\n\t\treturn oldName;\n\t}\n}\n\nmodule.exports = Initiator;","class Menu {\n\n\tinit() {\n\t\tlet $ = jQuery;\n\n\t\t$( '#ac_list_screen' ).on( 'change', function() {\n\t\t\t$( '.view-link' ).hide();\n\t\t\t$( this ).parents( 'form' ).submit();\n\n\t\t\t$( this ).prop( 'disabled', true ).next( '.spinner' ).css( 'display', 'inline-block' );\n\t\t} );\n\n\t}\n\n}\n\nmodule.exports = Menu;","let date = function( column ) {\n\tlet $ = jQuery;\n\tlet $column = column.$el;\n\tlet $setting = $column.find( '.ac-column-setting--date' );\n\n\t$setting.each( function() {\n\n\t\tlet $container = $( this );\n\n\t\t// Custom input\n\t\tlet $radio_custom = $container.find( 'input.custom' );\n\t\tlet $input_custom = $container.find( '.ac-setting-input-date__custom' );\n\t\tlet $input_value = $container.find( '.ac-setting-input-date__value' );\n\t\tlet $example_custom = $container.find( '.ac-setting-input-date__example' );\n\t\tlet $selected = $container.find( 'input[type=radio]:checked' );\n\t\tlet $help_msg = $container.find( '.help-msg' );\n\n\t\t// Click Event\n\t\t$container.find( 'input[type=radio]' ).on( 'change', function() {\n\n\t\t\tlet $input = $( this );\n\t\t\tlet $input_container = $input.closest( 'label' );\n\t\t\tlet date_format = $input_container.find( 'code' ).text();\n\t\t\tlet description = $input_container.find( '.ac-setting-input-date__more' ).html();\n\n\t\t\tif ( date_format ) {\n\t\t\t\t$input_custom.val( date_format ).trigger( 'change' );\n\t\t\t}\n\n\t\t\tif ( $input.hasClass( 'diff' ) ) {\n\t\t\t\t$input_custom.val( '' );\n\t\t\t\t$example_custom.text( '' );\n\t\t\t}\n\n\t\t\t$input_custom.prop( 'disabled', true );\n\n\t\t\t// Custom input selected\n\t\t\tif ( $input.hasClass( 'custom' ) ) {\n\t\t\t\t$input.val( $input_custom.val() );\n\t\t\t\t$input_custom.prop( 'disabled', false );\n\t\t\t\t$help_msg.show();\n\t\t\t}\n\n\t\t\t// Show more description\n\t\t\t$help_msg.hide();\n\t\t\tif ( description ) {\n\t\t\t\t$help_msg.html( description ).show();\n\t\t\t}\n\n\t\t\t$input_value.val( $input.val() );\n\t\t} );\n\n\t\t// Custom input\n\t\t$input_custom.on( 'change', function() {\n\n\t\t\t$example_custom.html( '<span class=\"spinner is-active\"></span>' );\n\t\t\t$radio_custom.val( $input_custom.val() );\n\n\t\t\tlet $custom_value = $( this ).val();\n\n\t\t\tif ( !$custom_value ) {\n\t\t\t\t$example_custom.text( '' );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t$.ajax( {\n\t\t\t\turl : ajaxurl,\n\t\t\t\tmethod : 'post',\n\t\t\t\tdata : {\n\t\t\t\t\taction : 'date_format',\n\t\t\t\t\tdate : $custom_value\n\t\t\t\t}\n\t\t\t} ).done( function( date ) {\n\t\t\t\t$example_custom.text( date );\n\t\t\t} );\n\n\t\t\t$input_value.val( $custom_value );\n\t\t} );\n\n\t\t// Update date example box\n\t\t$selected.trigger( 'change' );\n\n\t\t// Select custom input as a default\n\t\tif ( 0 === $selected.length ) {\n\t\t\t$radio_custom.trigger( 'click' );\n\t\t}\n\n\t} );\n};\n\nmodule.exports = date;","class Image {\n\n\tconstructor( column ) {\n\t\tthis.column = column;\n\t\tthis.setting = column.$el[ 0 ].querySelector( '.ac-column-setting--image' );\n\n\t\tif ( !this.setting ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis.field = this.setting.querySelector( '.ac-setting-input select' );\n\n\t\tthis.initState();\n\t\tthis.bindEvents();\n\t}\n\n\tgetValue() {\n\t\treturn this.field.value;\n\t}\n\n\tbindEvents() {\n\t\tlet self = this;\n\n\t\tthis.field.addEventListener( 'change', function( e ) {\n\t\t\tself.initState();\n\t\t} );\n\t}\n\n\tinitState() {\n\t\tif ( 'cpac-custom' === this.getValue() ) {\n\t\t\tthis.showSubsettings();\n\t\t} else {\n\t\t\tthis.hideSubsettings();\n\t\t}\n\t}\n\n\thideSubsettings() {\n\t\tlet subsetting = this.setting.querySelectorAll( '.ac-column-setting' );\n\n\t\tfor ( let i = 0; i < subsetting.length; ++i ) {\n\t\t\tsubsetting[ i ].style.display = 'none';\n\t\t}\n\n\t}\n\n\tshowSubsettings() {\n\t\tlet subsetting = this.setting.querySelectorAll( '.ac-column-setting' );\n\n\t\tfor ( let i = 0; i < subsetting.length; ++i ) {\n\t\t\tsubsetting[ i ].style.display = 'table';\n\t\t}\n\t}\n\n\tsetValue( value ) {\n\t\tthis.field.value = value;\n\n\t\tthis.trigger( this.field, 'change' );\n\n\t\treturn this;\n\t}\n\n\tsetWidth( width ) {\n\t\tlet field = this.setting.querySelector( '.ac-column-setting [name*=\"image_size_w\"]' );\n\n\t\tfield.value = width;\n\t\tthis.trigger( field, 'change' );\n\n\t\treturn this;\n\t}\n\n\tsetHeight( height ) {\n\t\tlet field = this.setting.querySelector( '.ac-column-setting [name*=\"image_size_h\"]' );\n\t\tfield.value = height;\n\n\t\tthis.trigger( field, 'change' );\n\n\t\treturn this;\n\t}\n\n\tsetSize( width, height ) {\n\t\tthis.setWidth( width );\n\t\tthis.setHeight( height );\n\n\t\treturn this;\n\t}\n\n\ttrigger( el, event ) {\n\t\tel.dispatchEvent( new Event( event ) );\n\n\t\treturn this;\n\t}\n\n}\n\nlet image = function( column ) {\n\tcolumn.settings.image = new Image( column );\n};\n\nmodule.exports = image;","import Modals from \"../../../modules/modals\";\nimport Modal from \"../../../modules/modal\";\n\nclass Label {\n\tconstructor( column ) {\n\t\tthis.column = column;\n\n\t\tthis.setting = column.el.querySelector( '.ac-column-setting--label' );\n\t\tthis.iconpicker = this.setting.querySelector( '.-iconpicker' );\n\n\t\tif ( !this.iconpicker ) {\n\t\t\treturn;\n\t\t}\n\n\t\tthis._dashicon = false;\n\t\tthis.modal = Modals.init().register( new Modal( this.setting.querySelector( '.-iconpicker' ) ) );\n\t\tthis.field = this.setting.querySelector( '.ac-setting-input_label' );\n\n\t\tthis.initValue();\n\t\tthis.bindEvents();\n\t}\n\n\tinitValue() {\n\t\tlet self = this;\n\t\tlet html = document.createRange().createContextualFragment( this.getValue() );\n\t\tlet dashicon = html.querySelector( '.dashicons' );\n\n\t\tif ( dashicon ) {\n\t\t\tlet classList = dashicon.classList;\n\n\t\t\tclassList.forEach( cls => {\n\t\t\t\tif ( cls.indexOf( 'dashicons-' ) !== -1 ) {\n\t\t\t\t\tlet selector = '.' + cls;\n\t\t\t\t\tlet icon = self.iconpicker.querySelector( selector );\n\n\t\t\t\t\tif ( icon ) {\n\t\t\t\t\t\ticon.parentElement.classList.add( 'active' );\n\t\t\t\t\t\tself.setIconSelection( icon.parentElement.dataset.dashicon );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\t\t} else {\n\t\t\tself.setIconSelection( false );\n\t\t}\n\n\t}\n\n\tbindEvents() {\n\t\tlet self = this;\n\n\t\tthis.setting.querySelector( '.ac-setting-label-icon' ).addEventListener( 'click', function( e ) {\n\t\t\te.preventDefault();\n\t\t\tself.modal.open();\n\t\t} );\n\n\t\tthis.setting.querySelector( '[data-action=\"submit\"]' ).addEventListener( 'click', function( e ) {\n\n\t\t\te.preventDefault();\n\t\t\tif ( self.getIconSelection() ) {\n\t\t\t\tself.setDashicon( self.getIconSelection() );\n\t\t\t}\n\n\t\t\tself.modal.close();\n\t\t} );\n\n\t\tlet icons = this.iconpicker.querySelectorAll( '.ac-ipicker__icon' );\n\t\ticons.forEach( icon => {\n\t\t\ticon.addEventListener( 'click', function( e ) {\n\t\t\t\te.preventDefault();\n\n\t\t\t\tlet dashicon = this.dataset.dashicon;\n\t\t\t\tif ( dashicon ) {\n\t\t\t\t\tself.setIconSelection( dashicon );\n\t\t\t\t}\n\n\t\t\t\tlet icons = self.setting.querySelectorAll( '.ac-ipicker__icon' );\n\t\t\t\ticons.forEach( icon => {\n\t\t\t\t\ticon.classList.remove( 'active' );\n\t\t\t\t} );\n\n\t\t\t\ticon.classList.add( 'active' );\n\t\t\t} );\n\t\t} );\n\n\t}\n\n\tgetValue() {\n\t\treturn this.field.value;\n\t}\n\n\tsetValue( value ) {\n\t\tthis.field.value = value;\n\n\t\tlet event = new Event( 'change' );\n\t\tthis.field.dispatchEvent( event );\n\t}\n\n\tsetIconSelection( dashicon ) {\n\t\tlet selection = this.setting.querySelector( '.ac-ipicker__selection' );\n\t\tthis._dashicon = dashicon;\n\t\tselection.innerHTML = `<span class=\"dashicons dashicons-${dashicon}\"></span>`;\n\n\t\tif ( !dashicon ) {\n\t\t\tselection.style.visibility = 'hidden';\n\t\t} else {\n\t\t\tselection.style.visibility = 'visible';\n\t\t}\n\t}\n\n\tgetIconSelection() {\n\t\treturn this._dashicon;\n\t}\n\n\tsetDashicon( dashicon ) {\n\t\tthis.setValue( `<span class=\"dashicons dashicons-${dashicon}\"></span>` );\n\t}\n\n}\n\nlet label = function( column ) {\n\tcolumn.settings.label = new Label( column );\n};\n\nmodule.exports = label;","let pro = function( column ) {\n\tlet $column = column.$el;\n\tlet $setting = $column.find( '.ac-column-setting--pro' );\n\n\t$setting.each( function() {\n\t\tlet $container = jQuery( this );\n\n\t\t$container.find( 'input' ).on( 'click', function( e ) {\n\t\t\te.preventDefault();\n\n\t\t\t$container.find( '[data-ac-open-modal]' ).trigger( 'click' );\n\t\t} )\n\n\t} );\n};\n\nmodule.exports = pro;","let subsetting = function( column ) {\n\tlet $ = jQuery;\n\tlet settings = {\n\t\tvalue_show : \"on\",\n\t\tsubfield : '.ac-column-setting'\n\t};\n\n\tfunction initState( $setting, $input ) {\n\t\tlet value = $input.filter( ':checked' ).val();\n\t\tlet $subfields = $setting.find( settings.subfield );\n\n\t\tif ( settings.value_show === value ) {\n\t\t\t$subfields.show();\n\t\t} else {\n\t\t\t$subfields.hide();\n\t\t}\n\t}\n\n\tlet $column = column.$el;\n\tlet $settings = $column.find( '.ac-column-setting--filter,.ac-column-setting--sort,.ac-column-setting--edit' );\n\n\t$settings.each( function() {\n\t\tlet $setting = $( this );\n\t\tlet $input = $( this ).find( '.ac-setting-input input[type=\"radio\"]' );\n\n\t\tinitState( $setting, $input );\n\t\t$input.on( 'change', function() {\n\t\t\tinitState( $setting, $input );\n\t\t} );\n\n\t} );\n};\n\nmodule.exports = subsetting;","// Settings fields: Width\njQuery.fn.column_width_slider = function() {\n\tlet $ = jQuery;\n\tlet $column_width = $( this ).find( '.ac-setting-input-width' );\n\tlet input_width = $column_width.find( '.description input' ),\n\t\tinput_unit = $column_width.find( '.unit-select input' ),\n\t\tunit = input_unit.filter( ':checked' ).val(),\n\t\twidth = input_width.val(),\n\t\tslider = $column_width.find( '.width-slider' ),\n\t\tindicator = $( this ).find( '.ac-column-header .ac-column-heading-setting--width' );\n\n\t// width\n\tif ( '%' === unit && width > 100 ) {\n\t\twidth = 100;\n\t}\n\n\tinput_width.val( width );\n\n\tslider.slider( {\n\t\trange : 'min',\n\t\tmin : 0,\n\t\tmax : '%' === unit ? 100 : 500,\n\t\tvalue : width,\n\t\tslide : function( event, ui ) {\n\t\t\tinput_width.val( ui.value );\n\t\t\tindicator.trigger( 'update' );\n\t\t\tinput_width.trigger( 'validate' );\n\t\t}\n\t} );\n};\n\nlet width = function( column ) {\n\tlet $column = column.$el;\n\n\t$column.find( '.ac-column-setting--width' ).each( function() {\n\t\t$column.column_width_slider();\n\n\t\t// indicator\n\t\tlet $width_indicator = $column.find( '.ac-column-header .ac-column-heading-setting--width' );\n\n\t\t$width_indicator.on( 'update', function() {\n\t\t\tlet _width = $column.find( '.ac-setting-input-width .description input' ).val();\n\t\t\tlet _unit = $column.find( '.ac-setting-input-width .description .unit' ).text();\n\t\t\tif ( _width > 0 ) {\n\t\t\t\t$( this ).text( _width + _unit );\n\t\t\t} else {\n\t\t\t\t$( this ).text( '' );\n\t\t\t}\n\t\t} );\n\n\t\t// unit selector\n\t\tlet width_unit_select = $column.find( '.ac-setting-input-width .unit-select label' );\n\t\twidth_unit_select.on( 'click', function() {\n\n\t\t\t$column.find( 'span.unit' ).text( $( this ).find( 'input' ).val() );\n\t\t\t$column.column_width_slider(); // re-init slider\n\t\t\t$width_indicator.trigger( 'update' ); // update indicator\n\t\t} );\n\n\t\t// width_input\n\t\tlet width_input = $column.find( '.ac-setting-input-width .description input' )\n\t\t\t.on( 'keyup', function() {\n\t\t\t\t$column.column_width_slider(); // re-init slider\n\t\t\t\t$( this ).trigger( 'validate' ); // validate input\n\t\t\t\t$width_indicator.trigger( 'update' ); // update indicator\n\t\t\t} )\n\n\t\t\t// width_input:validate\n\t\t\t.on( 'validate', function() {\n\t\t\t\tlet _width = width_input.val();\n\t\t\t\tlet _new_width = $.trim( _width );\n\n\t\t\t\tif ( !$.isNumeric( _new_width ) ) {\n\t\t\t\t\t_new_width = _new_width.replace( /\\D/g, '' );\n\t\t\t\t}\n\t\t\t\tif ( _new_width.length > 3 ) {\n\t\t\t\t\t_new_width = _new_width.substring( 0, 3 );\n\t\t\t\t}\n\t\t\t\tif ( _new_width <= 0 ) {\n\t\t\t\t\t_new_width = '';\n\t\t\t\t}\n\t\t\t\tif ( _new_width !== _width ) {\n\t\t\t\t\twidth_input.val( _new_width );\n\t\t\t\t}\n\t\t\t} );\n\n\t} );\n};\n\nmodule.exports = width;","import Modals from './modals'\n\nclass Modal {\n\tconstructor( el ) {\n\t\tif ( !el ) {\n\t\t\treturn;\n\t\t}\n\t\tthis.el = el;\n\t\tthis.dialog = el.querySelector( '.ac-modal__dialog' );\n\n\t\tthis.initEvents();\n\t}\n\n\tstatic initGlobalEvents() {\n\n\t\tjQuery( document ).on( 'click', '[data-ac-open-modal]', function( e ) {\n\t\t\te.preventDefault();\n\t\t\tlet target = e.target.dataset.acOpenModal;\n\t\t\tlet el = document.querySelector( target );\n\n\t\t\tif ( el && el.AC_MODAL ) {\n\t\t\t\tel.AC_MODAL.open();\n\t\t\t}\n\t\t} );\n\n\t\tjQuery( document ).on( 'click', '[data-ac-modal]', function( e ) {\n\t\t\te.preventDefault();\n\t\t\tlet modal_key = jQuery( this ).data( 'ac-modal' );\n\n\t\t\tif ( Modals.init().get( modal_key ) ) {\n\t\t\t\tModals.init().get( modal_key ).open();\n\t\t\t}\n\t\t} );\n\n\t}\n\n\tinitEvents() {\n\t\tlet self = this;\n\n\t\tdocument.addEventListener( 'keydown', ( e ) => {\n\t\t\tconst keyName = event.key;\n\n\t\t\tif ( !this.isOpen() ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( 'Escape' === keyName ) {\n\t\t\t\tthis.close();\n\t\t\t}\n\t\t} );\n\n\t\tlet dismissButtons = this.el.querySelectorAll( '[data-dismiss=\"modal\"], .ac-modal__dialog__close' );\n\t\tif ( dismissButtons.length > 0 ) {\n\t\t\tdismissButtons.forEach( ( b ) => {\n\t\t\t\tb.addEventListener( 'click', ( e ) => {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tself.close();\n\t\t\t\t} );\n\t\t\t} );\n\t\t}\n\n\t\tthis.el.addEventListener( 'click', () => {\n\t\t\tself.close();\n\t\t} );\n\n\t\tthis.el.querySelector( '.ac-modal__dialog' ).addEventListener( 'click', ( e ) => {\n\t\t\te.stopPropagation();\n\t\t} );\n\n\t\tif ( typeof document.querySelector( 'body' ).dataset.ac_modal_init === 'undefined' ) {\n\t\t\tModal.initGlobalEvents();\n\t\t\tdocument.querySelector( 'body' ).dataset.ac_modal_init = 1;\n\t\t}\n\n\t\tthis.el.AC_MODAL = self;\n\t}\n\n\tisOpen() {\n\t\treturn this.el.classList.contains( '-active' );\n\t}\n\n\tclose() {\n\t\tthis.onClose();\n\t\tthis.el.classList.remove( '-active' );\n\t}\n\n\topen() {\n\t\tthis.onOpen();\n\t\tthis.el.classList.add( '-active' );\n\t}\n\n\tonClose() {}\n\n\tonOpen() {}\n\n}\n\nmodule.exports = Modal;","class Modals {\n\n\tconstructor() {\n\t\tthis.modals = [];\n\t\tthis.number = 1;\n\t}\n\n\tregister( modal, key = '' ) {\n\t\tif ( !key ) {\n\t\t\tkey = 'm' + this.number;\n\t\t}\n\n\t\tthis.modals[ key ] = modal;\n\t\tthis.number++;\n\n\t\treturn modal;\n\t}\n\n\tget( key ) {\n\t\tif ( this.modals[ key ] ) {\n\t\t\treturn this.modals[ key ];\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t// Bind self to global AdminColumns if exist\n\tstatic init() {\n\t\tif ( typeof AdminColumns.Modals === 'undefined' ) {\n\t\t\tAdminColumns.Modals = new this();\n\t\t}\n\n\t\treturn AdminColumns.Modals;\n\t}\n\n}\n\nmodule.exports = Modals;","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","// false -> Array#indexOf\n// true -> Array#includes\nvar toIObject = require('./_to-iobject');\nvar toLength = require('./_to-length');\nvar toAbsoluteIndex = require('./_to-absolute-index');\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create');\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n case 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-array');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConstructor(original))(length);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var core = module.exports = { version: '2.5.7' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","// IE 8- don't enum bug keys\nmodule.exports = (\n 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n","'use strict';\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar fails = require('./_fails');\nvar defined = require('./_defined');\nvar wks = require('./_wks');\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n var fns = exec(defined, SYMBOL, ''[KEY]);\n var strfn = fns[0];\n var rxfn = fns[1];\n if (fails(function () {\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n })) {\n redefine(String.prototype, KEY, strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return rxfn.call(string, this); }\n );\n }\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var document = require('./_global').document;\nmodule.exports = document && document.documentElement;\n","module.exports = !require('./_descriptors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","'use strict';\nvar create = require('./_object-create');\nvar descriptor = require('./_property-desc');\nvar setToStringTag = require('./_set-to-string-tag');\nvar IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nrequire('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function () { return this; });\n\nmodule.exports = function (Constructor, NAME, next) {\n Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });\n setToStringTag(Constructor, NAME + ' Iterator');\n};\n","'use strict';\nvar LIBRARY = require('./_library');\nvar $export = require('./_export');\nvar redefine = require('./_redefine');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar $iterCreate = require('./_iter-create');\nvar setToStringTag = require('./_set-to-string-tag');\nvar getPrototypeOf = require('./_object-gpo');\nvar ITERATOR = require('./_wks')('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys() { return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG = NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $native.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n","module.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n","module.exports = {};\n","module.exports = false;\n","// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = require('./_an-object');\nvar dPs = require('./_object-dps');\nvar enumBugKeys = require('./_enum-bug-keys');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = require('./_dom-create')('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n iframe.style.display = 'none';\n require('./_html').appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict = iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.defineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var dP = require('./_object-dp');\nvar anObject = require('./_an-object');\nvar getKeys = require('./_object-keys');\n\nmodule.exports = require('./_descriptors') ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length = keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n","// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = require('./_has');\nvar toObject = require('./_to-object');\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\nvar ObjectProto = Object.prototype;\n\nmodule.exports = Object.getPrototypeOf || function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectProto : null;\n};\n","var has = require('./_has');\nvar toIObject = require('./_to-iobject');\nvar arrayIndexOf = require('./_array-includes')(false);\nvar IE_PROTO = require('./_shared-key')('IE_PROTO');\n\nmodule.exports = function (object, names) {\n var O = toIObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n","// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = require('./_object-keys-internal');\nvar enumBugKeys = require('./_enum-bug-keys');\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n","// most Object methods by ES6 should accept primitives\nvar $export = require('./_export');\nvar core = require('./_core');\nvar fails = require('./_fails');\nmodule.exports = function (KEY, exec) {\n var fn = (core.Object || {})[KEY] || Object[KEY];\n var exp = {};\n exp[KEY] = exec(fn);\n $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar TO_STRING = 'toString';\nvar $toString = Function[TO_STRING];\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","var def = require('./_object-dp').f;\nvar has = require('./_has');\nvar TAG = require('./_wks')('toStringTag');\n\nmodule.exports = function (it, tag, stat) {\n if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });\n};\n","var shared = require('./_shared')('keys');\nvar uid = require('./_uid');\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2018 Denis Pushkarev (zloirock.ru)'\n});\n","var toInteger = require('./_to-integer');\nvar max = Math.max;\nvar min = Math.min;\nmodule.exports = function (index, length) {\n index = toInteger(index);\n return index < 0 ? max(index + length, 0) : min(index, length);\n};\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// to indexed object, toObject with fallback for non-array-like ES3 strings\nvar IObject = require('./_iobject');\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return IObject(defined(it));\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","'use strict';\nvar addToUnscopables = require('./_add-to-unscopables');\nvar step = require('./_iter-step');\nvar Iterators = require('./_iterators');\nvar toIObject = require('./_to-iobject');\n\n// 22.1.3.4 Array.prototype.entries()\n// 22.1.3.13 Array.prototype.keys()\n// 22.1.3.29 Array.prototype.values()\n// 22.1.3.30 Array.prototype[@@iterator]()\nmodule.exports = require('./_iter-define')(Array, 'Array', function (iterated, kind) {\n this._t = toIObject(iterated); // target\n this._i = 0; // next index\n this._k = kind; // kind\n// 22.1.5.2.1 %ArrayIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var kind = this._k;\n var index = this._i++;\n if (!O || index >= O.length) {\n this._t = undefined;\n return step(1);\n }\n if (kind == 'keys') return step(0, index);\n if (kind == 'values') return step(0, O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)\nIterators.Arguments = Iterators.Array;\n\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n","var dP = require('./_object-dp').f;\nvar FProto = Function.prototype;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || require('./_descriptors') && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n return ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n","// 19.1.2.14 Object.keys(O)\nvar toObject = require('./_to-object');\nvar $keys = require('./_object-keys');\n\nrequire('./_object-sap')('keys', function () {\n return function keys(it) {\n return $keys(toObject(it));\n };\n});\n","// @@replace logic\nrequire('./_fix-re-wks')('replace', 2, function (defined, REPLACE, $replace) {\n // 21.1.3.14 String.prototype.replace(searchValue, replaceValue)\n return [function replace(searchValue, replaceValue) {\n 'use strict';\n var O = defined(this);\n var fn = searchValue == undefined ? undefined : searchValue[REPLACE];\n return fn !== undefined\n ? fn.call(searchValue, O, replaceValue)\n : $replace.call(String(O), searchValue, replaceValue);\n }, $replace];\n});\n","var $iterators = require('./es6.array.iterator');\nvar getKeys = require('./_object-keys');\nvar redefine = require('./_redefine');\nvar global = require('./_global');\nvar hide = require('./_hide');\nvar Iterators = require('./_iterators');\nvar wks = require('./_wks');\nvar ITERATOR = wks('iterator');\nvar TO_STRING_TAG = wks('toStringTag');\nvar ArrayValues = Iterators.Array;\n\nvar DOMIterables = {\n CSSRuleList: true, // TODO: Not spec compliant, should be false.\n CSSStyleDeclaration: false,\n CSSValueList: false,\n ClientRectList: false,\n DOMRectList: false,\n DOMStringList: false,\n DOMTokenList: true,\n DataTransferItemList: false,\n FileList: false,\n HTMLAllCollection: false,\n HTMLCollection: false,\n HTMLFormElement: false,\n HTMLSelectElement: false,\n MediaList: true, // TODO: Not spec compliant, should be false.\n MimeTypeArray: false,\n NamedNodeMap: false,\n NodeList: true,\n PaintRequestList: false,\n Plugin: false,\n PluginArray: false,\n SVGLengthList: false,\n SVGNumberList: false,\n SVGPathSegList: false,\n SVGPointList: false,\n SVGStringList: false,\n SVGTransformList: false,\n SourceBufferList: false,\n StyleSheetList: true, // TODO: Not spec compliant, should be false.\n TextTrackCueList: false,\n TextTrackList: false,\n TouchList: false\n};\n\nfor (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {\n var NAME = collections[i];\n var explicit = DOMIterables[NAME];\n var Collection = global[NAME];\n var proto = Collection && Collection.prototype;\n var key;\n if (proto) {\n if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);\n if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);\n Iterators[NAME] = ArrayValues;\n if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);\n }\n}\n","module.exports = jQuery;"],"sourceRoot":""}
|
assets/js/message-review.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(n){var t={};function r(e){if(t[e])return t[e].exports;var o=t[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=n,r.c=t,r.d=function(n,t,e){r.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:e})},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},r.t=function(n,t){if(1&t&&(n=r(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var e=Object.create(null);if(r.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var o in n)r.d(e,o,function(t){return n[t]}.bind(null,o));return e},r.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(t,"a",t),t},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.p="",r(r.s=
|
1 |
+
!function(n){var t={};function r(e){if(t[e])return t[e].exports;var o=t[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=n,r.c=t,r.d=function(n,t,e){r.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:e})},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},r.t=function(n,t){if(1&t&&(n=r(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var e=Object.create(null);if(r.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var o in n)r.d(e,o,function(t){return n[t]}.bind(null,o));return e},r.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(t,"a",t),t},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.p="",r(r.s=90)}([function(n,t,r){var e=r(26)("wks"),o=r(12),i=r(1).Symbol,u="function"==typeof i;(n.exports=function(n){return e[n]||(e[n]=u&&i[n]||(u?i:o)("Symbol."+n))}).store=e},function(n,t){var r=n.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},function(n,t){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n,t,r){n.exports=!r(6)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(n,t,r){"use strict";var e=r(14),o=r(37)(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),e(e.P+e.F*i,"Array",{find:function(n){return o(this,n,arguments.length>1?arguments[1]:void 0)}}),r(28)("find")},function(n,t,r){var e=r(7),o=r(19);n.exports=r(3)?function(n,t,r){return e.f(n,t,o(1,r))}:function(n,t,r){return n[t]=r,n}},function(n,t){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n,t,r){var e=r(9),o=r(32),i=r(33),u=Object.defineProperty;t.f=r(3)?Object.defineProperty:function(n,t,r){if(e(n),t=i(t,!0),e(r),o)try{return u(n,t,r)}catch(n){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(n[t]=r.value),n}},function(n,t,r){var e=r(1),o=r(5),i=r(11),u=r(12)("src"),c=Function.toString,f=(""+c).split("toString");r(10).inspectSource=function(n){return c.call(n)},(n.exports=function(n,t,r,c){var a="function"==typeof r;a&&(i(r,"name")||o(r,"name",t)),n[t]!==r&&(a&&(i(r,u)||o(r,u,n[t]?""+n[t]:f.join(String(t)))),n===e?n[t]=r:c?n[t]?n[t]=r:o(n,t,r):(delete n[t],o(n,t,r)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[u]||c.call(this)})},function(n,t,r){var e=r(2);n.exports=function(n){if(!e(n))throw TypeError(n+" is not an object!");return n}},function(n,t){var r=n.exports={version:"2.5.7"};"number"==typeof __e&&(__e=r)},function(n,t){var r={}.hasOwnProperty;n.exports=function(n,t){return r.call(n,t)}},function(n,t){var r=0,e=Math.random();n.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++r+e).toString(36))}},function(n,t,r){var e=r(36);n.exports=function(n,t,r){if(e(n),void 0===t)return n;switch(r){case 1:return function(r){return n.call(t,r)};case 2:return function(r,e){return n.call(t,r,e)};case 3:return function(r,e,o){return n.call(t,r,e,o)}}return function(){return n.apply(t,arguments)}}},function(n,t,r){var e=r(1),o=r(10),i=r(5),u=r(8),c=r(13),f=function(n,t,r){var a,s,p,l,v=n&f.F,d=n&f.G,y=n&f.S,h=n&f.P,b=n&f.B,x=d?e:y?e[t]||(e[t]={}):(e[t]||{}).prototype,g=d?o:o[t]||(o[t]={}),m=g.prototype||(g.prototype={});for(a in d&&(r=t),r)p=((s=!v&&x&&void 0!==x[a])?x:r)[a],l=b&&s?c(p,e):h&&"function"==typeof p?c(Function.call,p):p,x&&u(x,a,p,n&f.U),g[a]!=p&&i(g,a,l),h&&m[a]!=p&&(m[a]=p)};e.core=o,f.F=1,f.G=2,f.S=4,f.P=8,f.B=16,f.W=32,f.U=64,f.R=128,n.exports=f},function(n,t){var r={}.toString;n.exports=function(n){return r.call(n).slice(8,-1)}},function(n,t,r){var e=r(17);n.exports=function(n){return Object(e(n))}},function(n,t){n.exports=function(n){if(void 0==n)throw TypeError("Can't call method on "+n);return n}},,function(n,t){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n,t,r){var e=r(25),o=Math.min;n.exports=function(n){return n>0?o(e(n),9007199254740991):0}},,,function(n,t,r){var e=r(2),o=r(1).document,i=e(o)&&e(o.createElement);n.exports=function(n){return i?o.createElement(n):{}}},function(n,t,r){var e=r(15);n.exports=Object("z").propertyIsEnumerable(0)?Object:function(n){return"String"==e(n)?n.split(""):Object(n)}},function(n,t){var r=Math.ceil,e=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(n>0?e:r)(n)}},function(n,t,r){var e=r(10),o=r(1),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(n.exports=function(n,t){return i[n]||(i[n]=void 0!==t?t:{})})("versions",[]).push({version:e.version,mode:r(27)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(n,t){n.exports=!1},function(n,t,r){var e=r(0)("unscopables"),o=Array.prototype;void 0==o[e]&&r(5)(o,e,{}),n.exports=function(n){o[e][n]=!0}},,,,function(n,t,r){n.exports=!r(3)&&!r(6)(function(){return 7!=Object.defineProperty(r(23)("div"),"a",{get:function(){return 7}}).a})},function(n,t,r){var e=r(2);n.exports=function(n,t){if(!e(n))return n;var r,o;if(t&&"function"==typeof(r=n.toString)&&!e(o=r.call(n)))return o;if("function"==typeof(r=n.valueOf)&&!e(o=r.call(n)))return o;if(!t&&"function"==typeof(r=n.toString)&&!e(o=r.call(n)))return o;throw TypeError("Can't convert object to primitive value")}},,,function(n,t){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function!");return n}},function(n,t,r){var e=r(13),o=r(24),i=r(16),u=r(20),c=r(38);n.exports=function(n,t){var r=1==n,f=2==n,a=3==n,s=4==n,p=6==n,l=5==n||p,v=t||c;return function(t,c,d){for(var y,h,b=i(t),x=o(b),g=e(c,d,3),m=u(x.length),_=0,j=r?v(t,m):f?v(t,0):void 0;m>_;_++)if((l||_ in x)&&(h=g(y=x[_],_,b),n))if(r)j[_]=h;else if(h)switch(n){case 3:return!0;case 5:return y;case 6:return _;case 2:j.push(y)}else if(s)return!1;return p?-1:a||s?s:j}}},function(n,t,r){var e=r(39);n.exports=function(n,t){return new(e(n))(t)}},function(n,t,r){var e=r(2),o=r(40),i=r(0)("species");n.exports=function(n){var t;return o(n)&&("function"!=typeof(t=n.constructor)||t!==Array&&!o(t.prototype)||(t=void 0),e(t)&&null===(t=t[i])&&(t=void 0)),void 0===t?Array:t}},function(n,t,r){var e=r(15);n.exports=Array.isArray||function(n){return"Array"==e(n)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(n,t,r){"use strict";r(4),jQuery(function(n){n(document).on("click","a.hide-review-notice-soft",function(t){t.preventDefault();var r=n(this).closest(".ac-notice");r.find(".info").slideUp(),r.find(".help").slideDown(),n.post(ajaxurl,r.data("dismissible-callback"))}),n(document).on("click","a.hide-review-notice",function(t){t.preventDefault(),n(this).closest(".ac-notice").find(".notice-dismiss").trigger("click")})})}]);
|
assets/js/message-review.js.map
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./js/message-review.js","webpack:///./node_modules/core-js/modules/_a-function.js","webpack:///./node_modules/core-js/modules/_add-to-unscopables.js","webpack:///./node_modules/core-js/modules/_an-object.js","webpack:///./node_modules/core-js/modules/_array-methods.js","webpack:///./node_modules/core-js/modules/_array-species-constructor.js","webpack:///./node_modules/core-js/modules/_array-species-create.js","webpack:///./node_modules/core-js/modules/_cof.js","webpack:///./node_modules/core-js/modules/_core.js","webpack:///./node_modules/core-js/modules/_ctx.js","webpack:///./node_modules/core-js/modules/_defined.js","webpack:///./node_modules/core-js/modules/_descriptors.js","webpack:///./node_modules/core-js/modules/_dom-create.js","webpack:///./node_modules/core-js/modules/_export.js","webpack:///./node_modules/core-js/modules/_fails.js","webpack:///./node_modules/core-js/modules/_global.js","webpack:///./node_modules/core-js/modules/_has.js","webpack:///./node_modules/core-js/modules/_hide.js","webpack:///./node_modules/core-js/modules/_ie8-dom-define.js","webpack:///./node_modules/core-js/modules/_iobject.js","webpack:///./node_modules/core-js/modules/_is-array.js","webpack:///./node_modules/core-js/modules/_is-object.js","webpack:///./node_modules/core-js/modules/_library.js","webpack:///./node_modules/core-js/modules/_object-dp.js","webpack:///./node_modules/core-js/modules/_property-desc.js","webpack:///./node_modules/core-js/modules/_redefine.js","webpack:///./node_modules/core-js/modules/_shared.js","webpack:///./node_modules/core-js/modules/_to-integer.js","webpack:///./node_modules/core-js/modules/_to-length.js","webpack:///./node_modules/core-js/modules/_to-object.js","webpack:///./node_modules/core-js/modules/_to-primitive.js","webpack:///./node_modules/core-js/modules/_uid.js","webpack:///./node_modules/core-js/modules/_wks.js","webpack:///./node_modules/core-js/modules/es6.array.find.js"],"names":["jQuery","$","document","on","e","preventDefault","$notice","closest","find","slideUp","slideDown","post","ajaxurl","data","trigger"],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,kDAA0C,gCAAgC;AAC1E;AACA;;AAEA;AACA;AACA;AACA,gEAAwD,kBAAkB;AAC1E;AACA,yDAAiD,cAAc;AAC/D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iDAAyC,iCAAiC;AAC1E,wHAAgH,mBAAmB,EAAE;AACrI;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;;AAGA;AACA;;;;;;;;;;;;;;;;;AClFAA,OAAQ,UAAUC,CAAV,EAAc;AAErBA,IAAGC,QAAH,EAAcC,EAAd,CAAkB,OAAlB,EAA2B,2BAA3B,EAAwD,UAAUC,CAAV,EAAc;AACrEA,MAAEC,cAAF;AAEA,QAAIC,UAAUL,EAAG,IAAH,EAAUM,OAAV,CAAmB,YAAnB,CAAd;AAEAD,YAAQE,IAAR,CAAc,OAAd,EAAwBC,OAAxB;AACAH,YAAQE,IAAR,CAAc,OAAd,EAAwBE,SAAxB;AAEAT,MAAEU,IAAF,CAAQC,OAAR,EAAiBN,QAAQO,IAAR,CAAc,sBAAd,CAAjB;AACA,GATD;AAWAZ,IAAGC,QAAH,EAAcC,EAAd,CAAkB,OAAlB,EAA2B,sBAA3B,EAAmD,UAAUC,CAAV,EAAc;AAChEA,MAAEC,cAAF;AAEAJ,MAAG,IAAH,EAAUM,OAAV,CAAmB,YAAnB,EAAkCC,IAAlC,CAAwC,iBAAxC,EAA4DM,OAA5D,CAAqE,OAArE;AACA,GAJD;AAMA,CAnBD,E;;;;;;;;;;;ACAA;AACA;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA,mJAAwF;AACxF;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA,wCAAwC;AACxC;AACA,8BAA8B;AAC9B,6BAA6B;AAC7B,+BAA+B;AAC/B,mCAAmC;AACnC,SAAS,iCAAiC;AAC1C;AACA;AACA;AACA;AACA;;;;;;;;;;;;AC3CA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;ACfA;AACA;;AAEA;AACA;AACA;;;;;;;;;;;;ACLA,iBAAiB;;AAEjB;AACA;AACA;;;;;;;;;;;;ACJA,6BAA6B;AAC7B,uCAAuC;;;;;;;;;;;;ACDvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnBA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA,iCAAiC,QAAQ,mBAAmB,UAAU,EAAE,EAAE;AAC1E,CAAC;;;;;;;;;;;;ACHD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kFAAkF,uBAAuB;AACzG,iEAAiE;AACjE,+DAA+D;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,eAAe;AACf,eAAe;AACf,eAAe;AACf,gBAAgB;AAChB;;;;;;;;;;;;AC1CA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA,yCAAyC;;;;;;;;;;;;ACLzC,uBAAuB;AACvB;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;;;;;;;;;;;ACPA;AACA,uIAAsE,mBAAmB,UAAU,EAAE,EAAE;AACvG,CAAC;;;;;;;;;;;;ACFD;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;;;;;;;;;;;;ACFA;;;;;;;;;;;;ACAA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,YAAY;AACf;AACA;AACA;AACA;;;;;;;;;;;;ACfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA,CAAC;AACD;AACA,CAAC;;;;;;;;;;;;AC9BD;AACA;AACA;AACA,kDAAkD;;AAElD;AACA,qEAAqE;AACrE,CAAC;AACD;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACXD;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACXA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,gBAAgB,EAAE;AAC5D;AACA;AACA;AACA;AACA,CAAC;AACD","file":"message-review.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./js/message-review.js\");\n","jQuery( function( $ ) {\r\n\r\n\t$( document ).on( 'click', 'a.hide-review-notice-soft', function( e ) {\r\n\t\te.preventDefault();\r\n\r\n\t\tlet $notice = $( this ).closest( '.ac-notice' );\r\n\r\n\t\t$notice.find( '.info' ).slideUp();\r\n\t\t$notice.find( '.help' ).slideDown();\r\n\r\n\t\t$.post( ajaxurl, $notice.data( 'dismissible-callback' ) );\r\n\t} );\r\n\r\n\t$( document ).on( 'click', 'a.hide-review-notice', function( e ) {\r\n\t\te.preventDefault();\r\n\r\n\t\t$( this ).closest( '.ac-notice' ).find( '.notice-dismiss' ).trigger( 'click' );\r\n\t} );\r\n\r\n} );","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create');\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n case 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-array');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConstructor(original))(length);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var core = module.exports = { version: '2.5.7' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","module.exports = !require('./_descriptors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = false;\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.defineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar TO_STRING = 'toString';\nvar $toString = Function[TO_STRING];\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2018 Denis Pushkarev (zloirock.ru)'\n});\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n"],"sourceRoot":""}
|
|
assets/js/notice-dismissible.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=
|
1 |
+
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=91)}({91:function(e,t,n){"use strict";jQuery(function(e){e(".ac-notice").on("click",".ac-notice__dismiss, [data-dismiss], .notice-dismiss",function(t){t.preventDefault();var n=e(this).closest(".ac-notice").data("dismissible-callback");n&&e.post(ajaxurl,n)})})}});
|
assets/js/notice-dismissible.js.map
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./js/notice-dismissible.js"],"names":["jQuery","$","on","e","preventDefault","dismissible_callback","closest","data","post","ajaxurl"],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,kDAA0C,gCAAgC;AAC1E;AACA;;AAEA;AACA;AACA;AACA,gEAAwD,kBAAkB;AAC1E;AACA,yDAAiD,cAAc;AAC/D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iDAAyC,iCAAiC;AAC1E,wHAAgH,mBAAmB,EAAE;AACrI;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;;AAGA;AACA;;;;;;;;;;;;;;;AClFAA,OAAQ,UAAUC,CAAV,EAAc;AAErBA,IAAG,YAAH,EAAkBC,EAAlB,CAAsB,OAAtB,EAA+B,sDAA/B,EAAuF,UAAUC,CAAV,EAAc;AACpGA,MAAEC,cAAF;AAEA,QAAIC,uBAAuBJ,EAAG,IAAH,EAAUK,OAAV,CAAmB,YAAnB,EAAkCC,IAAlC,CAAwC,sBAAxC,CAA3B;;AAEA,QAAKF,oBAAL,EAA4B;AAC3BJ,QAAEO,IAAF,CAAQC,OAAR,EAAiBJ,oBAAjB;AACA;AACD,GARD;AAUA,CAZD,E","file":"notice-dismissible.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./js/notice-dismissible.js\");\n","jQuery( function( $ ) {\r\n\r\n\t$( '.ac-notice' ).on( 'click', '.ac-notice__dismiss, [data-dismiss], .notice-dismiss', function( e ) {\r\n\t\te.preventDefault();\r\n\r\n\t\tlet dismissible_callback = $( this ).closest( '.ac-notice' ).data( 'dismissible-callback' );\r\n\r\n\t\tif ( dismissible_callback ) {\r\n\t\t\t$.post( ajaxurl, dismissible_callback );\r\n\t\t}\r\n\t} );\r\n\r\n} );"],"sourceRoot":""}
|
|
assets/js/table.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){var n={};function e(o){if(n[o])return n[o].exports;var r=n[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}e.m=t,e.c=n,e.d=function(t,n,o){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:o})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(e.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var r in t)e.d(o,r,function(n){return t[n]}.bind(null,r));return o},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=82)}([function(t,n,e){"use strict";var o=e(15),r=e(30)(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),o(o.P+o.F*i,"Array",{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),e(25)("find")},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n,e){var o=e(8),r=e(19);t.exports=e(4)?function(t,n,e){return o.f(t,n,r(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n,e){t.exports=!e(7)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,n,e){var o=e(23)("wks"),r=e(9),i=e(1).Symbol,c="function"==typeof i;(t.exports=function(t){return o[t]||(o[t]=c&&i[t]||(c?i:r)("Symbol."+t))}).store=o},function(t,n){var e=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=e)},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){var o=e(14),r=e(27),i=e(28),c=Object.defineProperty;n.f=e(4)?Object.defineProperty:function(t,n,e){if(o(t),n=i(n,!0),o(e),r)try{return c(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},function(t,n){var e=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+o).toString(36))}},function(t,n,e){var o=e(1),r=e(2),i=e(11),c=e(9)("src"),u=Function.toString,a=(""+u).split("toString");e(6).inspectSource=function(t){return u.call(t)},(t.exports=function(t,n,e,u){var f="function"==typeof e;f&&(i(e,"name")||r(e,"name",n)),t[n]!==e&&(f&&(i(e,c)||r(e,c,t[n]?""+t[n]:a.join(String(n)))),t===o?t[n]=e:u?t[n]?t[n]=e:r(t,n,e):(delete t[n],r(t,n,e)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[c]||u.call(this)})},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n,e){var o=e(29);t.exports=function(t,n,e){if(o(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,o){return t.call(n,e,o)};case 3:return function(e,o,r){return t.call(n,e,o,r)}}return function(){return t.apply(n,arguments)}}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,e){var o=e(3);t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},function(t,n,e){var o=e(1),r=e(6),i=e(2),c=e(10),u=e(12),a=function(t,n,e){var f,s,l,p,d=t&a.F,v=t&a.G,y=t&a.S,h=t&a.P,b=t&a.B,m=v?o:y?o[n]||(o[n]={}):(o[n]||{}).prototype,x=v?r:r[n]||(r[n]={}),g=x.prototype||(x.prototype={});for(f in v&&(e=n),e)l=((s=!d&&m&&void 0!==m[f])?m:e)[f],p=b&&s?u(l,o):h&&"function"==typeof l?u(Function.call,l):l,m&&c(m,f,l,t&a.U),x[f]!=l&&i(x,f,p),h&&g[f]!=l&&(g[f]=l)};o.core=r,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,n,e){var o=e(17);t.exports=function(t){return Object(o(t))}},function(t,n){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,e){var o=e(3),r=e(1).document,i=o(r)&&o(r.createElement);t.exports=function(t){return i?r.createElement(t):{}}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,e){var o=e(13);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},function(t,n,e){var o=e(22),r=Math.min;t.exports=function(t){return t>0?r(o(t),9007199254740991):0}},function(t,n){var e=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:e)(t)}},function(t,n,e){var o=e(6),r=e(1),i=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:o.version,mode:e(24)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,n){t.exports=!1},function(t,n,e){var o=e(5)("unscopables"),r=Array.prototype;void 0==r[o]&&e(2)(r,o,{}),t.exports=function(t){r[o][t]=!0}},function(t,n,e){var o=e(8).f,r=Function.prototype,i=/^\s*function ([^ (]*)/;"name"in r||e(4)&&o(r,"name",{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(t){return""}}})},function(t,n,e){t.exports=!e(4)&&!e(7)(function(){return 7!=Object.defineProperty(e(18)("div"),"a",{get:function(){return 7}}).a})},function(t,n,e){var o=e(3);t.exports=function(t,n){if(!o(t))return t;var e,r;if(n&&"function"==typeof(e=t.toString)&&!o(r=e.call(t)))return r;if("function"==typeof(e=t.valueOf)&&!o(r=e.call(t)))return r;if(!n&&"function"==typeof(e=t.toString)&&!o(r=e.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){var o=e(12),r=e(20),i=e(16),c=e(21),u=e(31);t.exports=function(t,n){var e=1==t,a=2==t,f=3==t,s=4==t,l=6==t,p=5==t||l,d=n||u;return function(n,u,v){for(var y,h,b=i(n),m=r(b),x=o(u,v,3),g=c(m.length),_=0,w=e?d(n,g):a?d(n,0):void 0;g>_;_++)if((p||_ in m)&&(h=x(y=m[_],_,b),t))if(e)w[_]=h;else if(h)switch(t){case 3:return!0;case 5:return y;case 6:return _;case 2:w.push(y)}else if(s)return!1;return l?-1:f||s?s:w}}},function(t,n,e){var o=e(32);t.exports=function(t,n){return new(o(t))(n)}},function(t,n,e){var o=e(3),r=e(33),i=e(5)("species");t.exports=function(t){var n;return r(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!r(n.prototype)||(n=void 0),o(n)&&null===(n=n[i])&&(n=void 0)),void 0===n?Array:n}},function(t,n,e){var o=e(13);t.exports=Array.isArray||function(t){return"Array"==o(t)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,n,e){"use strict";e(26),e(0);var o=i(e(83)),r=i(e(85));function i(t){return t&&t.__esModule?t:{default:t}}function c(t){t(".ac-more-link-show").click(function(n){n.preventDefault(),t(this).hide().closest("td").find(".ac-show-more-block").show()}),t(".ac-more-link-hide").click(function(n){n.preventDefault();var e=t(this).closest("td");e.find(".ac-more-link-show").show(),e.find(".ac-show-more-block").hide()})}function u(t,n){t(n).each(function(){var n=t(this);n.find(".cpac_use_icons").length>0&&n.addClass("cpac_use_icons")}),t(n).find(".cpac_use_icons + .hidden + .row-actions > span").each(function(){var n=t(this).find("a");n.attr("data-ac-tip",n.text()).addClass("ac-tip")})}function a(t){for(var n in AC.column_types)if(AC.column_types.hasOwnProperty(n)){var e=AC.column_types[n];t(".wp-list-table td."+n).addClass(e)}}jQuery(document).ready(function(t){!function(t){t(document).ajaxComplete(function(n,e){var o=document.implementation.createHTMLDocument("quickeditevents"),r=t("<div>",o);if(r.append(e.responseText),1===r.find("tr.iedit").length){var i=r.find("tr.iedit").attr("id");t("tr#"+i).trigger("updated")}})}(t),a(t),u(t,t(".column-actions")),c(t),function(t){t(".ac-toggle-box-link").click(function(n){n.preventDefault(),t(this).next(".ac-toggle-box-contents").toggle()})}(t),function(t){var n=function(n){n.preventDefault(),t(this).next(".ac-toggle-box-contents-ajax").toggle()};t("a[data-ajax-populate=1]").bind("click",function e(o){o.preventDefault();var r=t(this),i={action:"ac_get_column_value",list_screen:AC.list_screen,layout:AC.layout,column:r.data("column"),pk:r.attr("data-item-id"),_ajax_nonce:AC.ajax_nonce};r.addClass("loading"),t.post(ajaxurl,i,function(o){o&&(r.after('<div class="ac-toggle-box-contents-ajax">'+o+"</div>"),r.unbind("click",e).bind("click",n),t(r.parent("td")).trigger("ajax_column_value_ready"),AC.Tooltips().init())}).always(function(){r.removeClass("loading")})})}(t),function(t){t(".row-actions a").qtip({content:{text:function(){return t(this).text()}},position:{my:"top center",at:"bottom center"},style:{tip:!0,classes:"qtip-tipsy"}})}(t),AC.Table=new o.default(".wp-list-table"),AC.Tooltips=new r.default,t(".wp-list-table").on("updated","tr",function(){a(t),u(t,t(this).find(".column-actions")),c(t)})})},function(t,n,e){"use strict";var o=function(t){return t&&t.__esModule?t:{default:t}}(e(84));t.exports=function t(n){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.$table=jQuery(n),this.Buttons=new o.default("#ac-table-actions")}},function(t,n,e){"use strict";function o(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}e(0);var r=function(){function t(n){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.$el=jQuery(n),this.init()}return function(t,n,e){n&&o(t.prototype,n),e&&o(t,e)}(t,[{key:"init",value:function(){var t=this;this.$el.on("update",function(){t.refresh()}).appendTo(jQuery(".tablenav.top .actions:last")).trigger("update")}},{key:"refresh",value:function(){var t=this.$el.find(".ac-table-actions-buttons");t.find("> a").removeClass("last"),t.find("> a:visible:last").addClass("last")}}]),t}();t.exports=r},function(t,n,e){"use strict";function o(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}var r=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.isEnabled=void 0!==jQuery.fn.qtip,this.init()}return function(t,n,e){n&&o(t.prototype,n),e&&o(t,e)}(t,[{key:"init",value:function(){this.isEnabled?jQuery("[data-ac-tip]").qtip({content:{attr:"data-ac-tip"},position:{my:"top center",at:"bottom center"},style:{tip:!0,classes:"qtip-tipsy"}}):console.log("Tooltips not loaded!")}}]),t}();t.exports=r}]);
|
1 |
+
!function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=92)}([function(t,n,e){var r=e(26)("wks"),o=e(12),i=e(1).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n,e){t.exports=!e(6)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,n,e){"use strict";var r=e(14),o=e(37)(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),r(r.P+r.F*i,"Array",{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),e(28)("find")},function(t,n,e){var r=e(7),o=e(19);t.exports=e(3)?function(t,n,e){return r.f(t,n,o(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){var r=e(9),o=e(32),i=e(33),u=Object.defineProperty;n.f=e(3)?Object.defineProperty:function(t,n,e){if(r(t),n=i(n,!0),r(e),o)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(1),o=e(5),i=e(11),u=e(12)("src"),c=Function.toString,a=(""+c).split("toString");e(10).inspectSource=function(t){return c.call(t)},(t.exports=function(t,n,e,c){var s="function"==typeof e;s&&(i(e,"name")||o(e,"name",n)),t[n]!==e&&(s&&(i(e,u)||o(e,u,t[n]?""+t[n]:a.join(String(n)))),t===r?t[n]=e:c?t[n]?t[n]=e:o(t,n,e):(delete t[n],o(t,n,e)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[u]||c.call(this)})},function(t,n,e){var r=e(2);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,n){var e=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=e)},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},function(t,n,e){var r=e(36);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},function(t,n,e){var r=e(1),o=e(10),i=e(5),u=e(8),c=e(13),a=function(t,n,e){var s,f,l,p,v=t&a.F,d=t&a.G,h=t&a.S,y=t&a.P,g=t&a.B,m=d?r:h?r[n]||(r[n]={}):(r[n]||{}).prototype,b=d?o:o[n]||(o[n]={}),_=b.prototype||(b.prototype={});for(s in d&&(e=n),e)l=((f=!v&&m&&void 0!==m[s])?m:e)[s],p=g&&f?c(l,r):y&&"function"==typeof l?c(Function.call,l):l,m&&u(m,s,l,t&a.U),b[s]!=l&&i(b,s,p),y&&_[s]!=l&&(_[s]=l)};r.core=o,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,e){var r=e(17);t.exports=function(t){return Object(r(t))}},function(t,n){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,n){t.exports={}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,e){var r=e(25),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,n,e){var r=e(24),o=e(17);t.exports=function(t){return r(o(t))}},function(t,n,e){for(var r=e(29),o=e(30),i=e(8),u=e(1),c=e(5),a=e(18),s=e(0),f=s("iterator"),l=s("toStringTag"),p=a.Array,v={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=o(v),h=0;h<d.length;h++){var y,g=d[h],m=v[g],b=u[g],_=b&&b.prototype;if(_&&(_[f]||c(_,f,p),_[l]||c(_,l,g),a[g]=p,m))for(y in r)_[y]||i(_,y,r[y],!0)}},function(t,n,e){var r=e(2),o=e(1).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},function(t,n,e){var r=e(15);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},function(t,n,e){var r=e(10),o=e(1),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(27)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,n){t.exports=!1},function(t,n,e){var r=e(0)("unscopables"),o=Array.prototype;void 0==o[r]&&e(5)(o,r,{}),t.exports=function(t){o[r][t]=!0}},function(t,n,e){"use strict";var r=e(28),o=e(42),i=e(18),u=e(21);t.exports=e(43)(Array,"Array",function(t,n){this._t=u(t),this._i=0,this._k=n},function(){var t=this._t,n=this._k,e=this._i++;return!t||e>=t.length?(this._t=void 0,o(1)):o(0,"keys"==n?e:"values"==n?t[e]:[e,t[e]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(t,n,e){var r=e(45),o=e(34);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){var r=e(26)("keys"),o=e(12);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,n,e){t.exports=!e(3)&&!e(6)(function(){return 7!=Object.defineProperty(e(23)("div"),"a",{get:function(){return 7}}).a})},function(t,n,e){var r=e(2);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(7).f,o=e(11),i=e(0)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){var r=e(13),o=e(24),i=e(16),u=e(20),c=e(38);t.exports=function(t,n){var e=1==t,a=2==t,s=3==t,f=4==t,l=6==t,p=5==t||l,v=n||c;return function(n,c,d){for(var h,y,g=i(n),m=o(g),b=r(c,d,3),_=u(m.length),x=0,w=e?v(n,_):a?v(n,0):void 0;_>x;x++)if((p||x in m)&&(y=b(h=m[x],x,g),t))if(e)w[x]=y;else if(y)switch(t){case 3:return!0;case 5:return h;case 6:return x;case 2:w.push(h)}else if(f)return!1;return l?-1:s||f?f:w}}},function(t,n,e){var r=e(39);t.exports=function(t,n){return new(r(t))(n)}},function(t,n,e){var r=e(2),o=e(40),i=e(0)("species");t.exports=function(t){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)||(n=void 0),r(n)&&null===(n=n[i])&&(n=void 0)),void 0===n?Array:n}},function(t,n,e){var r=e(15);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var o=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.modals=[],this.number=1}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,[{key:"register",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return n||(n="m"+this.number),this.modals[n]=t,this.number++,t}},{key:"get",value:function(t){return!!this.modals[t]&&this.modals[t]}}],[{key:"init",value:function(){return void 0===AdminColumns.Modals&&(AdminColumns.Modals=new this),AdminColumns.Modals}}]),t}();t.exports=o},function(t,n){t.exports=function(t,n){return{value:n,done:!!t}}},function(t,n,e){"use strict";var r=e(27),o=e(14),i=e(8),u=e(5),c=e(18),a=e(50),s=e(35),f=e(55),l=e(0)("iterator"),p=!([].keys&&"next"in[].keys()),v=function(){return this};t.exports=function(t,n,e,d,h,y,g){a(e,n,d);var m,b,_,x=function(t){if(!p&&t in C)return C[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},w=n+" Iterator",E="values"==h,k=!1,C=t.prototype,j=C[l]||C["@@iterator"]||h&&C[h],O=j||x(h),S=h?E?x("entries"):O:void 0,T="Array"==n&&C.entries||j;if(T&&(_=f(T.call(new t)))!==Object.prototype&&_.next&&(s(_,w,!0),r||"function"==typeof _[l]||u(_,l,v)),E&&j&&"values"!==j.name&&(k=!0,O=function(){return j.call(this)}),r&&!g||!p&&!k&&C[l]||u(C,l,O),c[n]=O,c[w]=v,h)if(m={values:E?O:x("values"),keys:y?O:x("keys"),entries:S},g)for(b in m)b in C||i(C,b,m[b]);else o(o.P+o.F*(p||k),n,m);return m}},function(t,n,e){var r=e(9),o=e(51),i=e(34),u=e(31)("IE_PROTO"),c=function(){},a=function(){var t,n=e(23)("iframe"),r=i.length;for(n.style.display="none",e(54).appendChild(n),n.src="javascript:",(t=n.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;r--;)delete a.prototype[i[r]];return a()};t.exports=Object.create||function(t,n){var e;return null!==t?(c.prototype=r(t),e=new c,c.prototype=null,e[u]=t):e=a(),void 0===n?e:o(e,n)}},function(t,n,e){var r=e(11),o=e(21),i=e(52)(!1),u=e(31)("IE_PROTO");t.exports=function(t,n){var e,c=o(t),a=0,s=[];for(e in c)e!=u&&r(c,e)&&s.push(e);for(;n.length>a;)r(c,e=n[a++])&&(~i(s,e)||s.push(e));return s}},function(t,n,e){var r=e(16),o=e(30);e(56)("keys",function(){return function(t){return o(r(t))}})},function(t,n,e){e(48)("replace",2,function(t,n,e){return[function(r,o){"use strict";var i=t(this),u=void 0==r?void 0:r[n];return void 0!==u?u.call(r,i,o):e.call(String(i),r,o)},e]})},function(t,n,e){"use strict";var r=e(5),o=e(8),i=e(6),u=e(17),c=e(0);t.exports=function(t,n,e){var a=c(t),s=e(u,a,""[t]),f=s[0],l=s[1];i(function(){var n={};return n[a]=function(){return 7},7!=""[t](n)})&&(o(String.prototype,t,f),r(RegExp.prototype,a,2==n?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},,function(t,n,e){"use strict";var r=e(44),o=e(19),i=e(35),u={};e(5)(u,e(0)("iterator"),function(){return this}),t.exports=function(t,n,e){t.prototype=r(u,{next:o(1,e)}),i(t,n+" Iterator")}},function(t,n,e){var r=e(7),o=e(9),i=e(30);t.exports=e(3)?Object.defineProperties:function(t,n){o(t);for(var e,u=i(n),c=u.length,a=0;c>a;)r.f(t,e=u[a++],n[e]);return t}},function(t,n,e){var r=e(21),o=e(20),i=e(53);t.exports=function(t){return function(n,e,u){var c,a=r(n),s=o(a.length),f=i(u,s);if(t&&e!=e){for(;s>f;)if((c=a[f++])!=c)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===e)return t||f||0;return!t&&-1}}},function(t,n,e){var r=e(25),o=Math.max,i=Math.min;t.exports=function(t,n){return(t=r(t))<0?o(t+n,0):i(t,n)}},function(t,n,e){var r=e(1).document;t.exports=r&&r.documentElement},function(t,n,e){var r=e(11),o=e(16),i=e(31)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n,e){var r=e(14),o=e(10),i=e(6);t.exports=function(t,n){var e=(o.Object||{})[t]||Object[t],u={};u[t]=n(e),r(r.S+r.F*i(function(){e(1)}),"Object",u)}},function(t,n,e){"use strict";var r=e(9);t.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},,function(t,n,e){var r=e(2),o=e(15),i=e(0)("match");t.exports=function(t){var n;return r(t)&&(void 0!==(n=t[i])?!!n:"RegExp"==o(t))}},function(t,n,e){var r=e(8);t.exports=function(t,n,e){for(var o in n)r(t,o,n[o],e);return t}},function(t,n){t.exports=function(t,n,e,r){if(!(t instanceof n)||void 0!==r&&r in t)throw TypeError(e+": incorrect invocation!");return t}},function(t,n,e){var r=e(13),o=e(102),i=e(103),u=e(9),c=e(20),a=e(104),s={},f={};(n=t.exports=function(t,n,e,l,p){var v,d,h,y,g=p?function(){return t}:a(t),m=r(e,l,n?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(i(g)){for(v=c(t.length);v>b;b++)if((y=n?m(u(d=t[b])[0],d[1]):m(t[b]))===s||y===f)return y}else for(h=g.call(t);!(d=h.next()).done;)if((y=o(h,m,d.value,n))===s||y===f)return y}).BREAK=s,n.RETURN=f},function(t,n,e){"use strict";var r=e(1),o=e(7),i=e(3),u=e(0)("species");t.exports=function(t){var n=r[t];i&&n&&!n[u]&&o.f(n,u,{configurable:!0,get:function(){return this}})}},function(t,n,e){var r=e(12)("meta"),o=e(2),i=e(11),u=e(7).f,c=0,a=Object.isExtensible||function(){return!0},s=!e(6)(function(){return a(Object.preventExtensions({}))}),f=function(t){u(t,r,{value:{i:"O"+ ++c,w:{}}})},l=t.exports={KEY:r,NEED:!1,fastKey:function(t,n){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,r)){if(!a(t))return"F";if(!n)return"E";f(t)}return t[r].i},getWeak:function(t,n){if(!i(t,r)){if(!a(t))return!0;if(!n)return!1;f(t)}return t[r].w},onFreeze:function(t){return s&&l.NEED&&a(t)&&!i(t,r)&&f(t),t}}},function(t,n,e){var r=e(2);t.exports=function(t,n){if(!r(t)||t._t!==n)throw TypeError("Incompatible receiver, "+n+" required!");return t}},function(t,n,e){var r=e(2),o=e(108).set;t.exports=function(t,n,e){var i,u=n.constructor;return u!==e&&"function"==typeof u&&(i=u.prototype)!==e.prototype&&r(i)&&o&&o(t,i),t}},,,,,,,,,,,,,,,,,,,,,,,,,,function(t,n,e){"use strict";(function(t){e(4);var n=o(e(94)),r=o(e(116));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){t(".ac-more-link-show").click(function(n){n.preventDefault(),t(this).hide().closest("td").find(".ac-show-more-block").show()}),t(".ac-more-link-hide").click(function(n){n.preventDefault();var e=t(this).closest("td");e.find(".ac-more-link-show").show(),e.find(".ac-show-more-block").hide()})}function u(t,n){t(n).each(function(){var n=t(this);n.find(".cpac_use_icons").length>0&&n.addClass("cpac_use_icons")}),t(n).find(".cpac_use_icons + .hidden + .row-actions > span").each(function(){var n=t(this).find("a");n.attr("data-ac-tip",n.text()).addClass("ac-tip")})}o(e(41)).default.init(),jQuery(document).ready(function(t){!function(t){t(document).ajaxComplete(function(n,e){var r=document.implementation.createHTMLDocument("quickeditevents"),o=t("<div>",r);if(o.append(e.responseText),1===o.find("tr.iedit").length){var i=o.find("tr.iedit").attr("id");t("tr#"+i).trigger("updated")}})}(t),u(t,t(".column-actions")),i(t),function(t){t(".ac-toggle-box-link").click(function(n){n.preventDefault(),t(this).next(".ac-toggle-box-contents").toggle()})}(t),function(t){var n=function(n){n.preventDefault(),t(this).next(".ac-toggle-box-contents-ajax").toggle()};t("a[data-ajax-populate=1]").bind("click",function e(r){r.preventDefault();var o=t(this),i={action:"ac_get_column_value",list_screen:AC.list_screen,layout:AC.layout,column:o.data("column"),pk:o.attr("data-item-id"),_ajax_nonce:AC.ajax_nonce};o.addClass("loading"),t.post(ajaxurl,i,function(r){r&&(o.after('<div class="ac-toggle-box-contents-ajax">'+r+"</div>"),o.unbind("click",e).bind("click",n),t(o.parent("td")).trigger("ajax_column_value_ready"),AdminColumns.Tooltips.init())}).always(function(){o.removeClass("loading")})})}(t),function(t){t(".row-actions a").qtip({content:{text:function(){return t(this).text()}},position:{my:"top center",at:"bottom center"},style:{tip:!0,classes:"qtip-tipsy"}})}(t);var n=document.querySelector(AC.table_id);n&&ac_load_table(n.parentElement),AdminColumns.Tooltips=new r.default,t(".wp-list-table").on("updated","tr",function(){AdminColumns.Table.addCellClasses(),u(t,t(this).find(".column-actions")),i(t)})}),t.ac_load_table=function(t){AdminColumns.Table=new n.default(t),AC.Table=AdminColumns.Table},function(){if("function"==typeof window.CustomEvent)return!1;function t(t,n){n=n||{bubbles:!1,cancelable:!1,detail:void 0};var e=document.createEvent("CustomEvent");return e.initCustomEvent(t,n.bubbles,n.cancelable,n.detail),e}t.prototype=window.Event.prototype,window.CustomEvent=t}()}).call(this,e(93))},function(t,n){var e;e=function(){return this}();try{e=e||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,e(95),e(22);var r=a(e(96)),o=a(e(97)),i=a(e(111)),u=a(e(112)),c=a(e(113));function a(t){return t&&t.__esModule?t:{default:t}}function s(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var f=function(){function t(n){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.el=n,this.Helper=c.default,this.Columns=new i.default(n),this.Cells=new o.default,this.Actions=new r.default("ac-table-actions"),this.init()}return function(t,n,e){n&&s(t.prototype,n),e&&s(t,e)}(t,[{key:"init",value:function(){this._initTable(),this._addCellMethods(),this.addCellClasses(),document.dispatchEvent(new CustomEvent("AC_Table_Ready",{detail:{self:this}}))}},{key:"_initTable",value:function(){for(var t=this,n=this,e=this.el.getElementsByTagName("tbody")[0].getElementsByTagName("tr"),r=function(r){var o=e[r],i=t._getIDFromRow(o);o.dataset.id=i,n.Columns.getColumnNames().forEach(function(t){var e=o.querySelector(".column-".concat(t));e&&n.Cells.add(i,new u.default(i,t,e))})},o=0;o<e.length;o++)r(o)}},{key:"_addCellMethods",value:function(){this.Cells.getAll().forEach(function(t){t.el.getCell=function(){return t}})}},{key:"_getIDFromRow",value:function(t){var n=t.id,e=n.split("-"),r=e[e.length-1];if(t.classList.contains("no-items"))return 0;if(!r){var o=t.querySelector(".check-column input[type=checkbox]");o&&(r=(e=(n=o.id).split("_"))[e.length-1])}if(!r){var i=t.parentElement.querySelector(".edit a");if(i){var u=i.getAttribute("href");u&&(r=this.Helper.getParamFromUrl("id",u))}}return r}},{key:"addCellClasses",value:function(){var t=this;this.Columns.getColumnNames().forEach(function(n){var e=t.Columns.get(n).type;t.Cells.getByName(n).forEach(function(t){t.el.classList.add(e)})})}},{key:"getRow",value:function(t){return this.el.querySelector("tr#".concat(t))}}],[{key:"getTable",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return t?t(this.el):this.el}}]),t}();n.default=f},function(t,n,e){e(48)("split",2,function(t,n,r){"use strict";var o=e(59),i=r,u=[].push;if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length){var c=void 0===/()??/.exec("")[1];r=function(t,n){var e=String(this);if(void 0===t&&0===n)return[];if(!o(t))return i.call(e,t,n);var r,a,s,f,l,p=[],v=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,h=void 0===n?4294967295:n>>>0,y=new RegExp(t.source,v+"g");for(c||(r=new RegExp("^"+y.source+"$(?!\\s)",v));(a=y.exec(e))&&!((s=a.index+a[0].length)>d&&(p.push(e.slice(d,a.index)),!c&&a.length>1&&a[0].replace(r,function(){for(l=1;l<arguments.length-2;l++)void 0===arguments[l]&&(a[l]=void 0)}),a.length>1&&a.index<e.length&&u.apply(p,a.slice(1)),f=a[0].length,d=s,p.length>=h));)y.lastIndex===a.index&&y.lastIndex++;return d===e.length?!f&&y.test("")||p.push(""):p.push(e.slice(d)),p.length>h?p.slice(0,h):p}}else"0".split(void 0,0).length&&(r=function(t,n){return void 0===t&&0===n?[]:i.call(this,t,n)});return[function(e,o){var i=t(this),u=void 0==e?void 0:e[n];return void 0!==u?u.call(e,i,o):r.call(String(i),e,o)},r]})},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,e(4);var o=function(){function t(n){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.container=document.getElementById(n),this.buttons=this.container.querySelector(".ac-table-actions-buttons"),this.init()}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,[{key:"init",value:function(){var t=this;this.dropDownEvents(),jQuery(this.container).on("update",function(){t.refresh()}).insertAfter(jQuery(".tablenav.top .actions:last")).addClass("-init").trigger("update")}},{key:"refresh",value:function(){var t=jQuery(this.buttons);t.find("> a").removeClass("last"),t.find("> a:visible:last").addClass("last")}},{key:"dropDownEvents",value:function(){jQuery(this.buttons).on("click","[data-dropdown]",function(){var t=jQuery(this);t.toggleClass("-open"),t.hasClass("-open")?t[0].dispatchEvent(new CustomEvent("open")):t[0].dispatchEvent(new CustomEvent("closed"))})}}]),t}();n.default=o},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,e(98),e(22),e(29),e(100);var o=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this._cells=new Map}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,[{key:"add",value:function(t,n){this._cells.has(t)||this._cells.set(t,new Map),this._cells.get(t).set(n.getName(),n)}},{key:"getByID",value:function(t){var n=[],e=t.toString();return this._cells.has(e)?(this._cells.get(t.toString()).forEach(function(t){n.push(t)}),n):n}},{key:"getAll",value:function(){var t=[];return this._cells.forEach(function(n){n.forEach(function(n){t.push(n)})}),t}},{key:"getByName",value:function(t){var n=[];return this._cells.forEach(function(e){e.forEach(function(e,r){t===r&&n.push(e)})}),n}},{key:"get",value:function(t,n){var e=this._cells.get(t.toString());return!!e&&e.get(n)}}]),t}();n.default=o},function(t,n,e){"use strict";e(99);var r=e(9),o=e(57),i=e(3),u=/./.toString,c=function(t){e(8)(RegExp.prototype,"toString",t,!0)};e(6)(function(){return"/a/b"!=u.call({source:"a",flags:"b"})})?c(function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!i&&t instanceof RegExp?o.call(t):void 0)}):"toString"!=u.name&&c(function(){return u.call(this)})},function(t,n,e){e(3)&&"g"!=/./g.flags&&e(7).f(RegExp.prototype,"flags",{configurable:!0,get:e(57)})},function(t,n,e){"use strict";var r=e(101),o=e(65);t.exports=e(106)("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var n=r.getEntry(o(this,"Map"),t);return n&&n.v},set:function(t,n){return r.def(o(this,"Map"),0===t?0:t,n)}},r,!0)},function(t,n,e){"use strict";var r=e(7).f,o=e(44),i=e(60),u=e(13),c=e(61),a=e(62),s=e(43),f=e(42),l=e(63),p=e(3),v=e(64).fastKey,d=e(65),h=p?"_s":"size",y=function(t,n){var e,r=v(n);if("F"!==r)return t._i[r];for(e=t._f;e;e=e.n)if(e.k==n)return e};t.exports={getConstructor:function(t,n,e,s){var f=t(function(t,r){c(t,f,n,"_i"),t._t=n,t._i=o(null),t._f=void 0,t._l=void 0,t[h]=0,void 0!=r&&a(r,e,t[s],t)});return i(f.prototype,{clear:function(){for(var t=d(this,n),e=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete e[r.i];t._f=t._l=void 0,t[h]=0},delete:function(t){var e=d(this,n),r=y(e,t);if(r){var o=r.n,i=r.p;delete e._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),e._f==r&&(e._f=o),e._l==r&&(e._l=i),e[h]--}return!!r},forEach:function(t){d(this,n);for(var e,r=u(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(r(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!y(d(this,n),t)}}),p&&r(f.prototype,"size",{get:function(){return d(this,n)[h]}}),f},def:function(t,n,e){var r,o,i=y(t,n);return i?i.v=e:(t._l=i={i:o=v(n,!0),k:n,v:e,p:r=t._l,n:void 0,r:!1},t._f||(t._f=i),r&&(r.n=i),t[h]++,"F"!==o&&(t._i[o]=i)),t},getEntry:y,setStrong:function(t,n,e){s(t,n,function(t,e){this._t=d(t,n),this._k=e,this._l=void 0},function(){for(var t=this._k,n=this._l;n&&n.r;)n=n.p;return this._t&&(this._l=n=n?n.n:this._t._f)?f(0,"keys"==t?n.k:"values"==t?n.v:[n.k,n.v]):(this._t=void 0,f(1))},e?"entries":"values",!e,!0),l(n)}}},function(t,n,e){var r=e(9);t.exports=function(t,n,e,o){try{return o?n(r(e)[0],e[1]):n(e)}catch(n){var i=t.return;throw void 0!==i&&r(i.call(t)),n}}},function(t,n,e){var r=e(18),o=e(0)("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},function(t,n,e){var r=e(105),o=e(0)("iterator"),i=e(18);t.exports=e(10).getIteratorMethod=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[r(t)]}},function(t,n,e){var r=e(15),o=e(0)("toStringTag"),i="Arguments"==r(function(){return arguments}());t.exports=function(t){var n,e,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=Object(t),o))?e:i?r(n):"Object"==(u=r(n))&&"function"==typeof n.callee?"Arguments":u}},function(t,n,e){"use strict";var r=e(1),o=e(14),i=e(8),u=e(60),c=e(64),a=e(62),s=e(61),f=e(2),l=e(6),p=e(107),v=e(35),d=e(66);t.exports=function(t,n,e,h,y,g){var m=r[t],b=m,_=y?"set":"add",x=b&&b.prototype,w={},E=function(t){var n=x[t];i(x,t,"delete"==t?function(t){return!(g&&!f(t))&&n.call(this,0===t?0:t)}:"has"==t?function(t){return!(g&&!f(t))&&n.call(this,0===t?0:t)}:"get"==t?function(t){return g&&!f(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function(t){return n.call(this,0===t?0:t),this}:function(t,e){return n.call(this,0===t?0:t,e),this})};if("function"==typeof b&&(g||x.forEach&&!l(function(){(new b).entries().next()}))){var k=new b,C=k[_](g?{}:-0,1)!=k,j=l(function(){k.has(1)}),O=p(function(t){new b(t)}),S=!g&&l(function(){for(var t=new b,n=5;n--;)t[_](n,n);return!t.has(-0)});O||((b=n(function(n,e){s(n,b,t);var r=d(new m,n,b);return void 0!=e&&a(e,y,r[_],r),r})).prototype=x,x.constructor=b),(j||S)&&(E("delete"),E("has"),y&&E("get")),(S||C)&&E(_),g&&x.clear&&delete x.clear}else b=h.getConstructor(n,t,y,_),u(b.prototype,e),c.NEED=!0;return v(b,t),w[t]=b,o(o.G+o.W+o.F*(b!=m),w),g||h.setStrong(b,t,y),b}},function(t,n,e){var r=e(0)("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(t){}t.exports=function(t,n){if(!n&&!o)return!1;var e=!1;try{var i=[7],u=i[r]();u.next=function(){return{done:e=!0}},i[r]=function(){return u},t(i)}catch(t){}return e}},function(t,n,e){var r=e(2),o=e(9),i=function(t,n){if(o(t),!r(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,n,r){try{(r=e(13)(Function.call,e(109).f(Object.prototype,"__proto__").set,2))(t,[]),n=!(t instanceof Array)}catch(t){n=!0}return function(t,e){return i(t,e),n?t.__proto__=e:r(t,e),t}}({},!1):void 0),check:i}},function(t,n,e){var r=e(110),o=e(19),i=e(21),u=e(33),c=e(11),a=e(32),s=Object.getOwnPropertyDescriptor;n.f=e(3)?s:function(t,n){if(t=i(t),n=u(n,!0),a)try{return s(t,n)}catch(t){}if(c(t,n))return o(!r.f.call(t,n),t[n])}},function(t,n){n.f={}.propertyIsEnumerable},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,e(22),e(29),e(46);var o=function(){function t(n){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.table=n,this._columns={},this.init()}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,[{key:"init",value:function(){for(var t=this.table.querySelector("thead").querySelectorAll("th"),n=0;n<t.length;n++){var e={};e.name=t[n].id,e.type=AC.column_types[e.name],this._columns[t[n].id]=e}}},{key:"getColumns",value:function(){return this._columns}},{key:"getColumnNames",value:function(){return Object.keys(this._columns)}},{key:"get",value:function(t){return!!this._columns[t]&&this._columns[t]}}]),t}();n.default=o},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=function(){function t(n,e,r){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this._object_id=n,this._column_name=e,this.el=r}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,[{key:"getObjectID",value:function(){return this._object_id}},{key:"getName",value:function(){return this._column_name}},{key:"getElement",value:function(){return this.el}},{key:"getRow",value:function(){return this.el.parentElement}},{key:"getSettings",value:function(){return AC.Table.Columns._types[this.getName()]}},{key:"setValue",value:function(t){return this.getElement().innerHTML=t,this}}]),t}();n.default=o},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,e(114),e(47);var o=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t)}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,null,[{key:"getParamFromUrl",value:function(t,n){if(!n)return null;t=t.replace(/[\[\]]/g,"\\$&");var e=new RegExp("[?&]"+t+"(=([^&#]*)|&|#|$)").exec(n);return e?e[2]?decodeURIComponent(e[2].replace(/\+/g," ")):"":null}}]),t}();n.default=o},function(t,n,e){var r=e(1),o=e(66),i=e(7).f,u=e(115).f,c=e(59),a=e(57),s=r.RegExp,f=s,l=s.prototype,p=/a/g,v=/a/g,d=new s(p)!==p;if(e(3)&&(!d||e(6)(function(){return v[e(0)("match")]=!1,s(p)!=p||s(v)==v||"/a/i"!=s(p,"i")}))){s=function(t,n){var e=this instanceof s,r=c(t),i=void 0===n;return!e&&r&&t.constructor===s&&i?t:o(d?new f(r&&!i?t.source:t,n):f((r=t instanceof s)?t.source:t,r&&i?a.call(t):n),e?this:l,s)};for(var h=function(t){t in s||i(s,t,{configurable:!0,get:function(){return f[t]},set:function(n){f[t]=n}})},y=u(f),g=0;y.length>g;)h(y[g++]);l.constructor=s,s.prototype=l,e(8)(r,"RegExp",s)}e(63)("RegExp")},function(t,n,e){var r=e(45),o=e(34).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,n,e){"use strict";function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var o=function(){function t(){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.isEnabled=void 0!==jQuery.fn.qtip,this.init()}return function(t,n,e){n&&r(t.prototype,n),e&&r(t,e)}(t,[{key:"init",value:function(){this.isEnabled?jQuery("[data-ac-tip]").qtip({content:{attr:"data-ac-tip"},position:{my:"top center",at:"bottom center"},style:{tip:!0,classes:"qtip-tipsy"}}):console.log("Tooltips not loaded!")}}]),t}();t.exports=o}]);
|
assets/js/table.js.map
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./js/table.js","webpack:///./js/table/actions.js","webpack:///./js/table/table.js","webpack:///./js/table/tooltips.js","webpack:///./node_modules/core-js/modules/_a-function.js","webpack:///./node_modules/core-js/modules/_add-to-unscopables.js","webpack:///./node_modules/core-js/modules/_an-object.js","webpack:///./node_modules/core-js/modules/_array-methods.js","webpack:///./node_modules/core-js/modules/_array-species-constructor.js","webpack:///./node_modules/core-js/modules/_array-species-create.js","webpack:///./node_modules/core-js/modules/_cof.js","webpack:///./node_modules/core-js/modules/_core.js","webpack:///./node_modules/core-js/modules/_ctx.js","webpack:///./node_modules/core-js/modules/_defined.js","webpack:///./node_modules/core-js/modules/_descriptors.js","webpack:///./node_modules/core-js/modules/_dom-create.js","webpack:///./node_modules/core-js/modules/_export.js","webpack:///./node_modules/core-js/modules/_fails.js","webpack:///./node_modules/core-js/modules/_global.js","webpack:///./node_modules/core-js/modules/_has.js","webpack:///./node_modules/core-js/modules/_hide.js","webpack:///./node_modules/core-js/modules/_ie8-dom-define.js","webpack:///./node_modules/core-js/modules/_iobject.js","webpack:///./node_modules/core-js/modules/_is-array.js","webpack:///./node_modules/core-js/modules/_is-object.js","webpack:///./node_modules/core-js/modules/_library.js","webpack:///./node_modules/core-js/modules/_object-dp.js","webpack:///./node_modules/core-js/modules/_property-desc.js","webpack:///./node_modules/core-js/modules/_redefine.js","webpack:///./node_modules/core-js/modules/_shared.js","webpack:///./node_modules/core-js/modules/_to-integer.js","webpack:///./node_modules/core-js/modules/_to-length.js","webpack:///./node_modules/core-js/modules/_to-object.js","webpack:///./node_modules/core-js/modules/_to-primitive.js","webpack:///./node_modules/core-js/modules/_uid.js","webpack:///./node_modules/core-js/modules/_wks.js","webpack:///./node_modules/core-js/modules/es6.array.find.js","webpack:///./node_modules/core-js/modules/es6.function.name.js"],"names":["jQuery","document","ready","$","ac_quickedit_events","ac_set_column_classes","ac_actions_column","ac_show_more","ac_toggle_box","ac_toggle_box_ajax_init","ac_actions_tooltips","AC","Table","Tooltips","Tooltip","on","find","qtip","content","text","position","my","at","style","tip","classes","click","e","preventDefault","next","toggle","do_toggle_value","do_retrieve_ajax_value","$this","data","action","list_screen","layout","column","pk","attr","_ajax_nonce","ajax_nonce","addClass","xhr","post","ajaxurl","response","after","unbind","bind","parent","trigger","init","always","removeClass","td","hide","closest","show","$selector","each","$column","length","$link","name","column_types","hasOwnProperty","type","ajaxComplete","event","request","ownerDocument","implementation","createHTMLDocument","$result","append","responseText","id","Actions","el","$el","self","refresh","appendTo","$buttons","module","exports","$table","Buttons","isEnabled","fn","console","log"],"mappings":"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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACnBA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA,iCAAiC,QAAQ,mBAAmB,UAAU,EAAE,EAAE;AAC1E,CAAC;;;;;;;;;;;;ACHD;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kFAAkF,uBAAuB;AACzG,iEAAiE;AACjE,+DAA+D;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,eAAe;AACf,eAAe;AACf,eAAe;AACf,gBAAgB;AAChB;;;;;;;;;;;;AC1CA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA,yCAAyC;;;;;;;;;;;;ACLzC,uBAAuB;AACvB;AACA;AACA;;;;;;;;;;;;ACHA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;;;;;;;;;;;ACPA;AACA,uIAAsE,mBAAmB,UAAU,EAAE,EAAE;AACvG,CAAC;;;;;;;;;;;;ACFD;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;;;;;;;;;;;;ACFA;;;;;;;;;;;;ACAA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG,YAAY;AACf;AACA;AACA;AACA;;;;;;;;;;;;ACfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA,CAAC;AACD;AACA,CAAC;;;;;;;;;;;;AC9BD;AACA;AACA;AACA,kDAAkD;;AAElD;AACA,qEAAqE;AACrE,CAAC;AACD;AACA;AACA;AACA,CAAC;;;;;;;;;;;;ACXD;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACXA;AACA;AACA;AACA;AACA;;;;;;;;;;;;ACJA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;;;;;;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,gBAAgB,EAAE;AAC5D;AACA;AACA;AACA;AACA,CAAC;AACD;;;;;;;;;;;;ACbA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,CAAC","file":"table.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./js/table.js\");\n","import Table from \"./table/table\";\nimport Tooltip from \"./table/tooltips\";\n\njQuery( document ).ready( function( $ ) {\n\tac_quickedit_events( $ );\n\tac_set_column_classes( $ );\n\tac_actions_column( $, $( '.column-actions' ) );\n\n\tac_show_more( $ );\n\tac_toggle_box( $ );\n\tac_toggle_box_ajax_init( $ );\n\tac_actions_tooltips( $ );\n\n\tAC.Table = new Table( '.wp-list-table' );\n\tAC.Tooltips = new Tooltip();\n\n\t$( '.wp-list-table' ).on( 'updated', 'tr', function() {\n\t\tac_set_column_classes( $ );\n\t\tac_actions_column( $, $( this ).find( '.column-actions' ) );\n\t\tac_show_more( $ );\n\t} );\n\n} );\n\nfunction ac_actions_tooltips( $ ) {\n\t$( '.row-actions a' ).qtip( {\n\t\tcontent : {\n\t\t\ttext : function() {\n\t\t\t\treturn $( this ).text();\n\t\t\t}\n\t\t},\n\t\tposition : {\n\t\t\tmy : 'top center',\n\t\t\tat : 'bottom center'\n\t\t},\n\t\tstyle : {\n\t\t\ttip : true,\n\t\t\tclasses : 'qtip-tipsy'\n\t\t}\n\t} );\n}\n\nfunction ac_toggle_box( $ ) {\n\t$( '.ac-toggle-box-link' ).click( function( e ) {\n\t\te.preventDefault();\n\t\t$( this ).next( '.ac-toggle-box-contents' ).toggle();\n\t} );\n}\n\nfunction ac_toggle_box_ajax_init( $ ) {\n\n\t/**\n\t * Toggle box\n\t */\n\tlet do_toggle_value = function( e ) {\n\t\te.preventDefault();\n\n\t\t$( this ).next( '.ac-toggle-box-contents-ajax' ).toggle();\n\t};\n\n\t/**\n\t * Retrieves the contents from the column through ajax\n\t */\n\tlet do_retrieve_ajax_value = function( e ) {\n\t\te.preventDefault();\n\n\t\tlet $this = $( this );\n\n\t\tlet data = {\n\t\t\taction : 'ac_get_column_value',\n\t\t\tlist_screen : AC.list_screen,\n\t\t\tlayout : AC.layout,\n\t\t\tcolumn : $this.data( 'column' ),\n\t\t\tpk : $this.attr( 'data-item-id' ),\n\t\t\t_ajax_nonce : AC.ajax_nonce\n\t\t};\n\n\t\t$this.addClass( 'loading' );\n\n\t\tlet xhr = $.post( ajaxurl, data, function( response ) {\n\t\t\tif ( response ) {\n\t\t\t\t$this.after( '<div class=\"ac-toggle-box-contents-ajax\">' + response + '</div>' );\n\n\t\t\t\t// We only need to run the ajax request once. Unbind the event, and replace with a Toggle Box.\n\t\t\t\t$this.unbind( 'click', do_retrieve_ajax_value ).bind( 'click', do_toggle_value );\n\n\t\t\t\t// Added hook on Table Cell\n\t\t\t\t$( $this.parent( 'td' ) ).trigger( 'ajax_column_value_ready' );\n\n\t\t\t\t// Re-init tooltips\n\t\t\t\tAC.Tooltips().init();\n\t\t\t}\n\t\t} );\n\n\t\txhr.always( function() {\n\t\t\t$this.removeClass( 'loading' );\n\t\t} );\n\t};\n\n\t// Click event\n\t$( 'a[data-ajax-populate=1]' ).bind( 'click', do_retrieve_ajax_value );\n}\n\nfunction ac_show_more( $ ) {\n\t$( '.ac-more-link-show' ).click( function( e ) {\n\t\te.preventDefault();\n\t\tlet td = $( this ).hide().closest( 'td' );\n\n\t\ttd.find( '.ac-show-more-block' ).show();\n\n\t} );\n\t$( '.ac-more-link-hide' ).click( function( e ) {\n\t\te.preventDefault();\n\t\tlet td = $( this ).closest( 'td' );\n\n\t\ttd.find( '.ac-more-link-show' ).show();\n\t\ttd.find( '.ac-show-more-block' ).hide();\n\t} );\n}\n\nfunction ac_actions_column( $, $selector ) {\n\t$( $selector ).each( function() {\n\t\tlet $column = $( this );\n\n\t\tif ( $column.find( '.cpac_use_icons' ).length > 0 ) {\n\t\t\t$column.addClass( 'cpac_use_icons' );\n\t\t}\n\t} );\n\n\t$( $selector ).find( '.cpac_use_icons + .hidden + .row-actions > span' ).each( function() {\n\t\tlet $link = $( this ).find( 'a' );\n\t\t$link.attr( 'data-ac-tip', $link.text() ).addClass( 'ac-tip' );\n\t} );\n}\n\nfunction ac_set_column_classes( $ ) {\n\tfor ( let name in AC.column_types ) {\n\t\tif ( AC.column_types.hasOwnProperty( name ) ) {\n\t\t\tlet type = AC.column_types[ name ];\n\n\t\t\t$( '.wp-list-table td.' + name ).addClass( type );\n\t\t}\n\t}\n}\n\nfunction ac_quickedit_events( $ ) {\n\n\t$( document ).ajaxComplete( function( event, request ) {\n\t\tlet ownerDocument = document.implementation.createHTMLDocument( 'quickeditevents' );\n\t\tlet $result = $( '<div>', ownerDocument );\n\n\t\t$result.append( request.responseText );\n\t\tif ( $result.find( 'tr.iedit' ).length === 1 ) {\n\t\t\tlet id = $result.find( 'tr.iedit' ).attr( 'id' );\n\n\t\t\t$( 'tr#' + id ).trigger( 'updated' )\n\t\t}\n\t} );\n\n}","class Actions {\n\tconstructor( el ) {\n\t\tthis.$el = jQuery( el );\n\n\t\tthis.init();\n\t}\n\n\tinit() {\n\t\tlet self = this;\n\n\t\tthis.$el.on( 'update', function() {\n\t\t\tself.refresh();\n\t\t} ).appendTo( jQuery( '.tablenav.top .actions:last' ) ).trigger( 'update' );\n\t}\n\n\trefresh() {\n\t\tlet $buttons = this.$el.find( '.ac-table-actions-buttons' );\n\n\t\t$buttons.find( '> a' ).removeClass( 'last' );\n\t\t$buttons.find( '> a:visible:last' ).addClass( 'last' );\n\t}\n}\n\nmodule.exports = Actions;","import Actions from \"./actions\";\n\nclass Table {\n\n\tconstructor( el ) {\n\t\tthis.$table = jQuery( el );\n\t\tthis.Buttons = new Actions( '#ac-table-actions' );\n\t}\n\n}\n\nmodule.exports = Table;","class Tooltips {\n\n\tconstructor() {\n\t\tthis.isEnabled = typeof jQuery.fn.qtip !== 'undefined';\n\n\t\tthis.init();\n\t}\n\n\tinit() {\n\t\tif ( !this.isEnabled ) {\n\t\t\tconsole.log( 'Tooltips not loaded!' );\n\t\t\treturn;\n\t\t}\n\n\t\tjQuery( '[data-ac-tip]' ).qtip( {\n\t\t\tcontent : {\n\t\t\t\tattr : 'data-ac-tip'\n\t\t\t},\n\t\t\tposition : {\n\t\t\t\tmy : 'top center',\n\t\t\t\tat : 'bottom center'\n\t\t\t},\n\t\t\tstyle : {\n\t\t\t\ttip : true,\n\t\t\t\tclasses : 'qtip-tipsy'\n\t\t\t}\n\t\t} );\n\t}\n\n}\n\nmodule.exports = Tooltips;","module.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n","// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = require('./_wks')('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n","var isObject = require('./_is-object');\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n","// 0 -> Array#forEach\n// 1 -> Array#map\n// 2 -> Array#filter\n// 3 -> Array#some\n// 4 -> Array#every\n// 5 -> Array#find\n// 6 -> Array#findIndex\nvar ctx = require('./_ctx');\nvar IObject = require('./_iobject');\nvar toObject = require('./_to-object');\nvar toLength = require('./_to-length');\nvar asc = require('./_array-species-create');\nmodule.exports = function (TYPE, $create) {\n var IS_MAP = TYPE == 1;\n var IS_FILTER = TYPE == 2;\n var IS_SOME = TYPE == 3;\n var IS_EVERY = TYPE == 4;\n var IS_FIND_INDEX = TYPE == 6;\n var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;\n var create = $create || asc;\n return function ($this, callbackfn, that) {\n var O = toObject($this);\n var self = IObject(O);\n var f = ctx(callbackfn, that, 3);\n var length = toLength(self.length);\n var index = 0;\n var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;\n var val, res;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n val = self[index];\n res = f(val, index, O);\n if (TYPE) {\n if (IS_MAP) result[index] = res; // map\n else if (res) switch (TYPE) {\n case 3: return true; // some\n case 5: return val; // find\n case 6: return index; // findIndex\n case 2: result.push(val); // filter\n } else if (IS_EVERY) return false; // every\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;\n };\n};\n","var isObject = require('./_is-object');\nvar isArray = require('./_is-array');\nvar SPECIES = require('./_wks')('species');\n\nmodule.exports = function (original) {\n var C;\n if (isArray(original)) {\n C = original.constructor;\n // cross-realm fallback\n if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;\n if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? Array : C;\n};\n","// 9.4.2.3 ArraySpeciesCreate(originalArray, length)\nvar speciesConstructor = require('./_array-species-constructor');\n\nmodule.exports = function (original, length) {\n return new (speciesConstructor(original))(length);\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","var core = module.exports = { version: '2.5.7' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n","// optional / simple context binding\nvar aFunction = require('./_a-function');\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","// Thank's IE8 for his funny defineProperty\nmodule.exports = !require('./_fails')(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n","var isObject = require('./_is-object');\nvar document = require('./_global').document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n","var global = require('./_global');\nvar core = require('./_core');\nvar hide = require('./_hide');\nvar redefine = require('./_redefine');\nvar ctx = require('./_ctx');\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n","// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n","var hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","var dP = require('./_object-dp');\nvar createDesc = require('./_property-desc');\nmodule.exports = require('./_descriptors') ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","module.exports = !require('./_descriptors') && !require('./_fails')(function () {\n return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n","// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = require('./_cof');\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n","// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","module.exports = false;\n","var anObject = require('./_an-object');\nvar IE8_DOM_DEFINE = require('./_ie8-dom-define');\nvar toPrimitive = require('./_to-primitive');\nvar dP = Object.defineProperty;\n\nexports.f = require('./_descriptors') ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","var global = require('./_global');\nvar hide = require('./_hide');\nvar has = require('./_has');\nvar SRC = require('./_uid')('src');\nvar TO_STRING = 'toString';\nvar $toString = Function[TO_STRING];\nvar TPL = ('' + $toString).split(TO_STRING);\n\nrequire('./_core').inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n","var core = require('./_core');\nvar global = require('./_global');\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: require('./_library') ? 'pure' : 'global',\n copyright: '© 2018 Denis Pushkarev (zloirock.ru)'\n});\n","// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n","// 7.1.15 ToLength\nvar toInteger = require('./_to-integer');\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n","// 7.1.13 ToObject(argument)\nvar defined = require('./_defined');\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n","// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = require('./_is-object');\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","var id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n","var store = require('./_shared')('wks');\nvar uid = require('./_uid');\nvar Symbol = require('./_global').Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n","'use strict';\n// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)\nvar $export = require('./_export');\nvar $find = require('./_array-methods')(5);\nvar KEY = 'find';\nvar forced = true;\n// Shouldn't skip holes\nif (KEY in []) Array(1)[KEY](function () { forced = false; });\n$export($export.P + $export.F * forced, 'Array', {\n find: function find(callbackfn /* , that = undefined */) {\n return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\nrequire('./_add-to-unscopables')(KEY);\n","var dP = require('./_object-dp').f;\nvar FProto = Function.prototype;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || require('./_descriptors') && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n return ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n"],"sourceRoot":""}
|
|
bootstrap.php
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
4 |
-
exit;
|
5 |
-
}
|
6 |
-
|
7 |
-
require_once __DIR__ . '/api.php';
|
8 |
-
require_once __DIR__ . '/classes/Autoloader.php';
|
9 |
-
|
10 |
-
AC\Autoloader::instance()->register_prefix( 'AC', __DIR__ . '/classes' );
|
11 |
-
AC\Autoloader\Underscore::instance()
|
12 |
-
->add_alias( 'AC\ListScreen', 'AC_ListScreen' )
|
13 |
-
->add_alias( 'AC\Settings\FormatValue', 'AC_Settings_FormatValueInterface' )
|
14 |
-
->add_alias( 'AC\Column\Media\MediaParent', 'AC_Column_Media_Parent' )
|
15 |
-
->add_alias( 'AC\Column\Post\PostParent', 'AC_Column_Post_Parent' );
|
16 |
-
|
17 |
-
/**
|
18 |
-
* For loading external resources, e.g. column settings.
|
19 |
-
* Can be called from plugins and themes.
|
20 |
-
*/
|
21 |
-
do_action( 'ac/ready', AC() );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon.php
DELETED
@@ -1,355 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin;
|
4 |
-
|
5 |
-
use AC;
|
6 |
-
|
7 |
-
class Addon {
|
8 |
-
|
9 |
-
/**
|
10 |
-
* @var string
|
11 |
-
*/
|
12 |
-
private $title;
|
13 |
-
|
14 |
-
/**
|
15 |
-
* @var string
|
16 |
-
*/
|
17 |
-
private $description;
|
18 |
-
|
19 |
-
/**
|
20 |
-
* @var string
|
21 |
-
*/
|
22 |
-
private $logo;
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Icon is a small version of the logo. Mainly used on the promo banner.
|
26 |
-
* @var string
|
27 |
-
*/
|
28 |
-
private $icon;
|
29 |
-
|
30 |
-
/**
|
31 |
-
* Plugin folder name
|
32 |
-
* @var AC\PluginInformation
|
33 |
-
*/
|
34 |
-
private $addon;
|
35 |
-
|
36 |
-
/**
|
37 |
-
* Plugin basename. Example: plugin/plugin.php
|
38 |
-
* @var AC\PluginInformation[]
|
39 |
-
*/
|
40 |
-
private $plugins;
|
41 |
-
|
42 |
-
/**
|
43 |
-
* External website link
|
44 |
-
* @var string
|
45 |
-
*/
|
46 |
-
private $link;
|
47 |
-
|
48 |
-
/**
|
49 |
-
* Plugin URL. Place where the plugin can be downloaded from. Default is install plugin screen.
|
50 |
-
* @var string Url
|
51 |
-
*/
|
52 |
-
private $plugin_url;
|
53 |
-
|
54 |
-
public function __construct( $addon_dirname ) {
|
55 |
-
$this->addon = new AC\PluginInformation( $addon_dirname );
|
56 |
-
}
|
57 |
-
|
58 |
-
/**
|
59 |
-
* @return string
|
60 |
-
*/
|
61 |
-
public function get_title() {
|
62 |
-
return $this->title;
|
63 |
-
}
|
64 |
-
|
65 |
-
/**
|
66 |
-
* @param string $title
|
67 |
-
*
|
68 |
-
* @return $this
|
69 |
-
*/
|
70 |
-
protected function set_title( $title ) {
|
71 |
-
$this->title = $title;
|
72 |
-
|
73 |
-
return $this;
|
74 |
-
}
|
75 |
-
|
76 |
-
/**
|
77 |
-
* Plugin folder name
|
78 |
-
* @return AC\PluginInformation[]
|
79 |
-
*/
|
80 |
-
public function get_plugins() {
|
81 |
-
return $this->plugins;
|
82 |
-
}
|
83 |
-
|
84 |
-
/**
|
85 |
-
* @param string $plugin
|
86 |
-
*
|
87 |
-
* @return $this
|
88 |
-
*/
|
89 |
-
protected function add_plugin( $plugin ) {
|
90 |
-
$this->plugins[] = new AC\PluginInformation( $plugin );
|
91 |
-
|
92 |
-
return $this;
|
93 |
-
}
|
94 |
-
|
95 |
-
/**
|
96 |
-
* @return AC\PluginInformation
|
97 |
-
*/
|
98 |
-
public function get_plugin() {
|
99 |
-
return $this->plugins[0];
|
100 |
-
}
|
101 |
-
|
102 |
-
/**
|
103 |
-
* @return string
|
104 |
-
*/
|
105 |
-
public function get_link() {
|
106 |
-
if ( null === $this->link ) {
|
107 |
-
$this->set_link( ac_get_site_utm_url( 'pricing-purchase', 'addon', $this->addon->get_dirname() ) );
|
108 |
-
}
|
109 |
-
|
110 |
-
return $this->link;
|
111 |
-
}
|
112 |
-
|
113 |
-
/**
|
114 |
-
* @param string $url
|
115 |
-
*
|
116 |
-
* @return $this
|
117 |
-
*/
|
118 |
-
protected function set_link( $url ) {
|
119 |
-
if ( ac_helper()->string->is_valid_url( $url ) ) {
|
120 |
-
$this->link = $url;
|
121 |
-
}
|
122 |
-
|
123 |
-
return $this;
|
124 |
-
}
|
125 |
-
|
126 |
-
/**
|
127 |
-
* @return string
|
128 |
-
*/
|
129 |
-
public function get_description() {
|
130 |
-
return $this->description;
|
131 |
-
}
|
132 |
-
|
133 |
-
/**
|
134 |
-
* @param string $description
|
135 |
-
*
|
136 |
-
* @return $this
|
137 |
-
*/
|
138 |
-
protected function set_description( $description ) {
|
139 |
-
$this->description = $description;
|
140 |
-
|
141 |
-
return $this;
|
142 |
-
}
|
143 |
-
|
144 |
-
/**
|
145 |
-
* @return string
|
146 |
-
*/
|
147 |
-
public function get_logo() {
|
148 |
-
return $this->logo;
|
149 |
-
}
|
150 |
-
|
151 |
-
/**
|
152 |
-
* @param string $logo
|
153 |
-
*
|
154 |
-
* @return $this
|
155 |
-
*/
|
156 |
-
protected function set_logo( $logo ) {
|
157 |
-
$this->logo = $logo;
|
158 |
-
|
159 |
-
return $this;
|
160 |
-
}
|
161 |
-
|
162 |
-
/**
|
163 |
-
* @return string
|
164 |
-
*/
|
165 |
-
public function get_icon() {
|
166 |
-
return $this->icon;
|
167 |
-
}
|
168 |
-
|
169 |
-
/**
|
170 |
-
* @param string $icon
|
171 |
-
*
|
172 |
-
* @return $this
|
173 |
-
*/
|
174 |
-
protected function set_icon( $icon ) {
|
175 |
-
$this->icon = $icon;
|
176 |
-
|
177 |
-
return $this;
|
178 |
-
}
|
179 |
-
|
180 |
-
/**
|
181 |
-
* Plugin folder name
|
182 |
-
* @return string
|
183 |
-
*/
|
184 |
-
public function get_slug() {
|
185 |
-
return $this->addon->get_dirname();
|
186 |
-
}
|
187 |
-
|
188 |
-
/**
|
189 |
-
* @return bool
|
190 |
-
*/
|
191 |
-
public function is_installed() {
|
192 |
-
return $this->addon->is_installed();
|
193 |
-
}
|
194 |
-
|
195 |
-
/**
|
196 |
-
* @return bool
|
197 |
-
*/
|
198 |
-
public function is_active() {
|
199 |
-
return $this->addon->is_active();
|
200 |
-
}
|
201 |
-
|
202 |
-
/**
|
203 |
-
* @return string|false Returns the plugin version if the plugin is installed, false otherwise
|
204 |
-
*/
|
205 |
-
public function get_version() {
|
206 |
-
return $this->addon->get_version();
|
207 |
-
}
|
208 |
-
|
209 |
-
/**
|
210 |
-
* @return string Basename
|
211 |
-
*/
|
212 |
-
public function get_basename() {
|
213 |
-
return $this->addon->get_basename();
|
214 |
-
}
|
215 |
-
|
216 |
-
/**
|
217 |
-
* @return bool
|
218 |
-
*/
|
219 |
-
public function is_plugin_installed() {
|
220 |
-
return $this->get_plugin()->is_installed();
|
221 |
-
}
|
222 |
-
|
223 |
-
/**
|
224 |
-
* @return bool
|
225 |
-
*/
|
226 |
-
public function is_plugin_active() {
|
227 |
-
return $this->get_plugin()->is_active();
|
228 |
-
}
|
229 |
-
|
230 |
-
/**
|
231 |
-
* @return string Basename
|
232 |
-
*/
|
233 |
-
public function get_plugin_basename() {
|
234 |
-
return $this->get_plugin()->get_basename();
|
235 |
-
}
|
236 |
-
|
237 |
-
/**
|
238 |
-
* @return string
|
239 |
-
*/
|
240 |
-
public function get_plugin_activation_url() {
|
241 |
-
return $this->get_activation_url( $this->get_plugin_basename() );
|
242 |
-
}
|
243 |
-
|
244 |
-
/**
|
245 |
-
* Icon
|
246 |
-
*/
|
247 |
-
public function display_icon() {
|
248 |
-
if ( $this->get_icon() ) : ?>
|
249 |
-
<img class="icon <?php echo esc_attr( $this->get_slug() ); ?>" src="<?php echo esc_attr( $this->get_icon() ); ?>" alt="<?php echo esc_attr( $this->get_title() ); ?>">
|
250 |
-
<?php endif;
|
251 |
-
}
|
252 |
-
|
253 |
-
public function display_promo() {
|
254 |
-
if ( $this->get_icon() ) {
|
255 |
-
$this->display_icon();
|
256 |
-
|
257 |
-
return;
|
258 |
-
}
|
259 |
-
|
260 |
-
echo $this->get_title();
|
261 |
-
}
|
262 |
-
|
263 |
-
/**
|
264 |
-
* @return AC\Column\Placeholder
|
265 |
-
*/
|
266 |
-
public function get_placeholder_column() {
|
267 |
-
$column = new AC\Column\Placeholder();
|
268 |
-
$column->set_addon( $this );
|
269 |
-
|
270 |
-
return $column;
|
271 |
-
}
|
272 |
-
|
273 |
-
/**
|
274 |
-
* @param string $title
|
275 |
-
*
|
276 |
-
* @return string
|
277 |
-
*/
|
278 |
-
protected function get_fields_description( $title ) {
|
279 |
-
return sprintf( __( 'Display and edit %s fields in the posts overview in seconds!', 'codepress-admin-columns' ), $title );
|
280 |
-
}
|
281 |
-
|
282 |
-
/**
|
283 |
-
* Activate plugin
|
284 |
-
*
|
285 |
-
* @param $basename
|
286 |
-
*
|
287 |
-
* @return string
|
288 |
-
*/
|
289 |
-
public function get_activation_url( $basename ) {
|
290 |
-
return $this->get_plugin_action_url( 'activate', $basename );
|
291 |
-
}
|
292 |
-
|
293 |
-
/**
|
294 |
-
* Deactivate plugin
|
295 |
-
*
|
296 |
-
* @param $basename
|
297 |
-
*
|
298 |
-
* @return string
|
299 |
-
*/
|
300 |
-
public function get_deactivation_url( $basename ) {
|
301 |
-
return $this->get_plugin_action_url( 'deactivate', $basename );
|
302 |
-
}
|
303 |
-
|
304 |
-
/**
|
305 |
-
* Activate or Deactivate plugin
|
306 |
-
*
|
307 |
-
* @param string $action
|
308 |
-
* @param $basename
|
309 |
-
*
|
310 |
-
* @return string
|
311 |
-
*/
|
312 |
-
private function get_plugin_action_url( $action = 'activate', $basename ) {
|
313 |
-
$plugin_url = add_query_arg( array(
|
314 |
-
'action' => $action,
|
315 |
-
'plugin' => $basename,
|
316 |
-
'ac-redirect' => true,
|
317 |
-
), admin_url( 'plugins.php' ) );
|
318 |
-
|
319 |
-
return wp_nonce_url( $plugin_url, $action . '-plugin_' . $basename );
|
320 |
-
}
|
321 |
-
|
322 |
-
/**
|
323 |
-
* @param string $plugin_url
|
324 |
-
*
|
325 |
-
* @return $this
|
326 |
-
*/
|
327 |
-
public function set_plugin_url( $plugin_url ) {
|
328 |
-
$this->plugin_url = $plugin_url;
|
329 |
-
|
330 |
-
return $this;
|
331 |
-
}
|
332 |
-
|
333 |
-
/**
|
334 |
-
* @return string
|
335 |
-
*/
|
336 |
-
public function get_plugin_url() {
|
337 |
-
if ( null === $this->plugin_url ) {
|
338 |
-
$this->set_plugin_url( add_query_arg( array(
|
339 |
-
'tab' => 'search',
|
340 |
-
'type' => 'term',
|
341 |
-
's' => $this->get_title(),
|
342 |
-
), admin_url( 'plugin-install.php' ) ) );
|
343 |
-
}
|
344 |
-
|
345 |
-
return $this->plugin_url;
|
346 |
-
}
|
347 |
-
|
348 |
-
/**
|
349 |
-
* @return bool Should a notice be always shown
|
350 |
-
*/
|
351 |
-
public function is_notice_screen() {
|
352 |
-
return true;
|
353 |
-
}
|
354 |
-
|
355 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/ACF.php
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
|
7 |
-
class ACF extends Addon {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
parent::__construct( 'ac-addon-acf' );
|
11 |
-
|
12 |
-
$this
|
13 |
-
->set_title( __( 'Advanced Custom Fields', 'codepress-admin-columns' ) )
|
14 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/acf.png' )
|
15 |
-
->set_icon( $this->get_logo() )
|
16 |
-
->set_link( ac_get_site_utm_url( 'advanced-custom-fields-columns', 'addon', 'acf' ) )
|
17 |
-
->set_description( $this->get_fields_description( $this->get_title() ) )
|
18 |
-
->add_plugin( 'advanced-custom-fields' )
|
19 |
-
->add_plugin( 'advanced-custom-fields-pro' );
|
20 |
-
}
|
21 |
-
|
22 |
-
public function display_promo() {
|
23 |
-
echo $this->get_title() . ' ';
|
24 |
-
|
25 |
-
$this->display_icon();
|
26 |
-
}
|
27 |
-
|
28 |
-
public function get_plugin() {
|
29 |
-
foreach ( $this->get_plugins() as $plugin ) {
|
30 |
-
if ( $plugin->is_installed() ) {
|
31 |
-
return $plugin;
|
32 |
-
}
|
33 |
-
}
|
34 |
-
|
35 |
-
return parent::get_plugin();
|
36 |
-
}
|
37 |
-
|
38 |
-
/**
|
39 |
-
* @return bool
|
40 |
-
*/
|
41 |
-
public function is_plugin_active() {
|
42 |
-
return class_exists( 'acf', false );
|
43 |
-
}
|
44 |
-
|
45 |
-
/**
|
46 |
-
* @return bool
|
47 |
-
*/
|
48 |
-
public function is_notice_screen() {
|
49 |
-
global $pagenow;
|
50 |
-
|
51 |
-
return 'edit.php' === $pagenow && 'acf-field-group' === filter_input( INPUT_GET, 'post_type' );
|
52 |
-
}
|
53 |
-
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/BuddyPress.php
DELETED
@@ -1,30 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
|
7 |
-
class BuddyPress extends Addon {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
parent::__construct( 'ac-addon-buddypress' );
|
11 |
-
|
12 |
-
$this
|
13 |
-
->set_title( __( 'BuddyPress', 'codepress-admin-columns' ) )
|
14 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/buddypress.png' )
|
15 |
-
->set_icon( AC()->get_url() . 'assets/images/addons/buddypress-icon.png' )
|
16 |
-
->set_link( ac_get_site_utm_url( 'buddypress', 'addon', 'buddypress' ) )
|
17 |
-
->set_description( __( 'Display any of your Profile Fields for BuddyPress on your users overview.', 'codepress-admin-columns' ) )
|
18 |
-
->add_plugin( 'buddypress' );
|
19 |
-
}
|
20 |
-
|
21 |
-
public function display_promo() {
|
22 |
-
echo $this->get_title() . ' ';
|
23 |
-
$this->display_icon();
|
24 |
-
}
|
25 |
-
|
26 |
-
public function is_plugin_active() {
|
27 |
-
return class_exists( 'BuddyPress', false );
|
28 |
-
}
|
29 |
-
|
30 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/EventsCalendar.php
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
|
7 |
-
class EventsCalendar extends Addon {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
parent::__construct( 'ac-addon-events-calendar' );
|
11 |
-
|
12 |
-
$this
|
13 |
-
->set_title( __( 'The Events Calendar', 'codepress-admin-columns' ) )
|
14 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/events-calendar.png' )
|
15 |
-
->set_icon( AC()->get_url() . 'assets/images/addons/events-calendar-icon.png' )
|
16 |
-
->set_link( ac_get_site_utm_url( 'events-calendar', 'addon', 'events-calendar' ) )
|
17 |
-
->set_description( __( 'Manage columns for your event, organizer or venue overviews.', 'codepress-admin-columns' ) )
|
18 |
-
->add_plugin( 'events-calendar' );
|
19 |
-
}
|
20 |
-
|
21 |
-
public function display_promo() {
|
22 |
-
echo $this->get_title() . ' ';
|
23 |
-
$this->display_icon();
|
24 |
-
}
|
25 |
-
|
26 |
-
public function is_notice_screen() {
|
27 |
-
global $pagenow;
|
28 |
-
|
29 |
-
return 'edit.php' === $pagenow && in_array( filter_input( INPUT_GET, 'post_type' ), array( 'tribe_events', 'tribe_venue', 'tribe_organizer' ) );
|
30 |
-
}
|
31 |
-
|
32 |
-
public function is_plugin_active() {
|
33 |
-
return class_exists( 'Tribe__Events__Main' );
|
34 |
-
}
|
35 |
-
|
36 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/NinjaForms.php
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
|
7 |
-
class NinjaForms extends Addon {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
parent::__construct( 'ac-addon-ninjaforms' );
|
11 |
-
|
12 |
-
$this
|
13 |
-
->set_title( __( 'Ninja Forms', 'codepress-admin-columns' ) )
|
14 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/ninja-forms.png' )
|
15 |
-
->set_icon( AC()->get_url() . 'assets/images/addons/ninja-forms-icon.png' )
|
16 |
-
->set_link( ac_get_site_utm_url( 'ninja-forms', 'addon', 'ninjaforms' ) )
|
17 |
-
->set_description( __( 'Add Ninja Forms columns that can be sorted, filtered and directly edited!', 'codepress-admin-columns' ) )
|
18 |
-
->add_plugin( 'ninjaforms' );
|
19 |
-
}
|
20 |
-
|
21 |
-
public function display_promo() {
|
22 |
-
echo $this->get_title() . ' ';
|
23 |
-
$this->display_icon();
|
24 |
-
}
|
25 |
-
|
26 |
-
public function is_notice_screen() {
|
27 |
-
global $pagenow;
|
28 |
-
|
29 |
-
return 'admin.php' === $pagenow && in_array( filter_input( INPUT_GET, 'page' ), array( 'bp-activity', 'bp-groups' ) );
|
30 |
-
}
|
31 |
-
|
32 |
-
public function is_plugin_active() {
|
33 |
-
return class_exists( 'Ninja_Forms' );
|
34 |
-
}
|
35 |
-
|
36 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/Pods.php
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
|
7 |
-
class Pods extends Addon {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
parent::__construct( 'ac-addon-pods' );
|
11 |
-
|
12 |
-
$this
|
13 |
-
->set_title( __( 'Pods', 'codepress-admin-columns' ) )
|
14 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/pods.png' )
|
15 |
-
->set_icon( AC()->get_url() . 'assets/images/addons/pods-icon.png' )
|
16 |
-
->set_link( ac_get_site_utm_url( 'pods', 'addon', 'pods' ) )
|
17 |
-
->set_description( $this->get_fields_description( $this->get_title() ) )
|
18 |
-
->add_plugin( 'pods' );
|
19 |
-
}
|
20 |
-
|
21 |
-
public function display_promo() {
|
22 |
-
echo $this->get_title() . ' ';
|
23 |
-
$this->display_icon();
|
24 |
-
}
|
25 |
-
|
26 |
-
public function is_notice_screen() {
|
27 |
-
global $pagenow;
|
28 |
-
|
29 |
-
return 'admin.php' === $pagenow && in_array( filter_input( INPUT_GET, 'page' ), array( 'pods-add-new', 'pods-settings' ) );
|
30 |
-
}
|
31 |
-
|
32 |
-
public function is_plugin_active() {
|
33 |
-
return function_exists( 'pods' );
|
34 |
-
}
|
35 |
-
|
36 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/Types.php
DELETED
@@ -1,31 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
|
7 |
-
class Types extends Addon {
|
8 |
-
|
9 |
-
public function __construct() {
|
10 |
-
parent::__construct( 'ac-addon-types' );
|
11 |
-
|
12 |
-
$this
|
13 |
-
->set_title( __( 'Toolset Types', 'codepress-admin-columns' ) )
|
14 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/toolset-types.png' )
|
15 |
-
->set_icon( AC()->get_url() . 'assets/images/addons/toolset-types-icon.png' )
|
16 |
-
->set_link( ac_get_site_utm_url( 'toolset-types', 'addon', 'types' ) )
|
17 |
-
->set_description( $this->get_fields_description( $this->get_title() ) )
|
18 |
-
->add_plugin( 'types' );
|
19 |
-
}
|
20 |
-
|
21 |
-
public function is_notice_screen() {
|
22 |
-
global $pagenow;
|
23 |
-
|
24 |
-
return 'admin.php' === $pagenow && in_array( filter_input( INPUT_GET, 'page' ), array( 'toolset-dashboard', 'wpcf-cpt', 'wpcf-cf', 'toolset-settings' ) );
|
25 |
-
}
|
26 |
-
|
27 |
-
public function is_plugin_active() {
|
28 |
-
return class_exists( 'Types_Main', false );
|
29 |
-
}
|
30 |
-
|
31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addon/WooCommerce.php
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin\Addon;
|
4 |
-
|
5 |
-
use AC\Admin\Addon;
|
6 |
-
use AC\Column;
|
7 |
-
|
8 |
-
class WooCommerce extends Addon {
|
9 |
-
|
10 |
-
public function __construct() {
|
11 |
-
parent::__construct( 'ac-addon-woocommerce' );
|
12 |
-
|
13 |
-
$this
|
14 |
-
->set_title( __( 'WooCommerce', 'codepress-admin-columns' ) )
|
15 |
-
->set_description( __( 'Enhance the products, orders and coupons overviews with new columns and inline editing.', 'codepress-admin-columns' ) )
|
16 |
-
->set_logo( AC()->get_url() . 'assets/images/addons/woocommerce.png' )
|
17 |
-
->set_icon( $this->get_logo() )
|
18 |
-
->set_link( ac_get_site_utm_url( 'woocommerce-columns', 'addon', 'woocommerce' ) )
|
19 |
-
->add_plugin( 'woocommerce' );
|
20 |
-
}
|
21 |
-
|
22 |
-
public function get_placeholder_column() {
|
23 |
-
$column = new Column\WooCommercePlaceholder();
|
24 |
-
$column->set_addon( $this );
|
25 |
-
|
26 |
-
return $column;
|
27 |
-
}
|
28 |
-
|
29 |
-
public function is_plugin_active() {
|
30 |
-
return class_exists( 'WooCommerce', false );
|
31 |
-
}
|
32 |
-
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Addons.php
DELETED
@@ -1,101 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
namespace AC\Admin;
|
4 |
-
|
5 |
-
use AC;
|
6 |
-
|
7 |
-
class Addons {
|
8 |
-
|
9 |
-
/**
|
10 |
-
* @var Addon[]
|
11 |
-
*/
|
12 |
-
private $addons;
|
13 |
-
|
14 |
-
/**
|
15 |
-
* @return Addon[]
|
16 |
-
*/
|
17 |
-
public function get_addons() {
|
18 |
-
if ( null === $this->addons ) {
|
19 |
-
$this->set_addons();
|
20 |
-
}
|
21 |
-
|
22 |
-
return $this->addons;
|
23 |
-
}
|
24 |
-
|
25 |
-
/**
|
26 |
-
* @return Addon[]
|
27 |
-
*/
|
28 |
-
public function get_active_promo() {
|
29 |
-
$addons = $this->get_addons();
|
30 |
-
|
31 |
-
foreach ( $addons as $k => $addon ) {
|
32 |
-
if ( ! $addon->is_plugin_active() || $addon->is_active() ) {
|
33 |
-
unset( $addons[ $k ] );
|
34 |
-
}
|
35 |
-
}
|
36 |
-
|
37 |
-
return $addons;
|
38 |
-
}
|
39 |
-
|
40 |
-
/**
|
41 |
-
* All addons where 3d party is installed but integration is not installed
|
42 |
-
* @return Addon[]
|
43 |
-
*/
|
44 |
-
public function get_missing_addons() {
|
45 |
-
$missing = array();
|
46 |
-
|
47 |
-
foreach ( $this->get_addons() as $k => $addon ) {
|
48 |
-
if ( $addon->is_plugin_active() && ! $addon->is_active() ) {
|
49 |
-
$missing[] = $addon;
|
50 |
-
}
|
51 |
-
}
|
52 |
-
|
53 |
-
return $missing;
|
54 |
-
}
|
55 |
-
|
56 |
-
/**
|
57 |
-
* @return Addon[]
|
58 |
-
*/
|
59 |
-
public function get_active_addons() {
|
60 |
-
$addons = array();
|
61 |
-
|
62 |
-
foreach ( $this->get_addons() as $addon ) {
|
63 |
-
if ( $addon->is_active() ) {
|
64 |
-
$addons[] = $addon;
|
65 |
-
}
|
66 |
-
}
|
67 |
-
|
68 |
-
return $addons;
|
69 |
-
}
|
70 |
-
|
71 |
-
/**
|
72 |
-
* Get add-on details from the available add-ons list
|
73 |
-
* @since 2.2
|
74 |
-
*
|
75 |
-
* @param string $slug Addon slug
|
76 |
-
*
|
77 |
-
* @return Addon|false Returns addon details if the add-on exists, false otherwise
|
78 |
-
*/
|
79 |
-
public function get_addon( $slug ) {
|
80 |
-
foreach ( $this->get_addons() as $addon ) {
|
81 |
-
if ( $slug === $addon->get_slug() ) {
|
82 |
-
return $addon;
|
83 |
-
}
|
84 |
-
}
|
85 |
-
|
86 |
-
return false;
|
87 |
-
}
|
88 |
-
|
89 |
-
/**
|
90 |
-
* Register addon
|
91 |
-
*/
|
92 |
-
private function set_addons() {
|
93 |
-
$this->addons = array();
|
94 |
-
$classes = AC\Autoloader::instance()->get_class_names_from_dir( __NAMESPACE__ . '\Addon' );
|
95 |
-
|
96 |
-
foreach ( $classes as $class ) {
|
97 |
-
$this->addons[] = new $class;
|
98 |
-
}
|
99 |
-
}
|
100 |
-
|
101 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
classes/Admin/Page/Addons.php
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
namespace AC\Admin\Page;
|
4 |
|
5 |
use AC;
|
6 |
-
use AC\Admin\Addon;
|
7 |
use AC\Admin\Page;
|
8 |
use AC\Message\Notice;
|
9 |
use AC\PluginInformation;
|
@@ -22,44 +21,40 @@ class Addons extends Page {
|
|
22 |
public function register() {
|
23 |
add_action( 'admin_init', array( $this, 'handle_request' ) );
|
24 |
add_action( 'admin_init', array( $this, 'handle_install_request' ) );
|
25 |
-
add_action( 'admin_init', array( $this, '
|
26 |
add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ) );
|
27 |
add_filter( 'wp_redirect', array( $this, 'redirect_after_status_change' ) );
|
28 |
}
|
29 |
|
30 |
-
public function
|
31 |
-
if ( ! $this->is_current_screen() ) {
|
32 |
return;
|
33 |
}
|
34 |
|
35 |
-
if ( !
|
36 |
-
|
37 |
-
}
|
38 |
|
39 |
-
|
|
|
|
|
|
|
40 |
|
41 |
-
if ( ! $addons ) {
|
42 |
return;
|
43 |
}
|
44 |
|
45 |
-
foreach (
|
46 |
-
|
47 |
-
$this->show_addon_action_notice( $addon );
|
48 |
-
}
|
49 |
-
}
|
50 |
-
|
51 |
-
if ( ! ac_is_pro_active() ) {
|
52 |
-
$titles = array();
|
53 |
|
54 |
-
|
55 |
-
|
56 |
}
|
57 |
|
58 |
-
$
|
59 |
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
63 |
}
|
64 |
}
|
65 |
|
@@ -73,69 +68,74 @@ class Addons extends Page {
|
|
73 |
}
|
74 |
|
75 |
$nonce = filter_input( INPUT_GET, '_ac_nonce' );
|
76 |
-
$
|
77 |
$status = filter_input( INPUT_GET, 'status' );
|
78 |
|
79 |
-
if ( ! wp_verify_nonce( $nonce, 'ac-plugin-status-change' )
|
80 |
return;
|
81 |
}
|
82 |
|
83 |
-
$plugin = new PluginInformation( dirname( $basename ) );
|
84 |
-
|
85 |
switch ( $status ) {
|
86 |
case 'activate' :
|
87 |
-
$this->show_activation_notice( $
|
88 |
|
89 |
break;
|
90 |
case 'deactivate' :
|
91 |
-
$this->show_deactivation_notice( $
|
92 |
|
93 |
break;
|
94 |
}
|
95 |
}
|
96 |
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
} else {
|
103 |
-
$plugins_link = ac_helper()->html->link( admin_url( 'plugins.php' ), strtolower( __( 'Plugins' ) ) );
|
104 |
-
$message = sprintf( __( '%s could not be activated.', 'codepress-admin-columns' ), '<strong>' . $plugin->get_name() . '</strong>' ) . ' ' . sprintf( __( 'Please visit the %s page.', 'codepress-admin-columns' ), $plugins_link );
|
105 |
|
106 |
-
|
|
|
107 |
}
|
108 |
|
109 |
-
$
|
110 |
-
}
|
111 |
|
112 |
-
|
113 |
-
$message = sprintf( __( '%s successfully deactivated.', 'codepress-admin-columns' ), '<strong>' . $plugin->get_name() . '</strong>' );
|
114 |
|
115 |
-
|
116 |
-
|
117 |
-
|
|
|
|
|
118 |
|
119 |
-
|
120 |
-
|
121 |
|
122 |
-
|
123 |
-
|
|
|
|
|
|
|
124 |
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
|
|
130 |
|
131 |
-
|
132 |
-
|
133 |
-
|
|
|
|
|
134 |
|
135 |
-
|
|
|
136 |
}
|
137 |
|
138 |
-
$
|
|
|
|
|
139 |
}
|
140 |
|
141 |
/**
|
@@ -147,6 +147,20 @@ class Addons extends Page {
|
|
147 |
}
|
148 |
}
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
/**
|
151 |
* Handles the installation of the add-on
|
152 |
* @since 2.2
|
@@ -156,31 +170,39 @@ class Addons extends Page {
|
|
156 |
return;
|
157 |
}
|
158 |
|
159 |
-
$
|
160 |
-
$addon = AC()->addons()->get_addon( $plugin_name );
|
161 |
|
162 |
-
if ( ! $
|
163 |
-
|
164 |
-
} elseif ( ! ac_is_pro_active() ) {
|
165 |
-
$error = __( 'You need Admin Columns Pro.', 'codepress-admin-columns' );
|
166 |
-
} else {
|
167 |
-
// Trigger possible warning message before running WP installer
|
168 |
-
$error = apply_filters( 'ac/addons/install_request/maybe_error', false, $addon->get_slug() );
|
169 |
}
|
170 |
|
171 |
-
if (
|
172 |
-
Notice::
|
173 |
-
|
174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
|
176 |
return;
|
177 |
}
|
178 |
|
179 |
$install_url = add_query_arg( array(
|
180 |
'action' => 'install-plugin',
|
181 |
-
'plugin' => $
|
182 |
'ac-redirect' => true,
|
183 |
-
), wp_nonce_url(
|
184 |
|
185 |
wp_redirect( $install_url );
|
186 |
exit;
|
@@ -207,22 +229,15 @@ class Addons extends Page {
|
|
207 |
return $location;
|
208 |
}
|
209 |
|
210 |
-
$
|
211 |
|
212 |
-
|
213 |
-
foreach ( AC()->addons()->get_addons() as $_addon ) {
|
214 |
-
if ( in_array( filter_input( INPUT_GET, 'plugin' ), array( $_addon->get_basename(), $_addon->get_plugin_basename() ) ) ) {
|
215 |
-
$addon = $_addon;
|
216 |
-
}
|
217 |
-
}
|
218 |
-
|
219 |
-
if ( ! $addon ) {
|
220 |
return $location;
|
221 |
}
|
222 |
|
223 |
$location = add_query_arg( array(
|
224 |
'status' => $status,
|
225 |
-
'plugin' =>
|
226 |
'_ac_nonce' => wp_create_nonce( 'ac-plugin-status-change' ),
|
227 |
), $this->get_link() );
|
228 |
|
@@ -258,13 +273,22 @@ class Addons extends Page {
|
|
258 |
public function get_group( $name ) {
|
259 |
$groups = $this->get_addon_groups();
|
260 |
|
261 |
-
if ( !
|
262 |
return false;
|
263 |
}
|
264 |
|
265 |
return $groups[ $name ];
|
266 |
}
|
267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
/**
|
269 |
* Group a list of add-ons
|
270 |
* @since 3.0
|
@@ -274,27 +298,27 @@ class Addons extends Page {
|
|
274 |
$active = array();
|
275 |
$inactive = array();
|
276 |
|
277 |
-
foreach ( AC()
|
278 |
-
if ( $
|
279 |
-
$active[] = $
|
280 |
} else {
|
281 |
-
$inactive[] = $
|
282 |
}
|
283 |
}
|
284 |
|
285 |
-
/* @var
|
286 |
$sorted = array_merge( $active, $inactive );
|
287 |
|
288 |
$grouped = array();
|
289 |
foreach ( $this->get_addon_groups() as $group => $label ) {
|
290 |
-
foreach ( $sorted as $
|
291 |
$addon_group = 'default';
|
292 |
|
293 |
-
if ( $
|
294 |
$addon_group = 'recommended';
|
295 |
}
|
296 |
|
297 |
-
if ( $
|
298 |
$addon_group = 'installed';
|
299 |
}
|
300 |
|
@@ -303,7 +327,7 @@ class Addons extends Page {
|
|
303 |
}
|
304 |
|
305 |
if ( $addon_group === $group ) {
|
306 |
-
$grouped[ $group ]['addons'][] = $
|
307 |
}
|
308 |
}
|
309 |
|
@@ -315,7 +339,58 @@ class Addons extends Page {
|
|
315 |
return $grouped;
|
316 |
}
|
317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
public function display() {
|
|
|
319 |
|
320 |
foreach ( $this->get_grouped_addons() as $group_slug => $group ) : ?>
|
321 |
<div class="ac-addon group-<?php echo esc_attr( $group_slug ); ?>">
|
@@ -324,12 +399,12 @@ class Addons extends Page {
|
|
324 |
<ul>
|
325 |
<?php
|
326 |
foreach ( $group['addons'] as $addon ) :
|
327 |
-
/* @var
|
328 |
<li class="<?php echo esc_attr( $addon->get_slug() ); ?>">
|
329 |
<div class="addon-header">
|
330 |
<div class="inner">
|
331 |
<?php if ( $addon->get_logo() ) : ?>
|
332 |
-
<img src="<?php echo esc_attr( $addon->get_logo() ); ?>"/>
|
333 |
<?php else : ?>
|
334 |
<h2><?php echo esc_html( $addon->get_title() ); ?></h2>
|
335 |
<?php endif; ?>
|
@@ -343,28 +418,29 @@ class Addons extends Page {
|
|
343 |
<?php
|
344 |
|
345 |
// Installed..
|
346 |
-
if ( $addon->is_installed() ) :
|
347 |
|
348 |
// Active
|
349 |
-
if ( $addon->is_active() ) : ?>
|
350 |
<span class="active"><?php _e( 'Active', 'codepress-admin-columns' ); ?></span>
|
351 |
|
352 |
-
<?php if (
|
353 |
-
<a href="<?php echo esc_url( $
|
354 |
<?php endif;
|
355 |
// Not active
|
356 |
-
elseif (
|
357 |
-
<a href="<?php echo esc_url( $
|
358 |
<?php endif;
|
359 |
|
360 |
// Not installed...
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
<?php
|
367 |
-
endif;
|
|
|
368 |
?>
|
369 |
</div>
|
370 |
</li>
|
3 |
namespace AC\Admin\Page;
|
4 |
|
5 |
use AC;
|
|
|
6 |
use AC\Admin\Page;
|
7 |
use AC\Message\Notice;
|
8 |
use AC\PluginInformation;
|
21 |
public function register() {
|
22 |
add_action( 'admin_init', array( $this, 'handle_request' ) );
|
23 |
add_action( 'admin_init', array( $this, 'handle_install_request' ) );
|
24 |
+
add_action( 'admin_init', array( $this, 'page_notices' ) );
|
25 |
add_action( 'admin_enqueue_scripts', array( $this, 'admin_scripts' ) );
|
26 |
add_filter( 'wp_redirect', array( $this, 'redirect_after_status_change' ) );
|
27 |
}
|
28 |
|
29 |
+
public function page_notices() {
|
30 |
+
if ( ! current_user_can( AC\Capabilities::MANAGE ) || ! $this->is_current_screen() ) {
|
31 |
return;
|
32 |
}
|
33 |
|
34 |
+
if ( ! ac_is_pro_active() ) {
|
35 |
+
$link = ac_helper()->html->link( ac_get_site_utm_url( false, 'addon' ), __( 'Admin Columns Pro', 'codepress-admin-columns' ), array( 'target' => '_blank' ) );
|
|
|
36 |
|
37 |
+
$this->register_notice(
|
38 |
+
sprintf( __( 'All add-ons require %s.', 'codepress-admin-columns' ), $link ),
|
39 |
+
Notice::INFO
|
40 |
+
);
|
41 |
|
|
|
42 |
return;
|
43 |
}
|
44 |
|
45 |
+
foreach ( new AC\Integrations() as $integration ) {
|
46 |
+
$plugin = new PluginInformation( $integration->get_basename() );
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
+
if ( ! $plugin->is_active() || $integration->is_plugin_active() ) {
|
49 |
+
continue;
|
50 |
}
|
51 |
|
52 |
+
$link = sprintf( '<a href="%s">%s</a>', $integration->get_plugin_link(), $integration->get_title() );
|
53 |
|
54 |
+
$this->register_notice(
|
55 |
+
sprintf( __( '%s needs to be installed and active for the add-on to work.', 'codepress-admin-columns' ), $link ),
|
56 |
+
Notice::WARNING
|
57 |
+
);
|
58 |
}
|
59 |
}
|
60 |
|
68 |
}
|
69 |
|
70 |
$nonce = filter_input( INPUT_GET, '_ac_nonce' );
|
71 |
+
$slug = filter_input( INPUT_GET, 'plugin' );
|
72 |
$status = filter_input( INPUT_GET, 'status' );
|
73 |
|
74 |
+
if ( ! $slug || ! $status || ! wp_verify_nonce( $nonce, 'ac-plugin-status-change' ) ) {
|
75 |
return;
|
76 |
}
|
77 |
|
|
|
|
|
78 |
switch ( $status ) {
|
79 |
case 'activate' :
|
80 |
+
$this->show_activation_notice( $slug );
|
81 |
|
82 |
break;
|
83 |
case 'deactivate' :
|
84 |
+
$this->show_deactivation_notice( $slug );
|
85 |
|
86 |
break;
|
87 |
}
|
88 |
}
|
89 |
|
90 |
+
/**
|
91 |
+
* @param string $slug Plugin dirname
|
92 |
+
*/
|
93 |
+
private function show_activation_notice( $slug ) {
|
94 |
+
$integration = AC\IntegrationFactory::create_by_dirname( $slug );
|
|
|
|
|
|
|
95 |
|
96 |
+
if ( ! $integration ) {
|
97 |
+
return;
|
98 |
}
|
99 |
|
100 |
+
$plugin = new PluginInformation( $integration->get_basename() );
|
|
|
101 |
|
102 |
+
$plugin_name = '<strong>' . sprintf( __( '%s add-on', 'codepress-admin-columns' ), $integration->get_title() ) . '</strong>';
|
|
|
103 |
|
104 |
+
if ( $plugin->is_active() ) {
|
105 |
+
$this->register_notice(
|
106 |
+
sprintf( __( '%s successfully activated.', 'codepress-admin-columns' ), $plugin_name ),
|
107 |
+
Notice::SUCCESS
|
108 |
+
);
|
109 |
|
110 |
+
return;
|
111 |
+
}
|
112 |
|
113 |
+
$this->register_notice(
|
114 |
+
sprintf( __( '%s could not be activated.', 'codepress-admin-columns' ), $plugin_name ) . ' ' . sprintf( __( 'Please visit the %s page.', 'codepress-admin-columns' ), $this->get_plugins_link() ),
|
115 |
+
Notice::ERROR
|
116 |
+
);
|
117 |
+
}
|
118 |
|
119 |
+
/**
|
120 |
+
* @return string
|
121 |
+
*/
|
122 |
+
private function get_plugins_link() {
|
123 |
+
return ac_helper()->html->link( admin_url( 'plugins.php' ), strtolower( __( 'Plugins' ) ) );
|
124 |
+
}
|
125 |
|
126 |
+
/**
|
127 |
+
* @param string $slug Plugin dirname
|
128 |
+
*/
|
129 |
+
private function show_deactivation_notice( $slug ) {
|
130 |
+
$integration = AC\IntegrationFactory::create_by_dirname( $slug );
|
131 |
|
132 |
+
if ( ! $integration ) {
|
133 |
+
return;
|
134 |
}
|
135 |
|
136 |
+
$this->register_notice(
|
137 |
+
sprintf( __( '%s successfully deactivated.', 'codepress-admin-columns' ), '<strong>' . $integration->get_title() . '</strong>' )
|
138 |
+
);
|
139 |
}
|
140 |
|
141 |
/**
|
147 |
}
|
148 |
}
|
149 |
|
150 |
+
/**
|
151 |
+
* @param string $message
|
152 |
+
* @param string $type
|
153 |
+
*/
|
154 |
+
private function register_notice( $message, $type = '' ) {
|
155 |
+
$notice = new Notice( $message );
|
156 |
+
|
157 |
+
if ( $type ) {
|
158 |
+
$notice->set_type( $type );
|
159 |
+
}
|
160 |
+
|
161 |
+
$notice->register();
|
162 |
+
}
|
163 |
+
|
164 |
/**
|
165 |
* Handles the installation of the add-on
|
166 |
* @since 2.2
|
170 |
return;
|
171 |
}
|
172 |
|
173 |
+
$dirname = filter_input( INPUT_GET, 'plugin' );
|
|
|
174 |
|
175 |
+
if ( ! $dirname ) {
|
176 |
+
return;
|
|
|
|
|
|
|
|
|
|
|
177 |
}
|
178 |
|
179 |
+
if ( ! ac_is_pro_active() ) {
|
180 |
+
$this->register_notice( __( 'You need Admin Columns Pro.', 'codepress-admin-columns' ), Notice::ERROR );
|
181 |
+
|
182 |
+
return;
|
183 |
+
}
|
184 |
+
|
185 |
+
$integration = AC\IntegrationFactory::create_by_dirname( $dirname );
|
186 |
+
|
187 |
+
if ( ! $integration ) {
|
188 |
+
$this->register_notice( __( 'Addon does not exist.', 'codepress-admin-columns' ), Notice::ERROR );
|
189 |
+
|
190 |
+
return;
|
191 |
+
}
|
192 |
+
|
193 |
+
$error_message = apply_filters( 'ac/addons/install_request/maybe_error', false, $integration->get_slug() );
|
194 |
+
|
195 |
+
if ( $error_message ) {
|
196 |
+
$this->register_notice( $error_message, Notice::ERROR );
|
197 |
|
198 |
return;
|
199 |
}
|
200 |
|
201 |
$install_url = add_query_arg( array(
|
202 |
'action' => 'install-plugin',
|
203 |
+
'plugin' => $integration->get_slug(),
|
204 |
'ac-redirect' => true,
|
205 |
+
), wp_nonce_url( self_admin_url( 'update.php' ), 'install-plugin_' . $integration->get_slug() ) );
|
206 |
|
207 |
wp_redirect( $install_url );
|
208 |
exit;
|
229 |
return $location;
|
230 |
}
|
231 |
|
232 |
+
$integration = AC\IntegrationFactory::create( filter_input( INPUT_GET, 'plugin' ) );
|
233 |
|
234 |
+
if ( ! $integration ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
return $location;
|
236 |
}
|
237 |
|
238 |
$location = add_query_arg( array(
|
239 |
'status' => $status,
|
240 |
+
'plugin' => $integration->get_slug(),
|
241 |
'_ac_nonce' => wp_create_nonce( 'ac-plugin-status-change' ),
|
242 |
), $this->get_link() );
|
243 |
|
273 |
public function get_group( $name ) {
|
274 |
$groups = $this->get_addon_groups();
|
275 |
|
276 |
+
if ( ! $groups ) {
|
277 |
return false;
|
278 |
}
|
279 |
|
280 |
return $groups[ $name ];
|
281 |
}
|
282 |
|
283 |
+
/**
|
284 |
+
* @param string $basename
|
285 |
+
*
|
286 |
+
* @return PluginInformation
|
287 |
+
*/
|
288 |
+
private function get_plugin_info( $basename ) {
|
289 |
+
return new PluginInformation( $basename );
|
290 |
+
}
|
291 |
+
|
292 |
/**
|
293 |
* Group a list of add-ons
|
294 |
* @since 3.0
|
298 |
$active = array();
|
299 |
$inactive = array();
|
300 |
|
301 |
+
foreach ( new AC\Integrations() as $integration ) {
|
302 |
+
if ( $this->get_plugin_info( $integration->get_basename() )->is_active() ) {
|
303 |
+
$active[] = $integration;
|
304 |
} else {
|
305 |
+
$inactive[] = $integration;
|
306 |
}
|
307 |
}
|
308 |
|
309 |
+
/* @var AC\Integration[] $sorted */
|
310 |
$sorted = array_merge( $active, $inactive );
|
311 |
|
312 |
$grouped = array();
|
313 |
foreach ( $this->get_addon_groups() as $group => $label ) {
|
314 |
+
foreach ( $sorted as $integration ) {
|
315 |
$addon_group = 'default';
|
316 |
|
317 |
+
if ( $this->get_plugin_info( $integration->get_basename() )->is_active() ) {
|
318 |
$addon_group = 'recommended';
|
319 |
}
|
320 |
|
321 |
+
if ( $this->get_plugin_info( $integration->get_basename() )->is_installed() ) {
|
322 |
$addon_group = 'installed';
|
323 |
}
|
324 |
|
327 |
}
|
328 |
|
329 |
if ( $addon_group === $group ) {
|
330 |
+
$grouped[ $group ]['addons'][] = $integration;
|
331 |
}
|
332 |
}
|
333 |
|
339 |
return $grouped;
|
340 |
}
|
341 |
|
342 |
+
/**
|
343 |
+
* Activate plugin
|
344 |
+
*
|
345 |
+
* @param $basename
|
346 |
+
*
|
347 |
+
* @return string
|
348 |
+
*/
|
349 |
+
private function get_activation_url( $basename ) {
|
350 |
+
return $this->get_plugin_action_url( 'activate', $basename );
|
351 |
+
}
|
352 |
+
|
353 |
+
/**
|
354 |
+
* Deactivate plugin
|
355 |
+
*
|
356 |
+
* @param $basename
|
357 |
+
*
|
358 |
+
* @return string
|
359 |
+
*/
|
360 |
+
private function get_deactivation_url( $basename ) {
|
361 |
+
return $this->get_plugin_action_url( 'deactivate', $basename );
|
362 |
+
}
|
363 |
+
|
364 |
+
/**
|
365 |
+
* Activate or Deactivate plugin
|
366 |
+
*
|
367 |
+
* @param string $action
|
368 |
+
* @param string $basename
|
369 |
+
*
|
370 |
+
* @return string
|
371 |
+
*/
|
372 |
+
private function get_plugin_action_url( $action, $basename ) {
|
373 |
+
return add_query_arg( array(
|
374 |
+
'action' => $action,
|
375 |
+
'plugin' => $basename,
|
376 |
+
'ac-redirect' => true,
|
377 |
+
), wp_nonce_url( admin_url( 'plugins.php' ), $action . '-plugin_' . $basename ) );
|
378 |
+
}
|
379 |
+
|
380 |
+
/**
|
381 |
+
* @param string $slug
|
382 |
+
*
|
383 |
+
* @return string
|
384 |
+
*/
|
385 |
+
private function get_plugin_install_url( $slug ) {
|
386 |
+
return add_query_arg( array(
|
387 |
+
'action' => 'install',
|
388 |
+
'plugin' => $slug,
|
389 |
+
), wp_nonce_url( $this->get_link(), 'install-ac-addon' ) );
|
390 |
+
}
|
391 |
+
|
392 |
public function display() {
|
393 |
+
$user_has_rights = current_user_can( 'activate_plugins' );
|
394 |
|
395 |
foreach ( $this->get_grouped_addons() as $group_slug => $group ) : ?>
|
396 |
<div class="ac-addon group-<?php echo esc_attr( $group_slug ); ?>">
|
399 |
<ul>
|
400 |
<?php
|
401 |
foreach ( $group['addons'] as $addon ) :
|
402 |
+
/* @var AC\Integration $addon */ ?>
|
403 |
<li class="<?php echo esc_attr( $addon->get_slug() ); ?>">
|
404 |
<div class="addon-header">
|
405 |
<div class="inner">
|
406 |
<?php if ( $addon->get_logo() ) : ?>
|
407 |
+
<img src="<?php echo AC()->get_url() . esc_attr( $addon->get_logo() ); ?>"/>
|
408 |
<?php else : ?>
|
409 |
<h2><?php echo esc_html( $addon->get_title() ); ?></h2>
|
410 |
<?php endif; ?>
|
418 |
<?php
|
419 |
|
420 |
// Installed..
|
421 |
+
if ( $this->get_plugin_info( $addon->get_basename() )->is_installed() ) :
|
422 |
|
423 |
// Active
|
424 |
+
if ( $this->get_plugin_info( $addon->get_basename() )->is_active() ) : ?>
|
425 |
<span class="active"><?php _e( 'Active', 'codepress-admin-columns' ); ?></span>
|
426 |
|
427 |
+
<?php if ( $user_has_rights ) : ?>
|
428 |
+
<a href="<?php echo esc_url( $this->get_deactivation_url( $addon->get_basename() ) ); ?>" class="button right"><?php _e( 'Deactivate', 'codepress-admin-columns' ); ?></a>
|
429 |
<?php endif;
|
430 |
// Not active
|
431 |
+
elseif ( $user_has_rights ) : ?>
|
432 |
+
<a href="<?php echo esc_url( $this->get_activation_url( $addon->get_basename() ) ); ?>" class="button button-primary right"><?php _e( 'Activate', 'codepress-admin-columns' ); ?></a>
|
433 |
<?php endif;
|
434 |
|
435 |
// Not installed...
|
436 |
+
elseif ( ac_is_pro_active() && current_user_can( 'install_plugins' ) ) : ?>
|
437 |
+
<a href="<?php echo esc_url( $this->get_plugin_install_url( $addon->get_slug() ) ); ?>" class="button">
|
438 |
+
<?php esc_html_e( 'Download & Install', 'codepress-admin-columns' ); ?>
|
439 |
+
</a>
|
440 |
+
<?php else : ?>
|
441 |
+
<a target="_blank" href="<?php echo esc_url( $addon->get_link() ); ?>" class="button"><?php esc_html_e( 'Get this add-on', 'codepress-admin-columns' ); ?></a>
|
442 |
+
<?php endif;
|
443 |
+
|
444 |
?>
|
445 |
</div>
|
446 |
</li>
|
classes/Admin/Page/Columns.php
CHANGED
@@ -8,9 +8,11 @@ use AC\Admin\Promo;
|
|
8 |
use AC\Autoloader;
|
9 |
use AC\Capabilities;
|
10 |
use AC\Column;
|
|
|
11 |
use AC\ListScreen;
|
12 |
use AC\ListScreenFactory;
|
13 |
use AC\ListScreenGroups;
|
|
|
14 |
use AC\Preferences;
|
15 |
use AC\Settings;
|
16 |
|
@@ -428,6 +430,23 @@ class Columns extends Page {
|
|
428 |
return apply_filters( 'ac/read_only_message', $message, $list_screen );
|
429 |
}
|
430 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
/**
|
432 |
* Display
|
433 |
*/
|
@@ -536,12 +555,17 @@ class Columns extends Page {
|
|
536 |
|
537 |
</ul>
|
538 |
|
539 |
-
<?php
|
|
|
|
|
|
|
540 |
<strong><?php _e( 'Extra Columns for:', 'codepress-admin-columns' ); ?></strong>
|
541 |
<ul>
|
542 |
-
<?php foreach ( $
|
543 |
<li class="acp-integration">
|
544 |
-
<a href="<?php echo esc_url( $
|
|
|
|
|
545 |
</li>
|
546 |
<?php endforeach; ?>
|
547 |
</ul>
|
@@ -907,11 +931,11 @@ class Columns extends Page {
|
|
907 |
}
|
908 |
|
909 |
?>
|
910 |
-
<div class="ac-modal" id="ac-modal-pro">
|
911 |
<div class="ac-modal__dialog -mascot">
|
912 |
<div class="ac-modal__dialog__header">
|
913 |
<?php _e( 'Do you like Admin Columns?', 'codepress-admin-columns' ); ?>
|
914 |
-
<button class="ac-modal__dialog__close">
|
915 |
<span class="dashicons dashicons-no"></span>
|
916 |
</button>
|
917 |
</div>
|
8 |
use AC\Autoloader;
|
9 |
use AC\Capabilities;
|
10 |
use AC\Column;
|
11 |
+
use AC\Integrations;
|
12 |
use AC\ListScreen;
|
13 |
use AC\ListScreenFactory;
|
14 |
use AC\ListScreenGroups;
|
15 |
+
use AC\PluginInformation;
|
16 |
use AC\Preferences;
|
17 |
use AC\Settings;
|
18 |
|
430 |
return apply_filters( 'ac/read_only_message', $message, $list_screen );
|
431 |
}
|
432 |
|
433 |
+
/**
|
434 |
+
* @return \AC\Integration[]
|
435 |
+
*/
|
436 |
+
private function get_missing_integrations() {
|
437 |
+
$missing = array();
|
438 |
+
|
439 |
+
foreach ( new Integrations() as $integration ) {
|
440 |
+
$integration_plugin = new PluginInformation( $integration->get_basename() );
|
441 |
+
|
442 |
+
if ( $integration->is_plugin_active() && ! $integration_plugin->is_active() ) {
|
443 |
+
$missing[] = $integration;
|
444 |
+
}
|
445 |
+
}
|
446 |
+
|
447 |
+
return $missing;
|
448 |
+
}
|
449 |
+
|
450 |
/**
|
451 |
* Display
|
452 |
*/
|
555 |
|
556 |
</ul>
|
557 |
|
558 |
+
<?php
|
559 |
+
$integrations = $this->get_missing_integrations();
|
560 |
+
|
561 |
+
if ( $integrations ) : ?>
|
562 |
<strong><?php _e( 'Extra Columns for:', 'codepress-admin-columns' ); ?></strong>
|
563 |
<ul>
|
564 |
+
<?php foreach ( $integrations as $integration ) : ?>
|
565 |
<li class="acp-integration">
|
566 |
+
<a href="<?php echo esc_url( $integration->get_link() ); ?>" target="_blank">
|
567 |
+
<strong><?php echo $integration->get_title(); ?></strong>
|
568 |
+
</a>
|
569 |
</li>
|
570 |
<?php endforeach; ?>
|
571 |
</ul>
|
931 |
}
|
932 |
|
933 |
?>
|
934 |
+
<div class="ac-modal -pro" id="ac-modal-pro">
|
935 |
<div class="ac-modal__dialog -mascot">
|
936 |
<div class="ac-modal__dialog__header">
|
937 |
<?php _e( 'Do you like Admin Columns?', 'codepress-admin-columns' ); ?>
|
938 |
+
<button class="ac-modal__dialog__close" data-dismiss="modal">
|
939 |
<span class="dashicons dashicons-no"></span>
|
940 |
</button>
|
941 |
</div>
|
classes/Admin/Page/Settings.php
CHANGED
@@ -10,7 +10,6 @@ use AC\Message;
|
|
10 |
class Settings extends Page {
|
11 |
|
12 |
const SETTINGS_NAME = 'cpac_general_options';
|
13 |
-
|
14 |
const SETTINGS_GROUP = 'cpac-general-settings';
|
15 |
|
16 |
public function __construct() {
|
@@ -110,9 +109,8 @@ class Settings extends Page {
|
|
110 |
if ( $this->verify_nonce( 'restore-all' ) ) {
|
111 |
$this->delete_all_column_settings();
|
112 |
|
113 |
-
$notice = new Message\Notice();
|
114 |
-
$notice->
|
115 |
-
->register();
|
116 |
}
|
117 |
|
118 |
break;
|
10 |
class Settings extends Page {
|
11 |
|
12 |
const SETTINGS_NAME = 'cpac_general_options';
|
|
|
13 |
const SETTINGS_GROUP = 'cpac-general-settings';
|
14 |
|
15 |
public function __construct() {
|
109 |
if ( $this->verify_nonce( 'restore-all' ) ) {
|
110 |
$this->delete_all_column_settings();
|
111 |
|
112 |
+
$notice = new Message\Notice( __( 'Default settings successfully restored.', 'codepress-admin-columns' ) );
|
113 |
+
$notice->register();
|
|
|
114 |
}
|
115 |
|
116 |
break;
|
classes/AdminColumns.php
CHANGED
@@ -26,11 +26,6 @@ class AdminColumns extends Plugin {
|
|
26 |
*/
|
27 |
private $api;
|
28 |
|
29 |
-
/**
|
30 |
-
* @var Admin\Addons
|
31 |
-
*/
|
32 |
-
private $addons;
|
33 |
-
|
34 |
/**
|
35 |
* @var ListScreen[]
|
36 |
*/
|
@@ -56,15 +51,11 @@ class AdminColumns extends Plugin {
|
|
56 |
* @since 1.0
|
57 |
*/
|
58 |
private function __construct() {
|
59 |
-
// Third Party
|
60 |
new ThirdParty\ACF();
|
61 |
new ThirdParty\NinjaForms();
|
62 |
new ThirdParty\WooCommerce();
|
63 |
new ThirdParty\WPML();
|
64 |
|
65 |
-
// Init
|
66 |
-
$this->addons = new Admin\Addons();
|
67 |
-
|
68 |
$this->api = new API();
|
69 |
|
70 |
$this->admin = new Admin();
|
@@ -85,6 +76,8 @@ class AdminColumns extends Plugin {
|
|
85 |
add_action( 'ac/screen', array( $this, 'init_table_on_screen' ) );
|
86 |
add_action( 'ac/screen/quick_edit', array( $this, 'init_table_on_quick_edit' ) );
|
87 |
add_action( 'wp_ajax_ac_get_column_value', array( $this, 'table_ajax_value' ) );
|
|
|
|
|
88 |
}
|
89 |
|
90 |
/**
|
@@ -153,9 +146,12 @@ class AdminColumns extends Plugin {
|
|
153 |
public function notice_checks() {
|
154 |
$checks = array(
|
155 |
new Check\Review(),
|
156 |
-
new Check\AddonAvailable(),
|
157 |
);
|
158 |
|
|
|
|
|
|
|
|
|
159 |
foreach ( $checks as $check ) {
|
160 |
$check->register();
|
161 |
}
|
@@ -179,7 +175,7 @@ class AdminColumns extends Plugin {
|
|
179 |
* @return string
|
180 |
*/
|
181 |
public function get_version() {
|
182 |
-
return
|
183 |
}
|
184 |
|
185 |
/**
|
@@ -237,14 +233,6 @@ class AdminColumns extends Plugin {
|
|
237 |
return $this->admin;
|
238 |
}
|
239 |
|
240 |
-
/**
|
241 |
-
* @since 2.2
|
242 |
-
* @return Admin\Addons Add-ons class instance
|
243 |
-
*/
|
244 |
-
public function addons() {
|
245 |
-
return $this->addons;
|
246 |
-
}
|
247 |
-
|
248 |
/**
|
249 |
* @return Table\Screen Returns the screen manager for the list table
|
250 |
*/
|
@@ -279,9 +267,13 @@ class AdminColumns extends Plugin {
|
|
279 |
|
280 |
/**
|
281 |
* @param ListScreen $list_screen
|
|
|
|
|
282 |
*/
|
283 |
public function register_list_screen( ListScreen $list_screen ) {
|
284 |
$this->list_screens[ $list_screen->get_key() ] = $list_screen;
|
|
|
|
|
285 |
}
|
286 |
|
287 |
/**
|
@@ -428,4 +420,15 @@ class AdminColumns extends Plugin {
|
|
428 |
return ac_helper();
|
429 |
}
|
430 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
}
|
26 |
*/
|
27 |
private $api;
|
28 |
|
|
|
|
|
|
|
|
|
|
|
29 |
/**
|
30 |
* @var ListScreen[]
|
31 |
*/
|
51 |
* @since 1.0
|
52 |
*/
|
53 |
private function __construct() {
|
|
|
54 |
new ThirdParty\ACF();
|
55 |
new ThirdParty\NinjaForms();
|
56 |
new ThirdParty\WooCommerce();
|
57 |
new ThirdParty\WPML();
|
58 |
|
|
|
|
|
|
|
59 |
$this->api = new API();
|
60 |
|
61 |
$this->admin = new Admin();
|
76 |
add_action( 'ac/screen', array( $this, 'init_table_on_screen' ) );
|
77 |
add_action( 'ac/screen/quick_edit', array( $this, 'init_table_on_quick_edit' ) );
|
78 |
add_action( 'wp_ajax_ac_get_column_value', array( $this, 'table_ajax_value' ) );
|
79 |
+
|
80 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'add_global_javascript_var' ), 1 );
|
81 |
}
|
82 |
|
83 |
/**
|
146 |
public function notice_checks() {
|
147 |
$checks = array(
|
148 |
new Check\Review(),
|
|
|
149 |
);
|
150 |
|
151 |
+
foreach ( new Integrations() as $integration ) {
|
152 |
+
$checks[] = new Check\AddonAvailable( $integration );
|
153 |
+
}
|
154 |
+
|
155 |
foreach ( $checks as $check ) {
|
156 |
$check->register();
|
157 |
}
|
175 |
* @return string
|
176 |
*/
|
177 |
public function get_version() {
|
178 |
+
return AC_VERSION;
|
179 |
}
|
180 |
|
181 |
/**
|
233 |
return $this->admin;
|
234 |
}
|
235 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
/**
|
237 |
* @return Table\Screen Returns the screen manager for the list table
|
238 |
*/
|
267 |
|
268 |
/**
|
269 |
* @param ListScreen $list_screen
|
270 |
+
*
|
271 |
+
* @return self
|
272 |
*/
|
273 |
public function register_list_screen( ListScreen $list_screen ) {
|
274 |
$this->list_screens[ $list_screen->get_key() ] = $list_screen;
|
275 |
+
|
276 |
+
return $this;
|
277 |
}
|
278 |
|
279 |
/**
|
420 |
return ac_helper();
|
421 |
}
|
422 |
|
423 |
+
/**
|
424 |
+
* Add a global JS var that ideally contains all AC and ACP API methods
|
425 |
+
*/
|
426 |
+
public function add_global_javascript_var() {
|
427 |
+
?>
|
428 |
+
<script>
|
429 |
+
var AdminColumns = {};
|
430 |
+
</script>
|
431 |
+
<?php
|
432 |
+
}
|
433 |
+
|
434 |
}
|
classes/Ajax/Handler.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
namespace AC\Ajax;
|
4 |
|
5 |
-
use
|
6 |
|
7 |
class Handler {
|
8 |
|
@@ -23,15 +23,15 @@ class Handler {
|
|
23 |
}
|
24 |
|
25 |
/**
|
26 |
-
* @throws
|
27 |
*/
|
28 |
public function register() {
|
29 |
if ( ! $this->get_action() ) {
|
30 |
-
throw new
|
31 |
}
|
32 |
|
33 |
if ( ! $this->get_callback() ) {
|
34 |
-
throw new
|
35 |
}
|
36 |
|
37 |
add_action( 'wp_ajax_' . $this->get_action(), $this->get_callback() );
|
2 |
|
3 |
namespace AC\Ajax;
|
4 |
|
5 |
+
use LogicException;
|
6 |
|
7 |
class Handler {
|
8 |
|
23 |
}
|
24 |
|
25 |
/**
|
26 |
+
* @throws LogicException
|
27 |
*/
|
28 |
public function register() {
|
29 |
if ( ! $this->get_action() ) {
|
30 |
+
throw new LogicException( 'Action parameter is missing.' );
|
31 |
}
|
32 |
|
33 |
if ( ! $this->get_callback() ) {
|
34 |
+
throw new LogicException( 'Callback is missing.' );
|
35 |
}
|
36 |
|
37 |
add_action( 'wp_ajax_' . $this->get_action(), $this->get_callback() );
|
classes/ArrayIterator.php
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
use Iterator;
|
6 |
+
|
7 |
+
class ArrayIterator
|
8 |
+
implements Iterator {
|
9 |
+
|
10 |
+
/**
|
11 |
+
* @var array
|
12 |
+
*/
|
13 |
+
protected $array;
|
14 |
+
|
15 |
+
/**
|
16 |
+
* @param array $array
|
17 |
+
*/
|
18 |
+
public function __construct( array $array ) {
|
19 |
+
$this->array = $array;
|
20 |
+
}
|
21 |
+
|
22 |
+
/**
|
23 |
+
* @inheritDoc
|
24 |
+
*/
|
25 |
+
public function current() {
|
26 |
+
return current( $this->array );
|
27 |
+
}
|
28 |
+
|
29 |
+
/**
|
30 |
+
* @inheritDoc
|
31 |
+
*/
|
32 |
+
public function next() {
|
33 |
+
return next( $this->array );
|
34 |
+
}
|
35 |
+
|
36 |
+
/**
|
37 |
+
* @inheritDoc
|
38 |
+
*/
|
39 |
+
public function key() {
|
40 |
+
return key( $this->array );
|
41 |
+
}
|
42 |
+
|
43 |
+
/**
|
44 |
+
* @inheritDoc
|
45 |
+
*/
|
46 |
+
public function valid() {
|
47 |
+
return $this->key() !== null;
|
48 |
+
}
|
49 |
+
|
50 |
+
/**
|
51 |
+
* @inheritDoc
|
52 |
+
*/
|
53 |
+
public function rewind() {
|
54 |
+
return reset( $this->array );
|
55 |
+
}
|
56 |
+
|
57 |
+
/**
|
58 |
+
* @param string $offset
|
59 |
+
*
|
60 |
+
* @return false|mixed
|
61 |
+
*/
|
62 |
+
public function get_offset( $offset ) {
|
63 |
+
if ( ! $this->has_offset( $offset ) ) {
|
64 |
+
return false;
|
65 |
+
}
|
66 |
+
|
67 |
+
return $this->array[ $offset ];
|
68 |
+
}
|
69 |
+
|
70 |
+
/**
|
71 |
+
* @param string $offset
|
72 |
+
*
|
73 |
+
* @return bool
|
74 |
+
*/
|
75 |
+
public function has_offset( $offset ) {
|
76 |
+
return array_key_exists( $offset, $this->array );
|
77 |
+
}
|
78 |
+
|
79 |
+
/**
|
80 |
+
* @param $value
|
81 |
+
*
|
82 |
+
* @return false|int|string
|
83 |
+
*/
|
84 |
+
public function search( $value ) {
|
85 |
+
return array_search( $value, $this->array );
|
86 |
+
}
|
87 |
+
|
88 |
+
/**
|
89 |
+
* @return int
|
90 |
+
*/
|
91 |
+
public function count() {
|
92 |
+
return count( $this->array );
|
93 |
+
}
|
94 |
+
|
95 |
+
/**
|
96 |
+
* @return array
|
97 |
+
*/
|
98 |
+
public function get_copy() {
|
99 |
+
$copy = $this->array;
|
100 |
+
|
101 |
+
reset( $copy );
|
102 |
+
|
103 |
+
return $copy;
|
104 |
+
}
|
105 |
+
|
106 |
+
}
|
classes/Check/AddonAvailable.php
CHANGED
@@ -4,14 +4,26 @@ namespace AC\Check;
|
|
4 |
|
5 |
use AC\Ajax;
|
6 |
use AC\Capabilities;
|
7 |
-
use AC\
|
|
|
|
|
8 |
use AC\Preferences;
|
9 |
use AC\Registrable;
|
10 |
use AC\Screen;
|
11 |
|
12 |
-
class AddonAvailable
|
13 |
implements Registrable {
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
/**
|
16 |
* @throws \Exception
|
17 |
*/
|
@@ -26,9 +38,9 @@ class AddonAvailable
|
|
26 |
*/
|
27 |
private function get_ajax_handler() {
|
28 |
$handler = new Ajax\Handler();
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
|
33 |
return $handler;
|
34 |
}
|
@@ -36,8 +48,8 @@ class AddonAvailable
|
|
36 |
/**
|
37 |
* @return Preferences\User
|
38 |
*/
|
39 |
-
|
40 |
-
return new Preferences\User( 'check-addon-available' );
|
41 |
}
|
42 |
|
43 |
/**
|
@@ -52,41 +64,32 @@ class AddonAvailable
|
|
52 |
* @param Screen $screen
|
53 |
*/
|
54 |
public function display( Screen $screen ) {
|
55 |
-
if ( ! current_user_can( Capabilities::MANAGE )
|
|
|
|
|
|
|
|
|
56 |
return;
|
57 |
}
|
58 |
|
59 |
-
|
60 |
-
return;
|
61 |
-
}
|
62 |
|
63 |
-
|
64 |
-
|
65 |
-
foreach ( AC()->addons()->get_addons() as $addon ) {
|
66 |
-
if ( ! $addon->is_plugin_active() ) {
|
67 |
-
continue;
|
68 |
-
}
|
69 |
-
|
70 |
-
if ( $addon->is_active() ) {
|
71 |
-
continue;
|
72 |
-
}
|
73 |
-
|
74 |
-
if ( ! $screen->is_list_screen() && ! $screen->is_admin_screen() && ! $addon->is_notice_screen() ) {
|
75 |
-
continue;
|
76 |
-
}
|
77 |
-
|
78 |
-
$titles[] = '<strong>' . $addon->get_title() . '</strong>';
|
79 |
-
}
|
80 |
-
|
81 |
-
if ( ! $titles ) {
|
82 |
return;
|
83 |
}
|
84 |
|
85 |
-
$message = sprintf(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
-
$notice = new
|
88 |
-
$notice->
|
89 |
-
->register();
|
90 |
}
|
91 |
|
92 |
}
|
4 |
|
5 |
use AC\Ajax;
|
6 |
use AC\Capabilities;
|
7 |
+
use AC\Integration;
|
8 |
+
use AC\Message\Notice\Dismissible;
|
9 |
+
use AC\PluginInformation;
|
10 |
use AC\Preferences;
|
11 |
use AC\Registrable;
|
12 |
use AC\Screen;
|
13 |
|
14 |
+
final class AddonAvailable
|
15 |
implements Registrable {
|
16 |
|
17 |
+
/** @var Integration */
|
18 |
+
private $integration;
|
19 |
+
|
20 |
+
/**
|
21 |
+
* @param Integration $integration
|
22 |
+
*/
|
23 |
+
public function __construct( Integration $integration ) {
|
24 |
+
$this->integration = $integration;
|
25 |
+
}
|
26 |
+
|
27 |
/**
|
28 |
* @throws \Exception
|
29 |
*/
|
38 |
*/
|
39 |
private function get_ajax_handler() {
|
40 |
$handler = new Ajax\Handler();
|
41 |
+
$handler
|
42 |
+
->set_action( 'ac_dismiss_notice_addon_' . $this->integration->get_slug() )
|
43 |
+
->set_callback( array( $this, 'ajax_dismiss_notice' ) );
|
44 |
|
45 |
return $handler;
|
46 |
}
|
48 |
/**
|
49 |
* @return Preferences\User
|
50 |
*/
|
51 |
+
private function get_preferences() {
|
52 |
+
return new Preferences\User( 'check-addon-available-' . $this->integration->get_slug() );
|
53 |
}
|
54 |
|
55 |
/**
|
64 |
* @param Screen $screen
|
65 |
*/
|
66 |
public function display( Screen $screen ) {
|
67 |
+
if ( ! current_user_can( Capabilities::MANAGE )
|
68 |
+
|| ! $this->integration->show_notice( $screen )
|
69 |
+
|| ! $this->integration->is_plugin_active()
|
70 |
+
|| $this->get_preferences()->get( 'dismiss-notice' )
|
71 |
+
) {
|
72 |
return;
|
73 |
}
|
74 |
|
75 |
+
$integration_info = new PluginInformation( $this->integration->get_basename() );
|
|
|
|
|
76 |
|
77 |
+
if ( $integration_info->is_active() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
return;
|
79 |
}
|
80 |
|
81 |
+
$message = sprintf(
|
82 |
+
__( 'Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!', 'codepress-admin-columns' ),
|
83 |
+
sprintf( '<strong>%s</strong>', $this->integration->get_title() ),
|
84 |
+
ac_helper()->html->link(
|
85 |
+
AC()->admin()->get_link( 'addons' ),
|
86 |
+
__( 'the addons page', 'codepress-admin-columns' )
|
87 |
+
)
|
88 |
+
);
|
89 |
+
|
90 |
|
91 |
+
$notice = new Dismissible( $message, $this->get_ajax_handler() );
|
92 |
+
$notice->register();
|
|
|
93 |
}
|
94 |
|
95 |
}
|
classes/Check/Review.php
CHANGED
@@ -59,10 +59,10 @@ class Review
|
|
59 |
|
60 |
wp_enqueue_script( 'ac-notice-review', AC()->get_url() . 'assets/js/message-review.js', array( 'jquery' ), AC()->get_version() );
|
61 |
|
62 |
-
$notice = new Message\Notice\Dismissible( $this->get_ajax_handler() );
|
63 |
-
$notice
|
64 |
-
|
65 |
-
|
66 |
}
|
67 |
|
68 |
/**
|
@@ -70,8 +70,9 @@ class Review
|
|
70 |
*/
|
71 |
protected function get_ajax_handler() {
|
72 |
$handler = new Ajax\Handler();
|
73 |
-
$handler
|
74 |
-
|
|
|
75 |
|
76 |
return $handler;
|
77 |
}
|
59 |
|
60 |
wp_enqueue_script( 'ac-notice-review', AC()->get_url() . 'assets/js/message-review.js', array( 'jquery' ), AC()->get_version() );
|
61 |
|
62 |
+
$notice = new Message\Notice\Dismissible( $this->get_message(), $this->get_ajax_handler() );
|
63 |
+
$notice
|
64 |
+
->set_id( 'review' )
|
65 |
+
->register();
|
66 |
}
|
67 |
|
68 |
/**
|
70 |
*/
|
71 |
protected function get_ajax_handler() {
|
72 |
$handler = new Ajax\Handler();
|
73 |
+
$handler
|
74 |
+
->set_action( 'ac_check_review_dismiss_notice' )
|
75 |
+
->set_callback( array( $this, 'ajax_dismiss_notice' ) );
|
76 |
|
77 |
return $handler;
|
78 |
}
|
classes/Column.php
CHANGED
@@ -334,7 +334,7 @@ class Column {
|
|
334 |
* Enqueue CSS + JavaScript on the admin listings screen!
|
335 |
* This action is called in the admin_head action on the listings screen where your column values are displayed.
|
336 |
* Use this action to add CSS + JavaScript
|
337 |
-
* @since
|
338 |
*/
|
339 |
public function scripts() {
|
340 |
// Overwrite in child class
|
334 |
* Enqueue CSS + JavaScript on the admin listings screen!
|
335 |
* This action is called in the admin_head action on the listings screen where your column values are displayed.
|
336 |
* Use this action to add CSS + JavaScript
|
337 |
+
* @since 2.3.4
|
338 |
*/
|
339 |
public function scripts() {
|
340 |
// Overwrite in child class
|
classes/Column/Comment/Comment.php
CHANGED
@@ -10,8 +10,8 @@ use AC\Column;
|
|
10 |
class Comment extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
-
$this->set_original( true )
|
14 |
-
|
15 |
}
|
16 |
|
17 |
}
|
10 |
class Comment extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
+
$this->set_original( true )
|
14 |
+
->set_type( 'comment' );
|
15 |
}
|
16 |
|
17 |
}
|
classes/Column/Comment/Date.php
CHANGED
@@ -10,8 +10,8 @@ use AC\Column;
|
|
10 |
class Date extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
-
$this->set_original( true )
|
14 |
-
|
15 |
}
|
16 |
|
17 |
public function register_settings() {
|
10 |
class Date extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
+
$this->set_original( true )
|
14 |
+
->set_type( 'date' );
|
15 |
}
|
16 |
|
17 |
public function register_settings() {
|
classes/Column/Comment/DateGmt.php
CHANGED
@@ -10,8 +10,8 @@ use AC\Column;
|
|
10 |
class DateGmt extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
-
$this->set_type( 'column-date_gmt' )
|
14 |
-
|
15 |
}
|
16 |
|
17 |
public function get_value( $id ) {
|
10 |
class DateGmt extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
+
$this->set_type( 'column-date_gmt' )
|
14 |
+
->set_label( __( 'Date GMT', 'codepress-admin-columns' ) );
|
15 |
}
|
16 |
|
17 |
public function get_value( $id ) {
|
classes/Column/Comment/Excerpt.php
CHANGED
@@ -11,8 +11,8 @@ use AC\Column;
|
|
11 |
class Excerpt extends Column {
|
12 |
|
13 |
public function __construct() {
|
14 |
-
$this->set_type( 'column-excerpt' )
|
15 |
-
|
16 |
}
|
17 |
|
18 |
public function get_raw_value( $id ) {
|
11 |
class Excerpt extends Column {
|
12 |
|
13 |
public function __construct() {
|
14 |
+
$this->set_type( 'column-excerpt' )
|
15 |
+
->set_label( __( 'Content', 'codepress-admin-columns' ) );
|
16 |
}
|
17 |
|
18 |
public function get_raw_value( $id ) {
|
classes/Column/Comment/ID.php
CHANGED
@@ -10,8 +10,8 @@ use AC\Column;
|
|
10 |
class ID extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
-
$this->set_type( 'column-comment_id' )
|
14 |
-
|
15 |
}
|
16 |
|
17 |
public function get_value( $id ) {
|
10 |
class ID extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
+
$this->set_type( 'column-comment_id' )
|
14 |
+
->set_label( __( 'ID', 'codepress-admin-columns' ) );
|
15 |
}
|
16 |
|
17 |
public function get_value( $id ) {
|
classes/Column/CustomField.php
CHANGED
@@ -34,7 +34,6 @@ class CustomField extends Column\Meta {
|
|
34 |
->add_setting( new Settings\Column\Pro\Filtering( $this ) )
|
35 |
->add_setting( new Settings\Column\Pro\Export( $this ) );
|
36 |
}
|
37 |
-
|
38 |
}
|
39 |
|
40 |
/**
|
34 |
->add_setting( new Settings\Column\Pro\Filtering( $this ) )
|
35 |
->add_setting( new Settings\Column\Pro\Export( $this ) );
|
36 |
}
|
|
|
37 |
}
|
38 |
|
39 |
/**
|
classes/Column/Placeholder.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
namespace AC\Column;
|
4 |
|
5 |
-
use AC\Admin\Addon;
|
6 |
use AC\Column;
|
|
|
7 |
|
8 |
/**
|
9 |
* ACF Placeholder column, holding a CTA for Admin Columns Pro.
|
@@ -12,19 +12,23 @@ use AC\Column;
|
|
12 |
class Placeholder extends Column {
|
13 |
|
14 |
/**
|
15 |
-
* @var
|
16 |
*/
|
17 |
-
private $
|
18 |
|
19 |
/**
|
20 |
-
* @param
|
|
|
|
|
21 |
*/
|
22 |
-
public function
|
23 |
-
$this->
|
|
|
|
|
24 |
|
25 |
-
$this->
|
26 |
-
|
27 |
-
$this
|
28 |
}
|
29 |
|
30 |
public function get_message() {
|
@@ -42,8 +46,9 @@ class Placeholder extends Column {
|
|
42 |
<p>
|
43 |
<?php printf( __( "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview.", 'codepress-admin-columns' ), $this->get_label(), $this->get_label() ); ?>
|
44 |
</p>
|
45 |
-
<a target="_blank" href="<?php echo $this->
|
46 |
-
|
|
|
47 |
<?php
|
48 |
|
49 |
return ob_get_clean();
|
2 |
|
3 |
namespace AC\Column;
|
4 |
|
|
|
5 |
use AC\Column;
|
6 |
+
use AC\Integration;
|
7 |
|
8 |
/**
|
9 |
* ACF Placeholder column, holding a CTA for Admin Columns Pro.
|
12 |
class Placeholder extends Column {
|
13 |
|
14 |
/**
|
15 |
+
* @var Integration
|
16 |
*/
|
17 |
+
private $integration;
|
18 |
|
19 |
/**
|
20 |
+
* @param Integration $integration
|
21 |
+
*
|
22 |
+
* @return $this
|
23 |
*/
|
24 |
+
public function set_integration( Integration $integration ) {
|
25 |
+
$this->set_type( 'placeholder-' . $integration->get_slug() )
|
26 |
+
->set_group( $integration->get_slug() )
|
27 |
+
->set_label( $integration->get_title() );
|
28 |
|
29 |
+
$this->integration = $integration;
|
30 |
+
|
31 |
+
return $this;
|
32 |
}
|
33 |
|
34 |
public function get_message() {
|
46 |
<p>
|
47 |
<?php printf( __( "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview.", 'codepress-admin-columns' ), $this->get_label(), $this->get_label() ); ?>
|
48 |
</p>
|
49 |
+
<a target="_blank" href="<?php echo $this->integration->get_link(); ?>" class="button button-primary">
|
50 |
+
<?php _e( 'Find out more', 'codepress-admin-columns' ); ?>
|
51 |
+
</a>
|
52 |
<?php
|
53 |
|
54 |
return ob_get_clean();
|
classes/Column/Post/PageTemplate.php
CHANGED
@@ -19,7 +19,13 @@ class PageTemplate extends Column\Meta {
|
|
19 |
}
|
20 |
|
21 |
function get_value( $post_id ) {
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
|
25 |
function is_valid() {
|
19 |
}
|
20 |
|
21 |
function get_value( $post_id ) {
|
22 |
+
$template = array_search( $this->get_raw_value( $post_id ), $this->get_page_templates() );
|
23 |
+
|
24 |
+
if ( ! $template ) {
|
25 |
+
return $this->get_empty_char();
|
26 |
+
}
|
27 |
+
|
28 |
+
return $template;
|
29 |
}
|
30 |
|
31 |
function is_valid() {
|
classes/Column/User/Description.php
CHANGED
@@ -8,13 +8,17 @@ use AC\Settings;
|
|
8 |
/**
|
9 |
* @since 2.0
|
10 |
*/
|
11 |
-
class Description extends Column {
|
12 |
|
13 |
public function __construct() {
|
14 |
$this->set_type( 'column-user_description' );
|
15 |
$this->set_label( __( 'Description', 'codepress-admin-columns' ) );
|
16 |
}
|
17 |
|
|
|
|
|
|
|
|
|
18 |
public function get_raw_value( $user_id ) {
|
19 |
return get_the_author_meta( 'user_description', $user_id );
|
20 |
}
|
8 |
/**
|
9 |
* @since 2.0
|
10 |
*/
|
11 |
+
class Description extends Column\Meta {
|
12 |
|
13 |
public function __construct() {
|
14 |
$this->set_type( 'column-user_description' );
|
15 |
$this->set_label( __( 'Description', 'codepress-admin-columns' ) );
|
16 |
}
|
17 |
|
18 |
+
public function get_meta_key() {
|
19 |
+
return 'description';
|
20 |
+
}
|
21 |
+
|
22 |
public function get_raw_value( $user_id ) {
|
23 |
return get_the_author_meta( 'user_description', $user_id );
|
24 |
}
|
classes/Column/User/RichEditing.php
CHANGED
@@ -7,8 +7,8 @@ use AC\Column;
|
|
7 |
class RichEditing extends Column {
|
8 |
|
9 |
public function __construct() {
|
10 |
-
$this->set_type( 'column-rich_editing' )
|
11 |
-
|
12 |
}
|
13 |
|
14 |
public function get_value( $user_id ) {
|
@@ -20,9 +20,7 @@ class RichEditing extends Column {
|
|
20 |
}
|
21 |
|
22 |
private function has_rich_editing( $user_id ) {
|
23 |
-
|
24 |
-
|
25 |
-
return $userdata->rich_editing == 'true' ? true : false;
|
26 |
}
|
27 |
|
28 |
}
|
7 |
class RichEditing extends Column {
|
8 |
|
9 |
public function __construct() {
|
10 |
+
$this->set_type( 'column-rich_editing' )
|
11 |
+
->set_label( __( 'Visual Editor', 'codepress-admin-columns' ) );
|
12 |
}
|
13 |
|
14 |
public function get_value( $user_id ) {
|
20 |
}
|
21 |
|
22 |
private function has_rich_editing( $user_id ) {
|
23 |
+
return 'true' == get_userdata( $user_id )->rich_editing;
|
|
|
|
|
24 |
}
|
25 |
|
26 |
}
|
classes/Column/User/Role.php
CHANGED
@@ -18,16 +18,12 @@ class Role extends Column\Meta {
|
|
18 |
return null;
|
19 |
}
|
20 |
|
21 |
-
// Meta
|
22 |
-
|
23 |
public function get_meta_key() {
|
24 |
global $wpdb;
|
25 |
|
26 |
return $wpdb->get_blog_prefix() . 'capabilities'; // WPMU compatible
|
27 |
}
|
28 |
|
29 |
-
// Settings
|
30 |
-
|
31 |
public function register_settings() {
|
32 |
$this->get_setting( 'width' )->set_default( 15 );
|
33 |
}
|
18 |
return null;
|
19 |
}
|
20 |
|
|
|
|
|
21 |
public function get_meta_key() {
|
22 |
global $wpdb;
|
23 |
|
24 |
return $wpdb->get_blog_prefix() . 'capabilities'; // WPMU compatible
|
25 |
}
|
26 |
|
|
|
|
|
27 |
public function register_settings() {
|
28 |
$this->get_setting( 'width' )->set_default( 15 );
|
29 |
}
|
classes/Column/User/ShowToolbar.php
CHANGED
@@ -19,13 +19,11 @@ class ShowToolbar extends Column {
|
|
19 |
}
|
20 |
|
21 |
public function get_raw_value( $user_id ) {
|
22 |
-
return
|
23 |
}
|
24 |
|
25 |
private function show_admin_bar_front( $user_id ) {
|
26 |
-
|
27 |
-
|
28 |
-
return $userdata->show_admin_bar_front;
|
29 |
}
|
30 |
|
31 |
}
|
19 |
}
|
20 |
|
21 |
public function get_raw_value( $user_id ) {
|
22 |
+
return $this->show_admin_bar_front( $user_id );
|
23 |
}
|
24 |
|
25 |
private function show_admin_bar_front( $user_id ) {
|
26 |
+
return 'true' == get_userdata( $user_id )->show_admin_bar_front;
|
|
|
|
|
27 |
}
|
28 |
|
29 |
}
|
classes/Column/User/Url.php
CHANGED
@@ -19,9 +19,7 @@ class Url extends Column {
|
|
19 |
}
|
20 |
|
21 |
public function get_raw_value( $user_id ) {
|
22 |
-
|
23 |
-
|
24 |
-
return $userdata->user_url;
|
25 |
}
|
26 |
|
27 |
}
|
19 |
}
|
20 |
|
21 |
public function get_raw_value( $user_id ) {
|
22 |
+
return get_userdata( $user_id )->user_url;
|
|
|
|
|
23 |
}
|
24 |
|
25 |
}
|
classes/Column/User/Username.php
CHANGED
@@ -10,8 +10,8 @@ use AC\Column;
|
|
10 |
class Username extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
-
$this->set_original( true )
|
14 |
-
|
15 |
}
|
16 |
|
17 |
}
|
10 |
class Username extends Column {
|
11 |
|
12 |
public function __construct() {
|
13 |
+
$this->set_original( true )
|
14 |
+
->set_type( 'username' );
|
15 |
}
|
16 |
|
17 |
}
|
classes/Config.php
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
abstract class Config extends ArrayIterator {
|
6 |
+
|
7 |
+
/**
|
8 |
+
* @param array $config
|
9 |
+
*/
|
10 |
+
public function __construct( array $config = array() ) {
|
11 |
+
parent::__construct( $config );
|
12 |
+
|
13 |
+
$this->validate_config();
|
14 |
+
}
|
15 |
+
|
16 |
+
/**
|
17 |
+
* Assert this config is valid.
|
18 |
+
*/
|
19 |
+
protected abstract function validate_config();
|
20 |
+
|
21 |
+
}
|
classes/Dependencies.php
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
/**
|
4 |
* Show a notice when plugin dependencies are not met
|
5 |
-
* @version 1.
|
6 |
*/
|
7 |
-
final class
|
8 |
|
9 |
-
|
10 |
-
* Missing dependency messages
|
11 |
-
* @var string[]
|
12 |
-
*/
|
13 |
-
private $messages;
|
14 |
|
15 |
/**
|
16 |
* Basename of this plugin
|
@@ -19,81 +17,59 @@ final class AC_Dependencies {
|
|
19 |
private $basename;
|
20 |
|
21 |
/**
|
22 |
-
* @var string
|
23 |
*/
|
24 |
-
private $
|
25 |
|
26 |
/**
|
27 |
-
*
|
|
|
28 |
*/
|
29 |
-
|
30 |
-
$this->messages = array();
|
31 |
-
$this->basename = $basename;
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
/**
|
37 |
-
*
|
38 |
*/
|
39 |
-
|
40 |
-
|
41 |
-
add_action( 'admin_head', array( $this, 'display_notice_css' ) );
|
42 |
}
|
43 |
|
44 |
/**
|
45 |
-
*
|
46 |
-
*
|
47 |
-
* @param string $version
|
48 |
-
*
|
49 |
-
* @return $this
|
50 |
*/
|
51 |
-
public function
|
52 |
-
|
53 |
-
$this->acp_version = $version;
|
54 |
-
}
|
55 |
-
|
56 |
-
return $this;
|
57 |
}
|
58 |
|
59 |
/**
|
60 |
-
*
|
61 |
*/
|
62 |
-
private function
|
63 |
-
|
64 |
-
|
65 |
-
foreach ( $data as $k => $v ) {
|
66 |
-
if ( 0 !== strpos( $k, dirname( $this->basename ) ) ) {
|
67 |
-
continue;
|
68 |
-
}
|
69 |
-
|
70 |
-
if ( isset( $v['acp_version'] ) ) {
|
71 |
-
$this->increment_acp_version( $v['acp_version'] );
|
72 |
-
}
|
73 |
-
|
74 |
-
break;
|
75 |
-
}
|
76 |
}
|
77 |
|
78 |
/**
|
79 |
* Add missing dependency
|
80 |
*
|
81 |
* @param string $message
|
|
|
82 |
*/
|
83 |
-
public function add_missing( $message ) {
|
84 |
-
|
85 |
-
if ( ! $this->messages ) {
|
86 |
$this->register();
|
87 |
}
|
88 |
|
89 |
-
$this->messages[] = $message;
|
90 |
-
}
|
91 |
-
|
92 |
-
/**
|
93 |
-
* @return bool
|
94 |
-
*/
|
95 |
-
public function has_missing() {
|
96 |
-
return ! empty( $this->messages );
|
97 |
}
|
98 |
|
99 |
/**
|
@@ -104,6 +80,20 @@ final class AC_Dependencies {
|
|
104 |
* @param string $version
|
105 |
*/
|
106 |
public function add_missing_plugin( $plugin, $url = null, $version = null ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
$plugin = esc_html( $plugin );
|
108 |
|
109 |
if ( $url ) {
|
@@ -111,31 +101,72 @@ final class AC_Dependencies {
|
|
111 |
}
|
112 |
|
113 |
if ( $version ) {
|
114 |
-
$plugin .= '
|
115 |
}
|
116 |
|
117 |
-
|
|
|
118 |
|
119 |
-
|
|
|
|
|
|
|
|
|
120 |
}
|
121 |
|
122 |
/**
|
123 |
-
*
|
124 |
*
|
125 |
-
* @
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
*
|
127 |
* @return bool
|
128 |
*/
|
129 |
-
public function
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
|
|
|
|
|
|
134 |
}
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
-
return
|
139 |
}
|
140 |
|
141 |
/**
|
@@ -145,20 +176,21 @@ final class AC_Dependencies {
|
|
145 |
*
|
146 |
* @return bool
|
147 |
*/
|
148 |
-
public function
|
149 |
-
if ( version_compare( PHP_VERSION, $version, '>=' ) ) {
|
150 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
}
|
152 |
|
153 |
-
|
154 |
-
|
155 |
-
$parts[] = sprintf( __( 'This plugin requires at least PHP %s to function properly.', 'codepress-admin-columns' ), $version );
|
156 |
-
$parts[] = sprintf( __( 'Your server currently runs PHP %s.', 'codepress-admin-columns' ), PHP_VERSION );
|
157 |
-
$parts[] = sprintf( __( 'Read more about <a href="%s" target="_blank">requirements</a>a> in our documentation.', 'codepress-admin-columns' ), esc_url( $documentation_url ) );
|
158 |
-
|
159 |
-
$this->add_missing( implode( ' ', $parts ) );
|
160 |
-
|
161 |
-
return false;
|
162 |
}
|
163 |
|
164 |
/**
|
@@ -181,20 +213,28 @@ final class AC_Dependencies {
|
|
181 |
* Show a warning when dependencies are not met
|
182 |
*/
|
183 |
public function display_notice() {
|
|
|
|
|
184 |
?>
|
185 |
|
186 |
<tr class="plugin-update-tr active">
|
187 |
<td colspan="3" class="plugin-update colspanchange">
|
188 |
<div class="update-message notice inline notice-error notice-alt">
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
</div>
|
199 |
</td>
|
200 |
</tr>
|
1 |
<?php
|
2 |
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
/**
|
6 |
* Show a notice when plugin dependencies are not met
|
7 |
+
* @version 1.5
|
8 |
*/
|
9 |
+
final class Dependencies {
|
10 |
|
11 |
+
const ACP_PLUGIN = 'Admin Columns Pro';
|
|
|
|
|
|
|
|
|
12 |
|
13 |
/**
|
14 |
* Basename of this plugin
|
17 |
private $basename;
|
18 |
|
19 |
/**
|
20 |
+
* @var string
|
21 |
*/
|
22 |
+
private $version;
|
23 |
|
24 |
/**
|
25 |
+
* Missing dependency messages
|
26 |
+
* @var string[]
|
27 |
*/
|
28 |
+
private $messages = array();
|
|
|
|
|
29 |
|
30 |
+
/**
|
31 |
+
* @param string $basename
|
32 |
+
* @param string $version
|
33 |
+
*/
|
34 |
+
public function __construct( $basename, $version ) {
|
35 |
+
$this->basename = $basename;
|
36 |
+
$this->version = $version;
|
37 |
}
|
38 |
|
39 |
/**
|
40 |
+
* @return string
|
41 |
*/
|
42 |
+
public function get_basename() {
|
43 |
+
return $this->basename;
|
|
|
44 |
}
|
45 |
|
46 |
/**
|
47 |
+
* @return string
|
|
|
|
|
|
|
|
|
48 |
*/
|
49 |
+
public function get_version() {
|
50 |
+
return $this->version;
|
|
|
|
|
|
|
|
|
51 |
}
|
52 |
|
53 |
/**
|
54 |
+
* Register hooks
|
55 |
*/
|
56 |
+
private function register() {
|
57 |
+
add_action( 'after_plugin_row_' . $this->basename, array( $this, 'display_notice' ), 5 );
|
58 |
+
add_action( 'admin_head', array( $this, 'display_notice_css' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
60 |
|
61 |
/**
|
62 |
* Add missing dependency
|
63 |
*
|
64 |
* @param string $message
|
65 |
+
* @param string $key
|
66 |
*/
|
67 |
+
public function add_missing( $message, $key ) {
|
68 |
+
if ( ! $this->has_missing() ) {
|
|
|
69 |
$this->register();
|
70 |
}
|
71 |
|
72 |
+
$this->messages[ $key ] = $this->sanitize_message( $message );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
}
|
74 |
|
75 |
/**
|
80 |
* @param string $version
|
81 |
*/
|
82 |
public function add_missing_plugin( $plugin, $url = null, $version = null ) {
|
83 |
+
$this->add_missing(
|
84 |
+
$this->get_missing_plugin_message( $plugin, $url, $version ),
|
85 |
+
$plugin
|
86 |
+
);
|
87 |
+
}
|
88 |
+
|
89 |
+
/**
|
90 |
+
* @param string $plugin
|
91 |
+
* @param null $url
|
92 |
+
* @param null $version
|
93 |
+
*
|
94 |
+
* @return string
|
95 |
+
*/
|
96 |
+
private function get_missing_plugin_message( $plugin, $url = null, $version = null ) {
|
97 |
$plugin = esc_html( $plugin );
|
98 |
|
99 |
if ( $url ) {
|
101 |
}
|
102 |
|
103 |
if ( $version ) {
|
104 |
+
$plugin .= ' ' . sprintf( 'version %s+', esc_html( $version ) );
|
105 |
}
|
106 |
|
107 |
+
return sprintf( '%s needs to be installed and activated.', $plugin );
|
108 |
+
}
|
109 |
|
110 |
+
/**
|
111 |
+
* @return bool
|
112 |
+
*/
|
113 |
+
public function has_missing() {
|
114 |
+
return ! empty( $this->messages );
|
115 |
}
|
116 |
|
117 |
/**
|
118 |
+
* @param string $message
|
119 |
*
|
120 |
+
* @return string
|
121 |
+
*/
|
122 |
+
private function sanitize_message( $message ) {
|
123 |
+
return wp_kses( $message, array(
|
124 |
+
'a' => array(
|
125 |
+
'href' => true,
|
126 |
+
'target' => true,
|
127 |
+
),
|
128 |
+
) );
|
129 |
+
}
|
130 |
+
|
131 |
+
/**
|
132 |
+
* @return string
|
133 |
+
*/
|
134 |
+
private function get_download_acp_message() {
|
135 |
+
return sprintf(
|
136 |
+
'Download the latest version from <a target="_blank" href="%s">your account.</a>',
|
137 |
+
esc_url( 'https://www.admincolumns.com/my-account' )
|
138 |
+
);
|
139 |
+
}
|
140 |
+
|
141 |
+
/**
|
142 |
+
* Check if Admin Columns Pro is installed
|
143 |
+
*
|
144 |
+
* @param $version
|
145 |
*
|
146 |
* @return bool
|
147 |
*/
|
148 |
+
public function requires_acp( $version ) {
|
149 |
+
if ( ! function_exists( 'ACP' ) ) {
|
150 |
+
$this->add_missing(
|
151 |
+
$this->get_missing_plugin_message( self::ACP_PLUGIN ) . ' ' . $this->get_download_acp_message(),
|
152 |
+
self::ACP_PLUGIN
|
153 |
+
);
|
154 |
+
|
155 |
+
return false;
|
156 |
}
|
157 |
|
158 |
+
if ( ! ACP()->is_version_gte( $version ) || ! acp_is_addon_compatible( __NAMESPACE__, $this->version ) ) {
|
159 |
+
$message = sprintf(
|
160 |
+
'this plugin is not compatible with the current version of %1$s. Make sure this plugin and %1$s are updated to the most recent version.',
|
161 |
+
self::ACP_PLUGIN
|
162 |
+
);
|
163 |
+
|
164 |
+
$this->add_missing( $message, self::ACP_PLUGIN );
|
165 |
+
|
166 |
+
return false;
|
167 |
+
}
|
168 |
|
169 |
+
return true;
|
170 |
}
|
171 |
|
172 |
/**
|
176 |
*
|
177 |
* @return bool
|
178 |
*/
|
179 |
+
public function requires_php( $version ) {
|
180 |
+
if ( ! version_compare( PHP_VERSION, $version, '>=' ) ) {
|
181 |
+
$message = sprintf(
|
182 |
+
'PHP %s+ is required. Your server currently runs PHP %s. <a href="%s" target="_blank">Learn more about requirements.</a>',
|
183 |
+
$version,
|
184 |
+
PHP_VERSION,
|
185 |
+
esc_url( 'https://www.admincolumns.com/documentation/getting-started/requirements/' )
|
186 |
+
);
|
187 |
+
|
188 |
+
$this->add_missing( $message, 'PHP Version' );
|
189 |
+
|
190 |
+
return false;
|
191 |
}
|
192 |
|
193 |
+
return true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
}
|
195 |
|
196 |
/**
|
213 |
* Show a warning when dependencies are not met
|
214 |
*/
|
215 |
public function display_notice() {
|
216 |
+
$intro = "This plugin can't load because";
|
217 |
+
|
218 |
?>
|
219 |
|
220 |
<tr class="plugin-update-tr active">
|
221 |
<td colspan="3" class="plugin-update colspanchange">
|
222 |
<div class="update-message notice inline notice-error notice-alt">
|
223 |
+
<?php if ( count( $this->messages ) > 1 ) : ?>
|
224 |
+
<p>
|
225 |
+
<?php echo $intro . ':' ?>
|
226 |
+
</p>
|
227 |
+
|
228 |
+
<ul>
|
229 |
+
<?php foreach ( $this->messages as $message ) : ?>
|
230 |
+
<li><?php echo $message; ?></li>
|
231 |
+
<?php endforeach; ?>
|
232 |
+
</ul>
|
233 |
+
<?php else : ?>
|
234 |
+
<p>
|
235 |
+
<?php echo $intro . ' ' . current( $this->messages ); ?>
|
236 |
+
</p>
|
237 |
+
<?php endif; ?>
|
238 |
</div>
|
239 |
</td>
|
240 |
</tr>
|
classes/Helper/Image.php
CHANGED
@@ -212,15 +212,13 @@ class Image {
|
|
212 |
return pathinfo( $this->get_file_name( $attachment_id ), PATHINFO_EXTENSION );
|
213 |
}
|
214 |
|
215 |
-
// Helpers
|
216 |
-
|
217 |
private function get_file_tooltip_attr( $media_id ) {
|
218 |
return ac_helper()->html->get_tooltip_attr( $this->get_file_name( $media_id ) );
|
219 |
}
|
220 |
|
221 |
private function markup_cover( $src, $width, $height, $media_id = null ) {
|
222 |
ob_start(); ?>
|
223 |
-
<span class="ac-image cpac-cover" data-media-id="<?php echo esc_attr( $media_id ); ?>" style="width:<?php echo esc_attr( $width ); ?>px;height:<?php echo esc_attr( $height ); ?>px;background-size:cover;background-image:url(<?php echo esc_attr( $src ); ?>);background-position:center;"<?php echo $this->get_file_tooltip_attr( $media_id ); ?>></span>
|
224 |
|
225 |
<?php
|
226 |
return ob_get_clean();
|
212 |
return pathinfo( $this->get_file_name( $attachment_id ), PATHINFO_EXTENSION );
|
213 |
}
|
214 |
|
|
|
|
|
215 |
private function get_file_tooltip_attr( $media_id ) {
|
216 |
return ac_helper()->html->get_tooltip_attr( $this->get_file_name( $media_id ) );
|
217 |
}
|
218 |
|
219 |
private function markup_cover( $src, $width, $height, $media_id = null ) {
|
220 |
ob_start(); ?>
|
221 |
+
<span class="ac-image cpac-cover" data-media-id="<?php echo esc_attr( $media_id ); ?>" style="width:<?php echo esc_attr( $width ); ?>px;height:<?php echo esc_attr( $height ); ?>px;background-size:cover;background-image:url('<?php echo esc_attr( $src ); ?>');background-position:center;"<?php echo $this->get_file_tooltip_attr( $media_id ); ?>></span>
|
222 |
|
223 |
<?php
|
224 |
return ob_get_clean();
|
classes/Helper/Strings.php
CHANGED
@@ -178,7 +178,13 @@ class Strings {
|
|
178 |
* @return bool
|
179 |
*/
|
180 |
public function is_image( $url ) {
|
181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
}
|
183 |
|
184 |
/**
|
178 |
* @return bool
|
179 |
*/
|
180 |
public function is_image( $url ) {
|
181 |
+
if ( ! $url || ! is_string( $url ) ) {
|
182 |
+
return false;
|
183 |
+
}
|
184 |
+
|
185 |
+
$ext = pathinfo( strtok( $url, '?' ), PATHINFO_EXTENSION );
|
186 |
+
|
187 |
+
return in_array( $ext, array( 'jpg', 'jpeg', 'gif', 'png', 'bmp' ) );
|
188 |
}
|
189 |
|
190 |
/**
|
classes/Helper/User.php
CHANGED
@@ -103,18 +103,34 @@ class User {
|
|
103 |
* @return array Role nice names
|
104 |
*/
|
105 |
public function get_roles_names( $roles ) {
|
106 |
-
$translated = $this->get_roles();
|
107 |
-
|
108 |
$role_names = array();
|
|
|
109 |
foreach ( $roles as $role ) {
|
110 |
-
|
111 |
-
|
|
|
|
|
112 |
}
|
113 |
}
|
114 |
|
115 |
return $role_names;
|
116 |
}
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
/**
|
119 |
* @since 3.4.4
|
120 |
*
|
103 |
* @return array Role nice names
|
104 |
*/
|
105 |
public function get_roles_names( $roles ) {
|
|
|
|
|
106 |
$role_names = array();
|
107 |
+
|
108 |
foreach ( $roles as $role ) {
|
109 |
+
$name = $this->get_role_name( $role );
|
110 |
+
|
111 |
+
if ( $name ) {
|
112 |
+
$role_names[ $role ] = $name;
|
113 |
}
|
114 |
}
|
115 |
|
116 |
return $role_names;
|
117 |
}
|
118 |
|
119 |
+
/**
|
120 |
+
* @param string $role
|
121 |
+
*
|
122 |
+
* @return string
|
123 |
+
*/
|
124 |
+
public function get_role_name( $role ) {
|
125 |
+
$roles = $this->get_roles();
|
126 |
+
|
127 |
+
if ( ! array_key_exists( $role, $roles ) ) {
|
128 |
+
return false;
|
129 |
+
}
|
130 |
+
|
131 |
+
return $roles[ $role ];
|
132 |
+
}
|
133 |
+
|
134 |
/**
|
135 |
* @since 3.4.4
|
136 |
*
|
classes/Integration.php
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
abstract class Integration {
|
6 |
+
|
7 |
+
/** @var string */
|
8 |
+
private $basename;
|
9 |
+
|
10 |
+
/** @var string */
|
11 |
+
private $title;
|
12 |
+
|
13 |
+
/** @var string */
|
14 |
+
private $logo;
|
15 |
+
|
16 |
+
/** @var string */
|
17 |
+
private $page;
|
18 |
+
|
19 |
+
/** @var string */
|
20 |
+
private $plugin_link;
|
21 |
+
|
22 |
+
/**
|
23 |
+
* @var string
|
24 |
+
*/
|
25 |
+
private $description;
|
26 |
+
|
27 |
+
/**
|
28 |
+
* @param string $basename
|
29 |
+
* @param string $title
|
30 |
+
* @param string $logo
|
31 |
+
* @param string $description
|
32 |
+
* @param string $plugin_link
|
33 |
+
* @param string $page
|
34 |
+
*/
|
35 |
+
public function __construct( $basename, $title, $logo, $description, $plugin_link = null, $page = null ) {
|
36 |
+
if ( null === $plugin_link ) {
|
37 |
+
$plugin_link = $this->search_plugin( $title );
|
38 |
+
}
|
39 |
+
|
40 |
+
if ( null === $page ) {
|
41 |
+
$page = 'pricing-purchase';
|
42 |
+
}
|
43 |
+
|
44 |
+
$this->basename = $basename;
|
45 |
+
$this->title = $title;
|
46 |
+
$this->logo = $logo;
|
47 |
+
$this->description = $description;
|
48 |
+
$this->plugin_link = $plugin_link;
|
49 |
+
$this->page = $page;
|
50 |
+
}
|
51 |
+
|
52 |
+
/**
|
53 |
+
* @return bool
|
54 |
+
*/
|
55 |
+
abstract public function is_plugin_active();
|
56 |
+
|
57 |
+
/**
|
58 |
+
* @param Screen $screen
|
59 |
+
*
|
60 |
+
* @return bool
|
61 |
+
*/
|
62 |
+
abstract public function show_notice( Screen $screen );
|
63 |
+
|
64 |
+
/**
|
65 |
+
* @param string $name
|
66 |
+
*
|
67 |
+
* @return string
|
68 |
+
*/
|
69 |
+
private function search_plugin( $name ) {
|
70 |
+
return add_query_arg(
|
71 |
+
array(
|
72 |
+
'tab' => 'search',
|
73 |
+
'type' => 'term',
|
74 |
+
's' => $name,
|
75 |
+
),
|
76 |
+
admin_url( 'plugin-install.php' )
|
77 |
+
);
|
78 |
+
}
|
79 |
+
|
80 |
+
/**
|
81 |
+
* @return string
|
82 |
+
*/
|
83 |
+
public function get_basename() {
|
84 |
+
return $this->basename;
|
85 |
+
}
|
86 |
+
|
87 |
+
/**
|
88 |
+
* @return string
|
89 |
+
*/
|
90 |
+
public function get_slug() {
|
91 |
+
return dirname( $this->basename );
|
92 |
+
}
|
93 |
+
|
94 |
+
/**
|
95 |
+
* @return string
|
96 |
+
*/
|
97 |
+
public function get_title() {
|
98 |
+
return $this->title;
|
99 |
+
}
|
100 |
+
|
101 |
+
/**
|
102 |
+
* @return string
|
103 |
+
*/
|
104 |
+
public function get_logo() {
|
105 |
+
return $this->logo;
|
106 |
+
}
|
107 |
+
|
108 |
+
/**
|
109 |
+
* @return string
|
110 |
+
*/
|
111 |
+
public function get_description() {
|
112 |
+
return $this->description;
|
113 |
+
}
|
114 |
+
|
115 |
+
/**
|
116 |
+
* @return string
|
117 |
+
*/
|
118 |
+
public function get_link() {
|
119 |
+
return ac_get_site_utm_url( $this->page, 'addon', $this->get_logo() );
|
120 |
+
}
|
121 |
+
|
122 |
+
/**
|
123 |
+
* @return string
|
124 |
+
*/
|
125 |
+
public function get_plugin_link() {
|
126 |
+
return $this->plugin_link;
|
127 |
+
}
|
128 |
+
|
129 |
+
/**
|
130 |
+
* Determines when the placeholder column is shown for a particular list screen.
|
131 |
+
*
|
132 |
+
* @param ListScreen $list_screen
|
133 |
+
*
|
134 |
+
* @return bool
|
135 |
+
*/
|
136 |
+
public function show_placeholder( ListScreen $list_screen ) {
|
137 |
+
return true;
|
138 |
+
}
|
139 |
+
|
140 |
+
}
|
classes/Integration/ACF.php
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\Screen;
|
7 |
+
|
8 |
+
final class ACF extends Integration {
|
9 |
+
|
10 |
+
public function __construct() {
|
11 |
+
parent::__construct(
|
12 |
+
'ac-addon-acf/ac-addon-acf.php',
|
13 |
+
__( 'Advanced Custom Fields', 'codepress-admin-columns' ),
|
14 |
+
'assets/images/addons/acf.png',
|
15 |
+
__( 'Display and edit ACF fields in the posts overview in seconds!', 'codepress-admin-columns' ),
|
16 |
+
'https://www.advancedcustomfields.com/'
|
17 |
+
);
|
18 |
+
}
|
19 |
+
|
20 |
+
public function is_plugin_active() {
|
21 |
+
return class_exists( 'acf', false );
|
22 |
+
}
|
23 |
+
|
24 |
+
public function show_notice( Screen $screen ) {
|
25 |
+
return in_array( $screen->get_id(), array(
|
26 |
+
'edit-acf-field-group',
|
27 |
+
'acf-field-group',
|
28 |
+
) );
|
29 |
+
}
|
30 |
+
|
31 |
+
}
|
classes/Integration/BuddyPress.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\ListScreen;
|
7 |
+
use AC\Screen;
|
8 |
+
|
9 |
+
final class BuddyPress extends Integration {
|
10 |
+
|
11 |
+
public function __construct() {
|
12 |
+
parent::__construct(
|
13 |
+
'ac-addon-buddypress/ac-addon-buddypress.php',
|
14 |
+
__( 'BuddyPress', 'codepress-admin-columns' ),
|
15 |
+
'assets/images/addons/buddypress.png',
|
16 |
+
__( 'Display any of your Profile Fields for BuddyPress on your users overview.', 'codepress-admin-columns' )
|
17 |
+
);
|
18 |
+
}
|
19 |
+
|
20 |
+
public function is_plugin_active() {
|
21 |
+
return class_exists( 'BuddyPress', false );
|
22 |
+
}
|
23 |
+
|
24 |
+
public function show_notice( Screen $screen ) {
|
25 |
+
return 'users' === $screen->get_id();
|
26 |
+
}
|
27 |
+
|
28 |
+
public function show_placeholder( ListScreen $list_screen ) {
|
29 |
+
return $list_screen instanceof ListScreen\User;
|
30 |
+
}
|
31 |
+
|
32 |
+
}
|
classes/Integration/EventsCalendar.php
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\ListScreen;
|
7 |
+
use AC\ListScreenPost;
|
8 |
+
use AC\Screen;
|
9 |
+
|
10 |
+
final class EventsCalendar extends Integration {
|
11 |
+
|
12 |
+
public function __construct() {
|
13 |
+
parent::__construct(
|
14 |
+
'ac-addon-events-calendar/ac-addon-events-calendar.php',
|
15 |
+
__( 'Events Calendar', 'codepress-admin-columns' ),
|
16 |
+
'assets/images/addons/events-calendar.png',
|
17 |
+
__( 'Manage columns for your event, organizer or venue overviews.', 'codepress-admin-columns' ),
|
18 |
+
null,
|
19 |
+
'events-calendar'
|
20 |
+
);
|
21 |
+
}
|
22 |
+
|
23 |
+
public function is_plugin_active() {
|
24 |
+
return class_exists( 'Tribe__Events__Main' );
|
25 |
+
}
|
26 |
+
|
27 |
+
private function get_post_types() {
|
28 |
+
return array(
|
29 |
+
'tribe_events',
|
30 |
+
'tribe_organizer',
|
31 |
+
'tribe_venue',
|
32 |
+
);
|
33 |
+
}
|
34 |
+
|
35 |
+
public function show_notice( Screen $screen ) {
|
36 |
+
return 'edit' === $screen->get_base()
|
37 |
+
&& in_array( $screen->get_post_type(), $this->get_post_types() );
|
38 |
+
}
|
39 |
+
|
40 |
+
public function show_placeholder( ListScreen $list_screen ) {
|
41 |
+
return $list_screen instanceof ListScreenPost
|
42 |
+
&& in_array( $list_screen->get_post_type(), $this->get_post_types() );
|
43 |
+
}
|
44 |
+
|
45 |
+
}
|
classes/Integration/NinjaForms.php
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\ListScreen;
|
7 |
+
use AC\ListScreenPost;
|
8 |
+
use AC\Screen;
|
9 |
+
|
10 |
+
final class NinjaForms extends Integration {
|
11 |
+
|
12 |
+
public function __construct() {
|
13 |
+
parent::__construct(
|
14 |
+
'ac-addon-ninjaforms/ac-addon-ninjaforms.php',
|
15 |
+
__( 'Ninja Forms', 'codepress-admin-columns' ),
|
16 |
+
'assets/images/addons/ninja-forms.png',
|
17 |
+
__( 'Add Ninja Forms columns that can be sorted, filtered and directly edited!', 'codepress-admin-columns' ),
|
18 |
+
null,
|
19 |
+
'ninja-forms'
|
20 |
+
);
|
21 |
+
}
|
22 |
+
|
23 |
+
public function is_plugin_active() {
|
24 |
+
return class_exists( 'Ninja_Forms' );
|
25 |
+
}
|
26 |
+
|
27 |
+
private function get_post_types() {
|
28 |
+
return array( 'nf_sub' );
|
29 |
+
}
|
30 |
+
|
31 |
+
public function show_notice( Screen $screen ) {
|
32 |
+
return 'edit' === $screen->get_base()
|
33 |
+
&& in_array( $screen->get_post_type(), $this->get_post_types() );
|
34 |
+
}
|
35 |
+
|
36 |
+
public function show_placeholder( ListScreen $list_screen ) {
|
37 |
+
return $list_screen instanceof ListScreenPost
|
38 |
+
&& in_array( $list_screen->get_post_type(), $this->get_post_types() );
|
39 |
+
}
|
40 |
+
|
41 |
+
}
|
classes/Integration/Pods.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\Screen;
|
7 |
+
|
8 |
+
final class Pods extends Integration {
|
9 |
+
|
10 |
+
public function __construct() {
|
11 |
+
parent::__construct(
|
12 |
+
'ac-addon-pods/ac-addon-pods.php',
|
13 |
+
__( 'Pods', 'codepress-admin-columns' ),
|
14 |
+
'assets/images/addons/pods.png',
|
15 |
+
__( 'Display and edit Pods fields in the posts overview in seconds!', 'codepress-admin-columns' ),
|
16 |
+
null,
|
17 |
+
'pods'
|
18 |
+
);
|
19 |
+
}
|
20 |
+
|
21 |
+
public function is_plugin_active() {
|
22 |
+
return function_exists( 'pods' );
|
23 |
+
}
|
24 |
+
|
25 |
+
public function show_notice( Screen $screen ) {
|
26 |
+
return in_array( $screen->get_id(), array(
|
27 |
+
'toplevel_page_pods',
|
28 |
+
'pods-admin_page_pods-settings',
|
29 |
+
) );
|
30 |
+
}
|
31 |
+
|
32 |
+
}
|
classes/Integration/Types.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\Screen;
|
7 |
+
|
8 |
+
final class Types extends Integration {
|
9 |
+
|
10 |
+
public function __construct() {
|
11 |
+
parent::__construct(
|
12 |
+
'ac-addon-types/ac-addon-types.php',
|
13 |
+
__( 'Toolset Types', 'codepress-admin-columns' ),
|
14 |
+
'assets/images/addons/toolset-types.png',
|
15 |
+
__( 'Display and edit Toolset Types fields in the posts overview in seconds!', 'codepress-admin-columns' ),
|
16 |
+
null,
|
17 |
+
'toolset-types'
|
18 |
+
);
|
19 |
+
}
|
20 |
+
|
21 |
+
public function is_plugin_active() {
|
22 |
+
return class_exists( 'Types_Main', false );
|
23 |
+
}
|
24 |
+
|
25 |
+
public function show_notice( Screen $screen ) {
|
26 |
+
return in_array( $screen->get_id(), array(
|
27 |
+
'toplevel_page_pods',
|
28 |
+
'pods-admin_page_pods-settings',
|
29 |
+
) );
|
30 |
+
}
|
31 |
+
|
32 |
+
}
|
classes/Integration/WooCommerce.php
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC\Integration;
|
4 |
+
|
5 |
+
use AC\Integration;
|
6 |
+
use AC\ListScreen;
|
7 |
+
use AC\ListScreenPost;
|
8 |
+
use AC\Screen;
|
9 |
+
|
10 |
+
final class WooCommerce extends Integration {
|
11 |
+
|
12 |
+
public function __construct() {
|
13 |
+
parent::__construct(
|
14 |
+
'ac-addon-woocommerce/ac-addon-woocommerce.php',
|
15 |
+
__( 'WooCommerce', 'codepress-admin-columns' ),
|
16 |
+
'assets/images/addons/woocommerce.png',
|
17 |
+
__( 'Enhance the products, orders and coupons overviews with new columns and inline editing.', 'codepress-admin-columns' ),
|
18 |
+
null,
|
19 |
+
'woocommerce'
|
20 |
+
);
|
21 |
+
}
|
22 |
+
|
23 |
+
public function is_plugin_active() {
|
24 |
+
return class_exists( 'WooCommerce', false );
|
25 |
+
}
|
26 |
+
|
27 |
+
private function get_post_types() {
|
28 |
+
return array(
|
29 |
+
'product',
|
30 |
+
'shop_order',
|
31 |
+
'shop_coupon',
|
32 |
+
);
|
33 |
+
}
|
34 |
+
|
35 |
+
public function show_notice( Screen $screen ) {
|
36 |
+
$is_user_screen = 'users' === $screen->get_id();
|
37 |
+
$is_post_screen = 'edit' === $screen->get_base()
|
38 |
+
&& in_array( $screen->get_post_type(), $this->get_post_types() );
|
39 |
+
|
40 |
+
return $is_user_screen || $is_post_screen;
|
41 |
+
}
|
42 |
+
|
43 |
+
public function show_placeholder( ListScreen $list_screen ) {
|
44 |
+
$is_user_screen = $list_screen instanceof ListScreen\User;
|
45 |
+
$is_post_screen = $list_screen instanceof ListScreenPost
|
46 |
+
&& in_array( $list_screen->get_post_type(), $this->get_post_types() );
|
47 |
+
|
48 |
+
return $is_user_screen || $is_post_screen;
|
49 |
+
}
|
50 |
+
|
51 |
+
}
|
classes/IntegrationFactory.php
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
class IntegrationFactory {
|
6 |
+
|
7 |
+
/**
|
8 |
+
* @var Integrations
|
9 |
+
*/
|
10 |
+
private static $integrations;
|
11 |
+
|
12 |
+
private static function get_integrations() {
|
13 |
+
if ( self::$integrations === null ) {
|
14 |
+
self::$integrations = new Integrations();
|
15 |
+
}
|
16 |
+
|
17 |
+
return self::$integrations;
|
18 |
+
}
|
19 |
+
|
20 |
+
/**
|
21 |
+
* @param string $basename
|
22 |
+
*
|
23 |
+
* @return Integration|false
|
24 |
+
*/
|
25 |
+
public static function create( $basename ) {
|
26 |
+
foreach ( self::get_integrations() as $integration ) {
|
27 |
+
if ( $integration->get_basename() === $basename ) {
|
28 |
+
return $integration;
|
29 |
+
}
|
30 |
+
}
|
31 |
+
|
32 |
+
return false;
|
33 |
+
}
|
34 |
+
|
35 |
+
/**
|
36 |
+
* @param string $dirname
|
37 |
+
*
|
38 |
+
* @return Integration|false
|
39 |
+
*/
|
40 |
+
public static function create_by_dirname( $dirname ) {
|
41 |
+
foreach ( self::get_integrations() as $integration ) {
|
42 |
+
if ( $integration->get_slug() === $dirname ) {
|
43 |
+
return $integration;
|
44 |
+
}
|
45 |
+
}
|
46 |
+
|
47 |
+
return false;
|
48 |
+
}
|
49 |
+
|
50 |
+
}
|
classes/Integrations.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
class Integrations extends ArrayIterator {
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$integrations = array();
|
9 |
+
|
10 |
+
$classes = Autoloader::instance()->get_class_names_from_dir( __NAMESPACE__ . '\Integration' );
|
11 |
+
|
12 |
+
foreach ( $classes as $class ) {
|
13 |
+
$integrations[] = new $class;
|
14 |
+
}
|
15 |
+
|
16 |
+
parent::__construct( $integrations );
|
17 |
+
}
|
18 |
+
|
19 |
+
/**
|
20 |
+
* @return Integration
|
21 |
+
*/
|
22 |
+
public function current() {
|
23 |
+
return parent::current();
|
24 |
+
}
|
25 |
+
|
26 |
+
}
|
classes/ListScreen.php
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
|
3 |
namespace AC;
|
4 |
|
|
|
5 |
use ReflectionClass;
|
6 |
use WP_Error;
|
7 |
|
@@ -560,9 +561,18 @@ abstract class ListScreen {
|
|
560 |
}
|
561 |
|
562 |
// Placeholder columns
|
563 |
-
foreach (
|
564 |
-
if ( $
|
565 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
}
|
567 |
}
|
568 |
|
2 |
|
3 |
namespace AC;
|
4 |
|
5 |
+
use AC\Column\Placeholder;
|
6 |
use ReflectionClass;
|
7 |
use WP_Error;
|
8 |
|
561 |
}
|
562 |
|
563 |
// Placeholder columns
|
564 |
+
foreach ( new Integrations() as $integration ) {
|
565 |
+
if ( ! $integration->show_placeholder( $this ) ) {
|
566 |
+
continue;
|
567 |
+
}
|
568 |
+
|
569 |
+
$plugin_info = new PluginInformation( $integration->get_basename() );
|
570 |
+
|
571 |
+
if ( $integration->is_plugin_active() && ! $plugin_info->is_active() ) {
|
572 |
+
$column = new Placeholder();
|
573 |
+
$column->set_integration( $integration );
|
574 |
+
|
575 |
+
$this->register_column_type( $column );
|
576 |
}
|
577 |
}
|
578 |
|
classes/ListScreen/User.php
CHANGED
@@ -11,7 +11,7 @@ class User extends AC\ListScreenWP {
|
|
11 |
|
12 |
$this->set_label( __( 'Users' ) )
|
13 |
->set_singular_label( __( 'User' ) )
|
14 |
-
->set_meta_type(
|
15 |
->set_screen_base( 'users' )
|
16 |
->set_screen_id( 'users' )
|
17 |
->set_key( 'wp-users' )
|
11 |
|
12 |
$this->set_label( __( 'Users' ) )
|
13 |
->set_singular_label( __( 'User' ) )
|
14 |
+
->set_meta_type( AC\MetaType::USER )
|
15 |
->set_screen_base( 'users' )
|
16 |
->set_screen_id( 'users' )
|
17 |
->set_key( 'wp-users' )
|
classes/ListScreenPost.php
CHANGED
@@ -13,8 +13,8 @@ abstract class ListScreenPost extends ListScreenWP {
|
|
13 |
* @param string $post_type
|
14 |
*/
|
15 |
public function __construct( $post_type ) {
|
16 |
-
$this->
|
17 |
-
|
18 |
}
|
19 |
|
20 |
/**
|
@@ -26,9 +26,13 @@ abstract class ListScreenPost extends ListScreenWP {
|
|
26 |
|
27 |
/**
|
28 |
* @param string $post_type
|
|
|
|
|
29 |
*/
|
30 |
protected function set_post_type( $post_type ) {
|
31 |
$this->post_type = (string) $post_type;
|
|
|
|
|
32 |
}
|
33 |
|
34 |
/**
|
13 |
* @param string $post_type
|
14 |
*/
|
15 |
public function __construct( $post_type ) {
|
16 |
+
$this->set_post_type( $post_type )
|
17 |
+
->set_meta_type( MetaType::POST );
|
18 |
}
|
19 |
|
20 |
/**
|
26 |
|
27 |
/**
|
28 |
* @param string $post_type
|
29 |
+
*
|
30 |
+
* @return self
|
31 |
*/
|
32 |
protected function set_post_type( $post_type ) {
|
33 |
$this->post_type = (string) $post_type;
|
34 |
+
|
35 |
+
return $this;
|
36 |
}
|
37 |
|
38 |
/**
|
classes/Message.php
CHANGED
@@ -3,15 +3,13 @@
|
|
3 |
namespace AC;
|
4 |
|
5 |
use Exception;
|
|
|
6 |
|
7 |
abstract class Message {
|
8 |
|
9 |
const SUCCESS = 'updated';
|
10 |
-
|
11 |
const ERROR = 'notice-error';
|
12 |
-
|
13 |
const WARNING = 'notice-warning';
|
14 |
-
|
15 |
const INFO = 'notice-info';
|
16 |
|
17 |
/**
|
@@ -29,34 +27,28 @@ abstract class Message {
|
|
29 |
*/
|
30 |
protected $id;
|
31 |
|
32 |
-
|
|
|
|
|
|
|
33 |
$this->type = self::SUCCESS;
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
|
42 |
/**
|
43 |
* Render an View
|
|
|
44 |
* @return string
|
45 |
-
* @throws Exception
|
46 |
*/
|
47 |
-
public function render()
|
48 |
-
if ( empty( $this->message ) ) {
|
49 |
-
throw new Exception( 'Message cannot be empty' );
|
50 |
-
}
|
51 |
-
|
52 |
-
$view = $this->create_view();
|
53 |
-
|
54 |
-
if ( ! ( $view instanceof View ) ) {
|
55 |
-
throw new Exception( 'AC\Notice::create_view should return an instance of View' );
|
56 |
-
}
|
57 |
-
|
58 |
-
return $view->render();
|
59 |
-
}
|
60 |
|
61 |
/**
|
62 |
* Display self::render to the screen
|
@@ -73,17 +65,6 @@ abstract class Message {
|
|
73 |
return $this->message;
|
74 |
}
|
75 |
|
76 |
-
/**
|
77 |
-
* @param string $message
|
78 |
-
*
|
79 |
-
* @return $this
|
80 |
-
*/
|
81 |
-
public function set_message( $message ) {
|
82 |
-
$this->message = $message;
|
83 |
-
|
84 |
-
return $this;
|
85 |
-
}
|
86 |
-
|
87 |
/**
|
88 |
* @return string
|
89 |
*/
|
3 |
namespace AC;
|
4 |
|
5 |
use Exception;
|
6 |
+
use LogicException;
|
7 |
|
8 |
abstract class Message {
|
9 |
|
10 |
const SUCCESS = 'updated';
|
|
|
11 |
const ERROR = 'notice-error';
|
|
|
12 |
const WARNING = 'notice-warning';
|
|
|
13 |
const INFO = 'notice-info';
|
14 |
|
15 |
/**
|
27 |
*/
|
28 |
protected $id;
|
29 |
|
30 |
+
/**
|
31 |
+
* @param string $message
|
32 |
+
*/
|
33 |
+
public function __construct( $message ) {
|
34 |
$this->type = self::SUCCESS;
|
35 |
+
$this->message = trim( $message );
|
36 |
+
|
37 |
+
$this->validate();
|
38 |
}
|
39 |
|
40 |
+
protected function validate() {
|
41 |
+
if ( empty( $this->message ) ) {
|
42 |
+
throw new LogicException( 'Message cannot be empty' );
|
43 |
+
}
|
44 |
+
}
|
45 |
|
46 |
/**
|
47 |
* Render an View
|
48 |
+
*
|
49 |
* @return string
|
|
|
50 |
*/
|
51 |
+
abstract public function render();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
/**
|
54 |
* Display self::render to the screen
|
65 |
return $this->message;
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
/**
|
69 |
* @return string
|
70 |
*/
|
classes/Message/Notice.php
CHANGED
@@ -7,14 +7,7 @@ use AC\View;
|
|
7 |
|
8 |
class Notice extends Message {
|
9 |
|
10 |
-
public
|
11 |
-
$notice = new self();
|
12 |
-
$notice->register();
|
13 |
-
|
14 |
-
return $notice;
|
15 |
-
}
|
16 |
-
|
17 |
-
public function create_view() {
|
18 |
$data = array(
|
19 |
'message' => $this->message,
|
20 |
'type' => $this->type,
|
@@ -24,7 +17,7 @@ class Notice extends Message {
|
|
24 |
$view = new View( $data );
|
25 |
$view->set_template( 'message/notice' );
|
26 |
|
27 |
-
return $view;
|
28 |
}
|
29 |
|
30 |
public function register() {
|
7 |
|
8 |
class Notice extends Message {
|
9 |
|
10 |
+
public function render() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
$data = array(
|
12 |
'message' => $this->message,
|
13 |
'type' => $this->type,
|
17 |
$view = new View( $data );
|
18 |
$view->set_template( 'message/notice' );
|
19 |
|
20 |
+
return $view->render();
|
21 |
}
|
22 |
|
23 |
public function register() {
|
classes/Message/Notice/Dismissible.php
CHANGED
@@ -5,6 +5,7 @@ namespace AC\Message\Notice;
|
|
5 |
use AC\Ajax\Handler;
|
6 |
use AC\Ajax\NullHandler;
|
7 |
use AC\Message\Notice;
|
|
|
8 |
|
9 |
class Dismissible extends Notice {
|
10 |
|
@@ -13,23 +14,32 @@ class Dismissible extends Notice {
|
|
13 |
*/
|
14 |
protected $handler;
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
if ( null === $handler ) {
|
20 |
$handler = new NullHandler();
|
21 |
}
|
22 |
|
23 |
$this->handler = $handler;
|
|
|
|
|
24 |
}
|
25 |
|
26 |
-
public function
|
27 |
-
$
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
-
$view
|
30 |
-
|
31 |
|
32 |
-
return $view;
|
33 |
}
|
34 |
|
35 |
/**
|
5 |
use AC\Ajax\Handler;
|
6 |
use AC\Ajax\NullHandler;
|
7 |
use AC\Message\Notice;
|
8 |
+
use AC\View;
|
9 |
|
10 |
class Dismissible extends Notice {
|
11 |
|
14 |
*/
|
15 |
protected $handler;
|
16 |
|
17 |
+
/**
|
18 |
+
* @param string $message
|
19 |
+
* @param Handler|null $handler
|
20 |
+
*/
|
21 |
+
public function __construct( $message, Handler $handler = null ) {
|
22 |
if ( null === $handler ) {
|
23 |
$handler = new NullHandler();
|
24 |
}
|
25 |
|
26 |
$this->handler = $handler;
|
27 |
+
|
28 |
+
parent::__construct( $message );
|
29 |
}
|
30 |
|
31 |
+
public function render() {
|
32 |
+
$data = array(
|
33 |
+
'message' => $this->message,
|
34 |
+
'type' => $this->type,
|
35 |
+
'id' => $this->id,
|
36 |
+
'dismissible_callback' => $this->handler->get_params(),
|
37 |
+
);
|
38 |
|
39 |
+
$view = new View( $data );
|
40 |
+
$view->set_template( 'message/notice/dismissible' );
|
41 |
|
42 |
+
return $view->render();
|
43 |
}
|
44 |
|
45 |
/**
|
classes/Message/Plugin.php
CHANGED
@@ -18,10 +18,11 @@ class Plugin extends Message {
|
|
18 |
protected $icon;
|
19 |
|
20 |
/**
|
|
|
21 |
* @param string $plugin_basename
|
22 |
*/
|
23 |
-
public function __construct( $plugin_basename ) {
|
24 |
-
parent::__construct();
|
25 |
|
26 |
$this->plugin_basename = $plugin_basename;
|
27 |
$this->type = self::WARNING;
|
@@ -32,7 +33,7 @@ class Plugin extends Message {
|
|
32 |
add_action( 'after_plugin_row_' . $this->plugin_basename, array( $this, 'display' ), 11 );
|
33 |
}
|
34 |
|
35 |
-
public function
|
36 |
switch ( $this->type ) {
|
37 |
case self::SUCCESS :
|
38 |
$class = 'updated-message notice-success';
|
@@ -62,7 +63,7 @@ class Plugin extends Message {
|
|
62 |
$view = new View( $data );
|
63 |
$view->set_template( 'message/plugin' );
|
64 |
|
65 |
-
return $view;
|
66 |
}
|
67 |
|
68 |
/**
|
@@ -83,17 +84,6 @@ class Plugin extends Message {
|
|
83 |
return $mapping[ $this->type ];
|
84 |
}
|
85 |
|
86 |
-
/**
|
87 |
-
* @param string $type
|
88 |
-
*
|
89 |
-
* @return $this
|
90 |
-
*/
|
91 |
-
public function set_type( $type ) {
|
92 |
-
$this->type = $type;
|
93 |
-
|
94 |
-
return $this;
|
95 |
-
}
|
96 |
-
|
97 |
/**
|
98 |
* Set the icon of this notice
|
99 |
*
|
18 |
protected $icon;
|
19 |
|
20 |
/**
|
21 |
+
* @param string $message
|
22 |
* @param string $plugin_basename
|
23 |
*/
|
24 |
+
public function __construct( $message, $plugin_basename ) {
|
25 |
+
parent::__construct( $message );
|
26 |
|
27 |
$this->plugin_basename = $plugin_basename;
|
28 |
$this->type = self::WARNING;
|
33 |
add_action( 'after_plugin_row_' . $this->plugin_basename, array( $this, 'display' ), 11 );
|
34 |
}
|
35 |
|
36 |
+
public function render() {
|
37 |
switch ( $this->type ) {
|
38 |
case self::SUCCESS :
|
39 |
$class = 'updated-message notice-success';
|
63 |
$view = new View( $data );
|
64 |
$view->set_template( 'message/plugin' );
|
65 |
|
66 |
+
return $view->render();
|
67 |
}
|
68 |
|
69 |
/**
|
84 |
return $mapping[ $this->type ];
|
85 |
}
|
86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
/**
|
88 |
* Set the icon of this notice
|
89 |
*
|
classes/MetaType.php
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
use LogicException;
|
6 |
+
|
7 |
+
final class MetaType {
|
8 |
+
|
9 |
+
const POST = 'post';
|
10 |
+
const USER = 'user';
|
11 |
+
const COMMENT = 'comment';
|
12 |
+
const TERM = 'term';
|
13 |
+
|
14 |
+
/**
|
15 |
+
* @var string
|
16 |
+
*/
|
17 |
+
private $meta_type;
|
18 |
+
|
19 |
+
/**
|
20 |
+
* @param string $meta_type
|
21 |
+
*/
|
22 |
+
public function __construct( $meta_type ) {
|
23 |
+
$this->meta_type = $meta_type;
|
24 |
+
|
25 |
+
$this->validate();
|
26 |
+
}
|
27 |
+
|
28 |
+
/**
|
29 |
+
* @return string
|
30 |
+
*/
|
31 |
+
public function get() {
|
32 |
+
return $this->meta_type;
|
33 |
+
}
|
34 |
+
|
35 |
+
/**
|
36 |
+
* @throws LogicException
|
37 |
+
*/
|
38 |
+
private function validate() {
|
39 |
+
$types = array(
|
40 |
+
self::POST,
|
41 |
+
self::USER,
|
42 |
+
self::COMMENT,
|
43 |
+
self::TERM,
|
44 |
+
);
|
45 |
+
|
46 |
+
if ( ! in_array( $this->meta_type, $types ) ) {
|
47 |
+
throw new LogicException( 'Invalid meta type.' );
|
48 |
+
}
|
49 |
+
}
|
50 |
+
|
51 |
+
}
|
classes/Middleware.php
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
interface Middleware {
|
6 |
+
|
7 |
+
public function handle( Request $request );
|
8 |
+
|
9 |
+
}
|
classes/Plugin.php
CHANGED
@@ -6,6 +6,9 @@ use ReflectionObject;
|
|
6 |
|
7 |
abstract class Plugin extends Addon {
|
8 |
|
|
|
|
|
|
|
9 |
/**
|
10 |
* Check if plugin is network activated
|
11 |
* @return bool
|
@@ -22,7 +25,11 @@ abstract class Plugin extends Addon {
|
|
22 |
protected function get_data() {
|
23 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
|
28 |
/**
|
6 |
|
7 |
abstract class Plugin extends Addon {
|
8 |
|
9 |
+
/** @var array */
|
10 |
+
private $data;
|
11 |
+
|
12 |
/**
|
13 |
* Check if plugin is network activated
|
14 |
* @return bool
|
25 |
protected function get_data() {
|
26 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
27 |
|
28 |
+
if ( null === $this->data ) {
|
29 |
+
$this->data = get_plugin_data( $this->get_file(), false, false );
|
30 |
+
}
|
31 |
+
|
32 |
+
return $this->data;
|
33 |
}
|
34 |
|
35 |
/**
|
classes/Plugin/Updater.php
CHANGED
@@ -106,14 +106,12 @@ class Updater {
|
|
106 |
esc_html__( 'Your database is up to date. You are awesome.', 'codepress-admin-columns' )
|
107 |
);
|
108 |
|
109 |
-
$notice = new Message\Notice();
|
110 |
-
$notice->
|
111 |
-
->register();
|
112 |
}
|
113 |
|
114 |
protected function show_update_notice() {
|
115 |
$url = add_query_arg( array( 'ac_do_update' => 'true' ), AC()->admin()->get_settings_url() );
|
116 |
-
|
117 |
$message = sprintf( '<strong>%s</strong> – %s <a href="%s" class="button ac-update-now">%s</a>',
|
118 |
esc_html__( 'Admin Columns', 'codepress-admin-columns' ),
|
119 |
esc_html__( 'We need to update your database to the latest version.', 'codepress-admin-columns' ),
|
@@ -121,10 +119,10 @@ class Updater {
|
|
121 |
esc_html__( 'Run the updater', 'codepress-admin-columns' )
|
122 |
);
|
123 |
|
124 |
-
$notice = new Message\Notice();
|
125 |
-
$notice
|
126 |
-
|
127 |
-
|
128 |
}
|
129 |
|
130 |
}
|
106 |
esc_html__( 'Your database is up to date. You are awesome.', 'codepress-admin-columns' )
|
107 |
);
|
108 |
|
109 |
+
$notice = new Message\Notice( $message );
|
110 |
+
$notice->register();
|
|
|
111 |
}
|
112 |
|
113 |
protected function show_update_notice() {
|
114 |
$url = add_query_arg( array( 'ac_do_update' => 'true' ), AC()->admin()->get_settings_url() );
|
|
|
115 |
$message = sprintf( '<strong>%s</strong> – %s <a href="%s" class="button ac-update-now">%s</a>',
|
116 |
esc_html__( 'Admin Columns', 'codepress-admin-columns' ),
|
117 |
esc_html__( 'We need to update your database to the latest version.', 'codepress-admin-columns' ),
|
119 |
esc_html__( 'Run the updater', 'codepress-admin-columns' )
|
120 |
);
|
121 |
|
122 |
+
$notice = new Message\Notice( $message );
|
123 |
+
$notice
|
124 |
+
->set_type( $notice::INFO )
|
125 |
+
->register();
|
126 |
}
|
127 |
|
128 |
}
|
classes/PluginInformation.php
CHANGED
@@ -7,22 +7,17 @@ class PluginInformation {
|
|
7 |
/**
|
8 |
* @var string
|
9 |
*/
|
10 |
-
private $
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
*
|
15 |
-
* @param string $plugin_dirname
|
16 |
-
*/
|
17 |
-
public function __construct( $plugin_dirname ) {
|
18 |
-
$this->plugin_dirname = sanitize_key( $plugin_dirname );
|
19 |
}
|
20 |
|
21 |
/**
|
22 |
* @return string
|
23 |
*/
|
24 |
public function get_dirname() {
|
25 |
-
return $this->
|
26 |
}
|
27 |
|
28 |
/**
|
@@ -36,7 +31,7 @@ class PluginInformation {
|
|
36 |
* @return bool
|
37 |
*/
|
38 |
public function is_active() {
|
39 |
-
return is_plugin_active( $this->
|
40 |
}
|
41 |
|
42 |
/**
|
@@ -50,7 +45,7 @@ class PluginInformation {
|
|
50 |
* @return string Basename
|
51 |
*/
|
52 |
public function get_basename() {
|
53 |
-
return $this->
|
54 |
}
|
55 |
|
56 |
/**
|
@@ -63,18 +58,14 @@ class PluginInformation {
|
|
63 |
/**
|
64 |
* @return array|false
|
65 |
*/
|
66 |
-
|
67 |
$plugins = (array) get_plugins();
|
68 |
|
69 |
-
|
70 |
-
|
71 |
-
$info['Basename'] = $basename;
|
72 |
-
|
73 |
-
return $info;
|
74 |
-
}
|
75 |
}
|
76 |
|
77 |
-
return
|
78 |
}
|
79 |
|
80 |
/**
|
7 |
/**
|
8 |
* @var string
|
9 |
*/
|
10 |
+
private $basename;
|
11 |
|
12 |
+
public function __construct( $basename ) {
|
13 |
+
$this->basename = $basename;
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
|
16 |
/**
|
17 |
* @return string
|
18 |
*/
|
19 |
public function get_dirname() {
|
20 |
+
return dirname( $this->basename );
|
21 |
}
|
22 |
|
23 |
/**
|
31 |
* @return bool
|
32 |
*/
|
33 |
public function is_active() {
|
34 |
+
return is_plugin_active( $this->basename );
|
35 |
}
|
36 |
|
37 |
/**
|
45 |
* @return string Basename
|
46 |
*/
|
47 |
public function get_basename() {
|
48 |
+
return $this->basename;
|
49 |
}
|
50 |
|
51 |
/**
|
58 |
/**
|
59 |
* @return array|false
|
60 |
*/
|
61 |
+
private function get_plugin_info() {
|
62 |
$plugins = (array) get_plugins();
|
63 |
|
64 |
+
if ( ! array_key_exists( $this->basename, $plugins ) ) {
|
65 |
+
return false;
|
|
|
|
|
|
|
|
|
66 |
}
|
67 |
|
68 |
+
return $plugins[ $this->basename ];
|
69 |
}
|
70 |
|
71 |
/**
|
classes/Request.php
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
class Request {
|
6 |
+
|
7 |
+
const METHOD_POST = 'POST';
|
8 |
+
const METHOD_GET = 'GET';
|
9 |
+
|
10 |
+
/**
|
11 |
+
* @var string
|
12 |
+
*/
|
13 |
+
protected $method;
|
14 |
+
|
15 |
+
/**
|
16 |
+
* @var array
|
17 |
+
*/
|
18 |
+
protected $query;
|
19 |
+
|
20 |
+
/**
|
21 |
+
* @var array
|
22 |
+
*/
|
23 |
+
protected $request;
|
24 |
+
|
25 |
+
/**
|
26 |
+
* @var Middleware[]
|
27 |
+
*/
|
28 |
+
protected $middleware;
|
29 |
+
|
30 |
+
public function __construct() {
|
31 |
+
$this->method = $_SERVER['REQUEST_METHOD'];
|
32 |
+
$this->query = filter_input_array( INPUT_GET );
|
33 |
+
$this->request = filter_input_array( INPUT_POST );
|
34 |
+
}
|
35 |
+
|
36 |
+
/**
|
37 |
+
* @param Middleware $middleware
|
38 |
+
*/
|
39 |
+
public function add_middleware( Middleware $middleware ) {
|
40 |
+
$this->middleware[] = $middleware;
|
41 |
+
|
42 |
+
$middleware->handle( $this );
|
43 |
+
}
|
44 |
+
|
45 |
+
/**
|
46 |
+
* @return bool
|
47 |
+
*/
|
48 |
+
public function is_request() {
|
49 |
+
return ! empty( $this->request );
|
50 |
+
}
|
51 |
+
|
52 |
+
/**
|
53 |
+
* @return bool
|
54 |
+
*/
|
55 |
+
public function is_query() {
|
56 |
+
return ! empty( $this->query );
|
57 |
+
}
|
58 |
+
|
59 |
+
/**
|
60 |
+
* @return string
|
61 |
+
*/
|
62 |
+
public function get_method() {
|
63 |
+
return $this->method;
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
* Wrapper that defaults to request method accessor
|
68 |
+
*
|
69 |
+
* @param string|null $key
|
70 |
+
* @param int $filter
|
71 |
+
* @param array|null $options
|
72 |
+
*
|
73 |
+
* @return mixed
|
74 |
+
*/
|
75 |
+
public function get( $key = null, $filter = FILTER_DEFAULT, $options = null ) {
|
76 |
+
if ( $this->method === self::METHOD_POST ) {
|
77 |
+
return $this->get_request( $key, $filter, $options );
|
78 |
+
}
|
79 |
+
|
80 |
+
return $this->get_query( $key, $filter, $options );
|
81 |
+
}
|
82 |
+
|
83 |
+
/**
|
84 |
+
* Merge input with current request method
|
85 |
+
*
|
86 |
+
* @param array $input
|
87 |
+
*/
|
88 |
+
public function merge( array $input ) {
|
89 |
+
$target = 'query';
|
90 |
+
|
91 |
+
if ( $this->method === self::METHOD_POST ) {
|
92 |
+
$target = 'request';
|
93 |
+
}
|
94 |
+
|
95 |
+
$this->$target = array_merge( $this->$target, $input );
|
96 |
+
}
|
97 |
+
|
98 |
+
/**
|
99 |
+
* Wrapper around filter_input for INPUT_POST
|
100 |
+
*
|
101 |
+
* @param string|null $key
|
102 |
+
* @param int $filter
|
103 |
+
* @param array|null $options
|
104 |
+
*
|
105 |
+
* @return mixed
|
106 |
+
*/
|
107 |
+
public function get_request( $key = null, $filter = FILTER_DEFAULT, $options = null ) {
|
108 |
+
if ( null === $key ) {
|
109 |
+
return $this->request;
|
110 |
+
}
|
111 |
+
|
112 |
+
if ( ! isset( $this->request[ $key ] ) ) {
|
113 |
+
return false;
|
114 |
+
}
|
115 |
+
|
116 |
+
return filter_var( $this->request[ $key ], $filter, $options );
|
117 |
+
}
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Wrapper around filter_input for INPUT_GET
|
121 |
+
*
|
122 |
+
* @param string|null $key
|
123 |
+
* @param int $filter
|
124 |
+
* @param array|null $options
|
125 |
+
*
|
126 |
+
* @return mixed
|
127 |
+
*/
|
128 |
+
public function get_query( $key = null, $filter = FILTER_DEFAULT, $options = null ) {
|
129 |
+
if ( null === $key ) {
|
130 |
+
return $this->query;
|
131 |
+
}
|
132 |
+
|
133 |
+
if ( ! isset( $this->query[ $key ] ) ) {
|
134 |
+
return false;
|
135 |
+
}
|
136 |
+
|
137 |
+
return filter_var( $this->query[ $key ], $filter, $options );
|
138 |
+
}
|
139 |
+
|
140 |
+
}
|
classes/Screen.php
CHANGED
@@ -51,8 +51,11 @@ class Screen {
|
|
51 |
return $this->screen;
|
52 |
}
|
53 |
|
|
|
|
|
|
|
54 |
public function has_screen() {
|
55 |
-
return
|
56 |
}
|
57 |
|
58 |
/**
|
@@ -62,6 +65,20 @@ class Screen {
|
|
62 |
return $this->screen->id;
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
/**
|
66 |
* @return ListScreen|false
|
67 |
*/
|
51 |
return $this->screen;
|
52 |
}
|
53 |
|
54 |
+
/**
|
55 |
+
* @return bool
|
56 |
+
*/
|
57 |
public function has_screen() {
|
58 |
+
return $this->screen instanceof WP_Screen;
|
59 |
}
|
60 |
|
61 |
/**
|
65 |
return $this->screen->id;
|
66 |
}
|
67 |
|
68 |
+
/**
|
69 |
+
* @return string
|
70 |
+
*/
|
71 |
+
public function get_base() {
|
72 |
+
return $this->screen->base;
|
73 |
+
}
|
74 |
+
|
75 |
+
/**
|
76 |
+
* @return string
|
77 |
+
*/
|
78 |
+
public function get_post_type() {
|
79 |
+
return $this->screen->post_type;
|
80 |
+
}
|
81 |
+
|
82 |
/**
|
83 |
* @return ListScreen|false
|
84 |
*/
|
classes/Settings/Column/CustomFieldType.php
CHANGED
@@ -198,7 +198,8 @@ class CustomFieldType extends Settings\Column
|
|
198 |
switch ( $this->get_field_type() ) {
|
199 |
|
200 |
case 'date' :
|
201 |
-
|
|
|
202 |
$value = date( 'c', $timestamp );
|
203 |
}
|
204 |
|
198 |
switch ( $this->get_field_type() ) {
|
199 |
|
200 |
case 'date' :
|
201 |
+
$timestamp = ac_helper()->date->strtotime( $value );
|
202 |
+
if ( $timestamp ) {
|
203 |
$value = date( 'c', $timestamp );
|
204 |
}
|
205 |
|
classes/Settings/Column/Label.php
CHANGED
@@ -14,7 +14,8 @@ class Label extends Settings\Column {
|
|
14 |
|
15 |
protected function define_options() {
|
16 |
return array(
|
17 |
-
'label'
|
|
|
18 |
);
|
19 |
}
|
20 |
|
@@ -30,6 +31,8 @@ class Label extends Settings\Column {
|
|
30 |
'setting' => $setting,
|
31 |
) );
|
32 |
|
|
|
|
|
33 |
return $view;
|
34 |
}
|
35 |
|
14 |
|
15 |
protected function define_options() {
|
16 |
return array(
|
17 |
+
'label' => $this->column->get_label(),
|
18 |
+
'label_type' => 'text',
|
19 |
);
|
20 |
}
|
21 |
|
31 |
'setting' => $setting,
|
32 |
) );
|
33 |
|
34 |
+
$view->set_template( 'settings/setting-label' );
|
35 |
+
|
36 |
return $view;
|
37 |
}
|
38 |
|
classes/Settings/Column/Meta.php
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
namespace AC\Settings\Column;
|
4 |
|
5 |
use AC\Form\Element\Select;
|
|
|
6 |
use AC\Settings\Column;
|
7 |
use AC\View;
|
8 |
|
@@ -121,7 +122,7 @@ abstract class Meta extends Column {
|
|
121 |
);
|
122 |
|
123 |
// User only
|
124 |
-
if (
|
125 |
|
126 |
if ( is_multisite() ) {
|
127 |
foreach ( get_sites() as $site ) {
|
3 |
namespace AC\Settings\Column;
|
4 |
|
5 |
use AC\Form\Element\Select;
|
6 |
+
use AC\MetaType;
|
7 |
use AC\Settings\Column;
|
8 |
use AC\View;
|
9 |
|
122 |
);
|
123 |
|
124 |
// User only
|
125 |
+
if ( MetaType::USER === $this->get_meta_type() ) {
|
126 |
|
127 |
if ( is_multisite() ) {
|
128 |
foreach ( get_sites() as $site ) {
|
classes/Settings/Column/PathScope.php
CHANGED
@@ -25,6 +25,7 @@ class PathScope extends Settings\Column
|
|
25 |
'full' => __( 'Full Path', 'codepress-admin-columns' ),
|
26 |
'relative-domain' => __( 'Relative to domain', 'codepress-admin-columns' ),
|
27 |
'relative-uploads' => __( 'Relative to main uploads folder', 'codepress-admin-columns' ),
|
|
|
28 |
) );
|
29 |
|
30 |
$view = new View( array(
|
@@ -79,6 +80,10 @@ class PathScope extends Settings\Column
|
|
79 |
$file = substr( $file, strlen( $url ) );
|
80 |
}
|
81 |
|
|
|
|
|
|
|
|
|
82 |
break;
|
83 |
}
|
84 |
|
25 |
'full' => __( 'Full Path', 'codepress-admin-columns' ),
|
26 |
'relative-domain' => __( 'Relative to domain', 'codepress-admin-columns' ),
|
27 |
'relative-uploads' => __( 'Relative to main uploads folder', 'codepress-admin-columns' ),
|
28 |
+
'local' => __( 'Local Path', 'codepress-admin-columns' ),
|
29 |
) );
|
30 |
|
31 |
$view = new View( array(
|
80 |
$file = substr( $file, strlen( $url ) );
|
81 |
}
|
82 |
|
83 |
+
break;
|
84 |
+
case 'local' :
|
85 |
+
$file = get_attached_file( $original_value );
|
86 |
+
|
87 |
break;
|
88 |
}
|
89 |
|
classes/Settings/Column/Type.php
CHANGED
@@ -62,6 +62,23 @@ class Type extends Column {
|
|
62 |
return strip_tags( $label );
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
/**
|
66 |
* @return Groups
|
67 |
*/
|
@@ -73,8 +90,8 @@ class Type extends Column {
|
|
73 |
$groups->register_group( 'custom_field', __( 'Custom Fields', 'codepress-admin-columns' ), 30 );
|
74 |
$groups->register_group( 'custom', __( 'Custom', 'codepress-admin-columns' ), 40 );
|
75 |
|
76 |
-
foreach (
|
77 |
-
$groups->register_group( $
|
78 |
}
|
79 |
|
80 |
do_action( 'ac/column_groups', $groups );
|
62 |
return strip_tags( $label );
|
63 |
}
|
64 |
|
65 |
+
/**
|
66 |
+
* @return \AC\Integration[]
|
67 |
+
*/
|
68 |
+
private function get_missing_integrations() {
|
69 |
+
$missing = array();
|
70 |
+
|
71 |
+
foreach ( new AC\Integrations() as $integration ) {
|
72 |
+
$integration_plugin = new AC\PluginInformation( $integration->get_basename() );
|
73 |
+
|
74 |
+
if ( $integration->is_plugin_active() && ! $integration_plugin->is_active() ) {
|
75 |
+
$missing[] = $integration;
|
76 |
+
}
|
77 |
+
}
|
78 |
+
|
79 |
+
return $missing;
|
80 |
+
}
|
81 |
+
|
82 |
/**
|
83 |
* @return Groups
|
84 |
*/
|
90 |
$groups->register_group( 'custom_field', __( 'Custom Fields', 'codepress-admin-columns' ), 30 );
|
91 |
$groups->register_group( 'custom', __( 'Custom', 'codepress-admin-columns' ), 40 );
|
92 |
|
93 |
+
foreach ( $this->get_missing_integrations() as $integration ) {
|
94 |
+
$groups->register_group( $integration->get_slug(), $integration->get_title(), 11 );
|
95 |
}
|
96 |
|
97 |
do_action( 'ac/column_groups', $groups );
|
classes/Storage/Timestamp.php
CHANGED
@@ -4,6 +4,7 @@ namespace AC\Storage;
|
|
4 |
|
5 |
use AC\Expirable;
|
6 |
use Exception;
|
|
|
7 |
|
8 |
final class Timestamp
|
9 |
implements KeyValuePair, Expirable {
|
@@ -11,7 +12,7 @@ final class Timestamp
|
|
11 |
/**
|
12 |
* @var KeyValuePair
|
13 |
*/
|
14 |
-
|
15 |
|
16 |
public function __construct( KeyValuePair $storage ) {
|
17 |
$this->storage = $storage;
|
@@ -61,7 +62,7 @@ final class Timestamp
|
|
61 |
*/
|
62 |
public function save( $value ) {
|
63 |
if ( ! $this->validate( $value ) ) {
|
64 |
-
throw new
|
65 |
}
|
66 |
|
67 |
return $this->storage->save( $value );
|
4 |
|
5 |
use AC\Expirable;
|
6 |
use Exception;
|
7 |
+
use LogicException;
|
8 |
|
9 |
final class Timestamp
|
10 |
implements KeyValuePair, Expirable {
|
12 |
/**
|
13 |
* @var KeyValuePair
|
14 |
*/
|
15 |
+
private $storage;
|
16 |
|
17 |
public function __construct( KeyValuePair $storage ) {
|
18 |
$this->storage = $storage;
|
62 |
*/
|
63 |
public function save( $value ) {
|
64 |
if ( ! $this->validate( $value ) ) {
|
65 |
+
throw new LogicException( 'Value needs to be a positive integer' );
|
66 |
}
|
67 |
|
68 |
return $this->storage->save( $value );
|
classes/Table/Screen.php
CHANGED
@@ -246,6 +246,7 @@ final class Screen {
|
|
246 |
'ajax_nonce' => wp_create_nonce( 'ac-ajax' ),
|
247 |
'table_id' => $this->list_screen->get_table_attr_id(),
|
248 |
'screen' => $this->get_current_screen_id(),
|
|
|
249 |
)
|
250 |
);
|
251 |
|
246 |
'ajax_nonce' => wp_create_nonce( 'ac-ajax' ),
|
247 |
'table_id' => $this->list_screen->get_table_attr_id(),
|
248 |
'screen' => $this->get_current_screen_id(),
|
249 |
+
'meta_type' => $this->list_screen->get_meta_type(),
|
250 |
)
|
251 |
);
|
252 |
|
classes/TypedArrayIterator.php
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace AC;
|
4 |
+
|
5 |
+
use LogicException;
|
6 |
+
|
7 |
+
abstract class TypedArrayIterator extends ArrayIterator {
|
8 |
+
|
9 |
+
/**
|
10 |
+
* @var string
|
11 |
+
*/
|
12 |
+
protected $type;
|
13 |
+
|
14 |
+
/**
|
15 |
+
* @param array $array
|
16 |
+
* @param string $type Type to validate the collection against
|
17 |
+
*/
|
18 |
+
public function __construct( array $array, $type ) {
|
19 |
+
parent::__construct( $array );
|
20 |
+
|
21 |
+
$this->type = $type;
|
22 |
+
}
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Optional validation when a type was set
|
26 |
+
* @throws LogicException
|
27 |
+
*/
|
28 |
+
protected function validate() {
|
29 |
+
foreach ( $this as $value ) {
|
30 |
+
$this->validate_type( $value );
|
31 |
+
}
|
32 |
+
}
|
33 |
+
|
34 |
+
/**
|
35 |
+
* @param $value
|
36 |
+
*/
|
37 |
+
protected function validate_type( $value ) {
|
38 |
+
if ( ! $value instanceof $this->type ) {
|
39 |
+
throw new LogicException( sprintf( 'Found object that is not a %s.', $this->type ) );
|
40 |
+
}
|
41 |
+
}
|
42 |
+
|
43 |
+
}
|
codepress-admin-columns.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Admin Columns
|
4 |
-
Version: 3.
|
5 |
Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
|
6 |
Author: AdminColumns.com
|
7 |
Author URI: https://www.admincolumns.com
|
@@ -36,18 +36,31 @@ if ( ! is_admin() ) {
|
|
36 |
}
|
37 |
|
38 |
define( 'AC_FILE', __FILE__ );
|
|
|
39 |
|
40 |
-
require_once 'classes/Dependencies.php';
|
41 |
|
42 |
-
function
|
43 |
-
$dependencies = new
|
44 |
-
$dependencies->
|
45 |
|
46 |
if ( $dependencies->has_missing() ) {
|
47 |
return;
|
48 |
}
|
49 |
|
50 |
-
require_once __DIR__ . '/
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
-
|
|
|
|
|
|
|
|
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Admin Columns
|
4 |
+
Version: 3.3.1
|
5 |
Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
|
6 |
Author: AdminColumns.com
|
7 |
Author URI: https://www.admincolumns.com
|
36 |
}
|
37 |
|
38 |
define( 'AC_FILE', __FILE__ );
|
39 |
+
define( 'AC_VERSION', '3.3.1' );
|
40 |
|
41 |
+
require_once __DIR__ . '/classes/Dependencies.php';
|
42 |
|
43 |
+
add_action( 'after_setup_theme', function () {
|
44 |
+
$dependencies = new AC\Dependencies( plugin_basename( AC_FILE ), AC_VERSION );
|
45 |
+
$dependencies->requires_php( '5.3.6' );
|
46 |
|
47 |
if ( $dependencies->has_missing() ) {
|
48 |
return;
|
49 |
}
|
50 |
|
51 |
+
require_once __DIR__ . '/api.php';
|
52 |
+
require_once __DIR__ . '/classes/Autoloader.php';
|
53 |
+
|
54 |
+
AC\Autoloader::instance()->register_prefix( 'AC', __DIR__ . '/classes' );
|
55 |
+
AC\Autoloader\Underscore::instance()
|
56 |
+
->add_alias( 'AC\ListScreen', 'AC_ListScreen' )
|
57 |
+
->add_alias( 'AC\Settings\FormatValue', 'AC_Settings_FormatValueInterface' )
|
58 |
+
->add_alias( 'AC\Column\Media\MediaParent', 'AC_Column_Media_Parent' )
|
59 |
+
->add_alias( 'AC\Column\Post\PostParent', 'AC_Column_Post_Parent' );
|
60 |
|
61 |
+
/**
|
62 |
+
* For loading external resources, e.g. column settings.
|
63 |
+
* Can be called from plugins and themes.
|
64 |
+
*/
|
65 |
+
do_action( 'ac/ready', AC() );
|
66 |
+
}, 1 );
|
languages/codepress-admin-columns-ar_AR.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-ar_AR.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -501,11 +501,11 @@ msgstr ""
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -721,63 +721,63 @@ msgstr ""
|
|
721 |
msgid "Help"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Close"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "Clear all columns "
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "I'm using Admin Columns for WordPress!"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your First Name"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Your Email"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Submit your email and we'll send you a discount for %s off."
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Get %s Off!"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Extra Columns for:"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Edit your column content directly"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "Pro"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Columns.php:
|
765 |
msgid "You need at least one column"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Available"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "Recommended"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s could not be activated."
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: classes/Admin/Page/Addons.php:
|
781 |
msgid "%s successfully activated."
|
782 |
msgstr ""
|
783 |
|
@@ -791,15 +791,15 @@ msgstr[3] ""
|
|
791 |
msgstr[4] ""
|
792 |
msgstr[5] ""
|
793 |
|
794 |
-
#: classes/Admin/Page/Addons.php:
|
795 |
msgid "%s is installed, but not active."
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: classes/Admin/Page/Addons.php:
|
799 |
msgid "%s needs to be installed for the add-on to work."
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: classes/Admin/Addon.php:
|
803 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
804 |
msgstr ""
|
805 |
|
@@ -815,43 +815,43 @@ msgstr ""
|
|
815 |
msgid "Imported"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Learn more about Pro"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Import & Export settings"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Create multiple columns sets"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Add filterable columns"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Add sortable columns"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "Take Admin Columns to the next level:"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Upgrade to"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: classes/Admin/Page/Columns.php:
|
851 |
msgid "Please visit the %s screen once to load all available columns"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "Restore columns"
|
856 |
msgstr ""
|
857 |
|
@@ -859,7 +859,7 @@ msgstr ""
|
|
859 |
msgid "Settings for %s restored successfully."
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: classes/Admin/Page/Columns.php:
|
863 |
msgid "View %s screen"
|
864 |
msgstr ""
|
865 |
|
@@ -875,23 +875,23 @@ msgstr ""
|
|
875 |
msgid "Link Label"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Admin/Page/Addons.php:
|
879 |
msgid "You need Admin Columns Pro."
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Admin/Page/Addons.php:
|
883 |
msgid "Addon does not exist."
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Check/AddonAvailable.php:
|
887 |
msgid "the addons page"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: classes/Check/AddonAvailable.php:
|
891 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
895 |
msgid "Custom Fields"
|
896 |
msgstr "حقول مخصصة"
|
897 |
|
@@ -903,40 +903,40 @@ msgstr ""
|
|
903 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
904 |
msgstr ""
|
905 |
|
906 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
907 |
#. Plugin URI of the plugin/theme
|
908 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
909 |
#. Author URI of the plugin/theme
|
910 |
msgid "https://www.admincolumns.com"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
914 |
msgid "Edit columns"
|
915 |
msgstr "تحرير الأعمدة"
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "Upgrade"
|
919 |
msgstr "تحديث"
|
920 |
|
921 |
-
#: classes/Admin/Page/Columns.php:
|
922 |
msgid "Settings for %s updated successfully."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: classes/Admin/Page/Columns.php:
|
926 |
msgid "You are trying to store the same settings for %s."
|
927 |
msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
|
928 |
|
929 |
-
#: classes/ListScreen.php:
|
930 |
msgid "No columns settings available."
|
931 |
msgstr "لا توجد إعدادات أعمدة متوفرة."
|
932 |
|
933 |
-
#: classes/ListScreen/User.php:
|
934 |
msgid "Users"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
938 |
#: classes/ListScreenGroups.php:15
|
939 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
940 |
msgid "Media"
|
941 |
msgstr ""
|
942 |
|
@@ -944,107 +944,103 @@ msgstr ""
|
|
944 |
msgid "Links"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: classes/ListScreen/Comment.php:
|
948 |
msgid "Comment"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: classes/ListScreen/Comment.php:
|
952 |
msgid "Comments"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Get this add-on"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Download & Install"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Activate"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Installed"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: classes/Admin/Page/Addons.php:
|
972 |
msgid "Deactivate"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: classes/Admin/Page/Addons.php:
|
976 |
msgid "Active"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: classes/Admin/Page/Columns.php:
|
980 |
msgid "Add Column"
|
981 |
msgstr "أضف عمود"
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
-
msgid "Drag and drop to reorder"
|
985 |
-
msgstr "قم بالسحب والإلقاء لإعادة الترتيب"
|
986 |
-
|
987 |
-
#: classes/Admin/Page/Columns.php:672
|
988 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
993 |
msgstr "تحقق من قسم <strong>المساعدة</strong> في الجانب العلوي الأيسر من الشاشة."
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Support"
|
997 |
msgstr "دعم"
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Buy Pro"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
msgid "Tweet"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Rate"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
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!"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Woohoo! We're glad to hear that!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Forums"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "Docs"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "What's wrong? Need help? Let us know!"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Are you happy with Admin Columns?"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: classes/Admin/Page/Columns.php:
|
1044 |
msgid "Update"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Columns.php:
|
1048 |
msgid "Store settings"
|
1049 |
msgstr "حفظ الإعدادات"
|
1050 |
|
@@ -1052,7 +1048,7 @@ msgstr "حفظ الإعدادات"
|
|
1052 |
msgid "Add-ons"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1056 |
msgid "Settings"
|
1057 |
msgstr "الإعدادات"
|
1058 |
|
@@ -1076,7 +1072,7 @@ msgstr "سيؤدي هذا إلى حذف كافة إعدادات الأعمدة
|
|
1076 |
msgid "Restore Settings"
|
1077 |
msgstr "استرجاع الإعدادات"
|
1078 |
|
1079 |
-
#: classes/Admin/Page/Columns.php:
|
1080 |
#: classes/Admin/Page/Settings.php:193
|
1081 |
msgid "Save"
|
1082 |
msgstr ""
|
@@ -1166,83 +1162,83 @@ msgstr "نظرة عامة"
|
|
1166 |
msgid "Default settings successfully restored."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1170 |
msgid "%s column is already present and can not be duplicated."
|
1171 |
msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
|
1172 |
|
1173 |
-
#: classes/Admin.php:
|
1174 |
msgid "Admin Columns Settings"
|
1175 |
msgstr "إعدادات Admin Columns"
|
1176 |
|
1177 |
-
#: classes/Admin/Page/Addons.php:
|
1178 |
msgid "%s successfully deactivated."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "find answers to frequently asked questions"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "Admin Columns forum on WordPress.org"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "You can also find help on the %s, and %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "our forum"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "documentation page"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "Permanently hide notice"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "Leave a review!"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Check/Review.php:
|
1214 |
msgid "click here"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: classes/Check/Review.php:
|
1218 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1222 |
msgid "Admin Columns Pro"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1226 |
#. Plugin Name of the plugin/theme
|
1227 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1228 |
-
#: classes/Check/Review.php:
|
1229 |
-
#: classes/Plugin/Updater.php:
|
1230 |
msgid "Admin Columns"
|
1231 |
msgstr "Admin Columns"
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "Find out more"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: classes/Column/Placeholder.php:
|
1242 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: classes/Column/Placeholder.php:
|
1246 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1247 |
msgstr ""
|
1248 |
|
@@ -1270,15 +1266,15 @@ msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
|
|
1270 |
msgid "Label"
|
1271 |
msgstr "العنوان"
|
1272 |
|
1273 |
-
#: classes/Settings/Column/Type.php:
|
1274 |
msgid "Name"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: classes/Settings/Column/Type.php:
|
1278 |
msgid "Choose a column type."
|
1279 |
msgstr "اختر نوع عمود"
|
1280 |
|
1281 |
-
#: classes/Admin/Page/Columns.php:
|
1282 |
msgid "Clone"
|
1283 |
msgstr ""
|
1284 |
|
@@ -1326,8 +1322,8 @@ msgstr "قبل"
|
|
1326 |
msgid "width"
|
1327 |
msgstr "عرض"
|
1328 |
|
1329 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1330 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1331 |
msgid "Custom"
|
1332 |
msgstr "مخصوص"
|
1333 |
|
@@ -1373,12 +1369,12 @@ msgstr "عدد التدوينات"
|
|
1373 |
msgid "Nickname"
|
1374 |
msgstr "الاسم المستعار"
|
1375 |
|
1376 |
-
#: classes/Column/Post/CommentCount.php:
|
1377 |
#: classes/Column/User/CommentCount.php:14
|
1378 |
msgid "Comment Count"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: classes/Admin/Page/Columns.php:
|
1382 |
msgid "Remove"
|
1383 |
msgstr "إزالة"
|
1384 |
|
@@ -1394,7 +1390,7 @@ msgstr ""
|
|
1394 |
msgid "Link to menu"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: classes/Column/Taxonomy.php:
|
1398 |
msgid "Taxonomy"
|
1399 |
msgstr "التصنيف"
|
1400 |
|
@@ -1410,7 +1406,7 @@ msgstr "الحالة"
|
|
1410 |
msgid "Slug"
|
1411 |
msgstr "الاسم اللطيف"
|
1412 |
|
1413 |
-
#: classes/Column/Post/Shortcodes.php:
|
1414 |
msgid "Shortcodes"
|
1415 |
msgstr ""
|
1416 |
|
@@ -1422,11 +1418,11 @@ msgstr "الأدوار"
|
|
1422 |
msgid "Ping Status"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: classes/Column/Post/Permalink.php:
|
1426 |
msgid "Permalink"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1430 |
msgid "Path"
|
1431 |
msgstr ""
|
1432 |
|
@@ -1446,7 +1442,7 @@ msgstr ""
|
|
1446 |
msgid "Last Modified"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1450 |
msgid "Last Modified Author"
|
1451 |
msgstr ""
|
1452 |
|
@@ -1490,7 +1486,7 @@ msgstr[5] ""
|
|
1490 |
msgid "Estimated Reading Time"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: classes/Column/Post/Depth.php:
|
1494 |
msgid "Depth"
|
1495 |
msgstr ""
|
1496 |
|
@@ -1584,36 +1580,36 @@ msgstr ""
|
|
1584 |
msgid "Filename"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: classes/Settings/Column/ExifData.php:
|
1588 |
#: classes/Settings/Column/Term.php:28
|
1589 |
msgid "Title"
|
1590 |
msgstr "عنوان"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Shutter Speed"
|
1594 |
msgstr "سرعة مصراع"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "ISO"
|
1598 |
msgstr "ISO"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Focal Length"
|
1602 |
msgstr "بعد بؤري"
|
1603 |
|
1604 |
-
#: classes/Settings/Column/ExifData.php:
|
1605 |
msgid "Timestamp"
|
1606 |
msgstr "طابع زمني"
|
1607 |
|
1608 |
-
#: classes/Settings/Column/ExifData.php:
|
1609 |
msgid "Camera"
|
1610 |
msgstr "كاميرا"
|
1611 |
|
1612 |
-
#: classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Credit"
|
1614 |
msgstr "شرف"
|
1615 |
|
1616 |
-
#: classes/Settings/Column/ExifData.php:
|
1617 |
msgid "Aperture"
|
1618 |
msgstr "فتحة"
|
1619 |
|
@@ -1625,7 +1621,7 @@ msgstr ""
|
|
1625 |
msgid "Dimensions"
|
1626 |
msgstr "أبعاد"
|
1627 |
|
1628 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1629 |
msgid "Caption"
|
1630 |
msgstr "شرح"
|
1631 |
|
@@ -1633,7 +1629,7 @@ msgstr "شرح"
|
|
1633 |
msgid "Available Sizes"
|
1634 |
msgstr "الأحجام المتوفرة"
|
1635 |
|
1636 |
-
#: classes/Admin/Page/Columns.php:
|
1637 |
msgid "View"
|
1638 |
msgstr "عرض"
|
1639 |
|
@@ -1664,17 +1660,17 @@ msgid "No custom fields available."
|
|
1664 |
msgstr "لا توجد حقول مخصوصة متوفرة."
|
1665 |
|
1666 |
#: classes/Admin/Help/CustomField.php:54
|
1667 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1668 |
msgid "Multiple Values"
|
1669 |
msgstr "قيم متعددة"
|
1670 |
|
1671 |
#: classes/Admin/Help/CustomField.php:46
|
1672 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1673 |
msgid "Image"
|
1674 |
msgstr "صورة"
|
1675 |
|
1676 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1677 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1678 |
msgid "Excerpt"
|
1679 |
msgstr "مقتطف"
|
1680 |
|
@@ -1683,18 +1679,18 @@ msgid "Counter"
|
|
1683 |
msgstr "عداد"
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:26
|
1686 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1687 |
msgid "Color"
|
1688 |
msgstr "لون"
|
1689 |
|
1690 |
#: classes/Admin/Help/CustomField.php:22
|
1691 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1692 |
#: classes/Settings/Column/Image.php:72
|
1693 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1694 |
msgid "Default"
|
1695 |
msgstr "إفتراضي"
|
1696 |
|
1697 |
-
#: classes/Column/CustomField.php:
|
1698 |
msgid "Custom Field"
|
1699 |
msgstr "حقل مخصوص"
|
1700 |
|
@@ -1703,15 +1699,15 @@ msgid "Word Count"
|
|
1703 |
msgstr ""
|
1704 |
|
1705 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1706 |
-
#: classes/ListScreen/User.php:
|
1707 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1708 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1709 |
msgid "User"
|
1710 |
msgstr "مستخدم"
|
1711 |
|
1712 |
#: classes/Column/Comment/Type.php:14
|
1713 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1714 |
-
#: classes/Settings/Column/Type.php:
|
1715 |
msgid "Type"
|
1716 |
msgstr "نوع"
|
1717 |
|
@@ -1720,7 +1716,7 @@ msgid "In Reply To"
|
|
1720 |
msgstr "ردا على"
|
1721 |
|
1722 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1723 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1724 |
msgid "Post"
|
1725 |
msgstr ""
|
1726 |
|
@@ -1730,7 +1726,7 @@ msgstr ""
|
|
1730 |
|
1731 |
#: classes/Admin/Help/CustomField.php:34
|
1732 |
#: classes/Settings/Column/Comment.php:115
|
1733 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1734 |
msgid "Date"
|
1735 |
msgstr "تاريخ"
|
1736 |
|
@@ -1742,7 +1738,7 @@ msgstr ""
|
|
1742 |
msgid "Date GMT"
|
1743 |
msgstr "تاريخ GMT"
|
1744 |
|
1745 |
-
#: classes/Column/Post/AuthorName.php:
|
1746 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1747 |
msgid "Author"
|
1748 |
msgstr "الكاتب"
|
@@ -1777,7 +1773,7 @@ msgstr "موافق عليه"
|
|
1777 |
msgid "Agent"
|
1778 |
msgstr "عميل"
|
1779 |
|
1780 |
-
#: classes/Admin/Page/Columns.php:
|
1781 |
msgid "Edit"
|
1782 |
msgstr "تحرير"
|
1783 |
|
@@ -1787,7 +1783,7 @@ msgstr "تحرير"
|
|
1787 |
msgid "ID"
|
1788 |
msgstr "رقم"
|
1789 |
|
1790 |
-
#: classes/Admin/Page/Columns.php:
|
1791 |
#: classes/Settings/Column/ActionIcons.php:23
|
1792 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1793 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1796,7 +1792,7 @@ msgstr "رقم"
|
|
1796 |
msgid "No"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: classes/Admin/Page/Columns.php:
|
1800 |
#: classes/Settings/Column/ActionIcons.php:22
|
1801 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1802 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1813,7 +1809,7 @@ msgstr ""
|
|
1813 |
msgid "Use icons?"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: classes/Column/Actions.php:
|
1817 |
msgid "Actions"
|
1818 |
msgstr "تطبيقات"
|
1819 |
|
@@ -1829,6 +1825,6 @@ msgstr ""
|
|
1829 |
msgid "Advanced Custom Fields"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: classes/Admin/Page/Addons.php:
|
1833 |
msgid "Plugins"
|
1834 |
msgstr ""
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
721 |
msgid "Help"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
725 |
msgid "Close"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:732
|
729 |
msgid "Clear all columns "
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:643
|
733 |
msgid "I'm using Admin Columns for WordPress!"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:585
|
737 |
msgid "Your First Name"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:584
|
741 |
msgid "Your Email"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:577
|
745 |
msgid "Submit your email and we'll send you a discount for %s off."
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
749 |
msgid "Get %s Off!"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:540
|
753 |
msgid "Extra Columns for:"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:526
|
757 |
msgid "Edit your column content directly"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:514
|
761 |
msgid "Pro"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Columns.php:295
|
765 |
msgid "You need at least one column"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:241
|
769 |
msgid "Available"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:240
|
773 |
msgid "Recommended"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:104
|
777 |
msgid "%s could not be activated."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: classes/Admin/Page/Addons.php:101
|
781 |
msgid "%s successfully activated."
|
782 |
msgstr ""
|
783 |
|
791 |
msgstr[4] ""
|
792 |
msgstr[5] ""
|
793 |
|
794 |
+
#: classes/Admin/Page/Addons.php:129
|
795 |
msgid "%s is installed, but not active."
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: classes/Admin/Page/Addons.php:123
|
799 |
msgid "%s needs to be installed for the add-on to work."
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: classes/Admin/Addon.php:279
|
803 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
804 |
msgstr ""
|
805 |
|
815 |
msgid "Imported"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:556
|
819 |
msgid "Learn more about Pro"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:528
|
823 |
msgid "Import & Export settings"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:527
|
827 |
msgid "Create multiple columns sets"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:525
|
831 |
msgid "Add filterable columns"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:524
|
835 |
msgid "Add sortable columns"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:519
|
839 |
msgid "Take Admin Columns to the next level:"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:514
|
843 |
msgid "Upgrade to"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:426
|
847 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: classes/Admin/Page/Columns.php:216
|
851 |
msgid "Please visit the %s screen once to load all available columns"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:495
|
855 |
msgid "Restore columns"
|
856 |
msgstr ""
|
857 |
|
859 |
msgid "Settings for %s restored successfully."
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: classes/Admin/Page/Columns.php:302
|
863 |
msgid "View %s screen"
|
864 |
msgstr ""
|
865 |
|
875 |
msgid "Link Label"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Admin/Page/Addons.php:165
|
879 |
msgid "You need Admin Columns Pro."
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Admin/Page/Addons.php:163
|
883 |
msgid "Addon does not exist."
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Check/AddonAvailable.php:85
|
887 |
msgid "the addons page"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: classes/Check/AddonAvailable.php:85
|
891 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
895 |
msgid "Custom Fields"
|
896 |
msgstr "حقول مخصصة"
|
897 |
|
903 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
904 |
msgstr ""
|
905 |
|
906 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
907 |
#. Plugin URI of the plugin/theme
|
908 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
909 |
#. Author URI of the plugin/theme
|
910 |
msgid "https://www.admincolumns.com"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
914 |
msgid "Edit columns"
|
915 |
msgstr "تحرير الأعمدة"
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:931
|
918 |
msgid "Upgrade"
|
919 |
msgstr "تحديث"
|
920 |
|
921 |
+
#: classes/Admin/Page/Columns.php:322
|
922 |
msgid "Settings for %s updated successfully."
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: classes/Admin/Page/Columns.php:309
|
926 |
msgid "You are trying to store the same settings for %s."
|
927 |
msgstr "انت تحاول حفظ نفس الإعدادات لـ %s."
|
928 |
|
929 |
+
#: classes/ListScreen.php:709
|
930 |
msgid "No columns settings available."
|
931 |
msgstr "لا توجد إعدادات أعمدة متوفرة."
|
932 |
|
933 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
934 |
msgid "Users"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
938 |
#: classes/ListScreenGroups.php:15
|
939 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
940 |
msgid "Media"
|
941 |
msgstr ""
|
942 |
|
944 |
msgid "Links"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
948 |
msgid "Comment"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
952 |
msgid "Comments"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:365
|
956 |
msgid "Get this add-on"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:363
|
960 |
msgid "Download & Install"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:357
|
964 |
msgid "Activate"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:239
|
968 |
msgid "Installed"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: classes/Admin/Page/Addons.php:353
|
972 |
msgid "Deactivate"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: classes/Admin/Page/Addons.php:350
|
976 |
msgid "Active"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:738
|
980 |
msgid "Add Column"
|
981 |
msgstr "أضف عمود"
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
984 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:667
|
988 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
989 |
msgstr "تحقق من قسم <strong>المساعدة</strong> في الجانب العلوي الأيسر من الشاشة."
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:662
|
992 |
msgid "Support"
|
993 |
msgstr "دعم"
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:650
|
996 |
msgid "Buy Pro"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:644
|
1000 |
msgid "Tweet"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:638
|
1004 |
msgid "Rate"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:633
|
1008 |
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!"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:630
|
1012 |
msgid "Woohoo! We're glad to hear that!"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:620
|
1016 |
msgid "Forums"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:615
|
1020 |
msgid "Docs"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:610
|
1024 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:607
|
1028 |
msgid "What's wrong? Need help? Let us know!"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:597
|
1032 |
msgid "Are you happy with Admin Columns?"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:494
|
1036 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1040 |
msgid "Update"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Columns.php:472
|
1044 |
msgid "Store settings"
|
1045 |
msgstr "حفظ الإعدادات"
|
1046 |
|
1048 |
msgid "Add-ons"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1052 |
msgid "Settings"
|
1053 |
msgstr "الإعدادات"
|
1054 |
|
1072 |
msgid "Restore Settings"
|
1073 |
msgstr "استرجاع الإعدادات"
|
1074 |
|
1075 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1076 |
#: classes/Admin/Page/Settings.php:193
|
1077 |
msgid "Save"
|
1078 |
msgstr ""
|
1162 |
msgid "Default settings successfully restored."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1166 |
msgid "%s column is already present and can not be duplicated."
|
1167 |
msgstr "عمود %s موجود بالفعل ولا يمكن استنساخه."
|
1168 |
|
1169 |
+
#: classes/Admin.php:125
|
1170 |
msgid "Admin Columns Settings"
|
1171 |
msgstr "إعدادات Admin Columns"
|
1172 |
|
1173 |
+
#: classes/Admin/Page/Addons.php:113
|
1174 |
msgid "%s successfully deactivated."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:165
|
1178 |
msgid "find answers to frequently asked questions"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:164
|
1182 |
msgid "Admin Columns forum on WordPress.org"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:163
|
1186 |
msgid "You can also find help on the %s, and %s."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:159
|
1190 |
msgid "our forum"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:153
|
1194 |
msgid "documentation page"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:151
|
1198 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:142
|
1202 |
msgid "Permanently hide notice"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:141
|
1206 |
msgid "Leave a review!"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Check/Review.php:137
|
1210 |
msgid "click here"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: classes/Check/Review.php:133
|
1214 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1218 |
msgid "Admin Columns Pro"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1222 |
#. Plugin Name of the plugin/theme
|
1223 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1224 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1225 |
+
#: classes/Plugin/Updater.php:118
|
1226 |
msgid "Admin Columns"
|
1227 |
msgstr "Admin Columns"
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:45
|
1230 |
msgid "Find out more"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:43
|
1234 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: classes/Column/Placeholder.php:39
|
1238 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: classes/Column/Placeholder.php:35
|
1242 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1243 |
msgstr ""
|
1244 |
|
1266 |
msgid "Label"
|
1267 |
msgstr "العنوان"
|
1268 |
|
1269 |
+
#: classes/Settings/Column/Type.php:35
|
1270 |
msgid "Name"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: classes/Settings/Column/Type.php:29
|
1274 |
msgid "Choose a column type."
|
1275 |
msgstr "اختر نوع عمود"
|
1276 |
|
1277 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1278 |
msgid "Clone"
|
1279 |
msgstr ""
|
1280 |
|
1322 |
msgid "width"
|
1323 |
msgstr "عرض"
|
1324 |
|
1325 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1326 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1327 |
msgid "Custom"
|
1328 |
msgstr "مخصوص"
|
1329 |
|
1369 |
msgid "Nickname"
|
1370 |
msgstr "الاسم المستعار"
|
1371 |
|
1372 |
+
#: classes/Column/Post/CommentCount.php:17
|
1373 |
#: classes/Column/User/CommentCount.php:14
|
1374 |
msgid "Comment Count"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1378 |
msgid "Remove"
|
1379 |
msgstr "إزالة"
|
1380 |
|
1390 |
msgid "Link to menu"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1394 |
msgid "Taxonomy"
|
1395 |
msgstr "التصنيف"
|
1396 |
|
1406 |
msgid "Slug"
|
1407 |
msgstr "الاسم اللطيف"
|
1408 |
|
1409 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1410 |
msgid "Shortcodes"
|
1411 |
msgstr ""
|
1412 |
|
1418 |
msgid "Ping Status"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: classes/Column/Post/Permalink.php:15
|
1422 |
msgid "Permalink"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1426 |
msgid "Path"
|
1427 |
msgstr ""
|
1428 |
|
1442 |
msgid "Last Modified"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1446 |
msgid "Last Modified Author"
|
1447 |
msgstr ""
|
1448 |
|
1486 |
msgid "Estimated Reading Time"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: classes/Column/Post/Depth.php:15
|
1490 |
msgid "Depth"
|
1491 |
msgstr ""
|
1492 |
|
1580 |
msgid "Filename"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1584 |
#: classes/Settings/Column/Term.php:28
|
1585 |
msgid "Title"
|
1586 |
msgstr "عنوان"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:78
|
1589 |
msgid "Shutter Speed"
|
1590 |
msgstr "سرعة مصراع"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:77
|
1593 |
msgid "ISO"
|
1594 |
msgstr "ISO"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:76
|
1597 |
msgid "Focal Length"
|
1598 |
msgstr "بعد بؤري"
|
1599 |
|
1600 |
+
#: classes/Settings/Column/ExifData.php:74
|
1601 |
msgid "Timestamp"
|
1602 |
msgstr "طابع زمني"
|
1603 |
|
1604 |
+
#: classes/Settings/Column/ExifData.php:72
|
1605 |
msgid "Camera"
|
1606 |
msgstr "كاميرا"
|
1607 |
|
1608 |
+
#: classes/Settings/Column/ExifData.php:71
|
1609 |
msgid "Credit"
|
1610 |
msgstr "شرف"
|
1611 |
|
1612 |
+
#: classes/Settings/Column/ExifData.php:70
|
1613 |
msgid "Aperture"
|
1614 |
msgstr "فتحة"
|
1615 |
|
1621 |
msgid "Dimensions"
|
1622 |
msgstr "أبعاد"
|
1623 |
|
1624 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1625 |
msgid "Caption"
|
1626 |
msgstr "شرح"
|
1627 |
|
1629 |
msgid "Available Sizes"
|
1630 |
msgstr "الأحجام المتوفرة"
|
1631 |
|
1632 |
+
#: classes/Admin/Page/Columns.php:458
|
1633 |
msgid "View"
|
1634 |
msgstr "عرض"
|
1635 |
|
1660 |
msgstr "لا توجد حقول مخصوصة متوفرة."
|
1661 |
|
1662 |
#: classes/Admin/Help/CustomField.php:54
|
1663 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1664 |
msgid "Multiple Values"
|
1665 |
msgstr "قيم متعددة"
|
1666 |
|
1667 |
#: classes/Admin/Help/CustomField.php:46
|
1668 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1669 |
msgid "Image"
|
1670 |
msgstr "صورة"
|
1671 |
|
1672 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1673 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1674 |
msgid "Excerpt"
|
1675 |
msgstr "مقتطف"
|
1676 |
|
1679 |
msgstr "عداد"
|
1680 |
|
1681 |
#: classes/Admin/Help/CustomField.php:26
|
1682 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1683 |
msgid "Color"
|
1684 |
msgstr "لون"
|
1685 |
|
1686 |
#: classes/Admin/Help/CustomField.php:22
|
1687 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1688 |
#: classes/Settings/Column/Image.php:72
|
1689 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1690 |
msgid "Default"
|
1691 |
msgstr "إفتراضي"
|
1692 |
|
1693 |
+
#: classes/Column/CustomField.php:19
|
1694 |
msgid "Custom Field"
|
1695 |
msgstr "حقل مخصوص"
|
1696 |
|
1699 |
msgstr ""
|
1700 |
|
1701 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1702 |
+
#: classes/ListScreen/User.php:13
|
1703 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1704 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1705 |
msgid "User"
|
1706 |
msgstr "مستخدم"
|
1707 |
|
1708 |
#: classes/Column/Comment/Type.php:14
|
1709 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1710 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1711 |
msgid "Type"
|
1712 |
msgstr "نوع"
|
1713 |
|
1716 |
msgstr "ردا على"
|
1717 |
|
1718 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1719 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1720 |
msgid "Post"
|
1721 |
msgstr ""
|
1722 |
|
1726 |
|
1727 |
#: classes/Admin/Help/CustomField.php:34
|
1728 |
#: classes/Settings/Column/Comment.php:115
|
1729 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1730 |
msgid "Date"
|
1731 |
msgstr "تاريخ"
|
1732 |
|
1738 |
msgid "Date GMT"
|
1739 |
msgstr "تاريخ GMT"
|
1740 |
|
1741 |
+
#: classes/Column/Post/AuthorName.php:18
|
1742 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1743 |
msgid "Author"
|
1744 |
msgstr "الكاتب"
|
1773 |
msgid "Agent"
|
1774 |
msgstr "عميل"
|
1775 |
|
1776 |
+
#: classes/Admin/Page/Columns.php:852
|
1777 |
msgid "Edit"
|
1778 |
msgstr "تحرير"
|
1779 |
|
1783 |
msgid "ID"
|
1784 |
msgstr "رقم"
|
1785 |
|
1786 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1787 |
#: classes/Settings/Column/ActionIcons.php:23
|
1788 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1789 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1792 |
msgid "No"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1796 |
#: classes/Settings/Column/ActionIcons.php:22
|
1797 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1798 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1809 |
msgid "Use icons?"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: classes/Column/Actions.php:19
|
1813 |
msgid "Actions"
|
1814 |
msgstr "تطبيقات"
|
1815 |
|
1825 |
msgid "Advanced Custom Fields"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1829 |
msgid "Plugins"
|
1830 |
msgstr ""
|
languages/codepress-admin-columns-bt_BR.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-bt_BR.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr "Limite de texto para um determinado número de caracteres ou palavras"
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr "Limite de texto"
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "Seu banco de dados está atualizado. Você é incrível."
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr "Download"
|
190 |
|
@@ -253,15 +253,15 @@ msgstr "Oculto"
|
|
253 |
msgid "Public"
|
254 |
msgstr "Público"
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr "Palavras-chave"
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr "Orientação"
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr "Direitos autorais"
|
267 |
|
@@ -277,19 +277,19 @@ msgstr "Contagem"
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr "Miniaturas"
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr "Fazer a atualização"
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr "Precisamos atualizar seu banco de dados para a versão mais recente."
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr "Agendamento perdido"
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr "Programado"
|
295 |
|
@@ -297,7 +297,7 @@ msgstr "Programado"
|
|
297 |
msgid "Title Only"
|
298 |
msgstr "Somente o título"
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr "Permitir comentários"
|
303 |
|
@@ -305,7 +305,7 @@ msgstr "Permitir comentários"
|
|
305 |
msgid "More Tag"
|
306 |
msgstr "Tag 'Mais'"
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
@@ -317,11 +317,11 @@ msgstr "Altura : %s px"
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Largura: %s px"
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr "Está faltando o arquivo de imagem para o tamanho %s."
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr "original"
|
327 |
|
@@ -329,7 +329,7 @@ msgstr "original"
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr "Texto alternativo"
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr "Visite a página %s."
|
335 |
|
@@ -345,19 +345,19 @@ msgstr "The Events Calendar"
|
|
345 |
msgid "Password protected"
|
346 |
msgstr "Protegido por senha"
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr "Pendente de revisão"
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr "Rascunho"
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr "Publicado"
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr "Privado"
|
363 |
|
@@ -370,7 +370,7 @@ msgstr "Use um ícone ao invés de texto para exibir o status."
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Usar um ícone?"
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
@@ -386,11 +386,11 @@ msgstr "O resumo está vazio."
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Apelido do usuário"
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Me mande o desconto"
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Preços a partir de %s"
|
396 |
|
@@ -406,19 +406,19 @@ msgstr "BuddyPress"
|
|
406 |
msgid "View more"
|
407 |
msgstr "Ver mais"
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Método inválido."
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Coluna inválida."
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "Tela de listagem inválida."
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "ID do item inválido."
|
424 |
|
@@ -501,11 +501,11 @@ msgstr "Altura em pixels"
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Largura em pixels"
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr "em %s"
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr "%s atrás"
|
511 |
|
@@ -545,38 +545,38 @@ msgstr "A diferença é retornada em um formato legível para humanos."
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Diferença de tempo"
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr "Múltiplo"
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr "Escolha"
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr "Relacional"
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr "Básico"
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Número de campos"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr "Verdadeiro / Falso"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr "Tem conteúdo"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr "Número"
|
582 |
|
@@ -611,15 +611,15 @@ msgstr "Opções de exibição"
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Esse texto será exibido após o valor da coluna."
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr " ou "
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr "Esconder"
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr "Mostrar mais %s"
|
625 |
|
@@ -635,7 +635,7 @@ msgstr "Exibir ferramentas"
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Link curto"
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
@@ -647,7 +647,7 @@ msgstr "Padrão"
|
|
647 |
msgid "Full Path"
|
648 |
msgstr "Caminho completo"
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "Desconto válido até %s"
|
653 |
|
@@ -717,63 +717,63 @@ msgstr "Filtros obsoletos"
|
|
717 |
msgid "Help"
|
718 |
msgstr "Ajuda"
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr "Fechar"
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Limpar todas as colunas "
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "Estou usando o Admin Columns para WordPress!"
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Seu nome"
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr "Seu Email"
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr "Mande seu e-mail e nós te enviaremos um desconto de %s."
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr "Ganhe %s de desconto!"
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr "Colunas extras para:"
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr "Edite o conteúdo da coluna diretamente"
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr "Pro"
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr "Você precisa de pelo menos uma coluna"
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr "Disponível"
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr "Recomendado"
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr "%s não pôde ser ativado."
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr "%s ativado com sucesso."
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] "%s complemento requer o %s."
|
784 |
msgstr[1] "%s complementos requerem o %s."
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr "Exibir e editar campos do %s na tela de posts em segundos!"
|
797 |
|
@@ -807,43 +807,43 @@ msgstr "Pods"
|
|
807 |
msgid "Imported"
|
808 |
msgstr "Importado"
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "Saiba mais sobre a versão Pro"
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr "Configurações de importação & exportação"
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr "Criar vários conjuntos de colunas"
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr "Adicionar colunas filtráveis"
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr "Adicionar colunas ordenáveis"
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr "Leve o Admin Columns para o próximo nível:"
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "Atualize para"
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr "As colunas para %s são configuradas via PHP e, portanto, não podem ser editadas."
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr "Por favor visite a tela de %s para carregar todas as colunas disponíveis"
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Restaurar colunas"
|
849 |
|
@@ -851,7 +851,7 @@ msgstr "Restaurar colunas"
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "Configurações para %s restauradas com sucesso."
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr "Ver tela de %s"
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr "Rótulo do link"
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr "Você precisa do Admin Columns Pro."
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr "O complemento não existe."
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr "a página de complementos"
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr "Você sabia que o Admin Columns Pro tem um complemento de integração para o %s? Com a licença adequada do Admin Columns Pro, você pode realizar o download em %s!"
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Campos personalizados"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr "AdminColumns.com"
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr "Personalize as colunas nas telas administrativas dos posts (e tipos personalizados), páginas, mídia, comentários, links e usuários com uma interface arraste-e-solte fácil de usar."
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Editar colunas"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Atualizar"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "Configurações para %s atualizado."
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Você está tentando armazenar as mesmas configurações para %s."
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Nenhuma configuração de colunas disponível."
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Usuários"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr "Mídia"
|
934 |
|
@@ -936,107 +936,103 @@ msgstr "Mídia"
|
|
936 |
msgid "Links"
|
937 |
msgstr "Links"
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr "Comentário"
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr "Comentários"
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Obter este complemento"
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Baixar e instalar"
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Ativado"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr "Instalado"
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Desativar"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Ativar"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "Adicionar coluna"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr "Arraste e solte para reordenar"
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Suporte"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr "Comprar a versão Pro"
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr "Twittar"
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr "Avaliar"
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr "Nós realmente adoraríamos se você pudesse mostrar seu apreço nos avaliando no WordPress.org ou twittando sobre o Admin Columns!"
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr "Uhuu! Estamos felizes em saber disto!"
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr "Forums"
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr "Docs"
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr "Confira a nossa extensa documentação, ou você pode abrir um tópico de suporte no WordPress.org!"
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr "Algum problema? Precisa de ajuda? Fale conosco!"
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr "Você está feliz com o Admin Columns?"
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr "Atenção! Os dados das colunas de %s serão excluídos. Isto não poderá ser desfeito. 'OK' para prosseguir, 'Cancelar' para desistir"
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Atualizar"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "Armazenar configurações"
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr "Armazenar configurações"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr "Complementos"
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Configurações"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr "Isto irá apagar todas as configurações de coluna e restaurar as confi
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "Restaurar Configurações"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "Salvar"
|
@@ -1158,83 +1154,83 @@ msgstr "Visão geral"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr "A coluna %s já está inclusa e não pode ser duplicada."
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr "Configurações do Admin Columns"
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr "%s desativado com sucesso."
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr "Você também pode encontrar ajuda no %s e %s."
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr "página de documentação"
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr "Lamentamos saber disso; mas talvez nós possamos te ajudar! Se você estiver com problemas para configurar o %s ou se estiver precisando de ajuda com recursos mais avançados, visite nosso %s."
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr "Esconder permanentemente o aviso"
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr "Deixe uma avaliação!"
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr "clique aqui"
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr "Nós não queremos lhe incomodar, mas você já está usando o %s há algum tempo, e nós queremos saber se você está feliz com o plugin. Caso esteja, poderia deixar uma avaliação no wordpress.org? Caso não esteja feliz com o %s, por favor %s."
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr "Admin Columns Pro"
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr "Admin Columns"
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr "Saiba mais"
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr "Admin Columns Pro oferece integração completa com o %s, permitindo a você facilmente exibir e editar campos do %s direto da sua tela principal."
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr "Se você tem uma licença de desenvolvedor, faça o download e instale o complemento do %s a partir da <a href='%s'>aba de complementos</a>."
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr "%s só está disponível no Admin Columns Pro - Business ou Developer."
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr "Este é o nome que aparecerá como o cabeçalho de coluna."
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Rótulo"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Nome"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr "Escolha um tipo de coluna."
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr "Clonar"
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr "Antes"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "largura"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Personalizado"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr "Contagem de posts"
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Apelido"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr "Nº de comentários"
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Remover"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr "Isto fará um link do título para o menu."
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr "Link para o menu"
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taxonomia"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Status"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Slug"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr "Shortcodes"
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Regras"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr "Ping status"
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr "Link permanente"
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr "Caminho"
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr "Ordem"
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr "Última modificação"
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr "Último autor modificado"
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] "segundos"
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr "Tempo estimado de leitura"
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr "Profundidade"
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr "Tamanho do arquivo"
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr "Nome do arquivo"
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Título"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr "Velocidade do obturador"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr "Distância focal"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr "Timestamp"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "Câmera"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Créditos"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr "Abertura"
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr "Dados EXIF"
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Dimensões"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Legenda"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Legenda"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "Tamanhos disponíveis"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "Ver"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr "Nenhum campo personalizado disponível."
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "Vários valores"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Imagem"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Resumo"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr "Contador"
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "Cor"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Padrão"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "Campo personalizado"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr "Contagem de palavras"
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "Usuário"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Tipo"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr "Em resposta a"
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "Post"
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "Conteúdo"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Data"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr "Enviado em <a href=\"%1$s\">%2$s as %3$s</a>"
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "Data GMT"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Autor"
|
@@ -1761,7 +1757,7 @@ msgstr "Aprovado"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "Agente"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Editar"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Editar"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "Não"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr "Usar ícones ao invés de textos para mostrar as ações."
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr "Usar ícones?"
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Ações"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr "WooCommerce"
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr "Advanced Custom Fields"
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr "Plugins"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr "Limite de texto"
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "Seu banco de dados está atualizado. Você é incrível."
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr "Download"
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr "Público"
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr "Palavras-chave"
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr "Orientação"
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr "Direitos autorais"
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr "Miniaturas"
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr "Fazer a atualização"
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr "Precisamos atualizar seu banco de dados para a versão mais recente."
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr "Agendamento perdido"
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr "Programado"
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr "Somente o título"
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr "Permitir comentários"
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr "Tag 'Mais'"
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Largura: %s px"
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr "Está faltando o arquivo de imagem para o tamanho %s."
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr "original"
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr "Texto alternativo"
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr "Visite a página %s."
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr "Protegido por senha"
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr "Pendente de revisão"
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr "Rascunho"
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr "Publicado"
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr "Privado"
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Usar um ícone?"
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Apelido do usuário"
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Me mande o desconto"
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Preços a partir de %s"
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr "Ver mais"
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Método inválido."
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Coluna inválida."
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "Tela de listagem inválida."
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "ID do item inválido."
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Largura em pixels"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr "em %s"
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr "%s atrás"
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Diferença de tempo"
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr "Múltiplo"
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr "Escolha"
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr "Relacional"
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr "Básico"
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Número de campos"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr "Verdadeiro / Falso"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr "Tem conteúdo"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr "Número"
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Esse texto será exibido após o valor da coluna."
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr " ou "
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr "Esconder"
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr "Mostrar mais %s"
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Link curto"
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr "Caminho completo"
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "Desconto válido até %s"
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr "Ajuda"
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr "Fechar"
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Limpar todas as colunas "
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "Estou usando o Admin Columns para WordPress!"
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Seu nome"
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr "Seu Email"
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr "Mande seu e-mail e nós te enviaremos um desconto de %s."
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr "Ganhe %s de desconto!"
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr "Colunas extras para:"
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr "Edite o conteúdo da coluna diretamente"
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr "Pro"
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr "Você precisa de pelo menos uma coluna"
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr "Disponível"
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr "Recomendado"
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr "%s não pôde ser ativado."
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr "%s ativado com sucesso."
|
779 |
|
783 |
msgstr[0] "%s complemento requer o %s."
|
784 |
msgstr[1] "%s complementos requerem o %s."
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr "Exibir e editar campos do %s na tela de posts em segundos!"
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr "Importado"
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "Saiba mais sobre a versão Pro"
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr "Configurações de importação & exportação"
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr "Criar vários conjuntos de colunas"
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr "Adicionar colunas filtráveis"
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr "Adicionar colunas ordenáveis"
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr "Leve o Admin Columns para o próximo nível:"
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "Atualize para"
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr "As colunas para %s são configuradas via PHP e, portanto, não podem ser editadas."
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr "Por favor visite a tela de %s para carregar todas as colunas disponíveis"
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Restaurar colunas"
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "Configurações para %s restauradas com sucesso."
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr "Ver tela de %s"
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr "Rótulo do link"
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr "Você precisa do Admin Columns Pro."
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr "O complemento não existe."
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr "a página de complementos"
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr "Você sabia que o Admin Columns Pro tem um complemento de integração para o %s? Com a licença adequada do Admin Columns Pro, você pode realizar o download em %s!"
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Campos personalizados"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr "Personalize as colunas nas telas administrativas dos posts (e tipos personalizados), páginas, mídia, comentários, links e usuários com uma interface arraste-e-solte fácil de usar."
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Editar colunas"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Atualizar"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "Configurações para %s atualizado."
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Você está tentando armazenar as mesmas configurações para %s."
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Nenhuma configuração de colunas disponível."
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Usuários"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr "Mídia"
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr "Links"
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr "Comentário"
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr "Comentários"
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Obter este complemento"
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Baixar e instalar"
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Ativado"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr "Instalado"
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Desativar"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Ativar"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "Adicionar coluna"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Suporte"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr "Comprar a versão Pro"
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr "Twittar"
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr "Avaliar"
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr "Nós realmente adoraríamos se você pudesse mostrar seu apreço nos avaliando no WordPress.org ou twittando sobre o Admin Columns!"
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr "Uhuu! Estamos felizes em saber disto!"
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr "Forums"
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr "Docs"
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr "Confira a nossa extensa documentação, ou você pode abrir um tópico de suporte no WordPress.org!"
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr "Algum problema? Precisa de ajuda? Fale conosco!"
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr "Você está feliz com o Admin Columns?"
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr "Atenção! Os dados das colunas de %s serão excluídos. Isto não poderá ser desfeito. 'OK' para prosseguir, 'Cancelar' para desistir"
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Atualizar"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "Armazenar configurações"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr "Complementos"
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Configurações"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "Restaurar Configurações"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "Salvar"
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr "A coluna %s já está inclusa e não pode ser duplicada."
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr "Configurações do Admin Columns"
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr "%s desativado com sucesso."
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr "Você também pode encontrar ajuda no %s e %s."
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr "página de documentação"
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr "Lamentamos saber disso; mas talvez nós possamos te ajudar! Se você estiver com problemas para configurar o %s ou se estiver precisando de ajuda com recursos mais avançados, visite nosso %s."
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr "Esconder permanentemente o aviso"
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr "Deixe uma avaliação!"
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr "clique aqui"
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr "Nós não queremos lhe incomodar, mas você já está usando o %s há algum tempo, e nós queremos saber se você está feliz com o plugin. Caso esteja, poderia deixar uma avaliação no wordpress.org? Caso não esteja feliz com o %s, por favor %s."
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr "Admin Columns Pro"
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr "Admin Columns"
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr "Saiba mais"
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr "Admin Columns Pro oferece integração completa com o %s, permitindo a você facilmente exibir e editar campos do %s direto da sua tela principal."
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr "Se você tem uma licença de desenvolvedor, faça o download e instale o complemento do %s a partir da <a href='%s'>aba de complementos</a>."
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr "%s só está disponível no Admin Columns Pro - Business ou Developer."
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "Rótulo"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Nome"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr "Escolha um tipo de coluna."
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr "Clonar"
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr "largura"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Personalizado"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Apelido"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr "Nº de comentários"
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Remover"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr "Link para o menu"
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taxonomia"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Slug"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr "Shortcodes"
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr "Ping status"
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr "Link permanente"
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr "Caminho"
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr "Última modificação"
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr "Último autor modificado"
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr "Tempo estimado de leitura"
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr "Profundidade"
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr "Nome do arquivo"
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Título"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "Velocidade do obturador"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "Distância focal"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "Timestamp"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "Câmera"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Créditos"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr "Abertura"
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Dimensões"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Legenda"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "Tamanhos disponíveis"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "Ver"
|
1619 |
|
1644 |
msgstr "Nenhum campo personalizado disponível."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "Vários valores"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Imagem"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Resumo"
|
1660 |
|
1663 |
msgstr "Contador"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "Cor"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Padrão"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "Campo personalizado"
|
1680 |
|
1683 |
msgstr "Contagem de palavras"
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "Usuário"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Tipo"
|
1697 |
|
1700 |
msgstr "Em resposta a"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "Post"
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Data"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "Data GMT"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Autor"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "Agente"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Editar"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "Não"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr "Usar ícones?"
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Ações"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr "Advanced Custom Fields"
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr "Plugins"
|
languages/codepress-admin-columns-da_DK.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-da_DK.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -501,11 +501,11 @@ msgstr ""
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
@@ -851,7 +851,7 @@ msgstr ""
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Brugerdefineret felter"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr ""
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Rediger kolonner"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Opgrader"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Du forsøger at gemme samme indstillinger for %s."
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Ingen kolonneindstillinger tilgængelige."
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Brugere"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr ""
|
934 |
|
@@ -936,107 +936,103 @@ msgstr ""
|
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr "Kommentar"
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Aktivér"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "Tilføj kolonne"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr "Træk og slip for at ændre rækkefølgen"
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr "Tjek <strong>Hjælp</strong> sektionen i toppen til højre af skærmen."
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Hjælp"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Opdatér"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "Gem indstillinger"
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr "Gem indstillinger"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Indstillinger"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr "Dette vil slette alle kolonneindstillinger og gendanne standardindstilli
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "Gendan indstillinger"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr ""
|
@@ -1158,83 +1154,83 @@ msgstr "Overblik"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr "Admin Kolonne Indstillinger"
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr "Admin Columns"
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Etikette"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Navn"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr "Vælg en kolonne type."
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr ""
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr "Før"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "bredde"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Brugerdefineret"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr "Antal indlæg"
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Kaldenavn"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Fjern"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr ""
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taksonomi"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Status"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Kort titel"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Roller"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr ""
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr ""
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr ""
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] ""
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr ""
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr ""
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Titel"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr "Shutter Speed"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr "Focal Length"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr "Timestamp"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "Kamera"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Credit"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr "Aperture"
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr ""
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Mål"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Titeltekst"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Titeltekst"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "Tilgængelige størrelser"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "Vis"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr "Ingen brugerdefineret felter tilgængelige."
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "Flere værdier"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Billede"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Uddrag"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr ""
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "Farve"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Standard"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "Brugerdefineret felt"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Type"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr "Som svar på"
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr ""
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr ""
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Dato"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr ""
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "Dato GMT"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Forfatter"
|
@@ -1761,7 +1757,7 @@ msgstr "Godkendt"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "Agent"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Rediger"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Rediger"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "Nej"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr ""
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Handlinger"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr ""
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr ""
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Brugerdefineret felter"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Rediger kolonner"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Opgrader"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Du forsøger at gemme samme indstillinger for %s."
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Ingen kolonneindstillinger tilgængelige."
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Brugere"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr ""
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr "Kommentar"
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Aktivér"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "Tilføj kolonne"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr "Tjek <strong>Hjælp</strong> sektionen i toppen til højre af skærmen."
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Hjælp"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Opdatér"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "Gem indstillinger"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Indstillinger"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "Gendan indstillinger"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr ""
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr "%s kolonne er allerede til stede og kan ikke duplikeres."
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr "Admin Kolonne Indstillinger"
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr "Admin Columns"
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "Etikette"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Navn"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr "Vælg en kolonne type."
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr ""
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr "bredde"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Brugerdefineret"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Kaldenavn"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Fjern"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taksonomi"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Kort titel"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr ""
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr ""
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr ""
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr ""
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Titel"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "Shutter Speed"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "Focal Length"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "Timestamp"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "Kamera"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Credit"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr "Aperture"
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Mål"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Titeltekst"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "Tilgængelige størrelser"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "Vis"
|
1619 |
|
1644 |
msgstr "Ingen brugerdefineret felter tilgængelige."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "Flere værdier"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Billede"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Uddrag"
|
1660 |
|
1663 |
msgstr ""
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "Farve"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Standard"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "Brugerdefineret felt"
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Type"
|
1697 |
|
1700 |
msgstr "Som svar på"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr ""
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Dato"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "Dato GMT"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Forfatter"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "Agent"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Rediger"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "Nej"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Handlinger"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr ""
|
languages/codepress-admin-columns-de_DE.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr "Entwurf"
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr "Veröffentlicht"
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr "Privat"
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Ausgeschriebener Name"
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Sende mir einen Rabatt"
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Preise starten bei %s"
|
396 |
|
@@ -406,19 +406,19 @@ msgstr "BuddyPress"
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Ungültige Methode."
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Ungültige Spalte."
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "Ungültige Eintrags-ID."
|
424 |
|
@@ -501,11 +501,11 @@ msgstr "Höhe in Pixeln"
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Breite in Pixeln"
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr "in %s"
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr "vor %s"
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Zeitunterschied"
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr "Wahr / Falsch"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr "Zahl"
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Dieser Text wird hinter dem Spaltenwert angezeigt."
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr "oder"
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr "Verstecken"
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Kurzlink"
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr "Standard"
|
|
647 |
msgid "Full Path"
|
648 |
msgstr "Gesamter Pfad"
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
@@ -851,7 +851,7 @@ msgstr ""
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Benutzerdefinierte Felder"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr ""
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Bearbeite Spalten"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Aktualisierung"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Benutzer"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr "Media"
|
934 |
|
@@ -936,107 +936,103 @@ msgstr "Media"
|
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Aktivieren"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Deaktivieren"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Aktiv"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Support"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Aktualisieren"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr ""
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr ""
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Einstellungen"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr ""
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "Speichern"
|
@@ -1158,83 +1154,83 @@ msgstr "Überblick"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr ""
|
|
1262 |
msgid "Label"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Name"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr "Duplizieren"
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr ""
|
|
1318 |
msgid "width"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Benutzerdefiniert"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr ""
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Spitzname"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Entfernen"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr ""
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taxonomie"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Status"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Titelform"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr "Shortcodes"
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Rollen"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr "Direktlink"
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr ""
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr "Sortierung"
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr ""
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] "Sekunden"
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr ""
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr ""
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Titel"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Urheberschaft"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr ""
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr "EXIF-Daten"
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Dimensionen"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Bildunterschrift"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Bildunterschrift"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "Ansehen"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr ""
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Bild"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Auszug"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr ""
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Standard"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr ""
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "Benutzer"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Typ"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr ""
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "Veröffentlichen"
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "Inhalt"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Datum"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr ""
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Autor"
|
@@ -1761,7 +1757,7 @@ msgstr ""
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "makler"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Bearbeiten"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Bearbeiten"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr ""
|
|
1780 |
msgid "No"
|
1781 |
msgstr "Nein"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr ""
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Aktionen"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr ""
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr "Plugins"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr "Entwurf"
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr "Veröffentlicht"
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr "Privat"
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Ausgeschriebener Name"
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Sende mir einen Rabatt"
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Preise starten bei %s"
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Ungültige Methode."
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Ungültige Spalte."
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "Ungültige Eintrags-ID."
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Breite in Pixeln"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr "in %s"
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr "vor %s"
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Zeitunterschied"
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr "Wahr / Falsch"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr "Zahl"
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Dieser Text wird hinter dem Spaltenwert angezeigt."
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr "oder"
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr "Verstecken"
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Kurzlink"
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr "Gesamter Pfad"
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Benutzerdefinierte Felder"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Bearbeite Spalten"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Aktualisierung"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Benutzer"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr "Media"
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Aktivieren"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Deaktivieren"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Aktiv"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Support"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Aktualisieren"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr ""
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Einstellungen"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "Speichern"
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Name"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr "Duplizieren"
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Benutzerdefiniert"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Spitzname"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Entfernen"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taxonomie"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Titelform"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr "Shortcodes"
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr "Direktlink"
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr ""
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr ""
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr ""
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Titel"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Urheberschaft"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr ""
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Dimensionen"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Bildunterschrift"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "Ansehen"
|
1619 |
|
1644 |
msgstr ""
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Bild"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Auszug"
|
1660 |
|
1663 |
msgstr ""
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Standard"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr ""
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "Benutzer"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Typ"
|
1697 |
|
1700 |
msgstr ""
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "Veröffentlichen"
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Datum"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Autor"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "makler"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Bearbeiten"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "Nein"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Aktionen"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr "Plugins"
|
languages/codepress-admin-columns-en_NZ.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -501,11 +501,11 @@ msgstr ""
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
@@ -851,7 +851,7 @@ msgstr ""
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Custom Fields"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr ""
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Users"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr "Media"
|
934 |
|
@@ -936,107 +936,103 @@ msgstr "Media"
|
|
936 |
msgid "Links"
|
937 |
msgstr "Links"
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr "Comments"
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Activate"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Deactivate"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Active"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Support"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr "Rate"
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr "Docs"
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Update"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr ""
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr ""
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr "Add-ons"
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Settings"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr ""
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "Save"
|
@@ -1158,83 +1154,83 @@ msgstr ""
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr ""
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Label"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Name"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr ""
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr ""
|
|
1318 |
msgid "width"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Custom"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr ""
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Nickname"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Remove"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr ""
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taxonomy"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Status"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Slug"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Roles"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr ""
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr "Order"
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr ""
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] ""
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr ""
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr ""
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Title"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr ""
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr ""
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Dimensions"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr ""
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr ""
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "View"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr ""
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Image"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr ""
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr ""
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Standard"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr ""
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "User"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Type"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr ""
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "Post"
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "Content"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Date"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Author"
|
@@ -1761,7 +1757,7 @@ msgstr ""
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Edit"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Edit"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "No"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr ""
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Actions"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr "WooCommerce"
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr ""
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Custom Fields"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Users"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr "Media"
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr "Links"
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr "Comments"
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Activate"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Deactivate"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Active"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Support"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr "Rate"
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr "Docs"
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Update"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr ""
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr "Add-ons"
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Settings"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "Save"
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "Label"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Name"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr ""
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Custom"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Nickname"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Remove"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taxonomy"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Slug"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr ""
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr ""
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr ""
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr ""
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Title"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr ""
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Dimensions"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr ""
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "View"
|
1619 |
|
1644 |
msgstr ""
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Image"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr ""
|
1660 |
|
1663 |
msgstr ""
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Standard"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr ""
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "User"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Type"
|
1697 |
|
1700 |
msgstr ""
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "Post"
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Date"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Author"
|
1757 |
msgid "Agent"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Edit"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "No"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Actions"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr ""
|
languages/codepress-admin-columns-es_ES.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-es_ES.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date:
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -315,13 +315,13 @@ msgstr ""
|
|
315 |
|
316 |
#: classes/Column/Media/Dimensions.php:28
|
317 |
msgid "Width : %s px"
|
318 |
-
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -433,7 +433,7 @@ msgstr ""
|
|
433 |
#: classes/Settings/Column/StringLimit.php:37
|
434 |
#: classes/Settings/Column/WordLimit.php:34
|
435 |
msgid "Word Limit"
|
436 |
-
msgstr ""
|
437 |
|
438 |
#: classes/Settings/Column/Width.php:41
|
439 |
msgid "Auto"
|
@@ -499,13 +499,13 @@ msgstr ""
|
|
499 |
|
500 |
#: classes/Settings/Column/Image.php:42
|
501 |
msgid "Width in pixels"
|
502 |
-
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -527,7 +527,7 @@ msgstr ""
|
|
527 |
|
528 |
#: classes/Settings/Column/Date.php:23
|
529 |
msgid "WordPress Date Format"
|
530 |
-
msgstr ""
|
531 |
|
532 |
#: classes/Settings/Column/Date.php:13
|
533 |
msgid "or"
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
-
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
-
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
@@ -851,7 +851,7 @@ msgstr ""
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
-
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Campo Personalizado"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr ""
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Editar columnas"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Actualizar"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
-
msgstr "
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "No hay ajustes de columnas disponibles."
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Usuarios"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr ""
|
934 |
|
@@ -936,107 +936,103 @@ msgstr ""
|
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr "Comentar"
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr "Comentarios"
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Obtener este add-on"
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Descargar e Instalar"
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Activar"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr "Instalado"
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Inactivo"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Activar"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "Adicionar Columna"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr "Arrastre y suelte para reordenar"
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr "Vea la sección de <strong>Ayuda</strong> en la parte superior derecha de la pantalla."
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Soporte"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
-
msgstr ""
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr "Cambio"
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
-
msgstr ""
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "Almacenar ajustes"
|
1042 |
|
@@ -1044,13 +1040,13 @@ msgstr "Almacenar ajustes"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr "Extensiones"
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Configurar"
|
1050 |
|
1051 |
#: classes/Settings/Column/Image.php:90
|
1052 |
msgid "Others"
|
1053 |
-
msgstr ""
|
1054 |
|
1055 |
#: classes/Admin/Page/Settings.php:243
|
1056 |
msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
@@ -1068,7 +1064,7 @@ msgstr "Esto borrará todos los ajustes de columna y restaurará los ajustes por
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "Restaurar Ajustes"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "Guardar"
|
@@ -1088,11 +1084,11 @@ msgstr "Valor: Puede ser una cadena o un arreglo. Esto mostrará la cantidad del
|
|
1088 |
|
1089 |
#: classes/Admin/Help/CustomField.php:27
|
1090 |
msgid "Value: Hex value color, such as #808080."
|
1091 |
-
msgstr ""
|
1092 |
|
1093 |
#: classes/Admin/Help/CustomField.php:67
|
1094 |
msgid "Value: Should be a 1 (one) or 0 (zero)."
|
1095 |
-
msgstr ""
|
1096 |
|
1097 |
#: classes/Admin/Help/CustomField.php:35
|
1098 |
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."
|
@@ -1156,85 +1152,85 @@ msgstr "Vista previa"
|
|
1156 |
|
1157 |
#: classes/Admin/Page/Settings.php:114
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
-
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr "%s columna está ya presente y no puede ser duplicada."
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr "Ajustes de Admin Columns"
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr "Admin Columns"
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
-
msgstr "
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1252,7 +1248,7 @@ msgstr "Ver Entrada"
|
|
1252 |
|
1253 |
#: classes/Settings/Column/PostLink.php:69
|
1254 |
msgid "Edit Post"
|
1255 |
-
msgstr ""
|
1256 |
|
1257 |
#: classes/Settings/Column/Label.php:29
|
1258 |
msgid "This is the name which will appear as the column header."
|
@@ -1262,15 +1258,15 @@ msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Etiqueta"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Nom"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr "Escoger un tipo de columna."
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr ""
|
1276 |
|
@@ -1292,7 +1288,7 @@ msgstr "Nombre de Usuario"
|
|
1292 |
|
1293 |
#: classes/Column/User/LastName.php:14 classes/Settings/Column/User.php:66
|
1294 |
msgid "Last Name"
|
1295 |
-
msgstr "
|
1296 |
|
1297 |
#: classes/Column/User/FirstName.php:14 classes/Settings/Column/User.php:65
|
1298 |
msgid "First Name"
|
@@ -1318,8 +1314,8 @@ msgstr "Antes"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "ancho"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Personalizado"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr "Cantidad de Post"
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Apodo"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Eliminar"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr ""
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taxonomía"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Estado"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Slug"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1412,15 +1408,15 @@ msgstr "Roles"
|
|
1412 |
|
1413 |
#: classes/Column/Post/PingStatus.php:14
|
1414 |
msgid "Ping Status"
|
1415 |
-
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr "Permalink"
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
-
msgstr ""
|
1424 |
|
1425 |
#: classes/Column/Post/PostParent.php:14
|
1426 |
msgid "Parent"
|
@@ -1436,9 +1432,9 @@ msgstr "Ordenar"
|
|
1436 |
|
1437 |
#: classes/Column/Post/Modified.php:15
|
1438 |
msgid "Last Modified"
|
1439 |
-
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr ""
|
1444 |
|
@@ -1456,25 +1452,25 @@ msgstr ""
|
|
1456 |
|
1457 |
#: classes/Settings/Column/WordsPerMinute.php:32
|
1458 |
msgid "Words per minute"
|
1459 |
-
msgstr ""
|
1460 |
|
1461 |
#: classes/Settings/Column/WordsPerMinute.php:86
|
1462 |
msgid "minute"
|
1463 |
msgid_plural "minutes"
|
1464 |
-
msgstr[0] ""
|
1465 |
-
msgstr[1] ""
|
1466 |
|
1467 |
#: classes/Settings/Column/WordsPerMinute.php:84
|
1468 |
msgid "second"
|
1469 |
msgid_plural "seconds"
|
1470 |
-
msgstr[0] ""
|
1471 |
-
msgstr[1] ""
|
1472 |
|
1473 |
#: classes/Column/Post/EstimatedReadingTime.php:15
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr ""
|
1480 |
|
@@ -1542,7 +1538,7 @@ msgstr ""
|
|
1542 |
|
1543 |
#: classes/Column/Media/Height.php:16 classes/Settings/Column/Image.php:47
|
1544 |
msgid "Height"
|
1545 |
-
msgstr "
|
1546 |
|
1547 |
#: classes/Settings/Column/PathScope.php:27
|
1548 |
msgid "Relative to main uploads folder"
|
@@ -1562,54 +1558,54 @@ msgstr ""
|
|
1562 |
|
1563 |
#: classes/Column/Media/FileSize.php:14
|
1564 |
msgid "File Size"
|
1565 |
-
msgstr ""
|
1566 |
|
1567 |
#: classes/Column/Media/FileName.php:14
|
1568 |
msgid "Filename"
|
1569 |
-
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Título"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr "Velocidad del Disparador"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr "Distancia Focal"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr "Marca de tiempo"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "Cámara"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Crédito"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr "Apertura"
|
1603 |
|
1604 |
#: classes/Column/Media/ExifData.php:17
|
1605 |
msgid "EXIF Data"
|
1606 |
-
msgstr ""
|
1607 |
|
1608 |
#: classes/Column/Media/Dimensions.php:16
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Dimensiones"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Caption"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Caption"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "Tamaños Disponibles"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "Ver"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr "No hay campos personalizados disponibles."
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "Valores Múltiples"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Imagen"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Extracto"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr "Contador"
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "Color"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Por defecto"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "Campo Personalizado"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "Usuario"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Tipo"
|
1701 |
|
@@ -1704,17 +1700,17 @@ msgid "In Reply To"
|
|
1704 |
msgstr "En Respuesta A"
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "Entrada"
|
1710 |
|
1711 |
#: classes/Column/Comment/Excerpt.php:15 classes/Column/Post/Content.php:15
|
1712 |
msgid "Content"
|
1713 |
-
msgstr ""
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Fecha"
|
1720 |
|
@@ -1726,14 +1722,14 @@ msgstr "Enviado en <a href=\"%1$s\">%2$s at %3$s</a>"
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "Fecha GMT"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Autor"
|
1733 |
|
1734 |
#: classes/Column/Comment/AuthorUrl.php:14
|
1735 |
msgid "Author URL"
|
1736 |
-
msgstr ""
|
1737 |
|
1738 |
#: classes/Column/Comment/AuthorName.php:14
|
1739 |
msgid "Author Name"
|
@@ -1761,7 +1757,7 @@ msgstr "Aprobado"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "Agente"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Editar"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Editar"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,14 +1776,14 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "No"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1787 |
#: classes/Settings/Column/Pro.php:17 classes/Settings/Column/StatusIcon.php:24
|
1788 |
#: classes/Settings/Column/Toggle.php:14
|
1789 |
msgid "Yes"
|
1790 |
-
msgstr "
|
1791 |
|
1792 |
#: classes/Settings/Column/ActionIcons.php:28
|
1793 |
msgid "Use icons instead of text for displaying the actions."
|
@@ -1797,7 +1793,7 @@ msgstr ""
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Acciones"
|
1803 |
|
@@ -1807,12 +1803,12 @@ msgstr ""
|
|
1807 |
|
1808 |
#: classes/Admin/Addon/WooCommerce.php:14
|
1809 |
msgid "WooCommerce"
|
1810 |
-
msgstr ""
|
1811 |
|
1812 |
#: classes/Admin/Addon/ACF.php:13
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr "Campos Personalizados Avanzados"
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr ""
|
2 |
# This file is distributed under the same license as the Plugins - Admin Columns - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-10-01 16:29:26+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
315 |
|
316 |
#: classes/Column/Media/Dimensions.php:28
|
317 |
msgid "Width : %s px"
|
318 |
+
msgstr "Ancho: %s px"
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
433 |
#: classes/Settings/Column/StringLimit.php:37
|
434 |
#: classes/Settings/Column/WordLimit.php:34
|
435 |
msgid "Word Limit"
|
436 |
+
msgstr "Límite de palabras"
|
437 |
|
438 |
#: classes/Settings/Column/Width.php:41
|
439 |
msgid "Auto"
|
499 |
|
500 |
#: classes/Settings/Column/Image.php:42
|
501 |
msgid "Width in pixels"
|
502 |
+
msgstr "Ancho en píxeles"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
527 |
|
528 |
#: classes/Settings/Column/Date.php:23
|
529 |
msgid "WordPress Date Format"
|
530 |
+
msgstr "Formato de fecha de WordPress"
|
531 |
|
532 |
#: classes/Settings/Column/Date.php:13
|
533 |
msgid "or"
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
+
msgstr "Tu correo electrónico"
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
+
msgstr "Necesitás por lo menos una columna"
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
+
msgstr "Necesitás Admin Columns Pro."
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Campo Personalizado"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Editar columnas"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Actualizar"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
+
msgstr "Estás tratando de almacenar los mismos ajustes para %s."
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "No hay ajustes de columnas disponibles."
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Usuarios"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr ""
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr "Comentar"
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr "Comentarios"
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Obtener este add-on"
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Descargar e Instalar"
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Activar"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr "Instalado"
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Inactivo"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Activar"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "Adicionar Columna"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr "Vea la sección de <strong>Ayuda</strong> en la parte superior derecha de la pantalla."
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Soporte"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
+
msgstr "Tweet"
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr "Cambio"
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
+
msgstr "¡Bien! ¡Nos encanta oir eso!"
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "Almacenar ajustes"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr "Extensiones"
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Configurar"
|
1046 |
|
1047 |
#: classes/Settings/Column/Image.php:90
|
1048 |
msgid "Others"
|
1049 |
+
msgstr "Otros"
|
1050 |
|
1051 |
#: classes/Admin/Page/Settings.php:243
|
1052 |
msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "Restaurar Ajustes"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "Guardar"
|
1084 |
|
1085 |
#: classes/Admin/Help/CustomField.php:27
|
1086 |
msgid "Value: Hex value color, such as #808080."
|
1087 |
+
msgstr "Valor: color de valor hex, ej. #808080."
|
1088 |
|
1089 |
#: classes/Admin/Help/CustomField.php:67
|
1090 |
msgid "Value: Should be a 1 (one) or 0 (zero)."
|
1091 |
+
msgstr "Valor: debería ser un 1 (uno) o 0 (cero)."
|
1092 |
|
1093 |
#: classes/Admin/Help/CustomField.php:35
|
1094 |
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."
|
1152 |
|
1153 |
#: classes/Admin/Page/Settings.php:114
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
+
msgstr "Ajustes por defecto restaurados satisfactoriamente."
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr "%s columna está ya presente y no puede ser duplicada."
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr "Ajustes de Admin Columns"
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr "Admin Columns"
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
+
msgstr "Más información"
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1248 |
|
1249 |
#: classes/Settings/Column/PostLink.php:69
|
1250 |
msgid "Edit Post"
|
1251 |
+
msgstr "Editar entrada"
|
1252 |
|
1253 |
#: classes/Settings/Column/Label.php:29
|
1254 |
msgid "This is the name which will appear as the column header."
|
1258 |
msgid "Label"
|
1259 |
msgstr "Etiqueta"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Nom"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr "Escoger un tipo de columna."
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr ""
|
1272 |
|
1288 |
|
1289 |
#: classes/Column/User/LastName.php:14 classes/Settings/Column/User.php:66
|
1290 |
msgid "Last Name"
|
1291 |
+
msgstr "Apellido "
|
1292 |
|
1293 |
#: classes/Column/User/FirstName.php:14 classes/Settings/Column/User.php:65
|
1294 |
msgid "First Name"
|
1314 |
msgid "width"
|
1315 |
msgstr "ancho"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Personalizado"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Apodo"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Eliminar"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taxonomía"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Slug"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr ""
|
1404 |
|
1408 |
|
1409 |
#: classes/Column/Post/PingStatus.php:14
|
1410 |
msgid "Ping Status"
|
1411 |
+
msgstr "Estado del Ping"
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr "Permalink"
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
+
msgstr "Ruta"
|
1420 |
|
1421 |
#: classes/Column/Post/PostParent.php:14
|
1422 |
msgid "Parent"
|
1432 |
|
1433 |
#: classes/Column/Post/Modified.php:15
|
1434 |
msgid "Last Modified"
|
1435 |
+
msgstr "Última modificación"
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr ""
|
1440 |
|
1452 |
|
1453 |
#: classes/Settings/Column/WordsPerMinute.php:32
|
1454 |
msgid "Words per minute"
|
1455 |
+
msgstr "Palabras por minuto"
|
1456 |
|
1457 |
#: classes/Settings/Column/WordsPerMinute.php:86
|
1458 |
msgid "minute"
|
1459 |
msgid_plural "minutes"
|
1460 |
+
msgstr[0] "minuto"
|
1461 |
+
msgstr[1] "minutos"
|
1462 |
|
1463 |
#: classes/Settings/Column/WordsPerMinute.php:84
|
1464 |
msgid "second"
|
1465 |
msgid_plural "seconds"
|
1466 |
+
msgstr[0] "segundo"
|
1467 |
+
msgstr[1] "segundos"
|
1468 |
|
1469 |
#: classes/Column/Post/EstimatedReadingTime.php:15
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr ""
|
1476 |
|
1538 |
|
1539 |
#: classes/Column/Media/Height.php:16 classes/Settings/Column/Image.php:47
|
1540 |
msgid "Height"
|
1541 |
+
msgstr "Altura"
|
1542 |
|
1543 |
#: classes/Settings/Column/PathScope.php:27
|
1544 |
msgid "Relative to main uploads folder"
|
1558 |
|
1559 |
#: classes/Column/Media/FileSize.php:14
|
1560 |
msgid "File Size"
|
1561 |
+
msgstr "Tamaño de archivo"
|
1562 |
|
1563 |
#: classes/Column/Media/FileName.php:14
|
1564 |
msgid "Filename"
|
1565 |
+
msgstr "Nombre de archivo"
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Título"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "Velocidad del Disparador"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "Distancia Focal"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "Marca de tiempo"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "Cámara"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Crédito"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr "Apertura"
|
1599 |
|
1600 |
#: classes/Column/Media/ExifData.php:17
|
1601 |
msgid "EXIF Data"
|
1602 |
+
msgstr "Datos EXIF"
|
1603 |
|
1604 |
#: classes/Column/Media/Dimensions.php:16
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Dimensiones"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Caption"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "Tamaños Disponibles"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "Ver"
|
1619 |
|
1644 |
msgstr "No hay campos personalizados disponibles."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "Valores Múltiples"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Imagen"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Extracto"
|
1660 |
|
1663 |
msgstr "Contador"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "Color"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Por defecto"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "Campo Personalizado"
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "Usuario"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Tipo"
|
1697 |
|
1700 |
msgstr "En Respuesta A"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "Entrada"
|
1706 |
|
1707 |
#: classes/Column/Comment/Excerpt.php:15 classes/Column/Post/Content.php:15
|
1708 |
msgid "Content"
|
1709 |
+
msgstr "Contenido"
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Fecha"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "Fecha GMT"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Autor"
|
1729 |
|
1730 |
#: classes/Column/Comment/AuthorUrl.php:14
|
1731 |
msgid "Author URL"
|
1732 |
+
msgstr "Url del autor"
|
1733 |
|
1734 |
#: classes/Column/Comment/AuthorName.php:14
|
1735 |
msgid "Author Name"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "Agente"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Editar"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "No"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1783 |
#: classes/Settings/Column/Pro.php:17 classes/Settings/Column/StatusIcon.php:24
|
1784 |
#: classes/Settings/Column/Toggle.php:14
|
1785 |
msgid "Yes"
|
1786 |
+
msgstr "Sí"
|
1787 |
|
1788 |
#: classes/Settings/Column/ActionIcons.php:28
|
1789 |
msgid "Use icons instead of text for displaying the actions."
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Acciones"
|
1799 |
|
1803 |
|
1804 |
#: classes/Admin/Addon/WooCommerce.php:14
|
1805 |
msgid "WooCommerce"
|
1806 |
+
msgstr "WooCommerce"
|
1807 |
|
1808 |
#: classes/Admin/Addon/ACF.php:13
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr "Campos Personalizados Avanzados"
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr ""
|
languages/codepress-admin-columns-fa_IR.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-fa_IR.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -501,11 +501,11 @@ msgstr ""
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -716,63 +716,63 @@ msgstr ""
|
|
716 |
msgid "Help"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: classes/Admin/Page/Columns.php:
|
720 |
msgid "Close"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: classes/Admin/Page/Columns.php:
|
724 |
msgid "Clear all columns "
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: classes/Admin/Page/Columns.php:
|
728 |
msgid "I'm using Admin Columns for WordPress!"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: classes/Admin/Page/Columns.php:
|
732 |
msgid "Your First Name"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: classes/Admin/Page/Columns.php:
|
736 |
msgid "Your Email"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: classes/Admin/Page/Columns.php:
|
740 |
msgid "Submit your email and we'll send you a discount for %s off."
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: classes/Admin/Page/Columns.php:
|
744 |
msgid "Get %s Off!"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: classes/Admin/Page/Columns.php:
|
748 |
msgid "Extra Columns for:"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: classes/Admin/Page/Columns.php:
|
752 |
msgid "Edit your column content directly"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: classes/Admin/Page/Columns.php:
|
756 |
msgid "Pro"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: classes/Admin/Page/Columns.php:
|
760 |
msgid "You need at least one column"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: classes/Admin/Page/Addons.php:
|
764 |
msgid "Available"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: classes/Admin/Page/Addons.php:
|
768 |
msgid "Recommended"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: classes/Admin/Page/Addons.php:
|
772 |
msgid "%s could not be activated."
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: classes/Admin/Page/Addons.php:
|
776 |
msgid "%s successfully activated."
|
777 |
msgstr ""
|
778 |
|
@@ -781,15 +781,15 @@ msgid "%s add-on requires %s."
|
|
781 |
msgid_plural "%s add-ons requires %s."
|
782 |
msgstr[0] ""
|
783 |
|
784 |
-
#: classes/Admin/Page/Addons.php:
|
785 |
msgid "%s is installed, but not active."
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: classes/Admin/Page/Addons.php:
|
789 |
msgid "%s needs to be installed for the add-on to work."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: classes/Admin/Addon.php:
|
793 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
794 |
msgstr ""
|
795 |
|
@@ -805,43 +805,43 @@ msgstr ""
|
|
805 |
msgid "Imported"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: classes/Admin/Page/Columns.php:
|
809 |
msgid "Learn more about Pro"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: classes/Admin/Page/Columns.php:
|
813 |
msgid "Import & Export settings"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: classes/Admin/Page/Columns.php:
|
817 |
msgid "Create multiple columns sets"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: classes/Admin/Page/Columns.php:
|
821 |
msgid "Add filterable columns"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: classes/Admin/Page/Columns.php:
|
825 |
msgid "Add sortable columns"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: classes/Admin/Page/Columns.php:
|
829 |
msgid "Take Admin Columns to the next level:"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: classes/Admin/Page/Columns.php:
|
833 |
msgid "Upgrade to"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: classes/Admin/Page/Columns.php:
|
837 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: classes/Admin/Page/Columns.php:
|
841 |
msgid "Please visit the %s screen once to load all available columns"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: classes/Admin/Page/Columns.php:
|
845 |
msgid "Restore columns"
|
846 |
msgstr ""
|
847 |
|
@@ -849,7 +849,7 @@ msgstr ""
|
|
849 |
msgid "Settings for %s restored successfully."
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: classes/Admin/Page/Columns.php:
|
853 |
msgid "View %s screen"
|
854 |
msgstr ""
|
855 |
|
@@ -865,23 +865,23 @@ msgstr ""
|
|
865 |
msgid "Link Label"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: classes/Admin/Page/Addons.php:
|
869 |
msgid "You need Admin Columns Pro."
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: classes/Admin/Page/Addons.php:
|
873 |
msgid "Addon does not exist."
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: classes/Check/AddonAvailable.php:
|
877 |
msgid "the addons page"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: classes/Check/AddonAvailable.php:
|
881 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
885 |
msgid "Custom Fields"
|
886 |
msgstr "فیلدهای اضافی"
|
887 |
|
@@ -893,40 +893,40 @@ msgstr ""
|
|
893 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
894 |
msgstr ""
|
895 |
|
896 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
897 |
#. Plugin URI of the plugin/theme
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Author URI of the plugin/theme
|
900 |
msgid "https://www.admincolumns.com"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
904 |
msgid "Edit columns"
|
905 |
msgstr "ویرایش ستون ها"
|
906 |
|
907 |
-
#: classes/Admin/Page/Columns.php:
|
908 |
msgid "Upgrade"
|
909 |
msgstr "به روزرسانی"
|
910 |
|
911 |
-
#: classes/Admin/Page/Columns.php:
|
912 |
msgid "Settings for %s updated successfully."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: classes/Admin/Page/Columns.php:
|
916 |
msgid "You are trying to store the same settings for %s."
|
917 |
msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
|
918 |
|
919 |
-
#: classes/ListScreen.php:
|
920 |
msgid "No columns settings available."
|
921 |
msgstr "هیچ تنظیمی برای ستونها موجود نیست."
|
922 |
|
923 |
-
#: classes/ListScreen/User.php:
|
924 |
msgid "Users"
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
928 |
#: classes/ListScreenGroups.php:15
|
929 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
930 |
msgid "Media"
|
931 |
msgstr ""
|
932 |
|
@@ -934,107 +934,103 @@ msgstr ""
|
|
934 |
msgid "Links"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: classes/ListScreen/Comment.php:
|
938 |
msgid "Comment"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: classes/ListScreen/Comment.php:
|
942 |
msgid "Comments"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: classes/Admin/Page/Addons.php:
|
946 |
msgid "Get this add-on"
|
947 |
msgstr "دریافت این افزودنی"
|
948 |
|
949 |
-
#: classes/Admin/Page/Addons.php:
|
950 |
msgid "Download & Install"
|
951 |
msgstr "دانلود و نصب"
|
952 |
|
953 |
-
#: classes/Admin/Page/Addons.php:
|
954 |
msgid "Activate"
|
955 |
msgstr "فعال"
|
956 |
|
957 |
-
#: classes/Admin/Page/Addons.php:
|
958 |
msgid "Installed"
|
959 |
msgstr "نصب شده"
|
960 |
|
961 |
-
#: classes/Admin/Page/Addons.php:
|
962 |
msgid "Deactivate"
|
963 |
msgstr "غیرفعال"
|
964 |
|
965 |
-
#: classes/Admin/Page/Addons.php:
|
966 |
msgid "Active"
|
967 |
msgstr "فعال"
|
968 |
|
969 |
-
#: classes/Admin/Page/Columns.php:
|
970 |
msgid "Add Column"
|
971 |
msgstr "ستون جدید"
|
972 |
|
973 |
-
#: classes/Admin/Page/Columns.php:
|
974 |
-
msgid "Drag and drop to reorder"
|
975 |
-
msgstr "برای مرتب سازی بگیرید و بکشید"
|
976 |
-
|
977 |
-
#: classes/Admin/Page/Columns.php:672
|
978 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: classes/Admin/Page/Columns.php:
|
982 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
983 |
msgstr "قسمت <strong>راهنما</strong> را در بالای صفحه بررسی کنید."
|
984 |
|
985 |
-
#: classes/Admin/Page/Columns.php:
|
986 |
msgid "Support"
|
987 |
msgstr "پشتیبانی"
|
988 |
|
989 |
-
#: classes/Admin/Page/Columns.php:
|
990 |
msgid "Buy Pro"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: classes/Admin/Page/Columns.php:
|
994 |
msgid "Tweet"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: classes/Admin/Page/Columns.php:
|
998 |
msgid "Rate"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: classes/Admin/Page/Columns.php:
|
1002 |
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!"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: classes/Admin/Page/Columns.php:
|
1006 |
msgid "Woohoo! We're glad to hear that!"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: classes/Admin/Page/Columns.php:
|
1010 |
msgid "Forums"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: classes/Admin/Page/Columns.php:
|
1014 |
msgid "Docs"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: classes/Admin/Page/Columns.php:
|
1018 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: classes/Admin/Page/Columns.php:
|
1022 |
msgid "What's wrong? Need help? Let us know!"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: classes/Admin/Page/Columns.php:
|
1026 |
msgid "Are you happy with Admin Columns?"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: classes/Admin/Page/Columns.php:
|
1030 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: classes/Admin/Page/Columns.php:
|
1034 |
msgid "Update"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: classes/Admin/Page/Columns.php:
|
1038 |
msgid "Store settings"
|
1039 |
msgstr "ذخیره تنظیمات"
|
1040 |
|
@@ -1042,7 +1038,7 @@ msgstr "ذخیره تنظیمات"
|
|
1042 |
msgid "Add-ons"
|
1043 |
msgstr "افزودنی ها"
|
1044 |
|
1045 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1046 |
msgid "Settings"
|
1047 |
msgstr "تنظیمات"
|
1048 |
|
@@ -1066,7 +1062,7 @@ msgstr "این کار تمام تنظیمات را حذف و به حالت پی
|
|
1066 |
msgid "Restore Settings"
|
1067 |
msgstr "بازنشانی تنظیمات"
|
1068 |
|
1069 |
-
#: classes/Admin/Page/Columns.php:
|
1070 |
#: classes/Admin/Page/Settings.php:193
|
1071 |
msgid "Save"
|
1072 |
msgstr ""
|
@@ -1156,83 +1152,83 @@ msgstr "مرورکلی"
|
|
1156 |
msgid "Default settings successfully restored."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1160 |
msgid "%s column is already present and can not be duplicated."
|
1161 |
msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
|
1162 |
|
1163 |
-
#: classes/Admin.php:
|
1164 |
msgid "Admin Columns Settings"
|
1165 |
msgstr "تنظیمات ستون ها"
|
1166 |
|
1167 |
-
#: classes/Admin/Page/Addons.php:
|
1168 |
msgid "%s successfully deactivated."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: classes/Check/Review.php:
|
1172 |
msgid "find answers to frequently asked questions"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: classes/Check/Review.php:
|
1176 |
msgid "Admin Columns forum on WordPress.org"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: classes/Check/Review.php:
|
1180 |
msgid "You can also find help on the %s, and %s."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: classes/Check/Review.php:
|
1184 |
msgid "our forum"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: classes/Check/Review.php:
|
1188 |
msgid "documentation page"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: classes/Check/Review.php:
|
1192 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: classes/Check/Review.php:
|
1196 |
msgid "Permanently hide notice"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: classes/Check/Review.php:
|
1200 |
msgid "Leave a review!"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: classes/Check/Review.php:
|
1204 |
msgid "click here"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: classes/Check/Review.php:
|
1208 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1212 |
msgid "Admin Columns Pro"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1216 |
#. Plugin Name of the plugin/theme
|
1217 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1218 |
-
#: classes/Check/Review.php:
|
1219 |
-
#: classes/Plugin/Updater.php:
|
1220 |
msgid "Admin Columns"
|
1221 |
msgstr "تنظیمات ستون ها"
|
1222 |
|
1223 |
-
#: classes/Column/Placeholder.php:
|
1224 |
msgid "Find out more"
|
1225 |
msgstr "اطلاعات بیشتر"
|
1226 |
|
1227 |
-
#: classes/Column/Placeholder.php:
|
1228 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: classes/Column/Placeholder.php:
|
1232 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: classes/Column/Placeholder.php:
|
1236 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1237 |
msgstr ""
|
1238 |
|
@@ -1260,15 +1256,15 @@ msgstr "این نامی است که در تیتر ستون دیده می شود.
|
|
1260 |
msgid "Label"
|
1261 |
msgstr "برچسب"
|
1262 |
|
1263 |
-
#: classes/Settings/Column/Type.php:
|
1264 |
msgid "Name"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: classes/Settings/Column/Type.php:
|
1268 |
msgid "Choose a column type."
|
1269 |
msgstr "انتخاب نوع ستون"
|
1270 |
|
1271 |
-
#: classes/Admin/Page/Columns.php:
|
1272 |
msgid "Clone"
|
1273 |
msgstr ""
|
1274 |
|
@@ -1316,8 +1312,8 @@ msgstr "قبل"
|
|
1316 |
msgid "width"
|
1317 |
msgstr "عرض"
|
1318 |
|
1319 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1320 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1321 |
msgid "Custom"
|
1322 |
msgstr "دلخواه"
|
1323 |
|
@@ -1363,12 +1359,12 @@ msgstr "تعداد نوشته"
|
|
1363 |
msgid "Nickname"
|
1364 |
msgstr "لغب"
|
1365 |
|
1366 |
-
#: classes/Column/Post/CommentCount.php:
|
1367 |
#: classes/Column/User/CommentCount.php:14
|
1368 |
msgid "Comment Count"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: classes/Admin/Page/Columns.php:
|
1372 |
msgid "Remove"
|
1373 |
msgstr "حذف"
|
1374 |
|
@@ -1384,7 +1380,7 @@ msgstr ""
|
|
1384 |
msgid "Link to menu"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: classes/Column/Taxonomy.php:
|
1388 |
msgid "Taxonomy"
|
1389 |
msgstr "طبقه بندی"
|
1390 |
|
@@ -1400,7 +1396,7 @@ msgstr "وضعیت"
|
|
1400 |
msgid "Slug"
|
1401 |
msgstr "نامک"
|
1402 |
|
1403 |
-
#: classes/Column/Post/Shortcodes.php:
|
1404 |
msgid "Shortcodes"
|
1405 |
msgstr ""
|
1406 |
|
@@ -1412,11 +1408,11 @@ msgstr "نقش ها"
|
|
1412 |
msgid "Ping Status"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: classes/Column/Post/Permalink.php:
|
1416 |
msgid "Permalink"
|
1417 |
msgstr "پیوندیکتا"
|
1418 |
|
1419 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1420 |
msgid "Path"
|
1421 |
msgstr ""
|
1422 |
|
@@ -1436,7 +1432,7 @@ msgstr ""
|
|
1436 |
msgid "Last Modified"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1440 |
msgid "Last Modified Author"
|
1441 |
msgstr ""
|
1442 |
|
@@ -1470,7 +1466,7 @@ msgstr[0] ""
|
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: classes/Column/Post/Depth.php:
|
1474 |
msgid "Depth"
|
1475 |
msgstr ""
|
1476 |
|
@@ -1564,36 +1560,36 @@ msgstr ""
|
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: classes/Settings/Column/ExifData.php:
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "تیتر"
|
1571 |
|
1572 |
-
#: classes/Settings/Column/ExifData.php:
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "سرعت شاتر"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "فاصله کانونی"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "زمان"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Camera"
|
1590 |
msgstr "دوربین"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Credit"
|
1594 |
msgstr "اعتبار"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Aperture"
|
1598 |
msgstr "دیافراگم"
|
1599 |
|
@@ -1605,7 +1601,7 @@ msgstr ""
|
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "ابعاد"
|
1607 |
|
1608 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1609 |
msgid "Caption"
|
1610 |
msgstr "عنوان"
|
1611 |
|
@@ -1613,7 +1609,7 @@ msgstr "عنوان"
|
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "اندازه های موجود"
|
1615 |
|
1616 |
-
#: classes/Admin/Page/Columns.php:
|
1617 |
msgid "View"
|
1618 |
msgstr "نمایش"
|
1619 |
|
@@ -1644,17 +1640,17 @@ msgid "No custom fields available."
|
|
1644 |
msgstr "زمینه دلخواهی موجود نیست."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "چندین مقدار"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1653 |
msgid "Image"
|
1654 |
msgstr "تصویر"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "چکیده"
|
1660 |
|
@@ -1663,18 +1659,18 @@ msgid "Counter"
|
|
1663 |
msgstr "شمارنده"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1667 |
msgid "Color"
|
1668 |
msgstr "رنگ"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1674 |
msgid "Default"
|
1675 |
msgstr "پیش فرض"
|
1676 |
|
1677 |
-
#: classes/Column/CustomField.php:
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "زمینه دلخواه"
|
1680 |
|
@@ -1683,15 +1679,15 @@ msgid "Word Count"
|
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
-
#: classes/ListScreen/User.php:
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1689 |
msgid "User"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
-
#: classes/Settings/Column/Type.php:
|
1695 |
msgid "Type"
|
1696 |
msgstr "نوع"
|
1697 |
|
@@ -1700,7 +1696,7 @@ msgid "In Reply To"
|
|
1700 |
msgstr "در پاسخ به"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1704 |
msgid "Post"
|
1705 |
msgstr ""
|
1706 |
|
@@ -1710,7 +1706,7 @@ msgstr ""
|
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1714 |
msgid "Date"
|
1715 |
msgstr "تاریخ"
|
1716 |
|
@@ -1722,7 +1718,7 @@ msgstr ""
|
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "تاریخ مرجع"
|
1724 |
|
1725 |
-
#: classes/Column/Post/AuthorName.php:
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "نویسنده"
|
@@ -1757,7 +1753,7 @@ msgstr "تایید شده"
|
|
1757 |
msgid "Agent"
|
1758 |
msgstr "مرورگر"
|
1759 |
|
1760 |
-
#: classes/Admin/Page/Columns.php:
|
1761 |
msgid "Edit"
|
1762 |
msgstr "ویرایش"
|
1763 |
|
@@ -1767,7 +1763,7 @@ msgstr "ویرایش"
|
|
1767 |
msgid "ID"
|
1768 |
msgstr "شناسه"
|
1769 |
|
1770 |
-
#: classes/Admin/Page/Columns.php:
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1776,7 +1772,7 @@ msgstr "شناسه"
|
|
1776 |
msgid "No"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: classes/Admin/Page/Columns.php:
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1793,7 +1789,7 @@ msgstr ""
|
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: classes/Column/Actions.php:
|
1797 |
msgid "Actions"
|
1798 |
msgstr "عملیات ها"
|
1799 |
|
@@ -1809,6 +1805,6 @@ msgstr ""
|
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr "زمینه های دلخواه پیشرفته"
|
1811 |
|
1812 |
-
#: classes/Admin/Page/Addons.php:
|
1813 |
msgid "Plugins"
|
1814 |
msgstr ""
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
716 |
msgid "Help"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
720 |
msgid "Close"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: classes/Admin/Page/Columns.php:732
|
724 |
msgid "Clear all columns "
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: classes/Admin/Page/Columns.php:643
|
728 |
msgid "I'm using Admin Columns for WordPress!"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: classes/Admin/Page/Columns.php:585
|
732 |
msgid "Your First Name"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: classes/Admin/Page/Columns.php:584
|
736 |
msgid "Your Email"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: classes/Admin/Page/Columns.php:577
|
740 |
msgid "Submit your email and we'll send you a discount for %s off."
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
744 |
msgid "Get %s Off!"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: classes/Admin/Page/Columns.php:540
|
748 |
msgid "Extra Columns for:"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: classes/Admin/Page/Columns.php:526
|
752 |
msgid "Edit your column content directly"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: classes/Admin/Page/Columns.php:514
|
756 |
msgid "Pro"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: classes/Admin/Page/Columns.php:295
|
760 |
msgid "You need at least one column"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: classes/Admin/Page/Addons.php:241
|
764 |
msgid "Available"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: classes/Admin/Page/Addons.php:240
|
768 |
msgid "Recommended"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: classes/Admin/Page/Addons.php:104
|
772 |
msgid "%s could not be activated."
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: classes/Admin/Page/Addons.php:101
|
776 |
msgid "%s successfully activated."
|
777 |
msgstr ""
|
778 |
|
781 |
msgid_plural "%s add-ons requires %s."
|
782 |
msgstr[0] ""
|
783 |
|
784 |
+
#: classes/Admin/Page/Addons.php:129
|
785 |
msgid "%s is installed, but not active."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: classes/Admin/Page/Addons.php:123
|
789 |
msgid "%s needs to be installed for the add-on to work."
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: classes/Admin/Addon.php:279
|
793 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
794 |
msgstr ""
|
795 |
|
805 |
msgid "Imported"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: classes/Admin/Page/Columns.php:556
|
809 |
msgid "Learn more about Pro"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: classes/Admin/Page/Columns.php:528
|
813 |
msgid "Import & Export settings"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: classes/Admin/Page/Columns.php:527
|
817 |
msgid "Create multiple columns sets"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: classes/Admin/Page/Columns.php:525
|
821 |
msgid "Add filterable columns"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: classes/Admin/Page/Columns.php:524
|
825 |
msgid "Add sortable columns"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: classes/Admin/Page/Columns.php:519
|
829 |
msgid "Take Admin Columns to the next level:"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: classes/Admin/Page/Columns.php:514
|
833 |
msgid "Upgrade to"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: classes/Admin/Page/Columns.php:426
|
837 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: classes/Admin/Page/Columns.php:216
|
841 |
msgid "Please visit the %s screen once to load all available columns"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: classes/Admin/Page/Columns.php:495
|
845 |
msgid "Restore columns"
|
846 |
msgstr ""
|
847 |
|
849 |
msgid "Settings for %s restored successfully."
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: classes/Admin/Page/Columns.php:302
|
853 |
msgid "View %s screen"
|
854 |
msgstr ""
|
855 |
|
865 |
msgid "Link Label"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: classes/Admin/Page/Addons.php:165
|
869 |
msgid "You need Admin Columns Pro."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: classes/Admin/Page/Addons.php:163
|
873 |
msgid "Addon does not exist."
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: classes/Check/AddonAvailable.php:85
|
877 |
msgid "the addons page"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: classes/Check/AddonAvailable.php:85
|
881 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
885 |
msgid "Custom Fields"
|
886 |
msgstr "فیلدهای اضافی"
|
887 |
|
893 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
894 |
msgstr ""
|
895 |
|
896 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
897 |
#. Plugin URI of the plugin/theme
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Author URI of the plugin/theme
|
900 |
msgid "https://www.admincolumns.com"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
904 |
msgid "Edit columns"
|
905 |
msgstr "ویرایش ستون ها"
|
906 |
|
907 |
+
#: classes/Admin/Page/Columns.php:931
|
908 |
msgid "Upgrade"
|
909 |
msgstr "به روزرسانی"
|
910 |
|
911 |
+
#: classes/Admin/Page/Columns.php:322
|
912 |
msgid "Settings for %s updated successfully."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: classes/Admin/Page/Columns.php:309
|
916 |
msgid "You are trying to store the same settings for %s."
|
917 |
msgstr "درحال ذخیره همان تنظیمات برای %s هستید."
|
918 |
|
919 |
+
#: classes/ListScreen.php:709
|
920 |
msgid "No columns settings available."
|
921 |
msgstr "هیچ تنظیمی برای ستونها موجود نیست."
|
922 |
|
923 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
924 |
msgid "Users"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
928 |
#: classes/ListScreenGroups.php:15
|
929 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
930 |
msgid "Media"
|
931 |
msgstr ""
|
932 |
|
934 |
msgid "Links"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
938 |
msgid "Comment"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
942 |
msgid "Comments"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: classes/Admin/Page/Addons.php:365
|
946 |
msgid "Get this add-on"
|
947 |
msgstr "دریافت این افزودنی"
|
948 |
|
949 |
+
#: classes/Admin/Page/Addons.php:363
|
950 |
msgid "Download & Install"
|
951 |
msgstr "دانلود و نصب"
|
952 |
|
953 |
+
#: classes/Admin/Page/Addons.php:357
|
954 |
msgid "Activate"
|
955 |
msgstr "فعال"
|
956 |
|
957 |
+
#: classes/Admin/Page/Addons.php:239
|
958 |
msgid "Installed"
|
959 |
msgstr "نصب شده"
|
960 |
|
961 |
+
#: classes/Admin/Page/Addons.php:353
|
962 |
msgid "Deactivate"
|
963 |
msgstr "غیرفعال"
|
964 |
|
965 |
+
#: classes/Admin/Page/Addons.php:350
|
966 |
msgid "Active"
|
967 |
msgstr "فعال"
|
968 |
|
969 |
+
#: classes/Admin/Page/Columns.php:738
|
970 |
msgid "Add Column"
|
971 |
msgstr "ستون جدید"
|
972 |
|
973 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
974 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: classes/Admin/Page/Columns.php:667
|
978 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
979 |
msgstr "قسمت <strong>راهنما</strong> را در بالای صفحه بررسی کنید."
|
980 |
|
981 |
+
#: classes/Admin/Page/Columns.php:662
|
982 |
msgid "Support"
|
983 |
msgstr "پشتیبانی"
|
984 |
|
985 |
+
#: classes/Admin/Page/Columns.php:650
|
986 |
msgid "Buy Pro"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: classes/Admin/Page/Columns.php:644
|
990 |
msgid "Tweet"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: classes/Admin/Page/Columns.php:638
|
994 |
msgid "Rate"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: classes/Admin/Page/Columns.php:633
|
998 |
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!"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: classes/Admin/Page/Columns.php:630
|
1002 |
msgid "Woohoo! We're glad to hear that!"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: classes/Admin/Page/Columns.php:620
|
1006 |
msgid "Forums"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: classes/Admin/Page/Columns.php:615
|
1010 |
msgid "Docs"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: classes/Admin/Page/Columns.php:610
|
1014 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: classes/Admin/Page/Columns.php:607
|
1018 |
msgid "What's wrong? Need help? Let us know!"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: classes/Admin/Page/Columns.php:597
|
1022 |
msgid "Are you happy with Admin Columns?"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: classes/Admin/Page/Columns.php:494
|
1026 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1030 |
msgid "Update"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: classes/Admin/Page/Columns.php:472
|
1034 |
msgid "Store settings"
|
1035 |
msgstr "ذخیره تنظیمات"
|
1036 |
|
1038 |
msgid "Add-ons"
|
1039 |
msgstr "افزودنی ها"
|
1040 |
|
1041 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1042 |
msgid "Settings"
|
1043 |
msgstr "تنظیمات"
|
1044 |
|
1062 |
msgid "Restore Settings"
|
1063 |
msgstr "بازنشانی تنظیمات"
|
1064 |
|
1065 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1066 |
#: classes/Admin/Page/Settings.php:193
|
1067 |
msgid "Save"
|
1068 |
msgstr ""
|
1152 |
msgid "Default settings successfully restored."
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1156 |
msgid "%s column is already present and can not be duplicated."
|
1157 |
msgstr "%s ستون موجود است و نمی توان آنها را تکثیر کرد."
|
1158 |
|
1159 |
+
#: classes/Admin.php:125
|
1160 |
msgid "Admin Columns Settings"
|
1161 |
msgstr "تنظیمات ستون ها"
|
1162 |
|
1163 |
+
#: classes/Admin/Page/Addons.php:113
|
1164 |
msgid "%s successfully deactivated."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: classes/Check/Review.php:165
|
1168 |
msgid "find answers to frequently asked questions"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: classes/Check/Review.php:164
|
1172 |
msgid "Admin Columns forum on WordPress.org"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: classes/Check/Review.php:163
|
1176 |
msgid "You can also find help on the %s, and %s."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: classes/Check/Review.php:159
|
1180 |
msgid "our forum"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: classes/Check/Review.php:153
|
1184 |
msgid "documentation page"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: classes/Check/Review.php:151
|
1188 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: classes/Check/Review.php:142
|
1192 |
msgid "Permanently hide notice"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: classes/Check/Review.php:141
|
1196 |
msgid "Leave a review!"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: classes/Check/Review.php:137
|
1200 |
msgid "click here"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: classes/Check/Review.php:133
|
1204 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1208 |
msgid "Admin Columns Pro"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1212 |
#. Plugin Name of the plugin/theme
|
1213 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1214 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1215 |
+
#: classes/Plugin/Updater.php:118
|
1216 |
msgid "Admin Columns"
|
1217 |
msgstr "تنظیمات ستون ها"
|
1218 |
|
1219 |
+
#: classes/Column/Placeholder.php:45
|
1220 |
msgid "Find out more"
|
1221 |
msgstr "اطلاعات بیشتر"
|
1222 |
|
1223 |
+
#: classes/Column/Placeholder.php:43
|
1224 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: classes/Column/Placeholder.php:39
|
1228 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: classes/Column/Placeholder.php:35
|
1232 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1233 |
msgstr ""
|
1234 |
|
1256 |
msgid "Label"
|
1257 |
msgstr "برچسب"
|
1258 |
|
1259 |
+
#: classes/Settings/Column/Type.php:35
|
1260 |
msgid "Name"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: classes/Settings/Column/Type.php:29
|
1264 |
msgid "Choose a column type."
|
1265 |
msgstr "انتخاب نوع ستون"
|
1266 |
|
1267 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1268 |
msgid "Clone"
|
1269 |
msgstr ""
|
1270 |
|
1312 |
msgid "width"
|
1313 |
msgstr "عرض"
|
1314 |
|
1315 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1316 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1317 |
msgid "Custom"
|
1318 |
msgstr "دلخواه"
|
1319 |
|
1359 |
msgid "Nickname"
|
1360 |
msgstr "لغب"
|
1361 |
|
1362 |
+
#: classes/Column/Post/CommentCount.php:17
|
1363 |
#: classes/Column/User/CommentCount.php:14
|
1364 |
msgid "Comment Count"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1368 |
msgid "Remove"
|
1369 |
msgstr "حذف"
|
1370 |
|
1380 |
msgid "Link to menu"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1384 |
msgid "Taxonomy"
|
1385 |
msgstr "طبقه بندی"
|
1386 |
|
1396 |
msgid "Slug"
|
1397 |
msgstr "نامک"
|
1398 |
|
1399 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1400 |
msgid "Shortcodes"
|
1401 |
msgstr ""
|
1402 |
|
1408 |
msgid "Ping Status"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: classes/Column/Post/Permalink.php:15
|
1412 |
msgid "Permalink"
|
1413 |
msgstr "پیوندیکتا"
|
1414 |
|
1415 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1416 |
msgid "Path"
|
1417 |
msgstr ""
|
1418 |
|
1432 |
msgid "Last Modified"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1436 |
msgid "Last Modified Author"
|
1437 |
msgstr ""
|
1438 |
|
1466 |
msgid "Estimated Reading Time"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: classes/Column/Post/Depth.php:15
|
1470 |
msgid "Depth"
|
1471 |
msgstr ""
|
1472 |
|
1560 |
msgid "Filename"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1564 |
#: classes/Settings/Column/Term.php:28
|
1565 |
msgid "Title"
|
1566 |
msgstr "تیتر"
|
1567 |
|
1568 |
+
#: classes/Settings/Column/ExifData.php:78
|
1569 |
msgid "Shutter Speed"
|
1570 |
msgstr "سرعت شاتر"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:77
|
1573 |
msgid "ISO"
|
1574 |
msgstr "ISO"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:76
|
1577 |
msgid "Focal Length"
|
1578 |
msgstr "فاصله کانونی"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:74
|
1581 |
msgid "Timestamp"
|
1582 |
msgstr "زمان"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:72
|
1585 |
msgid "Camera"
|
1586 |
msgstr "دوربین"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:71
|
1589 |
msgid "Credit"
|
1590 |
msgstr "اعتبار"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:70
|
1593 |
msgid "Aperture"
|
1594 |
msgstr "دیافراگم"
|
1595 |
|
1601 |
msgid "Dimensions"
|
1602 |
msgstr "ابعاد"
|
1603 |
|
1604 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1605 |
msgid "Caption"
|
1606 |
msgstr "عنوان"
|
1607 |
|
1609 |
msgid "Available Sizes"
|
1610 |
msgstr "اندازه های موجود"
|
1611 |
|
1612 |
+
#: classes/Admin/Page/Columns.php:458
|
1613 |
msgid "View"
|
1614 |
msgstr "نمایش"
|
1615 |
|
1640 |
msgstr "زمینه دلخواهی موجود نیست."
|
1641 |
|
1642 |
#: classes/Admin/Help/CustomField.php:54
|
1643 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1644 |
msgid "Multiple Values"
|
1645 |
msgstr "چندین مقدار"
|
1646 |
|
1647 |
#: classes/Admin/Help/CustomField.php:46
|
1648 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1649 |
msgid "Image"
|
1650 |
msgstr "تصویر"
|
1651 |
|
1652 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1653 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1654 |
msgid "Excerpt"
|
1655 |
msgstr "چکیده"
|
1656 |
|
1659 |
msgstr "شمارنده"
|
1660 |
|
1661 |
#: classes/Admin/Help/CustomField.php:26
|
1662 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1663 |
msgid "Color"
|
1664 |
msgstr "رنگ"
|
1665 |
|
1666 |
#: classes/Admin/Help/CustomField.php:22
|
1667 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1668 |
#: classes/Settings/Column/Image.php:72
|
1669 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1670 |
msgid "Default"
|
1671 |
msgstr "پیش فرض"
|
1672 |
|
1673 |
+
#: classes/Column/CustomField.php:19
|
1674 |
msgid "Custom Field"
|
1675 |
msgstr "زمینه دلخواه"
|
1676 |
|
1679 |
msgstr ""
|
1680 |
|
1681 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1682 |
+
#: classes/ListScreen/User.php:13
|
1683 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1684 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1685 |
msgid "User"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
#: classes/Column/Comment/Type.php:14
|
1689 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1690 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1691 |
msgid "Type"
|
1692 |
msgstr "نوع"
|
1693 |
|
1696 |
msgstr "در پاسخ به"
|
1697 |
|
1698 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1699 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1700 |
msgid "Post"
|
1701 |
msgstr ""
|
1702 |
|
1706 |
|
1707 |
#: classes/Admin/Help/CustomField.php:34
|
1708 |
#: classes/Settings/Column/Comment.php:115
|
1709 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1710 |
msgid "Date"
|
1711 |
msgstr "تاریخ"
|
1712 |
|
1718 |
msgid "Date GMT"
|
1719 |
msgstr "تاریخ مرجع"
|
1720 |
|
1721 |
+
#: classes/Column/Post/AuthorName.php:18
|
1722 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1723 |
msgid "Author"
|
1724 |
msgstr "نویسنده"
|
1753 |
msgid "Agent"
|
1754 |
msgstr "مرورگر"
|
1755 |
|
1756 |
+
#: classes/Admin/Page/Columns.php:852
|
1757 |
msgid "Edit"
|
1758 |
msgstr "ویرایش"
|
1759 |
|
1763 |
msgid "ID"
|
1764 |
msgstr "شناسه"
|
1765 |
|
1766 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1767 |
#: classes/Settings/Column/ActionIcons.php:23
|
1768 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1769 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1772 |
msgid "No"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1776 |
#: classes/Settings/Column/ActionIcons.php:22
|
1777 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1778 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1789 |
msgid "Use icons?"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: classes/Column/Actions.php:19
|
1793 |
msgid "Actions"
|
1794 |
msgstr "عملیات ها"
|
1795 |
|
1805 |
msgid "Advanced Custom Fields"
|
1806 |
msgstr "زمینه های دلخواه پیشرفته"
|
1807 |
|
1808 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1809 |
msgid "Plugins"
|
1810 |
msgstr ""
|
languages/codepress-admin-columns-fr_FR.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-fr_FR.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr "Utilise un ou plusieurs ID d’/de %s pour afficher des informations à propos de celui-ci."
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr "Cette extension n’a pas pu se charger :"
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr "En savoir plus sur les <a href=\"%s\" target=\"_blank\">prérequis</a> dans notre documentation."
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr "Votre serveur exécute actuellement PHP %s."
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr "Cette extensions nécessite au moins PHP %s pour fonctionner correctement."
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr "%s doit être installée et activée."
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr "version %s et plus"
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr "Vous pouvez aussi utiliser votre compte admincolumns.com pour accéder au support via %s !"
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr "Activez %s ici."
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr "Installez %s ici."
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr "Valeur : doit contenir une URL."
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr "URL"
|
66 |
|
@@ -120,39 +120,39 @@ msgstr "Modifiez votre contenu directement depuis la vue d’ensemble."
|
|
120 |
msgid "Editing"
|
121 |
msgstr "Édition"
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr "Uniquement %s pour 1 site"
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr "Obtenez des modules pour ACF, WooCommerce et beaucoup d‘autres"
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr "Créez plusieurs groupes de colonnes par vue d’ensemble"
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr "Exportez toutes les données de colonnes au format CSV"
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr "Modifiez directement votre contenu depuis la vue d’ensemble"
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr "Triez et filtrez sur tout votre contenu"
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr "Passez à la version PRO et amenez Admin Columns au niveau supérieur :"
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr "Aimez-vous Admin Columns ?"
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr "Sélectionner le type"
|
158 |
|
@@ -180,11 +180,11 @@ msgstr "Limitez le texte à un certains nombre de caractères ou de mots"
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr "Limite du texte"
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "Votre base de données est à jour. Vous êtes génial."
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr "Télécharger"
|
190 |
|
@@ -253,15 +253,15 @@ msgstr "Caché"
|
|
253 |
msgid "Public"
|
254 |
msgstr "Public"
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr "Mots clés"
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr "Orientation"
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr "Copyright"
|
267 |
|
@@ -277,19 +277,19 @@ msgstr "Total"
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr "Miniatures"
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr "Lancer la mise à jour"
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr "Nous avons besoin de mettre à jour votre base de données vers la dernière version."
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr "Planification manquée"
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr "Planifié"
|
295 |
|
@@ -297,7 +297,7 @@ msgstr "Planifié"
|
|
297 |
msgid "Title Only"
|
298 |
msgstr "Uniquement le titre"
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr "Autoriser les commentaires"
|
303 |
|
@@ -305,7 +305,7 @@ msgstr "Autoriser les commentaires"
|
|
305 |
msgid "More Tag"
|
306 |
msgstr "Balise « Lire la suite »"
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
@@ -317,11 +317,11 @@ msgstr "Hauteur : %s px"
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Largeur : %s px"
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr "Le fichier d’image est manquant pour la taille %s."
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr "original"
|
327 |
|
@@ -329,7 +329,7 @@ msgstr "original"
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr "Texte alternatif"
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr "Veuillez visiter la page %s."
|
335 |
|
@@ -345,19 +345,19 @@ msgstr "The Events Calendar"
|
|
345 |
msgid "Password protected"
|
346 |
msgstr "Protégé par mot de passe"
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr "En attente de relecture"
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr "Brouillon"
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr "Publié"
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr "Privé"
|
363 |
|
@@ -370,7 +370,7 @@ msgstr "Utiliser une icône au lieu de texte pour afficher l’état."
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Utiliser une icône ?"
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
@@ -386,11 +386,11 @@ msgstr "L’extrait est manquant."
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Nom utilisateur normalisé"
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Envoyez-moi la promotion"
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Les prix commencent à partir de %s"
|
396 |
|
@@ -406,19 +406,19 @@ msgstr "BuddyPress"
|
|
406 |
msgid "View more"
|
407 |
msgstr "En savoir plus"
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Méthode non valide."
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Colonne non valide."
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "Écran de liste non valide."
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "ID de l’élément non valide."
|
424 |
|
@@ -501,11 +501,11 @@ msgstr "Hauteur en pixels"
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Largeur en pixels"
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr "dans %s"
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr "Il y a %s"
|
511 |
|
@@ -545,38 +545,38 @@ msgstr "La différence est renvoyée dans un format lisible par un humain."
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Différence de temps"
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr "Multiple"
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr "Choix"
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr "Relationnel"
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr "Basique"
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Nombre de champs"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr "Vrai / Faux"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr "A un contenu"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr "Nombre"
|
582 |
|
@@ -611,15 +611,15 @@ msgstr "Options d’affichage"
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Ce texte apparaîtra après la valeur de la colonne."
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr "ou"
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr "Masquer"
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr "Afficher %s de plus"
|
625 |
|
@@ -635,7 +635,7 @@ msgstr "Montrer la barre d’outils"
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Lien court"
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
@@ -647,7 +647,7 @@ msgstr "Standard"
|
|
647 |
msgid "Full Path"
|
648 |
msgstr "Chemin complet"
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "La remise est valide jusqu’à %s"
|
653 |
|
@@ -717,63 +717,63 @@ msgstr "Filtres dépréciés"
|
|
717 |
msgid "Help"
|
718 |
msgstr "Aide"
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr "Fermer"
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Effacer toutes les colonnes"
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "J’utilise Admin Columns pour WordPress !"
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Votre prénom"
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr "Votre e-mail"
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr "Envoyez nous votre e-mail et nous vous enverrons une remise de %s."
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr "Obtenez %s de réduction !"
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr "Colonnes supplémentaires :"
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr "Modifiez directement le contenu de votre colonne"
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr "version Pro"
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr "Vous avez besoin d’au moins une colonne"
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr "Disponible"
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr "Recommandé"
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr "%s ne peut pas être activé."
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr "%s bien activé."
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] "Le module %s nécessite %s."
|
784 |
msgstr[1] "Les modules %s nécessitent %s."
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr "L’extension %s est installée mais pas active."
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr "L’extension %s doit être installée pour que le module fonctionne."
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr "Affichez et éditez les champs %s sur la vue d’ensemble des publications en quelques secondes."
|
797 |
|
@@ -807,43 +807,43 @@ msgstr "Pods"
|
|
807 |
msgid "Imported"
|
808 |
msgstr "Importé"
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "En savoir plus sur la version Pro"
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr "Réglages d’import & d’export"
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr "Créez plusieurs ensembles de colonnes"
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr "Ajouter des colonnes filtrables"
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr "Ajouter des colonnes triables"
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr "Passez Admin Columns au niveau supérieur :"
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "Passez en"
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr "Les colonnes pour %s sont configurées via PHP et ne peuvent donc pas être modifiées."
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr "Veuillez visiter l’écran %s une première fois afin de charger toutes colonnes disponibles."
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Restaurer les colonnes"
|
849 |
|
@@ -851,7 +851,7 @@ msgstr "Restaurer les colonnes"
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "Les réglages pour %s ont bien été restaurés."
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr "Voir l’écran %s"
|
857 |
|
@@ -867,23 +867,23 @@ msgstr "Laissez vide pour afficher l’URL"
|
|
867 |
msgid "Link Label"
|
868 |
msgstr "Libellé du lien"
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr "Vous avez besoin d’Admin Columns Pro."
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr "Le module n’existe pas."
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr "la page des modules"
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr "Savez-vous qu’Admin Columns Pro possède un module d’intégration pour %s ? Avec la licence Admin Columns Pro correcte, vous pouvez les télécharger depuis %s !"
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Champs personnalisés"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr "AdminColumns.com"
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr "Personnalisez les colonnes sur les écrans d’administration des articles, types de publications, pages, médias, commentaires, liens et utilisateurs grâce à une interface glisser-déposer facile à utiliser."
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Modifier les colonnes"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Mettre à niveau"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "Les réglages pour les %s ont bien été mis à jour."
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Vous essayez de conserver les mêmes réglages pour %s."
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Aucun réglage de colonne disponible."
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Utilisateurs"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr "Média"
|
934 |
|
@@ -936,107 +936,103 @@ msgstr "Média"
|
|
936 |
msgid "Links"
|
937 |
msgstr "Liens"
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr "Commentaire"
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr "Commentaires"
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Obtenir ce module"
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Télécharger & Installer"
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Activer"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr "Installé"
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Désactiver"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Activé"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "Ajouter une colonne"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr "Vous pouvez modifier l’ordre."
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr "Pour la documentation complète, les rapports de bug, les suggestions de fonctionnalités et autres astuces <a href='%s'>visitez le site web d’Admin Columns</a>."
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr "Consultez la section <strong>Aide</strong> en haut à droite de l’écran."
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Support"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr "Acheter la version Pro"
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr "Tweet"
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr "Taux"
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr "Nous aimerions vraiment que vous puissiez montrer votre appréciation en nous donnant une note sur WordPress.org ou en twittant à propos d’Admin Columns !"
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr "Ouah ! Nous sommes heureux d’entendre ça !"
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr "Forums"
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr "Docs"
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr "Consultez notre documentation complète ou vous pouvez ouvrir un sujet de support sur WordPress.org !"
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr "Qu’est-ce qui ne va pas ? Besoin d’aide ? Faites le nous savoir !"
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr "Êtes-vous satisfait d’Admin Columns ?"
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr "Attention ! Les données des colonnes %s vont être supprimées. Cela ne peut pas être annulé. « OK » pour supprimer, « Annuler » pour interrompre"
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Mettre à jour"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "Enregistrer les réglages"
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr "Enregistrer les réglages"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr "Modules"
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Réglages"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr "Cela supprimera tous les réglages de colonnes et restaurera tous les r
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "Restaurer les réglages"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "Enregistrer"
|
@@ -1158,83 +1154,83 @@ msgstr "Vue d’ensemble"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr "Les réglages par défaut ont bien été restaurés."
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr "La colonne %s est déjà présente et ne peut pas être dupliquée."
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr "Réglages Admin Columns"
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr "%s bien désactivé."
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr "trouver des réponses dans la foire aux questions"
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr "forums d’Admin Columns sur WordPress.org"
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr "Vous pouvez également trouver de l’aide dans les %s, et %s."
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr "notre forum"
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr "page de documentation"
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr "Nous sommes désolés de l’apprendre. Peut être que nous pouvons vous aider ! Si vous avez des problèmes pour configurer %s ou si vous souhaitez obtenir de l’aide pour les fonctionnalités les plus avancées, veuillez visitez notre %s."
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr "Masquer définitivement la notification"
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr "Laisser un avis !"
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr "cliquez ici"
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr "Nous ne voulons pas vous déranger mais vous utilisez %s depuis un moment maintenant et nous nous demandions si vous étiez satisfait de l’extension. Si c'est le cas, pourriez-vous laisser un avis sur wordpress.org s’il vous plaît ? Si vous n’êtes pas satisfait d’%s, veuillez %s."
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr "Admin Columns Pro"
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr "Admin Columns"
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr "En savoir plus"
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr "Admin Columns Pro propose une intégration complète de %s vous permettant de facilement afficher et modifier les champs de %s à partir de votre vue d’ensemble."
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr "Si vous avez une licence « business » ou « developer », veuillez télécharger et installer votre module %s depuis <a href='%s'>l’onglet modules</a>."
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr "La colonne %s est uniquement disponible avec Admin Columns Pro - Business ou Developer."
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr "C’est le nom qui apparaitra comme en-tête de colonne."
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Libellé"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Nom"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr "Choisissez le type de colonne."
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr "Cloner"
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr "Avant"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "largeur"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Personnalisé"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr "Nombre d’articles"
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Pseudonyme"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr "Nombre de commentaires"
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Supprimer"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr "Cela créera un lien sur le titre vers le menu."
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr "Lien vers le menu"
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taxonomie"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "État "
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Slug"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr "Codes courts"
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Rôles"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr "État du ping"
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr "Permalien"
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr "Chemin"
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr "Trier"
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr "Dernière modification"
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr "Auteur·e de la dernière modification"
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] "secondes"
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr "Temps de lecture estimé"
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr "Profondeur"
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr "Taille du fichier"
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr "Nom du fichier"
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Titre"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr "Vitesse d’obturation"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr "Distance focale"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr "Horodatage"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "Appareil photo"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Crédit"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr "Ouverture"
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr "Données EXIF"
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Taille"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Légende"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Légende"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "Tailles disponibles"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "Afficher"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr "Aucun champ personnalisé disponible."
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "Valeurs multiples"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Image"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Extrait"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr "Compteur"
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "Couleur"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Par défaut"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "Champ personnalisé"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr "Nombre de mots"
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "Utilisateur"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Type"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr "En réponse à"
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "Contenu"
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "Contenu"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Date"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr "Soumis le <a href=\"%1$s\">%2$s à %3$s</a>"
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "Date GMT"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Auteur"
|
@@ -1761,7 +1757,7 @@ msgstr "Approuvé"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "Agent"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Modifier"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Modifier"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "Non"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr "Utilisez des icônes au lieu de texte pour afficher les actions."
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr "Utiliser des icônes ?"
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Actions"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr "WooCommerce"
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr "Advanced Custom Fields"
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr "Extensions"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr "Utilise un ou plusieurs ID d’/de %s pour afficher des informations à propos de celui-ci."
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr "Cette extension n’a pas pu se charger :"
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr "En savoir plus sur les <a href=\"%s\" target=\"_blank\">prérequis</a> dans notre documentation."
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr "Votre serveur exécute actuellement PHP %s."
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr "Cette extensions nécessite au moins PHP %s pour fonctionner correctement."
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr "%s doit être installée et activée."
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr "version %s et plus"
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr "Vous pouvez aussi utiliser votre compte admincolumns.com pour accéder au support via %s !"
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr "Activez %s ici."
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr "Installez %s ici."
|
53 |
|
60 |
msgstr "Valeur : doit contenir une URL."
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr "URL"
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr "Édition"
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr "Uniquement %s pour 1 site"
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr "Obtenez des modules pour ACF, WooCommerce et beaucoup d‘autres"
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr "Créez plusieurs groupes de colonnes par vue d’ensemble"
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr "Exportez toutes les données de colonnes au format CSV"
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr "Modifiez directement votre contenu depuis la vue d’ensemble"
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr "Triez et filtrez sur tout votre contenu"
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr "Passez à la version PRO et amenez Admin Columns au niveau supérieur :"
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr "Aimez-vous Admin Columns ?"
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr "Sélectionner le type"
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr "Limite du texte"
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "Votre base de données est à jour. Vous êtes génial."
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr "Télécharger"
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr "Public"
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr "Mots clés"
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr "Orientation"
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr "Copyright"
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr "Miniatures"
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr "Lancer la mise à jour"
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr "Nous avons besoin de mettre à jour votre base de données vers la dernière version."
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr "Planification manquée"
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr "Planifié"
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr "Uniquement le titre"
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr "Autoriser les commentaires"
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr "Balise « Lire la suite »"
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Largeur : %s px"
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr "Le fichier d’image est manquant pour la taille %s."
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr "original"
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr "Texte alternatif"
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr "Veuillez visiter la page %s."
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr "Protégé par mot de passe"
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr "En attente de relecture"
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr "Brouillon"
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr "Publié"
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr "Privé"
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Utiliser une icône ?"
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Nom utilisateur normalisé"
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Envoyez-moi la promotion"
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Les prix commencent à partir de %s"
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr "En savoir plus"
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Méthode non valide."
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Colonne non valide."
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "Écran de liste non valide."
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "ID de l’élément non valide."
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Largeur en pixels"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr "dans %s"
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr "Il y a %s"
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Différence de temps"
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr "Multiple"
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr "Choix"
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr "Relationnel"
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr "Basique"
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Nombre de champs"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr "Vrai / Faux"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr "A un contenu"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr "Nombre"
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Ce texte apparaîtra après la valeur de la colonne."
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr "ou"
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr "Masquer"
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr "Afficher %s de plus"
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Lien court"
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr "Chemin complet"
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "La remise est valide jusqu’à %s"
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr "Aide"
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr "Fermer"
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Effacer toutes les colonnes"
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "J’utilise Admin Columns pour WordPress !"
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Votre prénom"
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr "Votre e-mail"
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr "Envoyez nous votre e-mail et nous vous enverrons une remise de %s."
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr "Obtenez %s de réduction !"
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr "Colonnes supplémentaires :"
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr "Modifiez directement le contenu de votre colonne"
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr "version Pro"
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr "Vous avez besoin d’au moins une colonne"
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr "Disponible"
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr "Recommandé"
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr "%s ne peut pas être activé."
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr "%s bien activé."
|
779 |
|
783 |
msgstr[0] "Le module %s nécessite %s."
|
784 |
msgstr[1] "Les modules %s nécessitent %s."
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr "L’extension %s est installée mais pas active."
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr "L’extension %s doit être installée pour que le module fonctionne."
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr "Affichez et éditez les champs %s sur la vue d’ensemble des publications en quelques secondes."
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr "Importé"
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "En savoir plus sur la version Pro"
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr "Réglages d’import & d’export"
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr "Créez plusieurs ensembles de colonnes"
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr "Ajouter des colonnes filtrables"
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr "Ajouter des colonnes triables"
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr "Passez Admin Columns au niveau supérieur :"
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "Passez en"
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr "Les colonnes pour %s sont configurées via PHP et ne peuvent donc pas être modifiées."
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr "Veuillez visiter l’écran %s une première fois afin de charger toutes colonnes disponibles."
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Restaurer les colonnes"
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "Les réglages pour %s ont bien été restaurés."
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr "Voir l’écran %s"
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr "Libellé du lien"
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr "Vous avez besoin d’Admin Columns Pro."
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr "Le module n’existe pas."
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr "la page des modules"
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr "Savez-vous qu’Admin Columns Pro possède un module d’intégration pour %s ? Avec la licence Admin Columns Pro correcte, vous pouvez les télécharger depuis %s !"
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Champs personnalisés"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr "Personnalisez les colonnes sur les écrans d’administration des articles, types de publications, pages, médias, commentaires, liens et utilisateurs grâce à une interface glisser-déposer facile à utiliser."
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Modifier les colonnes"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Mettre à niveau"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "Les réglages pour les %s ont bien été mis à jour."
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Vous essayez de conserver les mêmes réglages pour %s."
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Aucun réglage de colonne disponible."
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Utilisateurs"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr "Média"
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr "Liens"
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr "Commentaire"
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr "Commentaires"
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Obtenir ce module"
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Télécharger & Installer"
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Activer"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr "Installé"
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Désactiver"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Activé"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "Ajouter une colonne"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr "Pour la documentation complète, les rapports de bug, les suggestions de fonctionnalités et autres astuces <a href='%s'>visitez le site web d’Admin Columns</a>."
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr "Consultez la section <strong>Aide</strong> en haut à droite de l’écran."
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Support"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr "Acheter la version Pro"
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr "Tweet"
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr "Taux"
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr "Nous aimerions vraiment que vous puissiez montrer votre appréciation en nous donnant une note sur WordPress.org ou en twittant à propos d’Admin Columns !"
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr "Ouah ! Nous sommes heureux d’entendre ça !"
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr "Forums"
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr "Docs"
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr "Consultez notre documentation complète ou vous pouvez ouvrir un sujet de support sur WordPress.org !"
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr "Qu’est-ce qui ne va pas ? Besoin d’aide ? Faites le nous savoir !"
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr "Êtes-vous satisfait d’Admin Columns ?"
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr "Attention ! Les données des colonnes %s vont être supprimées. Cela ne peut pas être annulé. « OK » pour supprimer, « Annuler » pour interrompre"
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Mettre à jour"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "Enregistrer les réglages"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr "Modules"
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Réglages"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "Restaurer les réglages"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "Enregistrer"
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr "Les réglages par défaut ont bien été restaurés."
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr "La colonne %s est déjà présente et ne peut pas être dupliquée."
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr "Réglages Admin Columns"
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr "%s bien désactivé."
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr "trouver des réponses dans la foire aux questions"
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr "forums d’Admin Columns sur WordPress.org"
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr "Vous pouvez également trouver de l’aide dans les %s, et %s."
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr "notre forum"
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr "page de documentation"
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr "Nous sommes désolés de l’apprendre. Peut être que nous pouvons vous aider ! Si vous avez des problèmes pour configurer %s ou si vous souhaitez obtenir de l’aide pour les fonctionnalités les plus avancées, veuillez visitez notre %s."
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr "Masquer définitivement la notification"
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr "Laisser un avis !"
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr "cliquez ici"
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr "Nous ne voulons pas vous déranger mais vous utilisez %s depuis un moment maintenant et nous nous demandions si vous étiez satisfait de l’extension. Si c'est le cas, pourriez-vous laisser un avis sur wordpress.org s’il vous plaît ? Si vous n’êtes pas satisfait d’%s, veuillez %s."
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr "Admin Columns Pro"
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr "Admin Columns"
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr "En savoir plus"
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr "Admin Columns Pro propose une intégration complète de %s vous permettant de facilement afficher et modifier les champs de %s à partir de votre vue d’ensemble."
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr "Si vous avez une licence « business » ou « developer », veuillez télécharger et installer votre module %s depuis <a href='%s'>l’onglet modules</a>."
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr "La colonne %s est uniquement disponible avec Admin Columns Pro - Business ou Developer."
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "Libellé"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Nom"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr "Choisissez le type de colonne."
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr "Cloner"
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr "largeur"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Personnalisé"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Pseudonyme"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr "Nombre de commentaires"
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Supprimer"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr "Lien vers le menu"
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taxonomie"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Slug"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr "Codes courts"
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr "État du ping"
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr "Permalien"
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr "Chemin"
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr "Dernière modification"
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr "Auteur·e de la dernière modification"
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr "Temps de lecture estimé"
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr "Profondeur"
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr "Nom du fichier"
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Titre"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "Vitesse d’obturation"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "Distance focale"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "Horodatage"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "Appareil photo"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Crédit"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr "Ouverture"
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Taille"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Légende"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "Tailles disponibles"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "Afficher"
|
1619 |
|
1644 |
msgstr "Aucun champ personnalisé disponible."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "Valeurs multiples"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Image"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Extrait"
|
1660 |
|
1663 |
msgstr "Compteur"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "Couleur"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Par défaut"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "Champ personnalisé"
|
1680 |
|
1683 |
msgstr "Nombre de mots"
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "Utilisateur"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Type"
|
1697 |
|
1700 |
msgstr "En réponse à"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "Contenu"
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Date"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "Date GMT"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Auteur"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "Agent"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Modifier"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "Non"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr "Utiliser des icônes ?"
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Actions"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr "Advanced Custom Fields"
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr "Extensions"
|
languages/codepress-admin-columns-he_IL.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -501,11 +501,11 @@ msgstr ""
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "שדרג אל"
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
@@ -851,7 +851,7 @@ msgstr ""
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "הגדרות עבור %s שוחזרו בהצלחה."
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr "הצג מסך %s"
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr "עמוד ההרחבות"
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "שדות מיוחדים"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr "AdminColumns.com"
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "שדרוג"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "הגדרות עבור %s עודכנו בהצלחה."
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "משתמשים"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr "מדיה"
|
934 |
|
@@ -936,107 +936,103 @@ msgstr "מדיה"
|
|
936 |
msgid "Links"
|
937 |
msgstr "קישורים"
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr "תגובות"
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr "תגובות"
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "הפעלה"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr "מותקן"
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "כיבוי"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "פעיל"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "הוספת עמודה"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr ""
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "תמיכה"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr "צייץ"
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr "דרג"
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr "וואוו! אנחנו שמחים לשמוע את זה."
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr "פורומים"
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr "תיעוד"
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "עדכון"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "הגדרות חנות"
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr "הגדרות חנות"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "הגדרות"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr ""
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "שיחזור הגדרות"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "שמירה"
|
@@ -1158,83 +1154,83 @@ msgstr "סקירה"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr "עמוד תיעוד"
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr "הסתר התראה לתמיד"
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr "השאר סקירה!"
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr "לחץ כאן"
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr "לפרטים נוספים"
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr ""
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "תווית"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "שם"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr "שכפל"
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr "לפני"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "רוחב"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "מותאם"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr ""
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "כינוי"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "הסר"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr ""
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr "קישור לתפריט"
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "טקסונומיה"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "סטטוס"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "מזהה"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr "שורטקודים"
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "תפקידים"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr "נתיב"
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr "סדר"
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr ""
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] "שניות"
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr "עומק"
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr ""
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "כותרת"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "מצלמה"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "קרדיט"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr ""
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr ""
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "ממדים"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr ""
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr ""
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "גדלים אפשריים"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "הצג"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr ""
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "ערכים מרובים"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "תמונה"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "תקציר"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr "מונה"
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "צבע"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "ברירת מחדל"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "שדה מיוחד"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "משתמש"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "סוג"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr ""
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "פוסט"
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "תוכן"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "תאריך"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr "נשלח ב<a href=\"%1$s\">%2$s בשעה %3$s</a>"
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "תאריך GMT"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "מחבר"
|
@@ -1761,7 +1757,7 @@ msgstr "אושר"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "עריכה"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "עריכה"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "לא"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr ""
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr "השתמש באייקון?"
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "פעולות"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr "ווקומרס"
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr "תוספים"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "שדרג אל"
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "הגדרות עבור %s שוחזרו בהצלחה."
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr "הצג מסך %s"
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr "עמוד ההרחבות"
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "שדות מיוחדים"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "שדרוג"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "הגדרות עבור %s עודכנו בהצלחה."
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "משתמשים"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr "מדיה"
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr "קישורים"
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr "תגובות"
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr "תגובות"
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "הפעלה"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr "מותקן"
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "כיבוי"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "פעיל"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "הוספת עמודה"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "תמיכה"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr "צייץ"
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr "דרג"
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr "וואוו! אנחנו שמחים לשמוע את זה."
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr "פורומים"
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr "תיעוד"
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "עדכון"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "הגדרות חנות"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "הגדרות"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "שיחזור הגדרות"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "שמירה"
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr "עמוד תיעוד"
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr "הסתר התראה לתמיד"
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr "השאר סקירה!"
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr "לחץ כאן"
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr "לפרטים נוספים"
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "תווית"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "שם"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr "שכפל"
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr "רוחב"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "מותאם"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "כינוי"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "הסר"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr "קישור לתפריט"
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "טקסונומיה"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "מזהה"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr "שורטקודים"
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr "נתיב"
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr ""
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr "עומק"
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "כותרת"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "מצלמה"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "קרדיט"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr ""
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "ממדים"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr ""
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "גדלים אפשריים"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "הצג"
|
1619 |
|
1644 |
msgstr ""
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "ערכים מרובים"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "תמונה"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "תקציר"
|
1660 |
|
1663 |
msgstr "מונה"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "צבע"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "ברירת מחדל"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "שדה מיוחד"
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "משתמש"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "סוג"
|
1697 |
|
1700 |
msgstr ""
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "פוסט"
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "תאריך"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "תאריך GMT"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "מחבר"
|
1757 |
msgid "Agent"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "עריכה"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "לא"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr "השתמש באייקון?"
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "פעולות"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr "תוספים"
|
languages/codepress-admin-columns-hu_HU.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-hu_HU.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
@@ -501,11 +501,11 @@ msgstr ""
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr ""
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
@@ -647,7 +647,7 @@ msgstr ""
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
@@ -851,7 +851,7 @@ msgstr ""
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr " Egyedi mezők"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr ""
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Oszlopok szerkesztése"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Frissítés"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Nincs elérhető oszlopbeállítás."
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr ""
|
934 |
|
@@ -936,107 +936,103 @@ msgstr ""
|
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Sikeresen regisztrált oldalunkra!"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Bekapcsolva"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "Oszlop hozzáadása"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr "Húzd az elemeket más helyre a sorrend megváltoztatásához"
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr "Tekintsd meg a <strong>Súgó</strong> részt a képernyő jobb felső sarkában."
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Segítség"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Frisítés"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "Beállítások tárolása"
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr "Beállítások tárolása"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Beállítások"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr "Törli minden oszlop beállítást és visszaállítja az alapértelmeze
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "Beállítások visszaállítása"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr ""
|
@@ -1158,83 +1154,83 @@ msgstr "Áttekintés"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr "Admin Columns beállítások"
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr "Admin Columns"
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr "Ez a név fog megjelenni az oszlop fejlécében."
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Címke"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Név"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr "Válassz egy oszloptípust."
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr ""
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr "Előtte"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "szélesség"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Egyedi"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr "Bejegyzések száma"
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Becenév"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Eltávolítás"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr ""
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Taxonómia"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Státusz"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Keresőbarát név/slug"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr ""
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Jogkörök"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr ""
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr ""
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr ""
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] ""
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr ""
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr ""
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Cím"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr "Zársebesség"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr "Fókusztávolság"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr "Időbélyeg"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "Fényképezőgép"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Érdem"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr "Rekesz"
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr ""
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Kép kiterjedése"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Kép felirata"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Kép felirata"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "Elérhető méretek"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr "Megtekintés"
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr "Nincsenek egyedi mezők."
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "Többszörös érték"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Kép"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Kivonat"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr "Számláló"
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "Szín"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Alapérték"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "Egyedi mező"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "Felhasználó"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Típus"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr "Válaszolva erre:"
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr ""
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "Tartalom"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Dátum"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr ""
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "GMT dátum"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Szerző"
|
@@ -1761,7 +1757,7 @@ msgstr "Jóváhagyva"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "Ügynök"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Szerkesztés"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Szerkesztés"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "Nem"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr ""
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Műveletek"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr ""
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr ""
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr ""
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr ""
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr ""
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ""
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr ""
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr ""
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr " Egyedi mezők"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Oszlopok szerkesztése"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Frissítés"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Ugyanazokat a beállításokat próbálod menteni a %s-nél."
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Nincs elérhető oszlopbeállítás."
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr ""
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Sikeresen regisztrált oldalunkra!"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Bekapcsolva"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "Oszlop hozzáadása"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr "Tekintsd meg a <strong>Súgó</strong> részt a képernyő jobb felső sarkában."
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Segítség"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Frisítés"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "Beállítások tárolása"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Beállítások"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "Beállítások visszaállítása"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr ""
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr "A %s oszlop már a listában van, és nem szerepelhet egynél többször."
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr "Admin Columns beállítások"
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr "Admin Columns"
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "Címke"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Név"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr "Válassz egy oszloptípust."
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr ""
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr "szélesség"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Egyedi"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Becenév"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Eltávolítás"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Taxonómia"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Keresőbarát név/slug"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr ""
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr ""
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr ""
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr ""
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Cím"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "Zársebesség"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "Fókusztávolság"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "Időbélyeg"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "Fényképezőgép"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Érdem"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr "Rekesz"
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Kép kiterjedése"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Kép felirata"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "Elérhető méretek"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr "Megtekintés"
|
1619 |
|
1644 |
msgstr "Nincsenek egyedi mezők."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "Többszörös érték"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Kép"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Kivonat"
|
1660 |
|
1663 |
msgstr "Számláló"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "Szín"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Alapérték"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "Egyedi mező"
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "Felhasználó"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Típus"
|
1697 |
|
1700 |
msgstr "Válaszolva erre:"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr ""
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Dátum"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "GMT dátum"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Szerző"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "Ügynök"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Szerkesztés"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "Nem"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Műveletek"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr ""
|
languages/codepress-admin-columns-it_IT.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-it_IT.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "Il tuo database è aggiornato. Perfetto."
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
@@ -317,11 +317,11 @@ msgstr "Altezza: %s px"
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Larghezza: %s px"
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr "Protetto da password"
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr "In attesa di revisione"
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr "Bozza"
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr "Pubblicato"
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr "Privato"
|
363 |
|
@@ -370,7 +370,7 @@ msgstr "Usare un'icona anziché il testo per visualizzare lo stato."
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Usare un'icona?"
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
@@ -386,11 +386,11 @@ msgstr "Riassunto mancante."
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Inviami lo sconto"
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Prezzi a partire da %s"
|
396 |
|
@@ -406,19 +406,19 @@ msgstr "BuddyPress"
|
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "Elemento ID non valido"
|
424 |
|
@@ -501,11 +501,11 @@ msgstr "Altezza in pixel"
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Larghezza in pixel"
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr "Multiplo"
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Numero di campi"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr "Vero / Falso"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr "Numero"
|
582 |
|
@@ -611,15 +611,15 @@ msgstr ""
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr "o"
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr "Nascondi"
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr "Mostra la barra degli strumenti"
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Shortlink"
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
@@ -647,7 +647,7 @@ msgstr "Standard"
|
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "Lo sconto é valido fino al %s"
|
653 |
|
@@ -717,63 +717,63 @@ msgstr ""
|
|
717 |
msgid "Help"
|
718 |
msgstr "Aiuto"
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Cancellare tutte le colonne "
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "Sto usando Admin Columns per WordPress!"
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Il tuo nome"
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr "La tua email"
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr "Pro"
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
@@ -807,43 +807,43 @@ msgstr ""
|
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "Ulteriori informazioni su Pro"
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Ripristina colonne"
|
849 |
|
@@ -851,7 +851,7 @@ msgstr "Ripristina colonne"
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: classes/Check/AddonAvailable.php:
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Campi personalizzati"
|
889 |
|
@@ -895,40 +895,40 @@ msgstr "AdminColumns.com"
|
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Modifica colonne"
|
908 |
|
909 |
-
#: classes/Admin/Page/Columns.php:
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Aggiornamento"
|
912 |
|
913 |
-
#: classes/Admin/Page/Columns.php:
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "Impostazioni per %s aggiornato con successo."
|
916 |
|
917 |
-
#: classes/Admin/Page/Columns.php:
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Stai tentando di memorizzare le stesse impostazioni per %s."
|
920 |
|
921 |
-
#: classes/ListScreen.php:
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Nessuna impostazione colonne disponibile."
|
924 |
|
925 |
-
#: classes/ListScreen/User.php:
|
926 |
msgid "Users"
|
927 |
msgstr "Utenti"
|
928 |
|
929 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
932 |
msgid "Media"
|
933 |
msgstr "Media"
|
934 |
|
@@ -936,107 +936,103 @@ msgstr "Media"
|
|
936 |
msgid "Links"
|
937 |
msgstr "Link"
|
938 |
|
939 |
-
#: classes/ListScreen/Comment.php:
|
940 |
msgid "Comment"
|
941 |
msgstr "Commento"
|
942 |
|
943 |
-
#: classes/ListScreen/Comment.php:
|
944 |
msgid "Comments"
|
945 |
msgstr "Commenti"
|
946 |
|
947 |
-
#: classes/Admin/Page/Addons.php:
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Ottieni questo componente aggiuntivo"
|
950 |
|
951 |
-
#: classes/Admin/Page/Addons.php:
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Scarica & Installa"
|
954 |
|
955 |
-
#: classes/Admin/Page/Addons.php:
|
956 |
msgid "Activate"
|
957 |
msgstr "Attiva"
|
958 |
|
959 |
-
#: classes/Admin/Page/Addons.php:
|
960 |
msgid "Installed"
|
961 |
msgstr "Installato"
|
962 |
|
963 |
-
#: classes/Admin/Page/Addons.php:
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Disattiva"
|
966 |
|
967 |
-
#: classes/Admin/Page/Addons.php:
|
968 |
msgid "Active"
|
969 |
msgstr "Attivo"
|
970 |
|
971 |
-
#: classes/Admin/Page/Columns.php:
|
972 |
msgid "Add Column"
|
973 |
msgstr "Aggiungi colonna"
|
974 |
|
975 |
-
#: classes/Admin/Page/Columns.php:
|
976 |
-
msgid "Drag and drop to reorder"
|
977 |
-
msgstr "Trascina e rilascia per riordinare"
|
978 |
-
|
979 |
-
#: classes/Admin/Page/Columns.php:672
|
980 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: classes/Admin/Page/Columns.php:
|
984 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
985 |
msgstr "Controlla la sezione <strong>Aiuto</strong> nella schermata in alto a destra."
|
986 |
|
987 |
-
#: classes/Admin/Page/Columns.php:
|
988 |
msgid "Support"
|
989 |
msgstr "Supporto"
|
990 |
|
991 |
-
#: classes/Admin/Page/Columns.php:
|
992 |
msgid "Buy Pro"
|
993 |
msgstr "Acquista Pro"
|
994 |
|
995 |
-
#: classes/Admin/Page/Columns.php:
|
996 |
msgid "Tweet"
|
997 |
msgstr "Tweet"
|
998 |
|
999 |
-
#: classes/Admin/Page/Columns.php:
|
1000 |
msgid "Rate"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: classes/Admin/Page/Columns.php:
|
1004 |
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!"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: classes/Admin/Page/Columns.php:
|
1008 |
msgid "Woohoo! We're glad to hear that!"
|
1009 |
msgstr "Woohoo! Siamo lieti di sentire questo!"
|
1010 |
|
1011 |
-
#: classes/Admin/Page/Columns.php:
|
1012 |
msgid "Forums"
|
1013 |
msgstr "Forum"
|
1014 |
|
1015 |
-
#: classes/Admin/Page/Columns.php:
|
1016 |
msgid "Docs"
|
1017 |
msgstr "Documenti"
|
1018 |
|
1019 |
-
#: classes/Admin/Page/Columns.php:
|
1020 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1021 |
msgstr "Scopri la nostra vasta documentazione, oppure aprire un topic di supporto su WordPress.org!"
|
1022 |
|
1023 |
-
#: classes/Admin/Page/Columns.php:
|
1024 |
msgid "What's wrong? Need help? Let us know!"
|
1025 |
msgstr "Cosa c'è che non va? Bisogno di aiuto? Facci sapere!"
|
1026 |
|
1027 |
-
#: classes/Admin/Page/Columns.php:
|
1028 |
msgid "Are you happy with Admin Columns?"
|
1029 |
msgstr "Sei felice con Admin Columns?"
|
1030 |
|
1031 |
-
#: classes/Admin/Page/Columns.php:
|
1032 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: classes/Admin/Page/Columns.php:
|
1036 |
msgid "Update"
|
1037 |
msgstr "Aggiorna"
|
1038 |
|
1039 |
-
#: classes/Admin/Page/Columns.php:
|
1040 |
msgid "Store settings"
|
1041 |
msgstr "Memorizza le impostazioni"
|
1042 |
|
@@ -1044,7 +1040,7 @@ msgstr "Memorizza le impostazioni"
|
|
1044 |
msgid "Add-ons"
|
1045 |
msgstr "Componenti aggiuntivi"
|
1046 |
|
1047 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1048 |
msgid "Settings"
|
1049 |
msgstr "Impostazioni"
|
1050 |
|
@@ -1068,7 +1064,7 @@ msgstr ""
|
|
1068 |
msgid "Restore Settings"
|
1069 |
msgstr "Ripristina Impostazioni"
|
1070 |
|
1071 |
-
#: classes/Admin/Page/Columns.php:
|
1072 |
#: classes/Admin/Page/Settings.php:193
|
1073 |
msgid "Save"
|
1074 |
msgstr "Salva"
|
@@ -1158,83 +1154,83 @@ msgstr "Panoramica"
|
|
1158 |
msgid "Default settings successfully restored."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1162 |
msgid "%s column is already present and can not be duplicated."
|
1163 |
msgstr "Colonna %s è già presente e non può essere duplicata."
|
1164 |
|
1165 |
-
#: classes/Admin.php:
|
1166 |
msgid "Admin Columns Settings"
|
1167 |
msgstr "Impostazioni Admin Columns"
|
1168 |
|
1169 |
-
#: classes/Admin/Page/Addons.php:
|
1170 |
msgid "%s successfully deactivated."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: classes/Check/Review.php:
|
1174 |
msgid "find answers to frequently asked questions"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: classes/Check/Review.php:
|
1178 |
msgid "Admin Columns forum on WordPress.org"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: classes/Check/Review.php:
|
1182 |
msgid "You can also find help on the %s, and %s."
|
1183 |
msgstr "Tu puoi anche trovare aiuto su %s, e %s."
|
1184 |
|
1185 |
-
#: classes/Check/Review.php:
|
1186 |
msgid "our forum"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: classes/Check/Review.php:
|
1190 |
msgid "documentation page"
|
1191 |
msgstr "pagina di documentazione"
|
1192 |
|
1193 |
-
#: classes/Check/Review.php:
|
1194 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1195 |
msgstr "Siamo spiacenti di sentire questo; forse possiamo aiutare! Se stai avendo problemi di impostare correttamente %s o se vuoi aiuto con alcune caratteristiche più avanzate, si prega di visitare il nostro %s."
|
1196 |
|
1197 |
-
#: classes/Check/Review.php:
|
1198 |
msgid "Permanently hide notice"
|
1199 |
msgstr "Avvisi permanentemente nascosti"
|
1200 |
|
1201 |
-
#: classes/Check/Review.php:
|
1202 |
msgid "Leave a review!"
|
1203 |
msgstr "Lascia un commento!"
|
1204 |
|
1205 |
-
#: classes/Check/Review.php:
|
1206 |
msgid "click here"
|
1207 |
msgstr "fai clic qui"
|
1208 |
|
1209 |
-
#: classes/Check/Review.php:
|
1210 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1214 |
msgid "Admin Columns Pro"
|
1215 |
msgstr "Admin Columns Pro"
|
1216 |
|
1217 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1218 |
#. Plugin Name of the plugin/theme
|
1219 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1220 |
-
#: classes/Check/Review.php:
|
1221 |
-
#: classes/Plugin/Updater.php:
|
1222 |
msgid "Admin Columns"
|
1223 |
msgstr "Admin Columns"
|
1224 |
|
1225 |
-
#: classes/Column/Placeholder.php:
|
1226 |
msgid "Find out more"
|
1227 |
msgstr "Per saperne di più"
|
1228 |
|
1229 |
-
#: classes/Column/Placeholder.php:
|
1230 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: classes/Column/Placeholder.php:
|
1234 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: classes/Column/Placeholder.php:
|
1238 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1239 |
msgstr ""
|
1240 |
|
@@ -1262,15 +1258,15 @@ msgstr "Questo è il nome che apparirà come intestazione della colonna."
|
|
1262 |
msgid "Label"
|
1263 |
msgstr "Etichetta"
|
1264 |
|
1265 |
-
#: classes/Settings/Column/Type.php:
|
1266 |
msgid "Name"
|
1267 |
msgstr "Nome"
|
1268 |
|
1269 |
-
#: classes/Settings/Column/Type.php:
|
1270 |
msgid "Choose a column type."
|
1271 |
msgstr "Scegli un tipo di colonna."
|
1272 |
|
1273 |
-
#: classes/Admin/Page/Columns.php:
|
1274 |
msgid "Clone"
|
1275 |
msgstr "Clona"
|
1276 |
|
@@ -1318,8 +1314,8 @@ msgstr "Prima"
|
|
1318 |
msgid "width"
|
1319 |
msgstr "larghezza"
|
1320 |
|
1321 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1322 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1323 |
msgid "Custom"
|
1324 |
msgstr "Personalizzato"
|
1325 |
|
@@ -1365,12 +1361,12 @@ msgstr "Conteggio Articolo"
|
|
1365 |
msgid "Nickname"
|
1366 |
msgstr "Nickname"
|
1367 |
|
1368 |
-
#: classes/Column/Post/CommentCount.php:
|
1369 |
#: classes/Column/User/CommentCount.php:14
|
1370 |
msgid "Comment Count"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: classes/Admin/Page/Columns.php:
|
1374 |
msgid "Remove"
|
1375 |
msgstr "Elimina"
|
1376 |
|
@@ -1386,7 +1382,7 @@ msgstr "Questo farà il link del titolo al menu."
|
|
1386 |
msgid "Link to menu"
|
1387 |
msgstr "Collegamento al menù"
|
1388 |
|
1389 |
-
#: classes/Column/Taxonomy.php:
|
1390 |
msgid "Taxonomy"
|
1391 |
msgstr "Tassonomia"
|
1392 |
|
@@ -1402,7 +1398,7 @@ msgstr "Stato"
|
|
1402 |
msgid "Slug"
|
1403 |
msgstr "Slug"
|
1404 |
|
1405 |
-
#: classes/Column/Post/Shortcodes.php:
|
1406 |
msgid "Shortcodes"
|
1407 |
msgstr "Shortcodes"
|
1408 |
|
@@ -1414,11 +1410,11 @@ msgstr "Ruoli"
|
|
1414 |
msgid "Ping Status"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: classes/Column/Post/Permalink.php:
|
1418 |
msgid "Permalink"
|
1419 |
msgstr "Permalink"
|
1420 |
|
1421 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1422 |
msgid "Path"
|
1423 |
msgstr "Percorso"
|
1424 |
|
@@ -1438,7 +1434,7 @@ msgstr "Ordine"
|
|
1438 |
msgid "Last Modified"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1442 |
msgid "Last Modified Author"
|
1443 |
msgstr "Ultima modifica Autore"
|
1444 |
|
@@ -1474,7 +1470,7 @@ msgstr[1] "secondi"
|
|
1474 |
msgid "Estimated Reading Time"
|
1475 |
msgstr "Tempo stimato di lettura"
|
1476 |
|
1477 |
-
#: classes/Column/Post/Depth.php:
|
1478 |
msgid "Depth"
|
1479 |
msgstr "Profondità"
|
1480 |
|
@@ -1568,36 +1564,36 @@ msgstr ""
|
|
1568 |
msgid "Filename"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: classes/Settings/Column/ExifData.php:
|
1572 |
#: classes/Settings/Column/Term.php:28
|
1573 |
msgid "Title"
|
1574 |
msgstr "Titolo"
|
1575 |
|
1576 |
-
#: classes/Settings/Column/ExifData.php:
|
1577 |
msgid "Shutter Speed"
|
1578 |
msgstr "Velocità otturatore"
|
1579 |
|
1580 |
-
#: classes/Settings/Column/ExifData.php:
|
1581 |
msgid "ISO"
|
1582 |
msgstr "ISO"
|
1583 |
|
1584 |
-
#: classes/Settings/Column/ExifData.php:
|
1585 |
msgid "Focal Length"
|
1586 |
msgstr "Focale"
|
1587 |
|
1588 |
-
#: classes/Settings/Column/ExifData.php:
|
1589 |
msgid "Timestamp"
|
1590 |
msgstr "Timestamp"
|
1591 |
|
1592 |
-
#: classes/Settings/Column/ExifData.php:
|
1593 |
msgid "Camera"
|
1594 |
msgstr "Macchina fotografica"
|
1595 |
|
1596 |
-
#: classes/Settings/Column/ExifData.php:
|
1597 |
msgid "Credit"
|
1598 |
msgstr "Credito"
|
1599 |
|
1600 |
-
#: classes/Settings/Column/ExifData.php:
|
1601 |
msgid "Aperture"
|
1602 |
msgstr ""
|
1603 |
|
@@ -1609,7 +1605,7 @@ msgstr "Dati EXIF"
|
|
1609 |
msgid "Dimensions"
|
1610 |
msgstr "Dimensioni"
|
1611 |
|
1612 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1613 |
msgid "Caption"
|
1614 |
msgstr "Didascalia"
|
1615 |
|
@@ -1617,7 +1613,7 @@ msgstr "Didascalia"
|
|
1617 |
msgid "Available Sizes"
|
1618 |
msgstr "Dimensioni Disponibili"
|
1619 |
|
1620 |
-
#: classes/Admin/Page/Columns.php:
|
1621 |
msgid "View"
|
1622 |
msgstr ""
|
1623 |
|
@@ -1648,17 +1644,17 @@ msgid "No custom fields available."
|
|
1648 |
msgstr "Nessun campo personalizzato disponibile."
|
1649 |
|
1650 |
#: classes/Admin/Help/CustomField.php:54
|
1651 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1652 |
msgid "Multiple Values"
|
1653 |
msgstr "Valori multipli"
|
1654 |
|
1655 |
#: classes/Admin/Help/CustomField.php:46
|
1656 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1657 |
msgid "Image"
|
1658 |
msgstr "Immagine"
|
1659 |
|
1660 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1661 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1662 |
msgid "Excerpt"
|
1663 |
msgstr "Riassunto"
|
1664 |
|
@@ -1667,18 +1663,18 @@ msgid "Counter"
|
|
1667 |
msgstr "Contatore"
|
1668 |
|
1669 |
#: classes/Admin/Help/CustomField.php:26
|
1670 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1671 |
msgid "Color"
|
1672 |
msgstr "Colore"
|
1673 |
|
1674 |
#: classes/Admin/Help/CustomField.php:22
|
1675 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1676 |
#: classes/Settings/Column/Image.php:72
|
1677 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1678 |
msgid "Default"
|
1679 |
msgstr "Predefinito"
|
1680 |
|
1681 |
-
#: classes/Column/CustomField.php:
|
1682 |
msgid "Custom Field"
|
1683 |
msgstr "Campo personalizzato"
|
1684 |
|
@@ -1687,15 +1683,15 @@ msgid "Word Count"
|
|
1687 |
msgstr ""
|
1688 |
|
1689 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1690 |
-
#: classes/ListScreen/User.php:
|
1691 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1692 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1693 |
msgid "User"
|
1694 |
msgstr "Utente"
|
1695 |
|
1696 |
#: classes/Column/Comment/Type.php:14
|
1697 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1698 |
-
#: classes/Settings/Column/Type.php:
|
1699 |
msgid "Type"
|
1700 |
msgstr "Tipo"
|
1701 |
|
@@ -1704,7 +1700,7 @@ msgid "In Reply To"
|
|
1704 |
msgstr "In risposta a"
|
1705 |
|
1706 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1707 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1708 |
msgid "Post"
|
1709 |
msgstr "Post"
|
1710 |
|
@@ -1714,7 +1710,7 @@ msgstr "Contenuto"
|
|
1714 |
|
1715 |
#: classes/Admin/Help/CustomField.php:34
|
1716 |
#: classes/Settings/Column/Comment.php:115
|
1717 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1718 |
msgid "Date"
|
1719 |
msgstr "Data"
|
1720 |
|
@@ -1726,7 +1722,7 @@ msgstr ""
|
|
1726 |
msgid "Date GMT"
|
1727 |
msgstr "Data GTM"
|
1728 |
|
1729 |
-
#: classes/Column/Post/AuthorName.php:
|
1730 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1731 |
msgid "Author"
|
1732 |
msgstr "Autore"
|
@@ -1761,7 +1757,7 @@ msgstr "Approvato"
|
|
1761 |
msgid "Agent"
|
1762 |
msgstr "Agente"
|
1763 |
|
1764 |
-
#: classes/Admin/Page/Columns.php:
|
1765 |
msgid "Edit"
|
1766 |
msgstr "Modifica"
|
1767 |
|
@@ -1771,7 +1767,7 @@ msgstr "Modifica"
|
|
1771 |
msgid "ID"
|
1772 |
msgstr "ID"
|
1773 |
|
1774 |
-
#: classes/Admin/Page/Columns.php:
|
1775 |
#: classes/Settings/Column/ActionIcons.php:23
|
1776 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1777 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1780,7 +1776,7 @@ msgstr "ID"
|
|
1780 |
msgid "No"
|
1781 |
msgstr "No"
|
1782 |
|
1783 |
-
#: classes/Admin/Page/Columns.php:
|
1784 |
#: classes/Settings/Column/ActionIcons.php:22
|
1785 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1786 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1797,7 +1793,7 @@ msgstr "Utilizza le icone al posto del testo per visualizzare le azioni."
|
|
1797 |
msgid "Use icons?"
|
1798 |
msgstr "Utilizzare le icone?"
|
1799 |
|
1800 |
-
#: classes/Column/Actions.php:
|
1801 |
msgid "Actions"
|
1802 |
msgstr "Azioni"
|
1803 |
|
@@ -1813,6 +1809,6 @@ msgstr "WooCommerce"
|
|
1813 |
msgid "Advanced Custom Fields"
|
1814 |
msgstr "Campi personalizzati avanzati"
|
1815 |
|
1816 |
-
#: classes/Admin/Page/Addons.php:
|
1817 |
msgid "Plugins"
|
1818 |
msgstr "Plugin"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "Il tuo database è aggiornato. Perfetto."
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Larghezza: %s px"
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr "Protetto da password"
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr "In attesa di revisione"
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr "Bozza"
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr "Pubblicato"
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr "Privato"
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Usare un'icona?"
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Inviami lo sconto"
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Prezzi a partire da %s"
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "Elemento ID non valido"
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Larghezza in pixel"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr ""
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr "Multiplo"
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Numero di campi"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr "Vero / Falso"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr ""
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr "Numero"
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr "o"
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr "Nascondi"
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Shortlink"
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "Lo sconto é valido fino al %s"
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr "Aiuto"
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Cancellare tutte le colonne "
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "Sto usando Admin Columns per WordPress!"
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Il tuo nome"
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr "La tua email"
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr "Pro"
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr ""
|
779 |
|
783 |
msgstr[0] ""
|
784 |
msgstr[1] ""
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr ""
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "Ulteriori informazioni su Pro"
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Ripristina colonne"
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr ""
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: classes/Check/AddonAvailable.php:85
|
883 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
887 |
msgid "Custom Fields"
|
888 |
msgstr "Campi personalizzati"
|
889 |
|
895 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
896 |
msgstr ""
|
897 |
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Plugin URI of the plugin/theme
|
900 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
901 |
#. Author URI of the plugin/theme
|
902 |
msgid "https://www.admincolumns.com"
|
903 |
msgstr "https://www.admincolumns.com"
|
904 |
|
905 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
906 |
msgid "Edit columns"
|
907 |
msgstr "Modifica colonne"
|
908 |
|
909 |
+
#: classes/Admin/Page/Columns.php:931
|
910 |
msgid "Upgrade"
|
911 |
msgstr "Aggiornamento"
|
912 |
|
913 |
+
#: classes/Admin/Page/Columns.php:322
|
914 |
msgid "Settings for %s updated successfully."
|
915 |
msgstr "Impostazioni per %s aggiornato con successo."
|
916 |
|
917 |
+
#: classes/Admin/Page/Columns.php:309
|
918 |
msgid "You are trying to store the same settings for %s."
|
919 |
msgstr "Stai tentando di memorizzare le stesse impostazioni per %s."
|
920 |
|
921 |
+
#: classes/ListScreen.php:709
|
922 |
msgid "No columns settings available."
|
923 |
msgstr "Nessuna impostazione colonne disponibile."
|
924 |
|
925 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
926 |
msgid "Users"
|
927 |
msgstr "Utenti"
|
928 |
|
929 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
930 |
#: classes/ListScreenGroups.php:15
|
931 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
932 |
msgid "Media"
|
933 |
msgstr "Media"
|
934 |
|
936 |
msgid "Links"
|
937 |
msgstr "Link"
|
938 |
|
939 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
940 |
msgid "Comment"
|
941 |
msgstr "Commento"
|
942 |
|
943 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
944 |
msgid "Comments"
|
945 |
msgstr "Commenti"
|
946 |
|
947 |
+
#: classes/Admin/Page/Addons.php:365
|
948 |
msgid "Get this add-on"
|
949 |
msgstr "Ottieni questo componente aggiuntivo"
|
950 |
|
951 |
+
#: classes/Admin/Page/Addons.php:363
|
952 |
msgid "Download & Install"
|
953 |
msgstr "Scarica & Installa"
|
954 |
|
955 |
+
#: classes/Admin/Page/Addons.php:357
|
956 |
msgid "Activate"
|
957 |
msgstr "Attiva"
|
958 |
|
959 |
+
#: classes/Admin/Page/Addons.php:239
|
960 |
msgid "Installed"
|
961 |
msgstr "Installato"
|
962 |
|
963 |
+
#: classes/Admin/Page/Addons.php:353
|
964 |
msgid "Deactivate"
|
965 |
msgstr "Disattiva"
|
966 |
|
967 |
+
#: classes/Admin/Page/Addons.php:350
|
968 |
msgid "Active"
|
969 |
msgstr "Attivo"
|
970 |
|
971 |
+
#: classes/Admin/Page/Columns.php:738
|
972 |
msgid "Add Column"
|
973 |
msgstr "Aggiungi colonna"
|
974 |
|
975 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
976 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/Admin/Page/Columns.php:667
|
980 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
981 |
msgstr "Controlla la sezione <strong>Aiuto</strong> nella schermata in alto a destra."
|
982 |
|
983 |
+
#: classes/Admin/Page/Columns.php:662
|
984 |
msgid "Support"
|
985 |
msgstr "Supporto"
|
986 |
|
987 |
+
#: classes/Admin/Page/Columns.php:650
|
988 |
msgid "Buy Pro"
|
989 |
msgstr "Acquista Pro"
|
990 |
|
991 |
+
#: classes/Admin/Page/Columns.php:644
|
992 |
msgid "Tweet"
|
993 |
msgstr "Tweet"
|
994 |
|
995 |
+
#: classes/Admin/Page/Columns.php:638
|
996 |
msgid "Rate"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: classes/Admin/Page/Columns.php:633
|
1000 |
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!"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/Admin/Page/Columns.php:630
|
1004 |
msgid "Woohoo! We're glad to hear that!"
|
1005 |
msgstr "Woohoo! Siamo lieti di sentire questo!"
|
1006 |
|
1007 |
+
#: classes/Admin/Page/Columns.php:620
|
1008 |
msgid "Forums"
|
1009 |
msgstr "Forum"
|
1010 |
|
1011 |
+
#: classes/Admin/Page/Columns.php:615
|
1012 |
msgid "Docs"
|
1013 |
msgstr "Documenti"
|
1014 |
|
1015 |
+
#: classes/Admin/Page/Columns.php:610
|
1016 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1017 |
msgstr "Scopri la nostra vasta documentazione, oppure aprire un topic di supporto su WordPress.org!"
|
1018 |
|
1019 |
+
#: classes/Admin/Page/Columns.php:607
|
1020 |
msgid "What's wrong? Need help? Let us know!"
|
1021 |
msgstr "Cosa c'è che non va? Bisogno di aiuto? Facci sapere!"
|
1022 |
|
1023 |
+
#: classes/Admin/Page/Columns.php:597
|
1024 |
msgid "Are you happy with Admin Columns?"
|
1025 |
msgstr "Sei felice con Admin Columns?"
|
1026 |
|
1027 |
+
#: classes/Admin/Page/Columns.php:494
|
1028 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1032 |
msgid "Update"
|
1033 |
msgstr "Aggiorna"
|
1034 |
|
1035 |
+
#: classes/Admin/Page/Columns.php:472
|
1036 |
msgid "Store settings"
|
1037 |
msgstr "Memorizza le impostazioni"
|
1038 |
|
1040 |
msgid "Add-ons"
|
1041 |
msgstr "Componenti aggiuntivi"
|
1042 |
|
1043 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Impostazioni"
|
1046 |
|
1064 |
msgid "Restore Settings"
|
1065 |
msgstr "Ripristina Impostazioni"
|
1066 |
|
1067 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1068 |
#: classes/Admin/Page/Settings.php:193
|
1069 |
msgid "Save"
|
1070 |
msgstr "Salva"
|
1154 |
msgid "Default settings successfully restored."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1158 |
msgid "%s column is already present and can not be duplicated."
|
1159 |
msgstr "Colonna %s è già presente e non può essere duplicata."
|
1160 |
|
1161 |
+
#: classes/Admin.php:125
|
1162 |
msgid "Admin Columns Settings"
|
1163 |
msgstr "Impostazioni Admin Columns"
|
1164 |
|
1165 |
+
#: classes/Admin/Page/Addons.php:113
|
1166 |
msgid "%s successfully deactivated."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: classes/Check/Review.php:165
|
1170 |
msgid "find answers to frequently asked questions"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: classes/Check/Review.php:164
|
1174 |
msgid "Admin Columns forum on WordPress.org"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: classes/Check/Review.php:163
|
1178 |
msgid "You can also find help on the %s, and %s."
|
1179 |
msgstr "Tu puoi anche trovare aiuto su %s, e %s."
|
1180 |
|
1181 |
+
#: classes/Check/Review.php:159
|
1182 |
msgid "our forum"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: classes/Check/Review.php:153
|
1186 |
msgid "documentation page"
|
1187 |
msgstr "pagina di documentazione"
|
1188 |
|
1189 |
+
#: classes/Check/Review.php:151
|
1190 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1191 |
msgstr "Siamo spiacenti di sentire questo; forse possiamo aiutare! Se stai avendo problemi di impostare correttamente %s o se vuoi aiuto con alcune caratteristiche più avanzate, si prega di visitare il nostro %s."
|
1192 |
|
1193 |
+
#: classes/Check/Review.php:142
|
1194 |
msgid "Permanently hide notice"
|
1195 |
msgstr "Avvisi permanentemente nascosti"
|
1196 |
|
1197 |
+
#: classes/Check/Review.php:141
|
1198 |
msgid "Leave a review!"
|
1199 |
msgstr "Lascia un commento!"
|
1200 |
|
1201 |
+
#: classes/Check/Review.php:137
|
1202 |
msgid "click here"
|
1203 |
msgstr "fai clic qui"
|
1204 |
|
1205 |
+
#: classes/Check/Review.php:133
|
1206 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1210 |
msgid "Admin Columns Pro"
|
1211 |
msgstr "Admin Columns Pro"
|
1212 |
|
1213 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1214 |
#. Plugin Name of the plugin/theme
|
1215 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1216 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1217 |
+
#: classes/Plugin/Updater.php:118
|
1218 |
msgid "Admin Columns"
|
1219 |
msgstr "Admin Columns"
|
1220 |
|
1221 |
+
#: classes/Column/Placeholder.php:45
|
1222 |
msgid "Find out more"
|
1223 |
msgstr "Per saperne di più"
|
1224 |
|
1225 |
+
#: classes/Column/Placeholder.php:43
|
1226 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: classes/Column/Placeholder.php:39
|
1230 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: classes/Column/Placeholder.php:35
|
1234 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1235 |
msgstr ""
|
1236 |
|
1258 |
msgid "Label"
|
1259 |
msgstr "Etichetta"
|
1260 |
|
1261 |
+
#: classes/Settings/Column/Type.php:35
|
1262 |
msgid "Name"
|
1263 |
msgstr "Nome"
|
1264 |
|
1265 |
+
#: classes/Settings/Column/Type.php:29
|
1266 |
msgid "Choose a column type."
|
1267 |
msgstr "Scegli un tipo di colonna."
|
1268 |
|
1269 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1270 |
msgid "Clone"
|
1271 |
msgstr "Clona"
|
1272 |
|
1314 |
msgid "width"
|
1315 |
msgstr "larghezza"
|
1316 |
|
1317 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1318 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1319 |
msgid "Custom"
|
1320 |
msgstr "Personalizzato"
|
1321 |
|
1361 |
msgid "Nickname"
|
1362 |
msgstr "Nickname"
|
1363 |
|
1364 |
+
#: classes/Column/Post/CommentCount.php:17
|
1365 |
#: classes/Column/User/CommentCount.php:14
|
1366 |
msgid "Comment Count"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1370 |
msgid "Remove"
|
1371 |
msgstr "Elimina"
|
1372 |
|
1382 |
msgid "Link to menu"
|
1383 |
msgstr "Collegamento al menù"
|
1384 |
|
1385 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1386 |
msgid "Taxonomy"
|
1387 |
msgstr "Tassonomia"
|
1388 |
|
1398 |
msgid "Slug"
|
1399 |
msgstr "Slug"
|
1400 |
|
1401 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1402 |
msgid "Shortcodes"
|
1403 |
msgstr "Shortcodes"
|
1404 |
|
1410 |
msgid "Ping Status"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: classes/Column/Post/Permalink.php:15
|
1414 |
msgid "Permalink"
|
1415 |
msgstr "Permalink"
|
1416 |
|
1417 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1418 |
msgid "Path"
|
1419 |
msgstr "Percorso"
|
1420 |
|
1434 |
msgid "Last Modified"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1438 |
msgid "Last Modified Author"
|
1439 |
msgstr "Ultima modifica Autore"
|
1440 |
|
1470 |
msgid "Estimated Reading Time"
|
1471 |
msgstr "Tempo stimato di lettura"
|
1472 |
|
1473 |
+
#: classes/Column/Post/Depth.php:15
|
1474 |
msgid "Depth"
|
1475 |
msgstr "Profondità"
|
1476 |
|
1564 |
msgid "Filename"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1568 |
#: classes/Settings/Column/Term.php:28
|
1569 |
msgid "Title"
|
1570 |
msgstr "Titolo"
|
1571 |
|
1572 |
+
#: classes/Settings/Column/ExifData.php:78
|
1573 |
msgid "Shutter Speed"
|
1574 |
msgstr "Velocità otturatore"
|
1575 |
|
1576 |
+
#: classes/Settings/Column/ExifData.php:77
|
1577 |
msgid "ISO"
|
1578 |
msgstr "ISO"
|
1579 |
|
1580 |
+
#: classes/Settings/Column/ExifData.php:76
|
1581 |
msgid "Focal Length"
|
1582 |
msgstr "Focale"
|
1583 |
|
1584 |
+
#: classes/Settings/Column/ExifData.php:74
|
1585 |
msgid "Timestamp"
|
1586 |
msgstr "Timestamp"
|
1587 |
|
1588 |
+
#: classes/Settings/Column/ExifData.php:72
|
1589 |
msgid "Camera"
|
1590 |
msgstr "Macchina fotografica"
|
1591 |
|
1592 |
+
#: classes/Settings/Column/ExifData.php:71
|
1593 |
msgid "Credit"
|
1594 |
msgstr "Credito"
|
1595 |
|
1596 |
+
#: classes/Settings/Column/ExifData.php:70
|
1597 |
msgid "Aperture"
|
1598 |
msgstr ""
|
1599 |
|
1605 |
msgid "Dimensions"
|
1606 |
msgstr "Dimensioni"
|
1607 |
|
1608 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1609 |
msgid "Caption"
|
1610 |
msgstr "Didascalia"
|
1611 |
|
1613 |
msgid "Available Sizes"
|
1614 |
msgstr "Dimensioni Disponibili"
|
1615 |
|
1616 |
+
#: classes/Admin/Page/Columns.php:458
|
1617 |
msgid "View"
|
1618 |
msgstr ""
|
1619 |
|
1644 |
msgstr "Nessun campo personalizzato disponibile."
|
1645 |
|
1646 |
#: classes/Admin/Help/CustomField.php:54
|
1647 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1648 |
msgid "Multiple Values"
|
1649 |
msgstr "Valori multipli"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:46
|
1652 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1653 |
msgid "Image"
|
1654 |
msgstr "Immagine"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1657 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1658 |
msgid "Excerpt"
|
1659 |
msgstr "Riassunto"
|
1660 |
|
1663 |
msgstr "Contatore"
|
1664 |
|
1665 |
#: classes/Admin/Help/CustomField.php:26
|
1666 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1667 |
msgid "Color"
|
1668 |
msgstr "Colore"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:22
|
1671 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1672 |
#: classes/Settings/Column/Image.php:72
|
1673 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1674 |
msgid "Default"
|
1675 |
msgstr "Predefinito"
|
1676 |
|
1677 |
+
#: classes/Column/CustomField.php:19
|
1678 |
msgid "Custom Field"
|
1679 |
msgstr "Campo personalizzato"
|
1680 |
|
1683 |
msgstr ""
|
1684 |
|
1685 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1686 |
+
#: classes/ListScreen/User.php:13
|
1687 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1688 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1689 |
msgid "User"
|
1690 |
msgstr "Utente"
|
1691 |
|
1692 |
#: classes/Column/Comment/Type.php:14
|
1693 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1694 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1695 |
msgid "Type"
|
1696 |
msgstr "Tipo"
|
1697 |
|
1700 |
msgstr "In risposta a"
|
1701 |
|
1702 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1703 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1704 |
msgid "Post"
|
1705 |
msgstr "Post"
|
1706 |
|
1710 |
|
1711 |
#: classes/Admin/Help/CustomField.php:34
|
1712 |
#: classes/Settings/Column/Comment.php:115
|
1713 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1714 |
msgid "Date"
|
1715 |
msgstr "Data"
|
1716 |
|
1722 |
msgid "Date GMT"
|
1723 |
msgstr "Data GTM"
|
1724 |
|
1725 |
+
#: classes/Column/Post/AuthorName.php:18
|
1726 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1727 |
msgid "Author"
|
1728 |
msgstr "Autore"
|
1757 |
msgid "Agent"
|
1758 |
msgstr "Agente"
|
1759 |
|
1760 |
+
#: classes/Admin/Page/Columns.php:852
|
1761 |
msgid "Edit"
|
1762 |
msgstr "Modifica"
|
1763 |
|
1767 |
msgid "ID"
|
1768 |
msgstr "ID"
|
1769 |
|
1770 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1771 |
#: classes/Settings/Column/ActionIcons.php:23
|
1772 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1773 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1776 |
msgid "No"
|
1777 |
msgstr "No"
|
1778 |
|
1779 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1780 |
#: classes/Settings/Column/ActionIcons.php:22
|
1781 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1782 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1793 |
msgid "Use icons?"
|
1794 |
msgstr "Utilizzare le icone?"
|
1795 |
|
1796 |
+
#: classes/Column/Actions.php:19
|
1797 |
msgid "Actions"
|
1798 |
msgstr "Azioni"
|
1799 |
|
1809 |
msgid "Advanced Custom Fields"
|
1810 |
msgstr "Campi personalizzati avanzati"
|
1811 |
|
1812 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1813 |
msgid "Plugins"
|
1814 |
msgstr "Plugin"
|
languages/codepress-admin-columns-ja_JA.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-ja_JA.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr ""
|
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
@@ -180,11 +180,11 @@ msgstr ""
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
@@ -253,15 +253,15 @@ msgstr ""
|
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
@@ -277,19 +277,19 @@ msgstr ""
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
@@ -297,7 +297,7 @@ msgstr ""
|
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
@@ -305,7 +305,7 @@ msgstr ""
|
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
@@ -317,11 +317,11 @@ msgstr ""
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
@@ -345,19 +345,19 @@ msgstr ""
|
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
@@ -386,11 +386,11 @@ msgstr ""
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
@@ -406,19 +406,19 @@ msgstr ""
|
|
406 |
msgid "View more"
|
407 |
msgstr "さらに表示"
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr "無効なメソッド。"
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr "無効な列。"
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "無効なリスト画面。"
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "無効な項目 ID。"
|
424 |
|
@@ -501,11 +501,11 @@ msgstr "高さ (ピクセル)"
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "幅 (ピクセル)"
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr "%s前"
|
511 |
|
@@ -545,38 +545,38 @@ msgstr ""
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr "時差"
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr "複数"
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr "選択肢"
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr "基本"
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "フィールドの数"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr "コンテンツあり"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr "番号"
|
582 |
|
@@ -611,15 +611,15 @@ msgstr "表示設定"
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr "または"
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr "非表示"
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
@@ -635,7 +635,7 @@ msgstr "ツールバーを表示"
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr "短縮リンク"
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr "、"
|
641 |
|
@@ -647,7 +647,7 @@ msgstr "標準"
|
|
647 |
msgid "Full Path"
|
648 |
msgstr "完全なパス"
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "割引は%sまで有効です"
|
653 |
|
@@ -716,63 +716,63 @@ msgstr "被推奨フィルター"
|
|
716 |
msgid "Help"
|
717 |
msgstr "ヘルプ"
|
718 |
|
719 |
-
#: classes/Admin/Page/Columns.php:
|
720 |
msgid "Close"
|
721 |
msgstr "閉じる"
|
722 |
|
723 |
-
#: classes/Admin/Page/Columns.php:
|
724 |
msgid "Clear all columns "
|
725 |
msgstr "すべての列をクリア"
|
726 |
|
727 |
-
#: classes/Admin/Page/Columns.php:
|
728 |
msgid "I'm using Admin Columns for WordPress!"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: classes/Admin/Page/Columns.php:
|
732 |
msgid "Your First Name"
|
733 |
msgstr "名"
|
734 |
|
735 |
-
#: classes/Admin/Page/Columns.php:
|
736 |
msgid "Your Email"
|
737 |
msgstr "メールアドレス"
|
738 |
|
739 |
-
#: classes/Admin/Page/Columns.php:
|
740 |
msgid "Submit your email and we'll send you a discount for %s off."
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: classes/Admin/Page/Columns.php:
|
744 |
msgid "Get %s Off!"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: classes/Admin/Page/Columns.php:
|
748 |
msgid "Extra Columns for:"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: classes/Admin/Page/Columns.php:
|
752 |
msgid "Edit your column content directly"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: classes/Admin/Page/Columns.php:
|
756 |
msgid "Pro"
|
757 |
msgstr "プロ版"
|
758 |
|
759 |
-
#: classes/Admin/Page/Columns.php:
|
760 |
msgid "You need at least one column"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: classes/Admin/Page/Addons.php:
|
764 |
msgid "Available"
|
765 |
msgstr "利用可能"
|
766 |
|
767 |
-
#: classes/Admin/Page/Addons.php:
|
768 |
msgid "Recommended"
|
769 |
msgstr "おすすめ"
|
770 |
|
771 |
-
#: classes/Admin/Page/Addons.php:
|
772 |
msgid "%s could not be activated."
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: classes/Admin/Page/Addons.php:
|
776 |
msgid "%s successfully activated."
|
777 |
msgstr ""
|
778 |
|
@@ -781,15 +781,15 @@ msgid "%s add-on requires %s."
|
|
781 |
msgid_plural "%s add-ons requires %s."
|
782 |
msgstr[0] ""
|
783 |
|
784 |
-
#: classes/Admin/Page/Addons.php:
|
785 |
msgid "%s is installed, but not active."
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: classes/Admin/Page/Addons.php:
|
789 |
msgid "%s needs to be installed for the add-on to work."
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: classes/Admin/Addon.php:
|
793 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
794 |
msgstr ""
|
795 |
|
@@ -805,43 +805,43 @@ msgstr ""
|
|
805 |
msgid "Imported"
|
806 |
msgstr "インポート済み"
|
807 |
|
808 |
-
#: classes/Admin/Page/Columns.php:
|
809 |
msgid "Learn more about Pro"
|
810 |
msgstr "プロ版についてさらに詳しく読む"
|
811 |
|
812 |
-
#: classes/Admin/Page/Columns.php:
|
813 |
msgid "Import & Export settings"
|
814 |
msgstr "インポート & エクスポート設定"
|
815 |
|
816 |
-
#: classes/Admin/Page/Columns.php:
|
817 |
msgid "Create multiple columns sets"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: classes/Admin/Page/Columns.php:
|
821 |
msgid "Add filterable columns"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: classes/Admin/Page/Columns.php:
|
825 |
msgid "Add sortable columns"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: classes/Admin/Page/Columns.php:
|
829 |
msgid "Take Admin Columns to the next level:"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: classes/Admin/Page/Columns.php:
|
833 |
msgid "Upgrade to"
|
834 |
msgstr "アップグレード:"
|
835 |
|
836 |
-
#: classes/Admin/Page/Columns.php:
|
837 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: classes/Admin/Page/Columns.php:
|
841 |
msgid "Please visit the %s screen once to load all available columns"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: classes/Admin/Page/Columns.php:
|
845 |
msgid "Restore columns"
|
846 |
msgstr "列を復元"
|
847 |
|
@@ -849,7 +849,7 @@ msgstr "列を復元"
|
|
849 |
msgid "Settings for %s restored successfully."
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: classes/Admin/Page/Columns.php:
|
853 |
msgid "View %s screen"
|
854 |
msgstr "%s 画面を表示"
|
855 |
|
@@ -865,23 +865,23 @@ msgstr ""
|
|
865 |
msgid "Link Label"
|
866 |
msgstr "リンクのラベル"
|
867 |
|
868 |
-
#: classes/Admin/Page/Addons.php:
|
869 |
msgid "You need Admin Columns Pro."
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: classes/Admin/Page/Addons.php:
|
873 |
msgid "Addon does not exist."
|
874 |
msgstr "アドオンが存在しません。"
|
875 |
|
876 |
-
#: classes/Check/AddonAvailable.php:
|
877 |
msgid "the addons page"
|
878 |
msgstr "アドオンのページ"
|
879 |
|
880 |
-
#: classes/Check/AddonAvailable.php:
|
881 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:
|
885 |
msgid "Custom Fields"
|
886 |
msgstr "カスタムフィールド"
|
887 |
|
@@ -893,40 +893,40 @@ msgstr "AdminColumns.com"
|
|
893 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
894 |
msgstr ""
|
895 |
|
896 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
897 |
#. Plugin URI of the plugin/theme
|
898 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
899 |
#. Author URI of the plugin/theme
|
900 |
msgid "https://www.admincolumns.com"
|
901 |
msgstr "https://www.admincolumns.com"
|
902 |
|
903 |
-
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:
|
904 |
msgid "Edit columns"
|
905 |
msgstr "列の編集"
|
906 |
|
907 |
-
#: classes/Admin/Page/Columns.php:
|
908 |
msgid "Upgrade"
|
909 |
msgstr "アップグレード"
|
910 |
|
911 |
-
#: classes/Admin/Page/Columns.php:
|
912 |
msgid "Settings for %s updated successfully."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: classes/Admin/Page/Columns.php:
|
916 |
msgid "You are trying to store the same settings for %s."
|
917 |
msgstr "%sはすでに設定済みです "
|
918 |
|
919 |
-
#: classes/ListScreen.php:
|
920 |
msgid "No columns settings available."
|
921 |
msgstr "設定された列はありません"
|
922 |
|
923 |
-
#: classes/ListScreen/User.php:
|
924 |
msgid "Users"
|
925 |
msgstr "ユーザー"
|
926 |
|
927 |
-
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:
|
928 |
#: classes/ListScreenGroups.php:15
|
929 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
930 |
msgid "Media"
|
931 |
msgstr "メディア"
|
932 |
|
@@ -934,107 +934,103 @@ msgstr "メディア"
|
|
934 |
msgid "Links"
|
935 |
msgstr "リンク"
|
936 |
|
937 |
-
#: classes/ListScreen/Comment.php:
|
938 |
msgid "Comment"
|
939 |
msgstr "コメント"
|
940 |
|
941 |
-
#: classes/ListScreen/Comment.php:
|
942 |
msgid "Comments"
|
943 |
msgstr "コメント"
|
944 |
|
945 |
-
#: classes/Admin/Page/Addons.php:
|
946 |
msgid "Get this add-on"
|
947 |
msgstr "このアドオンを入手"
|
948 |
|
949 |
-
#: classes/Admin/Page/Addons.php:
|
950 |
msgid "Download & Install"
|
951 |
msgstr "ダウンロード & インストール"
|
952 |
|
953 |
-
#: classes/Admin/Page/Addons.php:
|
954 |
msgid "Activate"
|
955 |
msgstr "有効化"
|
956 |
|
957 |
-
#: classes/Admin/Page/Addons.php:
|
958 |
msgid "Installed"
|
959 |
msgstr "インストール済み"
|
960 |
|
961 |
-
#: classes/Admin/Page/Addons.php:
|
962 |
msgid "Deactivate"
|
963 |
msgstr "停止"
|
964 |
|
965 |
-
#: classes/Admin/Page/Addons.php:
|
966 |
msgid "Active"
|
967 |
msgstr "有効"
|
968 |
|
969 |
-
#: classes/Admin/Page/Columns.php:
|
970 |
msgid "Add Column"
|
971 |
msgstr "列を追加"
|
972 |
|
973 |
-
#: classes/Admin/Page/Columns.php:
|
974 |
-
msgid "Drag and drop to reorder"
|
975 |
-
msgstr "ドロップ&ドラッグで表示順序を変更できます"
|
976 |
-
|
977 |
-
#: classes/Admin/Page/Columns.php:672
|
978 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: classes/Admin/Page/Columns.php:
|
982 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
983 |
msgstr "画面右上の<strong>Help</strong>を確認してください。"
|
984 |
|
985 |
-
#: classes/Admin/Page/Columns.php:
|
986 |
msgid "Support"
|
987 |
msgstr "サポート"
|
988 |
|
989 |
-
#: classes/Admin/Page/Columns.php:
|
990 |
msgid "Buy Pro"
|
991 |
msgstr "Pro 版を購入"
|
992 |
|
993 |
-
#: classes/Admin/Page/Columns.php:
|
994 |
msgid "Tweet"
|
995 |
msgstr "ツイートする"
|
996 |
|
997 |
-
#: classes/Admin/Page/Columns.php:
|
998 |
msgid "Rate"
|
999 |
msgstr "評価"
|
1000 |
|
1001 |
-
#: classes/Admin/Page/Columns.php:
|
1002 |
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!"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: classes/Admin/Page/Columns.php:
|
1006 |
msgid "Woohoo! We're glad to hear that!"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: classes/Admin/Page/Columns.php:
|
1010 |
msgid "Forums"
|
1011 |
msgstr "フォーラム"
|
1012 |
|
1013 |
-
#: classes/Admin/Page/Columns.php:
|
1014 |
msgid "Docs"
|
1015 |
msgstr "ドキュメント"
|
1016 |
|
1017 |
-
#: classes/Admin/Page/Columns.php:
|
1018 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
-
#: classes/Admin/Page/Columns.php:
|
1022 |
msgid "What's wrong? Need help? Let us know!"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: classes/Admin/Page/Columns.php:
|
1026 |
msgid "Are you happy with Admin Columns?"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: classes/Admin/Page/Columns.php:
|
1030 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: classes/Admin/Page/Columns.php:
|
1034 |
msgid "Update"
|
1035 |
msgstr "更新"
|
1036 |
|
1037 |
-
#: classes/Admin/Page/Columns.php:
|
1038 |
msgid "Store settings"
|
1039 |
msgstr "ストアー設定"
|
1040 |
|
@@ -1042,7 +1038,7 @@ msgstr "ストアー設定"
|
|
1042 |
msgid "Add-ons"
|
1043 |
msgstr "アドオン"
|
1044 |
|
1045 |
-
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:
|
1046 |
msgid "Settings"
|
1047 |
msgstr "設定"
|
1048 |
|
@@ -1066,7 +1062,7 @@ msgstr "追加された全ての列を削除し、デフォルト設定に戻し
|
|
1066 |
msgid "Restore Settings"
|
1067 |
msgstr "設定を修復"
|
1068 |
|
1069 |
-
#: classes/Admin/Page/Columns.php:
|
1070 |
#: classes/Admin/Page/Settings.php:193
|
1071 |
msgid "Save"
|
1072 |
msgstr "保存"
|
@@ -1161,83 +1157,83 @@ msgstr "概要"
|
|
1161 |
msgid "Default settings successfully restored."
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:
|
1165 |
msgid "%s column is already present and can not be duplicated."
|
1166 |
msgstr "%s 列はすでに存在します。複製することができません "
|
1167 |
|
1168 |
-
#: classes/Admin.php:
|
1169 |
msgid "Admin Columns Settings"
|
1170 |
msgstr "Admin Columns 設定"
|
1171 |
|
1172 |
-
#: classes/Admin/Page/Addons.php:
|
1173 |
msgid "%s successfully deactivated."
|
1174 |
msgstr "%s を無効化しました。"
|
1175 |
|
1176 |
-
#: classes/Check/Review.php:
|
1177 |
msgid "find answers to frequently asked questions"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: classes/Check/Review.php:
|
1181 |
msgid "Admin Columns forum on WordPress.org"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: classes/Check/Review.php:
|
1185 |
msgid "You can also find help on the %s, and %s."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: classes/Check/Review.php:
|
1189 |
msgid "our forum"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: classes/Check/Review.php:
|
1193 |
msgid "documentation page"
|
1194 |
msgstr "ドキュメントページ"
|
1195 |
|
1196 |
-
#: classes/Check/Review.php:
|
1197 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: classes/Check/Review.php:
|
1201 |
msgid "Permanently hide notice"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: classes/Check/Review.php:
|
1205 |
msgid "Leave a review!"
|
1206 |
msgstr "レビューを残す"
|
1207 |
|
1208 |
-
#: classes/Check/Review.php:
|
1209 |
msgid "click here"
|
1210 |
msgstr "ここをクリック"
|
1211 |
|
1212 |
-
#: classes/Check/Review.php:
|
1213 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:
|
1217 |
msgid "Admin Columns Pro"
|
1218 |
msgstr "Admin Columns Pro"
|
1219 |
|
1220 |
-
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.
|
1221 |
#. Plugin Name of the plugin/theme
|
1222 |
-
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:
|
1223 |
-
#: classes/Check/Review.php:
|
1224 |
-
#: classes/Plugin/Updater.php:
|
1225 |
msgid "Admin Columns"
|
1226 |
msgstr "Admin Columns"
|
1227 |
|
1228 |
-
#: classes/Column/Placeholder.php:
|
1229 |
msgid "Find out more"
|
1230 |
msgstr "もっと見る"
|
1231 |
|
1232 |
-
#: classes/Column/Placeholder.php:
|
1233 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: classes/Column/Placeholder.php:
|
1237 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: classes/Column/Placeholder.php:
|
1241 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1242 |
msgstr ""
|
1243 |
|
@@ -1265,15 +1261,15 @@ msgstr "列に表示される名前"
|
|
1265 |
msgid "Label"
|
1266 |
msgstr "ラベル"
|
1267 |
|
1268 |
-
#: classes/Settings/Column/Type.php:
|
1269 |
msgid "Name"
|
1270 |
msgstr "名称"
|
1271 |
|
1272 |
-
#: classes/Settings/Column/Type.php:
|
1273 |
msgid "Choose a column type."
|
1274 |
msgstr "カラム形式を選択。"
|
1275 |
|
1276 |
-
#: classes/Admin/Page/Columns.php:
|
1277 |
msgid "Clone"
|
1278 |
msgstr "複製"
|
1279 |
|
@@ -1321,8 +1317,8 @@ msgstr "前"
|
|
1321 |
msgid "width"
|
1322 |
msgstr "幅"
|
1323 |
|
1324 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1325 |
-
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:
|
1326 |
msgid "Custom"
|
1327 |
msgstr "カスタム"
|
1328 |
|
@@ -1368,12 +1364,12 @@ msgstr "投稿数"
|
|
1368 |
msgid "Nickname"
|
1369 |
msgstr "ニックネーム"
|
1370 |
|
1371 |
-
#: classes/Column/Post/CommentCount.php:
|
1372 |
#: classes/Column/User/CommentCount.php:14
|
1373 |
msgid "Comment Count"
|
1374 |
msgstr "コメント数"
|
1375 |
|
1376 |
-
#: classes/Admin/Page/Columns.php:
|
1377 |
msgid "Remove"
|
1378 |
msgstr "削除"
|
1379 |
|
@@ -1389,7 +1385,7 @@ msgstr ""
|
|
1389 |
msgid "Link to menu"
|
1390 |
msgstr "メニューへのリンク"
|
1391 |
|
1392 |
-
#: classes/Column/Taxonomy.php:
|
1393 |
msgid "Taxonomy"
|
1394 |
msgstr "タクソノミー"
|
1395 |
|
@@ -1405,7 +1401,7 @@ msgstr "状態"
|
|
1405 |
msgid "Slug"
|
1406 |
msgstr "スラッグ"
|
1407 |
|
1408 |
-
#: classes/Column/Post/Shortcodes.php:
|
1409 |
msgid "Shortcodes"
|
1410 |
msgstr "ショートコード"
|
1411 |
|
@@ -1417,11 +1413,11 @@ msgstr "権限"
|
|
1417 |
msgid "Ping Status"
|
1418 |
msgstr "Ping ステータス"
|
1419 |
|
1420 |
-
#: classes/Column/Post/Permalink.php:
|
1421 |
msgid "Permalink"
|
1422 |
msgstr "パーマリンク"
|
1423 |
|
1424 |
-
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:
|
1425 |
msgid "Path"
|
1426 |
msgstr "パス"
|
1427 |
|
@@ -1441,7 +1437,7 @@ msgstr "注文"
|
|
1441 |
msgid "Last Modified"
|
1442 |
msgstr "最終更新日"
|
1443 |
|
1444 |
-
#: classes/Column/Post/LastModifiedAuthor.php:
|
1445 |
msgid "Last Modified Author"
|
1446 |
msgstr "最終更新者"
|
1447 |
|
@@ -1475,7 +1471,7 @@ msgstr[0] "秒"
|
|
1475 |
msgid "Estimated Reading Time"
|
1476 |
msgstr "推定読了時間"
|
1477 |
|
1478 |
-
#: classes/Column/Post/Depth.php:
|
1479 |
msgid "Depth"
|
1480 |
msgstr "深さ"
|
1481 |
|
@@ -1569,36 +1565,36 @@ msgstr "ファイルサイズ"
|
|
1569 |
msgid "Filename"
|
1570 |
msgstr "ファイル名"
|
1571 |
|
1572 |
-
#: classes/Settings/Column/ExifData.php:
|
1573 |
#: classes/Settings/Column/Term.php:28
|
1574 |
msgid "Title"
|
1575 |
msgstr "タイトル"
|
1576 |
|
1577 |
-
#: classes/Settings/Column/ExifData.php:
|
1578 |
msgid "Shutter Speed"
|
1579 |
msgstr "シャッタースピード"
|
1580 |
|
1581 |
-
#: classes/Settings/Column/ExifData.php:
|
1582 |
msgid "ISO"
|
1583 |
msgstr "ISO"
|
1584 |
|
1585 |
-
#: classes/Settings/Column/ExifData.php:
|
1586 |
msgid "Focal Length"
|
1587 |
msgstr "焦点距離"
|
1588 |
|
1589 |
-
#: classes/Settings/Column/ExifData.php:
|
1590 |
msgid "Timestamp"
|
1591 |
msgstr "タイムスタンプ"
|
1592 |
|
1593 |
-
#: classes/Settings/Column/ExifData.php:
|
1594 |
msgid "Camera"
|
1595 |
msgstr "カメラ"
|
1596 |
|
1597 |
-
#: classes/Settings/Column/ExifData.php:
|
1598 |
msgid "Credit"
|
1599 |
msgstr "クレジット"
|
1600 |
|
1601 |
-
#: classes/Settings/Column/ExifData.php:
|
1602 |
msgid "Aperture"
|
1603 |
msgstr "口径"
|
1604 |
|
@@ -1610,7 +1606,7 @@ msgstr "EXIF データ"
|
|
1610 |
msgid "Dimensions"
|
1611 |
msgstr "寸法"
|
1612 |
|
1613 |
-
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:
|
1614 |
msgid "Caption"
|
1615 |
msgstr "キャプション"
|
1616 |
|
@@ -1618,7 +1614,7 @@ msgstr "キャプション"
|
|
1618 |
msgid "Available Sizes"
|
1619 |
msgstr "利用可能なサイズ"
|
1620 |
|
1621 |
-
#: classes/Admin/Page/Columns.php:
|
1622 |
msgid "View"
|
1623 |
msgstr "表示"
|
1624 |
|
@@ -1649,17 +1645,17 @@ msgid "No custom fields available."
|
|
1649 |
msgstr "カスタムフィールドがありません"
|
1650 |
|
1651 |
#: classes/Admin/Help/CustomField.php:54
|
1652 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1653 |
msgid "Multiple Values"
|
1654 |
msgstr "複数の値"
|
1655 |
|
1656 |
#: classes/Admin/Help/CustomField.php:46
|
1657 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1658 |
msgid "Image"
|
1659 |
msgstr "画像"
|
1660 |
|
1661 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1662 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1663 |
msgid "Excerpt"
|
1664 |
msgstr "抜粋"
|
1665 |
|
@@ -1668,18 +1664,18 @@ msgid "Counter"
|
|
1668 |
msgstr "カウンター"
|
1669 |
|
1670 |
#: classes/Admin/Help/CustomField.php:26
|
1671 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1672 |
msgid "Color"
|
1673 |
msgstr "色"
|
1674 |
|
1675 |
#: classes/Admin/Help/CustomField.php:22
|
1676 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1677 |
#: classes/Settings/Column/Image.php:72
|
1678 |
-
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:
|
1679 |
msgid "Default"
|
1680 |
msgstr "デフォルト"
|
1681 |
|
1682 |
-
#: classes/Column/CustomField.php:
|
1683 |
msgid "Custom Field"
|
1684 |
msgstr "カスタムフィールド"
|
1685 |
|
@@ -1688,15 +1684,15 @@ msgid "Word Count"
|
|
1688 |
msgstr "単語数"
|
1689 |
|
1690 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1691 |
-
#: classes/ListScreen/User.php:
|
1692 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1693 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1694 |
msgid "User"
|
1695 |
msgstr "ユーザー"
|
1696 |
|
1697 |
#: classes/Column/Comment/Type.php:14
|
1698 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1699 |
-
#: classes/Settings/Column/Type.php:
|
1700 |
msgid "Type"
|
1701 |
msgstr "タイプ"
|
1702 |
|
@@ -1705,7 +1701,7 @@ msgid "In Reply To"
|
|
1705 |
msgstr "返信先"
|
1706 |
|
1707 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1708 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1709 |
msgid "Post"
|
1710 |
msgstr "投稿"
|
1711 |
|
@@ -1715,7 +1711,7 @@ msgstr "コンテンツ"
|
|
1715 |
|
1716 |
#: classes/Admin/Help/CustomField.php:34
|
1717 |
#: classes/Settings/Column/Comment.php:115
|
1718 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
1719 |
msgid "Date"
|
1720 |
msgstr "日付"
|
1721 |
|
@@ -1727,7 +1723,7 @@ msgstr ""
|
|
1727 |
msgid "Date GMT"
|
1728 |
msgstr "日時 (GMT)"
|
1729 |
|
1730 |
-
#: classes/Column/Post/AuthorName.php:
|
1731 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1732 |
msgid "Author"
|
1733 |
msgstr "登録者"
|
@@ -1762,7 +1758,7 @@ msgstr "承認済み"
|
|
1762 |
msgid "Agent"
|
1763 |
msgstr "エージェント"
|
1764 |
|
1765 |
-
#: classes/Admin/Page/Columns.php:
|
1766 |
msgid "Edit"
|
1767 |
msgstr "編集"
|
1768 |
|
@@ -1772,7 +1768,7 @@ msgstr "編集"
|
|
1772 |
msgid "ID"
|
1773 |
msgstr "ID"
|
1774 |
|
1775 |
-
#: classes/Admin/Page/Columns.php:
|
1776 |
#: classes/Settings/Column/ActionIcons.php:23
|
1777 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1778 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
@@ -1781,7 +1777,7 @@ msgstr "ID"
|
|
1781 |
msgid "No"
|
1782 |
msgstr "いいえ"
|
1783 |
|
1784 |
-
#: classes/Admin/Page/Columns.php:
|
1785 |
#: classes/Settings/Column/ActionIcons.php:22
|
1786 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1787 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
@@ -1798,7 +1794,7 @@ msgstr "アクションの表示にはテキストの代わりにアイコンを
|
|
1798 |
msgid "Use icons?"
|
1799 |
msgstr "アイコンを使いますか ?"
|
1800 |
|
1801 |
-
#: classes/Column/Actions.php:
|
1802 |
msgid "Actions"
|
1803 |
msgstr "アクション"
|
1804 |
|
@@ -1814,6 +1810,6 @@ msgstr "WooCommerce"
|
|
1814 |
msgid "Advanced Custom Fields"
|
1815 |
msgstr "Advanced Custom Fields"
|
1816 |
|
1817 |
-
#: classes/Admin/Page/Addons.php:
|
1818 |
msgid "Plugins"
|
1819 |
msgstr "プラグイン"
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr ""
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr ""
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr ""
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr ""
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr ""
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr ""
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr ""
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr ""
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr ""
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr ""
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr ""
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr "さらに表示"
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr "無効なメソッド。"
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr "無効な列。"
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "無効なリスト画面。"
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "無効な項目 ID。"
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "幅 (ピクセル)"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr "%s前"
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr "時差"
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr "複数"
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr "選択肢"
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr "基本"
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "フィールドの数"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr ""
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr "コンテンツあり"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr "番号"
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr "または"
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr "非表示"
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr ""
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr "短縮リンク"
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr "、"
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr "完全なパス"
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "割引は%sまで有効です"
|
653 |
|
716 |
msgid "Help"
|
717 |
msgstr "ヘルプ"
|
718 |
|
719 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
720 |
msgid "Close"
|
721 |
msgstr "閉じる"
|
722 |
|
723 |
+
#: classes/Admin/Page/Columns.php:732
|
724 |
msgid "Clear all columns "
|
725 |
msgstr "すべての列をクリア"
|
726 |
|
727 |
+
#: classes/Admin/Page/Columns.php:643
|
728 |
msgid "I'm using Admin Columns for WordPress!"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: classes/Admin/Page/Columns.php:585
|
732 |
msgid "Your First Name"
|
733 |
msgstr "名"
|
734 |
|
735 |
+
#: classes/Admin/Page/Columns.php:584
|
736 |
msgid "Your Email"
|
737 |
msgstr "メールアドレス"
|
738 |
|
739 |
+
#: classes/Admin/Page/Columns.php:577
|
740 |
msgid "Submit your email and we'll send you a discount for %s off."
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
744 |
msgid "Get %s Off!"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: classes/Admin/Page/Columns.php:540
|
748 |
msgid "Extra Columns for:"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: classes/Admin/Page/Columns.php:526
|
752 |
msgid "Edit your column content directly"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: classes/Admin/Page/Columns.php:514
|
756 |
msgid "Pro"
|
757 |
msgstr "プロ版"
|
758 |
|
759 |
+
#: classes/Admin/Page/Columns.php:295
|
760 |
msgid "You need at least one column"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: classes/Admin/Page/Addons.php:241
|
764 |
msgid "Available"
|
765 |
msgstr "利用可能"
|
766 |
|
767 |
+
#: classes/Admin/Page/Addons.php:240
|
768 |
msgid "Recommended"
|
769 |
msgstr "おすすめ"
|
770 |
|
771 |
+
#: classes/Admin/Page/Addons.php:104
|
772 |
msgid "%s could not be activated."
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: classes/Admin/Page/Addons.php:101
|
776 |
msgid "%s successfully activated."
|
777 |
msgstr ""
|
778 |
|
781 |
msgid_plural "%s add-ons requires %s."
|
782 |
msgstr[0] ""
|
783 |
|
784 |
+
#: classes/Admin/Page/Addons.php:129
|
785 |
msgid "%s is installed, but not active."
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: classes/Admin/Page/Addons.php:123
|
789 |
msgid "%s needs to be installed for the add-on to work."
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: classes/Admin/Addon.php:279
|
793 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
794 |
msgstr ""
|
795 |
|
805 |
msgid "Imported"
|
806 |
msgstr "インポート済み"
|
807 |
|
808 |
+
#: classes/Admin/Page/Columns.php:556
|
809 |
msgid "Learn more about Pro"
|
810 |
msgstr "プロ版についてさらに詳しく読む"
|
811 |
|
812 |
+
#: classes/Admin/Page/Columns.php:528
|
813 |
msgid "Import & Export settings"
|
814 |
msgstr "インポート & エクスポート設定"
|
815 |
|
816 |
+
#: classes/Admin/Page/Columns.php:527
|
817 |
msgid "Create multiple columns sets"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: classes/Admin/Page/Columns.php:525
|
821 |
msgid "Add filterable columns"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: classes/Admin/Page/Columns.php:524
|
825 |
msgid "Add sortable columns"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: classes/Admin/Page/Columns.php:519
|
829 |
msgid "Take Admin Columns to the next level:"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: classes/Admin/Page/Columns.php:514
|
833 |
msgid "Upgrade to"
|
834 |
msgstr "アップグレード:"
|
835 |
|
836 |
+
#: classes/Admin/Page/Columns.php:426
|
837 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: classes/Admin/Page/Columns.php:216
|
841 |
msgid "Please visit the %s screen once to load all available columns"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: classes/Admin/Page/Columns.php:495
|
845 |
msgid "Restore columns"
|
846 |
msgstr "列を復元"
|
847 |
|
849 |
msgid "Settings for %s restored successfully."
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: classes/Admin/Page/Columns.php:302
|
853 |
msgid "View %s screen"
|
854 |
msgstr "%s 画面を表示"
|
855 |
|
865 |
msgid "Link Label"
|
866 |
msgstr "リンクのラベル"
|
867 |
|
868 |
+
#: classes/Admin/Page/Addons.php:165
|
869 |
msgid "You need Admin Columns Pro."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: classes/Admin/Page/Addons.php:163
|
873 |
msgid "Addon does not exist."
|
874 |
msgstr "アドオンが存在しません。"
|
875 |
|
876 |
+
#: classes/Check/AddonAvailable.php:85
|
877 |
msgid "the addons page"
|
878 |
msgstr "アドオンのページ"
|
879 |
|
880 |
+
#: classes/Check/AddonAvailable.php:85
|
881 |
msgid "Did you know Admin Columns Pro has an integration addon for %s? With the proper Admin Columns Pro license, you can download them from %s!"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: classes/Admin/Help/CustomField.php:10 classes/Settings/Column/Type.php:73
|
885 |
msgid "Custom Fields"
|
886 |
msgstr "カスタムフィールド"
|
887 |
|
893 |
msgid "Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface."
|
894 |
msgstr ""
|
895 |
|
896 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
897 |
#. Plugin URI of the plugin/theme
|
898 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
899 |
#. Author URI of the plugin/theme
|
900 |
msgid "https://www.admincolumns.com"
|
901 |
msgstr "https://www.admincolumns.com"
|
902 |
|
903 |
+
#: classes/Admin/Page/Settings.php:185 classes/Table/Screen.php:222
|
904 |
msgid "Edit columns"
|
905 |
msgstr "列の編集"
|
906 |
|
907 |
+
#: classes/Admin/Page/Columns.php:931
|
908 |
msgid "Upgrade"
|
909 |
msgstr "アップグレード"
|
910 |
|
911 |
+
#: classes/Admin/Page/Columns.php:322
|
912 |
msgid "Settings for %s updated successfully."
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: classes/Admin/Page/Columns.php:309
|
916 |
msgid "You are trying to store the same settings for %s."
|
917 |
msgstr "%sはすでに設定済みです "
|
918 |
|
919 |
+
#: classes/ListScreen.php:709
|
920 |
msgid "No columns settings available."
|
921 |
msgstr "設定された列はありません"
|
922 |
|
923 |
+
#: classes/ListScreen/User.php:12 classes/ListScreenGroups.php:14
|
924 |
msgid "Users"
|
925 |
msgstr "ユーザー"
|
926 |
|
927 |
+
#: classes/Admin/Help/CustomField.php:50 classes/ListScreen/Media.php:17
|
928 |
#: classes/ListScreenGroups.php:15
|
929 |
+
#: classes/Settings/Column/CustomFieldType.php:114
|
930 |
msgid "Media"
|
931 |
msgstr "メディア"
|
932 |
|
934 |
msgid "Links"
|
935 |
msgstr "リンク"
|
936 |
|
937 |
+
#: classes/ListScreen/Comment.php:16 classes/Settings/Column/Comment.php:111
|
938 |
msgid "Comment"
|
939 |
msgstr "コメント"
|
940 |
|
941 |
+
#: classes/ListScreen/Comment.php:15 classes/ListScreenGroups.php:16
|
942 |
msgid "Comments"
|
943 |
msgstr "コメント"
|
944 |
|
945 |
+
#: classes/Admin/Page/Addons.php:365
|
946 |
msgid "Get this add-on"
|
947 |
msgstr "このアドオンを入手"
|
948 |
|
949 |
+
#: classes/Admin/Page/Addons.php:363
|
950 |
msgid "Download & Install"
|
951 |
msgstr "ダウンロード & インストール"
|
952 |
|
953 |
+
#: classes/Admin/Page/Addons.php:357
|
954 |
msgid "Activate"
|
955 |
msgstr "有効化"
|
956 |
|
957 |
+
#: classes/Admin/Page/Addons.php:239
|
958 |
msgid "Installed"
|
959 |
msgstr "インストール済み"
|
960 |
|
961 |
+
#: classes/Admin/Page/Addons.php:353
|
962 |
msgid "Deactivate"
|
963 |
msgstr "停止"
|
964 |
|
965 |
+
#: classes/Admin/Page/Addons.php:350
|
966 |
msgid "Active"
|
967 |
msgstr "有効"
|
968 |
|
969 |
+
#: classes/Admin/Page/Columns.php:738
|
970 |
msgid "Add Column"
|
971 |
msgstr "列を追加"
|
972 |
|
973 |
+
#: classes/Admin/Page/Columns.php:671
|
|
|
|
|
|
|
|
|
974 |
msgid "For full documentation, bug reports, feature suggestions and other tips <a href='%s'>visit the Admin Columns website</a>."
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: classes/Admin/Page/Columns.php:667
|
978 |
msgid "Check the <strong>Help</strong> section in the top-right screen."
|
979 |
msgstr "画面右上の<strong>Help</strong>を確認してください。"
|
980 |
|
981 |
+
#: classes/Admin/Page/Columns.php:662
|
982 |
msgid "Support"
|
983 |
msgstr "サポート"
|
984 |
|
985 |
+
#: classes/Admin/Page/Columns.php:650
|
986 |
msgid "Buy Pro"
|
987 |
msgstr "Pro 版を購入"
|
988 |
|
989 |
+
#: classes/Admin/Page/Columns.php:644
|
990 |
msgid "Tweet"
|
991 |
msgstr "ツイートする"
|
992 |
|
993 |
+
#: classes/Admin/Page/Columns.php:638
|
994 |
msgid "Rate"
|
995 |
msgstr "評価"
|
996 |
|
997 |
+
#: classes/Admin/Page/Columns.php:633
|
998 |
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!"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: classes/Admin/Page/Columns.php:630
|
1002 |
msgid "Woohoo! We're glad to hear that!"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: classes/Admin/Page/Columns.php:620
|
1006 |
msgid "Forums"
|
1007 |
msgstr "フォーラム"
|
1008 |
|
1009 |
+
#: classes/Admin/Page/Columns.php:615
|
1010 |
msgid "Docs"
|
1011 |
msgstr "ドキュメント"
|
1012 |
|
1013 |
+
#: classes/Admin/Page/Columns.php:610
|
1014 |
msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: classes/Admin/Page/Columns.php:607
|
1018 |
msgid "What's wrong? Need help? Let us know!"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: classes/Admin/Page/Columns.php:597
|
1022 |
msgid "Are you happy with Admin Columns?"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: classes/Admin/Page/Columns.php:494
|
1026 |
msgid "Warning! The %s columns data will be deleted. This cannot be undone. 'OK' to delete, 'Cancel' to stop"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: classes/Admin/Page/Columns.php:483 classes/Admin/Page/Columns.php:736
|
1030 |
msgid "Update"
|
1031 |
msgstr "更新"
|
1032 |
|
1033 |
+
#: classes/Admin/Page/Columns.php:472
|
1034 |
msgid "Store settings"
|
1035 |
msgstr "ストアー設定"
|
1036 |
|
1038 |
msgid "Add-ons"
|
1039 |
msgstr "アドオン"
|
1040 |
|
1041 |
+
#: classes/Admin/Page/Settings.php:19 classes/AdminColumns.php:211
|
1042 |
msgid "Settings"
|
1043 |
msgstr "設定"
|
1044 |
|
1062 |
msgid "Restore Settings"
|
1063 |
msgstr "設定を修復"
|
1064 |
|
1065 |
+
#: classes/Admin/Page/Columns.php:484 classes/Admin/Page/Columns.php:737
|
1066 |
#: classes/Admin/Page/Settings.php:193
|
1067 |
msgid "Save"
|
1068 |
msgstr "保存"
|
1157 |
msgid "Default settings successfully restored."
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: classes/Admin/Page/Columns.php:81 classes/Admin/Page/Columns.php:242
|
1161 |
msgid "%s column is already present and can not be duplicated."
|
1162 |
msgstr "%s 列はすでに存在します。複製することができません "
|
1163 |
|
1164 |
+
#: classes/Admin.php:125
|
1165 |
msgid "Admin Columns Settings"
|
1166 |
msgstr "Admin Columns 設定"
|
1167 |
|
1168 |
+
#: classes/Admin/Page/Addons.php:113
|
1169 |
msgid "%s successfully deactivated."
|
1170 |
msgstr "%s を無効化しました。"
|
1171 |
|
1172 |
+
#: classes/Check/Review.php:165
|
1173 |
msgid "find answers to frequently asked questions"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: classes/Check/Review.php:164
|
1177 |
msgid "Admin Columns forum on WordPress.org"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: classes/Check/Review.php:163
|
1181 |
msgid "You can also find help on the %s, and %s."
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: classes/Check/Review.php:159
|
1185 |
msgid "our forum"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: classes/Check/Review.php:153
|
1189 |
msgid "documentation page"
|
1190 |
msgstr "ドキュメントページ"
|
1191 |
|
1192 |
+
#: classes/Check/Review.php:151
|
1193 |
msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: classes/Check/Review.php:142
|
1197 |
msgid "Permanently hide notice"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: classes/Check/Review.php:141
|
1201 |
msgid "Leave a review!"
|
1202 |
msgstr "レビューを残す"
|
1203 |
|
1204 |
+
#: classes/Check/Review.php:137
|
1205 |
msgid "click here"
|
1206 |
msgstr "ここをクリック"
|
1207 |
|
1208 |
+
#: classes/Check/Review.php:133
|
1209 |
msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: classes/Admin/Page/Addons.php:58 classes/Check/Review.php:124
|
1213 |
msgid "Admin Columns Pro"
|
1214 |
msgstr "Admin Columns Pro"
|
1215 |
|
1216 |
+
#. #-#-#-#-# codepress-admin-columns-code.pot (Admin Columns 3.2.7) #-#-#-#-#
|
1217 |
#. Plugin Name of the plugin/theme
|
1218 |
+
#: classes/Admin/Page/Columns.php:31 classes/Admin.php:125
|
1219 |
+
#: classes/Check/Review.php:125 classes/Plugin/Updater.php:105
|
1220 |
+
#: classes/Plugin/Updater.php:118
|
1221 |
msgid "Admin Columns"
|
1222 |
msgstr "Admin Columns"
|
1223 |
|
1224 |
+
#: classes/Column/Placeholder.php:45
|
1225 |
msgid "Find out more"
|
1226 |
msgstr "もっと見る"
|
1227 |
|
1228 |
+
#: classes/Column/Placeholder.php:43
|
1229 |
msgid "Admin Columns Pro offers full %s integration, allowing you to easily display and edit %s fields from within your overview."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: classes/Column/Placeholder.php:39
|
1233 |
msgid "If you have a business or developer licence please download & install your %s add-on from the <a href='%s'>add-ons tab</a>."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: classes/Column/Placeholder.php:35
|
1237 |
msgid "The %s column is only available in Admin Columns Pro - Business or Developer."
|
1238 |
msgstr ""
|
1239 |
|
1261 |
msgid "Label"
|
1262 |
msgstr "ラベル"
|
1263 |
|
1264 |
+
#: classes/Settings/Column/Type.php:35
|
1265 |
msgid "Name"
|
1266 |
msgstr "名称"
|
1267 |
|
1268 |
+
#: classes/Settings/Column/Type.php:29
|
1269 |
msgid "Choose a column type."
|
1270 |
msgstr "カラム形式を選択。"
|
1271 |
|
1272 |
+
#: classes/Admin/Page/Columns.php:855 classes/Admin/Page/Columns.php:890
|
1273 |
msgid "Clone"
|
1274 |
msgstr "複製"
|
1275 |
|
1317 |
msgid "width"
|
1318 |
msgstr "幅"
|
1319 |
|
1320 |
+
#: classes/Settings/Column/CustomFieldType.php:154
|
1321 |
+
#: classes/Settings/Column/Image.php:112 classes/Settings/Column/Type.php:74
|
1322 |
msgid "Custom"
|
1323 |
msgstr "カスタム"
|
1324 |
|
1364 |
msgid "Nickname"
|
1365 |
msgstr "ニックネーム"
|
1366 |
|
1367 |
+
#: classes/Column/Post/CommentCount.php:17
|
1368 |
#: classes/Column/User/CommentCount.php:14
|
1369 |
msgid "Comment Count"
|
1370 |
msgstr "コメント数"
|
1371 |
|
1372 |
+
#: classes/Admin/Page/Columns.php:857 classes/Admin/Page/Columns.php:892
|
1373 |
msgid "Remove"
|
1374 |
msgstr "削除"
|
1375 |
|
1385 |
msgid "Link to menu"
|
1386 |
msgstr "メニューへのリンク"
|
1387 |
|
1388 |
+
#: classes/Column/Taxonomy.php:17 classes/Settings/Column/Taxonomy.php:31
|
1389 |
msgid "Taxonomy"
|
1390 |
msgstr "タクソノミー"
|
1391 |
|
1401 |
msgid "Slug"
|
1402 |
msgstr "スラッグ"
|
1403 |
|
1404 |
+
#: classes/Column/Post/Shortcodes.php:15
|
1405 |
msgid "Shortcodes"
|
1406 |
msgstr "ショートコード"
|
1407 |
|
1413 |
msgid "Ping Status"
|
1414 |
msgstr "Ping ステータス"
|
1415 |
|
1416 |
+
#: classes/Column/Post/Permalink.php:15
|
1417 |
msgid "Permalink"
|
1418 |
msgstr "パーマリンク"
|
1419 |
|
1420 |
+
#: classes/Column/Media/FullPath.php:15 classes/Column/Post/Path.php:15
|
1421 |
msgid "Path"
|
1422 |
msgstr "パス"
|
1423 |
|
1437 |
msgid "Last Modified"
|
1438 |
msgstr "最終更新日"
|
1439 |
|
1440 |
+
#: classes/Column/Post/LastModifiedAuthor.php:17
|
1441 |
msgid "Last Modified Author"
|
1442 |
msgstr "最終更新者"
|
1443 |
|
1471 |
msgid "Estimated Reading Time"
|
1472 |
msgstr "推定読了時間"
|
1473 |
|
1474 |
+
#: classes/Column/Post/Depth.php:15
|
1475 |
msgid "Depth"
|
1476 |
msgstr "深さ"
|
1477 |
|
1565 |
msgid "Filename"
|
1566 |
msgstr "ファイル名"
|
1567 |
|
1568 |
+
#: classes/Settings/Column/ExifData.php:79 classes/Settings/Column/Post.php:84
|
1569 |
#: classes/Settings/Column/Term.php:28
|
1570 |
msgid "Title"
|
1571 |
msgstr "タイトル"
|
1572 |
|
1573 |
+
#: classes/Settings/Column/ExifData.php:78
|
1574 |
msgid "Shutter Speed"
|
1575 |
msgstr "シャッタースピード"
|
1576 |
|
1577 |
+
#: classes/Settings/Column/ExifData.php:77
|
1578 |
msgid "ISO"
|
1579 |
msgstr "ISO"
|
1580 |
|
1581 |
+
#: classes/Settings/Column/ExifData.php:76
|
1582 |
msgid "Focal Length"
|
1583 |
msgstr "焦点距離"
|
1584 |
|
1585 |
+
#: classes/Settings/Column/ExifData.php:74
|
1586 |
msgid "Timestamp"
|
1587 |
msgstr "タイムスタンプ"
|
1588 |
|
1589 |
+
#: classes/Settings/Column/ExifData.php:72
|
1590 |
msgid "Camera"
|
1591 |
msgstr "カメラ"
|
1592 |
|
1593 |
+
#: classes/Settings/Column/ExifData.php:71
|
1594 |
msgid "Credit"
|
1595 |
msgstr "クレジット"
|
1596 |
|
1597 |
+
#: classes/Settings/Column/ExifData.php:70
|
1598 |
msgid "Aperture"
|
1599 |
msgstr "口径"
|
1600 |
|
1606 |
msgid "Dimensions"
|
1607 |
msgstr "寸法"
|
1608 |
|
1609 |
+
#: classes/Column/Media/Caption.php:14 classes/Settings/Column/ExifData.php:73
|
1610 |
msgid "Caption"
|
1611 |
msgstr "キャプション"
|
1612 |
|
1614 |
msgid "Available Sizes"
|
1615 |
msgstr "利用可能なサイズ"
|
1616 |
|
1617 |
+
#: classes/Admin/Page/Columns.php:458
|
1618 |
msgid "View"
|
1619 |
msgstr "表示"
|
1620 |
|
1645 |
msgstr "カスタムフィールドがありません"
|
1646 |
|
1647 |
#: classes/Admin/Help/CustomField.php:54
|
1648 |
+
#: classes/Settings/Column/CustomFieldType.php:120
|
1649 |
msgid "Multiple Values"
|
1650 |
msgstr "複数の値"
|
1651 |
|
1652 |
#: classes/Admin/Help/CustomField.php:46
|
1653 |
+
#: classes/Settings/Column/CustomFieldType.php:105
|
1654 |
msgid "Image"
|
1655 |
msgstr "画像"
|
1656 |
|
1657 |
#: classes/Admin/Help/CustomField.php:38 classes/Column/Post/Excerpt.php:15
|
1658 |
+
#: classes/Settings/Column/CustomFieldType.php:104
|
1659 |
msgid "Excerpt"
|
1660 |
msgstr "抜粋"
|
1661 |
|
1664 |
msgstr "カウンター"
|
1665 |
|
1666 |
#: classes/Admin/Help/CustomField.php:26
|
1667 |
+
#: classes/Settings/Column/CustomFieldType.php:102
|
1668 |
msgid "Color"
|
1669 |
msgstr "色"
|
1670 |
|
1671 |
#: classes/Admin/Help/CustomField.php:22
|
1672 |
+
#: classes/Settings/Column/CustomFieldType.php:169
|
1673 |
#: classes/Settings/Column/Image.php:72
|
1674 |
+
#: classes/Settings/Column/Separator.php:25 classes/Settings/Column/Type.php:71
|
1675 |
msgid "Default"
|
1676 |
msgstr "デフォルト"
|
1677 |
|
1678 |
+
#: classes/Column/CustomField.php:19
|
1679 |
msgid "Custom Field"
|
1680 |
msgstr "カスタムフィールド"
|
1681 |
|
1684 |
msgstr "単語数"
|
1685 |
|
1686 |
#: classes/Admin/Help/CustomField.php:74 classes/Column/Comment/User.php:15
|
1687 |
+
#: classes/ListScreen/User.php:13
|
1688 |
#: classes/Settings/Column/CustomFieldType.php:87
|
1689 |
+
#: classes/Settings/Column/CustomFieldType.php:116
|
1690 |
msgid "User"
|
1691 |
msgstr "ユーザー"
|
1692 |
|
1693 |
#: classes/Column/Comment/Type.php:14
|
1694 |
#: classes/Settings/Column/CustomFieldType.php:59
|
1695 |
+
#: classes/Settings/Column/Type.php:32 classes/Settings/Column/Type.php:41
|
1696 |
msgid "Type"
|
1697 |
msgstr "タイプ"
|
1698 |
|
1701 |
msgstr "返信先"
|
1702 |
|
1703 |
#: classes/Admin/Help/CustomField.php:62 classes/Column/Comment/Post.php:15
|
1704 |
+
#: classes/Settings/Column/CustomFieldType.php:115
|
1705 |
msgid "Post"
|
1706 |
msgstr "投稿"
|
1707 |
|
1711 |
|
1712 |
#: classes/Admin/Help/CustomField.php:34
|
1713 |
#: classes/Settings/Column/Comment.php:115
|
1714 |
+
#: classes/Settings/Column/CustomFieldType.php:103
|
1715 |
msgid "Date"
|
1716 |
msgstr "日付"
|
1717 |
|
1723 |
msgid "Date GMT"
|
1724 |
msgstr "日時 (GMT)"
|
1725 |
|
1726 |
+
#: classes/Column/Post/AuthorName.php:18
|
1727 |
#: classes/Settings/Column/Comment.php:113 classes/Settings/Column/Post.php:86
|
1728 |
msgid "Author"
|
1729 |
msgstr "登録者"
|
1758 |
msgid "Agent"
|
1759 |
msgstr "エージェント"
|
1760 |
|
1761 |
+
#: classes/Admin/Page/Columns.php:852
|
1762 |
msgid "Edit"
|
1763 |
msgstr "編集"
|
1764 |
|
1768 |
msgid "ID"
|
1769 |
msgstr "ID"
|
1770 |
|
1771 |
+
#: classes/Admin/Page/Columns.php:601 classes/Helper/Icon.php:64
|
1772 |
#: classes/Settings/Column/ActionIcons.php:23
|
1773 |
#: classes/Settings/Column/MissingImageSize.php:23
|
1774 |
#: classes/Settings/Column/PostFormatIcon.php:25
|
1777 |
msgid "No"
|
1778 |
msgstr "いいえ"
|
1779 |
|
1780 |
+
#: classes/Admin/Page/Columns.php:600 classes/Helper/Icon.php:47
|
1781 |
#: classes/Settings/Column/ActionIcons.php:22
|
1782 |
#: classes/Settings/Column/MissingImageSize.php:22
|
1783 |
#: classes/Settings/Column/PostFormatIcon.php:24
|
1794 |
msgid "Use icons?"
|
1795 |
msgstr "アイコンを使いますか ?"
|
1796 |
|
1797 |
+
#: classes/Column/Actions.php:19
|
1798 |
msgid "Actions"
|
1799 |
msgstr "アクション"
|
1800 |
|
1810 |
msgid "Advanced Custom Fields"
|
1811 |
msgstr "Advanced Custom Fields"
|
1812 |
|
1813 |
+
#: classes/Admin/Page/Addons.php:103 classes/Settings/Column/Type.php:72
|
1814 |
msgid "Plugins"
|
1815 |
msgstr "プラグイン"
|
languages/codepress-admin-columns-nl_NL.mo
CHANGED
Binary file
|
languages/codepress-admin-columns-nl_NL.po
CHANGED
@@ -15,39 +15,39 @@ msgstr ""
|
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: classes/Dependencies.php:
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: classes/Dependencies.php:
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: classes/Dependencies.php:
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: classes/Dependencies.php:
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: classes/Dependencies.php:
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: classes/Dependencies.php:
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: classes/Check/Review.php:
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: classes/Admin/Page/Addons.php:
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: classes/Admin/Page/Addons.php:
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
@@ -60,7 +60,7 @@ msgid "Value: Should contain a URL."
|
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
@@ -120,39 +120,39 @@ msgstr "Wijzig je content direct vanaf het overzicht."
|
|
120 |
msgid "Editing"
|
121 |
msgstr "Wijzigen"
|
122 |
|
123 |
-
#: classes/Admin/Page/Columns.php:
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr "Vanaf %s for 1 site"
|
126 |
|
127 |
-
#: classes/Admin/Page/Columns.php:
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr "Verkrijg add-ons voor ACF, WooCommerce en meer"
|
130 |
|
131 |
-
#: classes/Admin/Page/Columns.php:
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr "Maak meerdere kolomgroepen aan per overzicht"
|
134 |
|
135 |
-
#: classes/Admin/Page/Columns.php:
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr "Exporteer alle kolomdata naar CSV"
|
138 |
|
139 |
-
#: classes/Admin/Page/Columns.php:
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr "Wijzig direct je data vanaf het overzicht"
|
142 |
|
143 |
-
#: classes/Admin/Page/Columns.php:
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr "Sorteer en filter op al je data"
|
146 |
|
147 |
-
#: classes/Admin/Page/Columns.php:
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr "Upgrade naar PRO en breng Admin Columns naar het volgende niveau"
|
150 |
|
151 |
-
#: classes/Admin/Page/Columns.php:
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr "Tevreden met Admin Columns?"
|
154 |
|
155 |
-
#: classes/Admin/Page/Columns.php:
|
156 |
msgid "Select type"
|
157 |
msgstr "Selecteer een type"
|
158 |
|
@@ -180,11 +180,11 @@ msgstr "Beperkt de tekst tot een bepaald aantal tekens of woorden"
|
|
180 |
msgid "Text Limit"
|
181 |
msgstr "Tekstlimiet"
|
182 |
|
183 |
-
#: classes/Plugin/Updater.php:
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "De database is up to date. Je bent geweldig!"
|
186 |
|
187 |
-
#: classes/Table/Screen.php:
|
188 |
msgid "Download"
|
189 |
msgstr "Download"
|
190 |
|
@@ -253,15 +253,15 @@ msgstr "Verborgen"
|
|
253 |
msgid "Public"
|
254 |
msgstr "Publiek"
|
255 |
|
256 |
-
#: classes/Settings/Column/ExifData.php:
|
257 |
msgid "Keywords"
|
258 |
msgstr "Trefwoorden"
|
259 |
|
260 |
-
#: classes/Settings/Column/ExifData.php:
|
261 |
msgid "Orientation"
|
262 |
msgstr "Oriëntatie"
|
263 |
|
264 |
-
#: classes/Settings/Column/ExifData.php:
|
265 |
msgid "Copyright"
|
266 |
msgstr "Copyright"
|
267 |
|
@@ -277,19 +277,19 @@ msgstr "Aantal"
|
|
277 |
msgid "Thumbnails"
|
278 |
msgstr "Thumbnails"
|
279 |
|
280 |
-
#: classes/Plugin/Updater.php:
|
281 |
msgid "Run the updater"
|
282 |
msgstr "Voer de updater uit"
|
283 |
|
284 |
-
#: classes/Plugin/Updater.php:
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr "We moeten de database updaten naar de laatste versie."
|
287 |
|
288 |
-
#: classes/Helper/Post.php:
|
289 |
msgid "Missed schedule"
|
290 |
msgstr "Inplannen gemist"
|
291 |
|
292 |
-
#: classes/Helper/Post.php:
|
293 |
msgid "Scheduled"
|
294 |
msgstr "Ingepland"
|
295 |
|
@@ -297,7 +297,7 @@ msgstr "Ingepland"
|
|
297 |
msgid "Title Only"
|
298 |
msgstr "Alleen titel"
|
299 |
|
300 |
-
#: classes/Column/Post/CommentStatus.php:
|
301 |
msgid "Allow Comments"
|
302 |
msgstr "Reacties toestaan"
|
303 |
|
@@ -305,7 +305,7 @@ msgstr "Reacties toestaan"
|
|
305 |
msgid "More Tag"
|
306 |
msgstr "More Tag"
|
307 |
|
308 |
-
#: classes/Column/Menu.php:
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
@@ -317,11 +317,11 @@ msgstr "Hoogte: %s px"
|
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Breedte: %s px"
|
319 |
|
320 |
-
#: classes/Column/Media/AvailableSizes.php:
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr "Ontbrekend afbeeldingsbestand voor grootte %s."
|
323 |
|
324 |
-
#: classes/Column/Media/AvailableSizes.php:
|
325 |
msgid "original"
|
326 |
msgstr "Origineel"
|
327 |
|
@@ -329,7 +329,7 @@ msgstr "Origineel"
|
|
329 |
msgid "Alternative Text"
|
330 |
msgstr "Alternatieve tekst"
|
331 |
|
332 |
-
#: classes/Admin/Page/Addons.php:
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr "Bezoek alsjeblieft de %s pagina."
|
335 |
|
@@ -345,19 +345,19 @@ msgstr "The Events Calendar"
|
|
345 |
msgid "Password protected"
|
346 |
msgstr "Wachtwoord beschermd"
|
347 |
|
348 |
-
#: classes/Helper/Post.php:
|
349 |
msgid "Pending for review"
|
350 |
msgstr "Wachtend op beoordeling"
|
351 |
|
352 |
-
#: classes/Helper/Post.php:
|
353 |
msgid "Draft"
|
354 |
msgstr "Concept"
|
355 |
|
356 |
-
#: classes/Helper/Post.php:
|
357 |
msgid "Published"
|
358 |
msgstr "Gepubliceerd"
|
359 |
|
360 |
-
#: classes/Helper/Post.php:
|
361 |
msgid "Private"
|
362 |
msgstr "Privé"
|
363 |
|
@@ -370,7 +370,7 @@ msgstr "Toon een icoon in plaats van een tekst voor het tonen van de status."
|
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Icoon gebruiken?"
|
372 |
|
373 |
-
#: classes/Helper/Strings.php:
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
@@ -386,11 +386,11 @@ msgstr "Samenvatting niet aanwezig."
|
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Gebruiker schermnaam"
|
388 |
|
389 |
-
#: classes/Admin/Page/Columns.php:
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Stuur mij de korting"
|
392 |
|
393 |
-
#: classes/Admin/Page/Columns.php:
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Prijzen vanaf %s"
|
396 |
|
@@ -406,19 +406,19 @@ msgstr "BuddyPress"
|
|
406 |
msgid "View more"
|
407 |
msgstr "Meer tonen"
|
408 |
|
409 |
-
#: classes/
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Ongeldige methode."
|
412 |
|
413 |
-
#: classes/
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Ongeldige kolom."
|
416 |
|
417 |
-
#: classes/
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "Ongeldige lijst-weergave."
|
420 |
|
421 |
-
#: classes/
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "Ongeldig item-ID."
|
424 |
|
@@ -501,11 +501,11 @@ msgstr "Hoogte in pixels"
|
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Breedte in pixels"
|
503 |
|
504 |
-
#: classes/Settings/Column/Date.php:
|
505 |
msgid "in %s"
|
506 |
msgstr "in %s"
|
507 |
|
508 |
-
#: classes/Settings/Column/Date.php:
|
509 |
msgid "%s ago"
|
510 |
msgstr "%s geleden"
|
511 |
|
@@ -545,38 +545,38 @@ msgstr "Het verschil wordt teruggegeven in een menselijk leesbaar format."
|
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Tijdsverschil"
|
547 |
|
548 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
549 |
msgid "Multiple"
|
550 |
msgstr "Meerdere"
|
551 |
|
552 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
553 |
msgid "Choice"
|
554 |
msgstr "Keuze"
|
555 |
|
556 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
557 |
msgid "Relational"
|
558 |
msgstr "Relationeel"
|
559 |
|
560 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
561 |
msgid "Basic"
|
562 |
msgstr "Basis"
|
563 |
|
564 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Aantal velden"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
570 |
msgid "True / False"
|
571 |
msgstr "True / false"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
575 |
msgid "Has Content"
|
576 |
msgstr "Heeft inhoud"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
580 |
msgid "Number"
|
581 |
msgstr "Nummer"
|
582 |
|
@@ -611,15 +611,15 @@ msgstr "Weergaveopties"
|
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Deze tekst zal na de kolomwaarde verschijnen."
|
613 |
|
614 |
-
#: classes/Helper/Strings.php:
|
615 |
msgid " or "
|
616 |
msgstr " of "
|
617 |
|
618 |
-
#: classes/Helper/Html.php:
|
619 |
msgid "Hide"
|
620 |
msgstr "Verbergen"
|
621 |
|
622 |
-
#: classes/Helper/Html.php:
|
623 |
msgid "Show %s more"
|
624 |
msgstr "%s meer tonen"
|
625 |
|
@@ -635,7 +635,7 @@ msgstr "Toolbar tonen"
|
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Shortlink"
|
637 |
|
638 |
-
#: classes/Settings/Column/CustomFieldType.php:
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
@@ -647,7 +647,7 @@ msgstr "Standaard"
|
|
647 |
msgid "Full Path"
|
648 |
msgstr "Volledig pad"
|
649 |
|
650 |
-
#: classes/Admin/Promo.php:
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "Korting is geldig tot %s"
|
653 |
|
@@ -717,63 +717,63 @@ msgstr "Verouderde filters"
|
|
717 |
msgid "Help"
|
718 |
msgstr "Hulp"
|
719 |
|
720 |
-
#: classes/Admin/Page/Columns.php:
|
721 |
msgid "Close"
|
722 |
msgstr "Sluiten"
|
723 |
|
724 |
-
#: classes/Admin/Page/Columns.php:
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Alle kolommen legen "
|
727 |
|
728 |
-
#: classes/Admin/Page/Columns.php:
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "Ik gebruik Admin Columns voor WordPress."
|
731 |
|
732 |
-
#: classes/Admin/Page/Columns.php:
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Je voornaam"
|
735 |
|
736 |
-
#: classes/Admin/Page/Columns.php:
|
737 |
msgid "Your Email"
|
738 |
msgstr "Je e-mailadres"
|
739 |
|
740 |
-
#: classes/Admin/Page/Columns.php:
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr "Stuur je e-mail en wij sturen je een code voor %s korting."
|
743 |
|
744 |
-
#: classes/Admin/Page/Columns.php:
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr "Krijg %s korting."
|
747 |
|
748 |
-
#: classes/Admin/Page/Columns.php:
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr "Extra kolommen voor:"
|
751 |
|
752 |
-
#: classes/Admin/Page/Columns.php:
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr "Bewerk je kolom-inhoud rechtstreeks."
|
755 |
|
756 |
-
#: classes/Admin/Page/Columns.php:
|
757 |
msgid "Pro"
|
758 |
msgstr "Pro"
|
759 |
|
760 |
-
#: classes/Admin/Page/Columns.php:
|
761 |
msgid "You need at least one column"
|
762 |
msgstr "Je hebt minstens één kolom nodig"
|
763 |
|
764 |
-
#: classes/Admin/Page/Addons.php:
|
765 |
msgid "Available"
|
766 |
msgstr "Beschikbaar"
|
767 |
|
768 |
-
#: classes/Admin/Page/Addons.php:
|
769 |
msgid "Recommended"
|
770 |
msgstr "Aangeraden"
|
771 |
|
772 |
-
#: classes/Admin/Page/Addons.php:
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr "%s kan niet worden geactiveerd."
|
775 |
|
776 |
-
#: classes/Admin/Page/Addons.php:
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr "%s succesvol geactiveerd."
|
779 |
|
@@ -783,15 +783,15 @@ msgid_plural "%s add-ons requires %s."
|
|
783 |
msgstr[0] "%s add-on vereist %s."
|
784 |
msgstr[1] "%s add-ons vereisen %s."
|
785 |
|
786 |
-
#: classes/Admin/Page/Addons.php:
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: classes/Admin/Page/Addons.php:
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: classes/Admin/Addon.php:
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr "Toon en bewerk %s-velden in het berichtenoverzicht in enkele seconden."
|
797 |
|
@@ -807,43 +807,43 @@ msgstr "Pods"
|
|
807 |
msgid "Imported"
|
808 |
msgstr "Geïmporteerd"
|
809 |
|
810 |
-
#: classes/Admin/Page/Columns.php:
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "Meer weten over Pro"
|
813 |
|
814 |
-
#: classes/Admin/Page/Columns.php:
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr "Import & Expor-instellingen"
|
817 |
|
818 |
-
#: classes/Admin/Page/Columns.php:
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr "Maak meerdere kolommenverzamelingen."
|
821 |
|
822 |
-
#: classes/Admin/Page/Columns.php:
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr "Voeg filterbare kolom toe"
|
825 |
|
826 |
-
#: classes/Admin/Page/Columns.php:
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr "Voeg sorteerbare kolom toe"
|
829 |
|
830 |
-
#: classes/Admin/Page/Columns.php:
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr "Breng Admin Columns naar een hoger niveau:"
|
833 |
|
834 |
-
#: classes/Admin/Page/Columns.php:
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "Upgraden naar"
|
837 |
|
838 |
-
#: classes/Admin/Page/Columns.php:
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr "De kolommen voor %s zijn via PHP ingesteld, en kunnen daarom niet aangepast worden."
|
841 |
|
842 |
-
#: classes/Admin/Page/Columns.php:
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr "Bezoek eenmalig het %s-scherm om alle beschikbare kolommen te laden"
|
845 |
|
846 |
-
#: classes/Admin/Page/Columns.php:
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Herstel originele kolommen"
|
849 |
|
@@ -851,7 +851,7 @@ msgstr "Herstel originele kolommen"
|
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "Kolom-instellingen voor %s succesvol hersteld in originele staat."
|
853 |
|
854 |
-
#: classes/Admin/Page/Columns.php:
|
855 |
msgid "View %s screen"
|
856 |
msgstr "Bekijk %s-scherm"
|
857 |
|
@@ -867,23 +867,23 @@ msgstr ""
|
|
867 |
msgid "Link Label"
|
868 |
msgstr "Link label"
|
869 |
|
870 |
-
#: classes/Admin/Page/Addons.php:
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr "Hiervoor heeft u Admin Columns Pro nodig."
|
873 |
|
874 |
-
#: classes/Admin/Page/Addons.php:
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr "Add-on bestaat niet."
|
877 |
|
878 |
-
#: classes/Check/AddonAvailable.php:
|
879 |
msgid "the addons page"
|
880 |
msgs
|
15 |
msgid "Uses one or more %s IDs to display information about it."
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: classes/Dependencies.php:190
|
19 |
msgid "This plugin failed to load:"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: classes/Dependencies.php:157
|
23 |
msgid "Read more about <a href=\"%s\" target=\"_blank\">requirements</a>a> in our documentation."
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: classes/Dependencies.php:156
|
27 |
msgid "Your server currently runs PHP %s."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: classes/Dependencies.php:155
|
31 |
msgid "This plugin requires at least PHP %s to function properly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: classes/Dependencies.php:117
|
35 |
msgid "%s needs to be installed and activated."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: classes/Dependencies.php:114
|
39 |
msgid "version %s or later"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: classes/Check/Review.php:158
|
43 |
msgid "You can also use your admincolumns.com account to access support through %s!"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: classes/Admin/Page/Addons.php:132
|
47 |
msgid "Activate %s here."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: classes/Admin/Page/Addons.php:126
|
51 |
msgid "Install %s here."
|
52 |
msgstr ""
|
53 |
|
60 |
msgstr ""
|
61 |
|
62 |
#: classes/Admin/Help/CustomField.php:70
|
63 |
+
#: classes/Settings/Column/CustomFieldType.php:106
|
64 |
msgid "URL"
|
65 |
msgstr ""
|
66 |
|
120 |
msgid "Editing"
|
121 |
msgstr "Wijzigen"
|
122 |
|
123 |
+
#: classes/Admin/Page/Columns.php:932
|
124 |
msgid "Only %s for 1 site"
|
125 |
msgstr "Vanaf %s for 1 site"
|
126 |
|
127 |
+
#: classes/Admin/Page/Columns.php:927
|
128 |
msgid "Get add-ons for ACF, WooCommerce and many more"
|
129 |
msgstr "Verkrijg add-ons voor ACF, WooCommerce en meer"
|
130 |
|
131 |
+
#: classes/Admin/Page/Columns.php:926
|
132 |
msgid "Create multiple column groups per overview"
|
133 |
msgstr "Maak meerdere kolomgroepen aan per overzicht"
|
134 |
|
135 |
+
#: classes/Admin/Page/Columns.php:925
|
136 |
msgid "Export all column data to CSV"
|
137 |
msgstr "Exporteer alle kolomdata naar CSV"
|
138 |
|
139 |
+
#: classes/Admin/Page/Columns.php:924
|
140 |
msgid "Directly edit your content from the overview"
|
141 |
msgstr "Wijzig direct je data vanaf het overzicht"
|
142 |
|
143 |
+
#: classes/Admin/Page/Columns.php:923
|
144 |
msgid "Sort & Filter on all your content"
|
145 |
msgstr "Sorteer en filter op al je data"
|
146 |
|
147 |
+
#: classes/Admin/Page/Columns.php:920
|
148 |
msgid "Upgrade to PRO, and take Admin Columns to the next level:"
|
149 |
msgstr "Upgrade naar PRO en breng Admin Columns naar het volgende niveau"
|
150 |
|
151 |
+
#: classes/Admin/Page/Columns.php:913
|
152 |
msgid "Do you like Admin Columns?"
|
153 |
msgstr "Tevreden met Admin Columns?"
|
154 |
|
155 |
+
#: classes/Admin/Page/Columns.php:446
|
156 |
msgid "Select type"
|
157 |
msgstr "Selecteer een type"
|
158 |
|
180 |
msgid "Text Limit"
|
181 |
msgstr "Tekstlimiet"
|
182 |
|
183 |
+
#: classes/Plugin/Updater.php:106
|
184 |
msgid "Your database is up to date. You are awesome."
|
185 |
msgstr "De database is up to date. Je bent geweldig!"
|
186 |
|
187 |
+
#: classes/Table/Screen.php:163 classes/Table/Screen.php:165
|
188 |
msgid "Download"
|
189 |
msgstr "Download"
|
190 |
|
253 |
msgid "Public"
|
254 |
msgstr "Publiek"
|
255 |
|
256 |
+
#: classes/Settings/Column/ExifData.php:81
|
257 |
msgid "Keywords"
|
258 |
msgstr "Trefwoorden"
|
259 |
|
260 |
+
#: classes/Settings/Column/ExifData.php:80
|
261 |
msgid "Orientation"
|
262 |
msgstr "Oriëntatie"
|
263 |
|
264 |
+
#: classes/Settings/Column/ExifData.php:75
|
265 |
msgid "Copyright"
|
266 |
msgstr "Copyright"
|
267 |
|
277 |
msgid "Thumbnails"
|
278 |
msgstr "Thumbnails"
|
279 |
|
280 |
+
#: classes/Plugin/Updater.php:121
|
281 |
msgid "Run the updater"
|
282 |
msgstr "Voer de updater uit"
|
283 |
|
284 |
+
#: classes/Plugin/Updater.php:119
|
285 |
msgid "We need to update your database to the latest version."
|
286 |
msgstr "We moeten de database updaten naar de laatste versie."
|
287 |
|
288 |
+
#: classes/Helper/Post.php:143
|
289 |
msgid "Missed schedule"
|
290 |
msgstr "Inplannen gemist"
|
291 |
|
292 |
+
#: classes/Helper/Post.php:139
|
293 |
msgid "Scheduled"
|
294 |
msgstr "Ingepland"
|
295 |
|
297 |
msgid "Title Only"
|
298 |
msgstr "Alleen titel"
|
299 |
|
300 |
+
#: classes/Column/Post/CommentStatus.php:16
|
301 |
msgid "Allow Comments"
|
302 |
msgstr "Reacties toestaan"
|
303 |
|
305 |
msgid "More Tag"
|
306 |
msgstr "More Tag"
|
307 |
|
308 |
+
#: classes/Column/Menu.php:17
|
309 |
msgid "Menu"
|
310 |
msgstr "Menu"
|
311 |
|
317 |
msgid "Width : %s px"
|
318 |
msgstr "Breedte: %s px"
|
319 |
|
320 |
+
#: classes/Column/Media/AvailableSizes.php:56
|
321 |
msgid "Missing image file for size %s."
|
322 |
msgstr "Ontbrekend afbeeldingsbestand voor grootte %s."
|
323 |
|
324 |
+
#: classes/Column/Media/AvailableSizes.php:38
|
325 |
msgid "original"
|
326 |
msgstr "Origineel"
|
327 |
|
329 |
msgid "Alternative Text"
|
330 |
msgstr "Alternatieve tekst"
|
331 |
|
332 |
+
#: classes/Admin/Page/Addons.php:104
|
333 |
msgid "Please visit the %s page."
|
334 |
msgstr "Bezoek alsjeblieft de %s pagina."
|
335 |
|
345 |
msgid "Password protected"
|
346 |
msgstr "Wachtwoord beschermd"
|
347 |
|
348 |
+
#: classes/Helper/Post.php:136
|
349 |
msgid "Pending for review"
|
350 |
msgstr "Wachtend op beoordeling"
|
351 |
|
352 |
+
#: classes/Helper/Post.php:133
|
353 |
msgid "Draft"
|
354 |
msgstr "Concept"
|
355 |
|
356 |
+
#: classes/Helper/Post.php:130
|
357 |
msgid "Published"
|
358 |
msgstr "Gepubliceerd"
|
359 |
|
360 |
+
#: classes/Helper/Post.php:127
|
361 |
msgid "Private"
|
362 |
msgstr "Privé"
|
363 |
|
370 |
msgid "Use an icon?"
|
371 |
msgstr "Icoon gebruiken?"
|
372 |
|
373 |
+
#: classes/Helper/Strings.php:115
|
374 |
msgid "…"
|
375 |
msgstr "…"
|
376 |
|
386 |
msgid "User Nicename"
|
387 |
msgstr "Gebruiker schermnaam"
|
388 |
|
389 |
+
#: classes/Admin/Page/Columns.php:586
|
390 |
msgid "Send me the discount"
|
391 |
msgstr "Stuur mij de korting"
|
392 |
|
393 |
+
#: classes/Admin/Page/Columns.php:551
|
394 |
msgid "Prices starting from %s"
|
395 |
msgstr "Prijzen vanaf %s"
|
396 |
|
406 |
msgid "View more"
|
407 |
msgstr "Meer tonen"
|
408 |
|
409 |
+
#: classes/AdminColumns.php:130
|
410 |
msgid "Invalid method."
|
411 |
msgstr "Ongeldige methode."
|
412 |
|
413 |
+
#: classes/AdminColumns.php:126
|
414 |
msgid "Invalid column."
|
415 |
msgstr "Ongeldige kolom."
|
416 |
|
417 |
+
#: classes/AdminColumns.php:120
|
418 |
msgid "Invalid list screen."
|
419 |
msgstr "Ongeldige lijst-weergave."
|
420 |
|
421 |
+
#: classes/AdminColumns.php:114
|
422 |
msgid "Invalid item ID."
|
423 |
msgstr "Ongeldig item-ID."
|
424 |
|
501 |
msgid "Width in pixels"
|
502 |
msgstr "Breedte in pixels"
|
503 |
|
504 |
+
#: classes/Settings/Column/Date.php:79
|
505 |
msgid "in %s"
|
506 |
msgstr "in %s"
|
507 |
|
508 |
+
#: classes/Settings/Column/Date.php:76
|
509 |
msgid "%s ago"
|
510 |
msgstr "%s geleden"
|
511 |
|
545 |
msgid "Time Difference"
|
546 |
msgstr "Tijdsverschil"
|
547 |
|
548 |
+
#: classes/Settings/Column/CustomFieldType.php:153
|
549 |
msgid "Multiple"
|
550 |
msgstr "Meerdere"
|
551 |
|
552 |
+
#: classes/Settings/Column/CustomFieldType.php:152
|
553 |
msgid "Choice"
|
554 |
msgstr "Keuze"
|
555 |
|
556 |
+
#: classes/Settings/Column/CustomFieldType.php:151
|
557 |
msgid "Relational"
|
558 |
msgstr "Relationeel"
|
559 |
|
560 |
+
#: classes/Settings/Column/CustomFieldType.php:150
|
561 |
msgid "Basic"
|
562 |
msgstr "Basis"
|
563 |
|
564 |
+
#: classes/Settings/Column/CustomFieldType.php:119
|
565 |
msgid "Number of Fields"
|
566 |
msgstr "Aantal velden"
|
567 |
|
568 |
#: classes/Admin/Help/CustomField.php:66
|
569 |
+
#: classes/Settings/Column/CustomFieldType.php:111
|
570 |
msgid "True / False"
|
571 |
msgstr "True / false"
|
572 |
|
573 |
#: classes/Admin/Help/CustomField.php:42
|
574 |
+
#: classes/Settings/Column/CustomFieldType.php:110
|
575 |
msgid "Has Content"
|
576 |
msgstr "Heeft inhoud"
|
577 |
|
578 |
#: classes/Admin/Help/CustomField.php:58
|
579 |
+
#: classes/Settings/Column/CustomFieldType.php:107
|
580 |
msgid "Number"
|
581 |
msgstr "Nummer"
|
582 |
|
611 |
msgid "This text will appear after the column value."
|
612 |
msgstr "Deze tekst zal na de kolomwaarde verschijnen."
|
613 |
|
614 |
+
#: classes/Helper/Strings.php:303
|
615 |
msgid " or "
|
616 |
msgstr " of "
|
617 |
|
618 |
+
#: classes/Helper/Html.php:407
|
619 |
msgid "Hide"
|
620 |
msgstr "Verbergen"
|
621 |
|
622 |
+
#: classes/Helper/Html.php:403
|
623 |
msgid "Show %s more"
|
624 |
msgstr "%s meer tonen"
|
625 |
|
635 |
msgid "Shortlink"
|
636 |
msgstr "Shortlink"
|
637 |
|
638 |
+
#: classes/Settings/Column/CustomFieldType.php:280
|
639 |
msgid ", "
|
640 |
msgstr ", "
|
641 |
|
647 |
msgid "Full Path"
|
648 |
msgstr "Volledig pad"
|
649 |
|
650 |
+
#: classes/Admin/Promo.php:134
|
651 |
msgid "Discount is valid until %s"
|
652 |
msgstr "Korting is geldig tot %s"
|
653 |
|
717 |
msgid "Help"
|
718 |
msgstr "Hulp"
|
719 |
|
720 |
+
#: classes/Admin/Page/Columns.php:853 classes/Admin/Page/Columns.php:888
|
721 |
msgid "Close"
|
722 |
msgstr "Sluiten"
|
723 |
|
724 |
+
#: classes/Admin/Page/Columns.php:732
|
725 |
msgid "Clear all columns "
|
726 |
msgstr "Alle kolommen legen "
|
727 |
|
728 |
+
#: classes/Admin/Page/Columns.php:643
|
729 |
msgid "I'm using Admin Columns for WordPress!"
|
730 |
msgstr "Ik gebruik Admin Columns voor WordPress."
|
731 |
|
732 |
+
#: classes/Admin/Page/Columns.php:585
|
733 |
msgid "Your First Name"
|
734 |
msgstr "Je voornaam"
|
735 |
|
736 |
+
#: classes/Admin/Page/Columns.php:584
|
737 |
msgid "Your Email"
|
738 |
msgstr "Je e-mailadres"
|
739 |
|
740 |
+
#: classes/Admin/Page/Columns.php:577
|
741 |
msgid "Submit your email and we'll send you a discount for %s off."
|
742 |
msgstr "Stuur je e-mail en wij sturen je een code voor %s korting."
|
743 |
|
744 |
+
#: classes/Admin/Page/Columns.php:573 classes/Admin/Promo.php:131
|
745 |
msgid "Get %s Off!"
|
746 |
msgstr "Krijg %s korting."
|
747 |
|
748 |
+
#: classes/Admin/Page/Columns.php:540
|
749 |
msgid "Extra Columns for:"
|
750 |
msgstr "Extra kolommen voor:"
|
751 |
|
752 |
+
#: classes/Admin/Page/Columns.php:526
|
753 |
msgid "Edit your column content directly"
|
754 |
msgstr "Bewerk je kolom-inhoud rechtstreeks."
|
755 |
|
756 |
+
#: classes/Admin/Page/Columns.php:514
|
757 |
msgid "Pro"
|
758 |
msgstr "Pro"
|
759 |
|
760 |
+
#: classes/Admin/Page/Columns.php:295
|
761 |
msgid "You need at least one column"
|
762 |
msgstr "Je hebt minstens één kolom nodig"
|
763 |
|
764 |
+
#: classes/Admin/Page/Addons.php:241
|
765 |
msgid "Available"
|
766 |
msgstr "Beschikbaar"
|
767 |
|
768 |
+
#: classes/Admin/Page/Addons.php:240
|
769 |
msgid "Recommended"
|
770 |
msgstr "Aangeraden"
|
771 |
|
772 |
+
#: classes/Admin/Page/Addons.php:104
|
773 |
msgid "%s could not be activated."
|
774 |
msgstr "%s kan niet worden geactiveerd."
|
775 |
|
776 |
+
#: classes/Admin/Page/Addons.php:101
|
777 |
msgid "%s successfully activated."
|
778 |
msgstr "%s succesvol geactiveerd."
|
779 |
|
783 |
msgstr[0] "%s add-on vereist %s."
|
784 |
msgstr[1] "%s add-ons vereisen %s."
|
785 |
|
786 |
+
#: classes/Admin/Page/Addons.php:129
|
787 |
msgid "%s is installed, but not active."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: classes/Admin/Page/Addons.php:123
|
791 |
msgid "%s needs to be installed for the add-on to work."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: classes/Admin/Addon.php:279
|
795 |
msgid "Display and edit %s fields in the posts overview in seconds!"
|
796 |
msgstr "Toon en bewerk %s-velden in het berichtenoverzicht in enkele seconden."
|
797 |
|
807 |
msgid "Imported"
|
808 |
msgstr "Geïmporteerd"
|
809 |
|
810 |
+
#: classes/Admin/Page/Columns.php:556
|
811 |
msgid "Learn more about Pro"
|
812 |
msgstr "Meer weten over Pro"
|
813 |
|
814 |
+
#: classes/Admin/Page/Columns.php:528
|
815 |
msgid "Import & Export settings"
|
816 |
msgstr "Import & Expor-instellingen"
|
817 |
|
818 |
+
#: classes/Admin/Page/Columns.php:527
|
819 |
msgid "Create multiple columns sets"
|
820 |
msgstr "Maak meerdere kolommenverzamelingen."
|
821 |
|
822 |
+
#: classes/Admin/Page/Columns.php:525
|
823 |
msgid "Add filterable columns"
|
824 |
msgstr "Voeg filterbare kolom toe"
|
825 |
|
826 |
+
#: classes/Admin/Page/Columns.php:524
|
827 |
msgid "Add sortable columns"
|
828 |
msgstr "Voeg sorteerbare kolom toe"
|
829 |
|
830 |
+
#: classes/Admin/Page/Columns.php:519
|
831 |
msgid "Take Admin Columns to the next level:"
|
832 |
msgstr "Breng Admin Columns naar een hoger niveau:"
|
833 |
|
834 |
+
#: classes/Admin/Page/Columns.php:514
|
835 |
msgid "Upgrade to"
|
836 |
msgstr "Upgraden naar"
|
837 |
|
838 |
+
#: classes/Admin/Page/Columns.php:426
|
839 |
msgid "The columns for %s are set up via PHP and can therefore not be edited."
|
840 |
msgstr "De kolommen voor %s zijn via PHP ingesteld, en kunnen daarom niet aangepast worden."
|
841 |
|
842 |
+
#: classes/Admin/Page/Columns.php:216
|
843 |
msgid "Please visit the %s screen once to load all available columns"
|
844 |
msgstr "Bezoek eenmalig het %s-scherm om alle beschikbare kolommen te laden"
|
845 |
|
846 |
+
#: classes/Admin/Page/Columns.php:495
|
847 |
msgid "Restore columns"
|
848 |
msgstr "Herstel originele kolommen"
|
849 |
|
851 |
msgid "Settings for %s restored successfully."
|
852 |
msgstr "Kolom-instellingen voor %s succesvol hersteld in originele staat."
|
853 |
|
854 |
+
#: classes/Admin/Page/Columns.php:302
|
855 |
msgid "View %s screen"
|
856 |
msgstr "Bekijk %s-scherm"
|
857 |
|
867 |
msgid "Link Label"
|
868 |
msgstr "Link label"
|
869 |
|
870 |
+
#: classes/Admin/Page/Addons.php:165
|
871 |
msgid "You need Admin Columns Pro."
|
872 |
msgstr "Hiervoor heeft u Admin Columns Pro nodig."
|
873 |
|
874 |
+
#: classes/Admin/Page/Addons.php:163
|
875 |
msgid "Addon does not exist."
|
876 |
msgstr "Add-on bestaat niet."
|
877 |
|
878 |
+
#: classes/Check/AddonAvailable.php:85
|
879 |
msgid "the addons page"
|
880 |
msgs
|