PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo-premium
/
premium
/
classes
<?php /** * WPSEO Premium plugin file. * * @package WPSEO\Premium\Classes */ /** * Class WPSEO_Premium_Javascript_Strings. */ class WPSEO_Premium_Javascript_Strings { /** * List containing the localized JavaScript translations. * * @var array|null */ private static $strings = null; /** * Fill the value of self::$strings with translated strings. */ private static function fill() { self::$strings = array( 'error_circular' => __( 'You can\'t redirect a URL to itself.', 'wordpress-seo-premium' ), 'error_old_url' => __( 'The old URL field can\'t be empty.', 'wordpress-seo-premium' ), 'error_regex' => __( 'The Regular Expression field can\'t be empty.', 'wordpress-seo-premium' ), 'error_new_url' => __( 'The new URL field can\'t be empty.', 'wordpress-seo-premium' ), 'error_saving_redirect' => __( 'Error while saving this redirect', 'wordpress-seo-premium' ), 'error_new_type' => __( 'New type can\'t be empty.', 'wordpress-seo-premium' ), 'unsaved_redirects' => __( 'You have unsaved redirects, are you sure you want to leave?', 'wordpress-seo-premium' ), /* translators: %s is replaced with the URL that will be deleted. */ 'enter_new_url' => __( 'Please enter the new URL for %s', 'wordpress-seo-premium' ), /* translators: variables will be replaced with from and to URLs. */ 'redirect_saved' => __( 'Redirect created from %1$s to %2$s!', 'wordpress-seo-premium' ), /* translators: %1$s will be replaced with the from URL. */ 'redirect_saved_no_target' => __( '410 Redirect created from %1$s!', 'wordpress-seo-premium' ), 'redirect_added' => array( 'title' => __( 'Redirect added.', 'wordpress-seo-premium' ), 'message' => __( 'The redirect was added successfully.', 'wordpress-seo-premium' ), ), 'redirect_updated' => array( 'title' => __( 'Redirect updated.', 'wordpress-seo-premium' ), 'message' => __( 'The redirect was updated successfully.', 'wordpress-seo-premium' ), ), 'redirect_deleted' => array( 'title' => __( 'Redirect deleted.', 'wordpress-seo-premium' ), 'message' => __( 'The redirect was deleted successfully.', 'wordpress-seo-premium' ), ), 'button_ok' => __( 'OK', 'wordpress-seo-premium' ), 'button_cancel' => __( 'Cancel', 'wordpress-seo-premium' ), 'button_save' => __( 'Save', 'wordpress-seo-premium' ), 'button_save_anyway' => __( 'Save anyway', 'wordpress-seo-premium' ), 'edit_redirect' => __( 'Edit redirect', 'wordpress-seo-premium' ), 'editing_redirect' => __( 'You are already editing a redirect, please finish this one first', 'wordpress-seo-premium' ), 'editAction' => __( 'Edit', 'wordpress-seo-premium' ), 'deleteAction' => __( 'Delete', 'wordpress-seo-premium' ), ); } /** * Returns an array with all the translated strings. * * @return array */ public static function strings() { if ( self::$strings === null ) { self::fill(); } return self::$strings; } }
[+]
..
[-] premium-orphaned-content-support.php
[edit]
[-] validation-error.php
[edit]
[-] term-watcher.php
[edit]
[-] premium-redirect-export-manager.php
[edit]
[-] upgrade-manager.php
[edit]
[-] premium-import-manager.php
[edit]
[+]
redirect
[-] premium-prominent-words-link-service.php
[edit]
[-] premium-post-data-endpoint.php
[edit]
[-] post-watcher.php
[edit]
[-] premium-prominent-words-service.php
[edit]
[-] premium-link-suggestions-service.php
[edit]
[-] premium-prominent-words-recalculation.php
[edit]
[-] premium-prominent-words-link-endpoint.php
[edit]
[-] premium-gsc.php
[edit]
[-] product-premium.php
[edit]
[-] facebook-profile.php
[edit]
[-] premium-orphaned-post-notifier.php
[edit]
[-] premium-link-suggestions-endpoint.php
[edit]
[-] premium-redirect-service.php
[edit]
[-] premium-prominent-words-versioning.php
[edit]
[-] premium-register-capabilities.php
[edit]
[-] premium-prominent-words-recalculation-notifier.php
[edit]
[-] premium-expose-shortlinks.php
[edit]
[-] premium-stale-cornerstone-content-filter.php
[edit]
[-] premium-asset-js-l10n.php
[edit]
[-] premium-autoloader.php
[edit]
[-] premium-keyword-export-manager.php
[edit]
[-] dublin-core.php
[edit]
[-] premium-assets.php
[edit]
[+]
views
[-] wordpress-integration-interface.php
[edit]
[-] premium-prominent-words-recalculation-service.php
[edit]
[-] premium-stale-cornerstone-content-notification.php
[edit]
[-] custom-fields-plugin.php
[edit]
[-] premium-prominent-words-registration.php
[edit]
[-] watcher.php
[edit]
[-] validation-result.php
[edit]
[-] premium-beacon-setting.php
[edit]
[-] premium-redirect-endpoint.php
[edit]
[-] premium-prominent-words-support.php
[edit]
[-] premium-free-translations.php
[edit]
[-] premium-javascript-strings.php
[edit]
[-] metabox-link-suggestions.php
[edit]
[-] premium-prominent-words-language-support.php
[edit]
[-] premium-prominent-words-recalculation-endpoint.php
[edit]
[-] multi-keyword.php
[edit]
[-] social-previews.php
[edit]
[-] premium-post-data-service.php
[edit]
[-] validation-warning.php
[edit]
[+]
export
[-] premium-orphaned-content-utils.php
[edit]
[-] premium-gsc-modal.php
[edit]
[-] premium-metabox.php
[edit]
[-] premium-orphaned-post-filter.php
[edit]
[-] premium-prominent-words-unindexed-post-query.php
[edit]
[-] premium-prominent-words-endpoint.php
[edit]
[-] premium-orphaned-post-query.php
[edit]