Current Path : /var/www/html/newsite/wp-content/plugins/layerslider/assets/wp/ |
Current File : /var/www/html/newsite/wp-content/plugins/layerslider/assets/wp/scripts_l10n.php |
<?php // Prevent direct file access defined( 'LS_ROOT_FILE' ) || exit; $l10n_ls = [ 'adminURL' => admin_url( 'admin.php' ), // General 'save' => __('Save', 'LayerSlider'), 'saving' => __('Saving ...', 'LayerSlider'), 'saved' => __('Saved', 'LayerSlider'), 'error' => __('ERROR', 'LayerSlider'), 'publish' => __('Publish', 'LayerSlider'), 'publishing' => __('Publishing ...', 'LayerSlider'), 'published' => __('Published', 'LayerSlider'), 'untitled' => __('Untitled', 'LayerSlider'), 'working' => __('Working ...', 'LayerSlider'), 'stop' => __('Stop', 'LayerSlider'), 'slideNoun' => _x('Slide', 'noun', 'LayerSlider'), 'slideVerb' => _x('Slide', 'verb', 'LayerSlider'), 'layer' => __('Layer', 'Layer'), 'selectAll' => __('Select all', 'LayerSlider'), 'deselectAll' => __('Deselect all', 'LayerSlider'), // Notify OSD 'notifyProjectSaved' => __('Project saved as draft', 'LayerSlider'), 'notifyProjectPublished' => __('Published & changes are now live', 'LayerSlider'), 'notifyCaptureSlide' => __('Capturing slide. This might take a moment ...', 'LayerSlider'), 'notifyPixieSave' => __('Saving image. This might take a moment ...'), 'notifySettingsSaved' => __('Settings saved'), 'notifyGoogleFontsMissing' => __('Some fonts couldn’t be loaded since you disabled Google Fonts.', 'LayerSlider'), 'notifyMissingPopup' => __('This is a Popup template, which requires license registration.', 'LayerSlider'), // Modules 'moduleDLErrorTitle' => __('Download Error', 'LayerSlider'), 'moduleDLImageEditor' => __('Downloading Image Editor ...', 'LayerSlider'), 'moduleDLIcons' => __('Downloading Icons ...', 'LayerSlider'), // Activation 'activationErrorTitle' => __('Something went wrong ...', 'LayerSlider'), 'licenseKeyUpdated' => __('License key has been updated', 'LayerSlider'), 'releaseChannelUpdated' => __('Release channel has been updated', 'LayerSlider'), 'activationTemplate' => __('License registration is required to access premium templates.', 'LayerSlider'), 'activationFeature' => __('License registration is required to access this feature.', 'LayerSlider'), 'activationUpdate' => __('License registration is required to receive automatic updates.', 'LayerSlider'), 'activationGeneral' => __('Unlock LayerSlider’s Full Potential', 'LayerSlider'), 'purchaseWWPopups' => __('Purchase This Popup Template Pack ', 'LayerSlider'), // Sliders list 'SLDeleteProject' => __('Are you sure you want to delete the selected projects? This action cannot be undone.', 'LayerSlider'), 'SLHideProjects' => __('This will also hide the selected projects on front-end pages where they are embedded. Hidden projects can be recovered at any time if you change your mind. Do you wish to proceed?', 'LayerSlider'), 'SLExportProjectHTML' => __("You’re about to export this project as HTML. This option is for the jQuery version of LayerSlider and you will *NOT* be able to use the downloaded package on WordPress sites. For that, you need to choose the regular export option. Are you sure you want to continue?\n\nThis message will be suppressed after a couple of attempts. Please mind the difference in the future between the various export methods to avoid potential harm and data loss.", 'LayerSlider'), 'SLUploadProject' => __('Uploading, please wait ...', 'LayerSlider'), 'SLEnterCode' => __('Please enter a valid license key. For more information, please click on the “registration guide” link below.', 'LayerSlider'), 'SLDeactivate' => __('Are you sure you want to deregister this license?', 'LayerSlider'), 'SLPermissions' => __('WARNING: This option controls who can access to this plugin, you can easily lock out yourself by accident. Please, make sure that you have entered a valid capability without whitespaces or other invalid characters. Do you want to proceed?', 'LayerSlider'), 'SLJQueryReminder' => __('Do not forget to disable this option later on if it does not help, or if you experience unexpected issues. This includes your entire site, not just LayerSlider.', 'LayerSlider'), 'SLImportNotice' => sprintf( __('Importing is taking longer than usual. This might be completely normal, but can also indicate a server configuration issue. Please visit %sSystem Status%s to check for potential causes if this screen is stuck.', 'LayerSlider'), '<a href="'.admin_url( 'admin.php?page=layerslider§ion=system-status' ).'" target="_blank">', '</a>'), 'SLImportErrorTitle' => __('Import Error', 'LayerSlider'), 'SLImportError' => __('It seems there is a server issue that prevented LayerSlider from importing your selected project. Please check LayerSlider → Options → System Status for potential errors, try to temporarily disable themes/plugins to rule out incompatibility issues or contact your hosting provider to resolve server configuration problems. Retrying the import might also help.', 'LayerSlider'), 'SLImportHTTPError' => __("It seems there is a server issue that prevented LayerSlider from importing your selected project. Please check LayerSlider → Options → System Status for potential errors, try to temporarily disable themes/plugins to rule out incompatibility issues or contact your hosting provider to resolve server configuration problems. Retrying the import might also help. Your HTTP server thrown the following error: \n\n %s", 'LayerSlider'), 'SLActivationError' => __("It seems there is a server issue that prevented LayerSlider from performing license registration. Please check LayerSlider → Options → System Status for potential errors, try to temporarily disable themes/plugins to rule out incompatibility issues or contact your hosting provider to resolve server configuration problems. Your HTTP server thrown the following error: \n\n %s", 'LayerSlider'), 'SLRemoveGroupButton' => __('Clear & Remove Group', 'LayerSlider'), 'SLRemoveGroupTooltip' => __('Moves all projects out of this group, then deletes it. All of your projects will remain available on the main grid.', 'LayerSlider'), 'SLRemoveGroupConfirm' => __("You’re about to remove this group. All your projects will be moved and remain available on the main grid. \n\nContinue?", 'LayerSlider'), // Google Fonts 'GFRemoveConfirmation' => __('Are you sure you’d like to remove this font? Your existing projects’ appearance will not be affected.', 'LayerSlider'), 'GFEmptyConfirmation' => __('Are you sure you’d like to remove all globally added fonts? Your existing projects’ appearance will not be affected.', 'LayerSlider'), 'history' => [ 'GENERAL' => [ 'icon' => lsGetSVGIcon('pencil') ], 'SLIDE_SETTINGS' => [ 'title' => __('Slide settings', 'LayerSlider'), 'icon' => lsGetSVGIcon('sliders-v-square') ], 'SLIDE_IMAGE' => [ 'title' => __('Slide image', 'LayerSlider'), 'icon' => lsGetSVGIcon('image') ], 'SLIDE_THUMBNAIL' => [ 'title' => __('Slide thumbnail', 'LayerSlider'), 'icon' => lsGetSVGIcon('image') ], 'LAYER_NEW' => [ 'title' => __('New layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('layer-plus') ], 'LAYER_NEW_M' => [ 'title' => __('New layers', 'LayerSlider'), 'icon' => lsGetSVGIcon('layer-plus') ], 'LAYER_DELETE' => [ 'title' => __('Delete layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('layer-minus') ], 'LAYER_DELETE_M' => [ 'title' => __('Delete layers', 'LayerSlider'), 'icon' => lsGetSVGIcon('layer-minus') ], 'LAYER_DEVICE' => [ 'title' => __('Layer device visibility', 'LayerSlider'), 'icon' => lsGetSVGIcon('desktop') ], 'LAYER_CONTENT' => [ 'title' => __('Layer content', 'LayerSlider'), 'icon' => lsGetSVGIcon('edit') ], 'LAYER_SETTINGS' => [ 'title' => __('Layer settings', 'LayerSlider'), 'icon' => lsGetSVGIcon('sliders-v-square') ], 'LAYER_STYLES' => [ 'title' => __('Layer styles', 'LayerSlider'), 'icon' => lsGetSVGIcon('palette') ], 'BUTTON_PRESET' => [ 'title' => __('Button preset', 'LayerSlider'), 'icon' => lsGetSVGIcon('pencil-paintbrush') ], 'LAYER_TRANSITION' => [ 'title' => __('Layer transition', 'LayerSlider'), 'icon' => lsGetSVGIcon('wave-sine') ], 'ENABLE_LAYER_TRANSITION' => [ 'title' => __('Enable layer transition', 'LayerSlider'), 'icon' => lsGetSVGIcon('wave-sine') ], 'DISABLE_LAYER_TRANSITION' => [ 'title' => __('Disable layer transition', 'LayerSlider'), 'icon' => lsGetSVGIcon('wave-sine') ], 'LAYER_POSITION' => [ 'title' => __('Layer position', 'LayerSlider'), 'icon' => lsGetSVGIcon('arrows-alt') ], 'LAYER_IMAGE' => [ 'title' => __('Layer image', 'LayerSlider'), 'icon' => lsGetSVGIcon('image-polaroid') ], 'LAYER_HIDE' => [ 'title' => __('Hide layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('eye') ], 'LAYER_LOCK' => [ 'title' => __('Lock layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('lock') ], 'LAYER_ALIGN' => [ 'title' => __('Align layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('border-inner') ], 'LAYER_ORDER' => [ 'title' => __('Layer order', 'LayerSlider'), 'icon' => lsGetSVGIcon('sort-size-down') ], 'LAYER_TYPE' => [ 'title' => __('Layer type', 'LayerSlider'), 'icon' => lsGetSVGIcon('align-left') ], 'LAYER_ICON' => [ 'title' => __('Icon change', 'LayerSlider'), 'icon' => lsGetSVGIcon('icons') ], 'LAYER_RESIZE' => [ 'title' => __('Resize layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('expand-alt') ], 'LAYER_ROTATE' => [ 'title' => __('Rotate layer', 'LayerSlider'), 'icon' => lsGetSVGIcon('sync-alt') ], 'LAYER_BG' => [ 'title' => __('Layer background', 'LayerSlider'), 'icon' => lsGetSVGIcon('fill') ], 'LAYER_PASTE_SETTINGS' => [ 'title' => __('Paste layer settings', 'LayerSlider'), 'icon' => lsGetSVGIcon('clipboard') ], 'LAYER_SMART_OPERATION' => [ 'title' => __('Smart Operation', 'LayerSlider'), 'icon' => lsGetSVGIcon('lightbulb-on') ], 'VIDEO_POSTER' => [ 'title' => __('Video poster', 'LayerSlider'), 'icon' => lsGetSVGIcon('photo-video') ], 'MODIFY_SHAPE' => [ 'title' => __('Modify Shape', 'LayerSlider'), 'icon' => lsGetSVGIcon('shapes') ] ], // Slider Builder 'SBSearchNavigation' => __('Navigation', 'LayerSlider'), 'SBProjectSettings' => __('Project Settings', 'LayerSlider'), 'SBSlideOptions' => __('Slide Options', 'LayerSlider'), 'SBLayerOptions' => __('Layer Options', 'LayerSlider'), 'SBSlideTitle' => __('Slide #%d', 'LayerSlider'), 'SBSlideCopyTitle' => __('Slide #%d copy', 'LayerSlider'), 'SBLayerTitle' => __('Layer #%d', 'LayerSlider'), 'SBLayerCopyTitle' => __('Layer #%d copy', 'LayerSlider'), // Search 'SBSearchSlide' => __('Slide', 'LayerSlider'), 'SBSearchLayers' => __('Layers', 'LayerSlider'), 'SBUsedFonts' => __('Used Fonts', 'LayerSlider'), 'SBDragMe' => __('Drag me :)', 'LayerSlider'), 'SBPreviewImagePlaceholder' => __('Double click to<br> set image', 'LayerSlider'), 'SBPreviewMediaPlaceholder' => __('Double click to<br> add media', 'LayerSlider'), 'SBPreviewIconPlaceholder' => __('Double click to<br> add icon', 'LayerSlider'), 'SBPreviewShapePlaceholder' => __('Double click to<br> add shape', 'LayerSlider'), 'SBPreviewTextPlaceholder' => __('Text Layer', 'LayerSlider'), 'SBPreviewHTMLPlaceholder' => __('HTML Layer', 'LayerSlider'), 'SBPreviewButtonPlaceholder' => __('Button', 'LayerSlider'), 'SBPreviewPostPlaceholder' => __('Howdy, [author]', 'LayerSlider'), 'SBPreviewSlide' => __('Preview Slide', 'LayerSlider'), 'SBPreviewSlideExit' => __('Stop Preview', 'LayerSlider'), 'SBLayerPreviewMultiSelect' => __('Layer Preview is not available in Multiple Selection Mode. Select only one layer to use this feature. ', 'LayerSlider'), 'SBPreviewLinkNotAvailable' => __('Auto-generated URLs are not available in Preview. This layer will link to “%s” on your front-end pages.', 'LayerSlider'), 'SBStaticUntil' => __('Until the end of Slide #%d', 'LayerSlider'), 'SBPasteLayerError' => __('There’s nothing to paste. Copy a layer first!', 'LayerSlider'), 'SBPasteError' => __('There is nothing to paste!', 'LayerSlider'), 'SBRemoveSlide' => __('Are you sure you want to remove this slide?', 'LayerSlider'), 'SBRemoveLayer' => __('Are you sure you want to remove this layer?', 'LayerSlider'), 'SBMediaLibraryImage' => __('Pick an image to use it in LayerSlider', 'LayerSlider'), 'SBMediaLibraryMedia' => __('Choose video or audio files', 'LayerSlider'), 'SBUploadError' => __('Upload error', 'LayerSlider'), 'SBUploadErrorMessage' => __('Upload error: %s', 'LayerSlider'), 'SBInvalidFormat' => __('Invalid format', 'LayerSlider'), 'SBEnterImageURL' => __('Enter an image URL', 'LayerSlider'), 'SBTransitionApplyOthers' => __('Are you sure you want to apply the currently selected transitions and effects on the other slides?', 'LayerSlider'), 'SBPostFilterWarning' => __('No posts were found with the current filters.', 'LayerSlider'), 'SBSaveError' => __("It seems there is a server issue that prevented LayerSlider from saving your work. Please check LayerSlider → Options → System Status for potential errors, try to temporarily disable themes/plugins to rule out incompatibility issues or contact your hosting provider to resolve server configuration problems. Your HTTP server thrown the following error: \n\n %s", 'LayerSlider'), 'SBUnsavedChanges' => __('You have unsaved changes on this page. Do you want to leave and discard the changes made since your last save?', 'LayerSlider'), 'SBLinkTextPage' => __('WP Page: %s', 'LayerSlider'), 'SBLinkTextPost' => __('WP Post: %s', 'LayerSlider'), 'SBLinkTextAttachment' => __('WP Attachment: %s', 'LayerSlider'), 'SBLinkPostDynURL' => __('URL from Dynamic content', 'LayerSlider'), 'SBLinkSmartAction' => __('LS Action: %s', 'LayerSlider'), 'SBImportLayerNoProject' => __('No projects found.', 'LayerSlider'), 'SBImportLayerNoSlide' => __('No slides found.', 'LayerSlider'), 'SBImportLayerNoLayer' => __('No layers found.', 'LayerSlider'), 'SBConfirmApplyToAllSlides' => __('Are you sure you want to apply this setting on all slides? You won’t be able to undo this.', 'LayerSlider'), 'SBImportLayerSelectSlide' => __('Select a slide first.', 'LayerSlider'), 'SBLayerTypeImg' => __('Image', 'LayerSlider'), 'SBLayerTypeIcon' => __('Icon', 'LayerSlider'), 'SBLayerTypeText' => __('Text', 'LayerSlider'), 'SBLayerTypeButton' => __('Button', 'LayerSlider'), 'SBLayerTypeMedia' => __('Video / Audio', 'LayerSlider'), 'SBLayerTypeHTML' => __('HTML', 'LayerSlider'), 'SBLayerTypePost' => __('Dynamic', 'LayerSlider'), 'SBLayerTypeShape' => __('Shape', 'LayerSlider'), 'SBLayerTypeSVG' => __('Object', 'LayerSlider'), 'SBInvalidSVGSource' => __('The entered SVG code doesn’t seem to be valid.', 'LayerSlider'), 'SBInsertObjectTitle' => __('Insert Object', 'LayerSlider'), 'SBModifyObjectTitle' => __('Modify Object', 'LayerSlider'), 'SBInsertShapeTitle' => __('Insert Shape', 'LayerSlider'), 'SBModifyShapeTitle' => __('Modify Shape', 'LayerSlider'), 'SBShapeOptionsTitle' => _x('%s Options', 'Shape Options (e.g. Wave Options, etc.)', 'LayerSlider'), 'SBRevisionsLoading' => __('Loading, please wait...', 'LayerSlider'), 'SBSOPlaceholder' => _x('SET', 'Input value is changed via smart operation', 'LayerSlider'), 'SBNoPreview' => __('No Preview'), // Transition Builder 'TBTransitionName' => __('Type transition name', 'LayerSlider'), 'TBRemoveTransition' => __('Remove transition', 'LayerSlider'), 'TBRemoveConfirmation' => __('Are you sure you want to remove this transition?', 'LayerSlider'), // System Status 'SSClearGroupsConfirmation' => __("Are you sure you want to clear all groups? All your projects will be moved and remain available on the main grid. Your groups, however, will irreversibly be removed.\n\n Do you wish to continue?", 'LayerSlider') ];