HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/buildfft/public_html/wp-content/plugins/LayerSlider/wp/gutenberg_l10n.php
<?php

$l10n_ls_gutenberg = array(

	// Block options
	'BlockDesc' 			=> __('Insert a LayerSlider slider or popup to your pages and posts.', 'LayerSlider'),
	'BlockEditLabel' 		=> __('Choose slider', 'LayerSlider'),

	'OverridePanel' 		=> __('Override Slider Settings', 'LayerSlider'),
	'OverridePanelDesc' 	=> __('Overriding slider settings is optional. It can be useful if you want to make small changes to the same slider in certain situations without having duplicates. For example, you might want to change the slider skin on some pages to fit better to a different page style.', '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 slider.', 'LayerSlider'),
	'MarginLabel' 			=> __('Margins', 'LayerSlider'),
	'MarginAutoPlaceholder' => __('auto', 'LayerSlider'),
	'MarginTopLabel' 		=> __('top', 'LayerSlider'),
	'MarginRightLabel' 		=> __('right', 'LayerSlider'),
	'MarginBottomLabel' 	=> __('bottom', 'LayerSlider'),
	'MarginLeftLabel' 		=> __('left', 'LayerSlider'),


	'PlaceholderDesc' 		=> __('Open the Slider Library with the button below and select the slider you want to insert.', 'LayerSlider'),
	'SliderLibraryButton' 	=> __('Slider Library', 'LayerSlider'),


	// Slider Library
	'WindowTitle' 		=> __('Insert LayerSlider', 'LayerSlider'),
	'SelectButton' 		=> __('Select', 'LayerSlider'),
	'NoPreview' 		=> __('No Preview', 'LayerSlider'),
	'NoPreviewText' 	=> __('Previews are automatically generated from slide images in sliders.', 'LayerSlider'),


	'skins' 			=> array()
);


$skins = LS_Sources::getSkins();
foreach( $skins as $handle => $skin ) {
	$l10n_ls_gutenberg['skins'][ $handle ] = $skin['name'];
}