Plugin Directory

Changeset 3331413


Ignore:
Timestamp:
07/21/2025 11:27:57 AM (8 months ago)
Author:
plugins360
Message:

Commit Version 4.5.1

Location:
all-in-one-video-gallery/trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-video-gallery/trunk/README.txt

    r3328143 r3331413  
    77Tested up to: 6.8
    88Requires PHP: 5.6.20
    9 Stable tag: 4.4.0
     9Stable tag: 4.5.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    153153== Changelog ==
    154154
     155= 4.5.1 =
     156
     157* Security Hardening: Removed "unfiltered_html" capability from Editor role to reduce potential risk e.g. Stored XSS in certain configurations. Thanks to Mohamad Nour Almujarkesh for reporting.
     158* Tweak: The previous version forced a short number format, which isn't supported in regions like Europe. This update adds an option to choose the number format, with the full format now set as the default.
     159* Fix: Various minor bug fixes and performance improvements.
     160
    155161= 4.4.0 =
    156162
    157 Security Fix: Addressed multiple security issues to enhance overall plugin security.
    158 New: Added an option to display the comments count in the grid view, with a link to the comment form in the player view.
    159 New: Introduced a setting to configure a custom videos archive page for better SEO.
    160 New: Added a reset button to allow users to clear filters easily.
    161 New: Introduced a developer filter hook "the_aiovg_socialshare_buttons" to customize the social sharing buttons output.
    162 Tweak: Restricted back-end access for the Editor role due to the "unfiltered_html" capability.
    163 Tweak: Improved the HTML output for video thumbnails.
    164 Tweak: Added a custom theme option for the Vidstack player.
    165 Tweak: Enhanced the front-end playlist layout for better usability.
    166 Tweak: Updated the Freemius SDK to version 2.12.1.
    167 Fix: Resolved an issue where Vimeo tags were not imported when using Video Automations to import from Vimeo folders.
    168 Fix: Fixed compatibility issues with the Oxygen page builder.
    169 Fix: Various minor bug fixes and performance improvements.
     163* New: Added an option to display the comments count in the grid view, with a link to the comment form in the player view.
     164* New: Introduced a setting to configure a custom videos archive page for better SEO.
     165* New: Added a reset button to allow users to clear filters easily.
     166* New: Introduced a developer filter hook "the_aiovg_socialshare_buttons" to customize the social sharing buttons output.
     167* Tweak: Restricted back-end access for the Editor role due to the "unfiltered_html" capability.
     168* Tweak: Improved the HTML output for video thumbnails.
     169* Tweak: Added a custom theme option for the Vidstack player.
     170* Tweak: Enhanced the front-end playlist layout for better usability.
     171* Tweak: Updated the Freemius SDK to version 2.12.1.
     172* Fix: Resolved an issue where Vimeo tags were not imported when using Video Automations to import from Vimeo folders.
     173* Fix: Fixed compatibility issues with the Oxygen page builder.
     174* Fix: Various minor bug fixes and performance improvements.
    170175
    171176= 4.3.6 =
     
    545550== Upgrade Notice ==
    546551
    547 = 4.4.0 =
    548 
    549 Introduces several bug fixes & enhancements. [See changelog](https://wordpress.org/plugins/all-in-one-video-gallery/#developers)
     552= 4.5.1 =
     553
     554Introduces several new features, bug fixes & enhancements. [See changelog](https://wordpress.org/plugins/all-in-one-video-gallery/#developers)
  • all-in-one-video-gallery/trunk/admin/admin.php

    r3289945 r3331413  
    276276            // Delete the unwanted plugin options
    277277            delete_option( 'aiovg_image_settings' );
     278
     279            // Remove the unfiltered_html capability from editors
     280            aiovg_remove_unfiltered_html_capability_from_editors();
    278281        }
    279282    }       
  • all-in-one-video-gallery/trunk/admin/assets/css/admin.css

    r3328143 r3331413  
    339339    pointer-events: none;
    340340    border-bottom: 1px solid #dcdcde;
    341     background: #f6f7f7;
     341    background: #fdfdfd;
    342342}
    343343
    344344.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header:hover {
    345     background: #f6f7f7;
     345    background: #fdfdfd;
    346346}
    347347
    348348.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header.aiovg-open {
    349349    border-bottom: 1px solid #dcdcde;
    350     background: #f6f7f7;
     350    background: #fdfdfd;
    351351}
    352352
     
    470470}
    471471
     472.aiovg .aiovg-input-wrap {
     473    display: flex;
     474    flex-direction: column;
     475    gap: 0.5em;
     476    width: 100%;
     477}
     478
    472479@media screen and (min-width: 783px) {
     480    .aiovg-form-horizontal .aiovg-form-control {
     481        flex-direction: row;
     482        align-items: flex-start;
     483    }
     484
     485    .aiovg-form-horizontal .aiovg-form-label {
     486        flex-shrink: 0;
     487        width: 180px;
     488    }
     489
    473490    .aiovg .aiovg-form-grid {
    474491        grid-template-columns: repeat( 2, 1fr );
     
    883900}
    884901
    885 #aiovg-tab-content-general .aiovg-quality-selector label {
     902#aiovg-field-mp4 .aiovg-quality-selector label {
    886903    font-size: 90%;
    887904}
  • all-in-one-video-gallery/trunk/admin/assets/css/admin.min.css

    r3328143 r3331413  
    1 #aiovg-shortcode-selector,.aiovg .aiovg-shadow{box-shadow:0 1px 3px 0 rgb(0 0 0 / .1),0 1px 2px -1px rgb(0 0 0 / .1)}#aiovg-restrictions-settings tr.restricted_roles fieldset,.aiovg .aiovg-checklist{box-sizing:border-box;min-height:30px;max-height:100px;overflow-y:auto;width:100%}.aiovg [hidden],.aiovg-is-bunny-stream #aiovg-add-new-source,.aiovg-is-bunny-stream .aiovg-sources .aiovg-quality-selector,.aiovg-is-bunny-stream .aiovg-sources .aiovg-source:not(:first-child){display:none!important}.aiovg .widefat{max-width:100%}.aiovg .spinner{float:none;visibility:visible;margin:0}#aiovg-bunny-stream-settings.aiovg-token-authentication-disabled tr.token_authentication_key,#aiovg-bunny-stream-settings.aiovg-token-authentication-disabled tr.token_expiry,#aiovg-categories-settings.aiovg-template-dropdown tr.columns,#aiovg-categories-settings.aiovg-template-dropdown tr.limit,#aiovg-categories-settings.aiovg-template-dropdown tr.show_description,#aiovg-categories-settings.aiovg-template-grid tr.hierarchical,#aiovg-categories-settings.aiovg-template-list tr.columns,#aiovg-categories-settings.aiovg-template-list tr.limit,#aiovg-categories-settings.aiovg-template-list tr.show_description,#aiovg-field-mp4:not(.aiovg-is-bunny-stream) .aiovg-upload-status,#aiovg-player-settings.aiovg-player-videojs tr.theme_color,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-columns,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-limit,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-show_description,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-show_pagination,#aiovg-shortcode-form-categories.aiovg-template-grid .aiovg-shortcode-control-hierarchical,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-columns,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-limit,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-show_description,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-show_pagination,.aiovg .aiovg-shortcode-control-chapters,.aiovg .aiovg-shortcode-control-dailymotion,.aiovg .aiovg-shortcode-control-dash,.aiovg .aiovg-shortcode-control-excerpt_length,.aiovg .aiovg-shortcode-control-exclude,.aiovg .aiovg-shortcode-control-facebook,.aiovg .aiovg-shortcode-control-hls,.aiovg .aiovg-shortcode-control-id,.aiovg .aiovg-shortcode-control-include,.aiovg .aiovg-shortcode-control-more_label,.aiovg .aiovg-shortcode-control-more_link,.aiovg .aiovg-shortcode-control-mp4,.aiovg .aiovg-shortcode-control-ratio,.aiovg .aiovg-shortcode-control-rumble,.aiovg .aiovg-shortcode-control-show_more,.aiovg .aiovg-shortcode-control-title,.aiovg .aiovg-shortcode-control-title_length,.aiovg .aiovg-shortcode-control-tracks,.aiovg .aiovg-shortcode-control-vimeo,.aiovg .aiovg-shortcode-control-youtube,.aiovg .aiovg-toggle-fields,.aiovg-active .aiovg-shortcode-section-header .dashicons-plus,.aiovg-block-panel .aiovg-block-multiselect .components-input-control__suffix,.aiovg-block-panel .aiovg-block-multiselect:empty,.aiovg-is-bunny-stream .aiovg-upload-status:empty,.aiovg-shortcode-section-header .dashicons-minus,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-columns,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-limit,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-more_label,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-more_link,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-show_description,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-show_more,.aiovg-widget-form-categories.aiovg-template-grid .aiovg-widget-field-hierarchical,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-columns,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-limit,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-more_label,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-more_link,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-show_description,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-show_more,.aiovg-widget-form-videos .aiovg-widget-field-excerpt_length,.aiovg-widget-form-videos .aiovg-widget-field-exclude,.aiovg-widget-form-videos .aiovg-widget-field-include,.aiovg-widget-form-videos .aiovg-widget-field-ratio,.aiovg-widget-form-videos .aiovg-widget-field-show_count,.aiovg-widget-form-videos .aiovg-widget-field-show_pagination,.aiovg-widget-form-videos .aiovg-widget-field-title_length,.wp-block-aiovg-categories .components-placeholder,.wp-block-aiovg-search .components-placeholder,.wp-block-aiovg-videos .components-placeholder{display:none}.aiovg-player{display:block;position:relative;padding-bottom:56.25%;width:100%;height:0;overflow:hidden}.aiovg-player iframe{position:absolute;inset:0;margin:0;padding:0;width:100%;height:100%}.aiovg .aiovg-media-uploader button,.aiovg .aiovg-no-margin,.aiovg .aiovg-repeatable-fields button,.aiovg-block-panel .components-panel__row .aiovg-no-margin,.aiovg-metabox-ui .description{margin:0}.aiovg-block-panel .components-panel__row .components-base-control{width:100%}.aiovg-block-panel .components-panel__row .components-range-control__wrapper{flex:1 1 100%}.aiovg-block-panel .components-panel__row .block-editor-panel-color-gradient-settings{padding-left:0;padding-right:0;width:100%}.aiovg-block-panel .aiovg-block-multiselect select.components-select-control__input{padding-right:8px;height:75px;overflow-y:auto}.wp-block-aiovg-categories .components-spinner,.wp-block-aiovg-search .components-spinner,.wp-block-aiovg-video .components-spinner,.wp-block-aiovg-videos .components-spinner{display:flex;align-items:center;width:100%}.aiovg .aiovg-block,.aiovg .aiovg-table th label,.aiovg-metabox-ui .aiovg-accordion[data-collapsible=false] .aiovg-accordion-body{display:block}#aiovg-shortcode-form-categories .aiovg-shortcode-control-id,#aiovg-shortcode-form-video .aiovg-shortcode-control-ratio,#aiovg-shortcode-form-video.aiovg-type-adaptive .aiovg-shortcode-control-dash,#aiovg-shortcode-form-video.aiovg-type-adaptive .aiovg-shortcode-control-hls,#aiovg-shortcode-form-video.aiovg-type-dailymotion .aiovg-shortcode-control-dailymotion,#aiovg-shortcode-form-video.aiovg-type-default .aiovg-shortcode-control-mp4,#aiovg-shortcode-form-video.aiovg-type-facebook .aiovg-shortcode-control-facebook,#aiovg-shortcode-form-video.aiovg-type-rumble .aiovg-shortcode-control-rumble,#aiovg-shortcode-form-video.aiovg-type-vimeo .aiovg-shortcode-control-vimeo,#aiovg-shortcode-form-video.aiovg-type-youtube .aiovg-shortcode-control-youtube,.aiovg .aiovg-flex{display:flex}.aiovg .aiovg-flex-col{flex-direction:column}.aiovg .aiovg-flex-grow-1{flex-grow:1}.aiovg .aiovg-flex-shrink-0{flex-shrink:0}.aiovg .aiovg-flex-wrap{flex-wrap:wrap}.aiovg .aiovg-gap-1{gap:.25em}.aiovg .aiovg-gap-2{gap:.5em}.aiovg .aiovg-gap-3{gap:.75em}.aiovg .aiovg-gap-4{gap:1em}.aiovg .aiovg-gap-6{gap:1.5em}.aiovg .aiovg-items-center{align-items:center}.aiovg .aiovg-pull-left{float:left}.aiovg .aiovg-pull-right{float:right}.aiovg .aiovg-clearfix{display:block;clear:both;content:""}.aiovg .aiovg-margin{margin:1em}.aiovg .aiovg-margin-top{margin-top:1em}.aiovg .aiovg-margin-right{margin-right:1em}.aiovg .aiovg-margin-bottom{margin-bottom:1em}.aiovg .aiovg-margin-left{margin-left:1em}.aiovg .aiovg-no-padding{padding:0}.aiovg .aiovg-padding{padding:1em}.aiovg .aiovg-padding-top{padding-top:1em}.aiovg .aiovg-padding-right{padding-right:1em}.aiovg .aiovg-padding-bottom{padding-bottom:1em}.aiovg .aiovg-padding-left{padding-left:1em}.aiovg .aiovg-no-border{border:none}.aiovg .aiovg-text-left{text-align:left}.aiovg .aiovg-text-right{text-align:right}.aiovg .aiovg-text-center{text-align:center}.aiovg .aiovg-text-muted{color:#757575}.aiovg .aiovg-text-success,.aiovg-widget-form-video .aiovg-autocomplete-result .dashicons-yes-alt{color:green}.aiovg .aiovg-text-error{color:#b31105}#aiovg-tab-content-general .aiovg-quality-selector label,.aiovg .aiovg-text-small{font-size:90%}.aiovg .aiovg-font-bold,.aiovg-widget-form .aiovg-widget-label{font-weight:500!important}@keyframes aiovg-dots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}100%,90%{content:""}}.aiovg .aiovg-animate-dots:before{display:inline-block;animation:2s linear infinite aiovg-dots;width:1.2em;content:""}@keyframes aiovg-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.aiovg .aiovg-animate-rotate,.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons{animation:1s linear infinite aiovg-rotate}.aiovg-metabox-ui .aiovg-tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid #dcdcde;background:#f6f7f7}.aiovg-metabox-ui .aiovg-tab{display:flex;align-items:center;gap:.5em;transition:.2s;border:none;border-bottom:3px solid transparent;background:0 0;cursor:pointer;padding:1em 1.5em;color:#5a6065;font-weight:500}.aiovg-metabox-ui .aiovg-tab.aiovg-active{border-color:#2271b1;color:#2271b1}.aiovg-metabox-ui .aiovg-accordion{border-top:1px solid #dcdcde}.aiovg-metabox-ui .aiovg-accordion:first-child{border-top:none}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header{display:flex;align-items:center;gap:.5em;outline:0;border:none;background:0 0;cursor:pointer;padding:1em;width:100%;color:#2271b1;font-size:1.1em;font-weight:500}.aiovg-metabox-ui .aiovg-accordion[data-collapsible=false] .aiovg-accordion-header{pointer-events:none;border-bottom:1px solid #dcdcde;background:#f6f7f7}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header:hover{background:#f6f7f7}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header.aiovg-open{border-bottom:1px solid #dcdcde;background:#f6f7f7}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header .dashicons{display:flex;align-items:center;justify-content:center;transition:transform .2s;margin-left:auto;font-size:1.2em}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header.aiovg-open .dashicons{transform:rotate(360deg)}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-body{display:none;background:#fff;padding:1.5em 1em}@media screen and (max-width:599px){.aiovg-metabox-ui .aiovg-tabs{justify-content:space-evenly}}.aiovg details.aiovg-accordion{transition:background-color .3s;margin-bottom:8px;border:1px solid #ddd;border-radius:4px;background-color:#f9f9f9;cursor:pointer}.aiovg details.aiovg-accordion:hover{background-color:#f1f1f1}.aiovg details.aiovg-accordion[open]{border-color:#bbb;background-color:#fff}.aiovg details.aiovg-accordion>summary{outline:0;cursor:pointer;padding:12px 15px;color:#333;font-weight:600}.aiovg details.aiovg-accordion>div,.aiovg details.aiovg-accordion>ol{margin:0;padding:12px 15px;line-height:1.6;font-size:14px;color:#555}.aiovg details.aiovg-accordion>ol{list-style-position:inside}.aiovg .aiovg-notice{border-radius:2px;padding:1em}.aiovg .aiovg-notice-info{border:1px solid #bfdbfe;background-color:#dbeafe;color:#1f2937}.aiovg .aiovg-notice-success{border:1px solid #a3cfbb;background-color:#d1e7dd;color:#0a3622}.aiovg .aiovg-notice-error{border:1px solid #f1aeb5;background-color:#f8d7da;color:#58151c}#aiovg-tab-content-general .aiovg-accordion:first-child .aiovg-accordion-body,.aiovg .aiovg-checklist{background-color:#fdfdfd}.aiovg .aiovg-form-controls{display:flex;flex-direction:column;gap:1.5em}.aiovg .aiovg-form-control{display:flex;flex-direction:column;gap:.5em}#aiovg-dashboard .aiovg-right-col .about-description,.aiovg .aiovg-form-label{font-weight:500}.aiovg .aiovg-form-grid{display:grid;gap:1.5em}.aiovg .aiovg-checklist{margin:0;border:1px solid #8c8f94;border-radius:3px;padding:0 .5em}#aiovg-video-metabox .inside,.aiovg .aiovg-checklist li,.aiovg .aiovg-checklist ul{margin:0;padding:0}.aiovg .aiovg-checklist ul.children{margin-left:1.25em}.aiovg .aiovg-checklist li::marker{content:""}.aiovg .aiovg-checklist label{display:block;margin:.5em 0;padding:0;line-height:normal}.aiovg .aiovg-media-uploader{display:flex;gap:.25em;align-items:center}.aiovg .aiovg-repeatable-table{margin-top:0;border-collapse:separate!important;border-spacing:2px}.aiovg .aiovg-repeatable-table>tbody>tr{background-color:#f6f7f7}.aiovg .aiovg-repeatable-table>tbody>tr:nth-child(2n){background:#fdfdfd}.aiovg .aiovg-repeatable-fields{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.5em}.aiovg .aiovg-repeatable-fields label{display:flex;flex-direction:column;flex-grow:1;gap:.25em;padding:0;font-size:90%}.aiovg .aiovg-sort-handle{cursor:move;text-align:center;color:#2271b1}@media screen and (max-width:782px){.aiovg .aiovg-checklist label{margin:.5em 0}.aiovg .aiovg-repeatable-fields{padding:1em}.aiovg .aiovg-sort-handle .dashicons::before{content:"\f11c"}}.aiovg-modal{position:relative;margin:2em auto;border-radius:2px;background-color:#fff;padding:1em;width:auto;max-width:640px}.aiovg-modal .aiovg-notice{margin-top:1.75em;padding:.75em}.mfp-fade.mfp-bg,.mfp-fade.mfp-wrap .mfp-content{-webkit-transition:.15s ease-out;-moz-transition:.15s ease-out;transition:.15s ease-out;opacity:0}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}#aiovg-button-tour .dashicons{width:20px;height:24px;vertical-align:middle}.driver-popover.driverjs-theme *{font-family:inherit}.driver-popover.driverjs-theme .driver-popover-title{color:#135e96;font-weight:500}.driver-popover.driverjs-theme .driver-popover-navigation-btns button{border:1px solid #2271b1;background-color:#f6f7f7;color:#2271b1;text-shadow:none}.driver-popover.driverjs-theme .driver-popover-navigation-btns button:focus,.driver-popover.driverjs-theme .driver-popover-navigation-btns button:hover{border:1px solid #135e96;background-color:#135e96;color:#fff}#aiovg-dashboard .wp-badge{background:url('../images/logo.png') top no-repeat #0073aa}#aiovg-dashboard .button-hero{display:inline-flex;align-items:center;justify-content:center;gap:8px}@media screen and (max-width:500px){#aiovg-dashboard .button-hero{width:100%}}#aiovg-shortcode-builder{display:flex;flex-direction:column;gap:2em}#aiovg-shortcode-selector{display:flex;flex-direction:column;gap:.5em;padding:1em}#aiovg-shortcode-forms{display:grid;gap:2em}.aiovg-shortcode-control,.aiovg-shortcode-form,.aiovg-widget-field{display:flex;flex-direction:column;gap:.25em}.aiovg-shortcode-section-header{border:1px solid #ccc;background-color:#e5e5e5;cursor:pointer;padding:.75em}.aiovg-shortcode-section-header:hover{background-color:#f9f9f9}.aiovg-shortcode-section-header .dashicons-before{color:#0073aa}.aiovg-active .aiovg-shortcode-section-header .dashicons-minus,.aiovg-shortcode-section-header .dashicons-plus{display:inline-block}.aiovg-shortcode-controls{display:flex;flex-direction:column;gap:1em;border:1px solid #ccc;border-top:none;background-color:#fff;padding:1em}@media screen and (max-width:1200px){.post-type-aiovg_videos .wp-list-table td.image,.post-type-aiovg_videos .wp-list-table th.column-image{display:none!important}}#aiovg-tab-content-general .aiovg-accordion[data-collapsible=false] .aiovg-accordion-body .aiovg-form-label{font-size:1.1em}#aiovg-add-new-source{align-self:flex-start}.aiovg-is-bunny-stream .aiovg-uploading{cursor:wait}.aiovg-is-bunny-stream .aiovg-uploading button,.aiovg-is-bunny-stream .aiovg-uploading input[type=text]{pointer-events:none}#aiovg-bunny-stream-upload-button{display:flex;align-items:center;gap:.25em;border:none;background:linear-gradient(171.02deg,#ffaf48 4.38%,#ff7854 111.49%);line-height:1;color:#fff}#aiovg-bunny-stream-upload-button:hover{background:linear-gradient(53.28deg,#ffaf48 35.53%,#ff7854 79.13%)}#aiovg-bunny-stream-upload-button:focus{box-shadow:none}.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons,.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons:before{width:16px;height:16px;font-size:16px}.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons:before{content:"\f531"}#aiovg-video-image-footer{border:1px solid #dcdcde;background-color:#fdfdfd;padding:1em}#aiovg-tracks .aiovg-track-src{flex-basis:240px;flex-grow:3}#aiovg-tracks .aiovg-track-label,#aiovg-tracks .aiovg-track-srclang{flex-basis:80px;flex-grow:1}#aiovg_categoriesdiv .categorydiv div.tabs-panel{max-height:240px}#aiovg-categories-image-wrapper img{max-width:200px}#aiovg-restrictions-settings tr.restricted_roles fieldset{margin:0;border:1px solid #ccc;background-color:#fff;padding:.5em;max-width:500px}#aiovg-restrictions-settings tr.restricted_roles label{line-height:normal}@media screen and (min-width:783px){.aiovg .aiovg-form-grid{grid-template-columns:repeat(2,1fr)}.aiovg .aiovg-table th[scope=row]{max-width:150px;font-size:13px;font-weight:400}.aiovg .aiovg-table th{border:1px solid #dcdcde;background-color:#f6f7f7;padding:1em}#aiovg-shortcode-forms{grid-template-columns:3fr 2fr}#aiovg-settings input[type=number],#aiovg-settings input[type=text],#aiovg-settings select{width:25em}}.aiovg-widget-section-header{margin-top:2em;border-radius:2px;background-color:#0073aa;padding:.75em;color:#fff}.aiovg-widget-section{display:flex;flex-direction:column;gap:1em}.aiovg-widget-form label{line-height:normal!important}.aiovg-widget-form p{margin:0!important}.aiovg-widget-form-video input[type=text].ui-autocomplete-loading{background-position:99% center}
     1#aiovg-shortcode-selector,.aiovg .aiovg-shadow{box-shadow:0 1px 3px 0 rgb(0 0 0 / .1),0 1px 2px -1px rgb(0 0 0 / .1)}.aiovg [hidden],.aiovg-is-bunny-stream #aiovg-add-new-source,.aiovg-is-bunny-stream .aiovg-sources .aiovg-quality-selector,.aiovg-is-bunny-stream .aiovg-sources .aiovg-source:not(:first-child){display:none!important}.aiovg .widefat{max-width:100%}.aiovg .spinner{float:none;visibility:visible;margin:0}#aiovg-bunny-stream-settings.aiovg-token-authentication-disabled tr.token_authentication_key,#aiovg-bunny-stream-settings.aiovg-token-authentication-disabled tr.token_expiry,#aiovg-categories-settings.aiovg-template-dropdown tr.columns,#aiovg-categories-settings.aiovg-template-dropdown tr.limit,#aiovg-categories-settings.aiovg-template-dropdown tr.show_description,#aiovg-categories-settings.aiovg-template-grid tr.hierarchical,#aiovg-categories-settings.aiovg-template-list tr.columns,#aiovg-categories-settings.aiovg-template-list tr.limit,#aiovg-categories-settings.aiovg-template-list tr.show_description,#aiovg-field-mp4:not(.aiovg-is-bunny-stream) .aiovg-upload-status,#aiovg-player-settings.aiovg-player-videojs tr.theme_color,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-columns,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-limit,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-show_description,#aiovg-shortcode-form-categories.aiovg-template-dropdown .aiovg-shortcode-control-show_pagination,#aiovg-shortcode-form-categories.aiovg-template-grid .aiovg-shortcode-control-hierarchical,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-columns,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-limit,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-show_description,#aiovg-shortcode-form-categories.aiovg-template-list .aiovg-shortcode-control-show_pagination,.aiovg .aiovg-shortcode-control-chapters,.aiovg .aiovg-shortcode-control-dailymotion,.aiovg .aiovg-shortcode-control-dash,.aiovg .aiovg-shortcode-control-excerpt_length,.aiovg .aiovg-shortcode-control-exclude,.aiovg .aiovg-shortcode-control-facebook,.aiovg .aiovg-shortcode-control-hls,.aiovg .aiovg-shortcode-control-id,.aiovg .aiovg-shortcode-control-include,.aiovg .aiovg-shortcode-control-more_label,.aiovg .aiovg-shortcode-control-more_link,.aiovg .aiovg-shortcode-control-mp4,.aiovg .aiovg-shortcode-control-ratio,.aiovg .aiovg-shortcode-control-rumble,.aiovg .aiovg-shortcode-control-show_more,.aiovg .aiovg-shortcode-control-title,.aiovg .aiovg-shortcode-control-title_length,.aiovg .aiovg-shortcode-control-tracks,.aiovg .aiovg-shortcode-control-vimeo,.aiovg .aiovg-shortcode-control-youtube,.aiovg .aiovg-toggle-fields,.aiovg-active .aiovg-shortcode-section-header .dashicons-plus,.aiovg-block-panel .aiovg-block-multiselect .components-input-control__suffix,.aiovg-block-panel .aiovg-block-multiselect:empty,.aiovg-is-bunny-stream .aiovg-upload-status:empty,.aiovg-shortcode-section-header .dashicons-minus,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-columns,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-limit,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-more_label,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-more_link,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-show_description,.aiovg-widget-form-categories.aiovg-template-dropdown .aiovg-widget-field-show_more,.aiovg-widget-form-categories.aiovg-template-grid .aiovg-widget-field-hierarchical,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-columns,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-limit,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-more_label,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-more_link,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-show_description,.aiovg-widget-form-categories.aiovg-template-list .aiovg-widget-field-show_more,.aiovg-widget-form-videos .aiovg-widget-field-excerpt_length,.aiovg-widget-form-videos .aiovg-widget-field-exclude,.aiovg-widget-form-videos .aiovg-widget-field-include,.aiovg-widget-form-videos .aiovg-widget-field-ratio,.aiovg-widget-form-videos .aiovg-widget-field-show_count,.aiovg-widget-form-videos .aiovg-widget-field-show_pagination,.aiovg-widget-form-videos .aiovg-widget-field-title_length,.wp-block-aiovg-categories .components-placeholder,.wp-block-aiovg-search .components-placeholder,.wp-block-aiovg-videos .components-placeholder{display:none}.aiovg-player{display:block;position:relative;padding-bottom:56.25%;width:100%;height:0;overflow:hidden}.aiovg-player iframe{position:absolute;inset:0;margin:0;padding:0;width:100%;height:100%}.aiovg .aiovg-media-uploader button,.aiovg .aiovg-no-margin,.aiovg .aiovg-repeatable-fields button,.aiovg-block-panel .components-panel__row .aiovg-no-margin,.aiovg-metabox-ui .description{margin:0}.aiovg-block-panel .components-panel__row .components-base-control{width:100%}.aiovg-block-panel .components-panel__row .components-range-control__wrapper{flex:1 1 100%}.aiovg-block-panel .components-panel__row .block-editor-panel-color-gradient-settings{padding-left:0;padding-right:0;width:100%}.aiovg-block-panel .aiovg-block-multiselect select.components-select-control__input{padding-right:8px;height:75px;overflow-y:auto}.wp-block-aiovg-categories .components-spinner,.wp-block-aiovg-search .components-spinner,.wp-block-aiovg-video .components-spinner,.wp-block-aiovg-videos .components-spinner{display:flex;align-items:center;width:100%}.aiovg .aiovg-block,.aiovg .aiovg-table th label,.aiovg-metabox-ui .aiovg-accordion[data-collapsible=false] .aiovg-accordion-body{display:block}#aiovg-shortcode-form-categories .aiovg-shortcode-control-id,#aiovg-shortcode-form-video .aiovg-shortcode-control-ratio,#aiovg-shortcode-form-video.aiovg-type-adaptive .aiovg-shortcode-control-dash,#aiovg-shortcode-form-video.aiovg-type-adaptive .aiovg-shortcode-control-hls,#aiovg-shortcode-form-video.aiovg-type-dailymotion .aiovg-shortcode-control-dailymotion,#aiovg-shortcode-form-video.aiovg-type-default .aiovg-shortcode-control-mp4,#aiovg-shortcode-form-video.aiovg-type-facebook .aiovg-shortcode-control-facebook,#aiovg-shortcode-form-video.aiovg-type-rumble .aiovg-shortcode-control-rumble,#aiovg-shortcode-form-video.aiovg-type-vimeo .aiovg-shortcode-control-vimeo,#aiovg-shortcode-form-video.aiovg-type-youtube .aiovg-shortcode-control-youtube,.aiovg .aiovg-flex{display:flex}.aiovg .aiovg-flex-col{flex-direction:column}.aiovg .aiovg-flex-grow-1{flex-grow:1}.aiovg .aiovg-flex-shrink-0{flex-shrink:0}.aiovg .aiovg-flex-wrap{flex-wrap:wrap}.aiovg .aiovg-gap-1{gap:.25em}.aiovg .aiovg-gap-2{gap:.5em}.aiovg .aiovg-gap-3{gap:.75em}.aiovg .aiovg-gap-4{gap:1em}.aiovg .aiovg-gap-6{gap:1.5em}.aiovg .aiovg-items-center{align-items:center}.aiovg .aiovg-pull-left{float:left}.aiovg .aiovg-pull-right{float:right}.aiovg .aiovg-clearfix{display:block;clear:both;content:""}.aiovg .aiovg-margin{margin:1em}.aiovg .aiovg-margin-top{margin-top:1em}.aiovg .aiovg-margin-right{margin-right:1em}.aiovg .aiovg-margin-bottom{margin-bottom:1em}.aiovg .aiovg-margin-left{margin-left:1em}.aiovg .aiovg-no-padding{padding:0}.aiovg .aiovg-padding{padding:1em}.aiovg .aiovg-padding-top{padding-top:1em}.aiovg .aiovg-padding-right{padding-right:1em}.aiovg .aiovg-padding-bottom{padding-bottom:1em}.aiovg .aiovg-padding-left{padding-left:1em}.aiovg .aiovg-no-border{border:none}.aiovg .aiovg-text-left{text-align:left}.aiovg .aiovg-text-right{text-align:right}.aiovg .aiovg-text-center{text-align:center}.aiovg .aiovg-text-muted{color:#757575}.aiovg .aiovg-text-success,.aiovg-widget-form-video .aiovg-autocomplete-result .dashicons-yes-alt{color:green}.aiovg .aiovg-text-error{color:#b31105}#aiovg-field-mp4 .aiovg-quality-selector label,.aiovg .aiovg-text-small{font-size:90%}.aiovg .aiovg-font-bold,.aiovg-widget-form .aiovg-widget-label{font-weight:500!important}@keyframes aiovg-dots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}100%,90%{content:""}}.aiovg .aiovg-animate-dots:before{display:inline-block;animation:2s linear infinite aiovg-dots;width:1.2em;content:""}@keyframes aiovg-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.aiovg .aiovg-animate-rotate,.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons{animation:1s linear infinite aiovg-rotate}.aiovg-metabox-ui .aiovg-tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid #dcdcde;background:#f6f7f7}.aiovg-metabox-ui .aiovg-tab{display:flex;align-items:center;gap:.5em;transition:.2s;border:none;border-bottom:3px solid transparent;background:0 0;cursor:pointer;padding:1em 1.5em;color:#5a6065;font-weight:500}.aiovg-metabox-ui .aiovg-tab.aiovg-active{border-color:#2271b1;color:#2271b1}.aiovg-metabox-ui .aiovg-accordion{border-top:1px solid #dcdcde}.aiovg-metabox-ui .aiovg-accordion:first-child{border-top:none}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header{display:flex;align-items:center;gap:.5em;outline:0;border:none;background:0 0;cursor:pointer;padding:1em;width:100%;color:#2271b1;font-size:1.1em;font-weight:500}.aiovg-metabox-ui .aiovg-accordion[data-collapsible=false] .aiovg-accordion-header{pointer-events:none;border-bottom:1px solid #dcdcde;background:#fdfdfd}.aiovg .aiovg-repeatable-table>tbody>tr:nth-child(2n),.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header:hover{background:#fdfdfd}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header.aiovg-open{border-bottom:1px solid #dcdcde;background:#fdfdfd}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header .dashicons{display:flex;align-items:center;justify-content:center;transition:transform .2s;margin-left:auto;font-size:1.2em}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header.aiovg-open .dashicons{transform:rotate(360deg)}.aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-body{display:none;background:#fff;padding:1.5em 1em}@media screen and (max-width:599px){.aiovg-metabox-ui .aiovg-tabs{justify-content:space-evenly}}.aiovg details.aiovg-accordion{transition:background-color .3s;margin-bottom:8px;border:1px solid #ddd;border-radius:4px;background-color:#f9f9f9;cursor:pointer}.aiovg details.aiovg-accordion:hover{background-color:#f1f1f1}.aiovg details.aiovg-accordion[open]{border-color:#bbb;background-color:#fff}.aiovg details.aiovg-accordion>summary{outline:0;cursor:pointer;padding:12px 15px;color:#333;font-weight:600}.aiovg details.aiovg-accordion>div,.aiovg details.aiovg-accordion>ol{margin:0;padding:12px 15px;line-height:1.6;font-size:14px;color:#555}.aiovg details.aiovg-accordion>ol{list-style-position:inside}.aiovg .aiovg-notice{border-radius:2px;padding:1em}.aiovg .aiovg-notice-info{border:1px solid #bfdbfe;background-color:#dbeafe;color:#1f2937}.aiovg .aiovg-notice-success{border:1px solid #a3cfbb;background-color:#d1e7dd;color:#0a3622}.aiovg .aiovg-notice-error{border:1px solid #f1aeb5;background-color:#f8d7da;color:#58151c}#aiovg-tab-content-general .aiovg-accordion:first-child .aiovg-accordion-body,.aiovg .aiovg-checklist{background-color:#fdfdfd}.aiovg .aiovg-form-controls{display:flex;flex-direction:column;gap:1.5em}.aiovg .aiovg-form-control{display:flex;flex-direction:column;gap:.5em}#aiovg-dashboard .aiovg-right-col .about-description,.aiovg .aiovg-form-label{font-weight:500}.aiovg .aiovg-form-grid{display:grid;gap:1.5em}.aiovg .aiovg-input-wrap{display:flex;flex-direction:column;gap:.5em;width:100%}#aiovg-restrictions-settings tr.restricted_roles fieldset,.aiovg .aiovg-checklist{box-sizing:border-box;margin:0;width:100%;min-height:30px;max-height:100px;overflow-y:auto}.aiovg .aiovg-checklist{border:1px solid #8c8f94;border-radius:3px;padding:0 .5em}#aiovg-video-metabox .inside,.aiovg .aiovg-checklist li,.aiovg .aiovg-checklist ul{margin:0;padding:0}.aiovg .aiovg-checklist ul.children{margin-left:1.25em}.aiovg .aiovg-checklist li::marker{content:""}.aiovg .aiovg-checklist label{display:block;margin:.5em 0;padding:0;line-height:normal}.aiovg .aiovg-media-uploader{display:flex;gap:.25em;align-items:center}.aiovg .aiovg-repeatable-table{margin-top:0;border-collapse:separate!important;border-spacing:2px}.aiovg .aiovg-repeatable-table>tbody>tr{background-color:#f6f7f7}.aiovg .aiovg-repeatable-fields{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.5em}.aiovg .aiovg-repeatable-fields label{display:flex;flex-direction:column;flex-grow:1;gap:.25em;padding:0;font-size:90%}.aiovg .aiovg-sort-handle{cursor:move;text-align:center;color:#2271b1}@media screen and (max-width:782px){.aiovg .aiovg-checklist label{margin:.5em 0}.aiovg .aiovg-repeatable-fields{padding:1em}.aiovg .aiovg-sort-handle .dashicons::before{content:"\f11c"}}.aiovg-modal{position:relative;margin:2em auto;border-radius:2px;background-color:#fff;padding:1em;width:auto;max-width:640px}.aiovg-modal .aiovg-notice{margin-top:1.75em;padding:.75em}.mfp-fade.mfp-bg,.mfp-fade.mfp-wrap .mfp-content{-webkit-transition:.15s ease-out;-moz-transition:.15s ease-out;transition:.15s ease-out;opacity:0}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}#aiovg-button-tour .dashicons{width:20px;height:24px;vertical-align:middle}.driver-popover.driverjs-theme *{font-family:inherit}.driver-popover.driverjs-theme .driver-popover-title{color:#135e96;font-weight:500}.driver-popover.driverjs-theme .driver-popover-navigation-btns button{border:1px solid #2271b1;background-color:#f6f7f7;color:#2271b1;text-shadow:none}.driver-popover.driverjs-theme .driver-popover-navigation-btns button:focus,.driver-popover.driverjs-theme .driver-popover-navigation-btns button:hover{border:1px solid #135e96;background-color:#135e96;color:#fff}#aiovg-dashboard .wp-badge{background:url('../images/logo.png') top no-repeat #0073aa}#aiovg-dashboard .button-hero{display:inline-flex;align-items:center;justify-content:center;gap:8px}@media screen and (max-width:500px){#aiovg-dashboard .button-hero{width:100%}}#aiovg-shortcode-builder{display:flex;flex-direction:column;gap:2em}#aiovg-shortcode-selector{display:flex;flex-direction:column;gap:.5em;padding:1em}#aiovg-shortcode-forms{display:grid;gap:2em}.aiovg-shortcode-control,.aiovg-shortcode-form,.aiovg-widget-field{display:flex;flex-direction:column;gap:.25em}.aiovg-shortcode-section-header{border:1px solid #ccc;background-color:#e5e5e5;cursor:pointer;padding:.75em}.aiovg-shortcode-section-header:hover{background-color:#f9f9f9}.aiovg-shortcode-section-header .dashicons-before{color:#0073aa}.aiovg-active .aiovg-shortcode-section-header .dashicons-minus,.aiovg-shortcode-section-header .dashicons-plus{display:inline-block}.aiovg-shortcode-controls{display:flex;flex-direction:column;gap:1em;border:1px solid #ccc;border-top:none;background-color:#fff;padding:1em}@media screen and (max-width:1200px){.post-type-aiovg_videos .wp-list-table td.image,.post-type-aiovg_videos .wp-list-table th.column-image{display:none!important}}#aiovg-tab-content-general .aiovg-accordion[data-collapsible=false] .aiovg-accordion-body .aiovg-form-label{font-size:1.1em}#aiovg-add-new-source{align-self:flex-start}.aiovg-is-bunny-stream .aiovg-uploading{cursor:wait}.aiovg-is-bunny-stream .aiovg-uploading button,.aiovg-is-bunny-stream .aiovg-uploading input[type=text]{pointer-events:none}#aiovg-bunny-stream-upload-button{display:flex;align-items:center;gap:.25em;border:none;background:linear-gradient(171.02deg,#ffaf48 4.38%,#ff7854 111.49%);line-height:1;color:#fff}#aiovg-bunny-stream-upload-button:hover{background:linear-gradient(53.28deg,#ffaf48 35.53%,#ff7854 79.13%)}#aiovg-bunny-stream-upload-button:focus{box-shadow:none}.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons,.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons:before{width:16px;height:16px;font-size:16px}.aiovg-uploading #aiovg-bunny-stream-upload-button .dashicons:before{content:"\f531"}#aiovg-video-image-footer{border:1px solid #dcdcde;background-color:#fdfdfd;padding:1em}#aiovg-tracks .aiovg-track-src{flex-basis:240px;flex-grow:3}#aiovg-tracks .aiovg-track-label,#aiovg-tracks .aiovg-track-srclang{flex-basis:80px;flex-grow:1}#aiovg_categoriesdiv .categorydiv div.tabs-panel{max-height:240px}#aiovg-categories-image-wrapper img{max-width:200px}#aiovg-restrictions-settings tr.restricted_roles fieldset{border:1px solid #ccc;background-color:#fff;padding:.5em;max-width:500px}#aiovg-restrictions-settings tr.restricted_roles label{line-height:normal}@media screen and (min-width:783px){.aiovg-form-horizontal .aiovg-form-control{flex-direction:row;align-items:flex-start}.aiovg-form-horizontal .aiovg-form-label{flex-shrink:0;width:180px}.aiovg .aiovg-form-grid{grid-template-columns:repeat(2,1fr)}.aiovg .aiovg-table th[scope=row]{max-width:150px;font-size:13px;font-weight:400}.aiovg .aiovg-table th{border:1px solid #dcdcde;background-color:#f6f7f7;padding:1em}#aiovg-shortcode-forms{grid-template-columns:3fr 2fr}#aiovg-settings input[type=number],#aiovg-settings input[type=text],#aiovg-settings select{width:25em}}.aiovg-widget-section-header{margin-top:2em;border-radius:2px;background-color:#0073aa;padding:.75em;color:#fff}.aiovg-widget-section{display:flex;flex-direction:column;gap:1em}.aiovg-widget-form label{line-height:normal!important}.aiovg-widget-form p{margin:0!important}.aiovg-widget-form-video input[type=text].ui-autocomplete-loading{background-position:99% center}
  • all-in-one-video-gallery/trunk/admin/partials/video-sources.php

    r3328143 r3331413  
    147147
    148148                <?php if ( count( $sources ) < ( count( $quality_levels ) - 1 ) ) : ?>
    149                     <a href="javascript:;" id="aiovg-add-new-source" class="aiovg-font-bold" data-limit="<?php echo count( $quality_levels ); ?>">
     149                    <a href="javascript:;" id="aiovg-add-new-source" data-limit="<?php echo count( $quality_levels ); ?>">
    150150                        <?php esc_html_e( 'Add More Quality Levels', 'all-in-one-video-gallery' ); ?>
    151151                    </a>
  • all-in-one-video-gallery/trunk/admin/settings.php

    r3328143 r3331413  
    992992                    'placeholder'       => 'F j, Y',
    993993                    'type'              => 'text',
     994                    'sanitize_callback' => 'sanitize_text_field'
     995                ),
     996                array(
     997                    'name'              => 'number_format',
     998                    'label'             => __( 'Number Format', 'all-in-one-video-gallery' ),
     999                    'description'       => __( 'Choose how to display large numbers when displaying views, likes, etc.', 'all-in-one-video-gallery' ),
     1000                    'type'              => 'select',
     1001                    'options'           => array(                       
     1002                        'full'  => __( 'Full Format (e.g., 1,200, 3,400,000)', 'all-in-one-video-gallery' ),
     1003                        'short' => __( 'Short Format (e.g., 1.2K, 3.4M)', 'all-in-one-video-gallery' )
     1004                    ),
     1005                    'default'           => 'full',
    9941006                    'sanitize_callback' => 'sanitize_text_field'
    9951007                ),
  • all-in-one-video-gallery/trunk/all-in-one-video-gallery.php

    r3328143 r3331413  
    1212 * Plugin URI:      https://plugins360.com/all-in-one-video-gallery/
    1313 * Description:     An ultimate video player and video gallery plugin – no coding required. Suitable for YouTubers, Video Bloggers, Course Creators, Podcasters, Sales & Marketing Professionals, and anyone using video on a website.
    14  * Version:         4.4.0
     14 * Version:         4.5.1
    1515 * Author:          Team Plugins360
    1616 * Author URI:      https://plugins360.com
     
    6969// The current version of the plugin
    7070if ( !defined( 'AIOVG_PLUGIN_VERSION' ) ) {
    71     define( 'AIOVG_PLUGIN_VERSION', '4.4.0' );
     71    define( 'AIOVG_PLUGIN_VERSION', '4.5.1' );
    7272}
    7373// The unique identifier of the plugin
  • all-in-one-video-gallery/trunk/includes/activator.php

    r2671931 r3331413  
    4141            $roles = new AIOVG_Roles;
    4242            $roles->add_caps();
    43         }       
     43        }
     44       
     45        // Remove the unfiltered_html capability from editors
     46        aiovg_remove_unfiltered_html_capability_from_editors();
    4447
    4548        // Insert the plugin version
  • all-in-one-video-gallery/trunk/includes/helpers/functions.php

    r3328143 r3331413  
    565565 */
    566566function aiovg_format_count( $number ) {
    567     if ( $number >= 1000000000 ) {
    568         $formatted = sprintf( _x( '%sB', 'billion short form', 'all-in-one-video-gallery' ), round( $number / 1000000000, 1 ) );
    569     } elseif ( $number >= 1000000 ) {
    570         $formatted = sprintf( _x( '%sM', 'million short form', 'all-in-one-video-gallery' ), round( $number / 1000000, 1 ) );
    571     } elseif ( $number >= 1000 ) {
    572         $formatted = sprintf( _x( '%sK', 'thousand short form', 'all-in-one-video-gallery' ), round( $number / 1000, 1 ) );
     567    $general_settings = get_option( 'aiovg_general_settings' );
     568
     569    if ( isset( $general_settings['number_format'] ) && 'short' === $general_settings['number_format'] ) {
     570        if ( $number >= 1000000000 ) {
     571            $formatted = sprintf( _x( '%sB', 'billion short form', 'all-in-one-video-gallery' ), round( $number / 1000000000, 1 ) );
     572        } elseif ( $number >= 1000000 ) {
     573            $formatted = sprintf( _x( '%sM', 'million short form', 'all-in-one-video-gallery' ), round( $number / 1000000, 1 ) );
     574        } elseif ( $number >= 1000 ) {
     575            $formatted = sprintf( _x( '%sK', 'thousand short form', 'all-in-one-video-gallery' ), round( $number / 1000, 1 ) );
     576        } else {
     577            $formatted = number_format_i18n( $number );
     578        }
    573579    } else {
    574580        $formatted = number_format_i18n( $number );
     
    855861            'lazyloading'               => 0,
    856862            'datetime_format'           => '',
     863            'number_format'             => 'full',
    857864            'maybe_flush_rewrite_rules' => 1,
    858865            'delete_plugin_data'        => 1,
     
    20432050function aiovg_get_video_source_types( $is_admin = false ) {
    20442051    $types = array(
    2045         'default'     => __( 'Self Hosted', 'all-in-one-video-gallery' ) . ' / ' . __( 'External URL', 'all-in-one-video-gallery' ),
    2046         'adaptive'    => __( 'Adaptive / Live Streaming', 'all-in-one-video-gallery' ),
     2052        'default'     => __( 'Video File (mp4, webm, ogv, m4v, mov)', 'all-in-one-video-gallery' ),
     2053        'adaptive'    => __( 'HLS / MPEG-DASH', 'all-in-one-video-gallery' ),
    20472054        'youtube'     => __( 'YouTube', 'all-in-one-video-gallery' ),
    20482055        'vimeo'       => __( 'Vimeo', 'all-in-one-video-gallery' ),
     
    23082315
    23092316/**
     2317 * Remove 'unfiltered_html' capability from editors.
     2318 *
     2319 * @since 4.4.1
     2320 */
     2321function aiovg_remove_unfiltered_html_capability_from_editors() {
     2322    // Get the Editor role
     2323    $editor = get_role( 'editor' );
     2324
     2325    // Remove the unfiltered_html capability if it exists
     2326    if ( $editor && $editor->has_cap( 'unfiltered_html' ) ) {
     2327        $editor->remove_cap( 'unfiltered_html' );
     2328    }
     2329}
     2330
     2331/**
    23102332 * Convert relative file paths into absolute URLs.
    23112333 *
  • all-in-one-video-gallery/trunk/includes/roles.php

    r3046258 r3331413  
    4747           
    4848            // Add the "editor" capabilities
    49             $wp_roles->add_cap( 'editor', 'edit_aiovg_videos' );           
    50             $wp_roles->add_cap( 'editor', 'edit_others_aiovg_videos' );         
    51             $wp_roles->add_cap( 'editor', 'publish_aiovg_videos' );         
    52             $wp_roles->add_cap( 'editor', 'read_private_aiovg_videos' );   
    53             $wp_roles->add_cap( 'editor', 'delete_aiovg_videos' );         
    54             $wp_roles->add_cap( 'editor', 'delete_private_aiovg_videos' );
     49            $wp_roles->add_cap( 'editor', 'edit_aiovg_videos' );                       
     50            $wp_roles->add_cap( 'editor', 'publish_aiovg_videos' );
     51            $wp_roles->add_cap( 'editor', 'delete_aiovg_videos' );
    5552            $wp_roles->add_cap( 'editor', 'delete_published_aiovg_videos' );
    56             $wp_roles->add_cap( 'editor', 'delete_others_aiovg_videos' );
    57             $wp_roles->add_cap( 'editor', 'edit_private_aiovg_videos' );
    5853            $wp_roles->add_cap( 'editor', 'edit_published_aiovg_videos' );
    59            
     54
    6055            // Add the "author" capabilities
    6156            $wp_roles->add_cap( 'author', 'edit_aiovg_videos' );                       
     
    196191           
    197192            // Remove the "editor" capabilities
    198             $wp_roles->remove_cap( 'editor', 'edit_aiovg_videos' );         
    199             $wp_roles->remove_cap( 'editor', 'edit_others_aiovg_videos' );         
    200             $wp_roles->remove_cap( 'editor', 'publish_aiovg_videos' );         
    201             $wp_roles->remove_cap( 'editor', 'read_private_aiovg_videos' );
    202             $wp_roles->remove_cap( 'editor', 'delete_aiovg_videos' );           
    203             $wp_roles->remove_cap( 'editor', 'delete_private_aiovg_videos' );
     193            $wp_roles->remove_cap( 'editor', 'edit_aiovg_videos' );                     
     194            $wp_roles->remove_cap( 'editor', 'publish_aiovg_videos' );
     195            $wp_roles->remove_cap( 'editor', 'delete_aiovg_videos' );
    204196            $wp_roles->remove_cap( 'editor', 'delete_published_aiovg_videos' );
    205             $wp_roles->remove_cap( 'editor', 'delete_others_aiovg_videos' );
    206             $wp_roles->remove_cap( 'editor', 'edit_private_aiovg_videos' );
    207197            $wp_roles->remove_cap( 'editor', 'edit_published_aiovg_videos' );
    208198           
  • all-in-one-video-gallery/trunk/languages/all-in-one-video-gallery.pot

    r3328143 r3331413  
    22msgstr ""
    33"Project-Id-Version: All-in-One Video Gallery\n"
    4 "POT-Creation-Date: 2025-07-14 10:10+0530\n"
    5 "PO-Revision-Date: 2025-07-14 10:10+0530\n"
     4"POT-Creation-Date: 2025-07-21 12:18+0530\n"
     5"PO-Revision-Date: 2025-07-21 12:18+0530\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1818"X-Poedit-SearchPath-0: .\n"
    1919
    20 #: admin/admin.php:293 admin/partials/issues.php:77
     20#: admin/admin.php:296 admin/partials/issues.php:77
    2121msgid "Apply Fix"
    2222msgstr ""
    2323
    24 #: admin/admin.php:306 admin/partials/issues.php:74
     24#: admin/admin.php:309 admin/partials/issues.php:74
    2525msgid "Ignore"
    2626msgstr ""
    2727
    28 #: admin/admin.php:332 admin/partials/dashboard.php:14 blocks/blocks.php:37
     28#: admin/admin.php:335 admin/partials/dashboard.php:14 blocks/blocks.php:37
    2929msgid "All-in-One Video Gallery"
    3030msgstr ""
    3131
    32 #: admin/admin.php:333 admin/videos.php:77 includes/helpers/functions.php:1422
    33 #: widgets/videos.php:474
     32#: admin/admin.php:336 admin/videos.php:77 includes/helpers/functions.php:1429
     33#: widgets/videos.php:498
    3434msgid "Video Gallery"
    3535msgstr ""
    3636
    37 #: admin/admin.php:343
     37#: admin/admin.php:346
    3838msgid "All-in-One Video Gallery - Dashboard"
    3939msgstr ""
    4040
    41 #: admin/admin.php:344
     41#: admin/admin.php:347
    4242msgid "Dashboard"
    4343msgstr ""
    4444
    45 #: admin/admin.php:358
     45#: admin/admin.php:361
    4646msgid "Shortcode Builder"
    4747msgstr ""
    4848
    49 #: admin/admin.php:359
     49#: admin/admin.php:362
    5050msgid "Help & Tutorials"
    5151msgstr ""
    5252
    53 #: admin/admin.php:368
     53#: admin/admin.php:371
    5454msgid "Issues Found"
    5555msgstr ""
    5656
    57 #: admin/admin.php:601
     57#: admin/admin.php:604
    5858msgid "Pages Misconfigured"
    5959msgstr ""
    6060
    61 #: admin/admin.php:603
     61#: admin/admin.php:606
    6262#, php-format
    6363msgid ""
     
    6868msgstr ""
    6969
    70 #: admin/admin.php:732
     70#: admin/admin.php:735
    7171msgid "Copied!"
    7272msgstr ""
    7373
    74 #: admin/admin.php:733
     74#: admin/admin.php:736
    7575msgid "Please select at least one issue."
    7676msgstr ""
    7777
    78 #: admin/admin.php:734 widgets/forms/video.php:34
     78#: admin/admin.php:737 widgets/forms/video.php:34
    7979msgid "No video selected. The last added video will be displayed."
    8080msgstr ""
    8181
    82 #: admin/admin.php:735
     82#: admin/admin.php:738
    8383msgid "Sorry, there is already a video with this quality level."
    8484msgstr ""
    8585
    86 #: admin/admin.php:736 blocks/blocks.php:125 widgets/forms/video.php:31
     86#: admin/admin.php:739 blocks/blocks.php:125 widgets/forms/video.php:31
    8787msgid "Remove"
    8888msgstr ""
    8989
    90 #: admin/admin.php:737 premium/public/public.php:242
     90#: admin/admin.php:740 premium/public/public.php:242
    9191msgid "Preparing upload"
    9292msgstr ""
    9393
    94 #: admin/admin.php:738 premium/public/public.php:243
     94#: admin/admin.php:741 premium/public/public.php:243
    9595#: premium/public/templates/video-form.php:334
    9696msgid "Cancel"
    9797msgstr ""
    9898
    99 #: admin/admin.php:739 premium/public/public.php:244
     99#: admin/admin.php:742 premium/public/public.php:244
    100100msgid "Uploaded %d%"
    101101msgstr ""
    102102
    103 #: admin/admin.php:740 premium/public/public.php:245
     103#: admin/admin.php:743 premium/public/public.php:245
    104104#: public/bunny-stream.php:256
    105105msgid ""
     
    110110msgstr ""
    111111
    112 #: admin/admin.php:757
     112#: admin/admin.php:760
    113113msgid "Video Category Page"
    114114msgstr ""
    115115
    116 #: admin/admin.php:761
     116#: admin/admin.php:764
    117117msgid "Video Tag Page"
    118118msgstr ""
    119119
    120 #: admin/admin.php:765 blocks/blocks.php:107
    121 #: includes/helpers/functions.php:1965 widgets/forms/search.php:84
     120#: admin/admin.php:768 blocks/blocks.php:107
     121#: includes/helpers/functions.php:1972 widgets/forms/search.php:84
    122122msgid "Search Results Page"
    123123msgstr ""
    124124
    125 #: admin/admin.php:769 admin/settings.php:1065
     125#: admin/admin.php:772 admin/settings.php:1077
    126126msgid "User Videos Page"
    127127msgstr ""
    128128
    129 #: admin/admin.php:773 admin/settings.php:1072
     129#: admin/admin.php:776 admin/settings.php:1084
    130130msgid "Player Page"
    131131msgstr ""
    132132
    133 #: admin/admin.php:777
     133#: admin/admin.php:780
    134134msgid "User Dashboard Page"
    135135msgstr ""
    136136
    137 #: admin/admin.php:781
     137#: admin/admin.php:784
    138138msgid "Video Form Page"
    139139msgstr ""
    140140
    141 #: admin/admin.php:785
     141#: admin/admin.php:788
    142142msgid "My Playlists Page"
    143143msgstr ""
    144144
    145 #: admin/admin.php:802 admin/settings.php:60
     145#: admin/admin.php:805 admin/settings.php:60
    146146msgid "Settings"
    147147msgstr ""
     
    216216msgstr ""
    217217
    218 #: admin/categories.php:80 includes/helpers/functions.php:1109
     218#: admin/categories.php:80 includes/helpers/functions.php:1116
    219219msgid "No categories found"
    220220msgstr ""
     
    234234#: admin/categories.php:173 admin/settings.php:696 admin/tags.php:114
    235235#: admin/videos.php:810 blocks/blocks.php:81
    236 #: includes/helpers/functions.php:1846 widgets/forms/categories.php:76
     236#: includes/helpers/functions.php:1853 widgets/forms/categories.php:76
    237237msgid "ID"
    238238msgstr ""
    239239
    240240#: admin/partials/category-fields.php:15 admin/partials/category-fields.php:42
    241 #: includes/helpers/functions.php:1274
     241#: includes/helpers/functions.php:1281
    242242msgid "Image"
    243243msgstr ""
     
    267267
    268268#: admin/partials/dashboard.php:23 admin/videos.php:40 admin/videos.php:83
    269 #: premium/public/templates/user-dashboard.php:74
     269#: premium/public/templates/user-dashboard.php:84
    270270msgid "Add New Video"
    271271msgstr ""
     
    559559
    560560#: admin/partials/shortcode-builder.php:167 blocks/blocks.php:73
    561 #: includes/helpers/functions.php:1793 widgets/forms/categories.php:43
     561#: includes/helpers/functions.php:1800 widgets/forms/categories.php:43
    562562#: widgets/forms/categories.php:46
    563563msgid "Select Parent"
     
    714714
    715715#: admin/partials/video-additional-info.php:20 admin/settings.php:640
    716 #: includes/helpers/functions.php:1633
     716#: includes/helpers/functions.php:1640
    717717msgid "Video Duration"
    718718msgstr ""
     
    720720#: admin/partials/video-additional-info.php:25 admin/settings.php:594
    721721#: admin/settings.php:636 admin/settings.php:781 admin/settings.php:827
    722 #: includes/helpers/functions.php:1478 includes/helpers/functions.php:1605
    723 #: premium/admin/partials/automations-sources.php:197
     722#: includes/helpers/functions.php:1485 includes/helpers/functions.php:1612
     723#: premium/admin/partials/automations-sources.php:179
    724724msgid "Views Count"
    725725msgstr ""
     
    727727#: admin/partials/video-additional-info.php:30 admin/settings.php:595
    728728#: admin/settings.php:637 admin/settings.php:828
    729 #: includes/helpers/functions.php:1479 includes/helpers/functions.php:1612
     729#: includes/helpers/functions.php:1486 includes/helpers/functions.php:1619
    730730msgid "Likes Count"
    731731msgstr ""
     
    733733#: admin/partials/video-additional-info.php:35 admin/settings.php:596
    734734#: admin/settings.php:638 admin/settings.php:829
    735 #: includes/helpers/functions.php:1480 includes/helpers/functions.php:1619
     735#: includes/helpers/functions.php:1487 includes/helpers/functions.php:1626
    736736msgid "Dislikes Count"
    737737msgstr ""
     
    764764#: admin/partials/video-chapters.php:46 admin/partials/video-chapters.php:80
    765765#: admin/partials/video-tracks.php:52 admin/partials/video-tracks.php:97
    766 #: premium/public/templates/user-dashboard.php:231
     766#: premium/public/templates/user-dashboard.php:255
    767767msgid "Delete"
    768768msgstr ""
     
    803803
    804804#: admin/partials/video-metabox.php:25 admin/settings.php:98
    805 #: blocks/blocks.php:115 includes/helpers/functions.php:1199
    806 #: includes/helpers/functions.php:1425 includes/helpers/functions.php:1770
    807 #: includes/helpers/functions.php:1908
     805#: blocks/blocks.php:115 includes/helpers/functions.php:1206
     806#: includes/helpers/functions.php:1432 includes/helpers/functions.php:1777
     807#: includes/helpers/functions.php:1915
    808808msgid "General"
    809809msgstr ""
    810810
    811811#: admin/partials/video-metabox.php:31 admin/settings.php:387
    812 #: includes/helpers/functions.php:1349 widgets/forms/video.php:142
     812#: includes/helpers/functions.php:1356 widgets/forms/video.php:142
    813813msgid "Subtitles"
    814814msgstr ""
    815815
    816816#: admin/partials/video-metabox.php:37 admin/settings.php:388
    817 #: includes/helpers/functions.php:1356 widgets/forms/video.php:149
     817#: includes/helpers/functions.php:1363 widgets/forms/video.php:149
    818818msgid "Chapters"
    819819msgstr ""
     
    824824
    825825#: admin/partials/video-metabox.php:55 admin/videos.php:551
    826 #: includes/helpers/functions.php:1210 premium/admin/automations.php:890
    827 #: premium/admin/partials/automations-sources.php:48
    828 #: premium/admin/partials/automations-sources.php:217
     826#: includes/helpers/functions.php:1217 premium/admin/automations.php:890
     827#: premium/admin/partials/automations-sources.php:52
     828#: premium/admin/partials/automations-sources.php:207
    829829#: premium/public/templates/video-form.php:51
    830830msgid "Source Type"
     
    840840
    841841#: admin/partials/video-restrictions.php:23
    842 #: premium/admin/partials/automations-video-options.php:190
     842#: premium/admin/partials/automations-video-options.php:194
    843843msgid "Global"
    844844msgstr ""
    845845
    846846#: admin/partials/video-restrictions.php:24 admin/settings.php:891
    847 #: premium/admin/partials/automations-video-options.php:191
     847#: premium/admin/partials/automations-video-options.php:195
    848848msgid "Everyone"
    849849msgstr ""
    850850
    851851#: admin/partials/video-restrictions.php:25 admin/settings.php:892
    852 #: premium/admin/partials/automations-video-options.php:192
     852#: premium/admin/partials/automations-video-options.php:196
    853853msgid "Logged out users"
    854854msgstr ""
    855855
    856856#: admin/partials/video-restrictions.php:26 admin/settings.php:893
    857 #: premium/admin/partials/automations-video-options.php:193
     857#: premium/admin/partials/automations-video-options.php:197
    858858msgid "Logged in users"
    859859msgstr ""
     
    864864
    865865#: admin/partials/video-restrictions.php:59
    866 #: premium/admin/partials/automations-video-options.php:231
     866#: premium/admin/partials/automations-video-options.php:234
    867867msgid ""
    868868"If no roles are selected, the global setting will be used. Users with "
     
    921921#: admin/partials/video-sources.php:199 admin/partials/video-sources.php:204
    922922#: admin/partials/video-sources.php:209 admin/partials/video-sources.php:214
    923 #: admin/partials/video-sources.php:219 includes/helpers/functions.php:1226
    924 #: includes/helpers/functions.php:1233 includes/helpers/functions.php:1240
    925 #: includes/helpers/functions.php:1247 includes/helpers/functions.php:1254
    926 #: includes/helpers/functions.php:1261 includes/helpers/functions.php:1268
    927 #: premium/admin/partials/automations-sources.php:91
    928 #: premium/admin/partials/automations-sources.php:110
    929 #: premium/admin/partials/automations-sources.php:128
    930 #: premium/admin/partials/automations-sources.php:147
    931 #: premium/admin/partials/automations-sources.php:165
    932 #: premium/admin/partials/automations-sources.php:176
    933 #: premium/admin/partials/automations-sources.php:296
    934 #: premium/admin/partials/automations-sources.php:386
     923#: admin/partials/video-sources.php:219 includes/helpers/functions.php:1233
     924#: includes/helpers/functions.php:1240 includes/helpers/functions.php:1247
     925#: includes/helpers/functions.php:1254 includes/helpers/functions.php:1261
     926#: includes/helpers/functions.php:1268 includes/helpers/functions.php:1275
     927#: premium/admin/partials/automations-sources.php:87
     928#: premium/admin/partials/automations-sources.php:103
     929#: premium/admin/partials/automations-sources.php:118
     930#: premium/admin/partials/automations-sources.php:134
     931#: premium/admin/partials/automations-sources.php:149
     932#: premium/admin/partials/automations-sources.php:163
     933#: premium/admin/partials/automations-sources.php:269
     934#: premium/admin/partials/automations-sources.php:339
     935#: premium/admin/partials/automations-sources.php:354
    935936#: premium/admin/partials/automations-sources.php:404
    936 #: premium/admin/partials/automations-sources.php:461
    937937#: premium/public/templates/video-form.php:151
    938938#: premium/public/templates/video-form.php:160
     
    10641064
    10651065#: admin/settings.php:141 admin/settings.php:782
    1066 #: includes/helpers/functions.php:1506
     1066#: includes/helpers/functions.php:1513
    10671067msgid "Related Videos"
    10681068msgstr ""
     
    10851085
    10861086#: admin/settings.php:176 admin/settings.php:394 admin/settings.php:783
    1087 #: blocks/blocks.php:137 includes/helpers/functions.php:1398
     1087#: blocks/blocks.php:137 includes/helpers/functions.php:1405
    10881088#: widgets/forms/video.php:191
    10891089msgid "Share Buttons"
     
    12011201
    12021202#: admin/settings.php:306 blocks/blocks.php:116
    1203 #: includes/helpers/functions.php:1281 premium/widgets/forms/companion.php:17
     1203#: includes/helpers/functions.php:1288 premium/widgets/forms/companion.php:17
    12041204#: widgets/forms/video.php:75
    12051205msgid "Width"
     
    12071207
    12081208#: admin/settings.php:307 blocks/blocks.php:117
    1209 #: includes/helpers/functions.php:1282
     1209#: includes/helpers/functions.php:1289
    12101210#, no-php-format
    12111211msgid ""
     
    12151215
    12161216#: admin/settings.php:313 blocks/blocks.php:118
    1217 #: includes/helpers/functions.php:1288 includes/helpers/functions.php:1518
    1218 #: includes/helpers/functions.php:1815 widgets/forms/video.php:80
     1217#: includes/helpers/functions.php:1295 includes/helpers/functions.php:1525
     1218#: includes/helpers/functions.php:1822 widgets/forms/video.php:80
    12191219msgid "Height (Ratio)"
    12201220msgstr ""
    12211221
    12221222#: admin/settings.php:316 blocks/blocks.php:119
    1223 #: includes/helpers/functions.php:1289
     1223#: includes/helpers/functions.php:1296
    12241224msgid ""
    12251225"In percentage. 1 to 100. Calculate player's height using the ratio value "
     
    12561256
    12571257#: admin/settings.php:330 blocks/blocks.php:120
    1258 #: includes/helpers/functions.php:1295 widgets/forms/video.php:87
     1258#: includes/helpers/functions.php:1302 widgets/forms/video.php:87
    12591259msgid "Autoplay"
    12601260msgstr ""
     
    12651265
    12661266#: admin/settings.php:337 blocks/blocks.php:121
    1267 #: includes/helpers/functions.php:1302 widgets/forms/video.php:94
     1267#: includes/helpers/functions.php:1309 widgets/forms/video.php:94
    12681268msgid "Loop"
    12691269msgstr ""
     
    12761276
    12771277#: admin/settings.php:344 blocks/blocks.php:122
    1278 #: includes/helpers/functions.php:1309 widgets/forms/video.php:101
     1278#: includes/helpers/functions.php:1316 widgets/forms/video.php:101
    12791279msgid "Muted"
    12801280msgstr ""
     
    13231323
    13241324#: admin/settings.php:376 blocks/blocks.php:127
    1325 #: includes/helpers/functions.php:1317 widgets/forms/video.php:107
     1325#: includes/helpers/functions.php:1324 widgets/forms/video.php:107
    13261326msgid "Player Controls"
    13271327msgstr ""
     
    13331333
    13341334#: admin/settings.php:383 blocks/blocks.php:128
    1335 #: includes/helpers/functions.php:1321 widgets/forms/video.php:114
     1335#: includes/helpers/functions.php:1328 widgets/forms/video.php:114
    13361336msgid "Play / Pause"
    13371337msgstr ""
    13381338
    13391339#: admin/settings.php:384 blocks/blocks.php:129
    1340 #: includes/helpers/functions.php:1328 premium/admin/user.php:269
     1340#: includes/helpers/functions.php:1335 premium/admin/user.php:269
    13411341#: premium/admin/user.php:299 widgets/forms/video.php:121
    13421342msgid "Current Time"
     
    13441344
    13451345#: admin/settings.php:385 blocks/blocks.php:130
    1346 #: includes/helpers/functions.php:1335 widgets/forms/video.php:128
     1346#: includes/helpers/functions.php:1342 widgets/forms/video.php:128
    13471347msgid "Progressbar"
    13481348msgstr ""
    13491349
    13501350#: admin/settings.php:386 blocks/blocks.php:131
    1351 #: includes/helpers/functions.php:1342
     1351#: includes/helpers/functions.php:1349
    13521352#: premium/includes/vimeo-api/resource-objects.php:148
    13531353#: widgets/forms/video.php:135
     
    13561356
    13571357#: admin/settings.php:389 blocks/blocks.php:132
    1358 #: includes/helpers/functions.php:1363 widgets/forms/video.php:156
     1358#: includes/helpers/functions.php:1370 widgets/forms/video.php:156
    13591359msgid "Speed Control"
    13601360msgstr ""
    13611361
    13621362#: admin/settings.php:390 blocks/blocks.php:133
    1363 #: includes/helpers/functions.php:1370 widgets/forms/video.php:163
     1363#: includes/helpers/functions.php:1377 widgets/forms/video.php:163
    13641364msgid "Quality Selector"
    13651365msgstr ""
    13661366
    13671367#: admin/settings.php:391 blocks/blocks.php:134
    1368 #: includes/helpers/functions.php:1377 widgets/forms/video.php:170
     1368#: includes/helpers/functions.php:1384 widgets/forms/video.php:170
    13691369msgid "Volume Button"
    13701370msgstr ""
    13711371
    13721372#: admin/settings.php:392 blocks/blocks.php:135
    1373 #: includes/helpers/functions.php:1384 widgets/forms/video.php:177
     1373#: includes/helpers/functions.php:1391 widgets/forms/video.php:177
    13741374msgid "Picture-in-Picture Button"
    13751375msgstr ""
    13761376
    13771377#: admin/settings.php:393 blocks/blocks.php:136
    1378 #: includes/helpers/functions.php:1391 widgets/forms/video.php:184
     1378#: includes/helpers/functions.php:1398 widgets/forms/video.php:184
    13791379msgid "Fullscreen Button"
    13801380msgstr ""
    13811381
    13821382#: admin/settings.php:395 blocks/blocks.php:138
    1383 #: includes/helpers/functions.php:1405 widgets/forms/video.php:198
     1383#: includes/helpers/functions.php:1412 widgets/forms/video.php:198
    13841384msgid "Embed Button"
    13851385msgstr ""
    13861386
    13871387#: admin/settings.php:396 blocks/blocks.php:139
    1388 #: includes/helpers/functions.php:1412 widgets/forms/video.php:205
     1388#: includes/helpers/functions.php:1419 widgets/forms/video.php:205
    13891389msgid "Download Button"
    13901390msgstr ""
     
    14591459msgstr ""
    14601460
    1461 #: admin/settings.php:437 includes/helpers/functions.php:1239
    1462 #: includes/helpers/functions.php:2047 premium/includes/functions.php:130
     1461#: admin/settings.php:437 includes/helpers/functions.php:1246
     1462#: includes/helpers/functions.php:2054 premium/includes/functions.php:130
    14631463msgid "YouTube"
    14641464msgstr ""
    14651465
    1466 #: admin/settings.php:438 includes/helpers/functions.php:1246
    1467 #: includes/helpers/functions.php:2048 premium/includes/functions.php:131
     1466#: admin/settings.php:438 includes/helpers/functions.php:1253
     1467#: includes/helpers/functions.php:2055 premium/includes/functions.php:131
    14681468msgid "Vimeo"
    14691469msgstr ""
     
    15911591msgstr ""
    15921592
    1593 #: admin/settings.php:534 includes/helpers/functions.php:1267
    1594 #: includes/helpers/functions.php:2051 includes/helpers/render.php:602
     1593#: admin/settings.php:534 includes/helpers/functions.php:1274
     1594#: includes/helpers/functions.php:2058 includes/helpers/render.php:602
    15951595#: includes/player/base.php:514 public/templates/player-videojs.php:381
    15961596#: public/templates/player-vidstack.php:455
     
    16551655
    16561656#: admin/settings.php:563 admin/settings.php:663 blocks/blocks.php:74
    1657 #: includes/helpers/functions.php:1436 includes/helpers/functions.php:1781
    1658 #: includes/helpers/functions.php:1912 widgets/forms/categories.php:21
     1657#: includes/helpers/functions.php:1443 includes/helpers/functions.php:1788
     1658#: includes/helpers/functions.php:1919 widgets/forms/categories.php:21
    16591659#: widgets/forms/search.php:21
    16601660msgid "Select Template"
    16611661msgstr ""
    16621662
    1663 #: admin/settings.php:564 includes/helpers/functions.php:1437
     1663#: admin/settings.php:564 includes/helpers/functions.php:1444
    16641664#, php-format
    16651665msgid ""
     
    16691669
    16701670#: admin/settings.php:571 admin/settings.php:675 admin/settings.php:804
    1671 #: blocks/blocks.php:78 includes/helpers/functions.php:1525
    1672 #: includes/helpers/functions.php:1822 widgets/forms/categories.php:62
     1671#: blocks/blocks.php:78 includes/helpers/functions.php:1532
     1672#: includes/helpers/functions.php:1829 widgets/forms/categories.php:62
    16731673msgid "Columns"
    16741674msgstr ""
     
    16791679
    16801680#: admin/settings.php:581 admin/settings.php:685 admin/settings.php:814
    1681 #: blocks/blocks.php:79 includes/helpers/functions.php:1535
    1682 #: includes/helpers/functions.php:1832 widgets/forms/categories.php:67
     1681#: blocks/blocks.php:79 includes/helpers/functions.php:1542
     1682#: includes/helpers/functions.php:1839 widgets/forms/categories.php:67
    16831683msgid "Limit (per page)"
    16841684msgstr ""
     
    16901690
    16911691#: admin/settings.php:588 admin/settings.php:692 admin/settings.php:821
    1692 #: blocks/blocks.php:80 includes/helpers/functions.php:1472
    1693 #: includes/helpers/functions.php:1842
    1694 #: premium/admin/partials/automations-sources.php:183
     1692#: blocks/blocks.php:80 includes/helpers/functions.php:1479
     1693#: includes/helpers/functions.php:1849
     1694#: premium/admin/partials/automations-sources.php:170
    16951695#: widgets/forms/categories.php:72
    16961696msgid "Order By"
     
    16981698
    16991699#: admin/settings.php:592 admin/settings.php:825
    1700 #: includes/helpers/functions.php:1429 includes/helpers/functions.php:1476
    1701 #: includes/helpers/functions.php:1774
    1702 #: premium/admin/partials/automations-sources.php:196
     1700#: includes/helpers/functions.php:1436 includes/helpers/functions.php:1483
     1701#: includes/helpers/functions.php:1781
     1702#: premium/admin/partials/automations-sources.php:178
    17031703#: widgets/forms/categories.php:16 widgets/forms/search.php:16
    17041704#: widgets/forms/video.php:18
     
    17071707
    17081708#: admin/settings.php:593 admin/settings.php:634 admin/settings.php:779
    1709 #: admin/settings.php:826 includes/helpers/functions.php:1477
    1710 #: includes/helpers/functions.php:1591
     1709#: admin/settings.php:826 includes/helpers/functions.php:1484
     1710#: includes/helpers/functions.php:1598
    17111711msgid "Date Added"
    17121712msgstr ""
    17131713
    17141714#: admin/settings.php:597 admin/settings.php:830
    1715 #: includes/helpers/functions.php:1481
     1715#: includes/helpers/functions.php:1488
    17161716msgid "Random"
    17171717msgstr ""
    17181718
    17191719#: admin/settings.php:598 admin/settings.php:700 admin/settings.php:831
    1720 #: blocks/blocks.php:85 includes/helpers/functions.php:1482
    1721 #: includes/helpers/functions.php:1850 widgets/forms/categories.php:80
     1720#: blocks/blocks.php:85 includes/helpers/functions.php:1489
     1721#: includes/helpers/functions.php:1857 widgets/forms/categories.php:80
    17221722msgid "Menu Order"
    17231723msgstr ""
    17241724
    17251725#: admin/settings.php:604 admin/settings.php:706 admin/settings.php:837
    1726 #: blocks/blocks.php:86 includes/helpers/functions.php:1488
    1727 #: includes/helpers/functions.php:1856 widgets/forms/categories.php:96
     1726#: blocks/blocks.php:86 includes/helpers/functions.php:1495
     1727#: includes/helpers/functions.php:1863 widgets/forms/categories.php:96
    17281728msgid "Order"
    17291729msgstr ""
     
    17371737msgstr ""
    17381738
    1739 #: admin/settings.php:615 includes/helpers/functions.php:1545
     1739#: admin/settings.php:615 includes/helpers/functions.php:1552
    17401740msgid "Image Position"
    17411741msgstr ""
    17421742
    1743 #: admin/settings.php:619 includes/helpers/functions.php:1549
    1744 #: includes/helpers/functions.php:1756
     1743#: admin/settings.php:619 includes/helpers/functions.php:1556
     1744#: includes/helpers/functions.php:1763
    17451745msgid "Top"
    17461746msgstr ""
    17471747
    1748 #: admin/settings.php:620 includes/helpers/functions.php:1550
    1749 #: includes/helpers/functions.php:1757
     1748#: admin/settings.php:620 includes/helpers/functions.php:1557
     1749#: includes/helpers/functions.php:1764
    17501750msgid "Left"
    17511751msgstr ""
    17521752
    1753 #: admin/settings.php:626 includes/helpers/functions.php:1556
     1753#: admin/settings.php:626 includes/helpers/functions.php:1563
    17541754msgid "Show / Hide (Thumbnails)"
    17551755msgstr ""
    17561756
    1757 #: admin/settings.php:630 includes/helpers/functions.php:1563
     1757#: admin/settings.php:630 includes/helpers/functions.php:1570
    17581758msgid "Videos Count"
    17591759msgstr ""
    17601760
    17611761#: admin/settings.php:631 admin/videos.php:537
    1762 #: includes/helpers/functions.php:1570
    1763 #: premium/admin/partials/automations-video-options.php:19
     1762#: includes/helpers/functions.php:1577
     1763#: premium/admin/partials/automations-video-options.php:21
    17641764#: premium/admin/slider.php:61 premium/public/slider.php:89
    17651765#: premium/public/templates/video-form.php:40
     
    17681768
    17691769#: admin/settings.php:632 admin/settings.php:777
    1770 #: includes/helpers/functions.php:1577
     1770#: includes/helpers/functions.php:1584
    17711771msgid "Category Name(s)"
    17721772msgstr ""
    17731773
    17741774#: admin/settings.php:633 admin/settings.php:778
    1775 #: includes/helpers/functions.php:1584
     1775#: includes/helpers/functions.php:1591
    17761776msgid "Tag Name(s)"
    17771777msgstr ""
    17781778
    17791779#: admin/settings.php:635 admin/settings.php:780
    1780 #: includes/helpers/functions.php:1598
     1780#: includes/helpers/functions.php:1605
    17811781msgid "Author Name"
    17821782msgstr ""
    17831783
    1784 #: admin/settings.php:639 includes/helpers/functions.php:1626
     1784#: admin/settings.php:639 includes/helpers/functions.php:1633
    17851785msgid "Comments Count"
    17861786msgstr ""
    17871787
    1788 #: admin/settings.php:641 includes/helpers/functions.php:1640
     1788#: admin/settings.php:641 includes/helpers/functions.php:1647
    17891789msgid "Video Excerpt (Short Description)"
    17901790msgstr ""
    17911791
    1792 #: admin/settings.php:647 includes/helpers/functions.php:1647
     1792#: admin/settings.php:647 includes/helpers/functions.php:1654
    17931793msgid "Title Length"
    17941794msgstr ""
     
    17981798msgstr ""
    17991799
    1800 #: admin/settings.php:654 includes/helpers/functions.php:1654
     1800#: admin/settings.php:654 includes/helpers/functions.php:1661
    18011801msgid "Excerpt Length"
    18021802msgstr ""
    18031803
    18041804#: admin/settings.php:667 blocks/blocks.php:75
    1805 #: includes/helpers/functions.php:1785 widgets/forms/categories.php:25
     1805#: includes/helpers/functions.php:1792 widgets/forms/categories.php:25
    18061806msgid "Grid"
    18071807msgstr ""
    18081808
    18091809#: admin/settings.php:668 blocks/blocks.php:76
    1810 #: includes/helpers/functions.php:1786 widgets/forms/categories.php:26
     1810#: includes/helpers/functions.php:1793 widgets/forms/categories.php:26
    18111811msgid "List"
    18121812msgstr ""
    18131813
    18141814#: admin/settings.php:669 blocks/blocks.php:77
    1815 #: includes/helpers/functions.php:1787 widgets/forms/categories.php:27
     1815#: includes/helpers/functions.php:1794 widgets/forms/categories.php:27
    18161816msgid "Dropdown"
    18171817msgstr ""
     
    18281828
    18291829#: admin/settings.php:697 blocks/blocks.php:82
    1830 #: includes/helpers/functions.php:1847 widgets/forms/categories.php:77
     1830#: includes/helpers/functions.php:1854 widgets/forms/categories.php:77
    18311831msgid "Count"
    18321832msgstr ""
    18331833
    18341834#: admin/settings.php:698 blocks/blocks.php:83
    1835 #: includes/helpers/functions.php:1848 widgets/forms/categories.php:78
     1835#: includes/helpers/functions.php:1855 widgets/forms/categories.php:78
    18361836msgid "Name"
    18371837msgstr ""
    18381838
    18391839#: admin/settings.php:699 blocks/blocks.php:84
    1840 #: includes/helpers/functions.php:1849 widgets/forms/categories.php:79
     1840#: includes/helpers/functions.php:1856 widgets/forms/categories.php:79
    18411841msgid "Slug"
    18421842msgstr ""
    18431843
    18441844#: admin/settings.php:717 blocks/blocks.php:89
    1845 #: includes/helpers/functions.php:1867 widgets/forms/categories.php:119
     1845#: includes/helpers/functions.php:1874 widgets/forms/categories.php:119
    18461846msgid "Show Hierarchy"
    18471847msgstr ""
     
    18521852
    18531853#: admin/settings.php:724 blocks/blocks.php:90
    1854 #: includes/helpers/functions.php:1874 widgets/forms/categories.php:126
     1854#: includes/helpers/functions.php:1881 widgets/forms/categories.php:126
    18551855msgid "Show Description"
    18561856msgstr ""
     
    18611861
    18621862#: admin/settings.php:731 blocks/blocks.php:91
    1863 #: includes/helpers/functions.php:1881 widgets/forms/categories.php:133
     1863#: includes/helpers/functions.php:1888 widgets/forms/categories.php:133
    18641864msgid "Show Videos Count"
    18651865msgstr ""
     
    18701870
    18711871#: admin/settings.php:738 blocks/blocks.php:92
    1872 #: includes/helpers/functions.php:1888 widgets/forms/categories.php:140
     1872#: includes/helpers/functions.php:1895 widgets/forms/categories.php:140
    18731873msgid "Hide Empty Categories"
    18741874msgstr ""
     
    19331933msgstr ""
    19341934
    1935 #: admin/settings.php:852 includes/helpers/functions.php:1661
     1935#: admin/settings.php:852 includes/helpers/functions.php:1668
    19361936msgid "Pagination"
    19371937msgstr ""
     
    19761976
    19771977#: admin/settings.php:887
    1978 #: premium/admin/partials/automations-video-options.php:184
     1978#: premium/admin/partials/automations-video-options.php:189
    19791979msgid "Who Can Access the Videos?"
    19801980msgstr ""
     
    19881988
    19891989#: admin/settings.php:899
    1990 #: premium/admin/partials/automations-video-options.php:213
     1990#: premium/admin/partials/automations-video-options.php:216
    19911991msgid "Select User Roles Allowed to Access Videos"
    19921992msgstr ""
     
    21132113
    21142114#: admin/settings.php:998
     2115msgid "Number Format"
     2116msgstr ""
     2117
     2118#: admin/settings.php:999
     2119msgid "Choose how to display large numbers when displaying views, likes, etc."
     2120msgstr ""
     2121
     2122#: admin/settings.php:1002
     2123msgid "Full Format (e.g., 1,200, 3,400,000)"
     2124msgstr ""
     2125
     2126#: admin/settings.php:1003
     2127msgid "Short Format (e.g., 1.2K, 3.4M)"
     2128msgstr ""
     2129
     2130#: admin/settings.php:1010
    21152131msgid "Auto Flush Rewrite Rules"
    21162132msgstr ""
    21172133
    2118 #: admin/settings.php:999
     2134#: admin/settings.php:1011
    21192135msgid ""
    21202136"Check this box to automatically detect and insert the missing permalink "
     
    21242140msgstr ""
    21252141
    2126 #: admin/settings.php:1005
     2142#: admin/settings.php:1017
    21272143msgid "Remove data on uninstall?"
    21282144msgstr ""
    21292145
    2130 #: admin/settings.php:1006
     2146#: admin/settings.php:1018
    21312147msgid ""
    21322148"Check this box to delete all of the plugin data (database stored content) "
     
    21342150msgstr ""
    21352151
    2136 #: admin/settings.php:1012
     2152#: admin/settings.php:1024
    21372153msgid "Delete media files?"
    21382154msgstr ""
    21392155
    2140 #: admin/settings.php:1013
     2156#: admin/settings.php:1025
    21412157msgid ""
    21422158"Check this box to delete the associated media files when a video post or "
     
    21452161msgstr ""
    21462162
    2147 #: admin/settings.php:1019
     2163#: admin/settings.php:1031
    21482164msgid "Custom CSS"
    21492165msgstr ""
    21502166
    2151 #: admin/settings.php:1020
     2167#: admin/settings.php:1032
    21522168msgid ""
    21532169"Add your own CSS code to customize the appearance and style of the plugin "
     
    21562172msgstr ""
    21572173
    2158 #: admin/settings.php:1028
     2174#: admin/settings.php:1040
    21592175msgid "YouTube API Key"
    21602176msgstr ""
    21612177
    2162 #: admin/settings.php:1029 premium/includes/youtube-api/youtube-api.php:60
     2178#: admin/settings.php:1041 premium/includes/youtube-api/youtube-api.php:60
    21632179#, php-format
    21642180msgid ""
     
    21672183msgstr ""
    21682184
    2169 #: admin/settings.php:1035
     2185#: admin/settings.php:1047
    21702186msgid "Vimeo Access Token"
    21712187msgstr ""
    21722188
    2173 #: admin/settings.php:1036 premium/includes/vimeo-api/query.php:270
     2189#: admin/settings.php:1048 premium/includes/vimeo-api/query.php:270
    21742190#, php-format
    21752191msgid ""
     
    21782194msgstr ""
    21792195
    2180 #: admin/settings.php:1044
     2196#: admin/settings.php:1056
    21812197msgid "Single Category Page"
    21822198msgstr ""
    21832199
    2184 #: admin/settings.php:1045
     2200#: admin/settings.php:1057
    21852201msgid ""
    21862202"This is the page where the videos from a particular category is displayed. "
     
    21882204msgstr ""
    21892205
    2190 #: admin/settings.php:1051
     2206#: admin/settings.php:1063
    21912207msgid "Single Tag Page"
    21922208msgstr ""
    21932209
    2194 #: admin/settings.php:1052
     2210#: admin/settings.php:1064
    21952211msgid ""
    21962212"This is the page where the videos from a particular tag is displayed. The "
     
    21982214msgstr ""
    21992215
    2200 #: admin/settings.php:1058
     2216#: admin/settings.php:1070
    22012217msgid "Search Page"
    22022218msgstr ""
    22032219
    2204 #: admin/settings.php:1059
     2220#: admin/settings.php:1071
    22052221msgid ""
    22062222"This is the page where the search results are displayed. The [aiovg_search] "
     
    22082224msgstr ""
    22092225
    2210 #: admin/settings.php:1066
     2226#: admin/settings.php:1078
    22112227msgid ""
    22122228"This is the page where the videos from an user is displayed. The "
     
    22142230msgstr ""
    22152231
    2216 #: admin/settings.php:1073
     2232#: admin/settings.php:1085
    22172233msgid "This is the page used to show the video player."
    22182234msgstr ""
    22192235
    2220 #: admin/settings.php:1081
     2236#: admin/settings.php:1093
    22212237msgid "Enable Bunny Stream Hosting"
    22222238msgstr ""
    22232239
    2224 #: admin/settings.php:1082
     2240#: admin/settings.php:1094
    22252241msgid ""
    22262242"Enable this option to add a \"Bunny Stream\" upload button to the video "
     
    22292245msgstr ""
    22302246
    2231 #: admin/settings.php:1088
     2247#: admin/settings.php:1100
    22322248msgid "API Key"
    22332249msgstr ""
    22342250
    2235 #: admin/settings.php:1089 admin/settings.php:1096 admin/settings.php:1103
     2251#: admin/settings.php:1101 admin/settings.php:1108 admin/settings.php:1115
    22362252msgid ""
    22372253"You can find this in your Bunny.net Dashboard under: <strong>Stream → Your "
     
    22392255msgstr ""
    22402256
    2241 #: admin/settings.php:1095
     2257#: admin/settings.php:1107
    22422258msgid "Video Library ID"
    22432259msgstr ""
    22442260
    2245 #: admin/settings.php:1102
     2261#: admin/settings.php:1114
    22462262msgid "CDN Hostname"
    22472263msgstr ""
    22482264
    2249 #: admin/settings.php:1109
     2265#: admin/settings.php:1121
    22502266msgid "Collection ID"
    22512267msgstr ""
    22522268
    2253 #: admin/settings.php:1110
     2269#: admin/settings.php:1122
    22542270msgid ""
    22552271"Optional. You can find this in your Bunny.net Dashboard under: "
     
    22582274msgstr ""
    22592275
    2260 #: admin/settings.php:1116
     2276#: admin/settings.php:1128
    22612277msgid "Enable Token Authentication"
    22622278msgstr ""
    22632279
    2264 #: admin/settings.php:1117
     2280#: admin/settings.php:1129
    22652281msgid ""
    22662282"Check this option if token authentication is enabled in your Bunny.net "
     
    22692285msgstr ""
    22702286
    2271 #: admin/settings.php:1123
     2287#: admin/settings.php:1135
    22722288msgid "Token Authentication Key"
    22732289msgstr ""
    22742290
    2275 #: admin/settings.php:1124
     2291#: admin/settings.php:1136
    22762292msgid ""
    22772293"You can find this in your Bunny.net Dashboard under: <strong>Stream → Your "
     
    22792295msgstr ""
    22802296
    2281 #: admin/settings.php:1130
     2297#: admin/settings.php:1142
    22822298msgid "Token Expiry (in seconds)"
    22832299msgstr ""
    22842300
    2285 #: admin/settings.php:1131
     2301#: admin/settings.php:1143
    22862302msgid ""
    22872303"Optional. Set how long signed URLs remain valid. Default is 3600 seconds (1 "
     
    22892305msgstr ""
    22902306
    2291 #: admin/settings.php:1142
     2307#: admin/settings.php:1154
    22922308msgid "Show Logo"
    22932309msgstr ""
    22942310
    2295 #: admin/settings.php:1143
     2311#: admin/settings.php:1155
    22962312msgid "Check this option to show the watermark on the video."
    22972313msgstr ""
    22982314
    2299 #: admin/settings.php:1149
     2315#: admin/settings.php:1161
    23002316msgid "Logo Image"
    23012317msgstr ""
    23022318
    2303 #: admin/settings.php:1150
     2319#: admin/settings.php:1162
    23042320msgid ""
    23052321"Upload the image file of your logo. We recommend using the transparent PNG "
     
    23082324msgstr ""
    23092325
    2310 #: admin/settings.php:1156
     2326#: admin/settings.php:1168
    23112327msgid "Logo Link"
    23122328msgstr ""
    23132329
    2314 #: admin/settings.php:1157
     2330#: admin/settings.php:1169
    23152331msgid ""
    23162332"The URL to visit when the watermark image is clicked. Clicking a logo will "
     
    23182334msgstr ""
    23192335
    2320 #: admin/settings.php:1163
     2336#: admin/settings.php:1175
    23212337msgid "Logo Position"
    23222338msgstr ""
    23232339
    2324 #: admin/settings.php:1164
     2340#: admin/settings.php:1176
    23252341msgid "This sets the corner in which to display the watermark."
    23262342msgstr ""
    23272343
    2328 #: admin/settings.php:1167
     2344#: admin/settings.php:1179
    23292345msgid "Top Left"
    23302346msgstr ""
    23312347
    2332 #: admin/settings.php:1168
     2348#: admin/settings.php:1180
    23332349msgid "Top Right"
    23342350msgstr ""
    23352351
    2336 #: admin/settings.php:1169
     2352#: admin/settings.php:1181
    23372353msgid "Bottom Left"
    23382354msgstr ""
    23392355
    2340 #: admin/settings.php:1170
     2356#: admin/settings.php:1182
    23412357msgid "Bottom Right"
    23422358msgstr ""
    23432359
    2344 #: admin/settings.php:1176
     2360#: admin/settings.php:1188
    23452361msgid "Logo Margin"
    23462362msgstr ""
    23472363
    2348 #: admin/settings.php:1177
     2364#: admin/settings.php:1189
    23492365msgid "The distance, in pixels, of the logo from the edges of the display."
    23502366msgstr ""
    23512367
    2352 #: admin/settings.php:1183
     2368#: admin/settings.php:1195
    23532369msgid "Copyright Text"
    23542370msgstr ""
    23552371
    2356 #: admin/settings.php:1184
     2372#: admin/settings.php:1196
    23572373msgid "Text that is shown when a user right-clicks the player with the mouse."
    23582374msgstr ""
    23592375
    2360 #: admin/settings.php:1460
     2376#: admin/settings.php:1472
    23612377msgid "Choose File"
    23622378msgstr ""
    23632379
    2364 #: admin/settings.php:1511
     2380#: admin/settings.php:1523
    23652381msgid "Select a page"
    23662382msgstr ""
     
    23722388#: admin/tags.php:33 admin/tags.php:64 admin/tags.php:66 admin/videos.php:582
    23732389#: premium/admin/automations.php:280
    2374 #: premium/admin/partials/automations-video-options.php:82
     2390#: premium/admin/partials/automations-video-options.php:83
    23752391msgid "Video Tags"
    23762392msgstr ""
     
    24202436msgstr ""
    24212437
    2422 #: admin/tags.php:80 includes/helpers/functions.php:1112 public/public.php:290
     2438#: admin/tags.php:80 includes/helpers/functions.php:1119 public/public.php:290
    24232439#: public/public.php:376
    24242440msgid "No tags found"
     
    24522468#: premium/includes/functions.php:101 premium/includes/functions.php:114
    24532469#: premium/includes/vimeo-api/videos-resource.php:33
    2454 #: premium/public/templates/user-dashboard.php:85
     2470#: premium/public/templates/user-dashboard.php:95
    24552471msgid "Videos"
    24562472msgstr ""
     
    24582474#: admin/videos.php:76 admin/videos.php:78 admin/videos.php:112
    24592475#: admin/videos.php:190 blocks/blocks.php:112
    2460 #: includes/helpers/functions.php:1218
     2476#: includes/helpers/functions.php:1225
    24612477msgid "Video"
    24622478msgstr ""
     
    24982514msgstr ""
    24992515
    2500 #: admin/videos.php:91 includes/helpers/functions.php:1106
     2516#: admin/videos.php:91 includes/helpers/functions.php:1113
    25012517#: premium/admin/partials/playlist-fields.php:58
    25022518msgid "No videos found"
     
    25072523msgstr ""
    25082524
    2509 #: admin/videos.php:93 premium/admin/partials/automations-video-options.php:48
     2525#: admin/videos.php:93 premium/admin/partials/automations-video-options.php:50
    25102526msgid "Featured Image"
    25112527msgstr ""
     
    25442560
    25452561#: admin/videos.php:113 admin/videos.php:544
    2546 #: premium/admin/partials/automations-video-options.php:31
     2562#: premium/admin/partials/automations-video-options.php:33
    25472563#: premium/admin/slider.php:62 premium/public/slider.php:97
    25482564#: premium/public/templates/video-form.php:229
     
    26642680msgstr ""
    26652681
    2666 #: admin/videos.php:704 includes/helpers/functions.php:1499
     2682#: admin/videos.php:704 includes/helpers/functions.php:1506
    26672683msgid "Featured Only"
    26682684msgstr ""
     
    26802696msgstr ""
    26812697
    2682 #: admin/videos.php:813 includes/helpers/functions.php:1767
     2698#: admin/videos.php:813 includes/helpers/functions.php:1774
    26832699msgid "Categories"
    26842700msgstr ""
     
    27192735msgstr ""
    27202736
    2721 #: blocks/blocks.php:87 includes/helpers/functions.php:1492
    2722 #: includes/helpers/functions.php:1860 widgets/forms/categories.php:100
     2737#: blocks/blocks.php:87 includes/helpers/functions.php:1499
     2738#: includes/helpers/functions.php:1867 widgets/forms/categories.php:100
    27232739msgid "ASC"
    27242740msgstr ""
    27252741
    2726 #: blocks/blocks.php:88 includes/helpers/functions.php:1493
    2727 #: includes/helpers/functions.php:1861 widgets/forms/categories.php:101
     2742#: blocks/blocks.php:88 includes/helpers/functions.php:1500
     2743#: includes/helpers/functions.php:1868 widgets/forms/categories.php:101
    27282744msgid "DESC"
    27292745msgstr ""
    27302746
    2731 #: blocks/blocks.php:93 includes/helpers/functions.php:1895
     2747#: blocks/blocks.php:93 includes/helpers/functions.php:1902
    27322748msgid "Show Pagination"
    27332749msgstr ""
     
    27532769msgstr ""
    27542770
    2755 #: blocks/blocks.php:99 includes/helpers/functions.php:1733
    2756 #: includes/helpers/functions.php:1916 widgets/forms/search.php:25
     2771#: blocks/blocks.php:99 includes/helpers/functions.php:1740
     2772#: includes/helpers/functions.php:1923 widgets/forms/search.php:25
    27572773msgid "Vertical"
    27582774msgstr ""
    27592775
    2760 #: blocks/blocks.php:100 includes/helpers/functions.php:1734
    2761 #: includes/helpers/functions.php:1917 widgets/forms/search.php:26
     2776#: blocks/blocks.php:100 includes/helpers/functions.php:1741
     2777#: includes/helpers/functions.php:1924 widgets/forms/search.php:26
    27622778msgid "Horizontal"
    27632779msgstr ""
    27642780
    2765 #: blocks/blocks.php:101 includes/helpers/functions.php:1930
     2781#: blocks/blocks.php:101 includes/helpers/functions.php:1937
    27662782#: widgets/forms/search.php:51
    27672783msgid "Search By Categories"
    27682784msgstr ""
    27692785
    2770 #: blocks/blocks.php:102 includes/helpers/functions.php:1923
     2786#: blocks/blocks.php:102 includes/helpers/functions.php:1930
    27712787#: widgets/forms/search.php:44
    27722788msgid "Search By Video Title, Description"
    27732789msgstr ""
    27742790
    2775 #: blocks/blocks.php:103 includes/helpers/functions.php:1937
     2791#: blocks/blocks.php:103 includes/helpers/functions.php:1944
    27762792#: widgets/forms/search.php:58
    27772793msgid "Search By Tags"
    27782794msgstr ""
    27792795
    2780 #: blocks/blocks.php:104 includes/helpers/functions.php:1715
    2781 #: includes/helpers/functions.php:1944 widgets/forms/search.php:65
     2796#: blocks/blocks.php:104 includes/helpers/functions.php:1722
     2797#: includes/helpers/functions.php:1951 widgets/forms/search.php:65
    27822798msgid "Sort By Dropdown"
    27832799msgstr ""
    27842800
    2785 #: blocks/blocks.php:105 includes/helpers/functions.php:1951
     2801#: blocks/blocks.php:105 includes/helpers/functions.php:1958
    27862802#: widgets/forms/search.php:72
    27872803msgid "Search Button"
    27882804msgstr ""
    27892805
    2790 #: blocks/blocks.php:106 includes/helpers/functions.php:1722
    2791 #: includes/helpers/functions.php:1958 widgets/forms/search.php:79
     2806#: blocks/blocks.php:106 includes/helpers/functions.php:1729
     2807#: includes/helpers/functions.php:1965 widgets/forms/search.php:79
    27922808msgid "Reset Button"
    27932809msgstr ""
    27942810
    2795 #: blocks/blocks.php:108 includes/helpers/functions.php:1969
     2811#: blocks/blocks.php:108 includes/helpers/functions.php:1976
    27962812#: widgets/forms/search.php:88
    27972813msgid "Use Plugin's Default Search Results Page"
    27982814msgstr ""
    27992815
    2800 #: blocks/blocks.php:109 includes/helpers/functions.php:1970
     2816#: blocks/blocks.php:109 includes/helpers/functions.php:1977
    28012817#: widgets/forms/search.php:89
    28022818msgid "Display Results on Current Page"
     
    28252841msgstr ""
    28262842
    2827 #: includes/helpers/functions.php:568
     2843#: includes/helpers/functions.php:571
    28282844#, php-format
    28292845msgid "%sB"
    28302846msgstr ""
    28312847
    2832 #: includes/helpers/functions.php:570
     2848#: includes/helpers/functions.php:573
    28332849#, php-format
    28342850msgid "%sM"
    28352851msgstr ""
    28362852
    2837 #: includes/helpers/functions.php:572
     2853#: includes/helpers/functions.php:575
    28382854#, php-format
    28392855msgid "%sK"
    28402856msgstr ""
    28412857
    2842 #: includes/helpers/functions.php:679
     2858#: includes/helpers/functions.php:685
    28432859msgid "Video Category"
    28442860msgstr ""
    28452861
    2846 #: includes/helpers/functions.php:683
     2862#: includes/helpers/functions.php:689
    28472863msgid "Video Tag"
    28482864msgstr ""
    28492865
    2850 #: includes/helpers/functions.php:687
     2866#: includes/helpers/functions.php:693
    28512867#: public/templates/search-form-template-compact.php:33
    2852 #: public/templates/search-form-template-horizontal.php:175
    2853 #: public/templates/search-form-template-vertical.php:175
     2868#: public/templates/search-form-template-horizontal.php:177
     2869#: public/templates/search-form-template-vertical.php:177
    28542870#: widgets/search.php:141
    28552871msgid "Search Videos"
    28562872msgstr ""
    28572873
    2858 #: includes/helpers/functions.php:691
     2874#: includes/helpers/functions.php:697
    28592875msgid "User Videos"
    28602876msgstr ""
    28612877
    2862 #: includes/helpers/functions.php:695
     2878#: includes/helpers/functions.php:701
    28632879msgid "Player Embed"
    28642880msgstr ""
    28652881
    2866 #: includes/helpers/functions.php:842 includes/player/base.php:668
     2882#: includes/helpers/functions.php:848 includes/player/base.php:668
    28672883#: public/templates/player-restricted.php:16 public/video.php:471
    28682884msgid "Sorry, but you do not have permission to view this video."
    28692885msgstr ""
    28702886
    2871 #: includes/helpers/functions.php:844
     2887#: includes/helpers/functions.php:850
    28722888msgid "restricted"
    28732889msgstr ""
    28742890
    2875 #: includes/helpers/functions.php:850
     2891#: includes/helpers/functions.php:856
    28762892msgid ""
    28772893"<strong>Please accept cookies to play this video</strong>. By accepting you "
     
    28792895msgstr ""
    28802896
    2881 #: includes/helpers/functions.php:851
     2897#: includes/helpers/functions.php:857
    28822898msgid "I Agree"
    28832899msgstr ""
    28842900
    2885 #: includes/helpers/functions.php:1115
     2901#: includes/helpers/functions.php:1122
    28862902msgid "Sorry, you need to login to view this content."
    28872903msgstr ""
    28882904
    2889 #: includes/helpers/functions.php:1166
     2905#: includes/helpers/functions.php:1173
    28902906msgid "Title - Ascending"
    28912907msgstr ""
    28922908
    2893 #: includes/helpers/functions.php:1167
     2909#: includes/helpers/functions.php:1174
    28942910msgid "Title - Descending"
    28952911msgstr ""
    28962912
    2897 #: includes/helpers/functions.php:1168
     2913#: includes/helpers/functions.php:1175
    28982914msgid "Newest First"
    28992915msgstr ""
    29002916
    2901 #: includes/helpers/functions.php:1169
     2917#: includes/helpers/functions.php:1176
    29022918msgid "Oldest First"
    29032919msgstr ""
    29042920
    2905 #: includes/helpers/functions.php:1170
     2921#: includes/helpers/functions.php:1177
    29062922msgid "Most Viewed"
    29072923msgstr ""
    29082924
    2909 #: includes/helpers/functions.php:1175
     2925#: includes/helpers/functions.php:1182
    29102926msgid "Most Liked"
    29112927msgstr ""
    29122928
    2913 #: includes/helpers/functions.php:1196
     2929#: includes/helpers/functions.php:1203
    29142930msgid "Single Video"
    29152931msgstr ""
    29162932
    2917 #: includes/helpers/functions.php:1203 widgets/forms/video.php:24
     2933#: includes/helpers/functions.php:1210 widgets/forms/video.php:24
    29182934#: widgets/forms/video.php:40
    29192935msgid "Select Video"
    29202936msgstr ""
    29212937
    2922 #: includes/helpers/functions.php:1219 includes/helpers/functions.php:1275
     2938#: includes/helpers/functions.php:1226 includes/helpers/functions.php:1282
    29232939msgid ""
    29242940"Enter your direct file URL in the textbox above (OR) upload your file using "
     
    29262942msgstr ""
    29272943
    2928 #: includes/helpers/functions.php:1225
     2944#: includes/helpers/functions.php:1232
    29292945#: premium/public/templates/video-form.php:150
    29302946msgid "HLS"
    29312947msgstr ""
    29322948
    2933 #: includes/helpers/functions.php:1232
     2949#: includes/helpers/functions.php:1239
    29342950#: premium/public/templates/video-form.php:150
    29352951msgid "MPEG-DASH"
    29362952msgstr ""
    29372953
    2938 #: includes/helpers/functions.php:1253 includes/helpers/functions.php:2049
     2954#: includes/helpers/functions.php:1260 includes/helpers/functions.php:2056
    29392955msgid "Dailymotion"
    29402956msgstr ""
    29412957
    2942 #: includes/helpers/functions.php:1260 includes/helpers/functions.php:2050
     2958#: includes/helpers/functions.php:1267 includes/helpers/functions.php:2057
    29432959msgid "Rumble"
    29442960msgstr ""
    29452961
    2946 #: includes/helpers/functions.php:1444
     2962#: includes/helpers/functions.php:1451
    29472963#: premium/public/templates/video-form.php:236
    29482964#: premium/public/templates/video-form.php:243
    2949 #: public/templates/search-form-template-horizontal.php:73
    2950 #: public/templates/search-form-template-vertical.php:73
     2965#: public/templates/search-form-template-horizontal.php:74
     2966#: public/templates/search-form-template-vertical.php:74
    29512967msgid "Select Categories"
    29522968msgstr ""
    29532969
    2954 #: includes/helpers/functions.php:1451
     2970#: includes/helpers/functions.php:1458
    29552971#: premium/public/templates/video-form.php:278
    29562972#: premium/public/templates/video-form.php:285
    2957 #: public/templates/search-form-template-horizontal.php:127
    2958 #: public/templates/search-form-template-vertical.php:127
     2973#: public/templates/search-form-template-horizontal.php:129
     2974#: public/templates/search-form-template-vertical.php:129
    29592975msgid "Select Tags"
    29602976msgstr ""
    29612977
    2962 #: includes/helpers/functions.php:1458
     2978#: includes/helpers/functions.php:1465
    29632979msgid "Include Video ID(s)"
    29642980msgstr ""
    29652981
    2966 #: includes/helpers/functions.php:1465
     2982#: includes/helpers/functions.php:1472
    29672983msgid "Exclude Video ID(s)"
    29682984msgstr ""
    29692985
    2970 #: includes/helpers/functions.php:1506
     2986#: includes/helpers/functions.php:1513
    29712987msgid "Follow URL"
    29722988msgstr ""
    29732989
    2974 #: includes/helpers/functions.php:1514
     2990#: includes/helpers/functions.php:1521
    29752991msgid "Gallery"
    29762992msgstr ""
    29772993
    2978 #: includes/helpers/functions.php:1668
     2994#: includes/helpers/functions.php:1675
    29792995msgid "More Button"
    29802996msgstr ""
    29812997
    2982 #: includes/helpers/functions.php:1675 widgets/forms/categories.php:152
     2998#: includes/helpers/functions.php:1682 widgets/forms/categories.php:152
    29832999msgid "More Button Label"
    29843000msgstr ""
    29853001
    2986 #: includes/helpers/functions.php:1678 widgets/categories.php:67
    2987 #: widgets/videos.php:415
     3002#: includes/helpers/functions.php:1685 widgets/categories.php:67
     3003#: widgets/videos.php:439
    29883004msgid "Show More"
    29893005msgstr ""
    29903006
    2991 #: includes/helpers/functions.php:1682 widgets/forms/categories.php:157
     3007#: includes/helpers/functions.php:1689 widgets/forms/categories.php:157
    29923008msgid "More Button Link"
    29933009msgstr ""
    29943010
    2995 #: includes/helpers/functions.php:1683 widgets/forms/categories.php:159
     3011#: includes/helpers/functions.php:1690 widgets/forms/categories.php:159
    29963012msgid "Leave this field blank to use Ajax"
    29973013msgstr ""
    29983014
    2999 #: includes/helpers/functions.php:1690
     3015#: includes/helpers/functions.php:1697
    30003016msgid "Filters & Search Form"
    30013017msgstr ""
    30023018
    3003 #: includes/helpers/functions.php:1694
     3019#: includes/helpers/functions.php:1701
    30043020msgid "Filter By Video Title, Description"
    30053021msgstr ""
    30063022
    3007 #: includes/helpers/functions.php:1695
     3023#: includes/helpers/functions.php:1702
    30083024msgid ""
    30093025"Enable keyword search that allows visitors to filter videos by matching "
     
    30113027msgstr ""
    30123028
    3013 #: includes/helpers/functions.php:1701
     3029#: includes/helpers/functions.php:1708
    30143030msgid "Filter By Categories"
    30153031msgstr ""
    30163032
    3017 #: includes/helpers/functions.php:1702
     3033#: includes/helpers/functions.php:1709
    30183034msgid "Allow visitors to filter videos based on assigned categories."
    30193035msgstr ""
    30203036
    3021 #: includes/helpers/functions.php:1708
     3037#: includes/helpers/functions.php:1715
    30223038msgid "Filter By Tags"
    30233039msgstr ""
    30243040
    3025 #: includes/helpers/functions.php:1709
     3041#: includes/helpers/functions.php:1716
    30263042msgid "Allow visitors to filter videos based on assigned tags."
    30273043msgstr ""
    30283044
    3029 #: includes/helpers/functions.php:1716
     3045#: includes/helpers/functions.php:1723
    30303046msgid ""
    30313047"Enable a dropdown to let visitors sort videos by options like date, title, "
     
    30333049msgstr ""
    30343050
    3035 #: includes/helpers/functions.php:1723
     3051#: includes/helpers/functions.php:1730
    30363052msgid "Show a reset button to allow visitors to clear all selected filters."
    30373053msgstr ""
    30383054
    3039 #: includes/helpers/functions.php:1729
     3055#: includes/helpers/functions.php:1736
    30403056msgid "Filters Template"
    30413057msgstr ""
    30423058
    3043 #: includes/helpers/functions.php:1730
     3059#: includes/helpers/functions.php:1737
    30443060msgid ""
    30453061"Choose how the filters will be displayed — vertically (stacked) or "
     
    30473063msgstr ""
    30483064
    3049 #: includes/helpers/functions.php:1740
     3065#: includes/helpers/functions.php:1747
    30503066msgid "Filters Mode"
    30513067msgstr ""
    30523068
    3053 #: includes/helpers/functions.php:1741
     3069#: includes/helpers/functions.php:1748
    30543070msgid "How should the filter form behave when users interact with it?"
    30553071msgstr ""
    30563072
    3057 #: includes/helpers/functions.php:1744
     3073#: includes/helpers/functions.php:1751
    30583074msgid "Live - Update instantly"
    30593075msgstr ""
    30603076
    3061 #: includes/helpers/functions.php:1745
     3077#: includes/helpers/functions.php:1752
    30623078msgid "Ajax - Update instantly without page reload"
    30633079msgstr ""
    30643080
    3065 #: includes/helpers/functions.php:1746
     3081#: includes/helpers/functions.php:1753
    30663082msgid "Search - Update on button click"
    30673083msgstr ""
    30683084
    3069 #: includes/helpers/functions.php:1752
     3085#: includes/helpers/functions.php:1759
    30703086msgid "Filters Position"
    30713087msgstr ""
    30723088
    3073 #: includes/helpers/functions.php:1753
     3089#: includes/helpers/functions.php:1760
    30743090msgid ""
    30753091"Decide where the filters should appear — above the gallery (Top), on the "
     
    30773093msgstr ""
    30783094
    3079 #: includes/helpers/functions.php:1758 premium/admin/playlist.php:39
     3095#: includes/helpers/functions.php:1765 premium/admin/playlist.php:39
    30803096#: premium/public/playlist.php:57
    30813097msgid "Right"
    30823098msgstr ""
    30833099
    3084 #: includes/helpers/functions.php:1801
     3100#: includes/helpers/functions.php:1808
    30853101msgid "Include Category ID(s)"
    30863102msgstr ""
    30873103
    3088 #: includes/helpers/functions.php:1808
     3104#: includes/helpers/functions.php:1815
    30893105msgid "Exclude Category ID(s)"
    30903106msgstr ""
    30913107
    3092 #: includes/helpers/functions.php:1905
     3108#: includes/helpers/functions.php:1912
    30933109msgid "Search Form"
    30943110msgstr ""
    30953111
    3096 #: includes/helpers/functions.php:1966 widgets/forms/search.php:102
     3112#: includes/helpers/functions.php:1973 widgets/forms/search.php:102
    30973113msgid ""
    30983114"The selected \"Search Results Page\" must include the [aiovg_search] "
     
    31003116msgstr ""
    31013117
    3102 #: includes/helpers/functions.php:2012
     3118#: includes/helpers/functions.php:2019
    31033119#, php-format
    31043120msgid "%s ago"
    31053121msgstr ""
    31063122
    3107 #: includes/helpers/functions.php:2045
    3108 msgid "Self Hosted"
    3109 msgstr ""
    3110 
    3111 #: includes/helpers/functions.php:2045
    3112 msgid "External URL"
    3113 msgstr ""
    3114 
    3115 #: includes/helpers/functions.php:2046
    3116 msgid "Adaptive / Live Streaming"
    3117 msgstr ""
    3118 
    3119 #: includes/helpers/functions.php:2055
     3123#: includes/helpers/functions.php:2052
     3124msgid "Video File (mp4, webm, ogv, m4v, mov)"
     3125msgstr ""
     3126
     3127#: includes/helpers/functions.php:2053
     3128msgid "HLS / MPEG-DASH"
     3129msgstr ""
     3130
     3131#: includes/helpers/functions.php:2062
    31203132msgid "Third-Party Player Code"
    31213133msgstr ""
    31223134
    3123 #: includes/helpers/functions.php:2069
     3135#: includes/helpers/functions.php:2076
    31243136msgid "Classic"
    31253137msgstr ""
     
    34893501
    34903502#: premium/admin/automations.php:883
    3491 #: premium/admin/partials/automations-sources.php:19
    3492 msgid "Video Service"
     3503#: premium/admin/partials/automations-sources.php:21
     3504msgid "Import Videos From..."
    34933505msgstr ""
    34943506
     
    35253537
    35263538#: premium/admin/automations.php:911
    3527 #: premium/admin/partials/automations-sources.php:470
     3539#: premium/admin/partials/automations-sources.php:423
    35283540msgid "Batch Limit"
    35293541msgstr ""
     
    36153627msgstr ""
    36163628
    3617 #: premium/admin/partials/automations-sources.php:81
     3629#: premium/admin/partials/automations-sources.php:82
    36183630msgid "Channel URL"
    36193631msgstr ""
    36203632
    3621 #: premium/admin/partials/automations-sources.php:92
     3633#: premium/admin/partials/automations-sources.php:88
    36223634msgid "Enter the YouTube Channel ID (or) a YouTube Video URL from the Channel."
    36233635msgstr ""
    36243636
    3625 #: premium/admin/partials/automations-sources.php:100
     3637#: premium/admin/partials/automations-sources.php:99
    36263638msgid "Playlist URL"
    36273639msgstr ""
    36283640
    3629 #: premium/admin/partials/automations-sources.php:118
    3630 #: premium/admin/partials/automations-sources.php:376
     3641#: premium/admin/partials/automations-sources.php:113
     3642#: premium/admin/partials/automations-sources.php:335
    36313643msgid "Search Keyword"
    36323644msgstr ""
    36333645
    3634 #: premium/admin/partials/automations-sources.php:129
     3646#: premium/admin/partials/automations-sources.php:119
    36353647msgid "Enter search terms (space:AND, -:NOT, |:OR)"
    36363648msgstr ""
    36373649
    3638 #: premium/admin/partials/automations-sources.php:137
     3650#: premium/admin/partials/automations-sources.php:130
    36393651#: premium/includes/functions.php:100
    36403652msgid "Username"
    36413653msgstr ""
    36423654
    3643 #: premium/admin/partials/automations-sources.php:155
    3644 #: premium/admin/partials/automations-sources.php:394
     3655#: premium/admin/partials/automations-sources.php:144
     3656#: premium/admin/partials/automations-sources.php:349
    36453657msgid "Video URLs"
    36463658msgstr ""
    36473659
    3648 #: premium/admin/partials/automations-sources.php:166
     3660#: premium/admin/partials/automations-sources.php:150
     3661#: premium/admin/partials/automations-sources.php:355
     3662msgid "Enter one video per line."
     3663msgstr ""
     3664
     3665#: premium/admin/partials/automations-sources.php:160
     3666#: premium/admin/partials/automations-sources.php:401
     3667msgid "Exclude URLs"
     3668msgstr ""
     3669
     3670#: premium/admin/partials/automations-sources.php:164
    36493671#: premium/admin/partials/automations-sources.php:405
    3650 msgid "Enter one video per line."
    3651 msgstr ""
    3652 
    3653 #: premium/admin/partials/automations-sources.php:173
    3654 #: premium/admin/partials/automations-sources.php:458
    3655 msgid "Exclude URLs"
    3656 msgstr ""
    3657 
    3658 #: premium/admin/partials/automations-sources.php:177
    3659 #: premium/admin/partials/automations-sources.php:462
    36603672msgid ""
    36613673"Enter the list of video URLs those should be excluded during the import. "
     
    36633675msgstr ""
    36643676
    3665 #: premium/admin/partials/automations-sources.php:193
     3677#: premium/admin/partials/automations-sources.php:175
    36663678msgid "Date"
    36673679msgstr ""
    36683680
    3669 #: premium/admin/partials/automations-sources.php:194
     3681#: premium/admin/partials/automations-sources.php:176
    36703682msgid "Rating"
    36713683msgstr ""
    36723684
    3673 #: premium/admin/partials/automations-sources.php:195
     3685#: premium/admin/partials/automations-sources.php:177
    36743686msgid "Relevance"
    36753687msgstr ""
    36763688
    3677 #: premium/admin/partials/automations-sources.php:250
     3689#: premium/admin/partials/automations-sources.php:237
    36783690msgid "User ID"
    36793691msgstr ""
    36803692
    3681 #: premium/admin/partials/automations-sources.php:260
     3693#: premium/admin/partials/automations-sources.php:241
    36823694msgid "Enter your Vimeo User ID"
    36833695msgstr ""
    36843696
    3685 #: premium/admin/partials/automations-sources.php:268
     3697#: premium/admin/partials/automations-sources.php:251
    36863698msgid "Showcase ID"
    36873699msgstr ""
    36883700
    3689 #: premium/admin/partials/automations-sources.php:278
     3701#: premium/admin/partials/automations-sources.php:255
    36903702msgid "Enter your Vimeo Showcase ID"
    36913703msgstr ""
    36923704
    3693 #: premium/admin/partials/automations-sources.php:286
     3705#: premium/admin/partials/automations-sources.php:265
    36943706msgid "Category Name"
    36953707msgstr ""
    36963708
    3697 #: premium/admin/partials/automations-sources.php:304
     3709#: premium/admin/partials/automations-sources.php:279
    36983710msgid "Channel ID"
    36993711msgstr ""
    37003712
    3701 #: premium/admin/partials/automations-sources.php:314
     3713#: premium/admin/partials/automations-sources.php:283
    37023714msgid "Enter your Vimeo Channel ID"
    37033715msgstr ""
    37043716
    3705 #: premium/admin/partials/automations-sources.php:322
     3717#: premium/admin/partials/automations-sources.php:293
    37063718msgid "Folder ID"
    37073719msgstr ""
    37083720
    3709 #: premium/admin/partials/automations-sources.php:332
     3721#: premium/admin/partials/automations-sources.php:297
    37103722msgid "Enter your Vimeo Folder ID"
    37113723msgstr ""
    37123724
    3713 #: premium/admin/partials/automations-sources.php:340
     3725#: premium/admin/partials/automations-sources.php:307
    37143726msgid "Group ID"
    37153727msgstr ""
    37163728
    3717 #: premium/admin/partials/automations-sources.php:350
     3729#: premium/admin/partials/automations-sources.php:311
    37183730msgid "Enter your Vimeo Group ID"
    37193731msgstr ""
    37203732
    3721 #: premium/admin/partials/automations-sources.php:358
     3733#: premium/admin/partials/automations-sources.php:321
    37223734msgid "Portfolio ID"
    37233735msgstr ""
    37243736
    3725 #: premium/admin/partials/automations-sources.php:368
     3737#: premium/admin/partials/automations-sources.php:325
    37263738msgid "Enter your Vimeo Portfolio ID"
    37273739msgstr ""
    37283740
    3729 #: premium/admin/partials/automations-sources.php:412
     3741#: premium/admin/partials/automations-sources.php:365
    37303742msgid "Filter by Tags"
    37313743msgstr ""
    37323744
    3733 #: premium/admin/partials/automations-sources.php:420
     3745#: premium/admin/partials/automations-sources.php:367
    37343746msgid "Enter a comma-separated list of tags to filter on"
    37353747msgstr ""
    37363748
     3749#: premium/admin/partials/automations-sources.php:376
     3750msgid "Exclude Tags"
     3751msgstr ""
     3752
     3753#: premium/admin/partials/automations-sources.php:378
     3754msgid "Enter a comma-separated list of tags to exclude"
     3755msgstr ""
     3756
     3757#: premium/admin/partials/automations-sources.php:387
     3758msgid "Include Subfolders"
     3759msgstr ""
     3760
     3761#: premium/admin/partials/automations-sources.php:391
     3762msgid "Check this option to import videos from the subfolders too."
     3763msgstr ""
     3764
     3765#: premium/admin/partials/automations-sources.php:395
     3766msgid "Yes"
     3767msgstr ""
     3768
     3769#: premium/admin/partials/automations-sources.php:395
     3770msgid "No"
     3771msgstr ""
     3772
     3773#: premium/admin/partials/automations-sources.php:415
     3774msgid "Schedule Import"
     3775msgstr ""
     3776
    37373777#: premium/admin/partials/automations-sources.php:427
    3738 msgid "Exclude Tags"
    3739 msgstr ""
    3740 
    3741 #: premium/admin/partials/automations-sources.php:435
    3742 msgid "Enter a comma-separated list of tags to exclude"
    3743 msgstr ""
    3744 
    3745 #: premium/admin/partials/automations-sources.php:442
    3746 msgid "Include Subfolders"
    3747 msgstr ""
    3748 
    3749 #: premium/admin/partials/automations-sources.php:446
    3750 msgid "Yes"
    3751 msgstr ""
    3752 
    3753 #: premium/admin/partials/automations-sources.php:446
    3754 msgid "No"
    3755 msgstr ""
    3756 
    3757 #: premium/admin/partials/automations-sources.php:451
    3758 msgid "Check this option to import videos from the subfolders too."
    3759 msgstr ""
    3760 
    3761 #: premium/admin/partials/automations-sources.php:474
    37623778msgid ""
    37633779"Enter the maximum amount of videos to be imported per batch. We recommend "
     
    37653781msgstr ""
    37663782
    3767 #: premium/admin/partials/automations-sources.php:480
     3783#: premium/admin/partials/automations-sources.php:433
    37683784msgid "Schedule"
    37693785msgstr ""
    37703786
    3771 #: premium/admin/partials/automations-sources.php:486
     3787#: premium/admin/partials/automations-sources.php:439
    37723788msgid "Only Once"
    37733789msgstr ""
    37743790
    3775 #: premium/admin/partials/automations-sources.php:487
     3791#: premium/admin/partials/automations-sources.php:440
    37763792msgid "Every 1 Hour"
    37773793msgstr ""
    37783794
    3779 #: premium/admin/partials/automations-sources.php:488
     3795#: premium/admin/partials/automations-sources.php:441
    37803796msgid "Every 1 Day"
    37813797msgstr ""
    37823798
    3783 #: premium/admin/partials/automations-sources.php:489
     3799#: premium/admin/partials/automations-sources.php:442
    37843800msgid "Every 1 Week"
    37853801msgstr ""
    37863802
    3787 #: premium/admin/partials/automations-sources.php:490
     3803#: premium/admin/partials/automations-sources.php:443
    37883804msgid "Every 1 Month"
    37893805msgstr ""
    37903806
    3791 #: premium/admin/partials/automations-sources.php:503
     3807#: premium/admin/partials/automations-sources.php:457
    37923808msgid "Configure how frequent the plugin the plugin should import videos."
    37933809msgstr ""
    37943810
    3795 #: premium/admin/partials/automations-sources.php:509
     3811#: premium/admin/partials/automations-sources.php:464
    37963812msgid "Reschedule"
    37973813msgstr ""
    37983814
    3799 #: premium/admin/partials/automations-sources.php:514
     3815#: premium/admin/partials/automations-sources.php:468
    38003816msgid ""
    38013817"Check this option if the plugin should check for new videos after the import "
     
    38413857msgstr ""
    38423858
    3843 #: premium/admin/partials/automations-video-options.php:23
     3859#: premium/admin/partials/automations-video-options.php:25
    38443860#, php-format
    38453861msgid ""
     
    38483864msgstr ""
    38493865
    3850 #: premium/admin/partials/automations-video-options.php:24
     3866#: premium/admin/partials/automations-video-options.php:26
    38513867#, php-format
    38523868msgid ""
     
    38543870msgstr ""
    38553871
    3856 #: premium/admin/partials/automations-video-options.php:25
     3872#: premium/admin/partials/automations-video-options.php:27
    38573873#, php-format
    38583874msgid ""
     
    38623878msgstr ""
    38633879
    3864 #: premium/admin/partials/automations-video-options.php:36
     3880#: premium/admin/partials/automations-video-options.php:38
    38653881msgid "Check this option to import the video description."
    38663882msgstr ""
    38673883
    3868 #: premium/admin/partials/automations-video-options.php:40
     3884#: premium/admin/partials/automations-video-options.php:42
    38693885#, php-format
    38703886msgid ""
     
    38733889msgstr ""
    38743890
    3875 #: premium/admin/partials/automations-video-options.php:41
     3891#: premium/admin/partials/automations-video-options.php:43
    38763892#, php-format
    38773893msgid ""
     
    38813897msgstr ""
    38823898
    3883 #: premium/admin/partials/automations-video-options.php:53
     3899#: premium/admin/partials/automations-video-options.php:54
    38843900msgid "Check this option to set a featured image."
    38853901msgstr ""
    38863902
    3887 #: premium/admin/partials/automations-video-options.php:76
     3903#: premium/admin/partials/automations-video-options.php:77
    38883904msgid "Assign categories to the imported videos."
    38893905msgstr ""
    38903906
    3891 #: premium/admin/partials/automations-video-options.php:87
     3907#: premium/admin/partials/automations-video-options.php:88
    38923908msgid "Check this box to automatically import tags from the Vimeo website."
    38933909msgstr ""
    38943910
    3895 #: premium/admin/partials/automations-video-options.php:106
     3911#: premium/admin/partials/automations-video-options.php:108
    38963912msgid "Assign tags to the imported videos."
    38973913msgstr ""
    38983914
    3899 #: premium/admin/partials/automations-video-options.php:112
     3915#: premium/admin/partials/automations-video-options.php:114
    39003916msgid "Video Date"
    39013917msgstr ""
    39023918
    3903 #: premium/admin/partials/automations-video-options.php:118
     3919#: premium/admin/partials/automations-video-options.php:120
    39043920msgid "Original date on the video service"
    39053921msgstr ""
    39063922
    3907 #: premium/admin/partials/automations-video-options.php:119
     3923#: premium/admin/partials/automations-video-options.php:121
    39083924msgid "Date when the video is imported"
    39093925msgstr ""
    39103926
    3911 #: premium/admin/partials/automations-video-options.php:132
     3927#: premium/admin/partials/automations-video-options.php:135
    39123928msgid ""
    39133929"Select whether to use the original posting date on the video service, or the "
     
    39153931msgstr ""
    39163932
    3917 #: premium/admin/partials/automations-video-options.php:138
     3933#: premium/admin/partials/automations-video-options.php:141
    39183934msgid "Video Author"
    39193935msgstr ""
    39203936
    3921 #: premium/admin/partials/automations-video-options.php:150
     3937#: premium/admin/partials/automations-video-options.php:154
    39223938msgid "Select the author to whom the video should be assigned."
    39233939msgstr ""
    39243940
    3925 #: premium/admin/partials/automations-video-options.php:156
     3941#: premium/admin/partials/automations-video-options.php:160
    39263942msgid "Video Status"
    39273943msgstr ""
    39283944
    3929 #: premium/admin/partials/automations-video-options.php:162
     3945#: premium/admin/partials/automations-video-options.php:166
    39303946msgid "Draft"
    39313947msgstr ""
    39323948
    3933 #: premium/admin/partials/automations-video-options.php:163
     3949#: premium/admin/partials/automations-video-options.php:167
    39343950#: premium/admin/user.php:167 premium/admin/user.php:178
    39353951msgid "Pending"
    39363952msgstr ""
    39373953
    3938 #: premium/admin/partials/automations-video-options.php:164
     3954#: premium/admin/partials/automations-video-options.php:168
    39393955#: premium/admin/user.php:166 premium/admin/user.php:177
    39403956msgid "Publish"
    39413957msgstr ""
    39423958
    3943 #: premium/admin/partials/automations-video-options.php:177
     3959#: premium/admin/partials/automations-video-options.php:182
    39443960msgid ""
    39453961"Select the default status of the imported videos. Site admin will be "
     
    48694885msgstr ""
    48704886
    4871 #: premium/public/templates/user-dashboard.php:20
     4887#: premium/public/templates/user-dashboard.php:28
    48724888#, php-format
    48734889msgid ""
     
    48764892msgstr ""
    48774893
    4878 #: premium/public/templates/user-dashboard.php:25
     4894#: premium/public/templates/user-dashboard.php:33
    48794895msgid "Congrats, the video has been saved as a draft."
    48804896msgstr ""
    48814897
    4882 #: premium/public/templates/user-dashboard.php:31
     4898#: premium/public/templates/user-dashboard.php:39
    48834899msgid ""
    48844900"Congrats, the video has been submitted, and it is pending review. This "
     
    48864902msgstr ""
    48874903
    4888 #: premium/public/templates/user-dashboard.php:37
     4904#: premium/public/templates/user-dashboard.php:45
    48894905msgid "Congrats, the video has been updated."
    48904906msgstr ""
    48914907
    4892 #: premium/public/templates/user-dashboard.php:43
     4908#: premium/public/templates/user-dashboard.php:51
    48934909msgid "Congrats, the video has been published."
    48944910msgstr ""
    48954911
    4896 #: premium/public/templates/user-dashboard.php:49
     4912#: premium/public/templates/user-dashboard.php:57
    48974913msgid "The video has been deleted successfully."
    48984914msgstr ""
    48994915
    4900 #: premium/public/templates/user-dashboard.php:61
     4916#: premium/public/templates/user-dashboard.php:69
    49014917msgid "Search videos by title"
    49024918msgstr ""
    49034919
    4904 #: premium/public/templates/user-dashboard.php:86
     4920#: premium/public/templates/user-dashboard.php:96
    49054921msgid "Actions"
    49064922msgstr ""
    49074923
    4908 #: premium/public/templates/user-dashboard.php:154
    4909 #, php-format
    4910 msgid "%s views"
    4911 msgstr ""
    4912 
    4913 #: premium/public/templates/user-dashboard.php:216
     4924#: premium/public/templates/user-dashboard.php:164
     4925#: premium/public/templates/videos-template-playlist.php:233
     4926#: public/templates/single-video.php:70
     4927#: public/templates/video-thumbnail-image-left.php:136
     4928#: public/templates/video-thumbnail.php:132
     4929msgid "views"
     4930msgstr ""
     4931
     4932#: premium/public/templates/user-dashboard.php:240
    49144933msgid "Status"
    49154934msgstr ""
    49164935
    4917 #: premium/public/templates/user-dashboard.php:225
     4936#: premium/public/templates/user-dashboard.php:249
    49184937msgid "Edit"
    49194938msgstr ""
     
    50255044msgstr[1] ""
    50265045
    5027 #: premium/public/templates/videos-template-playlist.php:233
    5028 #: public/templates/single-video.php:70
    5029 #: public/templates/video-thumbnail-image-left.php:136
    5030 #: public/templates/video-thumbnail.php:132
    5031 msgid "views"
    5032 msgstr ""
    5033 
    50345046#: premium/public/templates/videos-template-playlist.php:247
    50355047#: public/templates/video-thumbnail-image-left.php:150
     
    51595171msgstr ""
    51605172
    5161 #: public/templates/search-form-template-horizontal.php:153
    5162 #: public/templates/search-form-template-vertical.php:153
     5173#: public/templates/search-form-template-horizontal.php:155
     5174#: public/templates/search-form-template-vertical.php:155
    51635175msgid "Sort By"
    51645176msgstr ""
    51655177
    5166 #: public/templates/search-form-template-horizontal.php:181
    5167 #: public/templates/search-form-template-vertical.php:181
     5178#: public/templates/search-form-template-horizontal.php:183
     5179#: public/templates/search-form-template-vertical.php:183
    51685180msgid "Reset"
    51695181msgstr ""
  • all-in-one-video-gallery/trunk/public/templates/single-video.php

    r3328143 r3331413  
    6767            '%s<span class="aiovg-views-count">%s</span><span class="aiovg-views-label">%s</span>',
    6868            $icon,
    69             esc_html( aiovg_format_count( $views_count ) ),
     69            esc_html( number_format_i18n( $views_count ) ),
    7070            esc_html__( 'views', 'all-in-one-video-gallery' )
    7171        );
Note: See TracChangeset for help on using the changeset viewer.