Current Path: > home > transcarter > public_html > > > > wp-content > plugins > > LayerSlider > assets > > wp
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
actions.php | File | 54296 bytes | March 10 2023 20:45:26. | |
activation.php | File | 7778 bytes | March 10 2023 20:45:26. | |
compatibility.php | File | 19739 bytes | March 10 2023 20:45:26. | |
gutenberg_l10n.php | File | 2714 bytes | March 10 2023 20:45:26. | |
hooks.php | File | 6092 bytes | March 10 2023 20:45:26. | |
index.php | File | 27 bytes | March 10 2023 20:45:26. | |
menus.php | File | 4976 bytes | March 10 2023 20:45:26. | |
notices.php | File | 4879 bytes | March 10 2023 20:45:26. | |
scripts.php | File | 23627 bytes | March 10 2023 20:45:26. | |
scripts_l10n.php | File | 21771 bytes | March 10 2023 20:45:26. | |
shortcodes.php | File | 14373 bytes | March 10 2023 20:45:26. | |
slider_library_l10n.php | File | 489 bytes | March 10 2023 20:45:26. | |
tinymce.php | File | 666 bytes | March 10 2023 20:45:26. | |
tinymce_l10n.php | File | 659 bytes | March 10 2023 20:45:26. | |
upgrades.php | File | 185 bytes | March 10 2023 20:45:26. | |
widgets.php | File | 4045 bytes | March 10 2023 20:45:26. |
<?php // Prevent direct file access defined( 'LS_ROOT_FILE' ) || exit; $l10n_ls_gutenberg = [ // Block options 'BlockDesc' => __('Insert a LayerSlider project to your pages and posts.', 'LayerSlider'), 'BlockEditLabel' => __('Choose Project', 'LayerSlider'), 'BlockSliderEditorLabel' => __('Open Project Editor', 'LayerSlider'), 'BlockExampleTitle' => __('Example Project Block', 'LayerSlider'), 'BlockExamplePreview' => LS_ROOT_URL.'/static/admin/img/gutenberg-preview.jpg', 'OverridePanel' => __('Override Project Settings', 'LayerSlider'), 'OverridePanelDesc' => __('Overriding project settings is optional. It can be useful if you want to make small changes to the same project in certain situations without having duplicates. For example, you might want to change the project skin on some pages to fit better to a different page style.', 'LayerSlider'), 'LayoutLabel' => __('Layout', 'LayerSlider'), 'LayoutInherit' => __('No override', 'LayerSlider'), 'SkinLabel' => __('Skin', 'LayerSlider'), 'SkinInherit' => __('No override', 'LayerSlider'), 'AutoStartLabel' => __('Auto-Start Slideshow', 'LayerSlider'), 'AutoStartInherit' => __('No override', 'LayerSlider'), 'AutoStartEnable' => __('Enabled', 'LayerSlider'), 'AutoStartDisable' => __('Disabled', 'LayerSlider'), 'FirstSlideLabel' => __('Start With Slide', 'LayerSlider'), 'FirstSlideInherit' => __('No override', 'LayerSlider'), 'LayoutPanel' => __('Layout', 'LayerSlider'), 'LayoutPanelDesc' => __('The Gutenberg editor has a native Spacer block, which you can also use to make more room around the project.', 'LayerSlider'), 'MarginLabel' => __('Margins', 'LayerSlider'), 'MarginAutoPlaceholder' => __('auto', 'LayerSlider'), 'MarginTopLabel' => __('top', 'LayerSlider'), 'MarginRightLabel' => __('right', 'LayerSlider'), 'MarginBottomLabel' => __('bottom', 'LayerSlider'), 'MarginLeftLabel' => __('left', 'LayerSlider'), 'PlaceholderDesc' => __('Open the Project Library with the button below and select the project you want to embed.', 'LayerSlider'), 'SliderLibraryButton' => __('Project Library', 'LayerSlider'), 'edit_url' => admin_url('admin.php?page=layerslider&action=edit&id='), 'skins' => [], 'layouts' => [ 'fixedsize' => __('Fixed size', 'LayerSlider'), 'responsive' => __('Responsive', 'LayerSlider'), 'fullwidth' => __('Full width', 'LayerSlider'), 'hero' => __('Hero', 'LayerSlider'), 'fullsize' => __('Full size', 'LayerSlider') ], ]; $skins = LS_Sources::getSkins(); foreach( $skins as $handle => $skin ) { $l10n_ls_gutenberg['skins'][ $handle ] = $skin['name']; }
SILENT KILLER Tool