Version Description
- Fix initialisation error in event log. [Premium only]
- Fix type error in event log when no events available. [Premium only]
- Update Freemius library.
Download this release
Release Info
Developer | invisnet |
Plugin | WP fail2ban |
Version | 4.4.0.6 |
Comparing to | |
See all releases |
Code changes from version 4.4.0.4 to 4.4.0.6
- admin/lib/about.php +1 -1
- assets/icon.png +0 -0
- assets/icon.svg +0 -1
- constants.php +1 -1
- filters.d/wordpress-extra.conf +1 -1
- filters.d/wordpress-hard.conf +5 -5
- filters.d/wordpress-soft.conf +1 -1
- readme.txt +17 -2
- vendor/freemius/wordpress-sdk/includes/class-freemius.php +114 -17
- vendor/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-upsell-control.php +2 -2
- vendor/freemius/wordpress-sdk/includes/entities/class-fs-affiliate-terms.php +4 -0
- vendor/freemius/wordpress-sdk/includes/entities/class-fs-site.php +7 -1
- vendor/freemius/wordpress-sdk/includes/fs-core-functions.php +8 -20
- vendor/freemius/wordpress-sdk/includes/fs-essential-functions.php +0 -78
- vendor/freemius/wordpress-sdk/includes/i18n.php +0 -605
- vendor/freemius/wordpress-sdk/languages/freemius-da_DK.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-de_DE.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-en.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-es_ES.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-he_IL.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-it_IT.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-ja.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-nl_NL.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-ru_RU.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-ta.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius-zh_CN.mo +0 -0
- vendor/freemius/wordpress-sdk/languages/freemius.pot +356 -1122
- vendor/freemius/wordpress-sdk/start.php +1 -1
- vendor/freemius/wordpress-sdk/templates/connect.php +27 -7
- vendor/freemius/wordpress-sdk/templates/forms/affiliation.php +4 -4
- vendor/freemius/wordpress-sdk/templates/forms/resend-key.php +4 -1
- vendor/freemius/wordpress-sdk/templates/pricing.php +2 -2
- wp-fail2ban.php +1 -1
admin/lib/about.php
CHANGED
@@ -75,7 +75,7 @@ function about()
|
|
75 |
|
76 |
$logo_box = [
|
77 |
'title' => 'WP fail2ban',
|
78 |
-
'logo' => plugins_url('assets/icon.
|
79 |
'links' => [
|
80 |
'Blog' => "https://wp-fail2ban.com/blog/{$utm}",
|
81 |
// 'Guide' => "https://life-with.wp-fail2ban.com/{$utm}",
|
75 |
|
76 |
$logo_box = [
|
77 |
'title' => 'WP fail2ban',
|
78 |
+
'logo' => plugins_url('assets/icon.png', WP_FAIL2BAN_FILE),
|
79 |
'links' => [
|
80 |
'Blog' => "https://wp-fail2ban.com/blog/{$utm}",
|
81 |
// 'Guide' => "https://life-with.wp-fail2ban.com/{$utm}",
|
assets/icon.png
ADDED
Binary file
|
assets/icon.svg
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 40 40" stroke-width="0" fill="#180c30" style="background-color:#fff"><path d="m16 0 6.5 6.5L19 10l-3-3-9 9 3 3-3.5 3.5L0 16zM0 31 31 0l1 1L1 32zm16 1 16-16-6.5-6.5L22 13l3 3-9 9-3-3-3.5 3.5z"/></svg>
|
|
constants.php
CHANGED
@@ -12,7 +12,7 @@ namespace org\lecklider\charles\wordpress\wp_fail2ban;
|
|
12 |
// @codeCoverageIgnoreStart
|
13 |
|
14 |
if (!defined('WP_FAIL2BAN_VER')) {
|
15 |
-
define('WP_FAIL2BAN_VER', '4.4.0.
|
16 |
}
|
17 |
if (!defined('WP_FAIL2BAN_VER_SHORT')) {
|
18 |
define('WP_FAIL2BAN_VER_SHORT', '4.4');
|
12 |
// @codeCoverageIgnoreStart
|
13 |
|
14 |
if (!defined('WP_FAIL2BAN_VER')) {
|
15 |
+
define('WP_FAIL2BAN_VER', '4.4.0.6');
|
16 |
}
|
17 |
if (!defined('WP_FAIL2BAN_VER_SHORT')) {
|
18 |
define('WP_FAIL2BAN_VER_SHORT', '4.4');
|
filters.d/wordpress-extra.conf
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Fail2Ban filter for extra failures
|
2 |
-
# Auto-generated: 2022-
|
3 |
#
|
4 |
|
5 |
[INCLUDES]
|
1 |
# Fail2Ban filter for extra failures
|
2 |
+
# Auto-generated: 2022-07-15T16:27:21+00:00
|
3 |
#
|
4 |
|
5 |
[INCLUDES]
|
filters.d/wordpress-hard.conf
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Fail2Ban filter for hard failures
|
2 |
-
# Auto-generated: 2022-
|
3 |
#
|
4 |
|
5 |
[INCLUDES]
|
@@ -12,17 +12,17 @@ _daemon = (?:wordpress|wp)
|
|
12 |
|
13 |
failregex = ^%(__prefix_line)sImmediately block connections from <HOST>$
|
14 |
^%(__prefix_line)sSpam comment \d+ from <HOST>$
|
15 |
-
^%(__prefix_line)sBlocked
|
16 |
-
^%(__prefix_line)sBlocked username authentication attempt for .* from <HOST>$
|
17 |
^%(__prefix_line)sXML-RPC multicall authentication failure from <HOST>$
|
18 |
^%(__prefix_line)sPingback error .* generated from <HOST>$
|
19 |
-
^%(__prefix_line)sBlocked
|
|
|
20 |
^%(__prefix_line)sAuthentication attempt for unknown user .* from <HOST>$
|
21 |
^%(__prefix_line)sREST authentication attempt for unknown user .* from <HOST>$
|
22 |
^%(__prefix_line)sXML-RPC authentication attempt for unknown user .* from <HOST>$
|
23 |
-
^%(__prefix_line)sBlocked access from country '..' from <HOST>$
|
24 |
^%(__prefix_line)sXML-RPC request blocked from <HOST>$
|
25 |
^%(__prefix_line)s.*; Bogus Pingback from <HOST>$
|
|
|
26 |
|
27 |
ignoreregex =
|
28 |
|
1 |
# Fail2Ban filter for hard failures
|
2 |
+
# Auto-generated: 2022-07-15T16:27:21+00:00
|
3 |
#
|
4 |
|
5 |
[INCLUDES]
|
12 |
|
13 |
failregex = ^%(__prefix_line)sImmediately block connections from <HOST>$
|
14 |
^%(__prefix_line)sSpam comment \d+ from <HOST>$
|
15 |
+
^%(__prefix_line)sBlocked user enumeration attempt from <HOST>$
|
|
|
16 |
^%(__prefix_line)sXML-RPC multicall authentication failure from <HOST>$
|
17 |
^%(__prefix_line)sPingback error .* generated from <HOST>$
|
18 |
+
^%(__prefix_line)sBlocked authentication attempt for .* from <HOST>$
|
19 |
+
^%(__prefix_line)sBlocked username authentication attempt for .* from <HOST>$
|
20 |
^%(__prefix_line)sAuthentication attempt for unknown user .* from <HOST>$
|
21 |
^%(__prefix_line)sREST authentication attempt for unknown user .* from <HOST>$
|
22 |
^%(__prefix_line)sXML-RPC authentication attempt for unknown user .* from <HOST>$
|
|
|
23 |
^%(__prefix_line)sXML-RPC request blocked from <HOST>$
|
24 |
^%(__prefix_line)s.*; Bogus Pingback from <HOST>$
|
25 |
+
^%(__prefix_line)sBlocked access from country '..' from <HOST>$
|
26 |
|
27 |
ignoreregex =
|
28 |
|
filters.d/wordpress-soft.conf
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Fail2Ban filter for soft failures
|
2 |
-
# Auto-generated: 2022-
|
3 |
#
|
4 |
|
5 |
[INCLUDES]
|
1 |
# Fail2Ban filter for soft failures
|
2 |
+
# Auto-generated: 2022-07-15T16:27:21+00:00
|
3 |
#
|
4 |
|
5 |
[INCLUDES]
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Author URI: https://invis.net/?utm_source=wordpress.org&utm_medium=readme&utm_ca
|
|
4 |
Plugin URI: https://wp-fail2ban.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=wp-fail2ban-4.4.0
|
5 |
Tags: fail2ban, login, security, syslog, brute force, protection, classicpress
|
6 |
Requires at least: 4.2
|
7 |
-
Tested up to:
|
8 |
-
Stable tag: 4.4.0.
|
9 |
Requires PHP: 7.4
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -83,6 +83,15 @@ Write a myriad of WordPress events to syslog for integration with fail2ban.
|
|
83 |
|
84 |
== Changelog ==
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
= 4.4.0.4 =
|
87 |
* Fix warning with array of blocked users (h/t @Znuff).
|
88 |
* Fix reports. [Premium only]
|
@@ -321,6 +330,12 @@ Write a myriad of WordPress events to syslog for integration with fail2ban.
|
|
321 |
|
322 |
== Upgrade Notice ==
|
323 |
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
= 4.4.0.4 =
|
325 |
This is a bugfix release. You do not need to update your filters from 4.4.0.
|
326 |
|
4 |
Plugin URI: https://wp-fail2ban.com/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=wp-fail2ban-4.4.0
|
5 |
Tags: fail2ban, login, security, syslog, brute force, protection, classicpress
|
6 |
Requires at least: 4.2
|
7 |
+
Tested up to: 6.0
|
8 |
+
Stable tag: 4.4.0.6
|
9 |
Requires PHP: 7.4
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
83 |
|
84 |
== Changelog ==
|
85 |
|
86 |
+
= 4.4.0.6 =
|
87 |
+
* Fix initialisation error in event log. [Premium only]
|
88 |
+
* Fix type error in event log when no events available. [Premium only]
|
89 |
+
* Update Freemius library.
|
90 |
+
|
91 |
+
= 4.4.0.5 =
|
92 |
+
* Fix type error on Remote IPs tab with no MaxMind database configured (h/t @Tobias-Conrad). [Premium only]
|
93 |
+
* Update Freemius library.
|
94 |
+
|
95 |
= 4.4.0.4 =
|
96 |
* Fix warning with array of blocked users (h/t @Znuff).
|
97 |
* Fix reports. [Premium only]
|
330 |
|
331 |
== Upgrade Notice ==
|
332 |
|
333 |
+
= 4.4.0.6 =
|
334 |
+
This is a bugfix release. You do not need to update your filters from 4.4.0.
|
335 |
+
|
336 |
+
= 4.4.0.5 =
|
337 |
+
This is a bugfix release. You do not need to update your filters from 4.4.0.
|
338 |
+
|
339 |
= 4.4.0.4 =
|
340 |
This is a bugfix release. You do not need to update your filters from 4.4.0.
|
341 |
|
vendor/freemius/wordpress-sdk/includes/class-freemius.php
CHANGED
@@ -5185,6 +5185,9 @@
|
|
5185 |
* Check if requested for manual blocking background sync.
|
5186 |
*/
|
5187 |
if ( fs_request_has( 'background_sync' ) ) {
|
|
|
|
|
|
|
5188 |
$this->run_manual_sync();
|
5189 |
}
|
5190 |
}
|
@@ -7145,8 +7148,6 @@
|
|
7145 |
* @since 1.1.7.3
|
7146 |
*/
|
7147 |
private function run_manual_sync() {
|
7148 |
-
self::require_pluggable_essentials();
|
7149 |
-
|
7150 |
if ( ! $this->is_user_admin() ) {
|
7151 |
return;
|
7152 |
}
|
@@ -10236,8 +10237,8 @@
|
|
10236 |
// Send uninstall event.
|
10237 |
$this->send_installs_update( $params );
|
10238 |
} else {
|
10239 |
-
// Send uninstall event.
|
10240 |
-
$this->
|
10241 |
}
|
10242 |
}
|
10243 |
|
@@ -10508,6 +10509,28 @@
|
|
10508 |
null;
|
10509 |
}
|
10510 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10511 |
/**
|
10512 |
* @author Vova Feldman (@svovaf)
|
10513 |
* @since 1.2.1.5
|
@@ -12931,7 +12954,21 @@
|
|
12931 |
} else if ( $is_whitelabeled_flag ) {
|
12932 |
$is_whitelabeled = true;
|
12933 |
} else {
|
12934 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12935 |
$installed_addons = $this->get_installed_addons();
|
12936 |
foreach ( $installed_addons as $fs_addon ) {
|
12937 |
$addon_ids[] = $fs_addon->get_id();
|
@@ -14809,15 +14846,37 @@
|
|
14809 |
return $this->_plugin->has_affiliate_program();
|
14810 |
}
|
14811 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14812 |
/**
|
14813 |
* @author Leo Fajardo (@leorw)
|
14814 |
* @since 1.2.4
|
14815 |
*/
|
14816 |
private function fetch_affiliate_terms() {
|
14817 |
if ( ! is_object( $this->plugin_affiliate_terms ) ) {
|
14818 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
14819 |
$affiliate_terms = $plugins_api->get( '/aff.json?type=affiliation', false );
|
14820 |
|
|
|
|
|
|
|
14821 |
if ( ! $this->is_api_result_entity( $affiliate_terms ) ) {
|
14822 |
return;
|
14823 |
}
|
@@ -14835,8 +14894,10 @@
|
|
14835 |
$application_data = $this->_storage->affiliate_application_data;
|
14836 |
$flush = ( ! isset( $application_data['status'] ) || 'pending' === $application_data['status'] );
|
14837 |
|
|
|
|
|
14838 |
$users_api = $this->get_api_user_scope();
|
14839 |
-
$result = $users_api->get( "/plugins/{$
|
14840 |
if ( $this->is_api_result_object( $result, 'affiliates' ) ) {
|
14841 |
if ( ! empty( $result->affiliates ) ) {
|
14842 |
$affiliate = new FS_Affiliate( $result->affiliates[0] );
|
@@ -14936,15 +14997,17 @@
|
|
14936 |
var_export( $next_page, true )
|
14937 |
);
|
14938 |
} else if ( $this->is_pending_activation() ) {
|
14939 |
-
self::shoot_ajax_failure( $this->get_text_inline( 'Account is pending activation.', 'account-is-pending-activation' ) );
|
14940 |
}
|
14941 |
}
|
14942 |
|
14943 |
$this->fetch_affiliate_terms();
|
14944 |
|
|
|
|
|
14945 |
$api = $this->get_api_user_scope();
|
14946 |
$result = $api->call(
|
14947 |
-
( "/plugins/{$
|
14948 |
'post',
|
14949 |
$affiliate
|
14950 |
);
|
@@ -16526,9 +16589,17 @@
|
|
16526 |
* @return bool
|
16527 |
*/
|
16528 |
function is_product_settings_page() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16529 |
return fs_starts_with(
|
16530 |
-
|
16531 |
-
$
|
|
|
16532 |
);
|
16533 |
}
|
16534 |
|
@@ -16608,10 +16679,11 @@
|
|
16608 |
*
|
16609 |
* @param bool|string $topic
|
16610 |
* @param bool|string $message
|
|
|
16611 |
*
|
16612 |
* @return string
|
16613 |
*/
|
16614 |
-
function contact_url( $topic = false, $message = false ) {
|
16615 |
$params = array();
|
16616 |
if ( is_string( $topic ) ) {
|
16617 |
$params['topic'] = $topic;
|
@@ -16620,6 +16692,10 @@
|
|
16620 |
$params['message'] = $message;
|
16621 |
}
|
16622 |
|
|
|
|
|
|
|
|
|
16623 |
if ( $this->is_addon() ) {
|
16624 |
$params['addon_id'] = $this->get_id();
|
16625 |
|
@@ -17926,12 +18002,13 @@
|
|
17926 |
$install_ids[] = $install->id;
|
17927 |
}
|
17928 |
|
17929 |
-
$
|
17930 |
-
$
|
|
|
17931 |
|
17932 |
$installs = array();
|
17933 |
while ( $left > 0 ) {
|
17934 |
-
$result = $this->get_api_user_scope()->get( "/plugins/{$this->_module_id}/installs.json?ids=" . implode( ',', array_slice( $install_ids, $offset,
|
17935 |
|
17936 |
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
|
17937 |
// @todo Handle API error.
|
@@ -17939,7 +18016,8 @@
|
|
17939 |
|
17940 |
$installs = array_merge( $installs, $result->installs );
|
17941 |
|
17942 |
-
$left
|
|
|
17943 |
}
|
17944 |
|
17945 |
foreach ( $installs as &$install ) {
|
@@ -23234,7 +23312,26 @@
|
|
23234 |
|
23235 |
fs_enqueue_local_style( 'fs_affiliation', '/admin/affiliation.css' );
|
23236 |
|
23237 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23238 |
echo $this->apply_filters( "/forms/affiliation.php", fs_get_template( '/forms/affiliation.php', $vars ) );
|
23239 |
}
|
23240 |
|
5185 |
* Check if requested for manual blocking background sync.
|
5186 |
*/
|
5187 |
if ( fs_request_has( 'background_sync' ) ) {
|
5188 |
+
self::require_pluggable_essentials();
|
5189 |
+
self::wp_cookie_constants();
|
5190 |
+
|
5191 |
$this->run_manual_sync();
|
5192 |
}
|
5193 |
}
|
7148 |
* @since 1.1.7.3
|
7149 |
*/
|
7150 |
private function run_manual_sync() {
|
|
|
|
|
7151 |
if ( ! $this->is_user_admin() ) {
|
7152 |
return;
|
7153 |
}
|
10237 |
// Send uninstall event.
|
10238 |
$this->send_installs_update( $params );
|
10239 |
} else {
|
10240 |
+
// Send uninstall event and handle the result.
|
10241 |
+
$this->sync_install( $params );
|
10242 |
}
|
10243 |
}
|
10244 |
|
10509 |
null;
|
10510 |
}
|
10511 |
|
10512 |
+
/**
|
10513 |
+
* Get whether the SDK has been initiated in the context of a Bundle.
|
10514 |
+
*
|
10515 |
+
* This will return true, if `bundle_id` is present in the SDK init parameters.
|
10516 |
+
*
|
10517 |
+
* ```php
|
10518 |
+
* $my_fs = fs_dynamic_init( array(
|
10519 |
+
* // ...
|
10520 |
+
* 'bundle_id' => 'XXXX', // Will return true since we have bundle id.
|
10521 |
+
* 'bundle_public_key' => 'pk_XXXX',
|
10522 |
+
* ) );
|
10523 |
+
* ```
|
10524 |
+
*
|
10525 |
+
* @author Swashata Ghosh (@swashata)
|
10526 |
+
* @since 2.5.0
|
10527 |
+
*
|
10528 |
+
* @return bool True if we are running in bundle context, false otherwise.
|
10529 |
+
*/
|
10530 |
+
private function has_bundle_context() {
|
10531 |
+
return ! is_null( $this->get_bundle_id() );
|
10532 |
+
}
|
10533 |
+
|
10534 |
/**
|
10535 |
* @author Vova Feldman (@svovaf)
|
10536 |
* @since 1.2.1.5
|
12954 |
} else if ( $is_whitelabeled_flag ) {
|
12955 |
$is_whitelabeled = true;
|
12956 |
} else {
|
12957 |
+
if ( $this->is_registered() || $this->is_premium() ) {
|
12958 |
+
$addon_ids = $this->get_updated_account_addons();
|
12959 |
+
} else {
|
12960 |
+
$addons = self::get_all_addons();
|
12961 |
+
|
12962 |
+
$plugin_addons = isset( $addons[ $this->_plugin->id ] ) ?
|
12963 |
+
$addons[ $this->_plugin->id ] :
|
12964 |
+
array();
|
12965 |
+
|
12966 |
+
$addon_ids = array();
|
12967 |
+
foreach ( $plugin_addons as $addon ) {
|
12968 |
+
$addon_ids[] = $addon->id;
|
12969 |
+
}
|
12970 |
+
}
|
12971 |
+
|
12972 |
$installed_addons = $this->get_installed_addons();
|
12973 |
foreach ( $installed_addons as $fs_addon ) {
|
12974 |
$addon_ids[] = $fs_addon->get_id();
|
14846 |
return $this->_plugin->has_affiliate_program();
|
14847 |
}
|
14848 |
|
14849 |
+
/**
|
14850 |
+
* Get Plugin ID under which we will track affiliate application.
|
14851 |
+
*
|
14852 |
+
* This could either be the Bundle ID or the main plugin ID.
|
14853 |
+
*
|
14854 |
+
* @return number Bundle ID if developer has provided one, else the main plugin ID.
|
14855 |
+
*/
|
14856 |
+
private function get_plugin_id_for_affiliate_terms() {
|
14857 |
+
return $this->has_bundle_context() ?
|
14858 |
+
$this->get_bundle_id() :
|
14859 |
+
$this->_plugin_id;
|
14860 |
+
}
|
14861 |
+
|
14862 |
/**
|
14863 |
* @author Leo Fajardo (@leorw)
|
14864 |
* @since 1.2.4
|
14865 |
*/
|
14866 |
private function fetch_affiliate_terms() {
|
14867 |
if ( ! is_object( $this->plugin_affiliate_terms ) ) {
|
14868 |
+
/**
|
14869 |
+
* In case we have a bundle set in SDK configuration, we would like to use that for affiliates, not the main plugin.
|
14870 |
+
*/
|
14871 |
+
$plugins_api = $this->has_bundle_context() ?
|
14872 |
+
$this->get_api_bundle_scope() :
|
14873 |
+
$this->get_api_plugin_scope();
|
14874 |
+
|
14875 |
$affiliate_terms = $plugins_api->get( '/aff.json?type=affiliation', false );
|
14876 |
|
14877 |
+
/**
|
14878 |
+
* At this point, we intentionally don't fallback to the main plugin, because the developer has chosen to use bundle. So it makes sense the affiliate program should be in context to the bundle too.
|
14879 |
+
*/
|
14880 |
if ( ! $this->is_api_result_entity( $affiliate_terms ) ) {
|
14881 |
return;
|
14882 |
}
|
14894 |
$application_data = $this->_storage->affiliate_application_data;
|
14895 |
$flush = ( ! isset( $application_data['status'] ) || 'pending' === $application_data['status'] );
|
14896 |
|
14897 |
+
$plugin_id_for_affiliate = $this->get_plugin_id_for_affiliate_terms();
|
14898 |
+
|
14899 |
$users_api = $this->get_api_user_scope();
|
14900 |
+
$result = $users_api->get( "/plugins/{$plugin_id_for_affiliate}/aff/{$this->plugin_affiliate_terms->id}/affiliates.json", $flush );
|
14901 |
if ( $this->is_api_result_object( $result, 'affiliates' ) ) {
|
14902 |
if ( ! empty( $result->affiliates ) ) {
|
14903 |
$affiliate = new FS_Affiliate( $result->affiliates[0] );
|
14997 |
var_export( $next_page, true )
|
14998 |
);
|
14999 |
} else if ( $this->is_pending_activation() ) {
|
15000 |
+
self::shoot_ajax_failure( $this->get_text_inline( 'Account is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again.', 'account-is-pending-activation' ) );
|
15001 |
}
|
15002 |
}
|
15003 |
|
15004 |
$this->fetch_affiliate_terms();
|
15005 |
|
15006 |
+
$plugin_id_for_affiliate = $this->get_plugin_id_for_affiliate_terms();
|
15007 |
+
|
15008 |
$api = $this->get_api_user_scope();
|
15009 |
$result = $api->call(
|
15010 |
+
( "/plugins/{$plugin_id_for_affiliate}/aff/{$this->plugin_affiliate_terms->id}/affiliates.json" ),
|
15011 |
'post',
|
15012 |
$affiliate
|
15013 |
);
|
16589 |
* @return bool
|
16590 |
*/
|
16591 |
function is_product_settings_page() {
|
16592 |
+
$page = fs_request_get( 'page', '', 'get' );
|
16593 |
+
$menu_slug = $this->_menu->get_slug();
|
16594 |
+
|
16595 |
+
if ( $page === $menu_slug ) {
|
16596 |
+
return true;
|
16597 |
+
}
|
16598 |
+
|
16599 |
return fs_starts_with(
|
16600 |
+
// e.g., {$menu_slug}-account, {$menu_slug}-affiliation, etc.
|
16601 |
+
$page,
|
16602 |
+
( $menu_slug . '-' )
|
16603 |
);
|
16604 |
}
|
16605 |
|
16679 |
*
|
16680 |
* @param bool|string $topic
|
16681 |
* @param bool|string $message
|
16682 |
+
* @param bool|string $summary Since 2.5.1.
|
16683 |
*
|
16684 |
* @return string
|
16685 |
*/
|
16686 |
+
function contact_url( $topic = false, $message = false, $summary = false ) {
|
16687 |
$params = array();
|
16688 |
if ( is_string( $topic ) ) {
|
16689 |
$params['topic'] = $topic;
|
16692 |
$params['message'] = $message;
|
16693 |
}
|
16694 |
|
16695 |
+
if ( is_string( $summary ) ) {
|
16696 |
+
$params['summary'] = $summary;
|
16697 |
+
}
|
16698 |
+
|
16699 |
if ( $this->is_addon() ) {
|
16700 |
$params['addon_id'] = $this->get_id();
|
16701 |
|
18002 |
$install_ids[] = $install->id;
|
18003 |
}
|
18004 |
|
18005 |
+
$items_per_request = 25;
|
18006 |
+
$left = count( $install_ids );
|
18007 |
+
$offset = 0;
|
18008 |
|
18009 |
$installs = array();
|
18010 |
while ( $left > 0 ) {
|
18011 |
+
$result = $this->get_api_user_scope()->get( "/plugins/{$this->_module_id}/installs.json?ids=" . implode( ',', array_slice( $install_ids, $offset, $items_per_request ) ) );
|
18012 |
|
18013 |
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
|
18014 |
// @todo Handle API error.
|
18016 |
|
18017 |
$installs = array_merge( $installs, $result->installs );
|
18018 |
|
18019 |
+
$left -= $items_per_request;
|
18020 |
+
$offset += $items_per_request;
|
18021 |
}
|
18022 |
|
18023 |
foreach ( $installs as &$install ) {
|
23312 |
|
23313 |
fs_enqueue_local_style( 'fs_affiliation', '/admin/affiliation.css' );
|
23314 |
|
23315 |
+
$is_bundle_context = $this->has_bundle_context();
|
23316 |
+
|
23317 |
+
$plugin_title = $this->get_plugin_title();
|
23318 |
+
|
23319 |
+
if ( $is_bundle_context ) {
|
23320 |
+
$plugin_title = $this->plugin_affiliate_terms->plugin_title;
|
23321 |
+
|
23322 |
+
// Add the suffix "Bundle" only if the word is not present in the title itself.
|
23323 |
+
if ( false === mb_stripos( $plugin_title, fs_text_inline( 'Bundle', 'bundle' ) ) ) {
|
23324 |
+
$plugin_title = $this->apply_filters(
|
23325 |
+
'formatted_bundle_title',
|
23326 |
+
$plugin_title . ' ' . fs_text_inline( 'Bundle', 'bundle' )
|
23327 |
+
);
|
23328 |
+
}
|
23329 |
+
}
|
23330 |
+
|
23331 |
+
$vars = array(
|
23332 |
+
'id' => $this->_module_id,
|
23333 |
+
'plugin_title' => $plugin_title,
|
23334 |
+
);
|
23335 |
echo $this->apply_filters( "/forms/affiliation.php", fs_get_template( '/forms/affiliation.php', $vars ) );
|
23336 |
}
|
23337 |
|
vendor/freemius/wordpress-sdk/includes/customizer/class-fs-customizer-upsell-control.php
CHANGED
@@ -101,11 +101,11 @@
|
|
101 |
}
|
102 |
}
|
103 |
}
|
|
|
|
|
104 |
}
|
105 |
}
|
106 |
|
107 |
-
$this->json['plans'] = $pricing->plans;
|
108 |
-
|
109 |
$this->json['strings'] = array(
|
110 |
'plan' => $this->fs->get_text_x_inline( 'Plan', 'as product pricing plan', 'plan' ),
|
111 |
);
|
101 |
}
|
102 |
}
|
103 |
}
|
104 |
+
|
105 |
+
$this->json['plans'] = $pricing->plans;
|
106 |
}
|
107 |
}
|
108 |
|
|
|
|
|
109 |
$this->json['strings'] = array(
|
110 |
'plan' => $this->fs->get_text_x_inline( 'Plan', 'as product pricing plan', 'plan' ),
|
111 |
);
|
vendor/freemius/wordpress-sdk/includes/entities/class-fs-affiliate-terms.php
CHANGED
@@ -84,6 +84,10 @@
|
|
84 |
* @var bool If `true`, allow referrals from any site.
|
85 |
*/
|
86 |
public $is_any_site_allowed;
|
|
|
|
|
|
|
|
|
87 |
|
88 |
#endregion Properties
|
89 |
|
84 |
* @var bool If `true`, allow referrals from any site.
|
85 |
*/
|
86 |
public $is_any_site_allowed;
|
87 |
+
/**
|
88 |
+
* @var string $plugin_title Title of the plugin. This is used in case we are showing affiliate form for a Bundle instead of the `plugin` in context.
|
89 |
+
*/
|
90 |
+
public $plugin_title;
|
91 |
|
92 |
#endregion Properties
|
93 |
|
vendor/freemius/wordpress-sdk/includes/entities/class-fs-site.php
CHANGED
@@ -190,7 +190,13 @@
|
|
190 |
// DesktopServer
|
191 |
fs_ends_with( $subdomain, '.dev.cc' ) ||
|
192 |
// Pressable
|
193 |
-
fs_ends_with( $subdomain, '.mystagingwebsite.com' )
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
);
|
195 |
}
|
196 |
|
190 |
// DesktopServer
|
191 |
fs_ends_with( $subdomain, '.dev.cc' ) ||
|
192 |
// Pressable
|
193 |
+
fs_ends_with( $subdomain, '.mystagingwebsite.com' ) ||
|
194 |
+
// WPMU DEV
|
195 |
+
( fs_ends_with( $subdomain, '.tempurl.host' ) || fs_ends_with( $subdomain, '.wpmudev.host' ) ) ||
|
196 |
+
// Vendasta
|
197 |
+
( fs_ends_with( $subdomain, '.websitepro-staging.com' ) || fs_ends_with( $subdomain, '.websitepro.hosting' ) ) ||
|
198 |
+
// InstaWP
|
199 |
+
fs_ends_with( $subdomain, '.instawp.xyz' )
|
200 |
);
|
201 |
}
|
202 |
|
vendor/freemius/wordpress-sdk/includes/fs-core-functions.php
CHANGED
@@ -770,6 +770,12 @@
|
|
770 |
#region Localization
|
771 |
#--------------------------------------------------------------------------------
|
772 |
|
|
|
|
|
|
|
|
|
|
|
|
|
773 |
if ( ! function_exists( 'fs_text' ) ) {
|
774 |
/**
|
775 |
* Retrieve a translated text by key.
|
@@ -782,12 +788,10 @@
|
|
782 |
*
|
783 |
* @return string
|
784 |
*
|
785 |
-
* @global $
|
786 |
*/
|
787 |
function fs_text( $key, $slug = 'freemius' ) {
|
788 |
-
global $
|
789 |
-
$fs_module_info_text,
|
790 |
-
$fs_text_overrides;
|
791 |
|
792 |
if ( isset( $fs_text_overrides[ $slug ] ) ) {
|
793 |
if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
|
@@ -800,22 +804,6 @@
|
|
800 |
}
|
801 |
}
|
802 |
|
803 |
-
if ( ! isset( $fs_text ) ) {
|
804 |
-
$dir = defined( 'WP_FS__DIR_INCLUDES' ) ?
|
805 |
-
WP_FS__DIR_INCLUDES :
|
806 |
-
dirname( __FILE__ );
|
807 |
-
|
808 |
-
require_once $dir . '/i18n.php';
|
809 |
-
}
|
810 |
-
|
811 |
-
if ( isset( $fs_text[ $key ] ) ) {
|
812 |
-
return $fs_text[ $key ];
|
813 |
-
}
|
814 |
-
|
815 |
-
if ( isset( $fs_module_info_text[ $key ] ) ) {
|
816 |
-
return $fs_module_info_text[ $key ];
|
817 |
-
}
|
818 |
-
|
819 |
return $key;
|
820 |
}
|
821 |
|
770 |
#region Localization
|
771 |
#--------------------------------------------------------------------------------
|
772 |
|
773 |
+
global $fs_text_overrides;
|
774 |
+
|
775 |
+
if ( ! isset( $fs_text_overrides ) ) {
|
776 |
+
$fs_text_overrides = array();
|
777 |
+
}
|
778 |
+
|
779 |
if ( ! function_exists( 'fs_text' ) ) {
|
780 |
/**
|
781 |
* Retrieve a translated text by key.
|
788 |
*
|
789 |
* @return string
|
790 |
*
|
791 |
+
* @global $fs_text_overrides
|
792 |
*/
|
793 |
function fs_text( $key, $slug = 'freemius' ) {
|
794 |
+
global $fs_text_overrides;
|
|
|
|
|
795 |
|
796 |
if ( isset( $fs_text_overrides[ $slug ] ) ) {
|
797 |
if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
|
804 |
}
|
805 |
}
|
806 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
807 |
return $key;
|
808 |
}
|
809 |
|
vendor/freemius/wordpress-sdk/includes/fs-essential-functions.php
CHANGED
@@ -149,84 +149,6 @@
|
|
149 |
|
150 |
#endregion Core Redirect (copied from BuddyPress) -----------------------------------------
|
151 |
|
152 |
-
if ( ! function_exists( '__fs' ) ) {
|
153 |
-
global $fs_text_overrides;
|
154 |
-
|
155 |
-
if ( ! isset( $fs_text_overrides ) ) {
|
156 |
-
$fs_text_overrides = array();
|
157 |
-
}
|
158 |
-
|
159 |
-
/**
|
160 |
-
* Retrieve a translated text by key.
|
161 |
-
*
|
162 |
-
* @deprecated Use `fs_text()` instead since methods starting with `__` trigger warnings in Php 7.
|
163 |
-
* @todo Remove this method in the future.
|
164 |
-
*
|
165 |
-
* @author Vova Feldman (@svovaf)
|
166 |
-
* @since 1.1.4
|
167 |
-
*
|
168 |
-
* @param string $key
|
169 |
-
* @param string $slug
|
170 |
-
*
|
171 |
-
* @return string
|
172 |
-
*
|
173 |
-
* @global $fs_text, $fs_text_overrides
|
174 |
-
*/
|
175 |
-
function __fs( $key, $slug = 'freemius' ) {
|
176 |
-
_deprecated_function( __FUNCTION__, '2.0.0', 'fs_text()' );
|
177 |
-
|
178 |
-
global $fs_text,
|
179 |
-
$fs_module_info_text,
|
180 |
-
$fs_text_overrides;
|
181 |
-
|
182 |
-
if ( isset( $fs_text_overrides[ $slug ] ) ) {
|
183 |
-
if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
|
184 |
-
return $fs_text_overrides[ $slug ][ $key ];
|
185 |
-
}
|
186 |
-
|
187 |
-
$lower_key = strtolower( $key );
|
188 |
-
if ( isset( $fs_text_overrides[ $slug ][ $lower_key ] ) ) {
|
189 |
-
return $fs_text_overrides[ $slug ][ $lower_key ];
|
190 |
-
}
|
191 |
-
}
|
192 |
-
|
193 |
-
if ( ! isset( $fs_text ) ) {
|
194 |
-
$dir = defined( 'WP_FS__DIR_INCLUDES' ) ?
|
195 |
-
WP_FS__DIR_INCLUDES :
|
196 |
-
dirname( __FILE__ );
|
197 |
-
|
198 |
-
require_once $dir . '/i18n.php';
|
199 |
-
}
|
200 |
-
|
201 |
-
if ( isset( $fs_text[ $key ] ) ) {
|
202 |
-
return $fs_text[ $key ];
|
203 |
-
}
|
204 |
-
|
205 |
-
if ( isset( $fs_module_info_text[ $key ] ) ) {
|
206 |
-
return $fs_module_info_text[ $key ];
|
207 |
-
}
|
208 |
-
|
209 |
-
return $key;
|
210 |
-
}
|
211 |
-
|
212 |
-
/**
|
213 |
-
* Output a translated text by key.
|
214 |
-
*
|
215 |
-
* @deprecated Use `fs_echo()` instead for consistency with `fs_text()`.
|
216 |
-
*
|
217 |
-
* @todo Remove this method in the future.
|
218 |
-
*
|
219 |
-
* @author Vova Feldman (@svovaf)
|
220 |
-
* @since 1.1.4
|
221 |
-
*
|
222 |
-
* @param string $key
|
223 |
-
* @param string $slug
|
224 |
-
*/
|
225 |
-
function _efs( $key, $slug = 'freemius' ) {
|
226 |
-
fs_echo( $key, $slug );
|
227 |
-
}
|
228 |
-
}
|
229 |
-
|
230 |
if ( ! function_exists( 'fs_get_ip' ) ) {
|
231 |
/**
|
232 |
* Get client IP.
|
149 |
|
150 |
#endregion Core Redirect (copied from BuddyPress) -----------------------------------------
|
151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
if ( ! function_exists( 'fs_get_ip' ) ) {
|
153 |
/**
|
154 |
* Get client IP.
|
vendor/freemius/wordpress-sdk/includes/i18n.php
DELETED
@@ -1,605 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.1.4
|
7 |
-
*
|
8 |
-
* @deprecated This file is no longer in use. It's still in the project for backward compatibility.
|
9 |
-
*/
|
10 |
-
|
11 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
12 |
-
exit;
|
13 |
-
}
|
14 |
-
|
15 |
-
require_once dirname( __FILE__ ) . '/l10n.php';
|
16 |
-
|
17 |
-
/**
|
18 |
-
* All strings can now be overridden.
|
19 |
-
*
|
20 |
-
* For example, if we want to override:
|
21 |
-
* 'you-are-step-away' => 'You are just one step away - %s',
|
22 |
-
*
|
23 |
-
* We can use the filter:
|
24 |
-
* fs_override_i18n( array(
|
25 |
-
* 'opt-in-connect' => __( "Yes - I'm in!", '{your-text_domain}' ),
|
26 |
-
* 'skip' => __( 'Not today', '{your-text_domain}' ),
|
27 |
-
* ), '{plugin_slug}' );
|
28 |
-
*
|
29 |
-
* Or with the Freemius instance:
|
30 |
-
*
|
31 |
-
* my_freemius->override_i18n( array(
|
32 |
-
* 'opt-in-connect' => __( "Yes - I'm in!", '{your-text_domain}' ),
|
33 |
-
* 'skip' => __( 'Not today', '{your-text_domain}' ),
|
34 |
-
* ) );
|
35 |
-
*/
|
36 |
-
global $fs_text;
|
37 |
-
|
38 |
-
$fs_text = array(
|
39 |
-
'account' => _fs_text( 'Account' ),
|
40 |
-
'addon' => _fs_text( 'Add-On' ),
|
41 |
-
'contact-us' => _fs_text( 'Contact Us' ),
|
42 |
-
'contact-support' => _fs_text( 'Contact Support' ),
|
43 |
-
'change-ownership' => _fs_text( 'Change Ownership' ),
|
44 |
-
'support' => _fs_text( 'Support' ),
|
45 |
-
'support-forum' => _fs_text( 'Support Forum' ),
|
46 |
-
'add-ons' => _fs_text( 'Add-Ons' ),
|
47 |
-
'upgrade' => _fs_x( 'Upgrade', 'verb' ),
|
48 |
-
'awesome' => _fs_text( 'Awesome' ),
|
49 |
-
'pricing' => _fs_x( 'Pricing', 'noun' ),
|
50 |
-
'price' => _fs_x( 'Price', 'noun' ),
|
51 |
-
'unlimited-updates' => _fs_text( 'Unlimited Updates' ),
|
52 |
-
'downgrade' => _fs_x( 'Downgrade', 'verb' ),
|
53 |
-
'cancel-subscription' => _fs_x( 'Cancel Subscription', 'verb' ),
|
54 |
-
'cancel-trial' => _fs_text( 'Cancel Trial' ),
|
55 |
-
'free-trial' => _fs_text( 'Free Trial' ),
|
56 |
-
'start-free-x' => _fs_text( 'Start my free %s' ),
|
57 |
-
'no-commitment-x' => _fs_text( 'No commitment for %s - cancel anytime' ),
|
58 |
-
'after-x-pay-as-little-y' => _fs_text( 'After your free %s, pay as little as %s' ),
|
59 |
-
'details' => _fs_text( 'Details' ),
|
60 |
-
'account-details' => _fs_text( 'Account Details' ),
|
61 |
-
'delete' => _fs_x( 'Delete', 'verb' ),
|
62 |
-
'show' => _fs_x( 'Show', 'verb' ),
|
63 |
-
'hide' => _fs_x( 'Hide', 'verb' ),
|
64 |
-
'edit' => _fs_x( 'Edit', 'verb' ),
|
65 |
-
'update' => _fs_x( 'Update', 'verb' ),
|
66 |
-
'date' => _fs_text( 'Date' ),
|
67 |
-
'amount' => _fs_text( 'Amount' ),
|
68 |
-
'invoice' => _fs_text( 'Invoice' ),
|
69 |
-
'billing' => _fs_text( 'Billing' ),
|
70 |
-
'payments' => _fs_text( 'Payments' ),
|
71 |
-
'delete-account' => _fs_text( 'Delete Account' ),
|
72 |
-
'dismiss' => _fs_x( 'Dismiss', 'as close a window' ),
|
73 |
-
'plan' => _fs_x( 'Plan', 'as product pricing plan' ),
|
74 |
-
'change-plan' => _fs_text( 'Change Plan' ),
|
75 |
-
'download-x-version' => _fs_x( 'Download %s Version', 'as download professional version' ),
|
76 |
-
'download-x-version-now' => _fs_x( 'Download %s version now', 'as download professional version now' ),
|
77 |
-
'download-latest' => _fs_x( 'Download Latest', 'as download latest version' ),
|
78 |
-
'you-have-x-license' => _fs_x( 'You have a %s license.', 'E.g. you have a professional license.' ),
|
79 |
-
'new' => _fs_text( 'New' ),
|
80 |
-
'free' => _fs_text( 'Free' ),
|
81 |
-
'trial' => _fs_x( 'Trial', 'as trial plan' ),
|
82 |
-
'start-trial' => _fs_x( 'Start Trial', 'as starting a trial plan' ),
|
83 |
-
'purchase' => _fs_x( 'Purchase', 'verb' ),
|
84 |
-
'purchase-license' => _fs_text( 'Purchase License' ),
|
85 |
-
'buy' => _fs_x( 'Buy', 'verb' ),
|
86 |
-
'buy-license' => _fs_text( 'Buy License' ),
|
87 |
-
'license-single-site' => _fs_text( 'Single Site License' ),
|
88 |
-
'license-unlimited' => _fs_text( 'Unlimited Licenses' ),
|
89 |
-
'license-x-sites' => _fs_text( 'Up to %s Sites' ),
|
90 |
-
'renew-license-now' => _fs_text( '%sRenew your license now%s to access version %s security & feature updates, and support.' ),
|
91 |
-
'ask-for-upgrade-email-address' => _fs_text( "Enter the email address you've used for the upgrade below and we will resend you the license key." ),
|
92 |
-
'x-plan' => _fs_x( '%s Plan', 'e.g. Professional Plan' ),
|
93 |
-
'you-are-step-away' => _fs_text( 'You are just one step away - %s' ),
|
94 |
-
'activate-x-now' => _fs_x( 'Complete "%s" Activation Now',
|
95 |
-
'%s - plugin name. As complete "Jetpack" activation now' ),
|
96 |
-
'few-plugin-tweaks' => _fs_text( 'We made a few tweaks to the %s, %s' ),
|
97 |
-
'optin-x-now' => _fs_text( 'Opt in to make "%s" better!' ),
|
98 |
-
'error' => _fs_text( 'Error' ),
|
99 |
-
'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
|
100 |
-
'learn-more' => _fs_text( 'Learn more' ),
|
101 |
-
'license_not_whitelabeled' => _fs_text( "Is this your client's site? %s if you wish to hide sensitive info like your billing address and invoices from the WP Admin."),
|
102 |
-
'license_whitelabeled' => _fs_text( 'Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your billing address and invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.'),
|
103 |
-
|
104 |
-
#region Affiliation
|
105 |
-
'affiliation' => _fs_text( 'Affiliation' ),
|
106 |
-
'affiliate' => _fs_text( 'Affiliate' ),
|
107 |
-
'affiliate-tracking' => _fs_text( '%s tracking cookie after the first visit to maximize earnings potential.' ),
|
108 |
-
'renewals-commission' => _fs_text( 'Get commission for automated subscription renewals.' ),
|
109 |
-
'affiliate-application-accepted' => _fs_text( "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s." ),
|
110 |
-
'affiliate-application-thank-you' => _fs_text( "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information." ),
|
111 |
-
'affiliate-application-rejected' => _fs_text( "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days." ),
|
112 |
-
'affiliate-account-suspended' => _fs_text( 'Your affiliation account was temporarily suspended.' ),
|
113 |
-
'affiliate-account-blocked' => _fs_text( 'Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.' ),
|
114 |
-
'become-an-ambassador' => _fs_text( 'Like the %s? Become our ambassador and earn cash ;-)' ),
|
115 |
-
'become-an-ambassador-admin-notice' => _fs_text( 'Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!' ),
|
116 |
-
'refer-new-customers' => _fs_text( 'Refer new customers to our %s and earn %s commission on each successful sale you refer!' ),
|
117 |
-
'program-summary' => _fs_text( 'Program Summary' ),
|
118 |
-
'commission-on-new-license-purchase' => _fs_text( '%s commission when a customer purchases a new license.' ),
|
119 |
-
'unlimited-commissions' => _fs_text( 'Unlimited commissions.' ),
|
120 |
-
'minimum-payout-amount' => _fs_text( '%s minimum payout amount.' ),
|
121 |
-
'payouts-unit-and-processing' => _fs_text( 'Payouts are in USD and processed monthly via PayPal.' ),
|
122 |
-
'commission-payment' => _fs_text( 'As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.' ),
|
123 |
-
'become-an-affiliate' => _fs_text( 'Become an affiliate' ),
|
124 |
-
'apply-to-become-an-affiliate' => _fs_text( 'Apply to become an affiliate' ),
|
125 |
-
'full-name' => _fs_text( 'Full name' ),
|
126 |
-
'paypal-account-email-address' => _fs_text( 'PayPal account email address' ),
|
127 |
-
'promotion-methods' => _fs_text( 'Promotion methods' ),
|
128 |
-
'social-media' => _fs_text( 'Social media (Facebook, Twitter, etc.)' ),
|
129 |
-
'mobile-apps' => _fs_text( 'Mobile apps' ),
|
130 |
-
'statistics-information-field-label' => _fs_text( 'Website, email, and social media statistics (optional)' ),
|
131 |
-
'statistics-information-field-desc' => _fs_text( 'Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).' ),
|
132 |
-
'promotion-method-desc-field-label' => _fs_text( 'How will you promote us?' ),
|
133 |
-
'promotion-method-desc-field-desc' => _fs_text( 'Please provide details on how you intend to promote %s (please be as specific as possible).' ),
|
134 |
-
'domain-field-label' => _fs_text( 'Where are you going to promote the %s?' ),
|
135 |
-
'domain-field-desc' => _fs_text( 'Enter the domain of your website or other websites from where you plan to promote the %s.' ),
|
136 |
-
'extra-domain-fields-label' => _fs_text( 'Extra Domains' ),
|
137 |
-
'extra-domain-fields-desc' => _fs_text( 'Extra domains where you will be marketing the product from.' ),
|
138 |
-
'add-another-domain' => _fs_text( 'Add another domain' ),
|
139 |
-
'remove' => _fs_x( 'Remove', 'Remove domain' ),
|
140 |
-
'email-address-is-required' => _fs_text( 'Email address is required.' ),
|
141 |
-
'domain-is-required' => _fs_text( 'Domain is required.' ),
|
142 |
-
'invalid-domain' => _fs_text( 'Invalid domain' ),
|
143 |
-
'paypal-email-address-is-required' => _fs_text( 'PayPal email address is required.' ),
|
144 |
-
'processing' => _fs_text( 'Processing...' ),
|
145 |
-
'non-expiring' => _fs_text( 'Non-expiring' ),
|
146 |
-
'account-is-pending-activation' => _fs_text( 'Account is pending activation.' ),
|
147 |
-
#endregion Affiliation
|
148 |
-
|
149 |
-
#region Account
|
150 |
-
'expiration' => _fs_x( 'Expiration', 'as expiration date' ),
|
151 |
-
'license' => _fs_x( 'License', 'as software license' ),
|
152 |
-
'not-verified' => _fs_text( 'not verified' ),
|
153 |
-
'verify-email' => _fs_text( 'Verify Email' ),
|
154 |
-
'expires-in' => _fs_x( 'Expires in %s', 'e.g. expires in 2 months' ),
|
155 |
-
'renews-in' => _fs_x( 'Auto renews in %s', 'e.g. auto renews in 2 months' ),
|
156 |
-
'no-expiration' => _fs_text( 'No expiration' ),
|
157 |
-
'expired' => _fs_text( 'Expired' ),
|
158 |
-
'cancelled' => _fs_text( 'Cancelled' ),
|
159 |
-
'in-x' => _fs_x( 'In %s', 'e.g. In 2 hours' ),
|
160 |
-
'x-ago' => _fs_x( '%s ago', 'e.g. 2 min ago' ),
|
161 |
-
/* translators: %s: Version number (e.g. 4.6 or higher) */
|
162 |
-
'x-or-higher' => _fs_text( '%s or higher' ),
|
163 |
-
'version' => _fs_x( 'Version', 'as plugin version' ),
|
164 |
-
'name' => _fs_text( 'Name' ),
|
165 |
-
'email' => _fs_text( 'Email' ),
|
166 |
-
'email-address' => _fs_text( 'Email address' ),
|
167 |
-
'verified' => _fs_text( 'Verified' ),
|
168 |
-
'module' => _fs_text( 'Module' ),
|
169 |
-
'module-type' => _fs_text( 'Module Type' ),
|
170 |
-
'plugin' => _fs_text( 'Plugin' ),
|
171 |
-
'plugins' => _fs_text( 'Plugins' ),
|
172 |
-
'theme' => _fs_text( 'Theme' ),
|
173 |
-
'themes' => _fs_text( 'Themes' ),
|
174 |
-
'path' => _fs_x( 'Path', 'as file/folder path' ),
|
175 |
-
'title' => _fs_text( 'Title' ),
|
176 |
-
'free-version' => _fs_text( 'Free version' ),
|
177 |
-
'premium-version' => _fs_text( 'Premium version' ),
|
178 |
-
'slug' => _fs_x( 'Slug', 'as WP plugin slug' ),
|
179 |
-
'id' => _fs_text( 'ID' ),
|
180 |
-
'users' => _fs_text( 'Users' ),
|
181 |
-
'module-installs' => _fs_text( '%s Installs' ),
|
182 |
-
'sites' => _fs_x( 'Sites', 'like websites' ),
|
183 |
-
'user-id' => _fs_text( 'User ID' ),
|
184 |
-
'site-id' => _fs_text( 'Site ID' ),
|
185 |
-
'public-key' => _fs_text( 'Public Key' ),
|
186 |
-
'secret-key' => _fs_text( 'Secret Key' ),
|
187 |
-
'no-secret' => _fs_x( 'No Secret', 'as secret encryption key missing' ),
|
188 |
-
'no-id' => _fs_text( 'No ID' ),
|
189 |
-
'sync-license' => _fs_x( 'Sync License', 'as synchronize license' ),
|
190 |
-
'sync' => _fs_x( 'Sync', 'as synchronize' ),
|
191 |
-
'activate-license' => _fs_text( 'Activate License' ),
|
192 |
-
'activate-free-version' => _fs_text( 'Activate Free Version' ),
|
193 |
-
'activate-license-message' => _fs_text( 'Please enter the license key that you received in the email right after the purchase:' ),
|
194 |
-
'activating-license' => _fs_text( 'Activating license...' ),
|
195 |
-
'change-license' => _fs_text( 'Change License' ),
|
196 |
-
'update-license' => _fs_text( 'Update License' ),
|
197 |
-
'deactivate-license' => _fs_text( 'Deactivate License' ),
|
198 |
-
'activate' => _fs_text( 'Activate' ),
|
199 |
-
'deactivate' => _fs_text( 'Deactivate' ),
|
200 |
-
'skip-deactivate' => _fs_text( 'Skip & Deactivate' ),
|
201 |
-
'skip-and-x' => _fs_text( 'Skip & %s' ),
|
202 |
-
'no-deactivate' => _fs_text( 'No - just deactivate' ),
|
203 |
-
'yes-do-your-thing' => _fs_text( 'Yes - do your thing' ),
|
204 |
-
'active' => _fs_x( 'Active', 'active mode' ),
|
205 |
-
'is-active' => _fs_x( 'Is Active', 'is active mode?' ),
|
206 |
-
'install-now' => _fs_text( 'Install Now' ),
|
207 |
-
'install-update-now' => _fs_text( 'Install Update Now' ),
|
208 |
-
'more-information-about-x' => _fs_text( 'More information about %s' ),
|
209 |
-
'localhost' => _fs_text( 'Localhost' ),
|
210 |
-
'activate-x-plan' => _fs_x( 'Activate %s Plan', 'as activate Professional plan' ),
|
211 |
-
'x-left' => _fs_x( '%s left', 'as 5 licenses left' ),
|
212 |
-
'last-license' => _fs_text( 'Last license' ),
|
213 |
-
'what-is-your-x' => _fs_text( 'What is your %s?' ),
|
214 |
-
'activate-this-addon' => _fs_text( 'Activate this add-on' ),
|
215 |
-
'deactivate-license-confirm' => _fs_text( 'Deactivating your license will block all premium features, but will enable you to activate the license on another site. Are you sure you want to proceed?' ),
|
216 |
-
'delete-account-x-confirm' => _fs_text( 'Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the "Cancel" button, and first "Downgrade" your account. Are you sure you would like to continue with the deletion?' ),
|
217 |
-
'delete-account-confirm' => _fs_text( 'Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?' ),
|
218 |
-
'downgrade-x-confirm' => _fs_text( 'Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s.' ),
|
219 |
-
'cancel-trial-confirm' => _fs_text( 'Cancelling the trial will immediately block access to all premium features. Are you sure?' ),
|
220 |
-
'after-downgrade-non-blocking' => _fs_text( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.' ),
|
221 |
-
'after-downgrade-blocking' => _fs_text( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.' ),
|
222 |
-
'proceed-confirmation' => _fs_text( 'Are you sure you want to proceed?' ),
|
223 |
-
#endregion Account
|
224 |
-
|
225 |
-
'add-ons-for-x' => _fs_text( 'Add Ons for %s' ),
|
226 |
-
'add-ons-missing' => _fs_text( 'We could\'nt load the add-ons list. It\'s probably an issue on our side, please try to come back in few minutes.' ),
|
227 |
-
#region Plugin Deactivation
|
228 |
-
'anonymous-feedback' => _fs_text( 'Anonymous feedback' ),
|
229 |
-
'quick-feedback' => _fs_text( 'Quick feedback' ),
|
230 |
-
'deactivation-share-reason' => _fs_text( 'If you have a moment, please let us know why you are %s' ),
|
231 |
-
'deactivating' => _fs_text( 'deactivating' ),
|
232 |
-
'deactivation' => _fs_text( 'Deactivation' ),
|
233 |
-
'theme-switch' => _fs_text( 'Theme Switch' ),
|
234 |
-
'switching' => _fs_text( 'switching' ),
|
235 |
-
'switch' => _fs_text( 'Switch' ),
|
236 |
-
'activate-x' => _fs_text( 'Activate %s' ),
|
237 |
-
'deactivation-modal-button-confirm' => _fs_text( 'Yes - %s' ),
|
238 |
-
'deactivation-modal-button-submit' => _fs_text( 'Submit & %s' ),
|
239 |
-
'cancel' => _fs_text( 'Cancel' ),
|
240 |
-
'reason-no-longer-needed' => _fs_text( 'I no longer need the %s' ),
|
241 |
-
'reason-found-a-better-plugin' => _fs_text( 'I found a better %s' ),
|
242 |
-
'reason-needed-for-a-short-period' => _fs_text( 'I only needed the %s for a short period' ),
|
243 |
-
'reason-broke-my-site' => _fs_text( 'The %s broke my site' ),
|
244 |
-
'reason-suddenly-stopped-working' => _fs_text( 'The %s suddenly stopped working' ),
|
245 |
-
'reason-cant-pay-anymore' => _fs_text( "I can't pay for it anymore" ),
|
246 |
-
'reason-temporary-deactivation' => _fs_text( "It's a temporary deactivation. I'm just debugging an issue." ),
|
247 |
-
'reason-temporary-x' => _fs_text( "It's a temporary %s. I'm just debugging an issue." ),
|
248 |
-
'reason-other' => _fs_x( 'Other',
|
249 |
-
'the text of the "other" reason for deactivating the module that is shown in the modal box.' ),
|
250 |
-
'ask-for-reason-message' => _fs_text( 'Kindly tell us the reason so we can improve.' ),
|
251 |
-
'placeholder-plugin-name' => _fs_text( "What's the %s's name?" ),
|
252 |
-
'placeholder-comfortable-price' => _fs_text( 'What price would you feel comfortable paying?' ),
|
253 |
-
'reason-couldnt-make-it-work' => _fs_text( "I couldn't understand how to make it work" ),
|
254 |
-
'reason-great-but-need-specific-feature' => _fs_text( "The %s is great, but I need specific feature that you don't support" ),
|
255 |
-
'reason-not-working' => _fs_text( 'The %s is not working' ),
|
256 |
-
'reason-not-what-i-was-looking-for' => _fs_text( "It's not what I was looking for" ),
|
257 |
-
'reason-didnt-work-as-expected' => _fs_text( "The %s didn't work as expected" ),
|
258 |
-
'placeholder-feature' => _fs_text( 'What feature?' ),
|
259 |
-
'placeholder-share-what-didnt-work' => _fs_text( "Kindly share what didn't work so we can fix it for future users..." ),
|
260 |
-
'placeholder-what-youve-been-looking-for' => _fs_text( "What you've been looking for?" ),
|
261 |
-
'placeholder-what-did-you-expect' => _fs_text( "What did you expect?" ),
|
262 |
-
'reason-didnt-work' => _fs_text( "The %s didn't work" ),
|
263 |
-
'reason-dont-like-to-share-my-information' => _fs_text( "I don't like to share my information with you" ),
|
264 |
-
'dont-have-to-share-any-data' => _fs_text( "You might have missed it, but you don't have to share any data and can just %s the opt-in." ),
|
265 |
-
#endregion Plugin Deactivation
|
266 |
-
|
267 |
-
#region Connect
|
268 |
-
'hey-x' => _fs_x( 'Hey %s,', 'greeting' ),
|
269 |
-
'thanks-x' => _fs_x( 'Thanks %s!', 'a greeting. E.g. Thanks John!' ),
|
270 |
-
'connect-message' => _fs_text( 'Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s.' ),
|
271 |
-
'connect-message_on-update' => _fs_text( 'Please help us improve %1$s! If you opt in, some data about your usage of %1$s will be sent to %4$s. If you skip this, that\'s okay! %1$s will still work just fine.' ),
|
272 |
-
'pending-activation-message' => _fs_text( 'You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s.' ),
|
273 |
-
'complete-the-install' => _fs_text( 'complete the install' ),
|
274 |
-
'start-the-trial' => _fs_text( 'start the trial' ),
|
275 |
-
'thanks-for-purchasing' => _fs_text( 'Thanks for purchasing %s! To get started, please enter your license key:' ),
|
276 |
-
'license-sync-disclaimer' => _fs_text( 'The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license.' ),
|
277 |
-
'what-permissions' => _fs_text( 'What permissions are being granted?' ),
|
278 |
-
'permissions-profile' => _fs_text( 'Your Profile Overview' ),
|
279 |
-
'permissions-profile_desc' => _fs_text( 'Name and email address' ),
|
280 |
-
'permissions-site' => _fs_text( 'Your Site Overview' ),
|
281 |
-
'permissions-site_desc' => _fs_text( 'Site URL, WP version, PHP version, plugins & themes' ),
|
282 |
-
'permissions-events' => _fs_text( 'Current %s Events' ),
|
283 |
-
'permissions-events_desc' => _fs_text( 'Activation, deactivation and uninstall' ),
|
284 |
-
'permissions-plugins_themes' => _fs_text( 'Plugins & Themes' ),
|
285 |
-
'permissions-plugins_themes_desc' => _fs_text( 'Titles, versions and state.' ),
|
286 |
-
'permissions-admin-notices' => _fs_text( 'Admin Notices' ),
|
287 |
-
'permissions-newsletter' => _fs_text( 'Newsletter' ),
|
288 |
-
'permissions-newsletter_desc' => _fs_text( 'Updates, announcements, marketing, no spam' ),
|
289 |
-
'privacy-policy' => _fs_text( 'Privacy Policy' ),
|
290 |
-
'tos' => _fs_text( 'Terms of Service' ),
|
291 |
-
'activating' => _fs_x( 'Activating', 'as activating plugin' ),
|
292 |
-
'sending-email' => _fs_x( 'Sending email', 'as in the process of sending an email' ),
|
293 |
-
'opt-in-connect' => _fs_x( 'Allow & Continue', 'button label' ),
|
294 |
-
'agree-activate-license' => _fs_x( 'Agree & Activate License', 'button label' ),
|
295 |
-
'skip' => _fs_x( 'Skip', 'verb' ),
|
296 |
-
'click-here-to-use-plugin-anonymously' => _fs_text( 'Click here to use the plugin anonymously' ),
|
297 |
-
'resend-activation-email' => _fs_text( 'Re-send activation email' ),
|
298 |
-
'license-key' => _fs_text( 'License key' ),
|
299 |
-
'send-license-key' => _fs_text( 'Send License Key' ),
|
300 |
-
'sending-license-key' => _fs_text( 'Sending license key' ),
|
301 |
-
'have-license-key' => _fs_text( 'Have a license key?' ),
|
302 |
-
'dont-have-license-key' => _fs_text( 'Don\'t have a license key?' ),
|
303 |
-
'cant-find-license-key' => _fs_text( "Can't find your license key?" ),
|
304 |
-
'email-not-found' => _fs_text( "We couldn't find your email address in the system, are you sure it's the right address?" ),
|
305 |
-
'no-active-licenses' => _fs_text( "We can't see any active licenses associated with that email address, are you sure it's the right address?" ),
|
306 |
-
'opt-in' => _fs_text( 'Opt In' ),
|
307 |
-
'opt-out' => _fs_text( 'Opt Out' ),
|
308 |
-
'opt-out-cancel' => _fs_text( 'On second thought - I want to continue helping' ),
|
309 |
-
'opting-out' => _fs_text( 'Opting out...' ),
|
310 |
-
'opting-in' => _fs_text( 'Opting in...' ),
|
311 |
-
'opt-out-message-appreciation' => _fs_text( 'We appreciate your help in making the %s better by letting us track some usage data.' ),
|
312 |
-
'opt-out-message-usage-tracking' => _fs_text( "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking." ),
|
313 |
-
'opt-out-message-clicking-opt-out' => _fs_text( 'By clicking "Opt Out", we will no longer be sending any data from %s to %s.' ),
|
314 |
-
'apply-on-all-sites-in-the-network' => _fs_text( 'Apply on all sites in the network.' ),
|
315 |
-
'delegate-to-site-admins' => _fs_text( 'Delegate to Site Admins' ),
|
316 |
-
'delegate-to-site-admins-and-continue' => _fs_text( 'Delegate to Site Admins & Continue' ),
|
317 |
-
'continue' => _fs_text( 'Continue' ),
|
318 |
-
'allow' => _fs_text( 'allow' ),
|
319 |
-
'delegate' => _fs_text( 'delegate' ),
|
320 |
-
#endregion Connect
|
321 |
-
|
322 |
-
#region Screenshots
|
323 |
-
'screenshots' => _fs_text( 'Screenshots' ),
|
324 |
-
'view-full-size-x' => _fs_text( 'Click to view full-size screenshot %d' ),
|
325 |
-
#endregion Screenshots
|
326 |
-
|
327 |
-
#region Debug
|
328 |
-
'freemius-debug' => _fs_text( 'Freemius Debug' ),
|
329 |
-
'on' => _fs_x( 'On', 'as turned on' ),
|
330 |
-
'off' => _fs_x( 'Off', 'as turned off' ),
|
331 |
-
'debugging' => _fs_x( 'Debugging', 'as code debugging' ),
|
332 |
-
'freemius-state' => _fs_text( 'Freemius State' ),
|
333 |
-
'connected' => _fs_x( 'Connected', 'as connection was successful' ),
|
334 |
-
'blocked' => _fs_x( 'Blocked', 'as connection blocked' ),
|
335 |
-
'api' => _fs_x( 'API', 'as application program interface' ),
|
336 |
-
'sdk' => _fs_x( 'SDK', 'as software development kit versions' ),
|
337 |
-
'sdk-versions' => _fs_x( 'SDK Versions', 'as software development kit versions' ),
|
338 |
-
'plugin-path' => _fs_x( 'Plugin Path', 'as plugin folder path' ),
|
339 |
-
'sdk-path' => _fs_x( 'SDK Path', 'as sdk path' ),
|
340 |
-
'addons-of-x' => _fs_text( 'Add Ons of Plugin %s' ),
|
341 |
-
'delete-all-confirm' => _fs_text( 'Are you sure you want to delete all Freemius data?' ),
|
342 |
-
'actions' => _fs_text( 'Actions' ),
|
343 |
-
'delete-all-accounts' => _fs_text( 'Delete All Accounts' ),
|
344 |
-
'start-fresh' => _fs_text( 'Start Fresh' ),
|
345 |
-
'clear-api-cache' => _fs_text( 'Clear API Cache' ),
|
346 |
-
'sync-data-from-server' => _fs_text( 'Sync Data From Server' ),
|
347 |
-
'scheduled-crons' => _fs_text( 'Scheduled Crons' ),
|
348 |
-
'cron-type' => _fs_text( 'Cron Type' ),
|
349 |
-
'plugins-themes-sync' => _fs_text( 'Plugins & Themes Sync' ),
|
350 |
-
'module-licenses' => _fs_text( '%s Licenses' ),
|
351 |
-
'debug-log' => _fs_text( 'Debug Log' ),
|
352 |
-
'all' => _fs_text( 'All' ),
|
353 |
-
'file' => _fs_text( 'File' ),
|
354 |
-
'function' => _fs_text( 'Function' ),
|
355 |
-
'process-id' => _fs_text( 'Process ID' ),
|
356 |
-
'logger' => _fs_text( 'Logger' ),
|
357 |
-
'message' => _fs_text( 'Message' ),
|
358 |
-
'download' => _fs_text( 'Download' ),
|
359 |
-
'filter' => _fs_text( 'Filter' ),
|
360 |
-
'type' => _fs_text( 'Type' ),
|
361 |
-
'all-types' => _fs_text( 'All Types' ),
|
362 |
-
'all-requests' => _fs_text( 'All Requests' ),
|
363 |
-
#endregion Debug
|
364 |
-
|
365 |
-
#region Expressions
|
366 |
-
'congrats' => _fs_x( 'Congrats', 'as congratulations' ),
|
367 |
-
'oops' => _fs_x( 'Oops', 'exclamation' ),
|
368 |
-
'yee-haw' => _fs_x( 'Yee-haw', 'interjection expressing joy or exuberance' ),
|
369 |
-
'woot' => _fs_x( 'W00t',
|
370 |
-
'(especially in electronic communication) used to express elation, enthusiasm, or triumph.' ),
|
371 |
-
'right-on' => _fs_x( 'Right on', 'a positive response' ),
|
372 |
-
'hmm' => _fs_x( 'Hmm',
|
373 |
-
'something somebody says when they are thinking about what you have just said. ' ),
|
374 |
-
'ok' => _fs_text( 'O.K' ),
|
375 |
-
'hey' => _fs_x( 'Hey', 'exclamation' ),
|
376 |
-
'heads-up' => _fs_x( 'Heads up',
|
377 |
-
'advance notice of something that will need attention.' ),
|
378 |
-
#endregion Expressions
|
379 |
-
|
380 |
-
#region Admin Notices
|
381 |
-
'you-have-latest' => _fs_text( 'Seems like you got the latest release.' ),
|
382 |
-
'you-are-good' => _fs_text( 'You are all good!' ),
|
383 |
-
'user-exist-message' => _fs_text( 'Sorry, we could not complete the email update. Another user with the same email is already registered.' ),
|
384 |
-
'user-exist-message_ownership' => _fs_text( 'If you would like to give up the ownership of the %s\'s account to %s click the Change Ownership button.' ),
|
385 |
-
'email-updated-message' => _fs_text( 'Your email was successfully updated. You should receive an email with confirmation instructions in few moments.' ),
|
386 |
-
'name-updated-message' => _fs_text( 'Your name was successfully updated.' ),
|
387 |
-
'x-updated' => _fs_text( 'You have successfully updated your %s.' ),
|
388 |
-
'name-update-failed-message' => _fs_text( 'Please provide your full name.' ),
|
389 |
-
'verification-email-sent-message' => _fs_text( 'Verification mail was just sent to %s. If you can\'t find it after 5 min, please check your spam box.' ),
|
390 |
-
'addons-info-external-message' => _fs_text( 'Just letting you know that the add-ons information of %s is being pulled from an external server.' ),
|
391 |
-
'no-cc-required' => _fs_text( 'No credit card required' ),
|
392 |
-
'premium-activated-message' => _fs_text( 'Premium %s version was successfully activated.' ),
|
393 |
-
'successful-version-upgrade-message' => _fs_text( 'The upgrade of %s was successfully completed.' ),
|
394 |
-
'activation-with-plan-x-message' => _fs_text( 'Your account was successfully activated with the %s plan.' ),
|
395 |
-
'download-latest-x-version-now' => _fs_text( 'Download the latest %s version now' ),
|
396 |
-
'follow-steps-to-complete-upgrade' => _fs_text( 'Please follow these steps to complete the upgrade' ),
|
397 |
-
'download-latest-x-version' => _fs_text( 'Download the latest %s version' ),
|
398 |
-
'download-latest-version' => _fs_text( 'Download the latest version' ),
|
399 |
-
'deactivate-free-version' => _fs_text( 'Deactivate the free version' ),
|
400 |
-
'upload-and-activate' => _fs_text( 'Upload and activate the downloaded version' ),
|
401 |
-
'howto-upload-activate' => _fs_text( 'How to upload and activate?' ),
|
402 |
-
'addon-successfully-purchased-message' => _fs_x( '%s Add-on was successfully purchased.',
|
403 |
-
'%s - product name, e.g. Facebook add-on was successfully...' ),
|
404 |
-
'addon-successfully-upgraded-message' => _fs_text( 'Your %s Add-on plan was successfully upgraded.' ),
|
405 |
-
'email-verified-message' => _fs_text( 'Your email has been successfully verified - you are AWESOME!' ),
|
406 |
-
'plan-upgraded-message' => _fs_text( 'Your plan was successfully upgraded.' ),
|
407 |
-
'plan-changed-to-x-message' => _fs_text( 'Your plan was successfully changed to %s.' ),
|
408 |
-
'license-expired-blocking-message' => _fs_text( 'Your license has expired. You can still continue using the free %s forever.' ),
|
409 |
-
'license-cancelled' => _fs_text( 'Your license has been cancelled. If you think it\'s a mistake, please contact support.' ),
|
410 |
-
'trial-started-message' => _fs_text( 'Your trial has been successfully started.' ),
|
411 |
-
'license-activated-message' => _fs_text( 'Your license was successfully activated.' ),
|
412 |
-
'no-active-license-message' => _fs_text( 'It looks like your site currently doesn\'t have an active license.' ),
|
413 |
-
'license-deactivation-message' => _fs_text( 'Your license was successfully deactivated, you are back to the %s plan.' ),
|
414 |
-
'license-deactivation-failed-message' => _fs_text( 'It looks like the license deactivation failed.' ),
|
415 |
-
'license-activation-failed-message' => _fs_text( 'It looks like the license could not be activated.' ),
|
416 |
-
'server-error-message' => _fs_text( 'Error received from the server:' ),
|
417 |
-
'trial-expired-message' => _fs_text( 'Your trial has expired. You can still continue using all our free features.' ),
|
418 |
-
'plan-x-downgraded-message' => _fs_text( 'Your plan was successfully downgraded. Your %s plan license will expire in %s.' ),
|
419 |
-
'plan-downgraded-failure-message' => _fs_text( 'Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes.' ),
|
420 |
-
'trial-cancel-no-trial-message' => _fs_text( 'It looks like you are not in trial mode anymore so there\'s nothing to cancel :)' ),
|
421 |
-
'trial-cancel-message' => _fs_text( 'Your %s free trial was successfully cancelled.' ),
|
422 |
-
'version-x-released' => _fs_x( 'Version %s was released.', '%s - numeric version number' ),
|
423 |
-
'please-download-x' => _fs_text( 'Please download %s.' ),
|
424 |
-
'latest-x-version' => _fs_x( 'the latest %s version here',
|
425 |
-
'%s - plan name, as the latest professional version here' ),
|
426 |
-
'trial-x-promotion-message' => _fs_text( 'How do you like %s so far? Test all our %s premium features with a %d-day free trial.' ),
|
427 |
-
'start-free-trial' => _fs_x( 'Start free trial', 'call to action' ),
|
428 |
-
'starting-trial' => _fs_text( 'Starting trial' ),
|
429 |
-
'please-wait' => _fs_text( 'Please wait' ),
|
430 |
-
'trial-cancel-failure-message' => _fs_text( 'Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.' ),
|
431 |
-
'trial-utilized' => _fs_text( 'You already utilized a trial before.' ),
|
432 |
-
'in-trial-mode' => _fs_text( 'You are already running the %s in a trial mode.' ),
|
433 |
-
'trial-plan-x-not-exist' => _fs_text( 'Plan %s do not exist, therefore, can\'t start a trial.' ),
|
434 |
-
'plan-x-no-trial' => _fs_text( 'Plan %s does not support a trial period.' ),
|
435 |
-
'no-trials' => _fs_text( 'None of the %s\'s plans supports a trial period.' ),
|
436 |
-
'unexpected-api-error' => _fs_text( 'Unexpected API error. Please contact the %s\'s author with the following error.' ),
|
437 |
-
'no-commitment-for-x-days' => _fs_text( 'No commitment for %s days - cancel anytime!' ),
|
438 |
-
'license-expired-non-blocking-message' => _fs_text( 'Your license has expired. You can still continue using all the %s features, but you\'ll need to renew your license to continue getting updates and support.' ),
|
439 |
-
'could-not-activate-x' => _fs_text( 'Couldn\'t activate %s.' ),
|
440 |
-
'contact-us-with-error-message' => _fs_text( 'Please contact us with the following message:' ),
|
441 |
-
'plan-did-not-change-message' => _fs_text( 'It looks like you are still on the %s plan. If you did upgrade or change your plan, it\'s probably an issue on our side - sorry.' ),
|
442 |
-
'contact-us-here' => _fs_text( 'Please contact us here' ),
|
443 |
-
'plan-did-not-change-email-message' => _fs_text( 'I have upgraded my account but when I try to Sync the License, the plan remains %s.' ),
|
444 |
-
#endregion Admin Notices
|
445 |
-
#region Connectivity Issues
|
446 |
-
'connectivity-test-fails-message' => _fs_text( 'From unknown reason, the API connectivity test failed.' ),
|
447 |
-
'connectivity-test-maybe-temporary' => _fs_text( 'It\'s probably a temporary issue on our end. Just to be sure, with your permission, would it be o.k to run another connectivity test?' ),
|
448 |
-
'curl-missing-message' => _fs_text( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.' ),
|
449 |
-
'curl-disabled-methods' => _fs_text( 'Disabled method(s):' ),
|
450 |
-
'cloudflare-blocks-connection-message' => _fs_text( 'From unknown reason, CloudFlare, the firewall we use, blocks the connection.' ),
|
451 |
-
'x-requires-access-to-api' => _fs_x( '%s requires an access to our API.',
|
452 |
-
'as pluginX requires an access to our API' ),
|
453 |
-
'squid-blocks-connection-message' => _fs_text( 'It looks like your server is using Squid ACL (access control lists), which blocks the connection.' ),
|
454 |
-
'squid-no-clue-title' => _fs_text( 'I don\'t know what is Squid or ACL, help me!' ),
|
455 |
-
'squid-no-clue-desc' => _fs_text( 'We\'ll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update.' ),
|
456 |
-
'sysadmin-title' => _fs_text( 'I\'m a system administrator' ),
|
457 |
-
'squid-sysadmin-desc' => _fs_text( 'Great, please whitelist the following domains: %s. Once you are done, deactivate the %s and activate it again.' ),
|
458 |
-
'curl-missing-no-clue-title' => _fs_text( 'I don\'t know what is cURL or how to install it, help me!' ),
|
459 |
-
'curl-missing-no-clue-desc' => _fs_text( 'We\'ll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update.' ),
|
460 |
-
'curl-missing-sysadmin-desc' => _fs_text( 'Great, please install cURL and enable it in your php.ini file. In addition, search for the \'disable_functions\' directive in your php.ini file and remove any disabled methods starting with \'curl_\'. To make sure it was successfully activated, use \'phpinfo()\'. Once activated, deactivate the %s and reactivate it back again.' ),
|
461 |
-
'happy-to-resolve-issue-asap' => _fs_text( 'We are sure it\'s an issue on our side and more than happy to resolve it for you ASAP if you give us a chance.' ),
|
462 |
-
'contact-support-before-deactivation' => _fs_text( 'Sorry for the inconvenience and we are here to help if you give us a chance.' ),
|
463 |
-
'fix-issue-title' => _fs_text( 'Yes - I\'m giving you a chance to fix it' ),
|
464 |
-
'fix-issue-desc' => _fs_text( 'We will do our best to whitelist your server and resolve this issue ASAP. You will get a follow-up email to %s once we have an update.' ),
|
465 |
-
'install-previous-title' => _fs_text( 'Let\'s try your previous version' ),
|
466 |
-
'install-previous-desc' => _fs_text( 'Uninstall this version and install the previous one.' ),
|
467 |
-
'deactivate-plugin-title' => _fs_text( 'That\'s exhausting, please deactivate' ),
|
468 |
-
'deactivate-plugin-desc' => _fs_text( 'We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future.' ),
|
469 |
-
'fix-request-sent-message' => _fs_text( 'Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience.' ),
|
470 |
-
'server-blocking-access' => _fs_x( 'Your server is blocking the access to Freemius\' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s',
|
471 |
-
'%1$s - plugin title, %2$s - API domain' ),
|
472 |
-
'wrong-authentication-param-message' => _fs_text( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.' ),
|
473 |
-
#endregion Connectivity Issues
|
474 |
-
#region Change Owner
|
475 |
-
'change-owner-request-sent-x' => _fs_text( 'Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder.' ),
|
476 |
-
'change-owner-request_owner-confirmed' => _fs_text( 'Thanks for confirming the ownership change. An email was just sent to %s for final approval.' ),
|
477 |
-
'change-owner-request_candidate-confirmed' => _fs_text( '%s is the new owner of the account.' ),
|
478 |
-
#endregion Change Owner
|
479 |
-
'addon-x-cannot-run-without-y' => _fs_x( '%s cannot run without %s.',
|
480 |
-
'addonX cannot run without pluginY' ),
|
481 |
-
'addon-x-cannot-run-without-parent' => _fs_x( '%s cannot run without the plugin.', 'addonX cannot run...' ),
|
482 |
-
'plugin-x-activation-message' => _fs_x( '%s activation was successfully completed.',
|
483 |
-
'pluginX activation was successfully...' ),
|
484 |
-
'features-and-pricing' => _fs_x( 'Features & Pricing', 'Plugin installer section title' ),
|
485 |
-
'free-addon-not-deployed' => _fs_text( 'Add-on must be deployed to WordPress.org or Freemius.' ),
|
486 |
-
'paid-addon-not-deployed' => _fs_text( 'Paid add-on must be deployed to Freemius.' ),
|
487 |
-
#--------------------------------------------------------------------------------
|
488 |
-
#region Add-On Licensing
|
489 |
-
#--------------------------------------------------------------------------------
|
490 |
-
'addon-no-license-message' => _fs_text( '%s is a premium only add-on. You have to purchase a license first before activating the plugin.' ),
|
491 |
-
'addon-trial-cancelled-message' => _fs_text( '%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you\'ll have to purchase a license.' ),
|
492 |
-
#endregion
|
493 |
-
#--------------------------------------------------------------------------------
|
494 |
-
#region Billing Cycles
|
495 |
-
#--------------------------------------------------------------------------------
|
496 |
-
'monthly' => _fs_x( 'Monthly', 'as every month' ),
|
497 |
-
'mo' => _fs_x( 'mo', 'as monthly period' ),
|
498 |
-
'annual' => _fs_x( 'Annual', 'as once a year' ),
|
499 |
-
'annually' => _fs_x( 'Annually', 'as once a year' ),
|
500 |
-
'once' => _fs_x( 'Once', 'as once a year' ),
|
501 |
-
'year' => _fs_x( 'year', 'as annual period' ),
|
502 |
-
'lifetime' => _fs_text( 'Lifetime' ),
|
503 |
-
'best' => _fs_x( 'Best', 'e.g. the best product' ),
|
504 |
-
'billed-x' => _fs_x( 'Billed %s', 'e.g. billed monthly' ),
|
505 |
-
'save-x' => _fs_x( 'Save %s', 'as a discount of $5 or 10%' ),
|
506 |
-
#endregion Billing Cycles
|
507 |
-
'view-details' => _fs_text( 'View details' ),
|
508 |
-
#--------------------------------------------------------------------------------
|
509 |
-
#region Trial
|
510 |
-
#--------------------------------------------------------------------------------
|
511 |
-
'approve-start-trial' => _fs_x( 'Approve & Start Trial', 'button label' ),
|
512 |
-
/* translators: %1$s: Number of trial days; %2$s: Plan name; */
|
513 |
-
'start-trial-prompt-header' => _fs_text( 'You are 1-click away from starting your %1$s-day free trial of the %2$s plan.' ),
|
514 |
-
/* translators: %s: Link to freemius.com */
|
515 |
-
'start-trial-prompt-message' => _fs_text( 'For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.' ),
|
516 |
-
|
517 |
-
#endregion
|
518 |
-
#--------------------------------------------------------------------------------
|
519 |
-
#region Billing Details
|
520 |
-
#--------------------------------------------------------------------------------
|
521 |
-
'business-name' => _fs_text( 'Business name' ),
|
522 |
-
'tax-vat-id' => _fs_text( 'Tax / VAT ID' ),
|
523 |
-
'address-line-n' => _fs_text( 'Address Line %d' ),
|
524 |
-
'country' => _fs_text( 'Country' ),
|
525 |
-
'select-country' => _fs_text( 'Select Country' ),
|
526 |
-
'city' => _fs_text( 'City' ),
|
527 |
-
'town' => _fs_text( 'Town' ),
|
528 |
-
'state' => _fs_text( 'State' ),
|
529 |
-
'province' => _fs_text( 'Province' ),
|
530 |
-
'zip-postal-code' => _fs_text( 'ZIP / Postal Code' ),
|
531 |
-
#endregion
|
532 |
-
#--------------------------------------------------------------------------------
|
533 |
-
#region Module Installation
|
534 |
-
#--------------------------------------------------------------------------------
|
535 |
-
'installing-plugin-x' => _fs_text( 'Installing plugin: %s' ),
|
536 |
-
'auto-installation' => _fs_text( 'Automatic Installation' ),
|
537 |
-
/* translators: %s: Number of seconds */
|
538 |
-
'x-sec' => _fs_text( '%s sec' ),
|
539 |
-
'installing-in-n' => _fs_text( 'An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.' ),
|
540 |
-
'installing-module-x' => _fs_text( 'The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.' ),
|
541 |
-
'cancel-installation' => _fs_text( 'Cancel Installation' ),
|
542 |
-
'module-package-rename-failure' => _fs_text( 'The remote plugin package does not contain a folder with the desired slug and renaming did not work.' ),
|
543 |
-
'auto-install-error-invalid-id' => _fs_text( 'Invalid module ID.' ),
|
544 |
-
'auto-install-error-not-opted-in' => _fs_text( 'Auto installation only works for opted-in users.' ),
|
545 |
-
'auto-install-error-premium-activated' => _fs_text( 'Premium version already active.' ),
|
546 |
-
'auto-install-error-premium-addon-activated' => _fs_text( 'Premium add-on version already installed.' ),
|
547 |
-
'auto-install-error-invalid-license' => _fs_text( 'You do not have a valid license to access the premium version.' ),
|
548 |
-
'auto-install-error-serviceware' => _fs_text( 'Plugin is a "Serviceware" which means it does not have a premium code version.' ),
|
549 |
-
#endregion
|
550 |
-
|
551 |
-
/* translators: %s: Page name */
|
552 |
-
'secure-x-page-header' => _fs_text( 'Secure HTTPS %s page, running from an external domain' ),
|
553 |
-
'pci-compliant' => _fs_text( 'PCI compliant' ),
|
554 |
-
'view-paid-features' => _fs_text( 'View paid features' ),
|
555 |
-
);
|
556 |
-
|
557 |
-
/**
|
558 |
-
* Localization of the strings in the plugin/theme info dialog box.
|
559 |
-
*
|
560 |
-
* $fs_module_info_text should ONLY include strings that are not located in $fs_text.
|
561 |
-
*
|
562 |
-
* @author Vova Feldman (@svovaf)
|
563 |
-
* @since 1.2.2
|
564 |
-
*/
|
565 |
-
global $fs_module_info_text;
|
566 |
-
|
567 |
-
$fs_module_info_text = array(
|
568 |
-
'description' => _fs_x( 'Description', 'Plugin installer section title' ),
|
569 |
-
'installation' => _fs_x( 'Installation', 'Plugin installer section title' ),
|
570 |
-
'faq' => _fs_x( 'FAQ', 'Plugin installer section title' ),
|
571 |
-
'changelog' => _fs_x( 'Changelog', 'Plugin installer section title' ),
|
572 |
-
'reviews' => _fs_x( 'Reviews', 'Plugin installer section title' ),
|
573 |
-
'other_notes' => _fs_x( 'Other Notes', 'Plugin installer section title' ),
|
574 |
-
/* translators: %s: 1 or One */
|
575 |
-
'x-star' => _fs_text( '%s star' ),
|
576 |
-
/* translators: %s: Number larger than 1 */
|
577 |
-
'x-stars' => _fs_text( '%s stars' ),
|
578 |
-
/* translators: %s: 1 or One */
|
579 |
-
'x-rating' => _fs_text( '%s rating' ),
|
580 |
-
/* translators: %s: Number larger than 1 */
|
581 |
-
'x-ratings' => _fs_text( '%s ratings' ),
|
582 |
-
/* translators: %s: 1 or One (Number of times downloaded) */
|
583 |
-
'x-time' => _fs_text( '%s time' ),
|
584 |
-
/* translators: %s: Number of times downloaded */
|
585 |
-
'x-times' => _fs_text( '%s times' ),
|
586 |
-
/* translators: %s: # of stars (e.g. 5 stars) */
|
587 |
-
'click-to-reviews' => _fs_text( 'Click to see reviews that provided a rating of %s' ),
|
588 |
-
'last-updated:' => _fs_text( 'Last Updated' ),
|
589 |
-
'requires-wordpress-version:' => _fs_text( 'Requires WordPress Version:' ),
|
590 |
-
'author:' => _fs_x( 'Author:', 'as the plugin author' ),
|
591 |
-
'compatible-up-to:' => _fs_text( 'Compatible up to:' ),
|
592 |
-
'downloaded:' => _fs_text( 'Downloaded:' ),
|
593 |
-
'wp-org-plugin-page' => _fs_text( 'WordPress.org Plugin Page' ),
|
594 |
-
'plugin-homepage' => _fs_text( 'Plugin Homepage' ),
|
595 |
-
'donate-to-plugin' => _fs_text( 'Donate to this plugin' ),
|
596 |
-
'average-rating' => _fs_text( 'Average Rating' ),
|
597 |
-
'based-on-x' => _fs_text( 'based on %s' ),
|
598 |
-
'warning:' => _fs_text( 'Warning:' ),
|
599 |
-
'contributors' => _fs_text( 'Contributors' ),
|
600 |
-
'plugin-install' => _fs_text( 'Plugin Install' ),
|
601 |
-
'not-tested-warning' => _fs_text( 'This plugin has not been tested with your current version of WordPress.' ),
|
602 |
-
'not-compatible-warning' => _fs_text( 'This plugin has not been marked as compatible with your version of WordPress.' ),
|
603 |
-
'newer-installed' => _fs_text( 'Newer Version (%s) Installed' ),
|
604 |
-
'latest-installed' => _fs_text( 'Latest Version Installed' ),
|
605 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/freemius/wordpress-sdk/languages/freemius-da_DK.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-de_DE.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-en.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-es_ES.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-fr_FR.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-he_IL.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-hu_HU.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-it_IT.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-ja.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-nl_NL.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-ru_RU.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-ta.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius-zh_CN.mo
CHANGED
Binary file
|
vendor/freemius/wordpress-sdk/languages/freemius.pot
CHANGED
@@ -8,6 +8,7 @@ msgstr ""
|
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Freemius Team <admin@freemius.com>\n"
|
10 |
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
|
|
11 |
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
@@ -24,796 +25,24 @@ msgstr ""
|
|
24 |
msgid "Would you like to proceed with the update?"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: includes/class-freemius.php:2158
|
28 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: includes/class-freemius.php:2160
|
32 |
-
msgid "Error"
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: includes/class-freemius.php:2606
|
36 |
-
msgid "I found a better %s"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: includes/class-freemius.php:2608
|
40 |
-
msgid "What's the %s's name?"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: includes/class-freemius.php:2614
|
44 |
-
msgid "It's a temporary %s - I'm troubleshooting an issue"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: includes/class-freemius.php:2616
|
48 |
-
msgid "Deactivation"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: includes/class-freemius.php:2617
|
52 |
-
msgid "Theme Switch"
|
53 |
-
msgstr ""
|
54 |
-
|
55 |
-
#: includes/class-freemius.php:2626, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
|
56 |
-
msgid "Other"
|
57 |
-
msgstr ""
|
58 |
-
|
59 |
-
#: includes/class-freemius.php:2634
|
60 |
-
msgid "I no longer need the %s"
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: includes/class-freemius.php:2641
|
64 |
-
msgid "I only needed the %s for a short period"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: includes/class-freemius.php:2647
|
68 |
-
msgid "The %s broke my site"
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: includes/class-freemius.php:2654
|
72 |
-
msgid "The %s suddenly stopped working"
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: includes/class-freemius.php:2664
|
76 |
-
msgid "I can't pay for it anymore"
|
77 |
-
msgstr ""
|
78 |
-
|
79 |
-
#: includes/class-freemius.php:2666
|
80 |
-
msgid "What price would you feel comfortable paying?"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: includes/class-freemius.php:2672
|
84 |
-
msgid "I don't like to share my information with you"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: includes/class-freemius.php:2693
|
88 |
-
msgid "The %s didn't work"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: includes/class-freemius.php:2703
|
92 |
-
msgid "I couldn't understand how to make it work"
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#: includes/class-freemius.php:2711
|
96 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: includes/class-freemius.php:2713
|
100 |
-
msgid "What feature?"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: includes/class-freemius.php:2717
|
104 |
-
msgid "The %s is not working"
|
105 |
-
msgstr ""
|
106 |
-
|
107 |
-
#: includes/class-freemius.php:2719
|
108 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: includes/class-freemius.php:2723
|
112 |
-
msgid "It's not what I was looking for"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: includes/class-freemius.php:2725
|
116 |
-
msgid "What you've been looking for?"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: includes/class-freemius.php:2729
|
120 |
-
msgid "The %s didn't work as expected"
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: includes/class-freemius.php:2731
|
124 |
-
msgid "What did you expect?"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
#: includes/class-freemius.php:3751, templates/debug.php:20
|
128 |
msgid "Freemius Debug"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: includes/class-freemius.php:
|
132 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#: includes/class-freemius.php:4540
|
136 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: includes/class-freemius.php:4547
|
140 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: includes/class-freemius.php:4652
|
144 |
-
msgid "Yes - do your thing"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: includes/class-freemius.php:4657
|
148 |
-
msgid "No - just deactivate"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: includes/class-freemius.php:4702, includes/class-freemius.php:5218, includes/class-freemius.php:6480, includes/class-freemius.php:13907, includes/class-freemius.php:14649, includes/class-freemius.php:18176, includes/class-freemius.php:18281, includes/class-freemius.php:18458, includes/class-freemius.php:20718, includes/class-freemius.php:21096, includes/class-freemius.php:21110, includes/class-freemius.php:21798, includes/class-freemius.php:22810, includes/class-freemius.php:22943, includes/class-freemius.php:23073, templates/add-ons.php:57
|
152 |
-
msgctxt "exclamation"
|
153 |
-
msgid "Oops"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: includes/class-freemius.php:4771
|
157 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: includes/class-freemius.php:5187
|
161 |
-
msgid "You have purchased a %s license."
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: includes/class-freemius.php:5191
|
165 |
-
msgid " The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box."
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:5201, includes/class-freemius.php:6177, includes/class-freemius.php:17574, includes/class-freemius.php:17585, includes/class-freemius.php:20987, includes/class-freemius.php:21378, includes/class-freemius.php:21447, includes/class-freemius.php:21619
|
169 |
-
msgctxt "interjection expressing joy or exuberance"
|
170 |
-
msgid "Yee-haw"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: includes/class-freemius.php:5215
|
174 |
-
msgctxt "addonX cannot run without pluginY"
|
175 |
-
msgid "%s cannot run without %s."
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: includes/class-freemius.php:5216
|
179 |
-
msgctxt "addonX cannot run..."
|
180 |
-
msgid "%s cannot run without the plugin."
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: includes/class-freemius.php:5416, includes/class-freemius.php:5441, includes/class-freemius.php:21869
|
184 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:6146
|
188 |
-
msgid "Premium %s version was successfully activated."
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: includes/class-freemius.php:6158, includes/class-freemius.php:8104
|
192 |
-
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
|
193 |
-
msgid "W00t"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:6173
|
197 |
-
msgid "You have a %s license."
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: includes/class-freemius.php:6463
|
201 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: includes/class-freemius.php:6467
|
205 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:6476, templates/add-ons.php:186, templates/account/partials/addon.php:381
|
209 |
-
msgid "More information about %s"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:6477
|
213 |
-
msgid "Purchase License"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: includes/class-freemius.php:7443, templates/connect.php:180
|
217 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:7447
|
221 |
-
msgid "start the trial"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: includes/class-freemius.php:7448, templates/connect.php:184
|
225 |
-
msgid "complete the install"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: includes/class-freemius.php:7581
|
229 |
-
msgid "You are just one step away - %s"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: includes/class-freemius.php:7584
|
233 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
234 |
-
msgid "Complete \"%s\" Activation Now"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7666
|
238 |
-
msgid "We made a few tweaks to the %s, %s"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:7670
|
242 |
-
msgid "Opt in to make \"%s\" better!"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:8103
|
246 |
-
msgid "The upgrade of %s was successfully completed."
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:10669, includes/class-fs-plugin-updater.php:1089, includes/class-fs-plugin-updater.php:1284, includes/class-fs-plugin-updater.php:1291, templates/auto-installation.php:32
|
250 |
-
msgid "Add-On"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:10671, templates/account.php:403, templates/account.php:411, templates/debug.php:368, templates/debug.php:566
|
254 |
-
msgid "Plugin"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: includes/class-freemius.php:10672, templates/account.php:404, templates/account.php:412, templates/debug.php:368, templates/debug.php:566, templates/forms/deactivation/form.php:107
|
258 |
-
msgid "Theme"
|
259 |
-
msgstr ""
|
260 |
-
|
261 |
-
#: includes/class-freemius.php:13727
|
262 |
msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: includes/class-freemius.php:
|
266 |
-
msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s."
|
267 |
-
msgstr ""
|
268 |
-
|
269 |
-
#: includes/class-freemius.php:13746
|
270 |
-
msgid "User Dashboard"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: includes/class-freemius.php:13747
|
274 |
-
msgid "revert it now"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: includes/class-freemius.php:13805
|
278 |
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: includes/class-freemius.php:
|
282 |
msgid "Invalid new user ID or email address."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: includes/class-freemius.php:
|
286 |
-
msgid "
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: includes/class-freemius.php:13909
|
290 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: includes/class-freemius.php:13916
|
294 |
-
msgid "Change Ownership"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: includes/class-freemius.php:14516
|
298 |
-
msgid "Invalid site details collection."
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: includes/class-freemius.php:14636
|
302 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:14638
|
306 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:14912
|
310 |
-
msgid "Account is pending activation."
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15024, templates/forms/premium-versions-upgrade-handler.php:47
|
314 |
-
msgid "Buy a license now"
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: includes/class-freemius.php:15036, templates/forms/premium-versions-upgrade-handler.php:46
|
318 |
-
msgid "Renew your license now"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: includes/class-freemius.php:15040
|
322 |
-
msgid "%s to access version %s security & feature updates, and support."
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: includes/class-freemius.php:17556
|
326 |
-
msgid "%s activation was successfully completed."
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: includes/class-freemius.php:17570
|
330 |
-
msgid "Your account was successfully activated with the %s plan."
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: includes/class-freemius.php:17581, includes/class-freemius.php:21443
|
334 |
-
msgid "Your trial has been successfully started."
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: includes/class-freemius.php:18174, includes/class-freemius.php:18279, includes/class-freemius.php:18456
|
338 |
-
msgid "Couldn't activate %s."
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/class-freemius.php:18175, includes/class-freemius.php:18280, includes/class-freemius.php:18457
|
342 |
-
msgid "Please contact us with the following message:"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:18276, templates/forms/data-debug-mode.php:162
|
346 |
-
msgid "An unknown error has occurred."
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: includes/class-freemius.php:18818, includes/class-freemius.php:24152
|
350 |
-
msgid "Upgrade"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: includes/class-freemius.php:18824
|
354 |
-
msgid "Start Trial"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: includes/class-freemius.php:18826
|
358 |
-
msgid "Pricing"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: includes/class-freemius.php:18906, includes/class-freemius.php:18908
|
362 |
-
msgid "Affiliation"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: includes/class-freemius.php:18936, includes/class-freemius.php:18938, templates/account.php:251, templates/debug.php:334
|
366 |
-
msgid "Account"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: includes/class-freemius.php:18952, includes/class-freemius.php:18954, includes/customizer/class-fs-customizer-support-section.php:60
|
370 |
-
msgid "Contact Us"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: includes/class-freemius.php:18965, includes/class-freemius.php:18967, includes/class-freemius.php:24166, templates/account.php:129, templates/account/partials/addon.php:44
|
374 |
-
msgid "Add-Ons"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: includes/class-freemius.php:19001
|
378 |
-
msgctxt "ASCII arrow left icon"
|
379 |
-
msgid "←"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: includes/class-freemius.php:19001
|
383 |
-
msgctxt "ASCII arrow right icon"
|
384 |
-
msgid "➤"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: includes/class-freemius.php:19003, templates/pricing.php:109
|
388 |
-
msgctxt "noun"
|
389 |
-
msgid "Pricing"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:19216, includes/customizer/class-fs-customizer-support-section.php:67
|
393 |
-
msgid "Support Forum"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:20212
|
397 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:20213
|
401 |
-
msgctxt "a positive response"
|
402 |
-
msgid "Right on"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:20719
|
406 |
-
msgid "seems like the key you entered doesn't match our records."
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:20743
|
410 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/class-freemius.php:20978
|
414 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:20980
|
418 |
-
msgid "%s Add-on was successfully purchased."
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: includes/class-freemius.php:20983
|
422 |
-
msgid "Download the latest version"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: includes/class-freemius.php:21089
|
426 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: includes/class-freemius.php:21095, includes/class-freemius.php:21109, includes/class-freemius.php:21578, includes/class-freemius.php:21667
|
430 |
-
msgid "Error received from the server:"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: includes/class-freemius.php:21109
|
434 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:21340, includes/class-freemius.php:21583, includes/class-freemius.php:21638, includes/class-freemius.php:21745
|
438 |
-
msgctxt "something somebody says when they are thinking about what you have just said."
|
439 |
-
msgid "Hmm"
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: includes/class-freemius.php:21353
|
443 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:21354, templates/account.php:131, templates/add-ons.php:250, templates/account/partials/addon.php:46
|
447 |
-
msgctxt "trial period"
|
448 |
-
msgid "Trial"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: includes/class-freemius.php:21359
|
452 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: includes/class-freemius.php:21363, includes/class-freemius.php:21422
|
456 |
-
msgid "Please contact us here"
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: includes/class-freemius.php:21374
|
460 |
-
msgid "Your plan was successfully activated."
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: includes/class-freemius.php:21375
|
464 |
-
msgid "Your plan was successfully upgraded."
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: includes/class-freemius.php:21392
|
468 |
-
msgid "Your plan was successfully changed to %s."
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
#: includes/class-freemius.php:21408
|
472 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: includes/class-freemius.php:21410
|
476 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
477 |
-
msgstr ""
|
478 |
-
|
479 |
-
#: includes/class-freemius.php:21418
|
480 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
481 |
-
msgstr ""
|
482 |
-
|
483 |
-
#: includes/class-freemius.php:21431
|
484 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
485 |
-
msgstr ""
|
486 |
-
|
487 |
-
#: includes/class-freemius.php:21457
|
488 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: includes/class-freemius.php:21459
|
492 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: includes/class-freemius.php:21574
|
496 |
-
msgid "It looks like the license could not be activated."
|
497 |
-
msgstr ""
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:21616
|
500 |
-
msgid "Your license was successfully activated."
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: includes/class-freemius.php:21642
|
504 |
-
msgid "It looks like your site currently doesn't have an active license."
|
505 |
-
msgstr ""
|
506 |
-
|
507 |
-
#: includes/class-freemius.php:21666
|
508 |
-
msgid "It looks like the license deactivation failed."
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: includes/class-freemius.php:21695
|
512 |
-
msgid "Your %s license was successfully deactivated."
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: includes/class-freemius.php:21696
|
516 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
517 |
-
msgstr ""
|
518 |
-
|
519 |
-
#: includes/class-freemius.php:21699
|
520 |
-
msgid "O.K"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: includes/class-freemius.php:21752
|
524 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
525 |
-
msgstr ""
|
526 |
-
|
527 |
-
#: includes/class-freemius.php:21761
|
528 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: includes/class-freemius.php:21803
|
532 |
-
msgid "You are already running the %s in a trial mode."
|
533 |
-
msgstr ""
|
534 |
-
|
535 |
-
#: includes/class-freemius.php:21814
|
536 |
-
msgid "You already utilized a trial before."
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: includes/class-freemius.php:21828
|
540 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: includes/class-freemius.php:21839
|
544 |
-
msgid "Plan %s does not support a trial period."
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: includes/class-freemius.php:21850
|
548 |
-
msgid "None of the %s's plans supports a trial period."
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: includes/class-freemius.php:21900
|
552 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: includes/class-freemius.php:21936
|
556 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: includes/class-freemius.php:21955
|
560 |
-
msgid "Your %s free trial was successfully cancelled."
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: includes/class-freemius.php:22277
|
564 |
-
msgid "Version %s was released."
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: includes/class-freemius.php:22277
|
568 |
-
msgid "Please download %s."
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
#: includes/class-freemius.php:22284
|
572 |
-
msgid "the latest %s version here"
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: includes/class-freemius.php:22289
|
576 |
-
msgid "New"
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: includes/class-freemius.php:22294
|
580 |
-
msgid "Seems like you got the latest release."
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: includes/class-freemius.php:22295
|
584 |
-
msgid "You are all good!"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: includes/class-freemius.php:22698
|
588 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: includes/class-freemius.php:22838
|
592 |
-
msgid "Site successfully opted in."
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
-
#: includes/class-freemius.php:22839, includes/class-freemius.php:23862
|
596 |
-
msgid "Awesome"
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: includes/class-freemius.php:22855, templates/forms/optout.php:41
|
600 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: includes/class-freemius.php:22856
|
604 |
-
msgid "Thank you!"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: includes/class-freemius.php:22863
|
608 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:23023
|
612 |
-
msgid "A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours."
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: includes/class-freemius.php:23025
|
616 |
-
msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder."
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:23032
|
620 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: includes/class-freemius.php:23037
|
624 |
-
msgid "%s is the new owner of the account."
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: includes/class-freemius.php:23039
|
628 |
-
msgctxt "as congratulations"
|
629 |
-
msgid "Congrats"
|
630 |
-
msgstr ""
|
631 |
-
|
632 |
-
#: includes/class-freemius.php:23056
|
633 |
-
msgid "Please provide your full name."
|
634 |
-
msgstr ""
|
635 |
-
|
636 |
-
#: includes/class-freemius.php:23061
|
637 |
-
msgid "Your name was successfully updated."
|
638 |
-
msgstr ""
|
639 |
-
|
640 |
-
#: includes/class-freemius.php:23122
|
641 |
-
msgid "You have successfully updated your %s."
|
642 |
-
msgstr ""
|
643 |
-
|
644 |
-
#: includes/class-freemius.php:23181
|
645 |
-
msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin."
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: includes/class-freemius.php:23184
|
649 |
-
msgid "Click here"
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:23282
|
653 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
654 |
-
msgstr ""
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:23283
|
657 |
-
msgctxt "advance notice of something that will need attention."
|
658 |
-
msgid "Heads up"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: includes/class-freemius.php:23902
|
662 |
-
msgctxt "exclamation"
|
663 |
-
msgid "Hey"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: includes/class-freemius.php:23902
|
667 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:23910
|
671 |
-
msgid "No commitment for %s days - cancel anytime!"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: includes/class-freemius.php:23911
|
675 |
-
msgid "No credit card required"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:23918, templates/forms/trial-start.php:53
|
679 |
-
msgctxt "call to action"
|
680 |
-
msgid "Start free trial"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: includes/class-freemius.php:23995
|
684 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: includes/class-freemius.php:24004
|
688 |
-
msgid "Learn more"
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: includes/class-freemius.php:24190, templates/account.php:567, templates/account.php:719, templates/connect.php:188, templates/connect.php:465, includes/managers/class-fs-clone-manager.php:1123, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
|
692 |
-
msgid "Activate License"
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: includes/class-freemius.php:24191, templates/account.php:661, templates/account.php:718, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
|
696 |
-
msgid "Change License"
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:24315, templates/account/partials/site.php:169
|
700 |
-
msgid "Opt Out"
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:24317, includes/class-freemius.php:24323, templates/account/partials/site.php:49, templates/account/partials/site.php:169
|
704 |
-
msgid "Opt In"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:24553
|
708 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:24561
|
712 |
-
msgid "Activate %s features"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:24574
|
716 |
-
msgid "Please follow these steps to complete the upgrade"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:24578
|
720 |
-
msgid "Download the latest %s version"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:24582
|
724 |
-
msgid "Upload and activate the downloaded version"
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:24584
|
728 |
-
msgid "How to upload and activate?"
|
729 |
-
msgstr ""
|
730 |
-
|
731 |
-
#: includes/class-freemius.php:24718
|
732 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: includes/class-freemius.php:24887
|
736 |
-
msgid "Auto installation only works for opted-in users."
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: includes/class-freemius.php:24897, includes/class-freemius.php:24930, includes/class-fs-plugin-updater.php:1263, includes/class-fs-plugin-updater.php:1277
|
740 |
-
msgid "Invalid module ID."
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: includes/class-freemius.php:24906, includes/class-fs-plugin-updater.php:1299
|
744 |
-
msgid "Premium version already active."
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: includes/class-freemius.php:24913
|
748 |
-
msgid "You do not have a valid license to access the premium version."
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: includes/class-freemius.php:24920
|
752 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: includes/class-freemius.php:24938, includes/class-fs-plugin-updater.php:1298
|
756 |
-
msgid "Premium add-on version already installed."
|
757 |
-
msgstr ""
|
758 |
-
|
759 |
-
#: includes/class-freemius.php:25288
|
760 |
-
msgid "View paid features"
|
761 |
-
msgstr ""
|
762 |
-
|
763 |
-
#: includes/class-freemius.php:25610
|
764 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
765 |
-
msgstr ""
|
766 |
-
|
767 |
-
#: includes/class-freemius.php:25611
|
768 |
-
msgid "Thank you so much for using %s!"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: includes/class-freemius.php:25617
|
772 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: includes/class-freemius.php:25621
|
776 |
-
msgid "Thank you so much for using our products!"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: includes/class-freemius.php:25622
|
780 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#: includes/class-freemius.php:25641
|
784 |
-
msgid "%s and its add-ons"
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#: includes/class-freemius.php:25650
|
788 |
-
msgid "Products"
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: includes/class-freemius.php:25657, templates/connect.php:279
|
792 |
-
msgid "Yes"
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: includes/class-freemius.php:25658, templates/connect.php:280
|
796 |
-
msgid "send me security & feature updates, educational content and offers."
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: includes/class-freemius.php:25659, templates/connect.php:285
|
800 |
-
msgid "No"
|
801 |
-
msgstr ""
|
802 |
-
|
803 |
-
#: includes/class-freemius.php:25661, templates/connect.php:287
|
804 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
805 |
-
msgstr ""
|
806 |
-
|
807 |
-
#: includes/class-freemius.php:25671
|
808 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: includes/class-freemius.php:25673, templates/connect.php:294
|
812 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
813 |
-
msgstr ""
|
814 |
-
|
815 |
-
#: includes/class-freemius.php:25955
|
816 |
-
msgid "License key is empty."
|
817 |
msgstr ""
|
818 |
|
819 |
#: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
|
@@ -824,15 +53,15 @@ msgstr ""
|
|
824 |
msgid "Buy license"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: includes/class-fs-plugin-updater.php:
|
828 |
msgid "There is a %s of %s available."
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: includes/class-fs-plugin-updater.php:
|
832 |
msgid "new Beta version"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: includes/class-fs-plugin-updater.php:
|
836 |
msgid "new version"
|
837 |
msgstr ""
|
838 |
|
@@ -840,14 +69,6 @@ msgstr ""
|
|
840 |
msgid "Important Upgrade Notice:"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: includes/class-fs-plugin-updater.php:1328
|
844 |
-
msgid "Installing plugin: %s"
|
845 |
-
msgstr ""
|
846 |
-
|
847 |
-
#: includes/class-fs-plugin-updater.php:1369
|
848 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
#: includes/class-fs-plugin-updater.php:1551
|
852 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
853 |
msgstr ""
|
@@ -856,29 +77,30 @@ msgstr ""
|
|
856 |
msgid "Purchase More"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:
|
860 |
msgctxt "verb"
|
861 |
msgid "Purchase"
|
862 |
msgstr ""
|
863 |
|
|
|
864 |
#: includes/fs-plugin-info-dialog.php:546
|
865 |
msgid "Start my free %s"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: includes/fs-plugin-info-dialog.php:
|
869 |
-
msgid "Install Free Version
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: includes/fs-plugin-info-dialog.php:
|
873 |
-
msgid "Install
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: includes/fs-plugin-info-dialog.php:
|
877 |
-
msgid "Install Free Version Now"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: includes/fs-plugin-info-dialog.php:
|
881 |
-
msgid "Install Now"
|
882 |
msgstr ""
|
883 |
|
884 |
#: includes/fs-plugin-info-dialog.php:771
|
@@ -886,20 +108,20 @@ msgctxt "as download latest version"
|
|
886 |
msgid "Download Latest Free Version"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: includes/fs-plugin-info-dialog.php:772, templates/account.php:109, templates/add-ons.php:37, templates/account/partials/addon.php:
|
890 |
msgctxt "as download latest version"
|
891 |
msgid "Download Latest"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:
|
895 |
msgid "Activate this add-on"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: includes/fs-plugin-info-dialog.php:789, templates/connect.php:
|
899 |
msgid "Activate Free Version"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: includes/fs-plugin-info-dialog.php:790, templates/account.php:133, templates/add-ons.php:330, templates/account/partials/addon.php:
|
903 |
msgid "Activate"
|
904 |
msgstr ""
|
905 |
|
@@ -1012,6 +234,7 @@ msgctxt "noun"
|
|
1012 |
msgid "Price"
|
1013 |
msgstr ""
|
1014 |
|
|
|
1015 |
#: includes/fs-plugin-info-dialog.php:1290
|
1016 |
msgid "Save %s"
|
1017 |
msgstr ""
|
@@ -1028,7 +251,7 @@ msgstr ""
|
|
1028 |
msgid "Details"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: includes/fs-plugin-info-dialog.php:1318, templates/account.php:120, templates/debug.php:
|
1032 |
msgctxt "product version"
|
1033 |
msgid "Version"
|
1034 |
msgstr ""
|
@@ -1042,6 +265,7 @@ msgstr ""
|
|
1042 |
msgid "Last Updated"
|
1043 |
msgstr ""
|
1044 |
|
|
|
1045 |
#: includes/fs-plugin-info-dialog.php:1337, templates/account.php:536
|
1046 |
msgctxt "x-ago"
|
1047 |
msgid "%s ago"
|
@@ -1063,10 +287,12 @@ msgstr ""
|
|
1063 |
msgid "Downloaded"
|
1064 |
msgstr ""
|
1065 |
|
|
|
1066 |
#: includes/fs-plugin-info-dialog.php:1366
|
1067 |
msgid "%s time"
|
1068 |
msgstr ""
|
1069 |
|
|
|
1070 |
#: includes/fs-plugin-info-dialog.php:1368
|
1071 |
msgid "%s times"
|
1072 |
msgstr ""
|
@@ -1091,22 +317,27 @@ msgstr ""
|
|
1091 |
msgid "based on %s"
|
1092 |
msgstr ""
|
1093 |
|
|
|
1094 |
#: includes/fs-plugin-info-dialog.php:1415
|
1095 |
msgid "%s rating"
|
1096 |
msgstr ""
|
1097 |
|
|
|
1098 |
#: includes/fs-plugin-info-dialog.php:1417
|
1099 |
msgid "%s ratings"
|
1100 |
msgstr ""
|
1101 |
|
|
|
1102 |
#: includes/fs-plugin-info-dialog.php:1432
|
1103 |
msgid "%s star"
|
1104 |
msgstr ""
|
1105 |
|
|
|
1106 |
#: includes/fs-plugin-info-dialog.php:1434
|
1107 |
msgid "%s stars"
|
1108 |
msgstr ""
|
1109 |
|
|
|
1110 |
#: includes/fs-plugin-info-dialog.php:1446
|
1111 |
msgid "Click to see reviews that provided a rating of %s"
|
1112 |
msgstr ""
|
@@ -1115,18 +346,18 @@ msgstr ""
|
|
1115 |
msgid "Contributors"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:
|
1119 |
msgid "Warning"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1489
|
1123 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1124 |
-
msgstr ""
|
1125 |
-
|
1126 |
#: includes/fs-plugin-info-dialog.php:1491
|
1127 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1128 |
msgstr ""
|
1129 |
|
|
|
|
|
|
|
|
|
1130 |
#: includes/fs-plugin-info-dialog.php:1510
|
1131 |
msgid "Paid add-on must be deployed to Freemius."
|
1132 |
msgstr ""
|
@@ -1135,14 +366,6 @@ msgstr ""
|
|
1135 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: includes/fs-plugin-info-dialog.php:1532
|
1139 |
-
msgid "Newer Version (%s) Installed"
|
1140 |
-
msgstr ""
|
1141 |
-
|
1142 |
-
#: includes/fs-plugin-info-dialog.php:1533
|
1143 |
-
msgid "Newer Free Version (%s) Installed"
|
1144 |
-
msgstr ""
|
1145 |
-
|
1146 |
#: includes/fs-plugin-info-dialog.php:1540
|
1147 |
msgid "Latest Version Installed"
|
1148 |
msgstr ""
|
@@ -1151,11 +374,19 @@ msgstr ""
|
|
1151 |
msgid "Latest Free Version Installed"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1155 |
msgid "Downgrading your plan"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: templates/account.php:111, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:
|
1159 |
msgid "Cancelling the subscription"
|
1160 |
msgstr ""
|
1161 |
|
@@ -1164,34 +395,34 @@ msgstr ""
|
|
1164 |
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: templates/account.php:114, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:
|
1168 |
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: templates/account.php:115, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:
|
1172 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: templates/account.php:116, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:
|
1176 |
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: templates/account.php:117, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:
|
1180 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1181 |
msgstr ""
|
1182 |
|
1183 |
#. translators: %s: Plan title (e.g. "Professional")
|
1184 |
-
#: templates/account.php:119, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:
|
1185 |
msgid "Activate %s Plan"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1189 |
-
#: templates/account.php:122, templates/account/partials/addon.php:
|
1190 |
msgid "Auto renews in %s"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1194 |
-
#: templates/account.php:124, templates/account/partials/addon.php:
|
1195 |
msgid "Expires in %s"
|
1196 |
msgstr ""
|
1197 |
|
@@ -1200,29 +431,38 @@ msgctxt "as synchronize license"
|
|
1200 |
msgid "Sync License"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: templates/account.php:126, templates/account/partials/addon.php:
|
1204 |
msgid "Cancel Trial"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: templates/account.php:127, templates/account/partials/addon.php:
|
1208 |
msgid "Change Plan"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: templates/account.php:128, templates/account/partials/addon.php:
|
1212 |
msgctxt "verb"
|
1213 |
msgid "Upgrade"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
1217 |
msgctxt "verb"
|
1218 |
msgid "Downgrade"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
1222 |
msgid "Free"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: templates/account.php:134, templates/debug.php:
|
1226 |
msgctxt "as product pricing plan"
|
1227 |
msgid "Plan"
|
1228 |
msgstr ""
|
@@ -1231,6 +471,10 @@ msgstr ""
|
|
1231 |
msgid "Bundle Plan"
|
1232 |
msgstr ""
|
1233 |
|
|
|
|
|
|
|
|
|
1234 |
#: templates/account.php:259
|
1235 |
msgid "Free Trial"
|
1236 |
msgstr ""
|
@@ -1239,31 +483,31 @@ msgstr ""
|
|
1239 |
msgid "Account Details"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: templates/account.php:277, templates/forms/data-debug-mode.php:33
|
1243 |
-
msgid "Start Debug"
|
1244 |
-
msgstr ""
|
1245 |
-
|
1246 |
#: templates/account.php:279
|
1247 |
msgid "Stop Debug"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: templates/account.php:
|
1251 |
-
msgid "
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: templates/account.php:
|
1255 |
-
msgid "
|
1256 |
msgstr ""
|
1257 |
|
1258 |
#: templates/account.php:299
|
1259 |
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1260 |
msgstr ""
|
1261 |
|
|
|
|
|
|
|
|
|
1262 |
#: templates/account.php:302
|
1263 |
msgid "Delete Account"
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: templates/account.php:314, templates/account/partials/addon.php:
|
1267 |
msgid "Deactivate License"
|
1268 |
msgstr ""
|
1269 |
|
@@ -1271,28 +515,36 @@ msgstr ""
|
|
1271 |
msgid "Are you sure you want to proceed?"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: templates/account.php:337, templates/account/partials/addon.php:
|
1275 |
msgid "Cancel Subscription"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: templates/account.php:366, templates/account/partials/addon.php:
|
1279 |
msgctxt "as synchronize"
|
1280 |
msgid "Sync"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: templates/account.php:381, templates/debug.php:
|
1284 |
msgid "Name"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: templates/account.php:387, templates/debug.php:
|
1288 |
msgid "Email"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: templates/account.php:394, templates/debug.php:
|
1292 |
msgid "User ID"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: templates/account.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1296 |
msgid "ID"
|
1297 |
msgstr ""
|
1298 |
|
@@ -1304,11 +556,11 @@ msgstr ""
|
|
1304 |
msgid "No ID"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: templates/account.php:427, templates/debug.php:
|
1308 |
msgid "Public Key"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: templates/account.php:433, templates/debug.php:
|
1312 |
msgid "Secret Key"
|
1313 |
msgstr ""
|
1314 |
|
@@ -1317,12 +569,12 @@ msgctxt "as secret encryption key missing"
|
|
1317 |
msgid "No Secret"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: templates/account.php:
|
1321 |
-
msgid "
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: templates/account.php:
|
1325 |
-
msgid "
|
1326 |
msgstr ""
|
1327 |
|
1328 |
#: templates/account.php:521
|
@@ -1333,28 +585,37 @@ msgstr ""
|
|
1333 |
msgid "not verified"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: templates/account.php:
|
1337 |
-
msgid "
|
1338 |
msgstr ""
|
1339 |
|
1340 |
#: templates/account.php:596
|
1341 |
msgid "Premium version"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: templates/account.php:
|
1345 |
-
msgid "
|
|
|
|
|
|
|
|
|
1346 |
msgstr ""
|
1347 |
|
1348 |
#: templates/account.php:610
|
1349 |
msgid "Verify Email"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: templates/account.php:
|
1353 |
-
msgid "
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: templates/account.php:
|
1357 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
1358 |
msgstr ""
|
1359 |
|
1360 |
#: templates/account.php:658, templates/account.php:921, templates/account/partials/site.php:248, templates/account/partials/site.php:270
|
@@ -1362,17 +623,16 @@ msgctxt "verb"
|
|
1362 |
msgid "Show"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: templates/account.php:
|
1366 |
-
msgid "
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: templates/account.php:
|
1370 |
-
|
1371 |
-
msgid "Edit"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: templates/account.php:
|
1375 |
-
msgid "
|
1376 |
msgstr ""
|
1377 |
|
1378 |
#: templates/account.php:711
|
@@ -1383,7 +643,7 @@ msgstr ""
|
|
1383 |
msgid "Search by address"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: templates/account.php:733, templates/debug.php:
|
1387 |
msgid "Address"
|
1388 |
msgstr ""
|
1389 |
|
@@ -1449,10 +709,19 @@ msgstr ""
|
|
1449 |
msgid "Add Ons for %s"
|
1450 |
msgstr ""
|
1451 |
|
|
|
|
|
|
|
|
|
|
|
1452 |
#: templates/add-ons.php:58
|
1453 |
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1454 |
msgstr ""
|
1455 |
|
|
|
|
|
|
|
|
|
1456 |
#: templates/add-ons.php:229
|
1457 |
msgctxt "active add-on"
|
1458 |
msgid "Active"
|
@@ -1463,11 +732,16 @@ msgctxt "installed add-on"
|
|
1463 |
msgid "Installed"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: templates/admin-notice.php:13, templates/forms/license-activation.php:250, templates/forms/resend-key.php:
|
1467 |
msgctxt "as close a window"
|
1468 |
msgid "Dismiss"
|
1469 |
msgstr ""
|
1470 |
|
|
|
|
|
|
|
|
|
|
|
1471 |
#: templates/auto-installation.php:45
|
1472 |
msgid "%s sec"
|
1473 |
msgstr ""
|
@@ -1488,215 +762,147 @@ msgstr ""
|
|
1488 |
msgid "Cancel Installation"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: templates/checkout.php:180
|
1492 |
-
msgid "Checkout"
|
1493 |
-
msgstr ""
|
1494 |
-
|
1495 |
-
#: templates/checkout.php:180
|
1496 |
-
msgid "PCI compliant"
|
1497 |
-
msgstr ""
|
1498 |
-
|
1499 |
#. translators: %s: name (e.g. Hey John,)
|
1500 |
#: templates/connect.php:121
|
1501 |
msgctxt "greeting"
|
1502 |
msgid "Hey %s,"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: templates/connect.php:
|
1506 |
msgid "Allow & Continue"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: templates/connect.php:
|
1510 |
-
msgid "
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: templates/connect.php:
|
1514 |
-
msgid "
|
|
|
|
|
|
|
|
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: templates/connect.php:
|
1518 |
msgid "Agree & Activate License"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: templates/connect.php:
|
1522 |
msgid "Welcome to %s! To get started, please enter your license key:"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: templates/connect.php:
|
1526 |
-
msgid "
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: templates/connect.php:
|
1530 |
-
msgid "
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: templates/connect.php:
|
1534 |
-
msgid "
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: templates/connect.php:
|
1538 |
-
msgid "
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: templates/connect.php:
|
1542 |
msgid "We're excited to introduce the Freemius network-level integration."
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1546 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: templates/connect.php:
|
1550 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: templates/connect.php:
|
1554 |
msgid "%s's paid features"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: templates/connect.php:
|
1558 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: templates/connect.php:
|
1562 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1563 |
-
msgstr ""
|
1564 |
-
|
1565 |
-
#: templates/connect.php:260, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
|
1566 |
msgid "License key"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: templates/connect.php:
|
1570 |
msgid "Can't find your license key?"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: templates/connect.php:
|
|
|
|
|
|
|
|
|
1574 |
msgctxt "verb"
|
1575 |
msgid "Skip"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: templates/connect.php:
|
1579 |
msgid "Delegate to Site Admins"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: templates/connect.php:
|
1583 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: templates/connect.php:
|
1587 |
msgid "License issues?"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: templates/connect.php:
|
1591 |
-
msgid "
|
1592 |
-
msgstr ""
|
1593 |
-
|
1594 |
-
#: templates/connect.php:367
|
1595 |
-
msgid "Name and email address"
|
1596 |
-
msgstr ""
|
1597 |
-
|
1598 |
-
#: templates/connect.php:374
|
1599 |
-
msgid "So you can manage and control your license remotely from the User Dashboard."
|
1600 |
-
msgstr ""
|
1601 |
-
|
1602 |
-
#: templates/connect.php:375
|
1603 |
-
msgid "Your Site Overview"
|
1604 |
-
msgstr ""
|
1605 |
-
|
1606 |
-
#: templates/connect.php:376
|
1607 |
-
msgid "Site URL, WP version, PHP info"
|
1608 |
-
msgstr ""
|
1609 |
-
|
1610 |
-
#: templates/connect.php:383
|
1611 |
-
msgid "Admin Notices"
|
1612 |
-
msgstr ""
|
1613 |
-
|
1614 |
-
#: templates/connect.php:384, templates/connect.php:402
|
1615 |
-
msgid "Updates, announcements, marketing, no spam"
|
1616 |
-
msgstr ""
|
1617 |
-
|
1618 |
-
#: templates/connect.php:391
|
1619 |
-
msgid "So you can reuse the license when the %s is no longer active."
|
1620 |
-
msgstr ""
|
1621 |
-
|
1622 |
-
#: templates/connect.php:392
|
1623 |
-
msgid "Current %s Status"
|
1624 |
-
msgstr ""
|
1625 |
-
|
1626 |
-
#: templates/connect.php:393
|
1627 |
-
msgid "Active, deactivated, or uninstalled"
|
1628 |
-
msgstr ""
|
1629 |
-
|
1630 |
-
#: templates/connect.php:401
|
1631 |
-
msgid "Newsletter"
|
1632 |
-
msgstr ""
|
1633 |
-
|
1634 |
-
#: templates/connect.php:409
|
1635 |
-
msgid "Plugins & Themes"
|
1636 |
-
msgstr ""
|
1637 |
-
|
1638 |
-
#: templates/connect.php:409
|
1639 |
-
msgid "optional"
|
1640 |
-
msgstr ""
|
1641 |
-
|
1642 |
-
#: templates/connect.php:410
|
1643 |
-
msgid "To help us troubleshoot any potential issues that may arise from other plugin or theme conflicts."
|
1644 |
-
msgstr ""
|
1645 |
-
|
1646 |
-
#: templates/connect.php:411
|
1647 |
-
msgid "Title, slug, version, and is active"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: templates/connect.php:
|
1651 |
msgid "The %1$s will periodically send %2$s to %3$s for security & feature updates delivery, and license management."
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: templates/connect.php:
|
1655 |
msgid "diagnostic data"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: templates/connect.php:
|
1659 |
-
msgid "
|
1660 |
-
msgstr ""
|
1661 |
-
|
1662 |
-
#: templates/connect.php:434
|
1663 |
-
msgid "What permissions are being granted?"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: templates/connect.php:
|
1667 |
msgid "Don't have a license key?"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: templates/connect.php:
|
1671 |
-
msgid "Have a license key?"
|
1672 |
-
msgstr ""
|
1673 |
-
|
1674 |
-
#: templates/connect.php:472
|
1675 |
msgid "Privacy Policy"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: templates/connect.php:
|
1679 |
msgid "License Agreement"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: templates/connect.php:
|
1683 |
msgid "Terms of Service"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: templates/connect.php:
|
1687 |
msgctxt "as in the process of sending an email"
|
1688 |
msgid "Sending email"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: templates/connect.php:
|
1692 |
msgctxt "as activating plugin"
|
1693 |
msgid "Activating"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: templates/contact.php:78
|
1697 |
-
msgid "Contact"
|
1698 |
-
msgstr ""
|
1699 |
-
|
1700 |
#: templates/debug.php:17
|
1701 |
msgctxt "as turned off"
|
1702 |
msgid "Off"
|
@@ -1716,241 +922,234 @@ msgctxt "as code debugging"
|
|
1716 |
msgid "Debugging"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: templates/debug.php:
|
1720 |
msgid "Actions"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: templates/debug.php:
|
1724 |
msgid "Are you sure you want to delete all Freemius data?"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: templates/debug.php:
|
1728 |
msgid "Delete All Accounts"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: templates/debug.php:
|
1732 |
msgid "Clear API Cache"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: templates/debug.php:
|
1736 |
msgid "Clear Updates Transients"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
#: templates/debug.php:
|
1740 |
msgid "Reset Deactivation Snoozing"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: templates/debug.php:
|
1744 |
msgid "Sync Data From Server"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: templates/debug.php:
|
1748 |
msgid "Migrate Options to Network"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: templates/debug.php:
|
1752 |
msgid "Load DB Option"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: templates/debug.php:
|
1756 |
msgid "Set DB Option"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: templates/debug.php:
|
1760 |
msgid "Key"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: templates/debug.php:
|
1764 |
msgid "Value"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: templates/debug.php:
|
1768 |
msgctxt "as software development kit versions"
|
1769 |
msgid "SDK Versions"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: templates/debug.php:
|
1773 |
msgid "SDK Path"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: templates/debug.php:
|
1777 |
msgid "Module Path"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: templates/debug.php:
|
1781 |
msgid "Is Active"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: templates/debug.php:
|
1785 |
msgid "Plugins"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: templates/debug.php:
|
1789 |
msgid "Themes"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: templates/debug.php:
|
1793 |
msgid "Slug"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: templates/debug.php:
|
1797 |
msgid "Title"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: templates/debug.php:
|
1801 |
msgctxt "as application program interface"
|
1802 |
msgid "API"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: templates/debug.php:
|
1806 |
msgid "Freemius State"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: templates/debug.php:
|
1810 |
msgid "Network Blog"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: templates/debug.php:
|
1814 |
msgid "Network User"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: templates/debug.php:
|
1818 |
msgctxt "as connection was successful"
|
1819 |
msgid "Connected"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: templates/debug.php:
|
1823 |
msgctxt "as connection blocked"
|
1824 |
msgid "Blocked"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
-
#: templates/debug.php:
|
1828 |
msgid "Simulate Trial Promotion"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#: templates/debug.php:
|
1832 |
msgid "Simulate Network Upgrade"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
|
|
|
1836 |
msgid "%s Installs"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: templates/debug.php:
|
1840 |
msgctxt "like websites"
|
1841 |
msgid "Sites"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: templates/debug.php:
|
1845 |
msgid "Blog ID"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: templates/debug.php:
|
1849 |
msgid "License ID"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: templates/debug.php:
|
1853 |
msgctxt "verb"
|
1854 |
msgid "Delete"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: templates/debug.php:
|
1858 |
msgid "Add Ons of module %s"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: templates/debug.php:
|
1862 |
msgid "Users"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: templates/debug.php:
|
1866 |
msgid "Verified"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: templates/debug.php:
|
1870 |
msgid "%s Licenses"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: templates/debug.php:
|
1874 |
msgid "Plugin ID"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: templates/debug.php:
|
1878 |
msgid "Plan ID"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: templates/debug.php:
|
1882 |
msgid "Quota"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: templates/debug.php:
|
1886 |
msgid "Activated"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: templates/debug.php:
|
1890 |
msgid "Blocking"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: templates/debug.php:
|
1894 |
msgid "Type"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: templates/debug.php:
|
1898 |
msgctxt "as expiration date"
|
1899 |
msgid "Expiration"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: templates/debug.php:
|
1903 |
msgid "Debug Log"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: templates/debug.php:
|
1907 |
msgid "All Types"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: templates/debug.php:
|
1911 |
msgid "All Requests"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: templates/debug.php:
|
1915 |
msgid "File"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: templates/debug.php:
|
1919 |
msgid "Function"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: templates/debug.php:
|
1923 |
msgid "Process ID"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: templates/debug.php:
|
1927 |
msgid "Logger"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: templates/debug.php:
|
1931 |
msgid "Message"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: templates/debug.php:
|
1935 |
msgid "Filter"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
-
#: templates/debug.php:
|
1939 |
msgid "Download"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
-
#: templates/debug.php:
|
1943 |
msgid "Timestamp"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: templates/secure-https-header.php:28
|
1947 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1948 |
-
msgstr ""
|
1949 |
-
|
1950 |
-
#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
|
1951 |
-
msgid "Support"
|
1952 |
-
msgstr ""
|
1953 |
-
|
1954 |
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1955 |
msgctxt "milliseconds"
|
1956 |
msgid "ms"
|
@@ -1972,10 +1171,6 @@ msgstr ""
|
|
1972 |
msgid "products"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: includes/managers/class-fs-clone-manager.php:1033
|
1976 |
-
msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s."
|
1977 |
-
msgstr ""
|
1978 |
-
|
1979 |
#: includes/managers/class-fs-clone-manager.php:1039
|
1980 |
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
|
1981 |
msgstr ""
|
@@ -1984,6 +1179,10 @@ msgstr ""
|
|
1984 |
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
|
1985 |
msgstr ""
|
1986 |
|
|
|
|
|
|
|
|
|
1987 |
#: includes/managers/class-fs-clone-manager.php:1066
|
1988 |
msgid "the above-mentioned sites"
|
1989 |
msgstr ""
|
@@ -2231,143 +1430,143 @@ msgstr ""
|
|
2231 |
msgid "Next"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: templates/forms/affiliation.php:
|
2235 |
msgid "Non-expiring"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: templates/forms/affiliation.php:
|
2239 |
msgid "Apply to become an affiliate"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: templates/forms/affiliation.php:
|
2243 |
-
msgid "
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: templates/forms/affiliation.php:
|
2247 |
-
msgid "Thank you for applying for our affiliate program, we'
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: templates/forms/affiliation.php:
|
2251 |
msgid "Your affiliation account was temporarily suspended."
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: templates/forms/affiliation.php:
|
2255 |
-
msgid "Thank you for applying for our affiliate program,
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: templates/forms/affiliation.php:
|
2259 |
-
msgid "
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: templates/forms/affiliation.php:
|
2263 |
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: templates/forms/affiliation.php:
|
2267 |
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: templates/forms/affiliation.php:
|
2271 |
msgid "Program Summary"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: templates/forms/affiliation.php:
|
2275 |
msgid "%s commission when a customer purchases a new license."
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: templates/forms/affiliation.php:
|
2279 |
msgid "Get commission for automated subscription renewals."
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: templates/forms/affiliation.php:
|
2283 |
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: templates/forms/affiliation.php:
|
2287 |
msgid "Unlimited commissions."
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: templates/forms/affiliation.php:
|
2291 |
msgid "%s minimum payout amount."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: templates/forms/affiliation.php:
|
2295 |
msgid "Payouts are in USD and processed monthly via PayPal."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: templates/forms/affiliation.php:
|
2299 |
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2300 |
msgstr ""
|
2301 |
|
2302 |
-
#: templates/forms/affiliation.php:
|
2303 |
msgid "Affiliate"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: templates/forms/affiliation.php:
|
2307 |
msgid "Email address"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: templates/forms/affiliation.php:
|
2311 |
msgid "Full name"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
-
#: templates/forms/affiliation.php:
|
2315 |
msgid "PayPal account email address"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: templates/forms/affiliation.php:
|
2319 |
msgid "Where are you going to promote the %s?"
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: templates/forms/affiliation.php:
|
2323 |
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2324 |
msgstr ""
|
2325 |
|
2326 |
-
#: templates/forms/affiliation.php:
|
2327 |
msgid "Add another domain"
|
2328 |
msgstr ""
|
2329 |
|
2330 |
-
#: templates/forms/affiliation.php:
|
2331 |
msgid "Extra Domains"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
-
#: templates/forms/affiliation.php:
|
2335 |
msgid "Extra domains where you will be marketing the product from."
|
2336 |
msgstr ""
|
2337 |
|
2338 |
-
#: templates/forms/affiliation.php:
|
2339 |
msgid "Promotion methods"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
-
#: templates/forms/affiliation.php:
|
2343 |
msgid "Social media (Facebook, Twitter, etc.)"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
-
#: templates/forms/affiliation.php:
|
2347 |
msgid "Mobile apps"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: templates/forms/affiliation.php:
|
2351 |
msgid "Website, email, and social media statistics (optional)"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: templates/forms/affiliation.php:
|
2355 |
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2356 |
msgstr ""
|
2357 |
|
2358 |
-
#: templates/forms/affiliation.php:
|
2359 |
msgid "How will you promote us?"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: templates/forms/affiliation.php:
|
2363 |
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: templates/forms/affiliation.php:
|
2367 |
msgid "Cancel"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: templates/forms/affiliation.php:
|
2371 |
msgid "Become an affiliate"
|
2372 |
msgstr ""
|
2373 |
|
@@ -2387,6 +1586,10 @@ msgstr ""
|
|
2387 |
msgid "User key"
|
2388 |
msgstr ""
|
2389 |
|
|
|
|
|
|
|
|
|
2390 |
#: templates/forms/email-address-update.php:32
|
2391 |
msgid "Email address update"
|
2392 |
msgstr ""
|
@@ -2458,6 +1661,18 @@ msgctxt "verb"
|
|
2458 |
msgid "Opt In"
|
2459 |
msgstr ""
|
2460 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2461 |
#: templates/forms/optout.php:34
|
2462 |
msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
|
2463 |
msgstr ""
|
@@ -2474,14 +1689,6 @@ msgstr ""
|
|
2474 |
msgid "I'd like to keep automatic updates"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
-
#: templates/forms/optout.php:44
|
2478 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2479 |
-
msgstr ""
|
2480 |
-
|
2481 |
-
#: templates/forms/optout.php:45
|
2482 |
-
msgid "On second thought - I want to continue helping"
|
2483 |
-
msgstr ""
|
2484 |
-
|
2485 |
#: templates/forms/optout.php:49
|
2486 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2487 |
msgstr ""
|
@@ -2502,6 +1709,14 @@ msgstr ""
|
|
2502 |
msgid " %s to access version %s security & feature updates, and support."
|
2503 |
msgstr ""
|
2504 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2505 |
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2506 |
msgid "New Version Available"
|
2507 |
msgstr ""
|
@@ -2515,7 +1730,15 @@ msgstr ""
|
|
2515 |
msgid "Send License Key"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: templates/forms/resend-key.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2519 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2520 |
msgstr ""
|
2521 |
|
@@ -2551,14 +1774,21 @@ msgstr ""
|
|
2551 |
msgid "Cancel %s & Proceed"
|
2552 |
msgstr ""
|
2553 |
|
|
|
2554 |
#: templates/forms/trial-start.php:22
|
2555 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2556 |
msgstr ""
|
2557 |
|
|
|
2558 |
#: templates/forms/trial-start.php:28
|
2559 |
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2560 |
msgstr ""
|
2561 |
|
|
|
|
|
|
|
|
|
|
|
2562 |
#: templates/forms/user-change.php:26
|
2563 |
msgid "By changing the user, you agree to transfer the account ownership to:"
|
2564 |
msgstr ""
|
@@ -2571,39 +1801,31 @@ msgstr ""
|
|
2571 |
msgid "Enter email address"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: templates/
|
2575 |
-
msgid "
|
2576 |
msgstr ""
|
2577 |
|
2578 |
-
#: templates/
|
2579 |
-
msgid "
|
2580 |
msgstr ""
|
2581 |
|
2582 |
-
#: templates/partials/network-activation.php:
|
2583 |
msgid "Activate license on all sites in the network."
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: templates/partials/network-activation.php:
|
2587 |
msgid "Apply on all sites in the network."
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: templates/partials/network-activation.php:
|
2591 |
-
msgid "Activate license on all pending sites."
|
2592 |
-
msgstr ""
|
2593 |
-
|
2594 |
-
#: templates/partials/network-activation.php:32
|
2595 |
-
msgid "Apply on all pending sites."
|
2596 |
-
msgstr ""
|
2597 |
-
|
2598 |
-
#: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
|
2599 |
msgid "allow"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: templates/partials/network-activation.php:
|
2603 |
msgid "delegate"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: templates/partials/network-activation.php:
|
2607 |
msgid "skip"
|
2608 |
msgstr ""
|
2609 |
|
@@ -2611,6 +1833,10 @@ msgstr ""
|
|
2611 |
msgid "Click to view full-size screenshot %d"
|
2612 |
msgstr ""
|
2613 |
|
|
|
|
|
|
|
|
|
2614 |
#: templates/plugin-info/features.php:56
|
2615 |
msgid "Unlimited Updates"
|
2616 |
msgstr ""
|
@@ -2629,16 +1855,24 @@ msgid "Last license"
|
|
2629 |
msgstr ""
|
2630 |
|
2631 |
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
2632 |
-
#: templates/account/partials/addon.php:
|
2633 |
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2634 |
msgstr ""
|
2635 |
|
2636 |
-
#: templates/account/partials/addon.php:
|
|
|
|
|
|
|
|
|
2637 |
msgid "Cancelled"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: templates/account/partials/
|
2641 |
-
msgid "
|
|
|
|
|
|
|
|
|
2642 |
msgstr ""
|
2643 |
|
2644 |
#: templates/account/partials/site.php:189
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Freemius Team <admin@freemius.com>\n"
|
10 |
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
11 |
+
"POT-Creation-Date: 2022-07-06 12:49+0000\n"
|
12 |
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
25 |
msgid "Would you like to proceed with the update?"
|
26 |
msgstr ""
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
#: includes/class-freemius.php:3751, templates/debug.php:20
|
29 |
msgid "Freemius Debug"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: includes/class-freemius.php:13791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: includes/class-freemius.php:13869
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: includes/class-freemius.php:13942
|
41 |
msgid "Invalid new user ID or email address."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: includes/class-freemius.php:23326
|
45 |
+
msgid "Bundle"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
msgstr ""
|
47 |
|
48 |
#: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
|
53 |
msgid "Buy license"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: includes/class-fs-plugin-updater.php:364, includes/class-fs-plugin-updater.php:331
|
57 |
msgid "There is a %s of %s available."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: includes/class-fs-plugin-updater.php:369, includes/class-fs-plugin-updater.php:333
|
61 |
msgid "new Beta version"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: includes/class-fs-plugin-updater.php:370, includes/class-fs-plugin-updater.php:334
|
65 |
msgid "new version"
|
66 |
msgstr ""
|
67 |
|
69 |
msgid "Important Upgrade Notice:"
|
70 |
msgstr ""
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
#: includes/class-fs-plugin-updater.php:1551
|
73 |
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
74 |
msgstr ""
|
77 |
msgid "Purchase More"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:390
|
81 |
msgctxt "verb"
|
82 |
msgid "Purchase"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#. translators: %s: N-days trial
|
86 |
#: includes/fs-plugin-info-dialog.php:546
|
87 |
msgid "Start my free %s"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: includes/fs-plugin-info-dialog.php:754
|
91 |
+
msgid "Install Free Version Now"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:423, templates/account/partials/addon.php:370
|
95 |
+
msgid "Install Now"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: includes/fs-plugin-info-dialog.php:744
|
99 |
+
msgid "Install Free Version Update Now"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: includes/fs-plugin-info-dialog.php:745, templates/account.php:650
|
103 |
+
msgid "Install Update Now"
|
104 |
msgstr ""
|
105 |
|
106 |
#: includes/fs-plugin-info-dialog.php:771
|
108 |
msgid "Download Latest Free Version"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/fs-plugin-info-dialog.php:772, templates/account.php:109, templates/add-ons.php:37, templates/account/partials/addon.php:30
|
112 |
msgctxt "as download latest version"
|
113 |
msgid "Download Latest"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:417, templates/account/partials/addon.php:361
|
117 |
msgid "Activate this add-on"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/fs-plugin-info-dialog.php:789, templates/connect.php:483
|
121 |
msgid "Activate Free Version"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: includes/fs-plugin-info-dialog.php:790, templates/account.php:133, templates/add-ons.php:330, templates/account/partials/addon.php:53
|
125 |
msgid "Activate"
|
126 |
msgstr ""
|
127 |
|
234 |
msgid "Price"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#. translators: %s: Discount (e.g. discount of $5 or 10%)
|
238 |
#: includes/fs-plugin-info-dialog.php:1290
|
239 |
msgid "Save %s"
|
240 |
msgstr ""
|
251 |
msgid "Details"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: includes/fs-plugin-info-dialog.php:1318, templates/account.php:120, templates/debug.php:215, templates/debug.php:252, templates/debug.php:466, templates/account/partials/addon.php:41
|
255 |
msgctxt "product version"
|
256 |
msgid "Version"
|
257 |
msgstr ""
|
265 |
msgid "Last Updated"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
269 |
#: includes/fs-plugin-info-dialog.php:1337, templates/account.php:536
|
270 |
msgctxt "x-ago"
|
271 |
msgid "%s ago"
|
287 |
msgid "Downloaded"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#. translators: %s: 1 or One (Number of times downloaded)
|
291 |
#: includes/fs-plugin-info-dialog.php:1366
|
292 |
msgid "%s time"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#. translators: %s: Number of times downloaded
|
296 |
#: includes/fs-plugin-info-dialog.php:1368
|
297 |
msgid "%s times"
|
298 |
msgstr ""
|
317 |
msgid "based on %s"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#. translators: %s: 1 or One
|
321 |
#: includes/fs-plugin-info-dialog.php:1415
|
322 |
msgid "%s rating"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#. translators: %s: Number larger than 1
|
326 |
#: includes/fs-plugin-info-dialog.php:1417
|
327 |
msgid "%s ratings"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#. translators: %s: 1 or One
|
331 |
#: includes/fs-plugin-info-dialog.php:1432
|
332 |
msgid "%s star"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#. translators: %s: Number larger than 1
|
336 |
#: includes/fs-plugin-info-dialog.php:1434
|
337 |
msgid "%s stars"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#. translators: %s: # of stars (e.g. 5 stars)
|
341 |
#: includes/fs-plugin-info-dialog.php:1446
|
342 |
msgid "Click to see reviews that provided a rating of %s"
|
343 |
msgstr ""
|
346 |
msgid "Contributors"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: includes/fs-plugin-info-dialog.php:1491, includes/fs-plugin-info-dialog.php:1489
|
350 |
msgid "Warning"
|
351 |
msgstr ""
|
352 |
|
|
|
|
|
|
|
|
|
353 |
#: includes/fs-plugin-info-dialog.php:1491
|
354 |
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: includes/fs-plugin-info-dialog.php:1489
|
358 |
+
msgid "This plugin has not been tested with your current version of WordPress."
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
#: includes/fs-plugin-info-dialog.php:1510
|
362 |
msgid "Paid add-on must be deployed to Freemius."
|
363 |
msgstr ""
|
366 |
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
367 |
msgstr ""
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#: includes/fs-plugin-info-dialog.php:1540
|
370 |
msgid "Latest Version Installed"
|
371 |
msgstr ""
|
374 |
msgid "Latest Free Version Installed"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: includes/fs-plugin-info-dialog.php:1532
|
378 |
+
msgid "Newer Version (%s) Installed"
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: includes/fs-plugin-info-dialog.php:1533
|
382 |
+
msgid "Newer Free Version (%s) Installed"
|
383 |
+
msgstr ""
|
384 |
+
|
385 |
+
#: templates/account.php:110, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:311
|
386 |
msgid "Downgrading your plan"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: templates/account.php:111, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:312
|
390 |
msgid "Cancelling the subscription"
|
391 |
msgstr ""
|
392 |
|
395 |
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: templates/account.php:114, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:315
|
399 |
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: templates/account.php:115, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:36
|
403 |
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: templates/account.php:116, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:316
|
407 |
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: templates/account.php:117, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:317
|
411 |
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
412 |
msgstr ""
|
413 |
|
414 |
#. translators: %s: Plan title (e.g. "Professional")
|
415 |
+
#: templates/account.php:119, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:40
|
416 |
msgid "Activate %s Plan"
|
417 |
msgstr ""
|
418 |
|
419 |
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
420 |
+
#: templates/account.php:122, templates/account/partials/addon.php:43, templates/account/partials/site.php:291
|
421 |
msgid "Auto renews in %s"
|
422 |
msgstr ""
|
423 |
|
424 |
#. translators: %s: Time period (e.g. Expires in "2 months")
|
425 |
+
#: templates/account.php:124, templates/account/partials/addon.php:45, templates/account/partials/site.php:293
|
426 |
msgid "Expires in %s"
|
427 |
msgstr ""
|
428 |
|
431 |
msgid "Sync License"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: templates/account.php:126, templates/account/partials/addon.php:46
|
435 |
msgid "Cancel Trial"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: templates/account.php:127, templates/account/partials/addon.php:47
|
439 |
msgid "Change Plan"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: templates/account.php:128, templates/account/partials/addon.php:48
|
443 |
msgctxt "verb"
|
444 |
msgid "Upgrade"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: templates/account.php:129, templates/account/partials/addon.php:49
|
448 |
+
msgid "Add-Ons"
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#: templates/account.php:130, templates/account/partials/addon.php:50, templates/account/partials/site.php:318
|
452 |
msgctxt "verb"
|
453 |
msgid "Downgrade"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: templates/account.php:131, templates/add-ons.php:250, templates/account/partials/addon.php:51
|
457 |
+
msgctxt "trial period"
|
458 |
+
msgid "Trial"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: templates/account.php:132, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:33
|
462 |
msgid "Free"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: templates/account.php:134, templates/debug.php:385, templates/account/partials/addon.php:54
|
466 |
msgctxt "as product pricing plan"
|
467 |
msgid "Plan"
|
468 |
msgstr ""
|
471 |
msgid "Bundle Plan"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: templates/account.php:251, templates/debug.php:338
|
475 |
+
msgid "Account"
|
476 |
+
msgstr ""
|
477 |
+
|
478 |
#: templates/account.php:259
|
479 |
msgid "Free Trial"
|
480 |
msgstr ""
|
483 |
msgid "Account Details"
|
484 |
msgstr ""
|
485 |
|
|
|
|
|
|
|
|
|
486 |
#: templates/account.php:279
|
487 |
msgid "Stop Debug"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: templates/account.php:277, templates/forms/data-debug-mode.php:33
|
491 |
+
msgid "Start Debug"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: templates/account.php:286
|
495 |
+
msgid "Billing & Invoices"
|
496 |
msgstr ""
|
497 |
|
498 |
#: templates/account.php:299
|
499 |
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: templates/account.php:297
|
503 |
+
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
504 |
+
msgstr ""
|
505 |
+
|
506 |
#: templates/account.php:302
|
507 |
msgid "Delete Account"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: templates/account.php:314, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:35
|
511 |
msgid "Deactivate License"
|
512 |
msgstr ""
|
513 |
|
515 |
msgid "Are you sure you want to proceed?"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: templates/account.php:337, templates/account/partials/addon.php:260
|
519 |
msgid "Cancel Subscription"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: templates/account.php:366, templates/account/partials/addon.php:345
|
523 |
msgctxt "as synchronize"
|
524 |
msgid "Sync"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: templates/account.php:381, templates/debug.php:523
|
528 |
msgid "Name"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: templates/account.php:387, templates/debug.php:524
|
532 |
msgid "Email"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: templates/account.php:394, templates/debug.php:383, templates/debug.php:573
|
536 |
msgid "User ID"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: templates/account.php:403, templates/account.php:411, templates/debug.php:372, templates/debug.php:567
|
540 |
+
msgid "Plugin"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: templates/account.php:404, templates/account.php:412, templates/debug.php:372, templates/debug.php:567, templates/forms/deactivation/form.php:107
|
544 |
+
msgid "Theme"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: templates/account.php:412, templates/account.php:732, templates/account.php:783, templates/debug.php:250, templates/debug.php:377, templates/debug.php:463, templates/debug.php:522, templates/debug.php:571, templates/debug.php:650, templates/account/payments.php:35, templates/debug/logger.php:21
|
548 |
msgid "ID"
|
549 |
msgstr ""
|
550 |
|
556 |
msgid "No ID"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: templates/account.php:427, templates/debug.php:257, templates/debug.php:386, templates/debug.php:467, templates/debug.php:526, templates/account/partials/site.php:227
|
560 |
msgid "Public Key"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: templates/account.php:433, templates/debug.php:387, templates/debug.php:468, templates/debug.php:527, templates/account/partials/site.php:239
|
564 |
msgid "Secret Key"
|
565 |
msgstr ""
|
566 |
|
569 |
msgid "No Secret"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: templates/account.php:490, templates/debug.php:579, templates/account/partials/site.php:260
|
573 |
+
msgid "License Key"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: templates/account.php:463, templates/account/partials/site.php:122, templates/account/partials/site.php:120
|
577 |
+
msgid "Trial"
|
578 |
msgstr ""
|
579 |
|
580 |
#: templates/account.php:521
|
585 |
msgid "not verified"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: templates/account.php:598
|
589 |
+
msgid "Free version"
|
590 |
msgstr ""
|
591 |
|
592 |
#: templates/account.php:596
|
593 |
msgid "Premium version"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: templates/account.php:536, templates/account/partials/addon.php:195
|
597 |
+
msgid "Expired"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: templates/account.php:567, templates/account.php:719, templates/connect.php:198, templates/connect.php:486, includes/managers/class-fs-clone-manager.php:1123, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326
|
601 |
+
msgid "Activate License"
|
602 |
msgstr ""
|
603 |
|
604 |
#: templates/account.php:610
|
605 |
msgid "Verify Email"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: templates/account.php:687, templates/forms/user-change.php:27
|
609 |
+
msgid "Change User"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: templates/account.php:674
|
613 |
+
msgid "What is your %s?"
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: templates/account.php:682, templates/account/billing.php:21
|
617 |
+
msgctxt "verb"
|
618 |
+
msgid "Edit"
|
619 |
msgstr ""
|
620 |
|
621 |
#: templates/account.php:658, templates/account.php:921, templates/account/partials/site.php:248, templates/account/partials/site.php:270
|
623 |
msgid "Show"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: templates/account.php:661, templates/account.php:718, templates/account/partials/addon.php:327, templates/account/partials/site.php:271
|
627 |
+
msgid "Change License"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: templates/account.php:624
|
631 |
+
msgid "Download %s Version"
|
|
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: templates/account.php:640
|
635 |
+
msgid "Download Paid Version"
|
636 |
msgstr ""
|
637 |
|
638 |
#: templates/account.php:711
|
643 |
msgid "Search by address"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: templates/account.php:733, templates/debug.php:380
|
647 |
msgid "Address"
|
648 |
msgstr ""
|
649 |
|
709 |
msgid "Add Ons for %s"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: templates/add-ons.php:57
|
713 |
+
msgctxt "exclamation"
|
714 |
+
msgid "Oops"
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
#: templates/add-ons.php:58
|
718 |
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: templates/add-ons.php:186, templates/account/partials/addon.php:386
|
722 |
+
msgid "More information about %s"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
#: templates/add-ons.php:229
|
726 |
msgctxt "active add-on"
|
727 |
msgid "Active"
|
732 |
msgid "Installed"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: templates/admin-notice.php:13, templates/forms/license-activation.php:250, templates/forms/resend-key.php:80
|
736 |
msgctxt "as close a window"
|
737 |
msgid "Dismiss"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: templates/auto-installation.php:32
|
741 |
+
msgid "Add-On"
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#. translators: %s: Number of seconds
|
745 |
#: templates/auto-installation.php:45
|
746 |
msgid "%s sec"
|
747 |
msgstr ""
|
762 |
msgid "Cancel Installation"
|
763 |
msgstr ""
|
764 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
765 |
#. translators: %s: name (e.g. Hey John,)
|
766 |
#: templates/connect.php:121
|
767 |
msgctxt "greeting"
|
768 |
msgid "Hey %s,"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: templates/connect.php:181
|
772 |
msgid "Allow & Continue"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: templates/connect.php:210, templates/connect.php:217
|
776 |
+
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: templates/connect.php:211, templates/connect.php:218
|
780 |
+
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
781 |
+
msgstr ""
|
782 |
+
|
783 |
+
#: templates/connect.php:221
|
784 |
+
msgid "If you skip this, that's okay! %1$s will still work just fine."
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: templates/connect.php:199, templates/forms/license-activation.php:46
|
788 |
msgid "Agree & Activate License"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: templates/connect.php:203
|
792 |
msgid "Welcome to %s! To get started, please enter your license key:"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: templates/connect.php:185
|
796 |
+
msgid "Re-send activation email"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: templates/connect.php:189
|
800 |
+
msgid "Thanks %s!"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: templates/connect.php:190
|
804 |
+
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: templates/connect.php:194
|
808 |
+
msgid "complete the install"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: templates/connect.php:251
|
812 |
msgid "We're excited to introduce the Freemius network-level integration."
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: templates/connect.php:265
|
816 |
+
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: templates/connect.php:254
|
820 |
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: templates/connect.php:256
|
824 |
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: templates/connect.php:258
|
828 |
msgid "%s's paid features"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: templates/connect.php:263
|
832 |
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: templates/connect.php:274, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
|
|
|
|
|
|
|
|
|
836 |
msgid "License key"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: templates/connect.php:277, templates/forms/license-activation.php:22
|
840 |
msgid "Can't find your license key?"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: templates/connect.php:308
|
844 |
+
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: templates/connect.php:340, templates/connect.php:730, templates/forms/deactivation/retry-skip.php:20
|
848 |
msgctxt "verb"
|
849 |
msgid "Skip"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: templates/connect.php:343
|
853 |
msgid "Delegate to Site Admins"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: templates/connect.php:343
|
857 |
msgid "If you click it, this decision will be delegated to the sites administrators."
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: templates/connect.php:368
|
861 |
msgid "License issues?"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: templates/connect.php:454
|
865 |
+
msgid "What permissions are being granted?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: templates/connect.php:448
|
869 |
msgid "The %1$s will periodically send %2$s to %3$s for security & feature updates delivery, and license management."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: templates/connect.php:450
|
873 |
msgid "diagnostic data"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: templates/connect.php:485
|
877 |
+
msgid "Have a license key?"
|
|
|
|
|
|
|
|
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: templates/connect.php:482
|
881 |
msgid "Don't have a license key?"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: templates/connect.php:493
|
|
|
|
|
|
|
|
|
885 |
msgid "Privacy Policy"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: templates/connect.php:495
|
889 |
msgid "License Agreement"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: templates/connect.php:495
|
893 |
msgid "Terms of Service"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: templates/connect.php:896
|
897 |
msgctxt "as in the process of sending an email"
|
898 |
msgid "Sending email"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: templates/connect.php:897
|
902 |
msgctxt "as activating plugin"
|
903 |
msgid "Activating"
|
904 |
msgstr ""
|
905 |
|
|
|
|
|
|
|
|
|
906 |
#: templates/debug.php:17
|
907 |
msgctxt "as turned off"
|
908 |
msgid "Off"
|
922 |
msgid "Debugging"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: templates/debug.php:54, templates/debug.php:262, templates/debug.php:388, templates/debug.php:528
|
926 |
msgid "Actions"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: templates/debug.php:64
|
930 |
msgid "Are you sure you want to delete all Freemius data?"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: templates/debug.php:64
|
934 |
msgid "Delete All Accounts"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: templates/debug.php:71
|
938 |
msgid "Clear API Cache"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: templates/debug.php:79
|
942 |
msgid "Clear Updates Transients"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: templates/debug.php:88
|
946 |
msgid "Reset Deactivation Snoozing"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: templates/debug.php:96
|
950 |
msgid "Sync Data From Server"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: templates/debug.php:105
|
954 |
msgid "Migrate Options to Network"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: templates/debug.php:110
|
958 |
msgid "Load DB Option"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: templates/debug.php:113
|
962 |
msgid "Set DB Option"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: templates/debug.php:194
|
966 |
msgid "Key"
|
967 |
msgstr ""
|
968 |
|
969 |
+
#: templates/debug.php:195
|
970 |
msgid "Value"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: templates/debug.php:211
|
974 |
msgctxt "as software development kit versions"
|
975 |
msgid "SDK Versions"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: templates/debug.php:216
|
979 |
msgid "SDK Path"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: templates/debug.php:217, templates/debug.php:256
|
983 |
msgid "Module Path"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: templates/debug.php:218
|
987 |
msgid "Is Active"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: templates/debug.php:246, templates/debug/plugins-themes-sync.php:35
|
991 |
msgid "Plugins"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: templates/debug.php:246, templates/debug/plugins-themes-sync.php:56
|
995 |
msgid "Themes"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: templates/debug.php:251, templates/debug.php:382, templates/debug.php:465, templates/debug/scheduled-crons.php:80
|
999 |
msgid "Slug"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: templates/debug.php:253, templates/debug.php:464
|
1003 |
msgid "Title"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: templates/debug.php:254
|
1007 |
msgctxt "as application program interface"
|
1008 |
msgid "API"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: templates/debug.php:255
|
1012 |
msgid "Freemius State"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: templates/debug.php:259
|
1016 |
msgid "Network Blog"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: templates/debug.php:260
|
1020 |
msgid "Network User"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: templates/debug.php:297
|
1024 |
msgctxt "as connection was successful"
|
1025 |
msgid "Connected"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: templates/debug.php:298
|
1029 |
msgctxt "as connection blocked"
|
1030 |
msgid "Blocked"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: templates/debug.php:334
|
1034 |
msgid "Simulate Trial Promotion"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: templates/debug.php:346
|
1038 |
msgid "Simulate Network Upgrade"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#. translators: %s: 'plugin' or 'theme'
|
1042 |
+
#: templates/debug.php:371
|
1043 |
msgid "%s Installs"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: templates/debug.php:373
|
1047 |
msgctxt "like websites"
|
1048 |
msgid "Sites"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: templates/debug.php:379, templates/account/partials/site.php:156
|
1052 |
msgid "Blog ID"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: templates/debug.php:384
|
1056 |
msgid "License ID"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: templates/debug.php:445, templates/debug.php:551, templates/account/partials/addon.php:440
|
1060 |
msgctxt "verb"
|
1061 |
msgid "Delete"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: templates/debug.php:459
|
1065 |
msgid "Add Ons of module %s"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: templates/debug.php:518
|
1069 |
msgid "Users"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: templates/debug.php:525
|
1073 |
msgid "Verified"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: templates/debug.php:567
|
1077 |
msgid "%s Licenses"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: templates/debug.php:572
|
1081 |
msgid "Plugin ID"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: templates/debug.php:574
|
1085 |
msgid "Plan ID"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: templates/debug.php:575
|
1089 |
msgid "Quota"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: templates/debug.php:576
|
1093 |
msgid "Activated"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: templates/debug.php:577
|
1097 |
msgid "Blocking"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: templates/debug.php:578, templates/debug.php:649, templates/debug/logger.php:22
|
1101 |
msgid "Type"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: templates/debug.php:580
|
1105 |
msgctxt "as expiration date"
|
1106 |
msgid "Expiration"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: templates/debug.php:608
|
1110 |
msgid "Debug Log"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: templates/debug.php:612
|
1114 |
msgid "All Types"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: templates/debug.php:619
|
1118 |
msgid "All Requests"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: templates/debug.php:624, templates/debug.php:653, templates/debug/logger.php:25
|
1122 |
msgid "File"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: templates/debug.php:625, templates/debug.php:651, templates/debug/logger.php:23
|
1126 |
msgid "Function"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: templates/debug.php:626
|
1130 |
msgid "Process ID"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: templates/debug.php:627
|
1134 |
msgid "Logger"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: templates/debug.php:628, templates/debug.php:652, templates/debug/logger.php:24
|
1138 |
msgid "Message"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: templates/debug.php:630
|
1142 |
msgid "Filter"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: templates/debug.php:638
|
1146 |
msgid "Download"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: templates/debug.php:654, templates/debug/logger.php:26
|
1150 |
msgid "Timestamp"
|
1151 |
msgstr ""
|
1152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1153 |
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1154 |
msgctxt "milliseconds"
|
1155 |
msgid "ms"
|
1171 |
msgid "products"
|
1172 |
msgstr ""
|
1173 |
|
|
|
|
|
|
|
|
|
1174 |
#: includes/managers/class-fs-clone-manager.php:1039
|
1175 |
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
|
1176 |
msgstr ""
|
1179 |
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: includes/managers/class-fs-clone-manager.php:1033
|
1183 |
+
msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s."
|
1184 |
+
msgstr ""
|
1185 |
+
|
1186 |
#: includes/managers/class-fs-clone-manager.php:1066
|
1187 |
msgid "the above-mentioned sites"
|
1188 |
msgstr ""
|
1430 |
msgid "Next"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: templates/forms/affiliation.php:83
|
1434 |
msgid "Non-expiring"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: templates/forms/affiliation.php:86
|
1438 |
msgid "Apply to become an affiliate"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: templates/forms/affiliation.php:132
|
1442 |
+
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: templates/forms/affiliation.php:129
|
1446 |
+
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: templates/forms/affiliation.php:126
|
1450 |
msgid "Your affiliation account was temporarily suspended."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: templates/forms/affiliation.php:123
|
1454 |
+
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
+
#: templates/forms/affiliation.php:108
|
1458 |
+
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: templates/forms/affiliation.php:145
|
1462 |
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: templates/forms/affiliation.php:146
|
1466 |
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: templates/forms/affiliation.php:149
|
1470 |
msgid "Program Summary"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: templates/forms/affiliation.php:151
|
1474 |
msgid "%s commission when a customer purchases a new license."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: templates/forms/affiliation.php:153
|
1478 |
msgid "Get commission for automated subscription renewals."
|
1479 |
msgstr ""
|
1480 |
|
1481 |
+
#: templates/forms/affiliation.php:156
|
1482 |
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: templates/forms/affiliation.php:159
|
1486 |
msgid "Unlimited commissions."
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: templates/forms/affiliation.php:161
|
1490 |
msgid "%s minimum payout amount."
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: templates/forms/affiliation.php:162
|
1494 |
msgid "Payouts are in USD and processed monthly via PayPal."
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: templates/forms/affiliation.php:163
|
1498 |
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: templates/forms/affiliation.php:166
|
1502 |
msgid "Affiliate"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: templates/forms/affiliation.php:169, templates/forms/resend-key.php:23
|
1506 |
msgid "Email address"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
+
#: templates/forms/affiliation.php:173
|
1510 |
msgid "Full name"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: templates/forms/affiliation.php:177
|
1514 |
msgid "PayPal account email address"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: templates/forms/affiliation.php:181
|
1518 |
msgid "Where are you going to promote the %s?"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: templates/forms/affiliation.php:183
|
1522 |
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: templates/forms/affiliation.php:185
|
1526 |
msgid "Add another domain"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: templates/forms/affiliation.php:189
|
1530 |
msgid "Extra Domains"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: templates/forms/affiliation.php:190
|
1534 |
msgid "Extra domains where you will be marketing the product from."
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: templates/forms/affiliation.php:200
|
1538 |
msgid "Promotion methods"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: templates/forms/affiliation.php:203
|
1542 |
msgid "Social media (Facebook, Twitter, etc.)"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: templates/forms/affiliation.php:207
|
1546 |
msgid "Mobile apps"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: templates/forms/affiliation.php:211
|
1550 |
msgid "Website, email, and social media statistics (optional)"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: templates/forms/affiliation.php:214
|
1554 |
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: templates/forms/affiliation.php:218
|
1558 |
msgid "How will you promote us?"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: templates/forms/affiliation.php:221
|
1562 |
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: templates/forms/affiliation.php:233, templates/forms/resend-key.php:22
|
1566 |
msgid "Cancel"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: templates/forms/affiliation.php:235
|
1570 |
msgid "Become an affiliate"
|
1571 |
msgstr ""
|
1572 |
|
1586 |
msgid "User key"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: templates/forms/data-debug-mode.php:162
|
1590 |
+
msgid "An unknown error has occurred."
|
1591 |
+
msgstr ""
|
1592 |
+
|
1593 |
#: templates/forms/email-address-update.php:32
|
1594 |
msgid "Email address update"
|
1595 |
msgstr ""
|
1661 |
msgid "Opt In"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: templates/forms/optout.php:41
|
1665 |
+
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
1666 |
+
msgstr ""
|
1667 |
+
|
1668 |
+
#: templates/forms/optout.php:44
|
1669 |
+
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
1670 |
+
msgstr ""
|
1671 |
+
|
1672 |
+
#: templates/forms/optout.php:45
|
1673 |
+
msgid "On second thought - I want to continue helping"
|
1674 |
+
msgstr ""
|
1675 |
+
|
1676 |
#: templates/forms/optout.php:34
|
1677 |
msgid "Connectivity to the licensing engine was successfully re-established. Automatic security & feature updates are now available through the WP Admin Dashboard."
|
1678 |
msgstr ""
|
1689 |
msgid "I'd like to keep automatic updates"
|
1690 |
msgstr ""
|
1691 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1692 |
#: templates/forms/optout.php:49
|
1693 |
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
1694 |
msgstr ""
|
1709 |
msgid " %s to access version %s security & feature updates, and support."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
1713 |
+
msgid "Renew your license now"
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
1717 |
+
msgid "Buy a license now"
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
#: templates/forms/premium-versions-upgrade-handler.php:54
|
1721 |
msgid "New Version Available"
|
1722 |
msgstr ""
|
1730 |
msgid "Send License Key"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: templates/forms/resend-key.php:24, templates/forms/user-change.php:29
|
1734 |
+
msgid "Other"
|
1735 |
+
msgstr ""
|
1736 |
+
|
1737 |
+
#: templates/forms/resend-key.php:58
|
1738 |
+
msgid "Enter the email address you've used during the purchase and we will resend you the license key."
|
1739 |
+
msgstr ""
|
1740 |
+
|
1741 |
+
#: templates/forms/resend-key.php:59
|
1742 |
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
1743 |
msgstr ""
|
1744 |
|
1774 |
msgid "Cancel %s & Proceed"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#. translators: %1$s: Number of trial days; %2$s: Plan name;
|
1778 |
#: templates/forms/trial-start.php:22
|
1779 |
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#. translators: %s: Link to freemius.com
|
1783 |
#: templates/forms/trial-start.php:28
|
1784 |
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: templates/forms/trial-start.php:53
|
1788 |
+
msgctxt "call to action"
|
1789 |
+
msgid "Start free trial"
|
1790 |
+
msgstr ""
|
1791 |
+
|
1792 |
#: templates/forms/user-change.php:26
|
1793 |
msgid "By changing the user, you agree to transfer the account ownership to:"
|
1794 |
msgstr ""
|
1801 |
msgid "Enter email address"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: templates/partials/network-activation.php:36
|
1805 |
+
msgid "Activate license on all pending sites."
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: templates/partials/network-activation.php:37
|
1809 |
+
msgid "Apply on all pending sites."
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: templates/partials/network-activation.php:32
|
1813 |
msgid "Activate license on all sites in the network."
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: templates/partials/network-activation.php:33
|
1817 |
msgid "Apply on all sites in the network."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: templates/partials/network-activation.php:45, templates/partials/network-activation.php:79
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1821 |
msgid "allow"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: templates/partials/network-activation.php:48, templates/partials/network-activation.php:82
|
1825 |
msgid "delegate"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: templates/partials/network-activation.php:52, templates/partials/network-activation.php:86
|
1829 |
msgid "skip"
|
1830 |
msgstr ""
|
1831 |
|
1833 |
msgid "Click to view full-size screenshot %d"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
+
#: templates/plugin-info/features.php:43
|
1837 |
+
msgid "Support"
|
1838 |
+
msgstr ""
|
1839 |
+
|
1840 |
#: templates/plugin-info/features.php:56
|
1841 |
msgid "Unlimited Updates"
|
1842 |
msgstr ""
|
1855 |
msgstr ""
|
1856 |
|
1857 |
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1858 |
+
#: templates/account/partials/addon.php:34
|
1859 |
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: templates/account/partials/addon.php:200
|
1863 |
+
msgid "No expiration"
|
1864 |
+
msgstr ""
|
1865 |
+
|
1866 |
+
#: templates/account/partials/addon.php:190
|
1867 |
msgid "Cancelled"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: templates/account/partials/site.php:49, templates/account/partials/site.php:169
|
1871 |
+
msgid "Opt In"
|
1872 |
+
msgstr ""
|
1873 |
+
|
1874 |
+
#: templates/account/partials/site.php:169
|
1875 |
+
msgid "Opt Out"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
#: templates/account/partials/site.php:189
|
vendor/freemius/wordpress-sdk/start.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
-
$this_sdk_version = '2.5.0.
|
19 |
|
20 |
#region SDK Selection Logic --------------------------------------------------------------------
|
21 |
|
15 |
*
|
16 |
* @var string
|
17 |
*/
|
18 |
+
$this_sdk_version = '2.5.0.11';
|
19 |
|
20 |
#region SDK Selection Logic --------------------------------------------------------------------
|
21 |
|
vendor/freemius/wordpress-sdk/templates/connect.php
CHANGED
@@ -127,6 +127,14 @@
|
|
127 |
if ( is_null( $is_gdpr_required ) ) {
|
128 |
$is_gdpr_required = $fs->fetch_and_store_current_user_gdpr_anonymously();
|
129 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
?>
|
131 |
<?php
|
132 |
if ( $is_optin_dialog ) { ?>
|
@@ -147,7 +155,7 @@
|
|
147 |
* @author Vova Feldman
|
148 |
* @since 2.3.2
|
149 |
*/
|
150 |
-
$fs->do_action( 'connect/before' );
|
151 |
?>
|
152 |
<div id="fs_connect"
|
153 |
class="wrap<?php if ( ! fs_is_network_admin() && ( ! $fs->is_enable_anonymous() || $is_pending_activation || $require_license_key ) ) {
|
@@ -164,6 +172,8 @@
|
|
164 |
<img class="fs-connect-logo" width="80" height="80" src="//img.freemius.com/logo/connect.svg"/>
|
165 |
</div>
|
166 |
<div class="fs-content">
|
|
|
|
|
167 |
<?php if ( ! empty( $error ) ) : ?>
|
168 |
<p class="fs-error"><?php echo $fs->apply_filters( 'connect_error_esc_html', esc_html( $error ) ) ?></p>
|
169 |
<?php endif ?>
|
@@ -198,16 +208,20 @@
|
|
198 |
$filter = 'connect_message';
|
199 |
$default_optin_message = $is_gdpr_required ?
|
200 |
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s.', 'connect-message', $slug) :
|
201 |
-
fs_text_inline( 'Never miss an important update - opt in to our security
|
202 |
|
203 |
if ( $fs->is_plugin_update() ) {
|
204 |
// If Freemius was added on a plugin update, set different
|
205 |
// opt-in message.
|
206 |
$default_optin_message = $is_gdpr_required ?
|
207 |
-
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s.
|
208 |
-
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s.
|
|
|
|
|
|
|
|
|
209 |
|
210 |
-
|
211 |
// that message. Otherwise, fallback to regular opt-in
|
212 |
// custom message if exist.
|
213 |
if ( $fs->has_filter( 'connect_message_on_update' ) ) {
|
@@ -270,7 +284,7 @@
|
|
270 |
* @author Vova Feldman
|
271 |
* @since 2.1.2
|
272 |
*/
|
273 |
-
$fs->do_action( 'connect/after_license_input' );
|
274 |
?>
|
275 |
|
276 |
<?php
|
@@ -315,8 +329,12 @@
|
|
315 |
echo fs_get_template( 'partials/network-activation.php', $vars );
|
316 |
?>
|
317 |
<?php endif ?>
|
|
|
|
|
318 |
</div>
|
319 |
<div class="fs-actions">
|
|
|
|
|
320 |
<?php if ( $fs->is_enable_anonymous() && ! $is_pending_activation && ( ! $require_license_key || $is_network_upgrade_mode ) ) : ?>
|
321 |
<a id="skip_activation" href="<?php echo fs_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $fs->get_unique_affix() . '_skip_activation' ), $is_network_level_activation ), $fs->get_unique_affix() . '_skip_activation' ) ?>"
|
322 |
class="button button-secondary" tabindex="2"><?php fs_esc_html_echo_x_inline( 'Skip', 'verb', 'skip', $slug ) ?></a>
|
@@ -349,6 +367,8 @@
|
|
349 |
<?php if ( $require_license_key ) : ?>
|
350 |
<a id="license_issues_link" href="<?php echo $fs->apply_filters( 'known_license_issues_url', 'https://freemius.com/help/documentation/wordpress-sdk/license-activation-issues/' ) ?>" target="_blank"><?php fs_esc_html_echo_inline( 'License issues?', 'license-issues', $slug ) ?></a>
|
351 |
<?php endif ?>
|
|
|
|
|
352 |
</div><?php
|
353 |
|
354 |
// Set core permission list items.
|
@@ -482,7 +502,7 @@
|
|
482 |
* @author Vova Feldman
|
483 |
* @since 2.3.2
|
484 |
*/
|
485 |
-
$fs->do_action( 'connect/after' );
|
486 |
|
487 |
if ( $is_optin_dialog ) { ?>
|
488 |
</div>
|
127 |
if ( is_null( $is_gdpr_required ) ) {
|
128 |
$is_gdpr_required = $fs->fetch_and_store_current_user_gdpr_anonymously();
|
129 |
}
|
130 |
+
|
131 |
+
$activation_state = array(
|
132 |
+
'is_license_activation' => $require_license_key,
|
133 |
+
'is_pending_activation' => $is_pending_activation,
|
134 |
+
'is_gdpr_required' => $is_gdpr_required,
|
135 |
+
'is_network_level_activation' => $is_network_level_activation,
|
136 |
+
'is_dialog' => $is_optin_dialog,
|
137 |
+
);
|
138 |
?>
|
139 |
<?php
|
140 |
if ( $is_optin_dialog ) { ?>
|
155 |
* @author Vova Feldman
|
156 |
* @since 2.3.2
|
157 |
*/
|
158 |
+
$fs->do_action( 'connect/before', $activation_state );
|
159 |
?>
|
160 |
<div id="fs_connect"
|
161 |
class="wrap<?php if ( ! fs_is_network_admin() && ( ! $fs->is_enable_anonymous() || $is_pending_activation || $require_license_key ) ) {
|
172 |
<img class="fs-connect-logo" width="80" height="80" src="//img.freemius.com/logo/connect.svg"/>
|
173 |
</div>
|
174 |
<div class="fs-content">
|
175 |
+
<?php $fs->do_action( 'connect/before_message', $activation_state ) ?>
|
176 |
+
|
177 |
<?php if ( ! empty( $error ) ) : ?>
|
178 |
<p class="fs-error"><?php echo $fs->apply_filters( 'connect_error_esc_html', esc_html( $error ) ) ?></p>
|
179 |
<?php endif ?>
|
208 |
$filter = 'connect_message';
|
209 |
$default_optin_message = $is_gdpr_required ?
|
210 |
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s.', 'connect-message', $slug) :
|
211 |
+
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s.', 'connect-message', $slug);
|
212 |
|
213 |
if ( $fs->is_plugin_update() ) {
|
214 |
// If Freemius was added on a plugin update, set different
|
215 |
// opt-in message.
|
216 |
$default_optin_message = $is_gdpr_required ?
|
217 |
+
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s.', 'connect-message_on-update', $slug ) :
|
218 |
+
fs_text_inline( 'Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s.', 'connect-message_on-update', $slug );
|
219 |
+
|
220 |
+
if ( $fs->is_enable_anonymous() ) {
|
221 |
+
$default_optin_message .= ' ' . fs_text_inline( 'If you skip this, that\'s okay! %1$s will still work just fine.', 'connect-message_on-update_skip', $slug );
|
222 |
+
}
|
223 |
|
224 |
+
// If user customized the opt-in message on update, use
|
225 |
// that message. Otherwise, fallback to regular opt-in
|
226 |
// custom message if exist.
|
227 |
if ( $fs->has_filter( 'connect_message_on_update' ) ) {
|
284 |
* @author Vova Feldman
|
285 |
* @since 2.1.2
|
286 |
*/
|
287 |
+
$fs->do_action( 'connect/after_license_input', $activation_state );
|
288 |
?>
|
289 |
|
290 |
<?php
|
329 |
echo fs_get_template( 'partials/network-activation.php', $vars );
|
330 |
?>
|
331 |
<?php endif ?>
|
332 |
+
|
333 |
+
<?php $fs->do_action( 'connect/after_message', $activation_state ) ?>
|
334 |
</div>
|
335 |
<div class="fs-actions">
|
336 |
+
<?php $fs->do_action( 'connect/before_actions', $activation_state ) ?>
|
337 |
+
|
338 |
<?php if ( $fs->is_enable_anonymous() && ! $is_pending_activation && ( ! $require_license_key || $is_network_upgrade_mode ) ) : ?>
|
339 |
<a id="skip_activation" href="<?php echo fs_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $fs->get_unique_affix() . '_skip_activation' ), $is_network_level_activation ), $fs->get_unique_affix() . '_skip_activation' ) ?>"
|
340 |
class="button button-secondary" tabindex="2"><?php fs_esc_html_echo_x_inline( 'Skip', 'verb', 'skip', $slug ) ?></a>
|
367 |
<?php if ( $require_license_key ) : ?>
|
368 |
<a id="license_issues_link" href="<?php echo $fs->apply_filters( 'known_license_issues_url', 'https://freemius.com/help/documentation/wordpress-sdk/license-activation-issues/' ) ?>" target="_blank"><?php fs_esc_html_echo_inline( 'License issues?', 'license-issues', $slug ) ?></a>
|
369 |
<?php endif ?>
|
370 |
+
|
371 |
+
<?php $fs->do_action( 'connect/after_actions', $activation_state ) ?>
|
372 |
</div><?php
|
373 |
|
374 |
// Set core permission list items.
|
502 |
* @author Vova Feldman
|
503 |
* @since 2.3.2
|
504 |
*/
|
505 |
+
$fs->do_action( 'connect/after', $activation_state );
|
506 |
|
507 |
if ( $is_optin_dialog ) { ?>
|
508 |
</div>
|
vendor/freemius/wordpress-sdk/templates/forms/affiliation.php
CHANGED
@@ -13,8 +13,10 @@
|
|
13 |
/**
|
14 |
* @var array $VARS
|
15 |
* @var Freemius $fs
|
|
|
16 |
*/
|
17 |
-
$fs
|
|
|
18 |
|
19 |
$slug = $fs->get_slug();
|
20 |
|
@@ -22,7 +24,6 @@
|
|
22 |
$affiliate = $fs->get_affiliate();
|
23 |
$affiliate_terms = $fs->get_affiliate_terms();
|
24 |
|
25 |
-
$plugin_title = $fs->get_plugin_title();
|
26 |
$module_type = $fs->is_plugin() ?
|
27 |
WP_FS__MODULE_TYPE_PLUGIN :
|
28 |
WP_FS__MODULE_TYPE_THEME;
|
@@ -45,7 +46,7 @@
|
|
45 |
$promotion_method_mobile_apps = false;
|
46 |
$statistics_information = false;
|
47 |
$promotion_method_description = false;
|
48 |
-
$members_dashboard_login_url = 'https://
|
49 |
|
50 |
$affiliate_application_data = $fs->get_affiliate_application_data();
|
51 |
|
@@ -506,4 +507,3 @@
|
|
506 |
'module_version' => $fs->get_plugin_version(),
|
507 |
);
|
508 |
fs_require_template( 'powered-by.php', $params );
|
509 |
-
?>
|
13 |
/**
|
14 |
* @var array $VARS
|
15 |
* @var Freemius $fs
|
16 |
+
* @var string $plugin_title
|
17 |
*/
|
18 |
+
$fs = freemius( $VARS['id'] );
|
19 |
+
$plugin_title = $VARS['plugin_title'];
|
20 |
|
21 |
$slug = $fs->get_slug();
|
22 |
|
24 |
$affiliate = $fs->get_affiliate();
|
25 |
$affiliate_terms = $fs->get_affiliate_terms();
|
26 |
|
|
|
27 |
$module_type = $fs->is_plugin() ?
|
28 |
WP_FS__MODULE_TYPE_PLUGIN :
|
29 |
WP_FS__MODULE_TYPE_THEME;
|
46 |
$promotion_method_mobile_apps = false;
|
47 |
$statistics_information = false;
|
48 |
$promotion_method_description = false;
|
49 |
+
$members_dashboard_login_url = 'https://users.freemius.com/login';
|
50 |
|
51 |
$affiliate_application_data = $fs->get_affiliate_application_data();
|
52 |
|
507 |
'module_version' => $fs->get_plugin_version(),
|
508 |
);
|
509 |
fs_require_template( 'powered-by.php', $params );
|
|
vendor/freemius/wordpress-sdk/templates/forms/resend-key.php
CHANGED
@@ -54,7 +54,10 @@ HTML;
|
|
54 |
HTML;
|
55 |
}
|
56 |
|
57 |
-
|
|
|
|
|
|
|
58 |
$modal_content_html = <<< HTML
|
59 |
<div class="notice notice-error inline license-resend-message"><p></p></div>
|
60 |
<p>{$message_above_input_field}</p>
|
54 |
HTML;
|
55 |
}
|
56 |
|
57 |
+
$message_above_input_field = $fs->is_only_premium() ?
|
58 |
+
fs_esc_html_inline( "Enter the email address you've used during the purchase and we will resend you the license key.", 'ask-for-upgrade-email-address-premium-only', $slug ) :
|
59 |
+
fs_esc_html_inline( "Enter the email address you've used for the upgrade below and we will resend you the license key.", 'ask-for-upgrade-email-address', $slug );
|
60 |
+
|
61 |
$modal_content_html = <<< HTML
|
62 |
<div class="notice notice-error inline license-resend-message"><p></p></div>
|
63 |
<p>{$message_above_input_field}</p>
|
vendor/freemius/wordpress-sdk/templates/pricing.php
CHANGED
@@ -88,7 +88,8 @@
|
|
88 |
// Billing cycle.
|
89 |
'billing_cycle' => fs_request_get( 'billing_cycle', WP_FS__PERIOD_ANNUALLY ),
|
90 |
'is_network_admin' => fs_is_network_admin() ? 'true' : 'false',
|
91 |
-
|
|
|
92 |
) );
|
93 |
|
94 |
$use_external_pricing = $fs->should_use_external_pricing();
|
@@ -123,7 +124,6 @@
|
|
123 |
<?php
|
124 |
$pricing_config = array_merge( array(
|
125 |
'contact_url' => $fs->contact_url(),
|
126 |
-
'is_network_admin' => fs_is_network_admin(),
|
127 |
'is_production' => ( defined( 'WP_FS__IS_PRODUCTION_MODE' ) ? WP_FS__IS_PRODUCTION_MODE : null ),
|
128 |
'menu_slug' => $fs->get_menu_slug(),
|
129 |
'mode' => 'dashboard',
|
88 |
// Billing cycle.
|
89 |
'billing_cycle' => fs_request_get( 'billing_cycle', WP_FS__PERIOD_ANNUALLY ),
|
90 |
'is_network_admin' => fs_is_network_admin() ? 'true' : 'false',
|
91 |
+
'currency' => $fs->apply_filters( 'default_currency', 'usd' ),
|
92 |
+
'discounts_model' => $fs->apply_filters( 'pricing/discounts_model', 'absolute' ),
|
93 |
) );
|
94 |
|
95 |
$use_external_pricing = $fs->should_use_external_pricing();
|
124 |
<?php
|
125 |
$pricing_config = array_merge( array(
|
126 |
'contact_url' => $fs->contact_url(),
|
|
|
127 |
'is_production' => ( defined( 'WP_FS__IS_PRODUCTION_MODE' ) ? WP_FS__IS_PRODUCTION_MODE : null ),
|
128 |
'menu_slug' => $fs->get_menu_slug(),
|
129 |
'mode' => 'dashboard',
|
wp-fail2ban.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://wp-fail2ban.com/
|
5 |
* Description: Write a myriad of WordPress events to syslog for integration with fail2ban.
|
6 |
* Text Domain: wp-fail2ban
|
7 |
-
* Version: 4.4.0.
|
8 |
* Author: Charles Lecklider
|
9 |
* Author URI: https://invis.net/
|
10 |
* License: GPLv3
|
4 |
* Plugin URI: https://wp-fail2ban.com/
|
5 |
* Description: Write a myriad of WordPress events to syslog for integration with fail2ban.
|
6 |
* Text Domain: wp-fail2ban
|
7 |
+
* Version: 4.4.0.6
|
8 |
* Author: Charles Lecklider
|
9 |
* Author URI: https://invis.net/
|
10 |
* License: GPLv3
|