????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.147.77.120 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/plugins/cornerstone/includes/i18n/ |
Upload File : |
<?php /** * Localize strings for javascript */ $accept = __( 'Yes, proceed', 'cornerstone' ); $decline = __( 'No, take me back', 'cornerstone' ); return array( // 'integration-mode' => 'pro', 'editor-tab-logo-path' => 'svg/logo-flat-custom', // Pro: 'svg/logo-flat-content' 'edit-with-cornerstone' => __( 'Edit with Cornerstone', 'cornerstone' ), 'visual-tab' => __( 'Visual', 'cornerstone' ), 'text-tab' => __( 'Text', 'cornerstone' ), 'cornerstone-tab' => __( 'Cornerstone', 'cornerstone' ), 'insert-cornerstone' => __( 'Insert Shortcode', 'cornerstone' ), 'updating' => __( 'Updating', 'cornerstone' ), 'confirm-yep' => __( 'Yep', 'cornerstone' ), 'confirm-nope' => __( 'Nope', 'cornerstone' ), 'manual-edit-warning' => __( 'Hold up! You're welcome to make changes to the content. However, these will not be reflected in Cornerstone. If you edit the page in Cornerstone again, any changes made here will be overwritten. Do you wish to continue?', 'cornerstone' ), 'overwrite-warning' => __( 'Hold up! The content has been modified outside of Cornerstone. Editing in Cornerstone will replace the current content. Do you wish to continue?', 'cornerstone' ), 'manual-edit-accept' => $accept, 'manual-edit-decline' => $decline, 'overwrite-accept' => $accept, 'overwrite-decline' => $decline, 'default-title' => __( 'Cornerstone Draft', 'cornerstone'), 'dashboard-title' => CS()->common()->properTitle(), 'dashboard-menu-title' => __( 'Home', 'cornerstone'), 'dashboard-settings-title' => __( 'Settings', 'cornerstone' ), 'dashboard-settings-path' => 'cornerstone-settings', 'dashboard-settings-update' => __( 'Update', 'cornerstone' ), 'dashboard-settings-info' => __( 'Once you are satisfied with your settings, click the button below to save them.', 'cornerstone' ), 'dashboard-settings-updating' => __( 'Updating…', 'cornerstone' ), 'dashboard-settings-updated' => __( 'Settings Saved!', 'cornerstone' ), 'dashboard-settings-error' => __( 'Sorry! Unable to Save', 'cornerstone' ), 'plugin-update-nothing' => __( 'Nothing to report.', 'cornerstone' ), 'plugin-update-new' => __( 'New version available!', 'cornerstone' ), 'plugin-update-error' => __( 'Unable to check for updates. Try again later.', 'cornerstone' ), 'plugin-update-checking' => __( 'Checking…', 'cornerstone' ), 'plugin-update-changelog' => __( 'Visit the <a href="http://theme.co/changelog/#cornerstone">Themeco Changelog</a> for more information.', 'cornerstone' ), 'plugin-update-notice' => __( '<a href="%s">Validate to enable automatic updates</a>', 'cornerstone' ), 'validation-global-notice' => __( 'This Cornerstone license is <strong>not validated</strong>. <a href="%s">Fix</a>.', 'cornerstone' ), 'validation-verifying' => __( 'Verifying license…', 'cornerstone' ), 'validation-couldnt-verify' => __( '<strong>Uh oh</strong>, we couldn't check if this license was valid. <a data-tco-error-details href="#">Details.</a>', 'cornerstone' ), 'validation-congrats' => __( '<strong>Congratulations!</strong> Cornerstone is now validated for this site!', '__x__ ' ), 'validation-go-back' => __( 'Go Back', 'cornerstone' ), 'validation-login' => __( 'Login or Register', 'cornerstone' ), 'validation-manage-licenses' => __( 'Manage Licenses', 'cornerstone'), 'validation-revoke-confirm' => __( 'By revoking validation, you will no longer receive automatic updates. The site will still be linked in your Themeco account, so you can re-validate at anytime.<br/><br/> Visit "Licenses" in your Themeco account to transfer a license to another site.', 'cornerstone' ), 'validation-revoke-accept' => __( 'Yes, revoke validation', 'cornerstone' ), 'validation-revoke-decline' => __( 'Stay validated', 'cornerstone' ), 'validation-revoking' => __( 'Revoking…', 'cornerstone' ), 'validation-revoked' => __( '<strong>Validation revoked.</strong> You can re-assign licenses from <a href="%s" target="_blank">Manage Licenses</a>.', 'cornerstone' ), 'validation-msg-invalid' => __( 'We've checked the code, but it <strong>doesn't appear to be an Cornerstone purchase code or Themeco license.</strong> Please double check the code and try again.', 'cornerstone' ), 'validation-msg-new-code' => __( 'This looks like a <strong>brand new purchase code that hasn't been added to a Themeco account yet.</strong> Login to your existing account or register a new one to continue.', 'cornerstone' ), 'validation-msg-cant-link' => __( 'Your code is valid, but <strong>we couldn't automatically link it to your site.</strong> You can add this site from within your Themeco account.', 'cornerstone' ), 'validation-msg-in-use' => __( 'Your code is valid but looks like it has <strong>already been used on another site.</strong> You can revoke and re-assign within your Themeco account.', 'cornerstone' ), 'tco-connection-error' => __( 'Could not establish connection. For assistance, please start by reviewing our article on troubleshooting <a href="https://theme.co/apex/kb/connection-issues/">connection issues.</a>', 'cornerstone' ), 'huebert-select-color' => __( 'Select Color', 'cornerstone' ), 'x-shortcodes-notice' => __( '<strong>X – Shortcodes has been deactivated</strong>. This plugin is no longer a requirement of X, and can safely be deleted.', 'cornerstone' ), );