Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/inc/dictionary.php
Назад
<?php namespace iberezansky\fb3d; function __($str, $domain) { global $fb3d; return isset($fb3d['load-keys'])&&$fb3d['load-keys']? $str: call_user_func('\__', $str, $domain); } function load_textdomain() { global $fb3d; $fb3d['load-keys'] = true; $keys = load_dictionary(); $fb3d['load-keys'] = false; load_plugin_textdomain(POST_ID, false, DIR_NAME.'/languages'); $values = load_dictionary(); $l = count($keys); $fb3d['dictionary'] = array(); for($i=0; $i<$l; ++$i) { $fb3d['dictionary'][$keys[$i]] = $values[$i]; } } add_action('init', '\iberezansky\fb3d\load_textdomain'); function get_client_dictionary() { global $fb3d; $us = []; foreach($fb3d['templates'] as $t) { $us[$t['html']] = 1; } $d = []; foreach($us as $u=>$v) { $html = file_get_contents(template_url_to_path($u)); preg_match_all('/<\$tr>(.*?)<\/\$tr>/', $html, $matches); foreach ($matches[1] as $t) { $d[$t] = aa($fb3d['dictionary'], $t, $t); } } return $d; } function load_dictionary() { return array( __('auto', POST_ID), __('Sorry something went wrong with the server please try again', POST_ID), __('General', POST_ID), __('Pages', POST_ID), __('Book properties', POST_ID), __('Sheet properties', POST_ID), __('Cover properties', POST_ID), __('Page properties', POST_ID), __('Source', POST_ID), __('PDF file', POST_ID), __('Images, HTMLs files', POST_ID), __('interactive', POST_ID), __('Page number', POST_ID), __('Remove', POST_ID), __('CSS Layer', POST_ID), __('CSS', POST_ID), __('HTML', POST_ID), __('Java Script', POST_ID), __('Title', POST_ID), __('Select files', POST_ID), __('Open', POST_ID), __('Add image pages', POST_ID), __('Add HTML pages', POST_ID), __('Add PDF page', POST_ID), __('Remove all pages', POST_ID), __('items per page', POST_ID), __('All', POST_ID), __('None', POST_ID), __('Next', POST_ID), __('Previous', POST_ID), __('PDF page number', POST_ID), __('Select image', POST_ID), __('Change image', POST_ID), __('Auto thumbnail', POST_ID), __('Change thumbnail', POST_ID), __('Select thumbnail', POST_ID), __('book height', POST_ID), __('book width', POST_ID), __('gravity constant', POST_ID), __('amount of rendered cached pages', POST_ID), __('render loaded hidden pages in the background', POST_ID), __('render pages while they are flipping, it can slow down animation', POST_ID), __('amount of loaded by user pages that are used for predicting user behaviour', POST_ID), __('quantity of predicted pages for automatic loading', POST_ID), __('initial flipping velocity, it should be enough to overcome the gravity', POST_ID), __('max corner (flexible part of the sheet) deviation from the whole sheet', POST_ID), __('sheet flexibility', POST_ID), __('part of the sheet that can be flexed, should be in range (0, 1)', POST_ID), __('speed of changing bending angle of the flexible corner', POST_ID), __('curvature of open sheet, 0 is for flat sheet', POST_ID), __('width texture resolution', POST_ID), __('height texture resolution', POST_ID), __('sheet color', POST_ID), __('sheet thickness', POST_ID), __('sheet weight', POST_ID), __('cover height is more on 2*padding and cover width more on 1*padding than page ones, so you can set different sizes for typical pages and cover like for real book', POST_ID), __('binder texture', POST_ID), __('Deep linking URL parameter name', POST_ID), __('items pre page', POST_ID), __('View mode', POST_ID), __('Advanced', POST_ID), __('Thumbnail', POST_ID), __('Thumbnail and Lightbox', POST_ID), __('Lightbox activation link', POST_ID), __('Fullscreen', POST_ID), __('Inline on page (fullscreen)', POST_ID), __('Skin of controls', POST_ID), __('3D FlipBook container CSS classes', POST_ID), __('Lightbox theme', POST_ID), __('Light', POST_ID), __('Dark', POST_ID), __('default value', POST_ID), __('Default value', POST_ID), __('minimum value', POST_ID), __('maximum value', POST_ID), __('amount of zoom levels', POST_ID), __('amount of lighting levels', POST_ID), __('pan step for comands cmdPanLeft, cmdPanRight, cmdPanUp, cmdPanDown', POST_ID), __('zoom in', POST_ID), __('zoom out', POST_ID), __('set default zoom', POST_ID), __('show bookmarks', POST_ID), __('turn 10 pages backward', POST_ID), __('turn a page backward', POST_ID), __('turn a page forward', POST_ID), __('turn 10 pages forward', POST_ID), __('download', POST_ID), __('print', POST_ID), __('toggle fulscreen mode', POST_ID), __('show/hide the settings toolbar button', POST_ID), __('toggle the smart pan mode', POST_ID), __('toggle single page mode', POST_ID), __('toggle sound effects', POST_ID), __('toggle statistics monitor', POST_ID), __('increase lighting', POST_ID), __('reduce lighting', POST_ID), __('move pan to the left', POST_ID), __('move pan to the right', POST_ID), __('move pan to the up', POST_ID), __('move pan to the down', POST_ID), __('rotate the book by means mouse drag operation', POST_ID), __('zoom by means mouse drag operation', POST_ID), __('pan by means mouse drag operation', POST_ID), __('zoom by means mouse wheel operation', POST_ID), __('rotate the book by means touch drag operation', POST_ID), __('zoom by means touch drag operation', POST_ID), __('pan by means touch drag operation', POST_ID), __('Ctrl, Shift, Alt, or their combination like Ctrl+Shift', POST_ID), __('modificator', POST_ID), __('keyboard key', POST_ID), __('key', POST_ID), __('mouse button', POST_ID), __('button', POST_ID), __('amount of touches', POST_ID), __('touches', POST_ID), __('event that activates the action', POST_ID), __('event', POST_ID), __('is action enabled', POST_ID), __('is action enabled in narrow view', POST_ID), __('enabled', POST_ID), __('enabledInNarrow', POST_ID), __('is active by default', POST_ID), __('active', POST_ID), __('is active for mobile devices by default', POST_ID), __('activeForMobile', POST_ID), __('Zoom', POST_ID), __('Lighting', POST_ID), __('Pan', POST_ID), __('3D FlipBook - Settings', POST_ID), __('Actions', POST_ID), __('Update', POST_ID), __('Reset', POST_ID), __('Settings saved successfully', POST_ID), __('One', POST_ID), __('Two', POST_ID), __('Three', POST_ID), __('Left', POST_ID), __('Middle', POST_ID), __('Right', POST_ID), __('Mouse button down', POST_ID), __('Mouse move', POST_ID), __('Mouse button up', POST_ID), __('Click', POST_ID), __('Double click', POST_ID), __('Touch start', POST_ID), __('Touch move', POST_ID), __('Touch end', POST_ID), __('Key down', POST_ID), __('Key press', POST_ID), __('Key up', POST_ID), __('rtl is a right-to-left, top-to-bottom script, writing starts from the right of the page and continues to the left', POST_ID), __('using mouse to drag pages', POST_ID), __('Please wait... the Application is Loading', POST_ID), __('PDF is Loading:', POST_ID), __('Previous page', POST_ID), __('Next page', POST_ID), __('Table of contents', POST_ID), __('Close', POST_ID), __('Bookmarks', POST_ID), __('Thumbnails', POST_ID), __('Search', POST_ID), __('Zoom in', POST_ID), __('Zoom out', POST_ID), __('Fit view', POST_ID), __('10 pages backward', POST_ID), __('10 pages forward', POST_ID), __('Download', POST_ID), __('Print', POST_ID), __('Full screen', POST_ID), __('Settings', POST_ID), __('More', POST_ID), __('Smart pan', POST_ID), __('Single page', POST_ID), __('Sounds', POST_ID), __('Stats', POST_ID), __('Increase lighting', POST_ID), __('Reduce lighting', POST_ID), __('Loading...', POST_ID), __('See the debugging console for details (Ctrl+Shift+I in Chrome).', POST_ID), __('yes', POST_ID), __('no', POST_ID), __('Skin', POST_ID), __('default control skin', POST_ID), __('CSS text for skin customization', POST_ID), __('Lightbox', POST_ID), __('default lightbox', POST_ID), __('Loading Animation', POST_ID), __('show the skin loading animation', POST_ID), __('show the book loading animation', POST_ID), __('Auto Resolution', POST_ID), __('the page texture resolution will be computed automatically', POST_ID), __('the computed automatically resolution is multiplied by the coefficient', POST_ID), __('Narrow View', POST_ID), __('width in pixels when the view switches into the narrow mode', POST_ID), __('Ready Function', POST_ID), __('function ready(scene) {/* code */} ready', POST_ID), __('global book ready function: function ready(scene) {/* code */} ready', POST_ID), __('Control properties', POST_ID), __('Book style', POST_ID), __('Pages customization', POST_ID), __('show advanced options', POST_ID), __('render loaded hidden pages in the background on mobile devices', POST_ID), __('curvature of open sheet, 0.05 is for flat sheet', POST_ID), __('side texture', POST_ID), __('3D FlipBook source', POST_ID), __('Prebuilt', POST_ID), __('PDF URL', POST_ID), __('Categories', POST_ID), __('Style', POST_ID), __('Height', POST_ID), __('500px, 50% - % of parent container height, empty - auto', POST_ID), __('Background', POST_ID), __('color: #333', POST_ID), __('image: http://example.com/image.jpg', POST_ID), __('http://example.com/image.jpg', POST_ID), __('http://example.com?fb3d-page=1', POST_ID), __('Thumbnail URL', POST_ID), __('Volumetric', POST_ID), __('Volumetric & unrolling flip', POST_ID), __('Volumetric with paddings', POST_ID), __('Volumetric with paddings & unrolling flip', POST_ID), __('Flat', POST_ID), __('License', POST_ID), __('License Key', POST_ID), __('only Gumroad is supported at this moment', POST_ID), __('enter your license key or purchase code', POST_ID), __('Activate', POST_ID), __('Deactivate', POST_ID), __('Plugin', POST_ID), __('main stream', POST_ID), __('document ready', POST_ID), __('where to initialize the plugin', POST_ID), __('More skins', POST_ID), __('Order importing pages by', POST_ID), __('ID ASC', POST_ID), __('ID DESC', POST_ID), __('Filename', POST_ID), __('Date ASC', POST_ID), __('Date DESC', POST_ID), __('Select PDF', POST_ID), __('Share', POST_ID), __('Facebook', POST_ID), __('Twitter', POST_ID), __('Email', POST_ID), __('We wanted you to see this book', POST_ID), __('Check out this site', POST_ID), __('show share link', POST_ID), __('page turn animation style', POST_ID), __('symmetrical inflection', POST_ID), __('asymmetrical unrolling', POST_ID), __('auto thumbnail height, auto - WordPress thumbnail height', POST_ID), __('track user actions using Google Analytics (GA should be plugged to your WordPress)', POST_ID), __('Book template', POST_ID), __('default book template', POST_ID), __('default page slug, enter "none" to disable default page', POST_ID), __('auto turning pages', POST_ID), __('show table of contents', POST_ID), __('show/hide the toolbar', POST_ID), __('table of contents default tab', POST_ID), __('defaultTab', POST_ID), __('Saved', POST_ID), __('Template book cannot have a template', POST_ID), __('Cannot save the template', POST_ID), __('Name cannot be empty, "default", "none", "auto" or contain "', POST_ID), __('Auto', POST_ID), __('Default', POST_ID), __('Save this book as Template', POST_ID), __('time in ms between two auto page turns when autoplay is active', POST_ID), __('Add', POST_ID), __('URL / Page number', POST_ID), __('background color', POST_ID), __('background image', POST_ID), __('background css style', POST_ID), __('goto last book page', POST_ID), __('goto first book page', POST_ID), __('AdSense', POST_ID), __('ad client id', POST_ID), __('ad slot id', POST_ID), __('ad format', POST_ID), __('full width responsive', POST_ID), __('highlight pdf links', POST_ID), __('max book thickness, limit cover and pages depth', POST_ID), __('ambient', POST_ID), __('mixed', POST_ID), __('color', POST_ID), __('transparent', POST_ID), __('3d lighting', POST_ID), __('Goto first page', POST_ID), __('Goto last page', POST_ID), __('of', POST_ID), __('Set all pages interactive', POST_ID), __('Book templates', POST_ID), __('start pdf search', POST_ID), __('how to display the book in the single page mode', POST_ID), __('focus current page', POST_ID), __('just single page', POST_ID), __('Trigger', POST_ID), __('coma separated CSS classes of any elements that can launch lightbox', POST_ID), __('open book on page', POST_ID), __('stretch source images / pdf pages / htmls on book pages', POST_ID), __('Item is not found', POST_ID) ); } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка