Changeset 3331413
- Timestamp:
- 07/21/2025 11:27:57 AM (8 months ago)
- Location:
- all-in-one-video-gallery/trunk
- Files:
-
- 12 edited
-
README.txt (modified) (3 diffs)
-
admin/admin.php (modified) (1 diff)
-
admin/assets/css/admin.css (modified) (3 diffs)
-
admin/assets/css/admin.min.css (modified) (1 diff)
-
admin/partials/video-sources.php (modified) (1 diff)
-
admin/settings.php (modified) (1 diff)
-
all-in-one-video-gallery.php (modified) (2 diffs)
-
includes/activator.php (modified) (1 diff)
-
includes/helpers/functions.php (modified) (4 diffs)
-
includes/roles.php (modified) (2 diffs)
-
languages/all-in-one-video-gallery.pot (modified) (103 diffs)
-
public/templates/single-video.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-video-gallery/trunk/README.txt
r3328143 r3331413 7 7 Tested up to: 6.8 8 8 Requires PHP: 5.6.20 9 Stable tag: 4. 4.09 Stable tag: 4.5.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 153 153 == Changelog == 154 154 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 155 161 = 4.4.0 = 156 162 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. 170 175 171 176 = 4.3.6 = … … 545 550 == Upgrade Notice == 546 551 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 554 Introduces 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 276 276 // Delete the unwanted plugin options 277 277 delete_option( 'aiovg_image_settings' ); 278 279 // Remove the unfiltered_html capability from editors 280 aiovg_remove_unfiltered_html_capability_from_editors(); 278 281 } 279 282 } -
all-in-one-video-gallery/trunk/admin/assets/css/admin.css
r3328143 r3331413 339 339 pointer-events: none; 340 340 border-bottom: 1px solid #dcdcde; 341 background: #f 6f7f7;341 background: #fdfdfd; 342 342 } 343 343 344 344 .aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header:hover { 345 background: #f 6f7f7;345 background: #fdfdfd; 346 346 } 347 347 348 348 .aiovg-metabox-ui .aiovg-accordion .aiovg-accordion-header.aiovg-open { 349 349 border-bottom: 1px solid #dcdcde; 350 background: #f 6f7f7;350 background: #fdfdfd; 351 351 } 352 352 … … 470 470 } 471 471 472 .aiovg .aiovg-input-wrap { 473 display: flex; 474 flex-direction: column; 475 gap: 0.5em; 476 width: 100%; 477 } 478 472 479 @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 473 490 .aiovg .aiovg-form-grid { 474 491 grid-template-columns: repeat( 2, 1fr ); … … 883 900 } 884 901 885 #aiovg- tab-content-general.aiovg-quality-selector label {902 #aiovg-field-mp4 .aiovg-quality-selector label { 886 903 font-size: 90%; 887 904 } -
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 147 147 148 148 <?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 ); ?>"> 150 150 <?php esc_html_e( 'Add More Quality Levels', 'all-in-one-video-gallery' ); ?> 151 151 </a> -
all-in-one-video-gallery/trunk/admin/settings.php
r3328143 r3331413 992 992 'placeholder' => 'F j, Y', 993 993 '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', 994 1006 'sanitize_callback' => 'sanitize_text_field' 995 1007 ), -
all-in-one-video-gallery/trunk/all-in-one-video-gallery.php
r3328143 r3331413 12 12 * Plugin URI: https://plugins360.com/all-in-one-video-gallery/ 13 13 * 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.014 * Version: 4.5.1 15 15 * Author: Team Plugins360 16 16 * Author URI: https://plugins360.com … … 69 69 // The current version of the plugin 70 70 if ( !defined( 'AIOVG_PLUGIN_VERSION' ) ) { 71 define( 'AIOVG_PLUGIN_VERSION', '4. 4.0' );71 define( 'AIOVG_PLUGIN_VERSION', '4.5.1' ); 72 72 } 73 73 // The unique identifier of the plugin -
all-in-one-video-gallery/trunk/includes/activator.php
r2671931 r3331413 41 41 $roles = new AIOVG_Roles; 42 42 $roles->add_caps(); 43 } 43 } 44 45 // Remove the unfiltered_html capability from editors 46 aiovg_remove_unfiltered_html_capability_from_editors(); 44 47 45 48 // Insert the plugin version -
all-in-one-video-gallery/trunk/includes/helpers/functions.php
r3328143 r3331413 565 565 */ 566 566 function 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 } 573 579 } else { 574 580 $formatted = number_format_i18n( $number ); … … 855 861 'lazyloading' => 0, 856 862 'datetime_format' => '', 863 'number_format' => 'full', 857 864 'maybe_flush_rewrite_rules' => 1, 858 865 'delete_plugin_data' => 1, … … 2043 2050 function aiovg_get_video_source_types( $is_admin = false ) { 2044 2051 $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' ), 2047 2054 'youtube' => __( 'YouTube', 'all-in-one-video-gallery' ), 2048 2055 'vimeo' => __( 'Vimeo', 'all-in-one-video-gallery' ), … … 2308 2315 2309 2316 /** 2317 * Remove 'unfiltered_html' capability from editors. 2318 * 2319 * @since 4.4.1 2320 */ 2321 function 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 /** 2310 2332 * Convert relative file paths into absolute URLs. 2311 2333 * -
all-in-one-video-gallery/trunk/includes/roles.php
r3046258 r3331413 47 47 48 48 // 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' ); 55 52 $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' );58 53 $wp_roles->add_cap( 'editor', 'edit_published_aiovg_videos' ); 59 54 60 55 // Add the "author" capabilities 61 56 $wp_roles->add_cap( 'author', 'edit_aiovg_videos' ); … … 196 191 197 192 // 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' ); 204 196 $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' );207 197 $wp_roles->remove_cap( 'editor', 'edit_published_aiovg_videos' ); 208 198 -
all-in-one-video-gallery/trunk/languages/all-in-one-video-gallery.pot
r3328143 r3331413 2 2 msgstr "" 3 3 "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" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 18 18 "X-Poedit-SearchPath-0: .\n" 19 19 20 #: admin/admin.php:29 3admin/partials/issues.php:7720 #: admin/admin.php:296 admin/partials/issues.php:77 21 21 msgid "Apply Fix" 22 22 msgstr "" 23 23 24 #: admin/admin.php:30 6admin/partials/issues.php:7424 #: admin/admin.php:309 admin/partials/issues.php:74 25 25 msgid "Ignore" 26 26 msgstr "" 27 27 28 #: admin/admin.php:33 2admin/partials/dashboard.php:14 blocks/blocks.php:3728 #: admin/admin.php:335 admin/partials/dashboard.php:14 blocks/blocks.php:37 29 29 msgid "All-in-One Video Gallery" 30 30 msgstr "" 31 31 32 #: admin/admin.php:33 3 admin/videos.php:77 includes/helpers/functions.php:142233 #: widgets/videos.php:4 7432 #: admin/admin.php:336 admin/videos.php:77 includes/helpers/functions.php:1429 33 #: widgets/videos.php:498 34 34 msgid "Video Gallery" 35 35 msgstr "" 36 36 37 #: admin/admin.php:34 337 #: admin/admin.php:346 38 38 msgid "All-in-One Video Gallery - Dashboard" 39 39 msgstr "" 40 40 41 #: admin/admin.php:34 441 #: admin/admin.php:347 42 42 msgid "Dashboard" 43 43 msgstr "" 44 44 45 #: admin/admin.php:3 5845 #: admin/admin.php:361 46 46 msgid "Shortcode Builder" 47 47 msgstr "" 48 48 49 #: admin/admin.php:3 5949 #: admin/admin.php:362 50 50 msgid "Help & Tutorials" 51 51 msgstr "" 52 52 53 #: admin/admin.php:3 6853 #: admin/admin.php:371 54 54 msgid "Issues Found" 55 55 msgstr "" 56 56 57 #: admin/admin.php:60 157 #: admin/admin.php:604 58 58 msgid "Pages Misconfigured" 59 59 msgstr "" 60 60 61 #: admin/admin.php:60 361 #: admin/admin.php:606 62 62 #, php-format 63 63 msgid "" … … 68 68 msgstr "" 69 69 70 #: admin/admin.php:73 270 #: admin/admin.php:735 71 71 msgid "Copied!" 72 72 msgstr "" 73 73 74 #: admin/admin.php:73 374 #: admin/admin.php:736 75 75 msgid "Please select at least one issue." 76 76 msgstr "" 77 77 78 #: admin/admin.php:73 4widgets/forms/video.php:3478 #: admin/admin.php:737 widgets/forms/video.php:34 79 79 msgid "No video selected. The last added video will be displayed." 80 80 msgstr "" 81 81 82 #: admin/admin.php:73 582 #: admin/admin.php:738 83 83 msgid "Sorry, there is already a video with this quality level." 84 84 msgstr "" 85 85 86 #: admin/admin.php:73 6blocks/blocks.php:125 widgets/forms/video.php:3186 #: admin/admin.php:739 blocks/blocks.php:125 widgets/forms/video.php:31 87 87 msgid "Remove" 88 88 msgstr "" 89 89 90 #: admin/admin.php:7 37premium/public/public.php:24290 #: admin/admin.php:740 premium/public/public.php:242 91 91 msgid "Preparing upload" 92 92 msgstr "" 93 93 94 #: admin/admin.php:7 38premium/public/public.php:24394 #: admin/admin.php:741 premium/public/public.php:243 95 95 #: premium/public/templates/video-form.php:334 96 96 msgid "Cancel" 97 97 msgstr "" 98 98 99 #: admin/admin.php:7 39premium/public/public.php:24499 #: admin/admin.php:742 premium/public/public.php:244 100 100 msgid "Uploaded %d%" 101 101 msgstr "" 102 102 103 #: admin/admin.php:74 0premium/public/public.php:245103 #: admin/admin.php:743 premium/public/public.php:245 104 104 #: public/bunny-stream.php:256 105 105 msgid "" … … 110 110 msgstr "" 111 111 112 #: admin/admin.php:7 57112 #: admin/admin.php:760 113 113 msgid "Video Category Page" 114 114 msgstr "" 115 115 116 #: admin/admin.php:76 1116 #: admin/admin.php:764 117 117 msgid "Video Tag Page" 118 118 msgstr "" 119 119 120 #: admin/admin.php:76 5blocks/blocks.php:107121 #: includes/helpers/functions.php:19 65widgets/forms/search.php:84120 #: admin/admin.php:768 blocks/blocks.php:107 121 #: includes/helpers/functions.php:1972 widgets/forms/search.php:84 122 122 msgid "Search Results Page" 123 123 msgstr "" 124 124 125 #: admin/admin.php:7 69 admin/settings.php:1065125 #: admin/admin.php:772 admin/settings.php:1077 126 126 msgid "User Videos Page" 127 127 msgstr "" 128 128 129 #: admin/admin.php:77 3 admin/settings.php:1072129 #: admin/admin.php:776 admin/settings.php:1084 130 130 msgid "Player Page" 131 131 msgstr "" 132 132 133 #: admin/admin.php:7 77133 #: admin/admin.php:780 134 134 msgid "User Dashboard Page" 135 135 msgstr "" 136 136 137 #: admin/admin.php:78 1137 #: admin/admin.php:784 138 138 msgid "Video Form Page" 139 139 msgstr "" 140 140 141 #: admin/admin.php:78 5141 #: admin/admin.php:788 142 142 msgid "My Playlists Page" 143 143 msgstr "" 144 144 145 #: admin/admin.php:80 2admin/settings.php:60145 #: admin/admin.php:805 admin/settings.php:60 146 146 msgid "Settings" 147 147 msgstr "" … … 216 216 msgstr "" 217 217 218 #: admin/categories.php:80 includes/helpers/functions.php:11 09218 #: admin/categories.php:80 includes/helpers/functions.php:1116 219 219 msgid "No categories found" 220 220 msgstr "" … … 234 234 #: admin/categories.php:173 admin/settings.php:696 admin/tags.php:114 235 235 #: admin/videos.php:810 blocks/blocks.php:81 236 #: includes/helpers/functions.php:18 46widgets/forms/categories.php:76236 #: includes/helpers/functions.php:1853 widgets/forms/categories.php:76 237 237 msgid "ID" 238 238 msgstr "" 239 239 240 240 #: admin/partials/category-fields.php:15 admin/partials/category-fields.php:42 241 #: includes/helpers/functions.php:12 74241 #: includes/helpers/functions.php:1281 242 242 msgid "Image" 243 243 msgstr "" … … 267 267 268 268 #: admin/partials/dashboard.php:23 admin/videos.php:40 admin/videos.php:83 269 #: premium/public/templates/user-dashboard.php: 74269 #: premium/public/templates/user-dashboard.php:84 270 270 msgid "Add New Video" 271 271 msgstr "" … … 559 559 560 560 #: admin/partials/shortcode-builder.php:167 blocks/blocks.php:73 561 #: includes/helpers/functions.php:1 793widgets/forms/categories.php:43561 #: includes/helpers/functions.php:1800 widgets/forms/categories.php:43 562 562 #: widgets/forms/categories.php:46 563 563 msgid "Select Parent" … … 714 714 715 715 #: admin/partials/video-additional-info.php:20 admin/settings.php:640 716 #: includes/helpers/functions.php:16 33716 #: includes/helpers/functions.php:1640 717 717 msgid "Video Duration" 718 718 msgstr "" … … 720 720 #: admin/partials/video-additional-info.php:25 admin/settings.php:594 721 721 #: admin/settings.php:636 admin/settings.php:781 admin/settings.php:827 722 #: includes/helpers/functions.php:14 78 includes/helpers/functions.php:1605723 #: premium/admin/partials/automations-sources.php:1 97722 #: includes/helpers/functions.php:1485 includes/helpers/functions.php:1612 723 #: premium/admin/partials/automations-sources.php:179 724 724 msgid "Views Count" 725 725 msgstr "" … … 727 727 #: admin/partials/video-additional-info.php:30 admin/settings.php:595 728 728 #: admin/settings.php:637 admin/settings.php:828 729 #: includes/helpers/functions.php:14 79 includes/helpers/functions.php:1612729 #: includes/helpers/functions.php:1486 includes/helpers/functions.php:1619 730 730 msgid "Likes Count" 731 731 msgstr "" … … 733 733 #: admin/partials/video-additional-info.php:35 admin/settings.php:596 734 734 #: admin/settings.php:638 admin/settings.php:829 735 #: includes/helpers/functions.php:148 0 includes/helpers/functions.php:1619735 #: includes/helpers/functions.php:1487 includes/helpers/functions.php:1626 736 736 msgid "Dislikes Count" 737 737 msgstr "" … … 764 764 #: admin/partials/video-chapters.php:46 admin/partials/video-chapters.php:80 765 765 #: admin/partials/video-tracks.php:52 admin/partials/video-tracks.php:97 766 #: premium/public/templates/user-dashboard.php:2 31766 #: premium/public/templates/user-dashboard.php:255 767 767 msgid "Delete" 768 768 msgstr "" … … 803 803 804 804 #: admin/partials/video-metabox.php:25 admin/settings.php:98 805 #: blocks/blocks.php:115 includes/helpers/functions.php:1 199806 #: includes/helpers/functions.php:14 25 includes/helpers/functions.php:1770807 #: includes/helpers/functions.php:19 08805 #: 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 808 808 msgid "General" 809 809 msgstr "" 810 810 811 811 #: admin/partials/video-metabox.php:31 admin/settings.php:387 812 #: includes/helpers/functions.php:13 49widgets/forms/video.php:142812 #: includes/helpers/functions.php:1356 widgets/forms/video.php:142 813 813 msgid "Subtitles" 814 814 msgstr "" 815 815 816 816 #: admin/partials/video-metabox.php:37 admin/settings.php:388 817 #: includes/helpers/functions.php:13 56widgets/forms/video.php:149817 #: includes/helpers/functions.php:1363 widgets/forms/video.php:149 818 818 msgid "Chapters" 819 819 msgstr "" … … 824 824 825 825 #: admin/partials/video-metabox.php:55 admin/videos.php:551 826 #: includes/helpers/functions.php:121 0premium/admin/automations.php:890827 #: premium/admin/partials/automations-sources.php: 48828 #: premium/admin/partials/automations-sources.php:2 17826 #: 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 829 829 #: premium/public/templates/video-form.php:51 830 830 msgid "Source Type" … … 840 840 841 841 #: admin/partials/video-restrictions.php:23 842 #: premium/admin/partials/automations-video-options.php:19 0842 #: premium/admin/partials/automations-video-options.php:194 843 843 msgid "Global" 844 844 msgstr "" 845 845 846 846 #: admin/partials/video-restrictions.php:24 admin/settings.php:891 847 #: premium/admin/partials/automations-video-options.php:19 1847 #: premium/admin/partials/automations-video-options.php:195 848 848 msgid "Everyone" 849 849 msgstr "" 850 850 851 851 #: admin/partials/video-restrictions.php:25 admin/settings.php:892 852 #: premium/admin/partials/automations-video-options.php:19 2852 #: premium/admin/partials/automations-video-options.php:196 853 853 msgid "Logged out users" 854 854 msgstr "" 855 855 856 856 #: admin/partials/video-restrictions.php:26 admin/settings.php:893 857 #: premium/admin/partials/automations-video-options.php:19 3857 #: premium/admin/partials/automations-video-options.php:197 858 858 msgid "Logged in users" 859 859 msgstr "" … … 864 864 865 865 #: admin/partials/video-restrictions.php:59 866 #: premium/admin/partials/automations-video-options.php:23 1866 #: premium/admin/partials/automations-video-options.php:234 867 867 msgid "" 868 868 "If no roles are selected, the global setting will be used. Users with " … … 921 921 #: admin/partials/video-sources.php:199 admin/partials/video-sources.php:204 922 922 #: 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 935 936 #: premium/admin/partials/automations-sources.php:404 936 #: premium/admin/partials/automations-sources.php:461937 937 #: premium/public/templates/video-form.php:151 938 938 #: premium/public/templates/video-form.php:160 … … 1064 1064 1065 1065 #: admin/settings.php:141 admin/settings.php:782 1066 #: includes/helpers/functions.php:15 061066 #: includes/helpers/functions.php:1513 1067 1067 msgid "Related Videos" 1068 1068 msgstr "" … … 1085 1085 1086 1086 #: admin/settings.php:176 admin/settings.php:394 admin/settings.php:783 1087 #: blocks/blocks.php:137 includes/helpers/functions.php:1 3981087 #: blocks/blocks.php:137 includes/helpers/functions.php:1405 1088 1088 #: widgets/forms/video.php:191 1089 1089 msgid "Share Buttons" … … 1201 1201 1202 1202 #: admin/settings.php:306 blocks/blocks.php:116 1203 #: includes/helpers/functions.php:128 1premium/widgets/forms/companion.php:171203 #: includes/helpers/functions.php:1288 premium/widgets/forms/companion.php:17 1204 1204 #: widgets/forms/video.php:75 1205 1205 msgid "Width" … … 1207 1207 1208 1208 #: admin/settings.php:307 blocks/blocks.php:117 1209 #: includes/helpers/functions.php:128 21209 #: includes/helpers/functions.php:1289 1210 1210 #, no-php-format 1211 1211 msgid "" … … 1215 1215 1216 1216 #: admin/settings.php:313 blocks/blocks.php:118 1217 #: includes/helpers/functions.php:12 88 includes/helpers/functions.php:15181218 #: includes/helpers/functions.php:18 15widgets/forms/video.php:801217 #: includes/helpers/functions.php:1295 includes/helpers/functions.php:1525 1218 #: includes/helpers/functions.php:1822 widgets/forms/video.php:80 1219 1219 msgid "Height (Ratio)" 1220 1220 msgstr "" 1221 1221 1222 1222 #: admin/settings.php:316 blocks/blocks.php:119 1223 #: includes/helpers/functions.php:12 891223 #: includes/helpers/functions.php:1296 1224 1224 msgid "" 1225 1225 "In percentage. 1 to 100. Calculate player's height using the ratio value " … … 1256 1256 1257 1257 #: admin/settings.php:330 blocks/blocks.php:120 1258 #: includes/helpers/functions.php:1 295widgets/forms/video.php:871258 #: includes/helpers/functions.php:1302 widgets/forms/video.php:87 1259 1259 msgid "Autoplay" 1260 1260 msgstr "" … … 1265 1265 1266 1266 #: admin/settings.php:337 blocks/blocks.php:121 1267 #: includes/helpers/functions.php:130 2widgets/forms/video.php:941267 #: includes/helpers/functions.php:1309 widgets/forms/video.php:94 1268 1268 msgid "Loop" 1269 1269 msgstr "" … … 1276 1276 1277 1277 #: admin/settings.php:344 blocks/blocks.php:122 1278 #: includes/helpers/functions.php:13 09widgets/forms/video.php:1011278 #: includes/helpers/functions.php:1316 widgets/forms/video.php:101 1279 1279 msgid "Muted" 1280 1280 msgstr "" … … 1323 1323 1324 1324 #: admin/settings.php:376 blocks/blocks.php:127 1325 #: includes/helpers/functions.php:13 17widgets/forms/video.php:1071325 #: includes/helpers/functions.php:1324 widgets/forms/video.php:107 1326 1326 msgid "Player Controls" 1327 1327 msgstr "" … … 1333 1333 1334 1334 #: admin/settings.php:383 blocks/blocks.php:128 1335 #: includes/helpers/functions.php:132 1widgets/forms/video.php:1141335 #: includes/helpers/functions.php:1328 widgets/forms/video.php:114 1336 1336 msgid "Play / Pause" 1337 1337 msgstr "" 1338 1338 1339 1339 #: admin/settings.php:384 blocks/blocks.php:129 1340 #: includes/helpers/functions.php:13 28premium/admin/user.php:2691340 #: includes/helpers/functions.php:1335 premium/admin/user.php:269 1341 1341 #: premium/admin/user.php:299 widgets/forms/video.php:121 1342 1342 msgid "Current Time" … … 1344 1344 1345 1345 #: admin/settings.php:385 blocks/blocks.php:130 1346 #: includes/helpers/functions.php:13 35widgets/forms/video.php:1281346 #: includes/helpers/functions.php:1342 widgets/forms/video.php:128 1347 1347 msgid "Progressbar" 1348 1348 msgstr "" 1349 1349 1350 1350 #: admin/settings.php:386 blocks/blocks.php:131 1351 #: includes/helpers/functions.php:134 21351 #: includes/helpers/functions.php:1349 1352 1352 #: premium/includes/vimeo-api/resource-objects.php:148 1353 1353 #: widgets/forms/video.php:135 … … 1356 1356 1357 1357 #: admin/settings.php:389 blocks/blocks.php:132 1358 #: includes/helpers/functions.php:13 63widgets/forms/video.php:1561358 #: includes/helpers/functions.php:1370 widgets/forms/video.php:156 1359 1359 msgid "Speed Control" 1360 1360 msgstr "" 1361 1361 1362 1362 #: admin/settings.php:390 blocks/blocks.php:133 1363 #: includes/helpers/functions.php:137 0widgets/forms/video.php:1631363 #: includes/helpers/functions.php:1377 widgets/forms/video.php:163 1364 1364 msgid "Quality Selector" 1365 1365 msgstr "" 1366 1366 1367 1367 #: admin/settings.php:391 blocks/blocks.php:134 1368 #: includes/helpers/functions.php:13 77widgets/forms/video.php:1701368 #: includes/helpers/functions.php:1384 widgets/forms/video.php:170 1369 1369 msgid "Volume Button" 1370 1370 msgstr "" 1371 1371 1372 1372 #: admin/settings.php:392 blocks/blocks.php:135 1373 #: includes/helpers/functions.php:13 84widgets/forms/video.php:1771373 #: includes/helpers/functions.php:1391 widgets/forms/video.php:177 1374 1374 msgid "Picture-in-Picture Button" 1375 1375 msgstr "" 1376 1376 1377 1377 #: admin/settings.php:393 blocks/blocks.php:136 1378 #: includes/helpers/functions.php:139 1widgets/forms/video.php:1841378 #: includes/helpers/functions.php:1398 widgets/forms/video.php:184 1379 1379 msgid "Fullscreen Button" 1380 1380 msgstr "" 1381 1381 1382 1382 #: admin/settings.php:395 blocks/blocks.php:138 1383 #: includes/helpers/functions.php:14 05widgets/forms/video.php:1981383 #: includes/helpers/functions.php:1412 widgets/forms/video.php:198 1384 1384 msgid "Embed Button" 1385 1385 msgstr "" 1386 1386 1387 1387 #: admin/settings.php:396 blocks/blocks.php:139 1388 #: includes/helpers/functions.php:141 2widgets/forms/video.php:2051388 #: includes/helpers/functions.php:1419 widgets/forms/video.php:205 1389 1389 msgid "Download Button" 1390 1390 msgstr "" … … 1459 1459 msgstr "" 1460 1460 1461 #: admin/settings.php:437 includes/helpers/functions.php:12 391462 #: includes/helpers/functions.php:20 47premium/includes/functions.php:1301461 #: admin/settings.php:437 includes/helpers/functions.php:1246 1462 #: includes/helpers/functions.php:2054 premium/includes/functions.php:130 1463 1463 msgid "YouTube" 1464 1464 msgstr "" 1465 1465 1466 #: admin/settings.php:438 includes/helpers/functions.php:12 461467 #: includes/helpers/functions.php:20 48premium/includes/functions.php:1311466 #: admin/settings.php:438 includes/helpers/functions.php:1253 1467 #: includes/helpers/functions.php:2055 premium/includes/functions.php:131 1468 1468 msgid "Vimeo" 1469 1469 msgstr "" … … 1591 1591 msgstr "" 1592 1592 1593 #: admin/settings.php:534 includes/helpers/functions.php:12 671594 #: includes/helpers/functions.php:205 1includes/helpers/render.php:6021593 #: admin/settings.php:534 includes/helpers/functions.php:1274 1594 #: includes/helpers/functions.php:2058 includes/helpers/render.php:602 1595 1595 #: includes/player/base.php:514 public/templates/player-videojs.php:381 1596 1596 #: public/templates/player-vidstack.php:455 … … 1655 1655 1656 1656 #: admin/settings.php:563 admin/settings.php:663 blocks/blocks.php:74 1657 #: includes/helpers/functions.php:14 36 includes/helpers/functions.php:17811658 #: includes/helpers/functions.php:191 2widgets/forms/categories.php:211657 #: includes/helpers/functions.php:1443 includes/helpers/functions.php:1788 1658 #: includes/helpers/functions.php:1919 widgets/forms/categories.php:21 1659 1659 #: widgets/forms/search.php:21 1660 1660 msgid "Select Template" 1661 1661 msgstr "" 1662 1662 1663 #: admin/settings.php:564 includes/helpers/functions.php:14 371663 #: admin/settings.php:564 includes/helpers/functions.php:1444 1664 1664 #, php-format 1665 1665 msgid "" … … 1669 1669 1670 1670 #: admin/settings.php:571 admin/settings.php:675 admin/settings.php:804 1671 #: blocks/blocks.php:78 includes/helpers/functions.php:15 251672 #: includes/helpers/functions.php:182 2widgets/forms/categories.php:621671 #: blocks/blocks.php:78 includes/helpers/functions.php:1532 1672 #: includes/helpers/functions.php:1829 widgets/forms/categories.php:62 1673 1673 msgid "Columns" 1674 1674 msgstr "" … … 1679 1679 1680 1680 #: admin/settings.php:581 admin/settings.php:685 admin/settings.php:814 1681 #: blocks/blocks.php:79 includes/helpers/functions.php:15 351682 #: includes/helpers/functions.php:183 2widgets/forms/categories.php:671681 #: blocks/blocks.php:79 includes/helpers/functions.php:1542 1682 #: includes/helpers/functions.php:1839 widgets/forms/categories.php:67 1683 1683 msgid "Limit (per page)" 1684 1684 msgstr "" … … 1690 1690 1691 1691 #: admin/settings.php:588 admin/settings.php:692 admin/settings.php:821 1692 #: blocks/blocks.php:80 includes/helpers/functions.php:147 21693 #: includes/helpers/functions.php:184 21694 #: premium/admin/partials/automations-sources.php:1 831692 #: blocks/blocks.php:80 includes/helpers/functions.php:1479 1693 #: includes/helpers/functions.php:1849 1694 #: premium/admin/partials/automations-sources.php:170 1695 1695 #: widgets/forms/categories.php:72 1696 1696 msgid "Order By" … … 1698 1698 1699 1699 #: admin/settings.php:592 admin/settings.php:825 1700 #: includes/helpers/functions.php:14 29 includes/helpers/functions.php:14761701 #: includes/helpers/functions.php:17 741702 #: premium/admin/partials/automations-sources.php:1 961700 #: includes/helpers/functions.php:1436 includes/helpers/functions.php:1483 1701 #: includes/helpers/functions.php:1781 1702 #: premium/admin/partials/automations-sources.php:178 1703 1703 #: widgets/forms/categories.php:16 widgets/forms/search.php:16 1704 1704 #: widgets/forms/video.php:18 … … 1707 1707 1708 1708 #: admin/settings.php:593 admin/settings.php:634 admin/settings.php:779 1709 #: admin/settings.php:826 includes/helpers/functions.php:14 771710 #: includes/helpers/functions.php:159 11709 #: admin/settings.php:826 includes/helpers/functions.php:1484 1710 #: includes/helpers/functions.php:1598 1711 1711 msgid "Date Added" 1712 1712 msgstr "" 1713 1713 1714 1714 #: admin/settings.php:597 admin/settings.php:830 1715 #: includes/helpers/functions.php:148 11715 #: includes/helpers/functions.php:1488 1716 1716 msgid "Random" 1717 1717 msgstr "" 1718 1718 1719 1719 #: admin/settings.php:598 admin/settings.php:700 admin/settings.php:831 1720 #: blocks/blocks.php:85 includes/helpers/functions.php:148 21721 #: includes/helpers/functions.php:185 0widgets/forms/categories.php:801720 #: blocks/blocks.php:85 includes/helpers/functions.php:1489 1721 #: includes/helpers/functions.php:1857 widgets/forms/categories.php:80 1722 1722 msgid "Menu Order" 1723 1723 msgstr "" 1724 1724 1725 1725 #: admin/settings.php:604 admin/settings.php:706 admin/settings.php:837 1726 #: blocks/blocks.php:86 includes/helpers/functions.php:14 881727 #: includes/helpers/functions.php:18 56widgets/forms/categories.php:961726 #: blocks/blocks.php:86 includes/helpers/functions.php:1495 1727 #: includes/helpers/functions.php:1863 widgets/forms/categories.php:96 1728 1728 msgid "Order" 1729 1729 msgstr "" … … 1737 1737 msgstr "" 1738 1738 1739 #: admin/settings.php:615 includes/helpers/functions.php:15 451739 #: admin/settings.php:615 includes/helpers/functions.php:1552 1740 1740 msgid "Image Position" 1741 1741 msgstr "" 1742 1742 1743 #: admin/settings.php:619 includes/helpers/functions.php:15 491744 #: includes/helpers/functions.php:17 561743 #: admin/settings.php:619 includes/helpers/functions.php:1556 1744 #: includes/helpers/functions.php:1763 1745 1745 msgid "Top" 1746 1746 msgstr "" 1747 1747 1748 #: admin/settings.php:620 includes/helpers/functions.php:155 01749 #: includes/helpers/functions.php:17 571748 #: admin/settings.php:620 includes/helpers/functions.php:1557 1749 #: includes/helpers/functions.php:1764 1750 1750 msgid "Left" 1751 1751 msgstr "" 1752 1752 1753 #: admin/settings.php:626 includes/helpers/functions.php:15 561753 #: admin/settings.php:626 includes/helpers/functions.php:1563 1754 1754 msgid "Show / Hide (Thumbnails)" 1755 1755 msgstr "" 1756 1756 1757 #: admin/settings.php:630 includes/helpers/functions.php:15 631757 #: admin/settings.php:630 includes/helpers/functions.php:1570 1758 1758 msgid "Videos Count" 1759 1759 msgstr "" 1760 1760 1761 1761 #: admin/settings.php:631 admin/videos.php:537 1762 #: includes/helpers/functions.php:157 01763 #: premium/admin/partials/automations-video-options.php: 191762 #: includes/helpers/functions.php:1577 1763 #: premium/admin/partials/automations-video-options.php:21 1764 1764 #: premium/admin/slider.php:61 premium/public/slider.php:89 1765 1765 #: premium/public/templates/video-form.php:40 … … 1768 1768 1769 1769 #: admin/settings.php:632 admin/settings.php:777 1770 #: includes/helpers/functions.php:15 771770 #: includes/helpers/functions.php:1584 1771 1771 msgid "Category Name(s)" 1772 1772 msgstr "" 1773 1773 1774 1774 #: admin/settings.php:633 admin/settings.php:778 1775 #: includes/helpers/functions.php:15 841775 #: includes/helpers/functions.php:1591 1776 1776 msgid "Tag Name(s)" 1777 1777 msgstr "" 1778 1778 1779 1779 #: admin/settings.php:635 admin/settings.php:780 1780 #: includes/helpers/functions.php:1 5981780 #: includes/helpers/functions.php:1605 1781 1781 msgid "Author Name" 1782 1782 msgstr "" 1783 1783 1784 #: admin/settings.php:639 includes/helpers/functions.php:16 261784 #: admin/settings.php:639 includes/helpers/functions.php:1633 1785 1785 msgid "Comments Count" 1786 1786 msgstr "" 1787 1787 1788 #: admin/settings.php:641 includes/helpers/functions.php:164 01788 #: admin/settings.php:641 includes/helpers/functions.php:1647 1789 1789 msgid "Video Excerpt (Short Description)" 1790 1790 msgstr "" 1791 1791 1792 #: admin/settings.php:647 includes/helpers/functions.php:16 471792 #: admin/settings.php:647 includes/helpers/functions.php:1654 1793 1793 msgid "Title Length" 1794 1794 msgstr "" … … 1798 1798 msgstr "" 1799 1799 1800 #: admin/settings.php:654 includes/helpers/functions.php:16 541800 #: admin/settings.php:654 includes/helpers/functions.php:1661 1801 1801 msgid "Excerpt Length" 1802 1802 msgstr "" 1803 1803 1804 1804 #: admin/settings.php:667 blocks/blocks.php:75 1805 #: includes/helpers/functions.php:17 85widgets/forms/categories.php:251805 #: includes/helpers/functions.php:1792 widgets/forms/categories.php:25 1806 1806 msgid "Grid" 1807 1807 msgstr "" 1808 1808 1809 1809 #: admin/settings.php:668 blocks/blocks.php:76 1810 #: includes/helpers/functions.php:17 86widgets/forms/categories.php:261810 #: includes/helpers/functions.php:1793 widgets/forms/categories.php:26 1811 1811 msgid "List" 1812 1812 msgstr "" 1813 1813 1814 1814 #: admin/settings.php:669 blocks/blocks.php:77 1815 #: includes/helpers/functions.php:17 87widgets/forms/categories.php:271815 #: includes/helpers/functions.php:1794 widgets/forms/categories.php:27 1816 1816 msgid "Dropdown" 1817 1817 msgstr "" … … 1828 1828 1829 1829 #: admin/settings.php:697 blocks/blocks.php:82 1830 #: includes/helpers/functions.php:18 47widgets/forms/categories.php:771830 #: includes/helpers/functions.php:1854 widgets/forms/categories.php:77 1831 1831 msgid "Count" 1832 1832 msgstr "" 1833 1833 1834 1834 #: admin/settings.php:698 blocks/blocks.php:83 1835 #: includes/helpers/functions.php:18 48widgets/forms/categories.php:781835 #: includes/helpers/functions.php:1855 widgets/forms/categories.php:78 1836 1836 msgid "Name" 1837 1837 msgstr "" 1838 1838 1839 1839 #: admin/settings.php:699 blocks/blocks.php:84 1840 #: includes/helpers/functions.php:18 49widgets/forms/categories.php:791840 #: includes/helpers/functions.php:1856 widgets/forms/categories.php:79 1841 1841 msgid "Slug" 1842 1842 msgstr "" 1843 1843 1844 1844 #: admin/settings.php:717 blocks/blocks.php:89 1845 #: includes/helpers/functions.php:18 67widgets/forms/categories.php:1191845 #: includes/helpers/functions.php:1874 widgets/forms/categories.php:119 1846 1846 msgid "Show Hierarchy" 1847 1847 msgstr "" … … 1852 1852 1853 1853 #: admin/settings.php:724 blocks/blocks.php:90 1854 #: includes/helpers/functions.php:18 74widgets/forms/categories.php:1261854 #: includes/helpers/functions.php:1881 widgets/forms/categories.php:126 1855 1855 msgid "Show Description" 1856 1856 msgstr "" … … 1861 1861 1862 1862 #: admin/settings.php:731 blocks/blocks.php:91 1863 #: includes/helpers/functions.php:188 1widgets/forms/categories.php:1331863 #: includes/helpers/functions.php:1888 widgets/forms/categories.php:133 1864 1864 msgid "Show Videos Count" 1865 1865 msgstr "" … … 1870 1870 1871 1871 #: admin/settings.php:738 blocks/blocks.php:92 1872 #: includes/helpers/functions.php:18 88widgets/forms/categories.php:1401872 #: includes/helpers/functions.php:1895 widgets/forms/categories.php:140 1873 1873 msgid "Hide Empty Categories" 1874 1874 msgstr "" … … 1933 1933 msgstr "" 1934 1934 1935 #: admin/settings.php:852 includes/helpers/functions.php:166 11935 #: admin/settings.php:852 includes/helpers/functions.php:1668 1936 1936 msgid "Pagination" 1937 1937 msgstr "" … … 1976 1976 1977 1977 #: admin/settings.php:887 1978 #: premium/admin/partials/automations-video-options.php:18 41978 #: premium/admin/partials/automations-video-options.php:189 1979 1979 msgid "Who Can Access the Videos?" 1980 1980 msgstr "" … … 1988 1988 1989 1989 #: admin/settings.php:899 1990 #: premium/admin/partials/automations-video-options.php:21 31990 #: premium/admin/partials/automations-video-options.php:216 1991 1991 msgid "Select User Roles Allowed to Access Videos" 1992 1992 msgstr "" … … 2113 2113 2114 2114 #: admin/settings.php:998 2115 msgid "Number Format" 2116 msgstr "" 2117 2118 #: admin/settings.php:999 2119 msgid "Choose how to display large numbers when displaying views, likes, etc." 2120 msgstr "" 2121 2122 #: admin/settings.php:1002 2123 msgid "Full Format (e.g., 1,200, 3,400,000)" 2124 msgstr "" 2125 2126 #: admin/settings.php:1003 2127 msgid "Short Format (e.g., 1.2K, 3.4M)" 2128 msgstr "" 2129 2130 #: admin/settings.php:1010 2115 2131 msgid "Auto Flush Rewrite Rules" 2116 2132 msgstr "" 2117 2133 2118 #: admin/settings.php: 9992134 #: admin/settings.php:1011 2119 2135 msgid "" 2120 2136 "Check this box to automatically detect and insert the missing permalink " … … 2124 2140 msgstr "" 2125 2141 2126 #: admin/settings.php:10 052142 #: admin/settings.php:1017 2127 2143 msgid "Remove data on uninstall?" 2128 2144 msgstr "" 2129 2145 2130 #: admin/settings.php:10 062146 #: admin/settings.php:1018 2131 2147 msgid "" 2132 2148 "Check this box to delete all of the plugin data (database stored content) " … … 2134 2150 msgstr "" 2135 2151 2136 #: admin/settings.php:10 122152 #: admin/settings.php:1024 2137 2153 msgid "Delete media files?" 2138 2154 msgstr "" 2139 2155 2140 #: admin/settings.php:10 132156 #: admin/settings.php:1025 2141 2157 msgid "" 2142 2158 "Check this box to delete the associated media files when a video post or " … … 2145 2161 msgstr "" 2146 2162 2147 #: admin/settings.php:10 192163 #: admin/settings.php:1031 2148 2164 msgid "Custom CSS" 2149 2165 msgstr "" 2150 2166 2151 #: admin/settings.php:10 202167 #: admin/settings.php:1032 2152 2168 msgid "" 2153 2169 "Add your own CSS code to customize the appearance and style of the plugin " … … 2156 2172 msgstr "" 2157 2173 2158 #: admin/settings.php:10 282174 #: admin/settings.php:1040 2159 2175 msgid "YouTube API Key" 2160 2176 msgstr "" 2161 2177 2162 #: admin/settings.php:10 29premium/includes/youtube-api/youtube-api.php:602178 #: admin/settings.php:1041 premium/includes/youtube-api/youtube-api.php:60 2163 2179 #, php-format 2164 2180 msgid "" … … 2167 2183 msgstr "" 2168 2184 2169 #: admin/settings.php:10 352185 #: admin/settings.php:1047 2170 2186 msgid "Vimeo Access Token" 2171 2187 msgstr "" 2172 2188 2173 #: admin/settings.php:10 36premium/includes/vimeo-api/query.php:2702189 #: admin/settings.php:1048 premium/includes/vimeo-api/query.php:270 2174 2190 #, php-format 2175 2191 msgid "" … … 2178 2194 msgstr "" 2179 2195 2180 #: admin/settings.php:10 442196 #: admin/settings.php:1056 2181 2197 msgid "Single Category Page" 2182 2198 msgstr "" 2183 2199 2184 #: admin/settings.php:10 452200 #: admin/settings.php:1057 2185 2201 msgid "" 2186 2202 "This is the page where the videos from a particular category is displayed. " … … 2188 2204 msgstr "" 2189 2205 2190 #: admin/settings.php:10 512206 #: admin/settings.php:1063 2191 2207 msgid "Single Tag Page" 2192 2208 msgstr "" 2193 2209 2194 #: admin/settings.php:10 522210 #: admin/settings.php:1064 2195 2211 msgid "" 2196 2212 "This is the page where the videos from a particular tag is displayed. The " … … 2198 2214 msgstr "" 2199 2215 2200 #: admin/settings.php:10 582216 #: admin/settings.php:1070 2201 2217 msgid "Search Page" 2202 2218 msgstr "" 2203 2219 2204 #: admin/settings.php:10 592220 #: admin/settings.php:1071 2205 2221 msgid "" 2206 2222 "This is the page where the search results are displayed. The [aiovg_search] " … … 2208 2224 msgstr "" 2209 2225 2210 #: admin/settings.php:10 662226 #: admin/settings.php:1078 2211 2227 msgid "" 2212 2228 "This is the page where the videos from an user is displayed. The " … … 2214 2230 msgstr "" 2215 2231 2216 #: admin/settings.php:10 732232 #: admin/settings.php:1085 2217 2233 msgid "This is the page used to show the video player." 2218 2234 msgstr "" 2219 2235 2220 #: admin/settings.php:10 812236 #: admin/settings.php:1093 2221 2237 msgid "Enable Bunny Stream Hosting" 2222 2238 msgstr "" 2223 2239 2224 #: admin/settings.php:10 822240 #: admin/settings.php:1094 2225 2241 msgid "" 2226 2242 "Enable this option to add a \"Bunny Stream\" upload button to the video " … … 2229 2245 msgstr "" 2230 2246 2231 #: admin/settings.php:1 0882247 #: admin/settings.php:1100 2232 2248 msgid "API Key" 2233 2249 msgstr "" 2234 2250 2235 #: admin/settings.php:1 089 admin/settings.php:1096 admin/settings.php:11032251 #: admin/settings.php:1101 admin/settings.php:1108 admin/settings.php:1115 2236 2252 msgid "" 2237 2253 "You can find this in your Bunny.net Dashboard under: <strong>Stream → Your " … … 2239 2255 msgstr "" 2240 2256 2241 #: admin/settings.php:1 0952257 #: admin/settings.php:1107 2242 2258 msgid "Video Library ID" 2243 2259 msgstr "" 2244 2260 2245 #: admin/settings.php:11 022261 #: admin/settings.php:1114 2246 2262 msgid "CDN Hostname" 2247 2263 msgstr "" 2248 2264 2249 #: admin/settings.php:11 092265 #: admin/settings.php:1121 2250 2266 msgid "Collection ID" 2251 2267 msgstr "" 2252 2268 2253 #: admin/settings.php:11 102269 #: admin/settings.php:1122 2254 2270 msgid "" 2255 2271 "Optional. You can find this in your Bunny.net Dashboard under: " … … 2258 2274 msgstr "" 2259 2275 2260 #: admin/settings.php:11 162276 #: admin/settings.php:1128 2261 2277 msgid "Enable Token Authentication" 2262 2278 msgstr "" 2263 2279 2264 #: admin/settings.php:11 172280 #: admin/settings.php:1129 2265 2281 msgid "" 2266 2282 "Check this option if token authentication is enabled in your Bunny.net " … … 2269 2285 msgstr "" 2270 2286 2271 #: admin/settings.php:11 232287 #: admin/settings.php:1135 2272 2288 msgid "Token Authentication Key" 2273 2289 msgstr "" 2274 2290 2275 #: admin/settings.php:11 242291 #: admin/settings.php:1136 2276 2292 msgid "" 2277 2293 "You can find this in your Bunny.net Dashboard under: <strong>Stream → Your " … … 2279 2295 msgstr "" 2280 2296 2281 #: admin/settings.php:11 302297 #: admin/settings.php:1142 2282 2298 msgid "Token Expiry (in seconds)" 2283 2299 msgstr "" 2284 2300 2285 #: admin/settings.php:11 312301 #: admin/settings.php:1143 2286 2302 msgid "" 2287 2303 "Optional. Set how long signed URLs remain valid. Default is 3600 seconds (1 " … … 2289 2305 msgstr "" 2290 2306 2291 #: admin/settings.php:11 422307 #: admin/settings.php:1154 2292 2308 msgid "Show Logo" 2293 2309 msgstr "" 2294 2310 2295 #: admin/settings.php:11 432311 #: admin/settings.php:1155 2296 2312 msgid "Check this option to show the watermark on the video." 2297 2313 msgstr "" 2298 2314 2299 #: admin/settings.php:11 492315 #: admin/settings.php:1161 2300 2316 msgid "Logo Image" 2301 2317 msgstr "" 2302 2318 2303 #: admin/settings.php:11 502319 #: admin/settings.php:1162 2304 2320 msgid "" 2305 2321 "Upload the image file of your logo. We recommend using the transparent PNG " … … 2308 2324 msgstr "" 2309 2325 2310 #: admin/settings.php:11 562326 #: admin/settings.php:1168 2311 2327 msgid "Logo Link" 2312 2328 msgstr "" 2313 2329 2314 #: admin/settings.php:11 572330 #: admin/settings.php:1169 2315 2331 msgid "" 2316 2332 "The URL to visit when the watermark image is clicked. Clicking a logo will " … … 2318 2334 msgstr "" 2319 2335 2320 #: admin/settings.php:11 632336 #: admin/settings.php:1175 2321 2337 msgid "Logo Position" 2322 2338 msgstr "" 2323 2339 2324 #: admin/settings.php:11 642340 #: admin/settings.php:1176 2325 2341 msgid "This sets the corner in which to display the watermark." 2326 2342 msgstr "" 2327 2343 2328 #: admin/settings.php:11 672344 #: admin/settings.php:1179 2329 2345 msgid "Top Left" 2330 2346 msgstr "" 2331 2347 2332 #: admin/settings.php:11 682348 #: admin/settings.php:1180 2333 2349 msgid "Top Right" 2334 2350 msgstr "" 2335 2351 2336 #: admin/settings.php:11 692352 #: admin/settings.php:1181 2337 2353 msgid "Bottom Left" 2338 2354 msgstr "" 2339 2355 2340 #: admin/settings.php:11 702356 #: admin/settings.php:1182 2341 2357 msgid "Bottom Right" 2342 2358 msgstr "" 2343 2359 2344 #: admin/settings.php:11 762360 #: admin/settings.php:1188 2345 2361 msgid "Logo Margin" 2346 2362 msgstr "" 2347 2363 2348 #: admin/settings.php:11 772364 #: admin/settings.php:1189 2349 2365 msgid "The distance, in pixels, of the logo from the edges of the display." 2350 2366 msgstr "" 2351 2367 2352 #: admin/settings.php:11 832368 #: admin/settings.php:1195 2353 2369 msgid "Copyright Text" 2354 2370 msgstr "" 2355 2371 2356 #: admin/settings.php:11 842372 #: admin/settings.php:1196 2357 2373 msgid "Text that is shown when a user right-clicks the player with the mouse." 2358 2374 msgstr "" 2359 2375 2360 #: admin/settings.php:14 602376 #: admin/settings.php:1472 2361 2377 msgid "Choose File" 2362 2378 msgstr "" 2363 2379 2364 #: admin/settings.php:15 112380 #: admin/settings.php:1523 2365 2381 msgid "Select a page" 2366 2382 msgstr "" … … 2372 2388 #: admin/tags.php:33 admin/tags.php:64 admin/tags.php:66 admin/videos.php:582 2373 2389 #: premium/admin/automations.php:280 2374 #: premium/admin/partials/automations-video-options.php:8 22390 #: premium/admin/partials/automations-video-options.php:83 2375 2391 msgid "Video Tags" 2376 2392 msgstr "" … … 2420 2436 msgstr "" 2421 2437 2422 #: admin/tags.php:80 includes/helpers/functions.php:111 2public/public.php:2902438 #: admin/tags.php:80 includes/helpers/functions.php:1119 public/public.php:290 2423 2439 #: public/public.php:376 2424 2440 msgid "No tags found" … … 2452 2468 #: premium/includes/functions.php:101 premium/includes/functions.php:114 2453 2469 #: premium/includes/vimeo-api/videos-resource.php:33 2454 #: premium/public/templates/user-dashboard.php: 852470 #: premium/public/templates/user-dashboard.php:95 2455 2471 msgid "Videos" 2456 2472 msgstr "" … … 2458 2474 #: admin/videos.php:76 admin/videos.php:78 admin/videos.php:112 2459 2475 #: admin/videos.php:190 blocks/blocks.php:112 2460 #: includes/helpers/functions.php:12 182476 #: includes/helpers/functions.php:1225 2461 2477 msgid "Video" 2462 2478 msgstr "" … … 2498 2514 msgstr "" 2499 2515 2500 #: admin/videos.php:91 includes/helpers/functions.php:11 062516 #: admin/videos.php:91 includes/helpers/functions.php:1113 2501 2517 #: premium/admin/partials/playlist-fields.php:58 2502 2518 msgid "No videos found" … … 2507 2523 msgstr "" 2508 2524 2509 #: admin/videos.php:93 premium/admin/partials/automations-video-options.php: 482525 #: admin/videos.php:93 premium/admin/partials/automations-video-options.php:50 2510 2526 msgid "Featured Image" 2511 2527 msgstr "" … … 2544 2560 2545 2561 #: admin/videos.php:113 admin/videos.php:544 2546 #: premium/admin/partials/automations-video-options.php:3 12562 #: premium/admin/partials/automations-video-options.php:33 2547 2563 #: premium/admin/slider.php:62 premium/public/slider.php:97 2548 2564 #: premium/public/templates/video-form.php:229 … … 2664 2680 msgstr "" 2665 2681 2666 #: admin/videos.php:704 includes/helpers/functions.php:1 4992682 #: admin/videos.php:704 includes/helpers/functions.php:1506 2667 2683 msgid "Featured Only" 2668 2684 msgstr "" … … 2680 2696 msgstr "" 2681 2697 2682 #: admin/videos.php:813 includes/helpers/functions.php:17 672698 #: admin/videos.php:813 includes/helpers/functions.php:1774 2683 2699 msgid "Categories" 2684 2700 msgstr "" … … 2719 2735 msgstr "" 2720 2736 2721 #: blocks/blocks.php:87 includes/helpers/functions.php:149 22722 #: includes/helpers/functions.php:186 0widgets/forms/categories.php:1002737 #: blocks/blocks.php:87 includes/helpers/functions.php:1499 2738 #: includes/helpers/functions.php:1867 widgets/forms/categories.php:100 2723 2739 msgid "ASC" 2724 2740 msgstr "" 2725 2741 2726 #: blocks/blocks.php:88 includes/helpers/functions.php:1 4932727 #: includes/helpers/functions.php:186 1widgets/forms/categories.php:1012742 #: blocks/blocks.php:88 includes/helpers/functions.php:1500 2743 #: includes/helpers/functions.php:1868 widgets/forms/categories.php:101 2728 2744 msgid "DESC" 2729 2745 msgstr "" 2730 2746 2731 #: blocks/blocks.php:93 includes/helpers/functions.php:1 8952747 #: blocks/blocks.php:93 includes/helpers/functions.php:1902 2732 2748 msgid "Show Pagination" 2733 2749 msgstr "" … … 2753 2769 msgstr "" 2754 2770 2755 #: blocks/blocks.php:99 includes/helpers/functions.php:17 332756 #: includes/helpers/functions.php:19 16widgets/forms/search.php:252771 #: blocks/blocks.php:99 includes/helpers/functions.php:1740 2772 #: includes/helpers/functions.php:1923 widgets/forms/search.php:25 2757 2773 msgid "Vertical" 2758 2774 msgstr "" 2759 2775 2760 #: blocks/blocks.php:100 includes/helpers/functions.php:17 342761 #: includes/helpers/functions.php:19 17widgets/forms/search.php:262776 #: blocks/blocks.php:100 includes/helpers/functions.php:1741 2777 #: includes/helpers/functions.php:1924 widgets/forms/search.php:26 2762 2778 msgid "Horizontal" 2763 2779 msgstr "" 2764 2780 2765 #: blocks/blocks.php:101 includes/helpers/functions.php:193 02781 #: blocks/blocks.php:101 includes/helpers/functions.php:1937 2766 2782 #: widgets/forms/search.php:51 2767 2783 msgid "Search By Categories" 2768 2784 msgstr "" 2769 2785 2770 #: blocks/blocks.php:102 includes/helpers/functions.php:19 232786 #: blocks/blocks.php:102 includes/helpers/functions.php:1930 2771 2787 #: widgets/forms/search.php:44 2772 2788 msgid "Search By Video Title, Description" 2773 2789 msgstr "" 2774 2790 2775 #: blocks/blocks.php:103 includes/helpers/functions.php:19 372791 #: blocks/blocks.php:103 includes/helpers/functions.php:1944 2776 2792 #: widgets/forms/search.php:58 2777 2793 msgid "Search By Tags" 2778 2794 msgstr "" 2779 2795 2780 #: blocks/blocks.php:104 includes/helpers/functions.php:17 152781 #: includes/helpers/functions.php:19 44widgets/forms/search.php:652796 #: blocks/blocks.php:104 includes/helpers/functions.php:1722 2797 #: includes/helpers/functions.php:1951 widgets/forms/search.php:65 2782 2798 msgid "Sort By Dropdown" 2783 2799 msgstr "" 2784 2800 2785 #: blocks/blocks.php:105 includes/helpers/functions.php:195 12801 #: blocks/blocks.php:105 includes/helpers/functions.php:1958 2786 2802 #: widgets/forms/search.php:72 2787 2803 msgid "Search Button" 2788 2804 msgstr "" 2789 2805 2790 #: blocks/blocks.php:106 includes/helpers/functions.php:172 22791 #: includes/helpers/functions.php:19 58widgets/forms/search.php:792806 #: blocks/blocks.php:106 includes/helpers/functions.php:1729 2807 #: includes/helpers/functions.php:1965 widgets/forms/search.php:79 2792 2808 msgid "Reset Button" 2793 2809 msgstr "" 2794 2810 2795 #: blocks/blocks.php:108 includes/helpers/functions.php:19 692811 #: blocks/blocks.php:108 includes/helpers/functions.php:1976 2796 2812 #: widgets/forms/search.php:88 2797 2813 msgid "Use Plugin's Default Search Results Page" 2798 2814 msgstr "" 2799 2815 2800 #: blocks/blocks.php:109 includes/helpers/functions.php:197 02816 #: blocks/blocks.php:109 includes/helpers/functions.php:1977 2801 2817 #: widgets/forms/search.php:89 2802 2818 msgid "Display Results on Current Page" … … 2825 2841 msgstr "" 2826 2842 2827 #: includes/helpers/functions.php:5 682843 #: includes/helpers/functions.php:571 2828 2844 #, php-format 2829 2845 msgid "%sB" 2830 2846 msgstr "" 2831 2847 2832 #: includes/helpers/functions.php:57 02848 #: includes/helpers/functions.php:573 2833 2849 #, php-format 2834 2850 msgid "%sM" 2835 2851 msgstr "" 2836 2852 2837 #: includes/helpers/functions.php:57 22853 #: includes/helpers/functions.php:575 2838 2854 #, php-format 2839 2855 msgid "%sK" 2840 2856 msgstr "" 2841 2857 2842 #: includes/helpers/functions.php:6 792858 #: includes/helpers/functions.php:685 2843 2859 msgid "Video Category" 2844 2860 msgstr "" 2845 2861 2846 #: includes/helpers/functions.php:68 32862 #: includes/helpers/functions.php:689 2847 2863 msgid "Video Tag" 2848 2864 msgstr "" 2849 2865 2850 #: includes/helpers/functions.php:6 872866 #: includes/helpers/functions.php:693 2851 2867 #: public/templates/search-form-template-compact.php:33 2852 #: public/templates/search-form-template-horizontal.php:17 52853 #: public/templates/search-form-template-vertical.php:17 52868 #: public/templates/search-form-template-horizontal.php:177 2869 #: public/templates/search-form-template-vertical.php:177 2854 2870 #: widgets/search.php:141 2855 2871 msgid "Search Videos" 2856 2872 msgstr "" 2857 2873 2858 #: includes/helpers/functions.php:69 12874 #: includes/helpers/functions.php:697 2859 2875 msgid "User Videos" 2860 2876 msgstr "" 2861 2877 2862 #: includes/helpers/functions.php: 6952878 #: includes/helpers/functions.php:701 2863 2879 msgid "Player Embed" 2864 2880 msgstr "" 2865 2881 2866 #: includes/helpers/functions.php:84 2includes/player/base.php:6682882 #: includes/helpers/functions.php:848 includes/player/base.php:668 2867 2883 #: public/templates/player-restricted.php:16 public/video.php:471 2868 2884 msgid "Sorry, but you do not have permission to view this video." 2869 2885 msgstr "" 2870 2886 2871 #: includes/helpers/functions.php:8 442887 #: includes/helpers/functions.php:850 2872 2888 msgid "restricted" 2873 2889 msgstr "" 2874 2890 2875 #: includes/helpers/functions.php:85 02891 #: includes/helpers/functions.php:856 2876 2892 msgid "" 2877 2893 "<strong>Please accept cookies to play this video</strong>. By accepting you " … … 2879 2895 msgstr "" 2880 2896 2881 #: includes/helpers/functions.php:85 12897 #: includes/helpers/functions.php:857 2882 2898 msgid "I Agree" 2883 2899 msgstr "" 2884 2900 2885 #: includes/helpers/functions.php:11 152901 #: includes/helpers/functions.php:1122 2886 2902 msgid "Sorry, you need to login to view this content." 2887 2903 msgstr "" 2888 2904 2889 #: includes/helpers/functions.php:11 662905 #: includes/helpers/functions.php:1173 2890 2906 msgid "Title - Ascending" 2891 2907 msgstr "" 2892 2908 2893 #: includes/helpers/functions.php:11 672909 #: includes/helpers/functions.php:1174 2894 2910 msgid "Title - Descending" 2895 2911 msgstr "" 2896 2912 2897 #: includes/helpers/functions.php:11 682913 #: includes/helpers/functions.php:1175 2898 2914 msgid "Newest First" 2899 2915 msgstr "" 2900 2916 2901 #: includes/helpers/functions.php:11 692917 #: includes/helpers/functions.php:1176 2902 2918 msgid "Oldest First" 2903 2919 msgstr "" 2904 2920 2905 #: includes/helpers/functions.php:117 02921 #: includes/helpers/functions.php:1177 2906 2922 msgid "Most Viewed" 2907 2923 msgstr "" 2908 2924 2909 #: includes/helpers/functions.php:11 752925 #: includes/helpers/functions.php:1182 2910 2926 msgid "Most Liked" 2911 2927 msgstr "" 2912 2928 2913 #: includes/helpers/functions.php:1 1962929 #: includes/helpers/functions.php:1203 2914 2930 msgid "Single Video" 2915 2931 msgstr "" 2916 2932 2917 #: includes/helpers/functions.php:12 03widgets/forms/video.php:242933 #: includes/helpers/functions.php:1210 widgets/forms/video.php:24 2918 2934 #: widgets/forms/video.php:40 2919 2935 msgid "Select Video" 2920 2936 msgstr "" 2921 2937 2922 #: includes/helpers/functions.php:12 19 includes/helpers/functions.php:12752938 #: includes/helpers/functions.php:1226 includes/helpers/functions.php:1282 2923 2939 msgid "" 2924 2940 "Enter your direct file URL in the textbox above (OR) upload your file using " … … 2926 2942 msgstr "" 2927 2943 2928 #: includes/helpers/functions.php:12 252944 #: includes/helpers/functions.php:1232 2929 2945 #: premium/public/templates/video-form.php:150 2930 2946 msgid "HLS" 2931 2947 msgstr "" 2932 2948 2933 #: includes/helpers/functions.php:123 22949 #: includes/helpers/functions.php:1239 2934 2950 #: premium/public/templates/video-form.php:150 2935 2951 msgid "MPEG-DASH" 2936 2952 msgstr "" 2937 2953 2938 #: includes/helpers/functions.php:12 53 includes/helpers/functions.php:20492954 #: includes/helpers/functions.php:1260 includes/helpers/functions.php:2056 2939 2955 msgid "Dailymotion" 2940 2956 msgstr "" 2941 2957 2942 #: includes/helpers/functions.php:126 0 includes/helpers/functions.php:20502958 #: includes/helpers/functions.php:1267 includes/helpers/functions.php:2057 2943 2959 msgid "Rumble" 2944 2960 msgstr "" 2945 2961 2946 #: includes/helpers/functions.php:14 442962 #: includes/helpers/functions.php:1451 2947 2963 #: premium/public/templates/video-form.php:236 2948 2964 #: premium/public/templates/video-form.php:243 2949 #: public/templates/search-form-template-horizontal.php:7 32950 #: public/templates/search-form-template-vertical.php:7 32965 #: public/templates/search-form-template-horizontal.php:74 2966 #: public/templates/search-form-template-vertical.php:74 2951 2967 msgid "Select Categories" 2952 2968 msgstr "" 2953 2969 2954 #: includes/helpers/functions.php:145 12970 #: includes/helpers/functions.php:1458 2955 2971 #: premium/public/templates/video-form.php:278 2956 2972 #: premium/public/templates/video-form.php:285 2957 #: public/templates/search-form-template-horizontal.php:12 72958 #: public/templates/search-form-template-vertical.php:12 72973 #: public/templates/search-form-template-horizontal.php:129 2974 #: public/templates/search-form-template-vertical.php:129 2959 2975 msgid "Select Tags" 2960 2976 msgstr "" 2961 2977 2962 #: includes/helpers/functions.php:14 582978 #: includes/helpers/functions.php:1465 2963 2979 msgid "Include Video ID(s)" 2964 2980 msgstr "" 2965 2981 2966 #: includes/helpers/functions.php:14 652982 #: includes/helpers/functions.php:1472 2967 2983 msgid "Exclude Video ID(s)" 2968 2984 msgstr "" 2969 2985 2970 #: includes/helpers/functions.php:15 062986 #: includes/helpers/functions.php:1513 2971 2987 msgid "Follow URL" 2972 2988 msgstr "" 2973 2989 2974 #: includes/helpers/functions.php:15 142990 #: includes/helpers/functions.php:1521 2975 2991 msgid "Gallery" 2976 2992 msgstr "" 2977 2993 2978 #: includes/helpers/functions.php:16 682994 #: includes/helpers/functions.php:1675 2979 2995 msgid "More Button" 2980 2996 msgstr "" 2981 2997 2982 #: includes/helpers/functions.php:16 75widgets/forms/categories.php:1522998 #: includes/helpers/functions.php:1682 widgets/forms/categories.php:152 2983 2999 msgid "More Button Label" 2984 3000 msgstr "" 2985 3001 2986 #: includes/helpers/functions.php:16 78widgets/categories.php:672987 #: widgets/videos.php:4 153002 #: includes/helpers/functions.php:1685 widgets/categories.php:67 3003 #: widgets/videos.php:439 2988 3004 msgid "Show More" 2989 3005 msgstr "" 2990 3006 2991 #: includes/helpers/functions.php:168 2widgets/forms/categories.php:1573007 #: includes/helpers/functions.php:1689 widgets/forms/categories.php:157 2992 3008 msgid "More Button Link" 2993 3009 msgstr "" 2994 3010 2995 #: includes/helpers/functions.php:16 83widgets/forms/categories.php:1593011 #: includes/helpers/functions.php:1690 widgets/forms/categories.php:159 2996 3012 msgid "Leave this field blank to use Ajax" 2997 3013 msgstr "" 2998 3014 2999 #: includes/helpers/functions.php:169 03015 #: includes/helpers/functions.php:1697 3000 3016 msgid "Filters & Search Form" 3001 3017 msgstr "" 3002 3018 3003 #: includes/helpers/functions.php:1 6943019 #: includes/helpers/functions.php:1701 3004 3020 msgid "Filter By Video Title, Description" 3005 3021 msgstr "" 3006 3022 3007 #: includes/helpers/functions.php:1 6953023 #: includes/helpers/functions.php:1702 3008 3024 msgid "" 3009 3025 "Enable keyword search that allows visitors to filter videos by matching " … … 3011 3027 msgstr "" 3012 3028 3013 #: includes/helpers/functions.php:170 13029 #: includes/helpers/functions.php:1708 3014 3030 msgid "Filter By Categories" 3015 3031 msgstr "" 3016 3032 3017 #: includes/helpers/functions.php:170 23033 #: includes/helpers/functions.php:1709 3018 3034 msgid "Allow visitors to filter videos based on assigned categories." 3019 3035 msgstr "" 3020 3036 3021 #: includes/helpers/functions.php:17 083037 #: includes/helpers/functions.php:1715 3022 3038 msgid "Filter By Tags" 3023 3039 msgstr "" 3024 3040 3025 #: includes/helpers/functions.php:17 093041 #: includes/helpers/functions.php:1716 3026 3042 msgid "Allow visitors to filter videos based on assigned tags." 3027 3043 msgstr "" 3028 3044 3029 #: includes/helpers/functions.php:17 163045 #: includes/helpers/functions.php:1723 3030 3046 msgid "" 3031 3047 "Enable a dropdown to let visitors sort videos by options like date, title, " … … 3033 3049 msgstr "" 3034 3050 3035 #: includes/helpers/functions.php:17 233051 #: includes/helpers/functions.php:1730 3036 3052 msgid "Show a reset button to allow visitors to clear all selected filters." 3037 3053 msgstr "" 3038 3054 3039 #: includes/helpers/functions.php:17 293055 #: includes/helpers/functions.php:1736 3040 3056 msgid "Filters Template" 3041 3057 msgstr "" 3042 3058 3043 #: includes/helpers/functions.php:173 03059 #: includes/helpers/functions.php:1737 3044 3060 msgid "" 3045 3061 "Choose how the filters will be displayed — vertically (stacked) or " … … 3047 3063 msgstr "" 3048 3064 3049 #: includes/helpers/functions.php:174 03065 #: includes/helpers/functions.php:1747 3050 3066 msgid "Filters Mode" 3051 3067 msgstr "" 3052 3068 3053 #: includes/helpers/functions.php:174 13069 #: includes/helpers/functions.php:1748 3054 3070 msgid "How should the filter form behave when users interact with it?" 3055 3071 msgstr "" 3056 3072 3057 #: includes/helpers/functions.php:17 443073 #: includes/helpers/functions.php:1751 3058 3074 msgid "Live - Update instantly" 3059 3075 msgstr "" 3060 3076 3061 #: includes/helpers/functions.php:17 453077 #: includes/helpers/functions.php:1752 3062 3078 msgid "Ajax - Update instantly without page reload" 3063 3079 msgstr "" 3064 3080 3065 #: includes/helpers/functions.php:17 463081 #: includes/helpers/functions.php:1753 3066 3082 msgid "Search - Update on button click" 3067 3083 msgstr "" 3068 3084 3069 #: includes/helpers/functions.php:175 23085 #: includes/helpers/functions.php:1759 3070 3086 msgid "Filters Position" 3071 3087 msgstr "" 3072 3088 3073 #: includes/helpers/functions.php:17 533089 #: includes/helpers/functions.php:1760 3074 3090 msgid "" 3075 3091 "Decide where the filters should appear — above the gallery (Top), on the " … … 3077 3093 msgstr "" 3078 3094 3079 #: includes/helpers/functions.php:17 58premium/admin/playlist.php:393095 #: includes/helpers/functions.php:1765 premium/admin/playlist.php:39 3080 3096 #: premium/public/playlist.php:57 3081 3097 msgid "Right" 3082 3098 msgstr "" 3083 3099 3084 #: includes/helpers/functions.php:180 13100 #: includes/helpers/functions.php:1808 3085 3101 msgid "Include Category ID(s)" 3086 3102 msgstr "" 3087 3103 3088 #: includes/helpers/functions.php:18 083104 #: includes/helpers/functions.php:1815 3089 3105 msgid "Exclude Category ID(s)" 3090 3106 msgstr "" 3091 3107 3092 #: includes/helpers/functions.php:19 053108 #: includes/helpers/functions.php:1912 3093 3109 msgid "Search Form" 3094 3110 msgstr "" 3095 3111 3096 #: includes/helpers/functions.php:19 66widgets/forms/search.php:1023112 #: includes/helpers/functions.php:1973 widgets/forms/search.php:102 3097 3113 msgid "" 3098 3114 "The selected \"Search Results Page\" must include the [aiovg_search] " … … 3100 3116 msgstr "" 3101 3117 3102 #: includes/helpers/functions.php:201 23118 #: includes/helpers/functions.php:2019 3103 3119 #, php-format 3104 3120 msgid "%s ago" 3105 3121 msgstr "" 3106 3122 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 3124 msgid "Video File (mp4, webm, ogv, m4v, mov)" 3125 msgstr "" 3126 3127 #: includes/helpers/functions.php:2053 3128 msgid "HLS / MPEG-DASH" 3129 msgstr "" 3130 3131 #: includes/helpers/functions.php:2062 3120 3132 msgid "Third-Party Player Code" 3121 3133 msgstr "" 3122 3134 3123 #: includes/helpers/functions.php:20 693135 #: includes/helpers/functions.php:2076 3124 3136 msgid "Classic" 3125 3137 msgstr "" … … 3489 3501 3490 3502 #: premium/admin/automations.php:883 3491 #: premium/admin/partials/automations-sources.php: 193492 msgid " Video Service"3503 #: premium/admin/partials/automations-sources.php:21 3504 msgid "Import Videos From..." 3493 3505 msgstr "" 3494 3506 … … 3525 3537 3526 3538 #: premium/admin/automations.php:911 3527 #: premium/admin/partials/automations-sources.php:4 703539 #: premium/admin/partials/automations-sources.php:423 3528 3540 msgid "Batch Limit" 3529 3541 msgstr "" … … 3615 3627 msgstr "" 3616 3628 3617 #: premium/admin/partials/automations-sources.php:8 13629 #: premium/admin/partials/automations-sources.php:82 3618 3630 msgid "Channel URL" 3619 3631 msgstr "" 3620 3632 3621 #: premium/admin/partials/automations-sources.php: 923633 #: premium/admin/partials/automations-sources.php:88 3622 3634 msgid "Enter the YouTube Channel ID (or) a YouTube Video URL from the Channel." 3623 3635 msgstr "" 3624 3636 3625 #: premium/admin/partials/automations-sources.php: 1003637 #: premium/admin/partials/automations-sources.php:99 3626 3638 msgid "Playlist URL" 3627 3639 msgstr "" 3628 3640 3629 #: premium/admin/partials/automations-sources.php:11 83630 #: premium/admin/partials/automations-sources.php:3 763641 #: premium/admin/partials/automations-sources.php:113 3642 #: premium/admin/partials/automations-sources.php:335 3631 3643 msgid "Search Keyword" 3632 3644 msgstr "" 3633 3645 3634 #: premium/admin/partials/automations-sources.php:1 293646 #: premium/admin/partials/automations-sources.php:119 3635 3647 msgid "Enter search terms (space:AND, -:NOT, |:OR)" 3636 3648 msgstr "" 3637 3649 3638 #: premium/admin/partials/automations-sources.php:13 73650 #: premium/admin/partials/automations-sources.php:130 3639 3651 #: premium/includes/functions.php:100 3640 3652 msgid "Username" 3641 3653 msgstr "" 3642 3654 3643 #: premium/admin/partials/automations-sources.php:1 553644 #: premium/admin/partials/automations-sources.php:3 943655 #: premium/admin/partials/automations-sources.php:144 3656 #: premium/admin/partials/automations-sources.php:349 3645 3657 msgid "Video URLs" 3646 3658 msgstr "" 3647 3659 3648 #: premium/admin/partials/automations-sources.php:166 3660 #: premium/admin/partials/automations-sources.php:150 3661 #: premium/admin/partials/automations-sources.php:355 3662 msgid "Enter one video per line." 3663 msgstr "" 3664 3665 #: premium/admin/partials/automations-sources.php:160 3666 #: premium/admin/partials/automations-sources.php:401 3667 msgid "Exclude URLs" 3668 msgstr "" 3669 3670 #: premium/admin/partials/automations-sources.php:164 3649 3671 #: premium/admin/partials/automations-sources.php:405 3650 msgid "Enter one video per line."3651 msgstr ""3652 3653 #: premium/admin/partials/automations-sources.php:1733654 #: premium/admin/partials/automations-sources.php:4583655 msgid "Exclude URLs"3656 msgstr ""3657 3658 #: premium/admin/partials/automations-sources.php:1773659 #: premium/admin/partials/automations-sources.php:4623660 3672 msgid "" 3661 3673 "Enter the list of video URLs those should be excluded during the import. " … … 3663 3675 msgstr "" 3664 3676 3665 #: premium/admin/partials/automations-sources.php:1 933677 #: premium/admin/partials/automations-sources.php:175 3666 3678 msgid "Date" 3667 3679 msgstr "" 3668 3680 3669 #: premium/admin/partials/automations-sources.php:1 943681 #: premium/admin/partials/automations-sources.php:176 3670 3682 msgid "Rating" 3671 3683 msgstr "" 3672 3684 3673 #: premium/admin/partials/automations-sources.php:1 953685 #: premium/admin/partials/automations-sources.php:177 3674 3686 msgid "Relevance" 3675 3687 msgstr "" 3676 3688 3677 #: premium/admin/partials/automations-sources.php:2 503689 #: premium/admin/partials/automations-sources.php:237 3678 3690 msgid "User ID" 3679 3691 msgstr "" 3680 3692 3681 #: premium/admin/partials/automations-sources.php:2 603693 #: premium/admin/partials/automations-sources.php:241 3682 3694 msgid "Enter your Vimeo User ID" 3683 3695 msgstr "" 3684 3696 3685 #: premium/admin/partials/automations-sources.php:2 683697 #: premium/admin/partials/automations-sources.php:251 3686 3698 msgid "Showcase ID" 3687 3699 msgstr "" 3688 3700 3689 #: premium/admin/partials/automations-sources.php:2 783701 #: premium/admin/partials/automations-sources.php:255 3690 3702 msgid "Enter your Vimeo Showcase ID" 3691 3703 msgstr "" 3692 3704 3693 #: premium/admin/partials/automations-sources.php:2 863705 #: premium/admin/partials/automations-sources.php:265 3694 3706 msgid "Category Name" 3695 3707 msgstr "" 3696 3708 3697 #: premium/admin/partials/automations-sources.php: 3043709 #: premium/admin/partials/automations-sources.php:279 3698 3710 msgid "Channel ID" 3699 3711 msgstr "" 3700 3712 3701 #: premium/admin/partials/automations-sources.php: 3143713 #: premium/admin/partials/automations-sources.php:283 3702 3714 msgid "Enter your Vimeo Channel ID" 3703 3715 msgstr "" 3704 3716 3705 #: premium/admin/partials/automations-sources.php: 3223717 #: premium/admin/partials/automations-sources.php:293 3706 3718 msgid "Folder ID" 3707 3719 msgstr "" 3708 3720 3709 #: premium/admin/partials/automations-sources.php: 3323721 #: premium/admin/partials/automations-sources.php:297 3710 3722 msgid "Enter your Vimeo Folder ID" 3711 3723 msgstr "" 3712 3724 3713 #: premium/admin/partials/automations-sources.php:3 403725 #: premium/admin/partials/automations-sources.php:307 3714 3726 msgid "Group ID" 3715 3727 msgstr "" 3716 3728 3717 #: premium/admin/partials/automations-sources.php:3 503729 #: premium/admin/partials/automations-sources.php:311 3718 3730 msgid "Enter your Vimeo Group ID" 3719 3731 msgstr "" 3720 3732 3721 #: premium/admin/partials/automations-sources.php:3 583733 #: premium/admin/partials/automations-sources.php:321 3722 3734 msgid "Portfolio ID" 3723 3735 msgstr "" 3724 3736 3725 #: premium/admin/partials/automations-sources.php:3 683737 #: premium/admin/partials/automations-sources.php:325 3726 3738 msgid "Enter your Vimeo Portfolio ID" 3727 3739 msgstr "" 3728 3740 3729 #: premium/admin/partials/automations-sources.php: 4123741 #: premium/admin/partials/automations-sources.php:365 3730 3742 msgid "Filter by Tags" 3731 3743 msgstr "" 3732 3744 3733 #: premium/admin/partials/automations-sources.php: 4203745 #: premium/admin/partials/automations-sources.php:367 3734 3746 msgid "Enter a comma-separated list of tags to filter on" 3735 3747 msgstr "" 3736 3748 3749 #: premium/admin/partials/automations-sources.php:376 3750 msgid "Exclude Tags" 3751 msgstr "" 3752 3753 #: premium/admin/partials/automations-sources.php:378 3754 msgid "Enter a comma-separated list of tags to exclude" 3755 msgstr "" 3756 3757 #: premium/admin/partials/automations-sources.php:387 3758 msgid "Include Subfolders" 3759 msgstr "" 3760 3761 #: premium/admin/partials/automations-sources.php:391 3762 msgid "Check this option to import videos from the subfolders too." 3763 msgstr "" 3764 3765 #: premium/admin/partials/automations-sources.php:395 3766 msgid "Yes" 3767 msgstr "" 3768 3769 #: premium/admin/partials/automations-sources.php:395 3770 msgid "No" 3771 msgstr "" 3772 3773 #: premium/admin/partials/automations-sources.php:415 3774 msgid "Schedule Import" 3775 msgstr "" 3776 3737 3777 #: premium/admin/partials/automations-sources.php:427 3738 msgid "Exclude Tags"3739 msgstr ""3740 3741 #: premium/admin/partials/automations-sources.php:4353742 msgid "Enter a comma-separated list of tags to exclude"3743 msgstr ""3744 3745 #: premium/admin/partials/automations-sources.php:4423746 msgid "Include Subfolders"3747 msgstr ""3748 3749 #: premium/admin/partials/automations-sources.php:4463750 msgid "Yes"3751 msgstr ""3752 3753 #: premium/admin/partials/automations-sources.php:4463754 msgid "No"3755 msgstr ""3756 3757 #: premium/admin/partials/automations-sources.php:4513758 msgid "Check this option to import videos from the subfolders too."3759 msgstr ""3760 3761 #: premium/admin/partials/automations-sources.php:4743762 3778 msgid "" 3763 3779 "Enter the maximum amount of videos to be imported per batch. We recommend " … … 3765 3781 msgstr "" 3766 3782 3767 #: premium/admin/partials/automations-sources.php:4 803783 #: premium/admin/partials/automations-sources.php:433 3768 3784 msgid "Schedule" 3769 3785 msgstr "" 3770 3786 3771 #: premium/admin/partials/automations-sources.php:4 863787 #: premium/admin/partials/automations-sources.php:439 3772 3788 msgid "Only Once" 3773 3789 msgstr "" 3774 3790 3775 #: premium/admin/partials/automations-sources.php:4 873791 #: premium/admin/partials/automations-sources.php:440 3776 3792 msgid "Every 1 Hour" 3777 3793 msgstr "" 3778 3794 3779 #: premium/admin/partials/automations-sources.php:4 883795 #: premium/admin/partials/automations-sources.php:441 3780 3796 msgid "Every 1 Day" 3781 3797 msgstr "" 3782 3798 3783 #: premium/admin/partials/automations-sources.php:4 893799 #: premium/admin/partials/automations-sources.php:442 3784 3800 msgid "Every 1 Week" 3785 3801 msgstr "" 3786 3802 3787 #: premium/admin/partials/automations-sources.php:4 903803 #: premium/admin/partials/automations-sources.php:443 3788 3804 msgid "Every 1 Month" 3789 3805 msgstr "" 3790 3806 3791 #: premium/admin/partials/automations-sources.php: 5033807 #: premium/admin/partials/automations-sources.php:457 3792 3808 msgid "Configure how frequent the plugin the plugin should import videos." 3793 3809 msgstr "" 3794 3810 3795 #: premium/admin/partials/automations-sources.php: 5093811 #: premium/admin/partials/automations-sources.php:464 3796 3812 msgid "Reschedule" 3797 3813 msgstr "" 3798 3814 3799 #: premium/admin/partials/automations-sources.php: 5143815 #: premium/admin/partials/automations-sources.php:468 3800 3816 msgid "" 3801 3817 "Check this option if the plugin should check for new videos after the import " … … 3841 3857 msgstr "" 3842 3858 3843 #: premium/admin/partials/automations-video-options.php:2 33859 #: premium/admin/partials/automations-video-options.php:25 3844 3860 #, php-format 3845 3861 msgid "" … … 3848 3864 msgstr "" 3849 3865 3850 #: premium/admin/partials/automations-video-options.php:2 43866 #: premium/admin/partials/automations-video-options.php:26 3851 3867 #, php-format 3852 3868 msgid "" … … 3854 3870 msgstr "" 3855 3871 3856 #: premium/admin/partials/automations-video-options.php:2 53872 #: premium/admin/partials/automations-video-options.php:27 3857 3873 #, php-format 3858 3874 msgid "" … … 3862 3878 msgstr "" 3863 3879 3864 #: premium/admin/partials/automations-video-options.php:3 63880 #: premium/admin/partials/automations-video-options.php:38 3865 3881 msgid "Check this option to import the video description." 3866 3882 msgstr "" 3867 3883 3868 #: premium/admin/partials/automations-video-options.php:4 03884 #: premium/admin/partials/automations-video-options.php:42 3869 3885 #, php-format 3870 3886 msgid "" … … 3873 3889 msgstr "" 3874 3890 3875 #: premium/admin/partials/automations-video-options.php:4 13891 #: premium/admin/partials/automations-video-options.php:43 3876 3892 #, php-format 3877 3893 msgid "" … … 3881 3897 msgstr "" 3882 3898 3883 #: premium/admin/partials/automations-video-options.php:5 33899 #: premium/admin/partials/automations-video-options.php:54 3884 3900 msgid "Check this option to set a featured image." 3885 3901 msgstr "" 3886 3902 3887 #: premium/admin/partials/automations-video-options.php:7 63903 #: premium/admin/partials/automations-video-options.php:77 3888 3904 msgid "Assign categories to the imported videos." 3889 3905 msgstr "" 3890 3906 3891 #: premium/admin/partials/automations-video-options.php:8 73907 #: premium/admin/partials/automations-video-options.php:88 3892 3908 msgid "Check this box to automatically import tags from the Vimeo website." 3893 3909 msgstr "" 3894 3910 3895 #: premium/admin/partials/automations-video-options.php:10 63911 #: premium/admin/partials/automations-video-options.php:108 3896 3912 msgid "Assign tags to the imported videos." 3897 3913 msgstr "" 3898 3914 3899 #: premium/admin/partials/automations-video-options.php:11 23915 #: premium/admin/partials/automations-video-options.php:114 3900 3916 msgid "Video Date" 3901 3917 msgstr "" 3902 3918 3903 #: premium/admin/partials/automations-video-options.php:1 183919 #: premium/admin/partials/automations-video-options.php:120 3904 3920 msgid "Original date on the video service" 3905 3921 msgstr "" 3906 3922 3907 #: premium/admin/partials/automations-video-options.php:1 193923 #: premium/admin/partials/automations-video-options.php:121 3908 3924 msgid "Date when the video is imported" 3909 3925 msgstr "" 3910 3926 3911 #: premium/admin/partials/automations-video-options.php:13 23927 #: premium/admin/partials/automations-video-options.php:135 3912 3928 msgid "" 3913 3929 "Select whether to use the original posting date on the video service, or the " … … 3915 3931 msgstr "" 3916 3932 3917 #: premium/admin/partials/automations-video-options.php:1 383933 #: premium/admin/partials/automations-video-options.php:141 3918 3934 msgid "Video Author" 3919 3935 msgstr "" 3920 3936 3921 #: premium/admin/partials/automations-video-options.php:15 03937 #: premium/admin/partials/automations-video-options.php:154 3922 3938 msgid "Select the author to whom the video should be assigned." 3923 3939 msgstr "" 3924 3940 3925 #: premium/admin/partials/automations-video-options.php:1 563941 #: premium/admin/partials/automations-video-options.php:160 3926 3942 msgid "Video Status" 3927 3943 msgstr "" 3928 3944 3929 #: premium/admin/partials/automations-video-options.php:16 23945 #: premium/admin/partials/automations-video-options.php:166 3930 3946 msgid "Draft" 3931 3947 msgstr "" 3932 3948 3933 #: premium/admin/partials/automations-video-options.php:16 33949 #: premium/admin/partials/automations-video-options.php:167 3934 3950 #: premium/admin/user.php:167 premium/admin/user.php:178 3935 3951 msgid "Pending" 3936 3952 msgstr "" 3937 3953 3938 #: premium/admin/partials/automations-video-options.php:16 43954 #: premium/admin/partials/automations-video-options.php:168 3939 3955 #: premium/admin/user.php:166 premium/admin/user.php:177 3940 3956 msgid "Publish" 3941 3957 msgstr "" 3942 3958 3943 #: premium/admin/partials/automations-video-options.php:1 773959 #: premium/admin/partials/automations-video-options.php:182 3944 3960 msgid "" 3945 3961 "Select the default status of the imported videos. Site admin will be " … … 4869 4885 msgstr "" 4870 4886 4871 #: premium/public/templates/user-dashboard.php:2 04887 #: premium/public/templates/user-dashboard.php:28 4872 4888 #, php-format 4873 4889 msgid "" … … 4876 4892 msgstr "" 4877 4893 4878 #: premium/public/templates/user-dashboard.php: 254894 #: premium/public/templates/user-dashboard.php:33 4879 4895 msgid "Congrats, the video has been saved as a draft." 4880 4896 msgstr "" 4881 4897 4882 #: premium/public/templates/user-dashboard.php:3 14898 #: premium/public/templates/user-dashboard.php:39 4883 4899 msgid "" 4884 4900 "Congrats, the video has been submitted, and it is pending review. This " … … 4886 4902 msgstr "" 4887 4903 4888 #: premium/public/templates/user-dashboard.php: 374904 #: premium/public/templates/user-dashboard.php:45 4889 4905 msgid "Congrats, the video has been updated." 4890 4906 msgstr "" 4891 4907 4892 #: premium/public/templates/user-dashboard.php: 434908 #: premium/public/templates/user-dashboard.php:51 4893 4909 msgid "Congrats, the video has been published." 4894 4910 msgstr "" 4895 4911 4896 #: premium/public/templates/user-dashboard.php: 494912 #: premium/public/templates/user-dashboard.php:57 4897 4913 msgid "The video has been deleted successfully." 4898 4914 msgstr "" 4899 4915 4900 #: premium/public/templates/user-dashboard.php:6 14916 #: premium/public/templates/user-dashboard.php:69 4901 4917 msgid "Search videos by title" 4902 4918 msgstr "" 4903 4919 4904 #: premium/public/templates/user-dashboard.php: 864920 #: premium/public/templates/user-dashboard.php:96 4905 4921 msgid "Actions" 4906 4922 msgstr "" 4907 4923 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 4929 msgid "views" 4930 msgstr "" 4931 4932 #: premium/public/templates/user-dashboard.php:240 4914 4933 msgid "Status" 4915 4934 msgstr "" 4916 4935 4917 #: premium/public/templates/user-dashboard.php:2 254936 #: premium/public/templates/user-dashboard.php:249 4918 4937 msgid "Edit" 4919 4938 msgstr "" … … 5025 5044 msgstr[1] "" 5026 5045 5027 #: premium/public/templates/videos-template-playlist.php:2335028 #: public/templates/single-video.php:705029 #: public/templates/video-thumbnail-image-left.php:1365030 #: public/templates/video-thumbnail.php:1325031 msgid "views"5032 msgstr ""5033 5034 5046 #: premium/public/templates/videos-template-playlist.php:247 5035 5047 #: public/templates/video-thumbnail-image-left.php:150 … … 5159 5171 msgstr "" 5160 5172 5161 #: public/templates/search-form-template-horizontal.php:15 35162 #: public/templates/search-form-template-vertical.php:15 35173 #: public/templates/search-form-template-horizontal.php:155 5174 #: public/templates/search-form-template-vertical.php:155 5163 5175 msgid "Sort By" 5164 5176 msgstr "" 5165 5177 5166 #: public/templates/search-form-template-horizontal.php:18 15167 #: public/templates/search-form-template-vertical.php:18 15178 #: public/templates/search-form-template-horizontal.php:183 5179 #: public/templates/search-form-template-vertical.php:183 5168 5180 msgid "Reset" 5169 5181 msgstr "" -
all-in-one-video-gallery/trunk/public/templates/single-video.php
r3328143 r3331413 67 67 '%s<span class="aiovg-views-count">%s</span><span class="aiovg-views-label">%s</span>', 68 68 $icon, 69 esc_html( aiovg_format_count( $views_count ) ),69 esc_html( number_format_i18n( $views_count ) ), 70 70 esc_html__( 'views', 'all-in-one-video-gallery' ) 71 71 );
Note: See TracChangeset
for help on using the changeset viewer.