Contact Form 7 Multi-Step Forms - Version 4.0.9

Version Description

  • updated freemius.
Download this release

Release Info

Developer webheadllc
Plugin Icon 128x128 Contact Form 7 Multi-Step Forms
Version 4.0.9
Comparing to
See all releases

Code changes from version 4.0.8 to 4.0.9

contact-form-7-multi-step-module.php CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://www.mymonkeydo.com/contact-form-7-multi-step-module/
6
  Description: Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
7
  Author: Webhead LLC.
8
  Author URI: http://webheadcoder.com
9
- Version: 4.0.8
10
  Text Domain: contact-form-7-multi-step-module
11
  */
12
  /* Copyright 2018 Webhead LLC (email: info at webheadcoder.com)
@@ -68,7 +68,7 @@ if ( function_exists( 'cf7msm_fs' ) ) {
68
  cf7msm_fs();
69
  // Signal that SDK was initiated.
70
  do_action( 'cf7msm_fs_loaded' );
71
- define( 'CF7MSM_VERSION', '4.0.8' );
72
  define( 'CF7MSM_PLUGIN', __FILE__ );
73
  define( 'CF7MSM_FREE_TEXT_PREFIX_RADIO', '_wpcf7_radio_free_text_' );
74
  define( 'CF7MSM_FREE_TEXT_PREFIX_CHECKBOX', '_wpcf7_checkbox_free_text_' );
6
  Description: Enables the Contact Form 7 plugin to create multi-page, multi-step forms.
7
  Author: Webhead LLC.
8
  Author URI: http://webheadcoder.com
9
+ Version: 4.0.9
10
  Text Domain: contact-form-7-multi-step-module
11
  */
12
  /* Copyright 2018 Webhead LLC (email: info at webheadcoder.com)
68
  cf7msm_fs();
69
  // Signal that SDK was initiated.
70
  do_action( 'cf7msm_fs_loaded' );
71
+ define( 'CF7MSM_VERSION', '4.0.9' );
72
  define( 'CF7MSM_PLUGIN', __FILE__ );
73
  define( 'CF7MSM_FREE_TEXT_PREFIX_RADIO', '_wpcf7_radio_free_text_' );
74
  define( 'CF7MSM_FREE_TEXT_PREFIX_CHECKBOX', '_wpcf7_checkbox_free_text_' );
freemius/README.md ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Freemius WordPress SDK
2
+ ======================
3
+
4
+ Welcome to the official repository for the Freemius SDK! Adding the SDK to your WordPress plugin, theme, or add-ons, enables all the benefits that come with using the [Freemius platform](https://freemius.com) such as:
5
+
6
+ * [Software Licensing](https://freemius.com/wordpress/software-licensing/)
7
+ * [Secure Checkout](https://freemius.com/wordpress/checkout/)
8
+ * [Subscriptions](https://freemius.com/wordpress/recurring-payments-subscriptions/)
9
+ * [Automatic Updates](https://freemius.com/wordpress/automatic-software-updates/)
10
+ * [Seamless EU VAT](https://freemius.com/wordpress/collecting-eu-vat-europe/)
11
+ * [Cart Abandonment Recovery](https://freemius.com/wordpress/cart-abandonment-recovery/)
12
+ * [Affiliate Platform](https://freemius.com/wordpress/affiliate-platform/)
13
+ * [Analytics & Usage Tracking](https://freemius.com/wordpress/insights/)
14
+ * [User Dashboard](https://freemius.com/wordpress/user-dashboard/)
15
+
16
+ * [Monetization](https://freemius.com/wordpress/)
17
+ * [Analytics](https://freemius.com/wordpress/insights/)
18
+ * [More...](https://freemius.com/wordpress/features-comparison/)
19
+
20
+ Freemius truly empowers developers to create prosperous subscription-based businesses.
21
+
22
+ If you're new to Freemius then we recommend taking a look at our [Getting Started](https://freemius.com/help/documentation/getting-started/) guide first.
23
+
24
+ If you're a WordPress plugin or theme developer and are interested in monetizing with Freemius then you can [sign-up for a FREE account](https://dashboard.freemius.com/register/):
25
+
26
+ https://dashboard.freemius.com/register/
27
+
28
+ Once you have your account setup and are familiar with how it all works you're ready to begin [integrating Freemius](https://freemius.com/help/documentation/wordpress-sdk/integrating-freemius-sdk/) into your WordPress product
29
+
30
+ You can see some of the existing WordPress.org plugins & themes that are already utilizing the power of Freemius here:
31
+
32
+ * https://profiles.wordpress.org/freemius/#content-plugins
33
+ * https://includewp.com/freemius/#focus
34
+
35
+ ## Code Documentation
36
+
37
+ You can find the SDK's documentation here:
38
+ https://freemius.com/help/documentation/wordpress-sdk/
39
+
40
+ ## Integrating & Initializing the SDK
41
+
42
+ As part of the integration process, you'll need to [add the latest version](https://freemius.com/help/documentation/getting-started/#add_the_latest_wordpress_sdk_into_your_product) of the Freemius SDK into your WordPress project.
43
+
44
+ Then, when you've completed the [SDK integration form](https://freemius.com/help/documentation/getting-started/#fill_out_the_sdk_integration_form) a snippet of code is generated which you'll need to copy and paste into the top of your main plugin's PHP file, right after the plugin's header comment.
45
+
46
+ Note: For themes, this will be in the root `functions.php` file instead.
47
+
48
+ A typical SDK snippet will look similar to the following (your particular snippet may differ slightly depending on your integration):
49
+
50
+ ```php
51
+ if ( ! function_exists( 'my_prefix_fs' ) ) {
52
+ // Create a helper function for easy SDK access.
53
+ function my_prefix_fs() {
54
+ global $my_prefix_fs;
55
+
56
+ if ( ! isset( $my_prefix_fs ) ) {
57
+ // Include Freemius SDK.
58
+ require_once dirname(__FILE__) . '/freemius/start.php';
59
+
60
+ $my_prefix_fs = fs_dynamic_init( array(
61
+ 'id' => '1234',
62
+ 'slug' => 'my-new-plugin',
63
+ 'premium_slug' => 'my-new-plugin-premium',
64
+ 'type' => 'plugin',
65
+ 'public_key' => 'pk_bAEfta69seKymZzmf2xtqq8QXHz9y',
66
+ 'is_premium' => true,
67
+ // If your plugin is a serviceware, set this option to false.
68
+ 'has_premium_version' => true,
69
+ 'has_paid_plans' => true,
70
+ 'is_org_compliant' => true,
71
+ 'menu' => array(
72
+ 'slug' => 'my-new-plugin',
73
+ 'parent' => array(
74
+ 'slug' => 'options-general.php',
75
+ ),
76
+ ),
77
+ // Set the SDK to work in a sandbox mode (for development & testing).
78
+ // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT.
79
+ 'secret_key' => 'sk_ubb4yN3mzqGR2x8#P7r5&@*xC$utE',
80
+ ) );
81
+ }
82
+
83
+ return $my_prefix_fs;
84
+ }
85
+
86
+ // Init Freemius.
87
+ my_prefix_fs();
88
+ // Signal that SDK was initiated.
89
+ do_action( 'my_prefix_fs_loaded' );
90
+ }
91
+
92
+ ```
93
+
94
+ ## Usage example
95
+
96
+ You can call anySDK methods by prefixing them with the shortcode function for your particular plugin/theme (specified when completing the SDK integration form in the Developer Dashboard):
97
+
98
+ ```php
99
+ <?php my_prefix_fs()->get_upgrade_url(); ?>
100
+ ```
101
+
102
+ Or when calling Freemius multiple times in a scope, it's recommended to use it with the global variable:
103
+
104
+ ```php
105
+ <?php
106
+ global $my_prefix_fs;
107
+ $my_prefix_fs->get_account_url();
108
+ ?>
109
+ ```
110
+
111
+ There are many other SDK methods available that you can use to enhance the functionality of your WordPress product. Some of the more common use-cases are covered in the [Freemius SDK Gists](https://freemius.com/help/documentation/wordpress-sdk/gists/) documentation.
112
+
113
+ ## Adding license based logic examples
114
+
115
+ Add marketing content to encourage your users to upgrade for your paid version:
116
+
117
+ ```php
118
+ <?php
119
+ if ( my_prefix_fs()->is_not_paying() ) {
120
+ echo '<section><h1>' . esc_html__('Awesome Premium Features', 'my-plugin-slug') . '</h1>';
121
+ echo '<a href="' . my_prefix_fs()->get_upgrade_url() . '">' .
122
+ esc_html__('Upgrade Now!', 'my-plugin-slug') .
123
+ '</a>';
124
+ echo '</section>';
125
+ }
126
+ ?>
127
+ ```
128
+
129
+ Add logic which will only be available in your premium plugin version:
130
+
131
+ ```php
132
+ <?php
133
+ // This "if" block will be auto removed from the Free version.
134
+ if ( my_prefix_fs()->is__premium_only() ) {
135
+
136
+ // ... premium only logic ...
137
+
138
+ }
139
+ ?>
140
+ ```
141
+
142
+ To add a function which will only be available in your premium plugin version, simply add __premium_only as the suffix of the function name. Just make sure that all lines that call that method directly or by hooks, are also wrapped in premium only logic:
143
+
144
+ ```php
145
+ <?php
146
+ class My_Plugin {
147
+ function init() {
148
+ ...
149
+
150
+ // This "if" block will be auto removed from the free version.
151
+ if ( my_prefix_fs()->is__premium_only() ) {
152
+ // Init premium version.
153
+ $this->admin_init__premium_only();
154
+
155
+ add_action( 'admin_init', array( &$this, 'admin_init_hook__premium_only' );
156
+ }
157
+
158
+ ...
159
+ }
160
+
161
+ // This method will be only included in the premium version.
162
+ function admin_init__premium_only() {
163
+ ...
164
+ }
165
+
166
+ // This method will be only included in the premium version.
167
+ function admin_init_hook__premium_only() {
168
+ ...
169
+ }
170
+ }
171
+ ?>
172
+ ```
173
+
174
+ Add logic which will only be executed for customers in your 'professional' plan:
175
+
176
+ ```php
177
+ <?php
178
+ if ( my_prefix_fs()->is_plan('professional', true) ) {
179
+ // .. logic related to Professional plan only ...
180
+ }
181
+ ?>
182
+ ```
183
+
184
+ Add logic which will only be executed for customers in your 'professional' plan or higher plans:
185
+
186
+ ```php
187
+ <?php
188
+ if ( my_prefix_fs()->is_plan('professional') ) {
189
+ // ... logic related to Professional plan and higher plans ...
190
+ }
191
+ ?>
192
+ ```
193
+
194
+ Add logic which will only be available in your premium plugin version AND will only be executed for customers in your 'professional' plan (and higher plans):
195
+
196
+ ```php
197
+ <?php
198
+ // This "if" block will be auto removed from the Free version.
199
+ if ( my_prefix_fs()->is_plan__premium_only('professional') ) {
200
+ // ... logic related to Professional plan and higher plans ...
201
+ }
202
+ ?>
203
+ ```
204
+
205
+ Add logic only for users in trial:
206
+
207
+ ```php
208
+ <?php
209
+ if ( my_prefix_fs()->is_trial() ) {
210
+ // ... logic for users in trial ...
211
+ }
212
+ ?>
213
+ ```
214
+
215
+ Add logic for specified paid plan:
216
+
217
+ ```php
218
+ <?php
219
+ // This "if" block will be auto removed from the Free version.
220
+ if ( my_prefix_fs()->is__premium_only() ) {
221
+ if ( my_prefix_fs()->is_plan( 'professional', true ) ) {
222
+
223
+ // ... logic related to Professional plan only ...
224
+
225
+ } else if ( my_prefix_fs()->is_plan( 'business' ) ) {
226
+
227
+ // ... logic related to Business plan and higher plans ...
228
+
229
+ }
230
+ }
231
+ ?>
232
+ ```
233
+
234
+ ## Excluding files and folders from the free plugin version
235
+ There are [two ways](https://freemius.com/help/documentation/wordpress-sdk/software-licensing/#excluding_files_and_folders_from_the_free_plugin_version) to exclude files from your free version.
236
+
237
+ 1. Add `__premium_only` just before the file extension. For example, functions__premium_only.php will be only included in the premium plugin version. This works for all types of files, not only PHP.
238
+ 2. Add `@fs_premium_only` a special meta tag to the plugin's main PHP file header. Example:
239
+ ```php
240
+ <?php
241
+ /**
242
+ * Plugin Name: My Very Awesome Plugin
243
+ * Plugin URI: http://my-awesome-plugin.com
244
+ * Description: Create and manage Awesomeness right in WordPress.
245
+ * Version: 1.0.0
246
+ * Author: Awesomattic
247
+ * Author URI: http://my-awesome-plugin.com/me/
248
+ * License: GPLv2
249
+ * Text Domain: myplugin
250
+ * Domain Path: /langs
251
+ *
252
+ * @fs_premium_only /lib/functions.php, /premium-files/
253
+ */
254
+
255
+ if ( ! defined( 'ABSPATH' ) ) {
256
+ exit;
257
+ }
258
+
259
+ // ... my code ...
260
+ ?>
261
+ ```
262
+ In the example plugin header above, the file `/lib/functions.php` and the directory `/premium-files/` will be removed from the free plugin version.
263
+
264
+ # WordPress.org Compliance
265
+ Based on [WordPress.org Guidelines](https://wordpress.org/plugins/about/guidelines/) you are not allowed to submit a plugin that has premium code in it:
266
+ > All code hosted by WordPress.org servers must be free and fully-functional. If you want to sell advanced features for a plugin (such as a "pro" version), then you must sell and serve that code from your own site, we will not host it on our servers.
267
+
268
+ Therefore, if you want to deploy your free plugin's version to WordPress.org, make sure you wrap all your premium code with `if ( my_prefix_fs()->{{ method }}__premium_only() )` or use [some of the other methods](https://freemius.com/help/documentation/wordpress-sdk/software-licensing/) provided by the SDK to exclude premium features & files from the free version.
269
+
270
+ ## Deployment
271
+ Zip your Freemius product’s root folder and [upload it in the Deployment section](https://freemius.com/help/documentation/selling-with-freemius/deployment/) in the *Freemius Developer's Dashboard*.
272
+ The plugin/theme will automatically be scanned and processed by a custom-developed *PHP Processor* which will auto-generate two versions of your plugin:
273
+
274
+ 1. **Premium version**: Identical to your uploaded version, including all code (except your `secret_key`). Will be enabled for download ONLY for your paying or in trial customers.
275
+ 2. **Free version**: The code stripped from all your paid features (based on the logic added wrapped in `{ method }__premium_only()`).
276
+
277
+ The free version is the one that you should give your users to download. Therefore, download the free generated version and upload to your site. Or, if your plugin was WordPress.org compliant and you made sure to exclude all your premium code with the different provided techniques, you can deploy the downloaded free version to the .org repo.
278
+
279
+ ## License
280
+ Copyright (c) Freemius®, Inc.
281
+
282
+ Licensed under the GNU general public license (version 3).
freemius/assets/css/admin/account.css CHANGED
@@ -1 +1 @@
1
- label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
1
+ label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id="license_not_whitelabeled"].success,.fs-notice[data-id="license_whitelabeled"].success{color:inherit;border-left-color:#00a0d2}.fs-notice[data-id="license_not_whitelabeled"].success label.fs-plugin-title,.fs-notice[data-id="license_whitelabeled"].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
freemius/config.php CHANGED
@@ -385,4 +385,7 @@
385
 
386
  if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
  define( 'WP_FS__DEMO_MODE', false );
388
- }
 
 
 
385
 
386
  if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
  define( 'WP_FS__DEMO_MODE', false );
388
+ }
389
+ if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
390
+ define( 'FS_SDK__SSLVERIFY', false );
391
+ }
freemius/includes/class-freemius.php CHANGED
@@ -1674,6 +1674,7 @@
1674
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1675
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
1676
  $this->add_ajax_action( 'set_data_debug_mode', array( &$this, '_set_data_debug_mode' ) );
 
1677
 
1678
  if ( $this->_is_network_active && fs_is_network_admin() ) {
1679
  $this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
@@ -7736,7 +7737,10 @@
7736
  * @author Leo Fajardo (@leorw)
7737
  * @since 1.2.2
7738
  */
7739
- if ( is_plugin_active( $other_version_basename ) ) {
 
 
 
7740
  deactivate_plugins( $other_version_basename );
7741
  }
7742
  }
@@ -9021,12 +9025,25 @@
9021
  'is_uninstalled' => false,
9022
  );
9023
 
9024
- $plugins_update_data[] = $new_plugin;
9025
  $network_plugins_cache->plugins[ $basename ] = $new_plugin;
9026
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9027
  if ( isset( $site_active_plugins[ $basename ] ) ) {
9028
  $site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
9029
- $site_active_plugins_cache->plugins[ $basename ]['is_active'] = true;
9030
  }
9031
  }
9032
  }
@@ -13130,6 +13147,61 @@
13130
  }
13131
  }
13132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13133
  /**
13134
  * @author Leo Fajardo (@leorw)
13135
  * @since 2.3.0
@@ -20679,6 +20751,13 @@
20679
  }
20680
 
20681
  if ( 'none' !== $plan_change ) {
 
 
 
 
 
 
 
20682
  $this->do_action( 'after_license_change', $plan_change, $this->get_plan() );
20683
  }
20684
  }
@@ -22293,6 +22372,26 @@
22293
 
22294
  $this->_handle_account_edits();
22295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22296
  $this->do_action( 'account_page_load_before_departure' );
22297
  }
22298
 
@@ -23453,10 +23552,12 @@
23453
  * @since 1.0.3
23454
  */
23455
  function _redirect_on_activation_hook() {
23456
- $url = $this->get_after_plugin_activation_redirect_url();
 
23457
 
23458
- if ( is_string( $url ) ) {
23459
- fs_redirect( $url );
 
23460
  }
23461
  }
23462
 
1674
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1675
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
1676
  $this->add_ajax_action( 'set_data_debug_mode', array( &$this, '_set_data_debug_mode' ) );
1677
+ $this->add_ajax_action( 'toggle_whitelabel_mode', array( &$this, '_toggle_whitelabel_mode_ajax_handler' ) );
1678
 
1679
  if ( $this->_is_network_active && fs_is_network_admin() ) {
1680
  $this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
7737
  * @author Leo Fajardo (@leorw)
7738
  * @since 1.2.2
7739
  */
7740
+ if (
7741
+ is_plugin_active( $other_version_basename ) &&
7742
+ $this->apply_filters( 'deactivate_on_activation', true )
7743
+ ) {
7744
  deactivate_plugins( $other_version_basename );
7745
  }
7746
  }
9025
  'is_uninstalled' => false,
9026
  );
9027
 
 
9028
  $network_plugins_cache->plugins[ $basename ] = $new_plugin;
9029
 
9030
+ $is_site_level_active = (
9031
+ isset( $site_active_plugins[ $basename ] ) &&
9032
+ $site_active_plugins[ $basename ]['is_active']
9033
+ );
9034
+
9035
+ /**
9036
+ * If not network active, set the activity status based on the site-level plugin status.
9037
+ */
9038
+ if ( ! $new_plugin['is_active'] ) {
9039
+ $new_plugin['is_active'] = $is_site_level_active;
9040
+ }
9041
+
9042
+ $plugins_update_data[] = $new_plugin;
9043
+
9044
  if ( isset( $site_active_plugins[ $basename ] ) ) {
9045
  $site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
9046
+ $site_active_plugins_cache->plugins[ $basename ]['is_active'] = $is_site_level_active;
9047
  }
9048
  }
9049
  }
13147
  }
13148
  }
13149
 
13150
+ /**
13151
+ * @author Edgar Melkonyan
13152
+ * @since 2.4.1
13153
+ *
13154
+ * @throws Freemius_Exception
13155
+ */
13156
+ function _toggle_whitelabel_mode_ajax_handler() {
13157
+ $this->_logger->entrance();
13158
+
13159
+ $this->check_ajax_referer( 'toggle_whitelabel_mode' );
13160
+
13161
+ if ( ! $this->is_user_admin() ) {
13162
+ // Only for admins.
13163
+ self::shoot_ajax_failure();
13164
+ }
13165
+
13166
+ $license = $this->get_api_user_scope()->call(
13167
+ "/licenses/{$this->_site->license_id}.json",
13168
+ 'put',
13169
+ array( 'is_whitelabeled' => ! $this->_license->is_whitelabeled )
13170
+ );
13171
+
13172
+ if ( ! $this->is_api_result_entity( $license ) ) {
13173
+ self::shoot_ajax_failure(
13174
+ FS_Api::is_api_error_object( $license ) ?
13175
+ $license->error->message :
13176
+ fs_text_inline( "An unknown error has occurred while trying to toggle the license's white-label mode.", 'unknown-error-occurred', $this->get_slug() )
13177
+ );
13178
+ }
13179
+
13180
+ $this->_license->is_whitelabeled = $license->is_whitelabeled;
13181
+ $this->_store_licenses();
13182
+
13183
+ $this->_sync_license();
13184
+
13185
+ if ( ! $license->is_whitelabeled ) {
13186
+ $this->_admin_notices->remove_sticky( 'license_whitelabeled' );
13187
+ } else {
13188
+ $this->_admin_notices->add_sticky(
13189
+ sprintf(
13190
+ $this->get_text_inline(
13191
+ '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.',
13192
+ 'license_whitelabeled'
13193
+ ),
13194
+ "<strong>{$this->get_plugin_title()}</strong>",
13195
+ sprintf( '<a href="https://users.freemius.com" target="_blank">%s</a>', $this->get_text_inline( 'User Dashboard', 'user-dashboard' ) ),
13196
+ sprintf( '<a href="#" class="fs-toggle-whitelabel-mode">%s</a>', $this->get_text_inline( 'revert it now', 'revert-it-now' ) )
13197
+ ),
13198
+ 'license_whitelabeled'
13199
+ );
13200
+ }
13201
+
13202
+ self::shoot_ajax_response( array( 'success' => true ) );
13203
+ }
13204
+
13205
  /**
13206
  * @author Leo Fajardo (@leorw)
13207
  * @since 2.3.0
20751
  }
20752
 
20753
  if ( 'none' !== $plan_change ) {
20754
+ if (
20755
+ ! is_object( $this->_license ) ||
20756
+ ! $this->_license->is_whitelabeled
20757
+ ) {
20758
+ $this->_admin_notices->remove_sticky( 'license_whitelabeled' );
20759
+ }
20760
+
20761
  $this->do_action( 'after_license_change', $plan_change, $this->get_plan() );
20762
  }
20763
  }
22372
 
22373
  $this->_handle_account_edits();
22374
 
22375
+ if (
22376
+ is_object( $this->_license ) &&
22377
+ $this->_license->user_id == $this->_user->id &&
22378
+ ! $this->is_whitelabeled( true )
22379
+ ) {
22380
+ $this->_admin_notices->add(
22381
+ sprintf(
22382
+ $this->get_text_inline( "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.", 'license_not_whitelabeled' ),
22383
+ sprintf(
22384
+ '<a href="#" class="fs-toggle-whitelabel-mode">%s</a>',
22385
+ $this->get_text_inline( 'Click here', 'click-here' )
22386
+ )
22387
+ ),
22388
+ '',
22389
+ 'success',
22390
+ false,
22391
+ 'license_not_whitelabeled'
22392
+ );
22393
+ }
22394
+
22395
  $this->do_action( 'account_page_load_before_departure' );
22396
  }
22397
 
23552
  * @since 1.0.3
23553
  */
23554
  function _redirect_on_activation_hook() {
23555
+ if ( $this->apply_filters( 'redirect_on_activation', true ) ) {
23556
+ $url = $this->get_after_plugin_activation_redirect_url();
23557
 
23558
+ if ( is_string( $url ) ) {
23559
+ fs_redirect( $url );
23560
+ }
23561
  }
23562
  }
23563
 
freemius/includes/class-fs-plugin-updater.php CHANGED
@@ -542,23 +542,66 @@
542
  }
543
  }
544
 
 
 
 
545
  if ( is_object( $this->_update_details ) ) {
 
 
 
 
546
  if ( ! isset( $transient_data->response ) ) {
547
  $transient_data->response = array();
548
  }
549
 
550
  // Add plugin to transient data.
551
- $transient_data->response[ $this->_fs->premium_plugin_basename() ] = $this->_fs->is_plugin() ?
552
  $this->_update_details :
553
  (array) $this->_update_details;
554
- } else if ( isset( $transient_data->response ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
555
  /**
556
- * Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
557
  *
558
- * @author Leo Fajardo (@leorw)
559
- * @since 2.3.0
560
  */
561
- unset( $transient_data->response[ $this->_fs->premium_plugin_basename() ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
562
  }
563
 
564
  $slug = $this->_fs->get_slug();
542
  }
543
  }
544
 
545
+ // Alias.
546
+ $basename = $this->_fs->premium_plugin_basename();
547
+
548
  if ( is_object( $this->_update_details ) ) {
549
+ if ( isset( $transient_data->no_update ) ) {
550
+ unset( $transient_data->no_update[ $basename ] );
551
+ }
552
+
553
  if ( ! isset( $transient_data->response ) ) {
554
  $transient_data->response = array();
555
  }
556
 
557
  // Add plugin to transient data.
558
+ $transient_data->response[ $basename ] = $this->_fs->is_plugin() ?
559
  $this->_update_details :
560
  (array) $this->_update_details;
561
+ } else {
562
+ if ( isset( $transient_data->response ) ) {
563
+ /**
564
+ * Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
565
+ *
566
+ * @author Leo Fajardo (@leorw)
567
+ * @since 2.3.0
568
+ */
569
+ unset( $transient_data->response[ $basename ] );
570
+ }
571
+
572
+ if ( ! isset( $transient_data->no_update ) ) {
573
+ $transient_data->no_update = array();
574
+ }
575
+
576
  /**
577
+ * Add product to no_update transient data to properly integrate with WP 5.5 auto-updates UI.
578
  *
579
+ * @since 2.4.1
580
+ * @link https://make.wordpress.org/core/2020/07/30/recommended-usage-of-the-updates-api-to-support-the-auto-updates-ui-for-plugins-and-themes-in-wordpress-5-5/
581
  */
582
+ $transient_data->no_update[ $basename ] = $this->_fs->is_plugin() ?
583
+ (object) array(
584
+ 'id' => $basename,
585
+ 'slug' => $this->_fs->get_slug(),
586
+ 'plugin' => $basename,
587
+ 'new_version' => $this->_fs->get_plugin_version(),
588
+ 'url' => '',
589
+ 'package' => '',
590
+ 'icons' => array(),
591
+ 'banners' => array(),
592
+ 'banners_rtl' => array(),
593
+ 'tested' => '',
594
+ 'requires_php' => '',
595
+ 'compatibility' => new stdClass(),
596
+ ) :
597
+ array(
598
+ 'theme' => $basename,
599
+ 'new_version' => $this->_fs->get_plugin_version(),
600
+ 'url' => '',
601
+ 'package' => '',
602
+ 'requires' => '',
603
+ 'requires_php' => '',
604
+ );
605
  }
606
 
607
  $slug = $this->_fs->get_slug();
freemius/includes/fs-plugin-info-dialog.php CHANGED
@@ -260,14 +260,20 @@
260
  if ( $has_valid_blog_id ) {
261
  restore_current_blog();
262
  }
 
263
 
264
- if ( is_object( $fs_addon ) ) {
265
- $data->has_purchased_license = $fs_addon->has_active_valid_license();
266
- } else {
267
- $account_addons = $this->_fs->get_account_addons();
268
- if ( ! empty( $account_addons ) && in_array( $selected_addon->id, $account_addons ) ) {
269
- $data->has_purchased_license = true;
270
- }
 
 
 
 
 
271
  }
272
  }
273
 
@@ -577,7 +583,7 @@
577
 
578
  $has_installed_version = ( 'install' !== $this->status['status'] );
579
 
580
- if ( ! $api->has_paid_plan ) {
581
  /**
582
  * Free-only add-on.
583
  *
@@ -1203,7 +1209,7 @@
1203
 
1204
  $(document).ready(function () {
1205
  var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
1206
- $plan.find('input[type=radio]').live('click', function () {
1207
  _updateCtaUrl(
1208
  $plan.attr('data-plan-id'),
1209
  $(this).val(),
@@ -1635,4 +1641,4 @@
1635
  iframe_footer();
1636
  exit;
1637
  }
1638
- }
260
  if ( $has_valid_blog_id ) {
261
  restore_current_blog();
262
  }
263
+ }
264
 
265
+ /**
266
+ * Check if there's a purchased license in case the add-on can only be installed/downloaded as part of a purchased bundle.
267
+ *
268
+ * @author Leo Fajardo (@leorw)
269
+ * @since 2.4.1
270
+ */
271
+ if ( is_object( $fs_addon ) ) {
272
+ $data->has_purchased_license = $fs_addon->has_active_valid_license();
273
+ } else {
274
+ $account_addons = $this->_fs->get_account_addons();
275
+ if ( ! empty( $account_addons ) && in_array( $selected_addon->id, $account_addons ) ) {
276
+ $data->has_purchased_license = true;
277
  }
278
  }
279
 
583
 
584
  $has_installed_version = ( 'install' !== $this->status['status'] );
585
 
586
+ if ( ! $api->has_paid_plan && ! $api->has_purchased_license ) {
587
  /**
588
  * Free-only add-on.
589
  *
1209
 
1210
  $(document).ready(function () {
1211
  var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
1212
+ $plan.find('input[type=radio]').on('click', function () {
1213
  _updateCtaUrl(
1214
  $plan.attr('data-plan-id'),
1215
  $(this).val(),
1641
  iframe_footer();
1642
  exit;
1643
  }
1644
+ }
freemius/includes/i18n.php CHANGED
@@ -98,6 +98,8 @@
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
 
102
  #region Affiliation
103
  'affiliation' => _fs_text( 'Affiliation' ),
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' ),
freemius/includes/sdk/FreemiusWordPress.php CHANGED
@@ -59,6 +59,10 @@
59
  }
60
  }
61
 
 
 
 
 
62
  $curl_version = FS_SDK__HAS_CURL ?
63
  curl_version() :
64
  array( 'version' => '7.37' );
@@ -401,7 +405,7 @@
401
  }
402
 
403
  if ( 'https' === substr( strtolower( $request_url ), 0, 5 ) ) {
404
- $pWPRemoteArgs['sslverify'] = false;
405
  }
406
 
407
  if ( false !== $pBeforeExecutionFunction &&
59
  }
60
  }
61
 
62
+ if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
63
+ define( 'FS_SDK__SSLVERIFY', false );
64
+ }
65
+
66
  $curl_version = FS_SDK__HAS_CURL ?
67
  curl_version() :
68
  array( 'version' => '7.37' );
405
  }
406
 
407
  if ( 'https' === substr( strtolower( $request_url ), 0, 5 ) ) {
408
+ $pWPRemoteArgs['sslverify'] = FS_SDK__SSLVERIFY;
409
  }
410
 
411
  if ( false !== $pBeforeExecutionFunction &&
freemius/languages/freemius-cs_CZ.mo CHANGED
Binary file
freemius/languages/freemius-cs_CZ.po DELETED
@@ -1,2760 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Karolína Vyskočilová <karolina@kybernaut.cz>, 2019
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: WordPress SDK\n"
8
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
- "Language-Team: Czech (Czech Republic) (http://www.transifex.com/freemius/wordpress-sdk/language/cs_CZ/)\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Language: cs_CZ\n"
17
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "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"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
-
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
- msgid ""
26
- "An update to a Beta version will replace your installed version of %s with "
27
- "the latest Beta release - use with caution, and not on production sites. You"
28
- " have been warned."
29
- msgstr "Aktualizováním na Beta verzi nahradíte nainstalovanou verzi %s nejnovějším vydáním Beta verze - používejte s opatrností a ne na produkčních webech. Varovali jsme vás."
30
-
31
- #: includes/class-freemius.php:1887
32
- msgid "Would you like to proceed with the update?"
33
- msgstr "Chcete pokračovat v aktualizaci?"
34
-
35
- #: includes/class-freemius.php:2095
36
- msgid ""
37
- "Freemius SDK couldn't find the plugin's main file. Please contact "
38
- "sdk@freemius.com with the current error."
39
- msgstr "Freemius SDK nemohlo najít hlavní soubor pluginu. S aktuální chybou se obraťte se na sdk@freemius.com."
40
-
41
- #: includes/class-freemius.php:2097
42
- msgid "Error"
43
- msgstr "Chyba"
44
-
45
- #: includes/class-freemius.php:2491
46
- msgid "I found a better %s"
47
- msgstr "Našel jsem lepší %s"
48
-
49
- #: includes/class-freemius.php:2493
50
- msgid "What's the %s's name?"
51
- msgstr "Jak se %s jmenuje?"
52
-
53
- #: includes/class-freemius.php:2499
54
- msgid "It's a temporary %s. I'm just debugging an issue."
55
- msgstr "Jen dočasná %s - ladím nějaký problém."
56
-
57
- #: includes/class-freemius.php:2501
58
- msgid "Deactivation"
59
- msgstr "Deaktivace"
60
-
61
- #: includes/class-freemius.php:2502
62
- msgid "Theme Switch"
63
- msgstr "Změna šablony"
64
-
65
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
66
- msgid "Other"
67
- msgstr "Jiné"
68
-
69
- #: includes/class-freemius.php:2519
70
- msgid "I no longer need the %s"
71
- msgstr "Již nepotřebuji %s"
72
-
73
- #: includes/class-freemius.php:2526
74
- msgid "I only needed the %s for a short period"
75
- msgstr "Potřeboval %s jsem jen krátkou dobu"
76
-
77
- #: includes/class-freemius.php:2532
78
- msgid "The %s broke my site"
79
- msgstr "%s rozbil můj web"
80
-
81
- #: includes/class-freemius.php:2539
82
- msgid "The %s suddenly stopped working"
83
- msgstr "%s náhle přestal pracovat"
84
-
85
- #: includes/class-freemius.php:2549
86
- msgid "I can't pay for it anymore"
87
- msgstr "Už si to nemohu dovolit"
88
-
89
- #: includes/class-freemius.php:2551
90
- msgid "What price would you feel comfortable paying?"
91
- msgstr "Jakou cenu byste byli ochotni platit?"
92
-
93
- #: includes/class-freemius.php:2557
94
- msgid "I don't like to share my information with you"
95
- msgstr "Nechci s vámi sdílet své informace"
96
-
97
- #: includes/class-freemius.php:2578
98
- msgid "The %s didn't work"
99
- msgstr "%s nefungoval"
100
-
101
- #: includes/class-freemius.php:2588
102
- msgid "I couldn't understand how to make it work"
103
- msgstr "Nedokázal jsem jej zprovoznit"
104
-
105
- #: includes/class-freemius.php:2596
106
- msgid "The %s is great, but I need specific feature that you don't support"
107
- msgstr "%s je skvělý, ale potřebuji funkci, kterou není podporovaná"
108
-
109
- #: includes/class-freemius.php:2598
110
- msgid "What feature?"
111
- msgstr "Jaká funkce?"
112
-
113
- #: includes/class-freemius.php:2602
114
- msgid "The %s is not working"
115
- msgstr "%s nefunguje"
116
-
117
- #: includes/class-freemius.php:2604
118
- msgid "Kindly share what didn't work so we can fix it for future users..."
119
- msgstr "Dejte nám prosím vědět, co nefungovalo, ať to můžeme opravit pro další uživatele..."
120
-
121
- #: includes/class-freemius.php:2608
122
- msgid "It's not what I was looking for"
123
- msgstr "Není to to, co jsem hledal"
124
-
125
- #: includes/class-freemius.php:2610
126
- msgid "What you've been looking for?"
127
- msgstr "Co jste hledali?"
128
-
129
- #: includes/class-freemius.php:2614
130
- msgid "The %s didn't work as expected"
131
- msgstr "%s nefungoval podle očekávání"
132
-
133
- #: includes/class-freemius.php:2616
134
- msgid "What did you expect?"
135
- msgstr "Co jste očekávali?"
136
-
137
- #: includes/class-freemius.php3471, templates/debug.php:20
138
- msgid "Freemius Debug"
139
- msgstr "Freemius Debug"
140
-
141
- #: includes/class-freemius.php:4223
142
- msgid "I don't know what is cURL or how to install it, help me!"
143
- msgstr "Nevím, co je cURL nebo jak jej nainstalovat, pomozte mi!"
144
-
145
- #: includes/class-freemius.php:4225
146
- msgid ""
147
- "We'll make sure to contact your hosting company and resolve the issue. You "
148
- "will get a follow-up email to %s once we have an update."
149
- msgstr "Zkontaktujeme vaší hostingovou společnost a zkusíme vyřešit tento problém. Na %s dostanete upozornění, jakmile budeme vědět něco nového."
150
-
151
- #: includes/class-freemius.php:4232
152
- msgid ""
153
- "Great, please install cURL and enable it in your php.ini file. In addition, "
154
- "search for the 'disable_functions' directive in your php.ini file and remove"
155
- " any disabled methods starting with 'curl_'. To make sure it was "
156
- "successfully activated, use 'phpinfo()'. Once activated, deactivate the %s "
157
- "and reactivate it back again."
158
- msgstr "Výborně, nainstalujte prosím cURL a povolte ji v souboru php.ini. Dále vyhledejte v souboru php.ini direktivu 'disable_functions ' a odeberte všechny zakázané metody začínající na \"curl_\". Chcete-li se ujistit, že byla úspěšně aktivována, použijte 'phpinfo() '. Jakmile je aktivován, deaktivujte %s a znovu jej aktivujte."
159
-
160
- #: includes/class-freemius.php:4337
161
- msgid "Yes - do your thing"
162
- msgstr "Ano - udělejte, co potřebujete"
163
-
164
- #: includes/class-freemius.php:4342
165
- msgid "No - just deactivate"
166
- msgstr "Ne - jen deaktivovat"
167
-
168
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
169
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
170
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
171
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
172
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
173
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
174
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
175
- #: templates/add-ons.php:57
176
- msgctxt "exclamation"
177
- msgid "Oops"
178
- msgstr "Jejda"
179
-
180
- #: includes/class-freemius.php:4456
181
- msgid ""
182
- "Thank for giving us the chance to fix it! A message was just sent to our "
183
- "technical staff. We will get back to you as soon as we have an update to %s."
184
- " Appreciate your patience."
185
- msgstr ""
186
-
187
- #: includes/class-freemius.php:4878
188
- msgctxt "addonX cannot run without pluginY"
189
- msgid "%s cannot run without %s."
190
- msgstr "%s nelze spustit bez %s."
191
-
192
- #: includes/class-freemius.php:4879
193
- msgctxt "addonX cannot run..."
194
- msgid "%s cannot run without the plugin."
195
- msgstr "%s nelze spustit bez tohoto pluginu."
196
-
197
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
198
- #: includes/class-freemius.php:20122
199
- msgid ""
200
- "Unexpected API error. Please contact the %s's author with the following "
201
- "error."
202
- msgstr ""
203
-
204
- #: includes/class-freemius.php:5720
205
- msgid "Premium %s version was successfully activated."
206
- msgstr ""
207
-
208
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
209
- msgctxt ""
210
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
211
- "communication)."
212
- msgid "W00t"
213
- msgstr ""
214
-
215
- #: includes/class-freemius.php:5747
216
- msgid "You have a %s license."
217
- msgstr "Máte licenci „%s“."
218
-
219
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
220
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
221
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
222
- #: includes/class-freemius.php:19876
223
- msgctxt "interjection expressing joy or exuberance"
224
- msgid "Yee-haw"
225
- msgstr ""
226
-
227
- #: includes/class-freemius.php:6015
228
- msgid ""
229
- "%s free trial was successfully cancelled. Since the add-on is premium only "
230
- "it was automatically deactivated. If you like to use it in the future, "
231
- "you'll have to purchase a license."
232
- msgstr "%s bezplatná zkušební verze byla úspěšně zrušena. Jelikož toto rozšíření nenabízí bezplatnou verzi, bylo automaticky deaktivováno. Chcete-li jej v budoucnu používat, budete si muset zakoupit licenci."
233
-
234
- #: includes/class-freemius.php:6019
235
- msgid ""
236
- "%s is a premium only add-on. You have to purchase a license first before "
237
- "activating the plugin."
238
- msgstr "%s je pouze prémiové rozšíření. Před aktivací pluginu si musíte nejprve zakoupit licenci."
239
-
240
- #: includes/class-freemius.php6028, templates/add-ons.php186,
241
- #: templates/account/partials/addon.php:381
242
- msgid "More information about %s"
243
- msgstr "Více informací o %s"
244
-
245
- #: includes/class-freemius.php:6029
246
- msgid "Purchase License"
247
- msgstr "Koupit licenci"
248
-
249
- #: includes/class-freemius.php6964, templates/connect.php:163
250
- msgid ""
251
- "You should receive an activation email for %s to your mailbox at %s. Please "
252
- "make sure you click the activation button in that email to %s."
253
- msgstr "Aktivační email od %s by měl dorazit do vašeho mailboxu (%s). Ujistěte se, že v emailu kliknete na tlačítko aktivovat, abyste %s."
254
-
255
- #: includes/class-freemius.php:6968
256
- msgid "start the trial"
257
- msgstr "spustit zkušební verzi"
258
-
259
- #: includes/class-freemius.php6969, templates/connect.php:167
260
- msgid "complete the install"
261
- msgstr "dokončit installaci"
262
-
263
- #: includes/class-freemius.php:7081
264
- msgid "You are just one step away - %s"
265
- msgstr "Jste jen na krok od - %s"
266
-
267
- #: includes/class-freemius.php:7084
268
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
269
- msgid "Complete \"%s\" Activation Now"
270
- msgstr "Dokončit aktivaci pluginu „%s“"
271
-
272
- #: includes/class-freemius.php:7162
273
- msgid "We made a few tweaks to the %s, %s"
274
- msgstr "Udělali jsme několik vylepšení %s, %s"
275
-
276
- #: includes/class-freemius.php:7166
277
- msgid "Opt in to make \"%s\" better!"
278
- msgstr "Zúčastněte se, aby byl \"%s\" ještě lepší!"
279
-
280
- #: includes/class-freemius.php:7598
281
- msgid "The upgrade of %s was successfully completed."
282
- msgstr "Aktualizace %s byla úspěšně dokončena."
283
-
284
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
285
- #: includes/class-fs-plugin-updater.php1233,
286
- #: includes/class-fs-plugin-updater.php1240,
287
- #: templates/auto-installation.php:32
288
- msgid "Add-On"
289
- msgstr "Doplněk"
290
-
291
- #: includes/class-freemius.php9804, templates/account.php335,
292
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
293
- msgid "Plugin"
294
- msgstr "Plugin"
295
-
296
- #: includes/class-freemius.php9805, templates/account.php336,
297
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
298
- #: templates/forms/deactivation/form.php:71
299
- msgid "Theme"
300
- msgstr "Šablona"
301
-
302
- #: includes/class-freemius.php:12596
303
- msgid ""
304
- "An unknown error has occurred while trying to set the user's beta mode."
305
- msgstr "Během nastavování uživatelského beta módu došlo k neočekávané chybě."
306
-
307
- #: includes/class-freemius.php:13020
308
- msgid "Invalid site details collection."
309
- msgstr ""
310
-
311
- #: includes/class-freemius.php:13140
312
- msgid ""
313
- "We couldn't find your email address in the system, are you sure it's the "
314
- "right address?"
315
- msgstr "Nemohli jsme najít vaši e-mailovou adresu v systému, jste si jisti, že je to správná adresa?"
316
-
317
- #: includes/class-freemius.php:13142
318
- msgid ""
319
- "We can't see any active licenses associated with that email address, are you"
320
- " sure it's the right address?"
321
- msgstr ""
322
-
323
- #: includes/class-freemius.php:13416
324
- msgid "Account is pending activation."
325
- msgstr "Účet čeká na aktivaci."
326
-
327
- #: includes/class-freemius.php13528,
328
- #: templates/forms/premium-versions-upgrade-handler.php:47
329
- msgid "Buy a license now"
330
- msgstr "Koupit licenci nyní"
331
-
332
- #: includes/class-freemius.php13540,
333
- #: templates/forms/premium-versions-upgrade-handler.php:46
334
- msgid "Renew your license now"
335
- msgstr "Obnovte svou licenci teď"
336
-
337
- #: includes/class-freemius.php:13544
338
- msgid "%s to access version %s security & feature updates, and support."
339
- msgstr "%s pro přístup k verzi %s zajišťující podporu a nejen bezpečnostní aktualizace."
340
-
341
- #: includes/class-freemius.php:15957
342
- msgid "%s activation was successfully completed."
343
- msgstr "Aktivace %s byla úspěšně dokončena."
344
-
345
- #: includes/class-freemius.php:15971
346
- msgid "Your account was successfully activated with the %s plan."
347
- msgstr "Účet byl úspěšně aktivován s plánem %s."
348
-
349
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
350
- msgid "Your trial has been successfully started."
351
- msgstr "Vaše zkušebí verze byla úspěšně spuštěna."
352
-
353
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
354
- #: includes/class-freemius.php:16810
355
- msgid "Couldn't activate %s."
356
- msgstr "Nelze aktivovat %s."
357
-
358
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
359
- #: includes/class-freemius.php:16811
360
- msgid "Please contact us with the following message:"
361
- msgstr "Kontaktujte nás prosím s následující zprávou:"
362
-
363
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
364
- msgid "An unknown error has occurred."
365
- msgstr "Došlo k neznámé chybě."
366
-
367
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
368
- msgid "Upgrade"
369
- msgstr "Upgrade"
370
-
371
- #: includes/class-freemius.php:17174
372
- msgid "Start Trial"
373
- msgstr "Začít Trial"
374
-
375
- #: includes/class-freemius.php:17176
376
- msgid "Pricing"
377
- msgstr "Ceník"
378
-
379
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
380
- msgid "Affiliation"
381
- msgstr ""
382
-
383
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
384
- #: templates/account.php183, templates/debug.php:326
385
- msgid "Account"
386
- msgstr "Účet"
387
-
388
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
389
- #: includes/customizer/class-fs-customizer-support-section.php:60
390
- msgid "Contact Us"
391
- msgstr "Support"
392
-
393
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
394
- #: includes/class-freemius.php22096, templates/account.php111,
395
- #: templates/account/partials/addon.php:44
396
- msgid "Add-Ons"
397
- msgstr "Doplňky"
398
-
399
- #: includes/class-freemius.php:17351
400
- msgctxt "ASCII arrow left icon"
401
- msgid "&#x2190;"
402
- msgstr "&#x2190;"
403
-
404
- #: includes/class-freemius.php:17351
405
- msgctxt "ASCII arrow right icon"
406
- msgid "&#x27a4;"
407
- msgstr "&#x27a4;"
408
-
409
- #: includes/class-freemius.php17353, templates/pricing.php:103
410
- msgctxt "noun"
411
- msgid "Pricing"
412
- msgstr "Ceník"
413
-
414
- #: includes/class-freemius.php17566,
415
- #: includes/customizer/class-fs-customizer-support-section.php:67
416
- msgid "Support Forum"
417
- msgstr "Fórum podpory"
418
-
419
- #: includes/class-freemius.php:18536
420
- msgid "Your email has been successfully verified - you are AWESOME!"
421
- msgstr ""
422
-
423
- #: includes/class-freemius.php:18537
424
- msgctxt "a positive response"
425
- msgid "Right on"
426
- msgstr ""
427
-
428
- #: includes/class-freemius.php:19041
429
- msgid "seems like the key you entered doesn't match our records."
430
- msgstr ""
431
-
432
- #: includes/class-freemius.php:19065
433
- msgid ""
434
- "Debug mode was successfully enabled and will be automatically disabled in 60"
435
- " min. You can also disable it earlier by clicking the \"Stop Debug\" link."
436
- msgstr ""
437
-
438
- #: includes/class-freemius.php:19283
439
- msgid "Your %s Add-on plan was successfully upgraded."
440
- msgstr ""
441
-
442
- #: includes/class-freemius.php:19285
443
- msgid "%s Add-on was successfully purchased."
444
- msgstr "Rozšíření %s bylo úspěšně zakoupeno."
445
-
446
- #: includes/class-freemius.php:19288
447
- msgid "Download the latest version"
448
- msgstr "Stáhnout nejnovější verzi"
449
-
450
- #: includes/class-freemius.php:19374
451
- msgid ""
452
- "Your server is blocking the access to Freemius' API, which is crucial for "
453
- "%1$s synchronization. Please contact your host to whitelist %2$s"
454
- msgstr "Váš server blokuje přístup k Freemium API, což je zásadní pro synchronizaci %1s. Obraťte se na svého poskytovatele , aby přidal do svého whitelistu %2s"
455
-
456
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
457
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
458
- msgid "Error received from the server:"
459
- msgstr "Chyba přijatá ze serveru:"
460
-
461
- #: includes/class-freemius.php:19390
462
- msgid ""
463
- "It seems like one of the authentication parameters is wrong. Update your "
464
- "Public Key, Secret Key & User ID, and try again."
465
- msgstr ""
466
-
467
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
468
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
469
- msgctxt ""
470
- "something somebody says when they are thinking about what you have just "
471
- "said."
472
- msgid "Hmm"
473
- msgstr "Hmm"
474
-
475
- #: includes/class-freemius.php:19617
476
- msgid ""
477
- "It looks like you are still on the %s plan. If you did upgrade or change "
478
- "your plan, it's probably an issue on our side - sorry."
479
- msgstr ""
480
-
481
- #: includes/class-freemius.php19618, templates/account.php113,
482
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
483
- msgctxt "trial period"
484
- msgid "Trial"
485
- msgstr "Trial"
486
-
487
- #: includes/class-freemius.php:19623
488
- msgid ""
489
- "I have upgraded my account but when I try to Sync the License, the plan "
490
- "remains %s."
491
- msgstr ""
492
-
493
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
494
- msgid "Please contact us here"
495
- msgstr "Kontaktujte nás prosím zde"
496
-
497
- #: includes/class-freemius.php:19638
498
- msgid "Your plan was successfully activated."
499
- msgstr "Vaše licence byla úspěšně aktivována."
500
-
501
- #: includes/class-freemius.php:19639
502
- msgid "Your plan was successfully upgraded."
503
- msgstr "Váš plán byl úspěšně aktualizován."
504
-
505
- #: includes/class-freemius.php:19656
506
- msgid "Your plan was successfully changed to %s."
507
- msgstr "Váše předplatné bylo úspěšně změněn na %s."
508
-
509
- #: includes/class-freemius.php:19672
510
- msgid ""
511
- "Your license has expired. You can still continue using the free %s forever."
512
- msgstr "Vaše licence vypršela. Stále však můžete free verzi %s bez omezení."
513
-
514
- #: includes/class-freemius.php:19674
515
- msgid ""
516
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
517
- "without interruptions."
518
- msgstr "Vaše licence vypršela. %1$sObnovte předplatné%2$s, abyste mohli mohli %3$s používat bez omezení."
519
-
520
- #: includes/class-freemius.php:19682
521
- msgid ""
522
- "Your license has been cancelled. If you think it's a mistake, please contact"
523
- " support."
524
- msgstr "Vaše licence byla zrušena. Pokud si myslíte, že je to chyba, obraťte se na naší podporu."
525
-
526
- #: includes/class-freemius.php:19695
527
- msgid ""
528
- "Your license has expired. You can still continue using all the %s features, "
529
- "but you'll need to renew your license to continue getting updates and "
530
- "support."
531
- msgstr "Vaše licence vypršela. Stále však můžete používat všechny funkce verze %s, ale pro získání technické podpory a nejnovějších aktualizací budete muset obnovit svou licenci."
532
-
533
- #: includes/class-freemius.php:19721
534
- msgid ""
535
- "Your free trial has expired. You can still continue using all our free "
536
- "features."
537
- msgstr ""
538
-
539
- #: includes/class-freemius.php:19723
540
- msgid ""
541
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
542
- "without interruptions."
543
- msgstr ""
544
-
545
- #: includes/class-freemius.php:19831
546
- msgid "It looks like the license could not be activated."
547
- msgstr "Licenci se nepodařilo aktivovat."
548
-
549
- #: includes/class-freemius.php:19873
550
- msgid "Your license was successfully activated."
551
- msgstr "Vaše licence byla úspěšně aktivována."
552
-
553
- #: includes/class-freemius.php:19899
554
- msgid "It looks like your site currently doesn't have an active license."
555
- msgstr ""
556
-
557
- #: includes/class-freemius.php:19923
558
- msgid "It looks like the license deactivation failed."
559
- msgstr "Deaktivace licence pravděpodobně selhala."
560
-
561
- #: includes/class-freemius.php:19951
562
- msgid ""
563
- "Your license was successfully deactivated, you are back to the %s plan."
564
- msgstr "Vaše licence byla úspěšně deaktivována, jste zpět na plánu %s."
565
-
566
- #: includes/class-freemius.php:19952
567
- msgid "O.K"
568
- msgstr "OK"
569
-
570
- #: includes/class-freemius.php:20005
571
- msgid ""
572
- "Seems like we are having some temporary issue with your subscription "
573
- "cancellation. Please try again in few minutes."
574
- msgstr ""
575
-
576
- #: includes/class-freemius.php:20014
577
- msgid ""
578
- "Your subscription was successfully cancelled. Your %s plan license will "
579
- "expire in %s."
580
- msgstr "Vaše předplatné bylo úspěšně zrušeno. Platnost licence %s vyprší za %s."
581
-
582
- #: includes/class-freemius.php:20056
583
- msgid "You are already running the %s in a trial mode."
584
- msgstr ""
585
-
586
- #: includes/class-freemius.php:20067
587
- msgid "You already utilized a trial before."
588
- msgstr "O zkušební licenci nelze žádat dvakrát."
589
-
590
- #: includes/class-freemius.php:20081
591
- msgid "Plan %s do not exist, therefore, can't start a trial."
592
- msgstr "Plán %s neexistuje, proto nemůžete používt zkušební verzi."
593
-
594
- #: includes/class-freemius.php:20092
595
- msgid "Plan %s does not support a trial period."
596
- msgstr "Plán %s nepodporuje zkušební období."
597
-
598
- #: includes/class-freemius.php:20103
599
- msgid "None of the %s's plans supports a trial period."
600
- msgstr ""
601
-
602
- #: includes/class-freemius.php:20153
603
- msgid ""
604
- "It looks like you are not in trial mode anymore so there's nothing to cancel"
605
- " :)"
606
- msgstr "Zkuušební režim už vám skončil, takže už není co rušit :)"
607
-
608
- #: includes/class-freemius.php:20189
609
- msgid ""
610
- "Seems like we are having some temporary issue with your trial cancellation. "
611
- "Please try again in few minutes."
612
- msgstr "Omlouváme se, ale měli jsme nějaký dočasný problém se zrušením vaší zkušební licence. Zkuste to znovu za několik minut."
613
-
614
- #: includes/class-freemius.php:20208
615
- msgid "Your %s free trial was successfully cancelled."
616
- msgstr ""
617
-
618
- #: includes/class-freemius.php:20524
619
- msgid "Version %s was released."
620
- msgstr "Byla vydána verze %s."
621
-
622
- #: includes/class-freemius.php:20524
623
- msgid "Please download %s."
624
- msgstr "Stáhněte si prosím %s."
625
-
626
- #: includes/class-freemius.php:20531
627
- msgid "the latest %s version here"
628
- msgstr "nejnovější %s verze zde"
629
-
630
- #: includes/class-freemius.php:20536
631
- msgid "New"
632
- msgstr "Nový"
633
-
634
- #: includes/class-freemius.php:20541
635
- msgid "Seems like you got the latest release."
636
- msgstr "Pravděpodobně máte nejnovější verzi."
637
-
638
- #: includes/class-freemius.php:20542
639
- msgid "You are all good!"
640
- msgstr ""
641
-
642
- #: includes/class-freemius.php:20812
643
- msgid ""
644
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
645
- "please check your spam box."
646
- msgstr "Ověřovací zpráva byla právě odeslána na email %s. Pokud ji nenajdete do 5 min, zkontrolujte prosím složku pro spam."
647
-
648
- #: includes/class-freemius.php:20951
649
- msgid "Site successfully opted in."
650
- msgstr ""
651
-
652
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
653
- msgid "Awesome"
654
- msgstr "Úžasný"
655
-
656
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
657
- msgid ""
658
- "We appreciate your help in making the %s better by letting us track some "
659
- "usage data."
660
- msgstr "Vážíme si vaší pomoci při zlepšování %s tím, že nám umožníte sledovat některá data o jeho používání."
661
-
662
- #: includes/class-freemius.php:20969
663
- msgid "Thank you!"
664
- msgstr "Děkujeme!"
665
-
666
- #: includes/class-freemius.php:20976
667
- msgid "We will no longer be sending any usage data of %s on %s to %s."
668
- msgstr "Nebudeme již posílat žádná data o používání %s na %s do %s."
669
-
670
- #: includes/class-freemius.php:21105
671
- msgid ""
672
- "Please check your mailbox, you should receive an email via %s to confirm the"
673
- " ownership change. From security reasons, you must confirm the change within"
674
- " the next 15 min. If you cannot find the email, please check your spam "
675
- "folder."
676
- msgstr "Zkontrolujte si prosím emailovou schránku, měli byste obdržet zprávu od %s pro potvrzení změny vlastnictví. Z bezpečnostních důvodů je nutné potvrdit tuto změnu během následujících 15 minut. Pokud email nemůžete najít, zkontrolujte složku se spamem."
677
-
678
- #: includes/class-freemius.php:21111
679
- msgid ""
680
- "Thanks for confirming the ownership change. An email was just sent to %s for"
681
- " final approval."
682
- msgstr "Děkujeme za potvrzení změny vlastnictví. Email byl právě odeslán na adresu %s, ke konečnému schválení."
683
-
684
- #: includes/class-freemius.php:21116
685
- msgid "%s is the new owner of the account."
686
- msgstr "%s je nový vlastník účtu."
687
-
688
- #: includes/class-freemius.php:21118
689
- msgctxt "as congratulations"
690
- msgid "Congrats"
691
- msgstr "Gratulujeme"
692
-
693
- #: includes/class-freemius.php:21138
694
- msgid ""
695
- "Sorry, we could not complete the email update. Another user with the same "
696
- "email is already registered."
697
- msgstr "Omlouváme se, ale aktualizaci emailu jsem nemohli dokončit. Uživatel s vámi zadaným emailem už je registrován."
698
-
699
- #: includes/class-freemius.php:21139
700
- msgid ""
701
- "If you would like to give up the ownership of the %s's account to %s click "
702
- "the Change Ownership button."
703
- msgstr ""
704
-
705
- #: includes/class-freemius.php:21146
706
- msgid "Change Ownership"
707
- msgstr "Změnit vlastnictví"
708
-
709
- #: includes/class-freemius.php:21154
710
- msgid ""
711
- "Your email was successfully updated. You should receive an email with "
712
- "confirmation instructions in few moments."
713
- msgstr ""
714
-
715
- #: includes/class-freemius.php:21166
716
- msgid "Please provide your full name."
717
- msgstr "Zadejte prosím své celé jméno."
718
-
719
- #: includes/class-freemius.php:21171
720
- msgid "Your name was successfully updated."
721
- msgstr "Vaše jméno bylo úspěšně aktualizováno."
722
-
723
- #: includes/class-freemius.php:21232
724
- msgid "You have successfully updated your %s."
725
- msgstr "Úspěšně jste aktualizovali %s."
726
-
727
- #: includes/class-freemius.php:21372
728
- msgid ""
729
- "Just letting you know that the add-ons information of %s is being pulled "
730
- "from an external server."
731
- msgstr ""
732
-
733
- #: includes/class-freemius.php:21373
734
- msgctxt "advance notice of something that will need attention."
735
- msgid "Heads up"
736
- msgstr ""
737
-
738
- #: includes/class-freemius.php:21832
739
- msgctxt "exclamation"
740
- msgid "Hey"
741
- msgstr "Dobrý den"
742
-
743
- #: includes/class-freemius.php:21832
744
- msgid ""
745
- "How do you like %s so far? Test all our %s premium features with a %d-day "
746
- "free trial."
747
- msgstr "Jak se vám líbí %s? Otestujte všechny naše %s nadstandardní funkce s %d-denní zkušební verze zdarma."
748
-
749
- #: includes/class-freemius.php:21840
750
- msgid "No commitment for %s days - cancel anytime!"
751
- msgstr ""
752
-
753
- #: includes/class-freemius.php:21841
754
- msgid "No credit card required"
755
- msgstr "Kreditní karta není vyžadována"
756
-
757
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
758
- msgctxt "call to action"
759
- msgid "Start free trial"
760
- msgstr ""
761
-
762
- #: includes/class-freemius.php:21925
763
- msgid ""
764
- "Hey there, did you know that %s has an affiliate program? If you like the %s"
765
- " you can become our ambassador and earn some cash!"
766
- msgstr ""
767
-
768
- #: includes/class-freemius.php:21934
769
- msgid "Learn more"
770
- msgstr "Přečtěte si více"
771
-
772
- #: includes/class-freemius.php22120, templates/account.php499,
773
- #: templates/account.php624, templates/connect.php171,
774
- #: templates/connect.php421, templates/forms/license-activation.php27,
775
- #: templates/account/partials/addon.php:321
776
- msgid "Activate License"
777
- msgstr "Aktivovat licenci"
778
-
779
- #: includes/class-freemius.php22121, templates/account.php571,
780
- #: templates/account.php623, templates/account/partials/addon.php322,
781
- #: templates/account/partials/site.php:271
782
- msgid "Change License"
783
- msgstr "Změnit licenci"
784
-
785
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
786
- msgid "Opt Out"
787
- msgstr "Odhlásit se"
788
-
789
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
790
- #: templates/account/partials/site.php49,
791
- #: templates/account/partials/site.php:169
792
- msgid "Opt In"
793
- msgstr "Zúčastnit se"
794
-
795
- #: includes/class-freemius.php:22453
796
- msgid ""
797
- " The paid version of %1$s is already installed. Please activate it to start "
798
- "benefiting the %2$s features. %3$s"
799
- msgstr " Placená verze %1s je již nainstalována. Aktivujte jí, abyste mohli těžit z %2s funkcí. %3s"
800
-
801
- #: includes/class-freemius.php:22461
802
- msgid "Activate %s features"
803
- msgstr "Aktivovat %s funkce"
804
-
805
- #: includes/class-freemius.php:22474
806
- msgid "Please follow these steps to complete the upgrade"
807
- msgstr "Dokončete upgrade provedením následujících kroků"
808
-
809
- #: includes/class-freemius.php:22478
810
- msgid "Download the latest %s version"
811
- msgstr "Stáhnout nejnovější verzi %s"
812
-
813
- #: includes/class-freemius.php:22482
814
- msgid "Upload and activate the downloaded version"
815
- msgstr "Nahrát a aktivovat stáhnutou verzi"
816
-
817
- #: includes/class-freemius.php:22484
818
- msgid "How to upload and activate?"
819
- msgstr "Jak nahrát a aktivovat?"
820
-
821
- #: includes/class-freemius.php:22618
822
- msgid ""
823
- "%sClick here%s to choose the sites where you'd like to activate the license "
824
- "on."
825
- msgstr ""
826
-
827
- #: includes/class-freemius.php:22779
828
- msgid "Auto installation only works for opted-in users."
829
- msgstr ""
830
-
831
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
832
- #: includes/class-fs-plugin-updater.php1212,
833
- #: includes/class-fs-plugin-updater.php:1226
834
- msgid "Invalid module ID."
835
- msgstr ""
836
-
837
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
838
- msgid "Premium version already active."
839
- msgstr "Prémiová verze je již aktivní."
840
-
841
- #: includes/class-freemius.php:22805
842
- msgid "You do not have a valid license to access the premium version."
843
- msgstr ""
844
-
845
- #: includes/class-freemius.php:22812
846
- msgid ""
847
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
848
- "version."
849
- msgstr ""
850
-
851
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
852
- msgid "Premium add-on version already installed."
853
- msgstr ""
854
-
855
- #: includes/class-freemius.php:23180
856
- msgid "View paid features"
857
- msgstr "Zobrazit placené funkce"
858
-
859
- #: includes/class-freemius.php:23502
860
- msgid "Thank you so much for using %s and its add-ons!"
861
- msgstr ""
862
-
863
- #: includes/class-freemius.php:23503
864
- msgid "Thank you so much for using %s!"
865
- msgstr ""
866
-
867
- #: includes/class-freemius.php:23509
868
- msgid ""
869
- "You've already opted-in to our usage-tracking, which helps us keep improving"
870
- " the %s."
871
- msgstr ""
872
-
873
- #: includes/class-freemius.php:23513
874
- msgid "Thank you so much for using our products!"
875
- msgstr ""
876
-
877
- #: includes/class-freemius.php:23514
878
- msgid ""
879
- "You've already opted-in to our usage-tracking, which helps us keep improving"
880
- " them."
881
- msgstr ""
882
-
883
- #: includes/class-freemius.php:23533
884
- msgid "%s and its add-ons"
885
- msgstr "%s a jeho doplňky"
886
-
887
- #: includes/class-freemius.php:23542
888
- msgid "Products"
889
- msgstr "Produkty"
890
-
891
- #: includes/class-freemius.php23549, templates/connect.php:272
892
- msgid "Yes"
893
- msgstr "Ano"
894
-
895
- #: includes/class-freemius.php23550, templates/connect.php:273
896
- msgid "send me security & feature updates, educational content and offers."
897
- msgstr ""
898
-
899
- #: includes/class-freemius.php23551, templates/connect.php:278
900
- msgid "No"
901
- msgstr "Ne"
902
-
903
- #: includes/class-freemius.php23553, templates/connect.php:280
904
- msgid ""
905
- "do %sNOT%s send me security & feature updates, educational content and "
906
- "offers."
907
- msgstr ""
908
-
909
- #: includes/class-freemius.php:23563
910
- msgid ""
911
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
912
- "requirements it is required that you provide your explicit consent, again, "
913
- "confirming that you are onboard :-)"
914
- msgstr ""
915
-
916
- #: includes/class-freemius.php23565, templates/connect.php:287
917
- msgid ""
918
- "Please let us know if you'd like us to contact you for security & feature "
919
- "updates, educational content, and occasional offers:"
920
- msgstr ""
921
-
922
- #: includes/class-freemius.php:23847
923
- msgid "License key is empty."
924
- msgstr "Licenční klíč je prázdný."
925
-
926
- #: includes/class-fs-plugin-updater.php206,
927
- #: templates/forms/premium-versions-upgrade-handler.php:57
928
- msgid "Renew license"
929
- msgstr "Obnovit licenci"
930
-
931
- #: includes/class-fs-plugin-updater.php211,
932
- #: templates/forms/premium-versions-upgrade-handler.php:58
933
- msgid "Buy license"
934
- msgstr "Koupit licenci"
935
-
936
- #: includes/class-fs-plugin-updater.php321,
937
- #: includes/class-fs-plugin-updater.php:354
938
- msgid "There is a %s of %s available."
939
- msgstr ""
940
-
941
- #: includes/class-fs-plugin-updater.php323,
942
- #: includes/class-fs-plugin-updater.php:359
943
- msgid "new Beta version"
944
- msgstr "nová Beta verze"
945
-
946
- #: includes/class-fs-plugin-updater.php324,
947
- #: includes/class-fs-plugin-updater.php:360
948
- msgid "new version"
949
- msgstr "nová verze"
950
-
951
- #: includes/class-fs-plugin-updater.php:383
952
- msgid "Important Upgrade Notice:"
953
- msgstr ""
954
-
955
- #: includes/class-fs-plugin-updater.php:1277
956
- msgid "Installing plugin: %s"
957
- msgstr "Instaluji plugin: %s"
958
-
959
- #: includes/class-fs-plugin-updater.php:1318
960
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
961
- msgstr "Nelze se připojit k systémovému souboru. Potvrďte prosím svá pověření."
962
-
963
- #: includes/class-fs-plugin-updater.php:1500
964
- msgid ""
965
- "The remote plugin package does not contain a folder with the desired slug "
966
- "and renaming did not work."
967
- msgstr "Balíček remote pluginů neobsahuje složku s žádoucím \"slug\" a přejmenování nefunguje."
968
-
969
- #: includes/fs-plugin-info-dialog.php:535
970
- msgid "Purchase More"
971
- msgstr "Zakoupit další"
972
-
973
- #: includes/fs-plugin-info-dialog.php536,
974
- #: templates/account/partials/addon.php:385
975
- msgctxt "verb"
976
- msgid "Purchase"
977
- msgstr "Zakoupit"
978
-
979
- #: includes/fs-plugin-info-dialog.php:540
980
- msgid "Start my free %s"
981
- msgstr "Začít můj bezplatný %s"
982
-
983
- #: includes/fs-plugin-info-dialog.php:738
984
- msgid "Install Free Version Update Now"
985
- msgstr ""
986
-
987
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
988
- msgid "Install Update Now"
989
- msgstr "Nainstalovat aktualizaci"
990
-
991
- #: includes/fs-plugin-info-dialog.php:748
992
- msgid "Install Free Version Now"
993
- msgstr "Nainstalovat verzi zdarma"
994
-
995
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
996
- #: templates/auto-installation.php111,
997
- #: templates/account/partials/addon.php365,
998
- #: templates/account/partials/addon.php:418
999
- msgid "Install Now"
1000
- msgstr "Instalovat"
1001
-
1002
- #: includes/fs-plugin-info-dialog.php:765
1003
- msgctxt "as download latest version"
1004
- msgid "Download Latest Free Version"
1005
- msgstr "Stáhněte si nejnovější bezplatnou verzi"
1006
-
1007
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
1008
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
1009
- msgctxt "as download latest version"
1010
- msgid "Download Latest"
1011
- msgstr "Stáhněte si nejnovější"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
1014
- #: templates/account/partials/addon.php356,
1015
- #: templates/account/partials/addon.php:412
1016
- msgid "Activate this add-on"
1017
- msgstr "Aktivovat toto rozšíření"
1018
-
1019
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
1020
- msgid "Activate Free Version"
1021
- msgstr "Aktivovat bezplatnou verzi"
1022
-
1023
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
1024
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
1025
- msgid "Activate"
1026
- msgstr "Aktivovat"
1027
-
1028
- #: includes/fs-plugin-info-dialog.php:994
1029
- msgctxt "Plugin installer section title"
1030
- msgid "Description"
1031
- msgstr "Popis"
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:995
1034
- msgctxt "Plugin installer section title"
1035
- msgid "Installation"
1036
- msgstr "Instalace"
1037
-
1038
- #: includes/fs-plugin-info-dialog.php:996
1039
- msgctxt "Plugin installer section title"
1040
- msgid "FAQ"
1041
- msgstr "FAQ"
1042
-
1043
- #: includes/fs-plugin-info-dialog.php997,
1044
- #: templates/plugin-info/description.php:55
1045
- msgid "Screenshots"
1046
- msgstr "Snímky obrazovky"
1047
-
1048
- #: includes/fs-plugin-info-dialog.php:998
1049
- msgctxt "Plugin installer section title"
1050
- msgid "Changelog"
1051
- msgstr "Historie změn"
1052
-
1053
- #: includes/fs-plugin-info-dialog.php:999
1054
- msgctxt "Plugin installer section title"
1055
- msgid "Reviews"
1056
- msgstr "Vaše hodnocení"
1057
-
1058
- #: includes/fs-plugin-info-dialog.php:1000
1059
- msgctxt "Plugin installer section title"
1060
- msgid "Other Notes"
1061
- msgstr ""
1062
-
1063
- #: includes/fs-plugin-info-dialog.php:1015
1064
- msgctxt "Plugin installer section title"
1065
- msgid "Features & Pricing"
1066
- msgstr "Vlastnosti a ceník"
1067
-
1068
- #: includes/fs-plugin-info-dialog.php:1025
1069
- msgid "Plugin Install"
1070
- msgstr "Instalace pluginu"
1071
-
1072
- #: includes/fs-plugin-info-dialog.php:1097
1073
- msgctxt "e.g. Professional Plan"
1074
- msgid "%s Plan"
1075
- msgstr "%s plán"
1076
-
1077
- #: includes/fs-plugin-info-dialog.php:1123
1078
- msgctxt "e.g. the best product"
1079
- msgid "Best"
1080
- msgstr "Nejlepší"
1081
-
1082
- #: includes/fs-plugin-info-dialog.php1129,
1083
- #: includes/fs-plugin-info-dialog.php:1149
1084
- msgctxt "as every month"
1085
- msgid "Monthly"
1086
- msgstr "Měsíčně"
1087
-
1088
- #: includes/fs-plugin-info-dialog.php:1132
1089
- msgctxt "as once a year"
1090
- msgid "Annual"
1091
- msgstr "Ročně"
1092
-
1093
- #: includes/fs-plugin-info-dialog.php:1135
1094
- msgid "Lifetime"
1095
- msgstr "Doživotní"
1096
-
1097
- #: includes/fs-plugin-info-dialog.php1149,
1098
- #: includes/fs-plugin-info-dialog.php1151,
1099
- #: includes/fs-plugin-info-dialog.php:1153
1100
- msgctxt "e.g. billed monthly"
1101
- msgid "Billed %s"
1102
- msgstr "Účtováno %s"
1103
-
1104
- #: includes/fs-plugin-info-dialog.php:1151
1105
- msgctxt "as once a year"
1106
- msgid "Annually"
1107
- msgstr "Ročně"
1108
-
1109
- #: includes/fs-plugin-info-dialog.php:1153
1110
- msgctxt "as once a year"
1111
- msgid "Once"
1112
- msgstr "Jedenkrát"
1113
-
1114
- #: includes/fs-plugin-info-dialog.php:1159
1115
- msgid "Single Site License"
1116
- msgstr ""
1117
-
1118
- #: includes/fs-plugin-info-dialog.php:1161
1119
- msgid "Unlimited Licenses"
1120
- msgstr ""
1121
-
1122
- #: includes/fs-plugin-info-dialog.php:1163
1123
- msgid "Up to %s Sites"
1124
- msgstr "Až pro %s webů"
1125
-
1126
- #: includes/fs-plugin-info-dialog.php1173,
1127
- #: templates/plugin-info/features.php:82
1128
- msgctxt "as monthly period"
1129
- msgid "mo"
1130
- msgstr "po"
1131
-
1132
- #: includes/fs-plugin-info-dialog.php1180,
1133
- #: templates/plugin-info/features.php:80
1134
- msgctxt "as annual period"
1135
- msgid "year"
1136
- msgstr "rok"
1137
-
1138
- #: includes/fs-plugin-info-dialog.php:1234
1139
- msgctxt "noun"
1140
- msgid "Price"
1141
- msgstr "Cena"
1142
-
1143
- #: includes/fs-plugin-info-dialog.php:1282
1144
- msgid "Save %s"
1145
- msgstr "Uložit %s"
1146
-
1147
- #: includes/fs-plugin-info-dialog.php:1292
1148
- msgid "No commitment for %s - cancel anytime"
1149
- msgstr ""
1150
-
1151
- #: includes/fs-plugin-info-dialog.php:1295
1152
- msgid "After your free %s, pay as little as %s"
1153
- msgstr "Po bezplatné %s platit jen v %s"
1154
-
1155
- #: includes/fs-plugin-info-dialog.php:1306
1156
- msgid "Details"
1157
- msgstr "Detaily"
1158
-
1159
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1160
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1161
- #: templates/account/partials/addon.php:36
1162
- msgctxt "product version"
1163
- msgid "Version"
1164
- msgstr "Verze"
1165
-
1166
- #: includes/fs-plugin-info-dialog.php:1317
1167
- msgctxt "as the plugin author"
1168
- msgid "Author"
1169
- msgstr "Autor"
1170
-
1171
- #: includes/fs-plugin-info-dialog.php:1324
1172
- msgid "Last Updated"
1173
- msgstr "Poslední aktualizace"
1174
-
1175
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1176
- msgctxt "x-ago"
1177
- msgid "%s ago"
1178
- msgstr "Před %s"
1179
-
1180
- #: includes/fs-plugin-info-dialog.php:1338
1181
- msgid "Requires WordPress Version"
1182
- msgstr "Vyžaduje verzi WordPress"
1183
-
1184
- #: includes/fs-plugin-info-dialog.php:1339
1185
- msgid "%s or higher"
1186
- msgstr "%s nebo vyšší"
1187
-
1188
- #: includes/fs-plugin-info-dialog.php:1346
1189
- msgid "Compatible up to"
1190
- msgstr "Kompatibilní až po"
1191
-
1192
- #: includes/fs-plugin-info-dialog.php:1354
1193
- msgid "Downloaded"
1194
- msgstr "Staženo"
1195
-
1196
- #: includes/fs-plugin-info-dialog.php:1358
1197
- msgid "%s time"
1198
- msgstr "%s krát"
1199
-
1200
- #: includes/fs-plugin-info-dialog.php:1360
1201
- msgid "%s times"
1202
- msgstr "%s krát"
1203
-
1204
- #: includes/fs-plugin-info-dialog.php:1370
1205
- msgid "WordPress.org Plugin Page"
1206
- msgstr "Název pluginu na WordPress.org"
1207
-
1208
- #: includes/fs-plugin-info-dialog.php:1378
1209
- msgid "Plugin Homepage"
1210
- msgstr "Hlavní stránka pluginu"
1211
-
1212
- #: includes/fs-plugin-info-dialog.php1386,
1213
- #: includes/fs-plugin-info-dialog.php:1468
1214
- msgid "Donate to this plugin"
1215
- msgstr "Přispějte na tento plugin"
1216
-
1217
- #: includes/fs-plugin-info-dialog.php:1393
1218
- msgid "Average Rating"
1219
- msgstr "Průměrné hodnocení"
1220
-
1221
- #: includes/fs-plugin-info-dialog.php:1400
1222
- msgid "based on %s"
1223
- msgstr "založeno na %s"
1224
-
1225
- #: includes/fs-plugin-info-dialog.php:1404
1226
- msgid "%s rating"
1227
- msgstr "%s hodnocení"
1228
-
1229
- #: includes/fs-plugin-info-dialog.php:1406
1230
- msgid "%s ratings"
1231
- msgstr "%s hodnocení"
1232
-
1233
- #: includes/fs-plugin-info-dialog.php:1421
1234
- msgid "%s star"
1235
- msgstr "%s hvězda"
1236
-
1237
- #: includes/fs-plugin-info-dialog.php:1423
1238
- msgid "%s stars"
1239
- msgstr "%s hvězd"
1240
-
1241
- #: includes/fs-plugin-info-dialog.php:1434
1242
- msgid "Click to see reviews that provided a rating of %s"
1243
- msgstr ""
1244
-
1245
- #: includes/fs-plugin-info-dialog.php:1447
1246
- msgid "Contributors"
1247
- msgstr "Přispěvatelé"
1248
-
1249
- #: includes/fs-plugin-info-dialog.php1476,
1250
- #: includes/fs-plugin-info-dialog.php:1478
1251
- msgid "Warning"
1252
- msgstr "Varování"
1253
-
1254
- #: includes/fs-plugin-info-dialog.php:1476
1255
- msgid ""
1256
- "This plugin has not been tested with your current version of WordPress."
1257
- msgstr ""
1258
-
1259
- #: includes/fs-plugin-info-dialog.php:1478
1260
- msgid ""
1261
- "This plugin has not been marked as compatible with your version of "
1262
- "WordPress."
1263
- msgstr ""
1264
-
1265
- #: includes/fs-plugin-info-dialog.php:1497
1266
- msgid "Paid add-on must be deployed to Freemius."
1267
- msgstr "Placený doplněk musí být nasazen na Freemius."
1268
-
1269
- #: includes/fs-plugin-info-dialog.php:1498
1270
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1271
- msgstr "Rozšíření musí být nasazeno na WordPress.org nebo na Freemius."
1272
-
1273
- #: includes/fs-plugin-info-dialog.php:1519
1274
- msgid "Newer Version (%s) Installed"
1275
- msgstr "Novější verze (%s) nainstalována"
1276
-
1277
- #: includes/fs-plugin-info-dialog.php:1520
1278
- msgid "Newer Free Version (%s) Installed"
1279
- msgstr "Novější verze zdarma (%s) nainstalována"
1280
-
1281
- #: includes/fs-plugin-info-dialog.php:1527
1282
- msgid "Latest Version Installed"
1283
- msgstr "Nainstalována nejnovější verze"
1284
-
1285
- #: includes/fs-plugin-info-dialog.php:1528
1286
- msgid "Latest Free Version Installed"
1287
- msgstr "Nainstalována nejnovější verze zdarma"
1288
-
1289
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1290
- #: templates/account/partials/addon.php26,
1291
- #: templates/account/partials/site.php:311
1292
- msgid "Downgrading your plan"
1293
- msgstr "Snižuji vaše předplatné"
1294
-
1295
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1296
- #: templates/account/partials/addon.php27,
1297
- #: templates/account/partials/site.php:312
1298
- msgid "Cancelling the subscription"
1299
- msgstr "Ruším předplatné"
1300
-
1301
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1302
- #. subscription'
1303
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1304
- #: templates/account/partials/site.php:314
1305
- msgid ""
1306
- "%1$s will immediately stop all future recurring payments and your %2$s plan "
1307
- "license will expire in %3$s."
1308
- msgstr "%1s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
1309
-
1310
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1311
- #: templates/account/partials/addon.php30,
1312
- #: templates/account/partials/site.php:315
1313
- msgid ""
1314
- "Please note that we will not be able to grandfather outdated pricing for "
1315
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1316
- "subscription manually in the future, after a price increase, which typically"
1317
- " occurs once a year, you will be charged the updated price."
1318
- msgstr ""
1319
-
1320
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1321
- #: templates/account/partials/addon.php:31
1322
- msgid ""
1323
- "Cancelling the trial will immediately block access to all premium features. "
1324
- "Are you sure?"
1325
- msgstr "Zrušení zkušební verze okamžitě zablokuje přístup ke všem prémiovým funkcím. Opravdu chcete pokračovat?"
1326
-
1327
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1328
- #: templates/account/partials/addon.php32,
1329
- #: templates/account/partials/site.php:316
1330
- msgid ""
1331
- "You can still enjoy all %s features but you will not have access to %s "
1332
- "security & feature updates, nor support."
1333
- msgstr ""
1334
-
1335
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1336
- #: templates/account/partials/addon.php33,
1337
- #: templates/account/partials/site.php:317
1338
- msgid ""
1339
- "Once your license expires you can still use the Free version but you will "
1340
- "NOT have access to the %s features."
1341
- msgstr ""
1342
-
1343
- #. translators: %s: Plan title (e.g. "Professional")
1344
- #: templates/account.php101,
1345
- #: templates/account/partials/activate-license-button.php31,
1346
- #: templates/account/partials/addon.php:35
1347
- msgid "Activate %s Plan"
1348
- msgstr "Aktivovat %s plán"
1349
-
1350
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1351
- #: templates/account.php104, templates/account/partials/addon.php38,
1352
- #: templates/account/partials/site.php:291
1353
- msgid "Auto renews in %s"
1354
- msgstr "Automaticky se obnoví za %s"
1355
-
1356
- #. translators: %s: Time period (e.g. Expires in "2 months")
1357
- #: templates/account.php106, templates/account/partials/addon.php40,
1358
- #: templates/account/partials/site.php:293
1359
- msgid "Expires in %s"
1360
- msgstr "Vyprší za %s"
1361
-
1362
- #: templates/account.php:107
1363
- msgctxt "as synchronize license"
1364
- msgid "Sync License"
1365
- msgstr "Synchronizovat licence"
1366
-
1367
- #: templates/account.php108, templates/account/partials/addon.php:41
1368
- msgid "Cancel Trial"
1369
- msgstr "Zrušit zkušební verzi"
1370
-
1371
- #: templates/account.php109, templates/account/partials/addon.php:42
1372
- msgid "Change Plan"
1373
- msgstr "Změnit plán"
1374
-
1375
- #: templates/account.php110, templates/account/partials/addon.php:43
1376
- msgctxt "verb"
1377
- msgid "Upgrade"
1378
- msgstr "Vylepšit"
1379
-
1380
- #: templates/account.php112, templates/account/partials/addon.php45,
1381
- #: templates/account/partials/site.php:318
1382
- msgctxt "verb"
1383
- msgid "Downgrade"
1384
- msgstr "Přejít na nižší verzi"
1385
-
1386
- #: templates/account.php114, templates/add-ons.php246,
1387
- #: templates/plugin-info/features.php72,
1388
- #: templates/account/partials/addon.php47,
1389
- #: templates/account/partials/site.php:33
1390
- msgid "Free"
1391
- msgstr "Zdarma"
1392
-
1393
- #: templates/account.php116, templates/debug.php373,
1394
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1395
- #: templates/account/partials/addon.php:49
1396
- msgctxt "as product pricing plan"
1397
- msgid "Plan"
1398
- msgstr "Druh členství"
1399
-
1400
- #: templates/account.php:117
1401
- msgid "Bundle Plan"
1402
- msgstr ""
1403
-
1404
- #: templates/account.php:191
1405
- msgid "Free Trial"
1406
- msgstr "Zkušební verze zdarma"
1407
-
1408
- #: templates/account.php:202
1409
- msgid "Account Details"
1410
- msgstr "Detaily účtu"
1411
-
1412
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1413
- msgid "Start Debug"
1414
- msgstr ""
1415
-
1416
- #: templates/account.php:211
1417
- msgid "Stop Debug"
1418
- msgstr ""
1419
-
1420
- #: templates/account.php:218
1421
- msgid "Billing & Invoices"
1422
- msgstr ""
1423
-
1424
- #: templates/account.php:229
1425
- msgid ""
1426
- "Deleting the account will automatically deactivate your %s plan license so "
1427
- "you can use it on other sites. If you want to terminate the recurring "
1428
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1429
- "account. Are you sure you would like to continue with the deletion?"
1430
- msgstr ""
1431
-
1432
- #: templates/account.php:231
1433
- msgid ""
1434
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1435
- "anymore. Are you sure you would like to continue with the deletion?"
1436
- msgstr ""
1437
-
1438
- #: templates/account.php:234
1439
- msgid "Delete Account"
1440
- msgstr "Smazat účet"
1441
-
1442
- #: templates/account.php246, templates/account/partials/addon.php231,
1443
- #: templates/account/partials/deactivate-license-button.php:35
1444
- msgid "Deactivate License"
1445
- msgstr "Deaktivovat licenci"
1446
-
1447
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1448
- msgid "Are you sure you want to proceed?"
1449
- msgstr "Opravdu chcete pokračovat?"
1450
-
1451
- #: templates/account.php269, templates/account/partials/addon.php:255
1452
- msgid "Cancel Subscription"
1453
- msgstr "Zrušit předplatné"
1454
-
1455
- #: templates/account.php298, templates/account/partials/addon.php:340
1456
- msgctxt "as synchronize"
1457
- msgid "Sync"
1458
- msgstr "Synchronizovat"
1459
-
1460
- #: templates/account.php313, templates/debug.php:507
1461
- msgid "Name"
1462
- msgstr "Jméno"
1463
-
1464
- #: templates/account.php319, templates/debug.php:508
1465
- msgid "Email"
1466
- msgstr "Email"
1467
-
1468
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1469
- msgid "User ID"
1470
- msgstr "ID uživatele"
1471
-
1472
- #: templates/account.php344, templates/account.php637,
1473
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1474
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1475
- #: templates/debug.php632, templates/account/payments.php35,
1476
- #: templates/debug/logger.php:21
1477
- msgid "ID"
1478
- msgstr "ID"
1479
-
1480
- #: templates/account.php:351
1481
- msgid "Site ID"
1482
- msgstr "ID stránky"
1483
-
1484
- #: templates/account.php:354
1485
- msgid "No ID"
1486
- msgstr "Žádné ID"
1487
-
1488
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1489
- #: templates/debug.php458, templates/debug.php510,
1490
- #: templates/account/partials/site.php:227
1491
- msgid "Public Key"
1492
- msgstr "Veřejný klíč"
1493
-
1494
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1495
- #: templates/debug.php511, templates/account/partials/site.php:239
1496
- msgid "Secret Key"
1497
- msgstr "Tajný klíč"
1498
-
1499
- #: templates/account.php:368
1500
- msgctxt "as secret encryption key missing"
1501
- msgid "No Secret"
1502
- msgstr "Tajný klíč chybí"
1503
-
1504
- #: templates/account.php395, templates/account/partials/site.php120,
1505
- #: templates/account/partials/site.php:122
1506
- msgid "Trial"
1507
- msgstr "Zkouška"
1508
-
1509
- #: templates/account.php422, templates/debug.php562,
1510
- #: templates/account/partials/site.php:260
1511
- msgid "License Key"
1512
- msgstr "Licenční klíč"
1513
-
1514
- #: templates/account.php:453
1515
- msgid "Join the Beta program"
1516
- msgstr ""
1517
-
1518
- #: templates/account.php:459
1519
- msgid "not verified"
1520
- msgstr "není ověřeno"
1521
-
1522
- #: templates/account.php468, templates/account/partials/addon.php:190
1523
- msgid "Expired"
1524
- msgstr "Vypršelo"
1525
-
1526
- #: templates/account.php:528
1527
- msgid "Premium version"
1528
- msgstr "Prémiová verze"
1529
-
1530
- #: templates/account.php:530
1531
- msgid "Free version"
1532
- msgstr "Verze zdarma"
1533
-
1534
- #: templates/account.php:542
1535
- msgid "Verify Email"
1536
- msgstr "Ověřit e-mail"
1537
-
1538
- #: templates/account.php:553
1539
- msgid "Download %s Version"
1540
- msgstr "Stáhnout verzi %s"
1541
-
1542
- #: templates/account.php568, templates/account.php820,
1543
- #: templates/account/partials/site.php248,
1544
- #: templates/account/partials/site.php:270
1545
- msgctxt "verb"
1546
- msgid "Show"
1547
- msgstr "Zobrazit"
1548
-
1549
- #: templates/account.php:583
1550
- msgid "What is your %s?"
1551
- msgstr "Jaké je vaše \"%s\"?"
1552
-
1553
- #: templates/account.php591, templates/account/billing.php:21
1554
- msgctxt "verb"
1555
- msgid "Edit"
1556
- msgstr "Upravit"
1557
-
1558
- #: templates/account.php:616
1559
- msgid "Sites"
1560
- msgstr "Weby"
1561
-
1562
- #: templates/account.php:629
1563
- msgid "Search by address"
1564
- msgstr "Hledat podle adresy"
1565
-
1566
- #: templates/account.php638, templates/debug.php:368
1567
- msgid "Address"
1568
- msgstr "Adresa"
1569
-
1570
- #: templates/account.php:639
1571
- msgid "License"
1572
- msgstr "Licence"
1573
-
1574
- #: templates/account.php:640
1575
- msgid "Plan"
1576
- msgstr "Druh členství"
1577
-
1578
- #: templates/account.php:685
1579
- msgctxt "as software license"
1580
- msgid "License"
1581
- msgstr "Licence"
1582
-
1583
- #: templates/account.php:814
1584
- msgctxt "verb"
1585
- msgid "Hide"
1586
- msgstr "Skrýt"
1587
-
1588
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1589
- msgid "Processing"
1590
- msgstr ""
1591
-
1592
- #: templates/account.php:839
1593
- msgid "Get updates for bleeding edge Beta versions of %s."
1594
- msgstr ""
1595
-
1596
- #: templates/account.php:897
1597
- msgid "Cancelling %s"
1598
- msgstr "Ruším %s"
1599
-
1600
- #: templates/account.php897, templates/account.php914,
1601
- #: templates/forms/subscription-cancellation.php27,
1602
- #: templates/forms/deactivation/form.php:133
1603
- msgid "trial"
1604
- msgstr "zkušební"
1605
-
1606
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1607
- msgid "Cancelling %s..."
1608
- msgstr "Ruším %s..."
1609
-
1610
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1611
- #: templates/forms/deactivation/form.php:134
1612
- msgid "subscription"
1613
- msgstr "předplatné"
1614
-
1615
- #: templates/account.php:929
1616
- msgid ""
1617
- "Deactivating your license will block all premium features, but will enable "
1618
- "activating the license on another site. Are you sure you want to proceed?"
1619
- msgstr ""
1620
-
1621
- #: templates/add-ons.php:38
1622
- msgid "View details"
1623
- msgstr "Zobrazit podrobnosti"
1624
-
1625
- #: templates/add-ons.php:48
1626
- msgid "Add Ons for %s"
1627
- msgstr "Rozšíření pro %s"
1628
-
1629
- #: templates/add-ons.php:58
1630
- msgid ""
1631
- "We couldn't load the add-ons list. It's probably an issue on our side, "
1632
- "please try to come back in few minutes."
1633
- msgstr ""
1634
-
1635
- #: templates/add-ons.php:229
1636
- msgctxt "active add-on"
1637
- msgid "Active"
1638
- msgstr ""
1639
-
1640
- #: templates/add-ons.php:230
1641
- msgctxt "installed add-on"
1642
- msgid "Installed"
1643
- msgstr ""
1644
-
1645
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1646
- #: templates/forms/resend-key.php:77
1647
- msgctxt "as close a window"
1648
- msgid "Dismiss"
1649
- msgstr "Skrýt"
1650
-
1651
- #: templates/auto-installation.php:45
1652
- msgid "%s sec"
1653
- msgstr "%s s"
1654
-
1655
- #: templates/auto-installation.php:83
1656
- msgid "Automatic Installation"
1657
- msgstr ""
1658
-
1659
- #: templates/auto-installation.php:93
1660
- msgid ""
1661
- "An automated download and installation of %s (paid version) from %s will "
1662
- "start in %s. If you would like to do it manually - click the cancellation "
1663
- "button now."
1664
- msgstr ""
1665
-
1666
- #: templates/auto-installation.php:104
1667
- msgid ""
1668
- "The installation process has started and may take a few minutes to complete."
1669
- " Please wait until it is done - do not refresh this page."
1670
- msgstr "Proces instalace byl zahájen a může trvat několik minut. Počkejte prosím na dokončení - neobnovujte tuto stránku."
1671
-
1672
- #: templates/auto-installation.php:109
1673
- msgid "Cancel Installation"
1674
- msgstr ""
1675
-
1676
- #: templates/checkout.php:180
1677
- msgid "Checkout"
1678
- msgstr "Pokladna"
1679
-
1680
- #: templates/checkout.php:180
1681
- msgid "PCI compliant"
1682
- msgstr "Kompatibilní s PCI"
1683
-
1684
- #. translators: %s: name (e.g. Hey John,)
1685
- #: templates/connect.php:112
1686
- msgctxt "greeting"
1687
- msgid "Hey %s,"
1688
- msgstr "Dobrý den %s,"
1689
-
1690
- #: templates/connect.php:154
1691
- msgid "Allow & Continue"
1692
- msgstr "Povolit a pokračovat"
1693
-
1694
- #: templates/connect.php:158
1695
- msgid "Re-send activation email"
1696
- msgstr "Znovu poslat aktivační email"
1697
-
1698
- #: templates/connect.php:162
1699
- msgid "Thanks %s!"
1700
- msgstr "Děkujeme %s!"
1701
-
1702
- #: templates/connect.php172, templates/forms/license-activation.php:46
1703
- msgid "Agree & Activate License"
1704
- msgstr "Aktivovat licenci"
1705
-
1706
- #: templates/connect.php:181
1707
- msgid ""
1708
- "Thanks for purchasing %s! To get started, please enter your license key:"
1709
- msgstr "Děkujeme za nákup %s! Pro aktivaci zadejte prosím svůj licenční klíč:"
1710
-
1711
- #: templates/connect.php:188
1712
- msgid ""
1713
- "Never miss an important update - opt in to our security & feature updates "
1714
- "notifications, educational content, offers, and non-sensitive diagnostic "
1715
- "tracking with %4$s."
1716
- msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace."
1717
-
1718
- #: templates/connect.php:189
1719
- msgid ""
1720
- "Never miss an important update - opt in to our security and feature updates "
1721
- "notifications, and non-sensitive diagnostic tracking with %4$s."
1722
- msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace."
1723
-
1724
- #: templates/connect.php:195
1725
- msgid ""
1726
- "Never miss an important update - opt in to our security & feature updates "
1727
- "notifications, educational content, offers, and non-sensitive diagnostic "
1728
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just"
1729
- " fine."
1730
- msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
1731
-
1732
- #: templates/connect.php:196
1733
- msgid ""
1734
- "Never miss an important update - opt in to our security & feature updates "
1735
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
1736
- "this, that's okay! %1$s will still work just fine."
1737
- msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
1738
-
1739
- #: templates/connect.php:230
1740
- msgid "We're excited to introduce the Freemius network-level integration."
1741
- msgstr "Jsme rádi, že vám můžeme ukázat integraci Freemiusu i v rámci sítě webů."
1742
-
1743
- #: templates/connect.php:233
1744
- msgid ""
1745
- "During the update process we detected %d site(s) that are still pending "
1746
- "license activation."
1747
- msgstr ""
1748
-
1749
- #: templates/connect.php:235
1750
- msgid ""
1751
- "If you'd like to use the %s on those sites, please enter your license key "
1752
- "below and click the activation button."
1753
- msgstr ""
1754
-
1755
- #: templates/connect.php:237
1756
- msgid "%s's paid features"
1757
- msgstr ""
1758
-
1759
- #: templates/connect.php:242
1760
- msgid ""
1761
- "Alternatively, you can skip it for now and activate the license later, in "
1762
- "your %s's network-level Account page."
1763
- msgstr ""
1764
-
1765
- #: templates/connect.php:244
1766
- msgid ""
1767
- "During the update process we detected %s site(s) in the network that are "
1768
- "still pending your attention."
1769
- msgstr ""
1770
-
1771
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1772
- #: templates/forms/license-activation.php:49
1773
- msgid "License key"
1774
- msgstr "Licenční klíč"
1775
-
1776
- #: templates/connect.php256, templates/forms/license-activation.php:22
1777
- msgid "Can't find your license key?"
1778
- msgstr "Nemůžete najít svůj licenční klíč?"
1779
-
1780
- #: templates/connect.php315, templates/connect.php652,
1781
- #: templates/forms/deactivation/retry-skip.php:20
1782
- msgctxt "verb"
1783
- msgid "Skip"
1784
- msgstr "Přeskočit"
1785
-
1786
- #: templates/connect.php:318
1787
- msgid "Delegate to Site Admins"
1788
- msgstr ""
1789
-
1790
- #: templates/connect.php:318
1791
- msgid ""
1792
- "If you click it, this decision will be delegated to the sites "
1793
- "administrators."
1794
- msgstr ""
1795
-
1796
- #: templates/connect.php:346
1797
- msgid "Your Profile Overview"
1798
- msgstr "Informace o vašem profilu"
1799
-
1800
- #: templates/connect.php:347
1801
- msgid "Name and email address"
1802
- msgstr "Jméno a emailová adresa"
1803
-
1804
- #: templates/connect.php:352
1805
- msgid "Your Site Overview"
1806
- msgstr "Informace o vaší stránce"
1807
-
1808
- #: templates/connect.php:353
1809
- msgid "Site URL, WP version, PHP info, plugins & themes"
1810
- msgstr "URL webu, verze WP, PHP info, pluginy a šablony"
1811
-
1812
- #: templates/connect.php:358
1813
- msgid "Admin Notices"
1814
- msgstr "Zobrazení oznámení v adminu"
1815
-
1816
- #: templates/connect.php359, templates/connect.php:375
1817
- msgid "Updates, announcements, marketing, no spam"
1818
- msgstr "Aktualizace, oznámení, marketing, žádný spam"
1819
-
1820
- #: templates/connect.php:364
1821
- msgid "Current %s Events"
1822
- msgstr "Informace o událostech pro %s"
1823
-
1824
- #: templates/connect.php:365
1825
- msgid "Activation, deactivation and uninstall"
1826
- msgstr "Aktivace, deaktivace a odinstalace"
1827
-
1828
- #: templates/connect.php:374
1829
- msgid "Newsletter"
1830
- msgstr "Newsletter"
1831
-
1832
- #: templates/connect.php391, templates/forms/license-activation.php:41
1833
- msgid ""
1834
- "The %1$s will be periodically sending data to %2$s to check for security and"
1835
- " feature updates, and verify the validity of your license."
1836
- msgstr "Pro ověření platnosti vaší licence a automatických aktualizací bude tento %1$s periodicky odesílat data do %2$s."
1837
-
1838
- #: templates/connect.php:396
1839
- msgid "What permissions are being granted?"
1840
- msgstr "Jaká oprávnění budou udělena?"
1841
-
1842
- #: templates/connect.php:417
1843
- msgid "Don't have a license key?"
1844
- msgstr "Nemáte licenční klíč?"
1845
-
1846
- #: templates/connect.php:420
1847
- msgid "Have a license key?"
1848
- msgstr "Máte licenční klíč?"
1849
-
1850
- #: templates/connect.php:428
1851
- msgid "Privacy Policy"
1852
- msgstr "Zásady ochrany osobních údajů"
1853
-
1854
- #: templates/connect.php:430
1855
- msgid "License Agreement"
1856
- msgstr "Licenční smlouva"
1857
-
1858
- #: templates/connect.php:430
1859
- msgid "Terms of Service"
1860
- msgstr "Podmínky služby"
1861
-
1862
- #: templates/connect.php:805
1863
- msgctxt "as in the process of sending an email"
1864
- msgid "Sending email"
1865
- msgstr "Probíhá odesílání emailů"
1866
-
1867
- #: templates/connect.php:806
1868
- msgctxt "as activating plugin"
1869
- msgid "Activating"
1870
- msgstr "Probíhá aktivace"
1871
-
1872
- #: templates/contact.php:78
1873
- msgid "Contact"
1874
- msgstr "Kontakt"
1875
-
1876
- #: templates/debug.php:17
1877
- msgctxt "as turned off"
1878
- msgid "Off"
1879
- msgstr "Vypnuto"
1880
-
1881
- #: templates/debug.php:18
1882
- msgctxt "as turned on"
1883
- msgid "On"
1884
- msgstr "Zapnuto"
1885
-
1886
- #: templates/debug.php:20
1887
- msgid "SDK"
1888
- msgstr "SDK"
1889
-
1890
- #: templates/debug.php:24
1891
- msgctxt "as code debugging"
1892
- msgid "Debugging"
1893
- msgstr "Debugging"
1894
-
1895
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1896
- #: templates/debug.php:512
1897
- msgid "Actions"
1898
- msgstr "Akce objednávky"
1899
-
1900
- #: templates/debug.php:64
1901
- msgid "Are you sure you want to delete all Freemius data?"
1902
- msgstr "Opravdu chcete smazat veškerá Freemius data?"
1903
-
1904
- #: templates/debug.php:64
1905
- msgid "Delete All Accounts"
1906
- msgstr ""
1907
-
1908
- #: templates/debug.php:71
1909
- msgid "Clear API Cache"
1910
- msgstr "Vymazat paměť API"
1911
-
1912
- #: templates/debug.php:79
1913
- msgid "Clear Updates Transients"
1914
- msgstr ""
1915
-
1916
- #: templates/debug.php:86
1917
- msgid "Sync Data From Server"
1918
- msgstr "Synchronizovat data ze serveru"
1919
-
1920
- #: templates/debug.php:95
1921
- msgid "Migrate Options to Network"
1922
- msgstr ""
1923
-
1924
- #: templates/debug.php:100
1925
- msgid "Load DB Option"
1926
- msgstr ""
1927
-
1928
- #: templates/debug.php:103
1929
- msgid "Set DB Option"
1930
- msgstr ""
1931
-
1932
- #: templates/debug.php:182
1933
- msgid "Key"
1934
- msgstr "Klíč"
1935
-
1936
- #: templates/debug.php:183
1937
- msgid "Value"
1938
- msgstr "Hodnota"
1939
-
1940
- #: templates/debug.php:199
1941
- msgctxt "as software development kit versions"
1942
- msgid "SDK Versions"
1943
- msgstr ""
1944
-
1945
- #: templates/debug.php:204
1946
- msgid "SDK Path"
1947
- msgstr "Cesta l SDK"
1948
-
1949
- #: templates/debug.php205, templates/debug.php:244
1950
- msgid "Module Path"
1951
- msgstr "Cesta k modulu"
1952
-
1953
- #: templates/debug.php:206
1954
- msgid "Is Active"
1955
- msgstr "Je aktivní"
1956
-
1957
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1958
- msgid "Plugins"
1959
- msgstr "Pluginy"
1960
-
1961
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1962
- msgid "Themes"
1963
- msgstr "Šablony"
1964
-
1965
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1966
- #: templates/debug/scheduled-crons.php:80
1967
- msgid "Slug"
1968
- msgstr "Zkratka"
1969
-
1970
- #: templates/debug.php241, templates/debug.php:455
1971
- msgid "Title"
1972
- msgstr "Nadpis"
1973
-
1974
- #: templates/debug.php:242
1975
- msgctxt "as application program interface"
1976
- msgid "API"
1977
- msgstr "API"
1978
-
1979
- #: templates/debug.php:243
1980
- msgid "Freemius State"
1981
- msgstr "Stav Freemius"
1982
-
1983
- #: templates/debug.php:247
1984
- msgid "Network Blog"
1985
- msgstr ""
1986
-
1987
- #: templates/debug.php:248
1988
- msgid "Network User"
1989
- msgstr ""
1990
-
1991
- #: templates/debug.php:285
1992
- msgctxt "as connection was successful"
1993
- msgid "Connected"
1994
- msgstr "Připojeno"
1995
-
1996
- #: templates/debug.php:286
1997
- msgctxt "as connection blocked"
1998
- msgid "Blocked"
1999
- msgstr "Zablokováno"
2000
-
2001
- #: templates/debug.php:322
2002
- msgid "Simulate Trial Promotion"
2003
- msgstr ""
2004
-
2005
- #: templates/debug.php:334
2006
- msgid "Simulate Network Upgrade"
2007
- msgstr ""
2008
-
2009
- #: templates/debug.php:359
2010
- msgid "%s Installs"
2011
- msgstr "%s instalací"
2012
-
2013
- #: templates/debug.php:361
2014
- msgctxt "like websites"
2015
- msgid "Sites"
2016
- msgstr "Weby"
2017
-
2018
- #: templates/debug.php367, templates/account/partials/site.php:156
2019
- msgid "Blog ID"
2020
- msgstr "Blog ID"
2021
-
2022
- #: templates/debug.php:372
2023
- msgid "License ID"
2024
- msgstr ""
2025
-
2026
- #: templates/debug.php436, templates/debug.php535,
2027
- #: templates/account/partials/addon.php:435
2028
- msgctxt "verb"
2029
- msgid "Delete"
2030
- msgstr "Smazat"
2031
-
2032
- #: templates/debug.php:450
2033
- msgid "Add Ons of module %s"
2034
- msgstr ""
2035
-
2036
- #: templates/debug.php:502
2037
- msgid "Users"
2038
- msgstr "Uživatelé"
2039
-
2040
- #: templates/debug.php:509
2041
- msgid "Verified"
2042
- msgstr "Ověřeno"
2043
-
2044
- #: templates/debug.php:551
2045
- msgid "%s Licenses"
2046
- msgstr "%s licencí"
2047
-
2048
- #: templates/debug.php:556
2049
- msgid "Plugin ID"
2050
- msgstr "ID pluginu"
2051
-
2052
- #: templates/debug.php:558
2053
- msgid "Plan ID"
2054
- msgstr "ID členství"
2055
-
2056
- #: templates/debug.php:559
2057
- msgid "Quota"
2058
- msgstr ""
2059
-
2060
- #: templates/debug.php:560
2061
- msgid "Activated"
2062
- msgstr "Aktivovaný"
2063
-
2064
- #: templates/debug.php:561
2065
- msgid "Blocking"
2066
- msgstr "Blokování"
2067
-
2068
- #: templates/debug.php:563
2069
- msgctxt "as expiration date"
2070
- msgid "Expiration"
2071
- msgstr "Expirace"
2072
-
2073
- #: templates/debug.php:590
2074
- msgid "Debug Log"
2075
- msgstr "Ladící log"
2076
-
2077
- #: templates/debug.php:594
2078
- msgid "All Types"
2079
- msgstr "Všechny typy"
2080
-
2081
- #: templates/debug.php:601
2082
- msgid "All Requests"
2083
- msgstr ""
2084
-
2085
- #: templates/debug.php606, templates/debug.php635,
2086
- #: templates/debug/logger.php:25
2087
- msgid "File"
2088
- msgstr "Soubor"
2089
-
2090
- #: templates/debug.php607, templates/debug.php633,
2091
- #: templates/debug/logger.php:23
2092
- msgid "Function"
2093
- msgstr "Funkce"
2094
-
2095
- #: templates/debug.php:608
2096
- msgid "Process ID"
2097
- msgstr ""
2098
-
2099
- #: templates/debug.php:609
2100
- msgid "Logger"
2101
- msgstr "Logger"
2102
-
2103
- #: templates/debug.php610, templates/debug.php634,
2104
- #: templates/debug/logger.php:24
2105
- msgid "Message"
2106
- msgstr "Zpráva"
2107
-
2108
- #: templates/debug.php:612
2109
- msgid "Filter"
2110
- msgstr "Filtr"
2111
-
2112
- #: templates/debug.php:620
2113
- msgid "Download"
2114
- msgstr "Stáhnout"
2115
-
2116
- #: templates/debug.php631, templates/debug/logger.php:22
2117
- msgid "Type"
2118
- msgstr "Typ"
2119
-
2120
- #: templates/debug.php636, templates/debug/logger.php:26
2121
- msgid "Timestamp"
2122
- msgstr "Datum a čas"
2123
-
2124
- #: templates/secure-https-header.php:28
2125
- msgid "Secure HTTPS %s page, running from an external domain"
2126
- msgstr "Zabezpečená stránka HTTPS %s spuštěná z externí domény"
2127
-
2128
- #: includes/customizer/class-fs-customizer-support-section.php55,
2129
- #: templates/plugin-info/features.php:43
2130
- msgid "Support"
2131
- msgstr "Podpora"
2132
-
2133
- #: includes/debug/class-fs-debug-bar-panel.php48,
2134
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
2135
- msgctxt "milliseconds"
2136
- msgid "ms"
2137
- msgstr "ms"
2138
-
2139
- #: includes/debug/debug-bar-start.php:41
2140
- msgid "Freemius API"
2141
- msgstr "Freemius API"
2142
-
2143
- #: includes/debug/debug-bar-start.php:42
2144
- msgid "Requests"
2145
- msgstr "Žádosti"
2146
-
2147
- #: templates/account/billing.php:22
2148
- msgctxt "verb"
2149
- msgid "Update"
2150
- msgstr "Aktualizovat"
2151
-
2152
- #: templates/account/billing.php:33
2153
- msgid "Billing"
2154
- msgstr "Fakturace"
2155
-
2156
- #: templates/account/billing.php38, templates/account/billing.php:38
2157
- msgid "Business name"
2158
- msgstr "Jméno firmy"
2159
-
2160
- #: templates/account/billing.php39, templates/account/billing.php:39
2161
- msgid "Tax / VAT ID"
2162
- msgstr ""
2163
-
2164
- #: templates/account/billing.php42, templates/account/billing.php42,
2165
- #: templates/account/billing.php43, templates/account/billing.php:43
2166
- msgid "Address Line %d"
2167
- msgstr ""
2168
-
2169
- #: templates/account/billing.php46, templates/account/billing.php:46
2170
- msgid "City"
2171
- msgstr "Město"
2172
-
2173
- #: templates/account/billing.php46, templates/account/billing.php:46
2174
- msgid "Town"
2175
- msgstr "Město"
2176
-
2177
- #: templates/account/billing.php47, templates/account/billing.php:47
2178
- msgid "ZIP / Postal Code"
2179
- msgstr "PSČ / směrovací číslo"
2180
-
2181
- #: templates/account/billing.php:302
2182
- msgid "Country"
2183
- msgstr "Země"
2184
-
2185
- #: templates/account/billing.php:304
2186
- msgid "Select Country"
2187
- msgstr "Vyberte zemi"
2188
-
2189
- #: templates/account/billing.php311, templates/account/billing.php:312
2190
- msgid "State"
2191
- msgstr "Kraj"
2192
-
2193
- #: templates/account/billing.php311, templates/account/billing.php:312
2194
- msgid "Province"
2195
- msgstr "Okres"
2196
-
2197
- #: templates/account/payments.php:29
2198
- msgid "Payments"
2199
- msgstr "Platby"
2200
-
2201
- #: templates/account/payments.php:36
2202
- msgid "Date"
2203
- msgstr "Datum"
2204
-
2205
- #: templates/account/payments.php:37
2206
- msgid "Amount"
2207
- msgstr "Částka"
2208
-
2209
- #: templates/account/payments.php38, templates/account/payments.php:50
2210
- msgid "Invoice"
2211
- msgstr "Faktura"
2212
-
2213
- #: templates/debug/api-calls.php:56
2214
- msgid "API"
2215
- msgstr "API"
2216
-
2217
- #: templates/debug/api-calls.php:68
2218
- msgid "Method"
2219
- msgstr "Metoda"
2220
-
2221
- #: templates/debug/api-calls.php:69
2222
- msgid "Code"
2223
- msgstr "Kód"
2224
-
2225
- #: templates/debug/api-calls.php:70
2226
- msgid "Length"
2227
- msgstr "Délka"
2228
-
2229
- #: templates/debug/api-calls.php:71
2230
- msgctxt "as file/folder path"
2231
- msgid "Path"
2232
- msgstr "Složka"
2233
-
2234
- #: templates/debug/api-calls.php:73
2235
- msgid "Body"
2236
- msgstr "Tělo"
2237
-
2238
- #: templates/debug/api-calls.php:75
2239
- msgid "Result"
2240
- msgstr "Výsledek"
2241
-
2242
- #: templates/debug/api-calls.php:76
2243
- msgid "Start"
2244
- msgstr "Začátek"
2245
-
2246
- #: templates/debug/api-calls.php:77
2247
- msgid "End"
2248
- msgstr "Konec"
2249
-
2250
- #: templates/debug/logger.php:15
2251
- msgid "Log"
2252
- msgstr "Záznam"
2253
-
2254
- #. translators: %s: time period (e.g. In "2 hours")
2255
- #: templates/debug/plugins-themes-sync.php18,
2256
- #: templates/debug/scheduled-crons.php:91
2257
- msgid "In %s"
2258
- msgstr "Za %s"
2259
-
2260
- #. translators: %s: time period (e.g. "2 hours" ago)
2261
- #: templates/debug/plugins-themes-sync.php20,
2262
- #: templates/debug/scheduled-crons.php:93
2263
- msgid "%s ago"
2264
- msgstr "Před %s"
2265
-
2266
- #: templates/debug/plugins-themes-sync.php21,
2267
- #: templates/debug/scheduled-crons.php:74
2268
- msgctxt "seconds"
2269
- msgid "sec"
2270
- msgstr "s"
2271
-
2272
- #: templates/debug/plugins-themes-sync.php:23
2273
- msgid "Plugins & Themes Sync"
2274
- msgstr "Pluginy a synchronizace šablon"
2275
-
2276
- #: templates/debug/plugins-themes-sync.php:28
2277
- msgid "Total"
2278
- msgstr "Celkem"
2279
-
2280
- #: templates/debug/plugins-themes-sync.php29,
2281
- #: templates/debug/scheduled-crons.php:84
2282
- msgid "Last"
2283
- msgstr "Poslední"
2284
-
2285
- #: templates/debug/scheduled-crons.php:76
2286
- msgid "Scheduled Crons"
2287
- msgstr "Plánované crony"
2288
-
2289
- #: templates/debug/scheduled-crons.php:81
2290
- msgid "Module"
2291
- msgstr "Modul"
2292
-
2293
- #: templates/debug/scheduled-crons.php:82
2294
- msgid "Module Type"
2295
- msgstr "Typ modulu"
2296
-
2297
- #: templates/debug/scheduled-crons.php:83
2298
- msgid "Cron Type"
2299
- msgstr ""
2300
-
2301
- #: templates/debug/scheduled-crons.php:85
2302
- msgid "Next"
2303
- msgstr "Následující"
2304
-
2305
- #: templates/forms/affiliation.php:82
2306
- msgid "Non-expiring"
2307
- msgstr ""
2308
-
2309
- #: templates/forms/affiliation.php:85
2310
- msgid "Apply to become an affiliate"
2311
- msgstr ""
2312
-
2313
- #: templates/forms/affiliation.php:104
2314
- msgid ""
2315
- "Your affiliate application for %s has been accepted! Log in to your "
2316
- "affiliate area at: %s."
2317
- msgstr ""
2318
-
2319
- #: templates/forms/affiliation.php:119
2320
- msgid ""
2321
- "Thank you for applying for our affiliate program, we'll review your details "
2322
- "during the next 14 days and will get back to you with further information."
2323
- msgstr ""
2324
-
2325
- #: templates/forms/affiliation.php:122
2326
- msgid "Your affiliation account was temporarily suspended."
2327
- msgstr ""
2328
-
2329
- #: templates/forms/affiliation.php:125
2330
- msgid ""
2331
- "Thank you for applying for our affiliate program, unfortunately, we've "
2332
- "decided at this point to reject your application. Please try again in 30 "
2333
- "days."
2334
- msgstr ""
2335
-
2336
- #: templates/forms/affiliation.php:128
2337
- msgid ""
2338
- "Due to violation of our affiliation terms, we decided to temporarily block "
2339
- "your affiliation account. If you have any questions, please contact support."
2340
- msgstr ""
2341
-
2342
- #: templates/forms/affiliation.php:141
2343
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2344
- msgstr ""
2345
-
2346
- #: templates/forms/affiliation.php:142
2347
- msgid ""
2348
- "Refer new customers to our %s and earn %s commission on each successful sale"
2349
- " you refer!"
2350
- msgstr ""
2351
-
2352
- #: templates/forms/affiliation.php:145
2353
- msgid "Program Summary"
2354
- msgstr ""
2355
-
2356
- #: templates/forms/affiliation.php:147
2357
- msgid "%s commission when a customer purchases a new license."
2358
- msgstr "%s provizi, když zákazník zakoupí novou licenci."
2359
-
2360
- #: templates/forms/affiliation.php:149
2361
- msgid "Get commission for automated subscription renewals."
2362
- msgstr ""
2363
-
2364
- #: templates/forms/affiliation.php:152
2365
- msgid ""
2366
- "%s tracking cookie after the first visit to maximize earnings potential."
2367
- msgstr ""
2368
-
2369
- #: templates/forms/affiliation.php:155
2370
- msgid "Unlimited commissions."
2371
- msgstr ""
2372
-
2373
- #: templates/forms/affiliation.php:157
2374
- msgid "%s minimum payout amount."
2375
- msgstr "%s minimální částka výplaty."
2376
-
2377
- #: templates/forms/affiliation.php:158
2378
- msgid "Payouts are in USD and processed monthly via PayPal."
2379
- msgstr ""
2380
-
2381
- #: templates/forms/affiliation.php:159
2382
- msgid ""
2383
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2384
- "are older than 30 days."
2385
- msgstr ""
2386
-
2387
- #: templates/forms/affiliation.php:162
2388
- msgid "Affiliate"
2389
- msgstr "Partner"
2390
-
2391
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2392
- msgid "Email address"
2393
- msgstr "Emailová adresa"
2394
-
2395
- #: templates/forms/affiliation.php:169
2396
- msgid "Full name"
2397
- msgstr "Celé jméno"
2398
-
2399
- #: templates/forms/affiliation.php:173
2400
- msgid "PayPal account email address"
2401
- msgstr "E-mailová adresa účtu PayPal"
2402
-
2403
- #: templates/forms/affiliation.php:177
2404
- msgid "Where are you going to promote the %s?"
2405
- msgstr ""
2406
-
2407
- #: templates/forms/affiliation.php:179
2408
- msgid ""
2409
- "Enter the domain of your website or other websites from where you plan to "
2410
- "promote the %s."
2411
- msgstr ""
2412
-
2413
- #: templates/forms/affiliation.php:181
2414
- msgid "Add another domain"
2415
- msgstr ""
2416
-
2417
- #: templates/forms/affiliation.php:185
2418
- msgid "Extra Domains"
2419
- msgstr "Další domény"
2420
-
2421
- #: templates/forms/affiliation.php:186
2422
- msgid "Extra domains where you will be marketing the product from."
2423
- msgstr ""
2424
-
2425
- #: templates/forms/affiliation.php:196
2426
- msgid "Promotion methods"
2427
- msgstr ""
2428
-
2429
- #: templates/forms/affiliation.php:199
2430
- msgid "Social media (Facebook, Twitter, etc.)"
2431
- msgstr ""
2432
-
2433
- #: templates/forms/affiliation.php:203
2434
- msgid "Mobile apps"
2435
- msgstr ""
2436
-
2437
- #: templates/forms/affiliation.php:207
2438
- msgid "Website, email, and social media statistics (optional)"
2439
- msgstr "Statistika o webová stránc, emaiul a sociálních médiích"
2440
-
2441
- #: templates/forms/affiliation.php:210
2442
- msgid ""
2443
- "Please feel free to provide any relevant website or social media statistics,"
2444
- " e.g. monthly unique site visits, number of email subscribers, followers, "
2445
- "etc. (we will keep this information confidential)."
2446
- msgstr ""
2447
-
2448
- #: templates/forms/affiliation.php:214
2449
- msgid "How will you promote us?"
2450
- msgstr "Jakým způsobem budete mé produkty propagovat?"
2451
-
2452
- #: templates/forms/affiliation.php:217
2453
- msgid ""
2454
- "Please provide details on how you intend to promote %s (please be as "
2455
- "specific as possible)."
2456
- msgstr ""
2457
-
2458
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2459
- msgid "Cancel"
2460
- msgstr "Zrušit"
2461
-
2462
- #: templates/forms/affiliation.php:225
2463
- msgid "Become an affiliate"
2464
- msgstr "Staňte se naším afiliátem"
2465
-
2466
- #: templates/forms/data-debug-mode.php:25
2467
- msgid "Please enter the license key to enable the debug mode:"
2468
- msgstr ""
2469
-
2470
- #: templates/forms/data-debug-mode.php:27
2471
- msgid ""
2472
- "To enter the debug mode, please enter the secret key of the license owner "
2473
- "(UserID = %d), which you can find in your \"My Profile\" section of your "
2474
- "User Dashboard:"
2475
- msgstr ""
2476
-
2477
- #: templates/forms/data-debug-mode.php:32
2478
- msgid "Submit"
2479
- msgstr ""
2480
-
2481
- #: templates/forms/data-debug-mode.php:36
2482
- msgid "User key"
2483
- msgstr ""
2484
-
2485
- #: templates/forms/license-activation.php:23
2486
- msgid ""
2487
- "Please enter the license key that you received in the email right after the "
2488
- "purchase:"
2489
- msgstr ""
2490
-
2491
- #: templates/forms/license-activation.php:28
2492
- msgid "Update License"
2493
- msgstr "Aktualizovat licenci"
2494
-
2495
- #: templates/forms/optout.php:30
2496
- msgctxt "verb"
2497
- msgid "Opt Out"
2498
- msgstr "Odhlásit se"
2499
-
2500
- #: templates/forms/optout.php:31
2501
- msgctxt "verb"
2502
- msgid "Opt In"
2503
- msgstr "Zúčastnit se"
2504
-
2505
- #: templates/forms/optout.php:33
2506
- msgid ""
2507
- "Usage tracking is done in the name of making %s better. Making a better user"
2508
- " experience, prioritizing new features, and more good things. We'd really "
2509
- "appreciate if you'll reconsider letting us continue with the tracking."
2510
- msgstr ""
2511
-
2512
- #: templates/forms/optout.php:35
2513
- msgid ""
2514
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to "
2515
- "%s."
2516
- msgstr ""
2517
-
2518
- #: templates/forms/premium-versions-upgrade-handler.php:40
2519
- msgid "There is a new version of %s available."
2520
- msgstr "Je k dispozici nová verze %s."
2521
-
2522
- #: templates/forms/premium-versions-upgrade-handler.php:41
2523
- msgid " %s to access version %s security & feature updates, and support."
2524
- msgstr " %s pro přístup k verzi %s zajišťující podporu a nejen bezpečnostní aktualizace."
2525
-
2526
- #: templates/forms/premium-versions-upgrade-handler.php:54
2527
- msgid "New Version Available"
2528
- msgstr "Nová verze k dispozici"
2529
-
2530
- #: templates/forms/premium-versions-upgrade-handler.php:75
2531
- msgctxt "close a window"
2532
- msgid "Dismiss"
2533
- msgstr "Skrýt"
2534
-
2535
- #: templates/forms/resend-key.php:21
2536
- msgid "Send License Key"
2537
- msgstr "Odeslat licenční klíč"
2538
-
2539
- #: templates/forms/resend-key.php:57
2540
- msgid ""
2541
- "Enter the email address you've used for the upgrade below and we will resend"
2542
- " you the license key."
2543
- msgstr "Níže zadejte emailovou adresu, kterou jste použili pro koupi pluginu a my vám znovu odešleme váš licenční klíč."
2544
-
2545
- #: templates/forms/subscription-cancellation.php:37
2546
- msgid ""
2547
- "Deactivating or uninstalling the %s will automatically disable the license, "
2548
- "which you'll be able to use on another site."
2549
- msgstr ""
2550
-
2551
- #: templates/forms/subscription-cancellation.php:47
2552
- msgid ""
2553
- "In case you are NOT planning on using this %s on this site (or any other "
2554
- "site) - would you like to cancel the %s as well?"
2555
- msgstr ""
2556
-
2557
- #: templates/forms/subscription-cancellation.php:52
2558
- msgid "license"
2559
- msgstr "licence"
2560
-
2561
- #: templates/forms/subscription-cancellation.php:57
2562
- msgid ""
2563
- "Cancel %s - I no longer need any security & feature updates, nor support for"
2564
- " %s because I'm not planning to use the %s on this, or any other site."
2565
- msgstr ""
2566
-
2567
- #: templates/forms/subscription-cancellation.php:68
2568
- msgid ""
2569
- "Don't cancel %s - I'm still interested in getting security & feature "
2570
- "updates, as well as be able to contact support."
2571
- msgstr ""
2572
-
2573
- #: templates/forms/subscription-cancellation.php:103
2574
- msgid ""
2575
- "Once your license expires you will no longer be able to use the %s, unless "
2576
- "you activate it again with a valid premium license."
2577
- msgstr ""
2578
-
2579
- #: templates/forms/subscription-cancellation.php:136
2580
- msgid "Cancel %s?"
2581
- msgstr ""
2582
-
2583
- #: templates/forms/subscription-cancellation.php:143
2584
- msgid "Proceed"
2585
- msgstr "Pokračovat"
2586
-
2587
- #: templates/forms/subscription-cancellation.php191,
2588
- #: templates/forms/deactivation/form.php:171
2589
- msgid "Cancel %s & Proceed"
2590
- msgstr "Zrušit %s &gt; pokračovat"
2591
-
2592
- #: templates/forms/trial-start.php:22
2593
- msgid ""
2594
- "You are 1-click away from starting your %1$s-day free trial of the %2$s "
2595
- "plan."
2596
- msgstr ""
2597
-
2598
- #: templates/forms/trial-start.php:28
2599
- msgid ""
2600
- "For compliance with the WordPress.org guidelines, before we start the trial "
2601
- "we ask that you opt in with your user and non-sensitive site information, "
2602
- "allowing the %s to periodically send data to %s to check for version updates"
2603
- " and to validate your trial."
2604
- msgstr "Aby bylo vyhověno WordPress.org pokynům, před zahájením zkušebního období vás žádáme, abyste se rozhodli pro uživatele a necitlivé informace o webu, aby %s umožňoval periodicky odesílat data do %s za účelem kontroly aktualizací verzí a ověření zkušební verze."
2605
-
2606
- #: templates/js/style-premium-theme.php:39
2607
- msgid "Premium"
2608
- msgstr "Prémium"
2609
-
2610
- #: templates/js/style-premium-theme.php:42
2611
- msgid "Beta"
2612
- msgstr ""
2613
-
2614
- #: templates/partials/network-activation.php:27
2615
- msgid "Activate license on all sites in the network."
2616
- msgstr ""
2617
-
2618
- #: templates/partials/network-activation.php:28
2619
- msgid "Apply on all sites in the network."
2620
- msgstr ""
2621
-
2622
- #: templates/partials/network-activation.php:31
2623
- msgid "Activate license on all pending sites."
2624
- msgstr ""
2625
-
2626
- #: templates/partials/network-activation.php:32
2627
- msgid "Apply on all pending sites."
2628
- msgstr ""
2629
-
2630
- #: templates/partials/network-activation.php40,
2631
- #: templates/partials/network-activation.php:74
2632
- msgid "allow"
2633
- msgstr "povolit"
2634
-
2635
- #: templates/partials/network-activation.php43,
2636
- #: templates/partials/network-activation.php:77
2637
- msgid "delegate"
2638
- msgstr "delegovat"
2639
-
2640
- #: templates/partials/network-activation.php47,
2641
- #: templates/partials/network-activation.php:81
2642
- msgid "skip"
2643
- msgstr "přeskočit"
2644
-
2645
- #: templates/plugin-info/description.php72,
2646
- #: templates/plugin-info/screenshots.php:31
2647
- msgid "Click to view full-size screenshot %d"
2648
- msgstr "Klikněte pro zobrazení plné velikosti snímku obrazovky %d"
2649
-
2650
- #: templates/plugin-info/features.php:56
2651
- msgid "Unlimited Updates"
2652
- msgstr "Neomezené aktualizace"
2653
-
2654
- #: templates/account/partials/activate-license-button.php:46
2655
- msgid "Localhost"
2656
- msgstr "Localhost"
2657
-
2658
- #: templates/account/partials/activate-license-button.php:50
2659
- msgctxt "as 5 licenses left"
2660
- msgid "%s left"
2661
- msgstr "Zbývá %s"
2662
-
2663
- #: templates/account/partials/activate-license-button.php:51
2664
- msgid "Last license"
2665
- msgstr "Poslední licence"
2666
-
2667
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2668
- #. subscription'
2669
- #: templates/account/partials/addon.php:29
2670
- msgid ""
2671
- "%1$s will immediately stop all future recurring payments and your %s plan "
2672
- "license will expire in %s."
2673
- msgstr "%1$s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
2674
-
2675
- #: templates/account/partials/addon.php:185
2676
- msgid "Cancelled"
2677
- msgstr "Zrušena"
2678
-
2679
- #: templates/account/partials/addon.php:195
2680
- msgid "No expiration"
2681
- msgstr "Bez vypršení"
2682
-
2683
- #: templates/account/partials/site.php:189
2684
- msgid "Owner Name"
2685
- msgstr "Jméno vlastníka"
2686
-
2687
- #: templates/account/partials/site.php:201
2688
- msgid "Owner Email"
2689
- msgstr "E-mail vlastníka"
2690
-
2691
- #: templates/account/partials/site.php:213
2692
- msgid "Owner ID"
2693
- msgstr "ID vlastníka"
2694
-
2695
- #: templates/account/partials/site.php:286
2696
- msgid "Subscription"
2697
- msgstr "Předplatné"
2698
-
2699
- #: templates/forms/deactivation/contact.php:19
2700
- msgid ""
2701
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2702
- msgstr "Omlouváme se za způsobené nepříjemnosti, ale když se nám dáte šanci, tak se vám ze všech sil pokusíme pomoci."
2703
-
2704
- #: templates/forms/deactivation/contact.php:22
2705
- msgid "Contact Support"
2706
- msgstr "Kontaktovat podporu"
2707
-
2708
- #: templates/forms/deactivation/form.php:64
2709
- msgid "Anonymous feedback"
2710
- msgstr "Anonymní zpětná vazba"
2711
-
2712
- #: templates/forms/deactivation/form.php:70
2713
- msgid "Deactivate"
2714
- msgstr "Deaktivovat"
2715
-
2716
- #: templates/forms/deactivation/form.php:72
2717
- msgid "Activate %s"
2718
- msgstr "Aktivovat %s"
2719
-
2720
- #: templates/forms/deactivation/form.php:87
2721
- msgid "Quick Feedback"
2722
- msgstr "Rychlá zpětná vazba"
2723
-
2724
- #: templates/forms/deactivation/form.php:91
2725
- msgid "If you have a moment, please let us know why you are %s"
2726
- msgstr "Máte-li chvilku, dejte nám vědět, proč %s"
2727
-
2728
- #: templates/forms/deactivation/form.php:91
2729
- msgid "deactivating"
2730
- msgstr "deaktivujete"
2731
-
2732
- #: templates/forms/deactivation/form.php:91
2733
- msgid "switching"
2734
- msgstr "přepínám"
2735
-
2736
- #: templates/forms/deactivation/form.php:365
2737
- msgid "Submit & %s"
2738
- msgstr "Odeslat & %s"
2739
-
2740
- #: templates/forms/deactivation/form.php:386
2741
- msgid "Kindly tell us the reason so we can improve."
2742
- msgstr "Dejte nám prosím vědět z jakého důvodu, ať to můžeme zlepšit."
2743
-
2744
- #: templates/forms/deactivation/form.php:511
2745
- msgid "Yes - %s"
2746
- msgstr "Ano - %s"
2747
-
2748
- #: templates/forms/deactivation/form.php:518
2749
- msgid "Skip & %s"
2750
- msgstr "Přeskočit & %s"
2751
-
2752
- #: templates/forms/deactivation/retry-skip.php:21
2753
- msgid "Click here to use the plugin anonymously"
2754
- msgstr "Klikněte zde pro anonymní používání tohoto pluginu"
2755
-
2756
- #: templates/forms/deactivation/retry-skip.php:23
2757
- msgid ""
2758
- "You might have missed it, but you don't have to share any data and can just "
2759
- "%s the opt-in."
2760
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-da_DK.mo CHANGED
Binary file
freemius/languages/freemius-da_DK.po DELETED
@@ -1,2510 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Joachim Jensen, 2019
5
- # Joachim Jensen, 2016-2018
6
- # Lars Koudal, 2018-2019
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: WordPress SDK\n"
10
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
11
- "POT-Creation-Date: \n"
12
- "PO-Revision-Date: 2019-09-27 13:01+0000\n"
13
- "Last-Translator: Lars Koudal\n"
14
- "Language: da_DK\n"
15
- "Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "MIME-Version: 1.0\n"
20
- "X-Poedit-Basepath: ..\n"
21
- "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"
22
- "X-Poedit-SearchPath-0: .\n"
23
- "X-Poedit-SearchPathExcluded-0: *.js\n"
24
- "X-Poedit-SourceCharset: UTF-8\n"
25
-
26
- #: includes/class-freemius.php1871, templates/account.php:769
27
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
28
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
29
-
30
- #: includes/class-freemius.php:1878
31
- msgid "Would you like to proceed with the update?"
32
- msgstr "Vil du fortsætte med opdateringen?"
33
-
34
- #: includes/class-freemius.php:2086
35
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
- msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
37
-
38
- #: includes/class-freemius.php:2088
39
- msgid "Error"
40
- msgstr "Fejl"
41
-
42
- #: includes/class-freemius.php:2482
43
- msgid "I found a better %s"
44
- msgstr "Jeg fandt et bedre %s"
45
-
46
- #: includes/class-freemius.php:2484
47
- msgid "What's the %s's name?"
48
- msgstr "Hvad er navnet på %s?"
49
-
50
- #: includes/class-freemius.php:2490
51
- msgid "It's a temporary %s. I'm just debugging an issue."
52
- msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
53
-
54
- #: includes/class-freemius.php:2492
55
- msgid "Deactivation"
56
- msgstr "Deaktivering"
57
-
58
- #: includes/class-freemius.php:2493
59
- msgid "Theme Switch"
60
- msgstr "Temaskift"
61
-
62
- #: includes/class-freemius.php2502, templates/forms/resend-key.php:24
63
- msgid "Other"
64
- msgstr "Andet"
65
-
66
- #: includes/class-freemius.php:2510
67
- msgid "I no longer need the %s"
68
- msgstr "Jeg har ikke længere brug for %s"
69
-
70
- #: includes/class-freemius.php:2517
71
- msgid "I only needed the %s for a short period"
72
- msgstr "Jeg behøvede kun %s i en kort periode"
73
-
74
- #: includes/class-freemius.php:2523
75
- msgid "The %s broke my site"
76
- msgstr "%s ødelagde min webside"
77
-
78
- #: includes/class-freemius.php:2530
79
- msgid "The %s suddenly stopped working"
80
- msgstr "%s stoppede pludseligt med at virke"
81
-
82
- #: includes/class-freemius.php:2540
83
- msgid "I can't pay for it anymore"
84
- msgstr "Jeg kan ikke længere betale for det"
85
-
86
- #: includes/class-freemius.php:2542
87
- msgid "What price would you feel comfortable paying?"
88
- msgstr "Hvilken pris ville du foretrække at betale?"
89
-
90
- #: includes/class-freemius.php:2548
91
- msgid "I don't like to share my information with you"
92
- msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
93
-
94
- #: includes/class-freemius.php:2569
95
- msgid "The %s didn't work"
96
- msgstr "%s virkede ikke"
97
-
98
- #: includes/class-freemius.php:2579
99
- msgid "I couldn't understand how to make it work"
100
- msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
101
-
102
- #: includes/class-freemius.php:2587
103
- msgid "The %s is great, but I need specific feature that you don't support"
104
- msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
105
-
106
- #: includes/class-freemius.php:2589
107
- msgid "What feature?"
108
- msgstr "Hvilken feature?"
109
-
110
- #: includes/class-freemius.php:2593
111
- msgid "The %s is not working"
112
- msgstr "%s virker ikke"
113
-
114
- #: includes/class-freemius.php:2595
115
- msgid "Kindly share what didn't work so we can fix it for future users..."
116
- msgstr "Vær venlig at dele hvad der ikke virkede så vi kan rette det for kommende brugere...."
117
-
118
- #: includes/class-freemius.php:2599
119
- msgid "It's not what I was looking for"
120
- msgstr "Det er ikke, hvad jeg søgte"
121
-
122
- #: includes/class-freemius.php:2601
123
- msgid "What you've been looking for?"
124
- msgstr "Hvad ledte du efter?"
125
-
126
- #: includes/class-freemius.php:2605
127
- msgid "The %s didn't work as expected"
128
- msgstr "%s virkede ikke som forventet"
129
-
130
- #: includes/class-freemius.php:2607
131
- msgid "What did you expect?"
132
- msgstr "Hvad forventede du?"
133
-
134
- #: includes/class-freemius.php3462, templates/debug.php:20
135
- msgid "Freemius Debug"
136
- msgstr "Freemius Debug"
137
-
138
- #: includes/class-freemius.php:4214
139
- msgid "I don't know what is cURL or how to install it, help me!"
140
- msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
141
-
142
- #: includes/class-freemius.php:4216
143
- 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."
144
- msgstr "Vi vil kontakte din udbyder og løse problemet. Når vi har opdatinger i sagen, vil vi følge op med en email til dig på %s."
145
-
146
- #: includes/class-freemius.php:4223
147
- 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."
148
- msgstr "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."
149
-
150
- #: includes/class-freemius.php:4328
151
- msgid "Yes - do your thing"
152
- msgstr "Ja - fortsæt bare"
153
-
154
- #: includes/class-freemius.php:4333
155
- msgid "No - just deactivate"
156
- msgstr "Nej - bare deaktiver"
157
-
158
- #: includes/class-freemius.php4378, includes/class-freemius.php4872,
159
- #: includes/class-freemius.php6023, includes/class-freemius.php12825,
160
- #: includes/class-freemius.php16225, includes/class-freemius.php16313,
161
- #: includes/class-freemius.php16479, includes/class-freemius.php18964,
162
- #: includes/class-freemius.php18974, includes/class-freemius.php19623,
163
- #: includes/class-freemius.php20496, includes/class-freemius.php20611,
164
- #: includes/class-freemius.php20755, templates/add-ons.php:54
165
- msgctxt "exclamation"
166
- msgid "Oops"
167
- msgstr "Ups"
168
-
169
- #: includes/class-freemius.php:4447
170
- 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."
171
- msgstr "Tak fordi du giver os en chance for at fixe det! En besked er lige blevet sendt til vores tekniske personale. Vi vil vende tilbage, så snart der er nyt om %s. Vi sætter pris på din tålmodighed."
172
-
173
- #: includes/class-freemius.php:4869
174
- msgctxt "addonX cannot run without pluginY"
175
- msgid "%s cannot run without %s."
176
- msgstr "%s virker ikke uden %s."
177
-
178
- #: includes/class-freemius.php:4870
179
- msgctxt "addonX cannot run..."
180
- msgid "%s cannot run without the plugin."
181
- msgstr "%s virker ikke uden pluginnet."
182
-
183
- #: includes/class-freemius.php5043, includes/class-freemius.php5068,
184
- #: includes/class-freemius.php:19694
185
- msgid "Unexpected API error. Please contact the %s's author with the following error."
186
- msgstr "Uventet API-fejl. Kontakt %s's forfatter med følgende fejl."
187
-
188
- #: includes/class-freemius.php:5711
189
- msgid "Premium %s version was successfully activated."
190
- msgstr "Premium-versionen af %s blev aktiveret."
191
-
192
- #: includes/class-freemius.php5723, includes/class-freemius.php:7590
193
- msgctxt ""
194
- msgid "W00t"
195
- msgstr "W00t"
196
-
197
- #: includes/class-freemius.php:5738
198
- msgid "You have a %s license."
199
- msgstr "Du har en %s licens."
200
-
201
- #: includes/class-freemius.php5742, includes/class-freemius.php15642,
202
- #: includes/class-freemius.php15653, includes/class-freemius.php18875,
203
- #: includes/class-freemius.php19215, includes/class-freemius.php19284,
204
- #: includes/class-freemius.php:19448
205
- msgctxt "interjection expressing joy or exuberance"
206
- msgid "Yee-haw"
207
- msgstr "Yee-haw"
208
-
209
- #: includes/class-freemius.php:6006
210
- 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."
211
- msgstr "%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."
212
-
213
- #: includes/class-freemius.php:6010
214
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
- msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
216
-
217
- #: includes/class-freemius.php6019, templates/add-ons.php130,
218
- #: templates/account/partials/addon.php:344
219
- msgid "More information about %s"
220
- msgstr "Mere information om %s"
221
-
222
- #: includes/class-freemius.php:6020
223
- msgid "Purchase License"
224
- msgstr "Køb licens"
225
-
226
- #: includes/class-freemius.php6955, templates/connect.php:163
227
- 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."
228
- msgstr "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."
229
-
230
- #: includes/class-freemius.php:6959
231
- msgid "start the trial"
232
- msgstr "start prøveperioden"
233
-
234
- #: includes/class-freemius.php6960, templates/connect.php:167
235
- msgid "complete the install"
236
- msgstr "færdiggør installeringen"
237
-
238
- #: includes/class-freemius.php:7072
239
- msgid "You are just one step away - %s"
240
- msgstr "Du mangler kun ét skridt - %s"
241
-
242
- #: includes/class-freemius.php:7075
243
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
- msgid "Complete \"%s\" Activation Now"
245
- msgstr "Færdiggør aktivering af \"%s\" nu"
246
-
247
- #: includes/class-freemius.php:7153
248
- msgid "We made a few tweaks to the %s, %s"
249
- msgstr "Vi har foretaget nogle rettelser til %s, %s"
250
-
251
- #: includes/class-freemius.php:7157
252
- msgid "Opt in to make \"%s\" better!"
253
- msgstr "Accepter for at gøre \"%s\" bedre!"
254
-
255
- #: includes/class-freemius.php:7589
256
- msgid "The upgrade of %s was successfully completed."
257
- msgstr "Opgraderingen af %s blev fuldendt."
258
-
259
- #: includes/class-freemius.php9793, includes/class-fs-plugin-updater.php1038,
260
- #: includes/class-fs-plugin-updater.php1233,
261
- #: includes/class-fs-plugin-updater.php1240,
262
- #: templates/auto-installation.php:32
263
- msgid "Add-On"
264
- msgstr "Tilføjelse"
265
-
266
- #: includes/class-freemius.php9795, templates/account.php313,
267
- #: templates/account.php321, templates/debug.php360, templates/debug.php:517
268
- msgid "Plugin"
269
- msgstr "Plugin"
270
-
271
- #: includes/class-freemius.php9796, templates/account.php314,
272
- #: templates/account.php322, templates/debug.php360, templates/debug.php517,
273
- #: templates/forms/deactivation/form.php:71
274
- msgid "Theme"
275
- msgstr "Tema"
276
-
277
- #: includes/class-freemius.php:12270
278
- msgid "An unknown error has occurred while trying to set the user's beta mode."
279
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
-
281
- #: includes/class-freemius.php:12692
282
- msgid "Invalid site details collection."
283
- msgstr "Invalid site details collection."
284
-
285
- #: includes/class-freemius.php:12812
286
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
287
- msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
288
-
289
- #: includes/class-freemius.php:12814
290
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
- msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
292
-
293
- #: includes/class-freemius.php:13088
294
- msgid "Account is pending activation."
295
- msgstr "Konto afventer aktivering."
296
-
297
- #: includes/class-freemius.php13200,
298
- #: templates/forms/premium-versions-upgrade-handler.php:47
299
- msgid "Buy a license now"
300
- msgstr "Køb en licens nu"
301
-
302
- #: includes/class-freemius.php13212,
303
- #: templates/forms/premium-versions-upgrade-handler.php:46
304
- msgid "Renew your license now"
305
- msgstr "Forny din licens nu"
306
-
307
- #: includes/class-freemius.php:13216
308
- msgid "%s to access version %s security & feature updates, and support."
309
- msgstr "%s to access version %s security & feature updates, and support."
310
-
311
- #: includes/class-freemius.php:15624
312
- msgid "%s activation was successfully completed."
313
- msgstr "Aktivering af %s blev gennemført."
314
-
315
- #: includes/class-freemius.php:15638
316
- msgid "Your account was successfully activated with the %s plan."
317
- msgstr "Din konto blev aktiveret med planen %s."
318
-
319
- #: includes/class-freemius.php15649, includes/class-freemius.php:19280
320
- msgid "Your trial has been successfully started."
321
- msgstr "Din prøveperiode er begyndt."
322
-
323
- #: includes/class-freemius.php16223, includes/class-freemius.php16311,
324
- #: includes/class-freemius.php:16477
325
- msgid "Couldn't activate %s."
326
- msgstr "Kunne ikke aktivere %s."
327
-
328
- #: includes/class-freemius.php16224, includes/class-freemius.php16312,
329
- #: includes/class-freemius.php:16478
330
- msgid "Please contact us with the following message:"
331
- msgstr "Kontakt os venligst med følgende besked:"
332
-
333
- #: includes/class-freemius.php:16308
334
- msgid "An unknown error has occurred."
335
- msgstr "Der skete en ukendt fejl."
336
-
337
- #: includes/class-freemius.php16835, includes/class-freemius.php:21654
338
- msgid "Upgrade"
339
- msgstr "Opgrader"
340
-
341
- #: includes/class-freemius.php:16841
342
- msgid "Start Trial"
343
- msgstr "Start prøveperiode"
344
-
345
- #: includes/class-freemius.php:16843
346
- msgid "Pricing"
347
- msgstr "Priser"
348
-
349
- #: includes/class-freemius.php16923, includes/class-freemius.php:16925
350
- msgid "Affiliation"
351
- msgstr "Affiliation"
352
-
353
- #: includes/class-freemius.php16953, includes/class-freemius.php16955,
354
- #: templates/account.php177, templates/debug.php:326
355
- msgid "Account"
356
- msgstr "Konto"
357
-
358
- #: includes/class-freemius.php16968, includes/class-freemius.php16970,
359
- #: includes/customizer/class-fs-customizer-support-section.php:60
360
- msgid "Contact Us"
361
- msgstr "Kontakt os"
362
-
363
- #: includes/class-freemius.php16980, includes/class-freemius.php16982,
364
- #: includes/class-freemius.php21668, templates/account.php105,
365
- #: templates/account/partials/addon.php:45
366
- msgid "Add-Ons"
367
- msgstr "Tilføjelser"
368
-
369
- #: includes/class-freemius.php:17016
370
- msgctxt "ASCII arrow left icon"
371
- msgid "&#x2190;"
372
- msgstr "&#x2190;"
373
-
374
- #: includes/class-freemius.php:17016
375
- msgctxt "ASCII arrow right icon"
376
- msgid "&#x27a4;"
377
- msgstr "&#x27a4;"
378
-
379
- #: includes/class-freemius.php17018, templates/pricing.php:103
380
- msgctxt "noun"
381
- msgid "Pricing"
382
- msgstr "Priser"
383
-
384
- #: includes/class-freemius.php17231,
385
- #: includes/customizer/class-fs-customizer-support-section.php:67
386
- msgid "Support Forum"
387
- msgstr "Supportforum"
388
-
389
- #: includes/class-freemius.php:18201
390
- msgid "Your email has been successfully verified - you are AWESOME!"
391
- msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
392
-
393
- #: includes/class-freemius.php:18202
394
- msgctxt "a positive response"
395
- msgid "Right on"
396
- msgstr "Sådan"
397
-
398
- #: includes/class-freemius.php:18866
399
- msgid "Your %s Add-on plan was successfully upgraded."
400
- msgstr "Your %s Add-on plan was successfully upgraded."
401
-
402
- #: includes/class-freemius.php:18868
403
- msgid "%s Add-on was successfully purchased."
404
- msgstr "Betalingen for tilføjelsen %s blev gennemført."
405
-
406
- #: includes/class-freemius.php:18871
407
- msgid "Download the latest version"
408
- msgstr "Download den seneste version"
409
-
410
- #: includes/class-freemius.php:18957
411
- 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"
412
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
413
-
414
- #: includes/class-freemius.php18963, includes/class-freemius.php18973,
415
- #: includes/class-freemius.php19407, includes/class-freemius.php:19496
416
- msgid "Error received from the server:"
417
- msgstr "Fejl modtager fra serveren:"
418
-
419
- #: includes/class-freemius.php:18973
420
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
421
- msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
422
-
423
- #: includes/class-freemius.php19177, includes/class-freemius.php19412,
424
- #: includes/class-freemius.php19467, includes/class-freemius.php:19570
425
- msgctxt ""
426
- msgid "Hmm"
427
- msgstr "Hmm"
428
-
429
- #: includes/class-freemius.php:19190
430
- 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."
431
- msgstr "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."
432
-
433
- #: includes/class-freemius.php19191, templates/account.php107,
434
- #: templates/add-ons.php191, templates/account/partials/addon.php:47
435
- msgctxt "trial period"
436
- msgid "Trial"
437
- msgstr "Prøveperiode"
438
-
439
- #: includes/class-freemius.php:19196
440
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
441
- msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
442
-
443
- #: includes/class-freemius.php19200, includes/class-freemius.php:19259
444
- msgid "Please contact us here"
445
- msgstr "Kontakt os her"
446
-
447
- #: includes/class-freemius.php:19211
448
- msgid "Your plan was successfully activated."
449
- msgstr "Din plan er blevet aktiveret."
450
-
451
- #: includes/class-freemius.php:19212
452
- msgid "Your plan was successfully upgraded."
453
- msgstr "Din plan er blevet opgraderet."
454
-
455
- #: includes/class-freemius.php:19229
456
- msgid "Your plan was successfully changed to %s."
457
- msgstr "Din plan er blevet ændret til %s."
458
-
459
- #: includes/class-freemius.php:19245
460
- msgid "Your license has expired. You can still continue using the free %s forever."
461
- msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
462
-
463
- #: includes/class-freemius.php:19247
464
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
465
- msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
466
-
467
- #: includes/class-freemius.php:19255
468
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
469
- msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
470
-
471
- #: includes/class-freemius.php:19268
472
- 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."
473
- msgstr "Din licens er udløbet. Du kan stadig benytte alle funktionerne i %s, men du bliver nødt til at fornye din licens for at få opdateringer og support."
474
-
475
- #: includes/class-freemius.php:19294
476
- msgid "Your free trial has expired. You can still continue using all our free features."
477
- msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
478
-
479
- #: includes/class-freemius.php:19296
480
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
481
- msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
482
-
483
- #: includes/class-freemius.php:19403
484
- msgid "It looks like the license could not be activated."
485
- msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
486
-
487
- #: includes/class-freemius.php:19445
488
- msgid "Your license was successfully activated."
489
- msgstr "Din licens er blevet aktiveret."
490
-
491
- #: includes/class-freemius.php:19471
492
- msgid "It looks like your site currently doesn't have an active license."
493
- msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
494
-
495
- #: includes/class-freemius.php:19495
496
- msgid "It looks like the license deactivation failed."
497
- msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
498
-
499
- #: includes/class-freemius.php:19523
500
- msgid "Your license was successfully deactivated, you are back to the %s plan."
501
- msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
502
-
503
- #: includes/class-freemius.php:19524
504
- msgid "O.K"
505
- msgstr "O.K"
506
-
507
- #: includes/class-freemius.php:19577
508
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
509
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
510
-
511
- #: includes/class-freemius.php:19586
512
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
513
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
514
-
515
- #: includes/class-freemius.php:19628
516
- msgid "You are already running the %s in a trial mode."
517
- msgstr "Du benytter allerede %s under en prøveperiode."
518
-
519
- #: includes/class-freemius.php:19639
520
- msgid "You already utilized a trial before."
521
- msgstr "Du har allerede brugt din prøveperiode."
522
-
523
- #: includes/class-freemius.php:19653
524
- msgid "Plan %s do not exist, therefore, can't start a trial."
525
- msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
526
-
527
- #: includes/class-freemius.php:19664
528
- msgid "Plan %s does not support a trial period."
529
- msgstr "Plan %s understøtter ikke en prøveperiode."
530
-
531
- #: includes/class-freemius.php:19675
532
- msgid "None of the %s's plans supports a trial period."
533
- msgstr "Ingen af %s's planer understøtter prøveperiode."
534
-
535
- #: includes/class-freemius.php:19725
536
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
537
- msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
538
-
539
- #: includes/class-freemius.php:19761
540
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
541
- msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
542
-
543
- #: includes/class-freemius.php:19780
544
- msgid "Your %s free trial was successfully cancelled."
545
- msgstr "Din gratis prøveperiode for %s er blevet annulleret."
546
-
547
- #: includes/class-freemius.php:20096
548
- msgid "Version %s was released."
549
- msgstr "Version %s er blevet udgivet."
550
-
551
- #: includes/class-freemius.php:20096
552
- msgid "Please download %s."
553
- msgstr "Download venligst %s."
554
-
555
- #: includes/class-freemius.php:20103
556
- msgid "the latest %s version here"
557
- msgstr "den seneste version af %s her"
558
-
559
- #: includes/class-freemius.php:20108
560
- msgid "New"
561
- msgstr "Ny"
562
-
563
- #: includes/class-freemius.php:20113
564
- msgid "Seems like you got the latest release."
565
- msgstr "Det ser ud til, at du har den seneste udgivelse."
566
-
567
- #: includes/class-freemius.php:20114
568
- msgid "You are all good!"
569
- msgstr "Det var det!"
570
-
571
- #: includes/class-freemius.php:20384
572
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
573
- msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
574
-
575
- #: includes/class-freemius.php:20523
576
- msgid "Site successfully opted in."
577
- msgstr "Websted er tilmeldt."
578
-
579
- #: includes/class-freemius.php20524, includes/class-freemius.php:21364
580
- msgid "Awesome"
581
- msgstr "Sejt"
582
-
583
- #: includes/class-freemius.php20540, templates/forms/optout.php:32
584
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
585
- msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
586
-
587
- #: includes/class-freemius.php:20541
588
- msgid "Thank you!"
589
- msgstr "Mange tak!"
590
-
591
- #: includes/class-freemius.php:20548
592
- msgid "We will no longer be sending any usage data of %s on %s to %s."
593
- msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
594
-
595
- #: includes/class-freemius.php:20677
596
- msgid "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."
597
- msgstr "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."
598
-
599
- #: includes/class-freemius.php:20683
600
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
601
- msgstr "Tak fordi du bekræftede skift af ejerskab. En e-mail er blevet sendt til %s for sidste godkendelse."
602
-
603
- #: includes/class-freemius.php:20688
604
- msgid "%s is the new owner of the account."
605
- msgstr "%s er den nye ejer af kontoen."
606
-
607
- #: includes/class-freemius.php:20690
608
- msgctxt "as congratulations"
609
- msgid "Congrats"
610
- msgstr "Tillykke"
611
-
612
- #: includes/class-freemius.php:20710
613
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
614
- msgstr "Beklager, vi kunne ikke opdatere e-mailen. Der er allerede registreret en anden bruger med samme e-mail."
615
-
616
- #: includes/class-freemius.php:20711
617
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
618
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
619
-
620
- #: includes/class-freemius.php:20718
621
- msgid "Change Ownership"
622
- msgstr "Skift ejerskab"
623
-
624
- #: includes/class-freemius.php:20726
625
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
626
- msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
627
-
628
- #: includes/class-freemius.php:20738
629
- msgid "Please provide your full name."
630
- msgstr "Indtast venligst dit fulde navn."
631
-
632
- #: includes/class-freemius.php:20743
633
- msgid "Your name was successfully updated."
634
- msgstr "Dit navn er blevet opdateret."
635
-
636
- #: includes/class-freemius.php:20804
637
- msgid "You have successfully updated your %s."
638
- msgstr "Opdatering af %s blev gennemført."
639
-
640
- #: includes/class-freemius.php:20944
641
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
642
- msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
643
-
644
- #: includes/class-freemius.php:20945
645
- msgctxt "advance notice of something that will need attention."
646
- msgid "Heads up"
647
- msgstr "Se her"
648
-
649
- #: includes/class-freemius.php:21404
650
- msgctxt "exclamation"
651
- msgid "Hey"
652
- msgstr "Hey"
653
-
654
- #: includes/class-freemius.php:21404
655
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
656
- msgstr "Hvad synes du om %s indtil videre? Test alle vores premium funktioner i %s med en %d-dags gratis prøveperiode."
657
-
658
- #: includes/class-freemius.php:21412
659
- msgid "No commitment for %s days - cancel anytime!"
660
- msgstr "Ingen bindinger i %s dage - annuller når som helst!"
661
-
662
- #: includes/class-freemius.php:21413
663
- msgid "No credit card required"
664
- msgstr "Betalingskort ikke påkrævet"
665
-
666
- #: includes/class-freemius.php21420, templates/forms/trial-start.php:53
667
- msgctxt "call to action"
668
- msgid "Start free trial"
669
- msgstr "Start gratis prøveperiode"
670
-
671
- #: includes/class-freemius.php:21497
672
- 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!"
673
- msgstr "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!"
674
-
675
- #: includes/class-freemius.php:21506
676
- msgid "Learn more"
677
- msgstr "Læs mere"
678
-
679
- #: includes/class-freemius.php21692, templates/account.php474,
680
- #: templates/account.php595, templates/connect.php171,
681
- #: templates/connect.php421, templates/forms/license-activation.php27,
682
- #: templates/account/partials/addon.php:287
683
- msgid "Activate License"
684
- msgstr "Aktiver licens"
685
-
686
- #: includes/class-freemius.php21693, templates/account.php543,
687
- #: templates/account.php594, templates/account/partials/site.php:256
688
- msgid "Change License"
689
- msgstr "Skift licens"
690
-
691
- #: includes/class-freemius.php21789, templates/account/partials/site.php:161
692
- msgid "Opt Out"
693
- msgstr "Frameld"
694
-
695
- #: includes/class-freemius.php21791, includes/class-freemius.php21797,
696
- #: templates/account/partials/site.php43,
697
- #: templates/account/partials/site.php:161
698
- msgid "Opt In"
699
- msgstr "Tilmeld"
700
-
701
- #: includes/class-freemius.php:22025
702
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
703
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
704
-
705
- #: includes/class-freemius.php:22033
706
- msgid "Activate %s features"
707
- msgstr "Aktiver funktioner i %s"
708
-
709
- #: includes/class-freemius.php:22046
710
- msgid "Please follow these steps to complete the upgrade"
711
- msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
712
-
713
- #: includes/class-freemius.php:22050
714
- msgid "Download the latest %s version"
715
- msgstr "Download den seneste version af %s"
716
-
717
- #: includes/class-freemius.php:22054
718
- msgid "Upload and activate the downloaded version"
719
- msgstr "Upload og aktiver den downloadede version"
720
-
721
- #: includes/class-freemius.php:22056
722
- msgid "How to upload and activate?"
723
- msgstr "Upload og aktivering, hvordan?"
724
-
725
- #: includes/class-freemius.php:22190
726
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
727
- msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
728
-
729
- #: includes/class-freemius.php:22351
730
- msgid "Auto installation only works for opted-in users."
731
- msgstr "Auto-installation fungerer kun for tilmeldte brugere."
732
-
733
- #: includes/class-freemius.php22361, includes/class-freemius.php22394,
734
- #: includes/class-fs-plugin-updater.php1212,
735
- #: includes/class-fs-plugin-updater.php:1226
736
- msgid "Invalid module ID."
737
- msgstr "Ugyldigt modul-ID."
738
-
739
- #: includes/class-freemius.php22370, includes/class-fs-plugin-updater.php:1248
740
- msgid "Premium version already active."
741
- msgstr "Premium version allerede aktiv."
742
-
743
- #: includes/class-freemius.php:22377
744
- msgid "You do not have a valid license to access the premium version."
745
- msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
746
-
747
- #: includes/class-freemius.php:22384
748
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
749
- msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
750
-
751
- #: includes/class-freemius.php22402, includes/class-fs-plugin-updater.php:1247
752
- msgid "Premium add-on version already installed."
753
- msgstr "Premium tilføjelse er allerede installeret."
754
-
755
- #: includes/class-freemius.php:22752
756
- msgid "View paid features"
757
- msgstr "Vis betalte features"
758
-
759
- #: includes/class-freemius.php:23074
760
- msgid "Thank you so much for using %s and its add-ons!"
761
- msgstr "Mange tak for, at du benytter %s og tilhørende add-ons!"
762
-
763
- #: includes/class-freemius.php:23075
764
- msgid "Thank you so much for using %s!"
765
- msgstr "Tak fordi du benytter %s!"
766
-
767
- #: includes/class-freemius.php:23081
768
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
769
- msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
770
-
771
- #: includes/class-freemius.php:23085
772
- msgid "Thank you so much for using our products!"
773
- msgstr "Mange tak for at benytte vores produkter!"
774
-
775
- #: includes/class-freemius.php:23086
776
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
777
- msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
778
-
779
- #: includes/class-freemius.php:23105
780
- msgid "%s and its add-ons"
781
- msgstr "%s og tilføjelser"
782
-
783
- #: includes/class-freemius.php:23114
784
- msgid "Products"
785
- msgstr "Produkter"
786
-
787
- #: includes/class-freemius.php23121, templates/connect.php:272
788
- msgid "Yes"
789
- msgstr "Ja"
790
-
791
- #: includes/class-freemius.php23122, templates/connect.php:273
792
- msgid "send me security & feature updates, educational content and offers."
793
- msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
794
-
795
- #: includes/class-freemius.php23123, templates/connect.php:278
796
- msgid "No"
797
- msgstr "Nej"
798
-
799
- #: includes/class-freemius.php23125, templates/connect.php:280
800
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
801
- msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
802
-
803
- #: includes/class-freemius.php:23135
804
- 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 :-)"
805
- msgstr "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 :-)"
806
-
807
- #: includes/class-freemius.php23137, templates/connect.php:287
808
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
809
- msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
810
-
811
- #: includes/class-freemius.php:23419
812
- msgid "License key is empty."
813
- msgstr "Licensnøglen er tom."
814
-
815
- #: includes/class-fs-plugin-updater.php206,
816
- #: templates/forms/premium-versions-upgrade-handler.php:57
817
- msgid "Renew license"
818
- msgstr "Forny licens"
819
-
820
- #: includes/class-fs-plugin-updater.php211,
821
- #: templates/forms/premium-versions-upgrade-handler.php:58
822
- msgid "Buy license"
823
- msgstr "Køb licens"
824
-
825
- #: includes/class-fs-plugin-updater.php321,
826
- #: includes/class-fs-plugin-updater.php:354
827
- msgid "There is a %s of %s available."
828
- msgstr "There is a %s of %s available."
829
-
830
- #: includes/class-fs-plugin-updater.php323,
831
- #: includes/class-fs-plugin-updater.php:359
832
- msgid "new Beta version"
833
- msgstr "ny Beta-version"
834
-
835
- #: includes/class-fs-plugin-updater.php324,
836
- #: includes/class-fs-plugin-updater.php:360
837
- msgid "new version"
838
- msgstr "ny version"
839
-
840
- #: includes/class-fs-plugin-updater.php:383
841
- msgid "Important Upgrade Notice:"
842
- msgstr "Vigtig meddelelse til opgradering:"
843
-
844
- #: includes/class-fs-plugin-updater.php:1277
845
- msgid "Installing plugin: %s"
846
- msgstr "Installerer plugin: %s"
847
-
848
- #: includes/class-fs-plugin-updater.php:1318
849
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
850
- msgstr "Unable to connect to the filesystem. Please confirm your credentials."
851
-
852
- #: includes/class-fs-plugin-updater.php:1500
853
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
854
- msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
855
-
856
- #: includes/fs-plugin-info-dialog.php:514
857
- msgid "Purchase More"
858
- msgstr "Køb flere"
859
-
860
- #: includes/fs-plugin-info-dialog.php515,
861
- #: templates/account/partials/addon.php:348
862
- msgctxt "verb"
863
- msgid "Purchase"
864
- msgstr "Køb"
865
-
866
- #: includes/fs-plugin-info-dialog.php:519
867
- msgid "Start my free %s"
868
- msgstr "Start min gratis %s"
869
-
870
- #: includes/fs-plugin-info-dialog.php:717
871
- msgid "Install Free Version Update Now"
872
- msgstr "Installer opdatering til gratis version nu"
873
-
874
- #: includes/fs-plugin-info-dialog.php718, templates/account.php:534
875
- msgid "Install Update Now"
876
- msgstr "Installer opdatering nu"
877
-
878
- #: includes/fs-plugin-info-dialog.php:727
879
- msgid "Install Free Version Now"
880
- msgstr "Installer gratis version nu"
881
-
882
- #: includes/fs-plugin-info-dialog.php728, templates/add-ons.php262,
883
- #: templates/auto-installation.php111,
884
- #: templates/account/partials/addon.php328,
885
- #: templates/account/partials/addon.php:380
886
- msgid "Install Now"
887
- msgstr "Installer nu"
888
-
889
- #: includes/fs-plugin-info-dialog.php:744
890
- msgctxt "as download latest version"
891
- msgid "Download Latest Free Version"
892
- msgstr "Download seneste gratis version"
893
-
894
- #: includes/fs-plugin-info-dialog.php745, templates/account.php85,
895
- #: templates/add-ons.php34, templates/account/partials/addon.php:25
896
- msgctxt "as download latest version"
897
- msgid "Download Latest"
898
- msgstr "Download seneste"
899
-
900
- #: includes/fs-plugin-info-dialog.php760, templates/add-ons.php268,
901
- #: templates/account/partials/addon.php319,
902
- #: templates/account/partials/addon.php:374
903
- msgid "Activate this add-on"
904
- msgstr "Aktiver denne tilføjelse"
905
-
906
- #: includes/fs-plugin-info-dialog.php762, templates/connect.php:418
907
- msgid "Activate Free Version"
908
- msgstr "Aktiver gratis version"
909
-
910
- #: includes/fs-plugin-info-dialog.php763, templates/account.php109,
911
- #: templates/add-ons.php269, templates/account/partials/addon.php:49
912
- msgid "Activate"
913
- msgstr "Aktiver"
914
-
915
- #: includes/fs-plugin-info-dialog.php:973
916
- msgctxt "Plugin installer section title"
917
- msgid "Description"
918
- msgstr "Beskrivelse"
919
-
920
- #: includes/fs-plugin-info-dialog.php:974
921
- msgctxt "Plugin installer section title"
922
- msgid "Installation"
923
- msgstr "Installering"
924
-
925
- #: includes/fs-plugin-info-dialog.php:975
926
- msgctxt "Plugin installer section title"
927
- msgid "FAQ"
928
- msgstr "FAQ"
929
-
930
- #: includes/fs-plugin-info-dialog.php976,
931
- #: templates/plugin-info/description.php:55
932
- msgid "Screenshots"
933
- msgstr "Skærmbilleder"
934
-
935
- #: includes/fs-plugin-info-dialog.php:977
936
- msgctxt "Plugin installer section title"
937
- msgid "Changelog"
938
- msgstr "Ændringslog"
939
-
940
- #: includes/fs-plugin-info-dialog.php:978
941
- msgctxt "Plugin installer section title"
942
- msgid "Reviews"
943
- msgstr "Anmeldelser"
944
-
945
- #: includes/fs-plugin-info-dialog.php:979
946
- msgctxt "Plugin installer section title"
947
- msgid "Other Notes"
948
- msgstr "Andre noter"
949
-
950
- #: includes/fs-plugin-info-dialog.php:994
951
- msgctxt "Plugin installer section title"
952
- msgid "Features & Pricing"
953
- msgstr "Funktioner og priser"
954
-
955
- #: includes/fs-plugin-info-dialog.php:1004
956
- msgid "Plugin Install"
957
- msgstr "Plugin-installering"
958
-
959
- #: includes/fs-plugin-info-dialog.php:1076
960
- msgctxt "e.g. Professional Plan"
961
- msgid "%s Plan"
962
- msgstr "%s Plan"
963
-
964
- #: includes/fs-plugin-info-dialog.php:1102
965
- msgctxt "e.g. the best product"
966
- msgid "Best"
967
- msgstr "Bedste"
968
-
969
- #: includes/fs-plugin-info-dialog.php1108,
970
- #: includes/fs-plugin-info-dialog.php:1128
971
- msgctxt "as every month"
972
- msgid "Monthly"
973
- msgstr "Månedligt"
974
-
975
- #: includes/fs-plugin-info-dialog.php:1111
976
- msgctxt "as once a year"
977
- msgid "Annual"
978
- msgstr "Årligt"
979
-
980
- #: includes/fs-plugin-info-dialog.php:1114
981
- msgid "Lifetime"
982
- msgstr "Livstid"
983
-
984
- #: includes/fs-plugin-info-dialog.php1128,
985
- #: includes/fs-plugin-info-dialog.php1130,
986
- #: includes/fs-plugin-info-dialog.php:1132
987
- msgctxt "e.g. billed monthly"
988
- msgid "Billed %s"
989
- msgstr "Faktureret %s"
990
-
991
- #: includes/fs-plugin-info-dialog.php:1130
992
- msgctxt "as once a year"
993
- msgid "Annually"
994
- msgstr "Årligt"
995
-
996
- #: includes/fs-plugin-info-dialog.php:1132
997
- msgctxt "as once a year"
998
- msgid "Once"
999
- msgstr "Engangsbeløb"
1000
-
1001
- #: includes/fs-plugin-info-dialog.php:1138
1002
- msgid "Single Site License"
1003
- msgstr "Enkelt site licens"
1004
-
1005
- #: includes/fs-plugin-info-dialog.php:1140
1006
- msgid "Unlimited Licenses"
1007
- msgstr "Ubegrænsede licenser"
1008
-
1009
- #: includes/fs-plugin-info-dialog.php:1142
1010
- msgid "Up to %s Sites"
1011
- msgstr "Op til %s websteder"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php1152,
1014
- #: templates/plugin-info/features.php:82
1015
- msgctxt "as monthly period"
1016
- msgid "mo"
1017
- msgstr "md"
1018
-
1019
- #: includes/fs-plugin-info-dialog.php1159,
1020
- #: templates/plugin-info/features.php:80
1021
- msgctxt "as annual period"
1022
- msgid "year"
1023
- msgstr "år"
1024
-
1025
- #: includes/fs-plugin-info-dialog.php:1213
1026
- msgctxt "noun"
1027
- msgid "Price"
1028
- msgstr "Pris"
1029
-
1030
- #: includes/fs-plugin-info-dialog.php:1261
1031
- msgid "Save %s"
1032
- msgstr "Spar %s"
1033
-
1034
- #: includes/fs-plugin-info-dialog.php:1271
1035
- msgid "No commitment for %s - cancel anytime"
1036
- msgstr "Ingen bindinger ved %s - annuller når som helst"
1037
-
1038
- #: includes/fs-plugin-info-dialog.php:1274
1039
- msgid "After your free %s, pay as little as %s"
1040
- msgstr "Efter din gratis %s er prisen kun %s"
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1285
1043
- msgid "Details"
1044
- msgstr "Detaljer"
1045
-
1046
- #: includes/fs-plugin-info-dialog.php1289, templates/account.php96,
1047
- #: templates/debug.php203, templates/debug.php240, templates/debug.php449,
1048
- #: templates/account/partials/addon.php:36
1049
- msgctxt "product version"
1050
- msgid "Version"
1051
- msgstr "Version"
1052
-
1053
- #: includes/fs-plugin-info-dialog.php:1296
1054
- msgctxt "as the plugin author"
1055
- msgid "Author"
1056
- msgstr "Forfatter"
1057
-
1058
- #: includes/fs-plugin-info-dialog.php:1303
1059
- msgid "Last Updated"
1060
- msgstr "Senest opdateret"
1061
-
1062
- #: includes/fs-plugin-info-dialog.php1308, templates/account.php:444
1063
- msgctxt "x-ago"
1064
- msgid "%s ago"
1065
- msgstr "%s siden"
1066
-
1067
- #: includes/fs-plugin-info-dialog.php:1317
1068
- msgid "Requires WordPress Version"
1069
- msgstr "Kræver WordPress-version"
1070
-
1071
- #: includes/fs-plugin-info-dialog.php:1318
1072
- msgid "%s or higher"
1073
- msgstr "%s eller højere"
1074
-
1075
- #: includes/fs-plugin-info-dialog.php:1325
1076
- msgid "Compatible up to"
1077
- msgstr "Kompatibel op til"
1078
-
1079
- #: includes/fs-plugin-info-dialog.php:1333
1080
- msgid "Downloaded"
1081
- msgstr "Downloadet"
1082
-
1083
- #: includes/fs-plugin-info-dialog.php:1337
1084
- msgid "%s time"
1085
- msgstr "%s gang"
1086
-
1087
- #: includes/fs-plugin-info-dialog.php:1339
1088
- msgid "%s times"
1089
- msgstr "%s gange"
1090
-
1091
- #: includes/fs-plugin-info-dialog.php:1349
1092
- msgid "WordPress.org Plugin Page"
1093
- msgstr "WordPress.org Plugin-side"
1094
-
1095
- #: includes/fs-plugin-info-dialog.php:1357
1096
- msgid "Plugin Homepage"
1097
- msgstr "Plugin-websted"
1098
-
1099
- #: includes/fs-plugin-info-dialog.php1365,
1100
- #: includes/fs-plugin-info-dialog.php:1447
1101
- msgid "Donate to this plugin"
1102
- msgstr "Donér til dette plugin"
1103
-
1104
- #: includes/fs-plugin-info-dialog.php:1372
1105
- msgid "Average Rating"
1106
- msgstr "Gennemsnitlig vurdering"
1107
-
1108
- #: includes/fs-plugin-info-dialog.php:1379
1109
- msgid "based on %s"
1110
- msgstr "baseret på %s"
1111
-
1112
- #: includes/fs-plugin-info-dialog.php:1383
1113
- msgid "%s rating"
1114
- msgstr "%s vurdering"
1115
-
1116
- #: includes/fs-plugin-info-dialog.php:1385
1117
- msgid "%s ratings"
1118
- msgstr "%s vurderinger"
1119
-
1120
- #: includes/fs-plugin-info-dialog.php:1400
1121
- msgid "%s star"
1122
- msgstr "%s stjerne"
1123
-
1124
- #: includes/fs-plugin-info-dialog.php:1402
1125
- msgid "%s stars"
1126
- msgstr "%s stjerner"
1127
-
1128
- #: includes/fs-plugin-info-dialog.php:1413
1129
- msgid "Click to see reviews that provided a rating of %s"
1130
- msgstr "Click to see reviews that provided a rating of %s"
1131
-
1132
- #: includes/fs-plugin-info-dialog.php:1426
1133
- msgid "Contributors"
1134
- msgstr "Bidragsydere"
1135
-
1136
- #: includes/fs-plugin-info-dialog.php1455,
1137
- #: includes/fs-plugin-info-dialog.php:1457
1138
- msgid "Warning"
1139
- msgstr "Advarsel"
1140
-
1141
- #: includes/fs-plugin-info-dialog.php:1455
1142
- msgid "This plugin has not been tested with your current version of WordPress."
1143
- msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
1144
-
1145
- #: includes/fs-plugin-info-dialog.php:1457
1146
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1147
- msgstr "Dette plugin er ikke markeret som kompatibel med din nuværende version af WordPress."
1148
-
1149
- #: includes/fs-plugin-info-dialog.php:1476
1150
- msgid "Paid add-on must be deployed to Freemius."
1151
- msgstr "Paid add-on must be deployed to Freemius."
1152
-
1153
- #: includes/fs-plugin-info-dialog.php:1477
1154
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1155
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
1156
-
1157
- #: includes/fs-plugin-info-dialog.php:1498
1158
- msgid "Newer Version (%s) Installed"
1159
- msgstr "Nyere version (%s) installeret"
1160
-
1161
- #: includes/fs-plugin-info-dialog.php:1499
1162
- msgid "Newer Free Version (%s) Installed"
1163
- msgstr "Nyere gratis version (%s) installeret"
1164
-
1165
- #: includes/fs-plugin-info-dialog.php:1506
1166
- msgid "Latest Version Installed"
1167
- msgstr "Seneste version installeret"
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:1507
1170
- msgid "Latest Free Version Installed"
1171
- msgstr "Seneste gratis version installeret"
1172
-
1173
- #: templates/account.php86, templates/forms/subscription-cancellation.php96,
1174
- #: templates/account/partials/addon.php26,
1175
- #: templates/account/partials/site.php:295
1176
- msgid "Downgrading your plan"
1177
- msgstr "Nedgraderer din plan"
1178
-
1179
- #: templates/account.php87, templates/forms/subscription-cancellation.php97,
1180
- #: templates/account/partials/addon.php27,
1181
- #: templates/account/partials/site.php:296
1182
- msgid "Cancelling the subscription"
1183
- msgstr "Annullerer abonnementet"
1184
-
1185
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1186
- #. subscription'
1187
- #: templates/account.php:89
1188
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1189
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1190
-
1191
- #: templates/account.php90, templates/forms/subscription-cancellation.php100,
1192
- #: templates/account/partials/addon.php30,
1193
- #: templates/account/partials/site.php:299
1194
- 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."
1195
- msgstr "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."
1196
-
1197
- #: templates/account.php91, templates/forms/subscription-cancellation.php106,
1198
- #: templates/account/partials/addon.php:31
1199
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1200
- msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1201
-
1202
- #: templates/account.php92, templates/forms/subscription-cancellation.php101,
1203
- #: templates/account/partials/addon.php32,
1204
- #: templates/account/partials/site.php:300
1205
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1206
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1207
-
1208
- #: templates/account.php93, templates/forms/subscription-cancellation.php102,
1209
- #: templates/account/partials/addon.php33,
1210
- #: templates/account/partials/site.php:301
1211
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1212
- msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1213
-
1214
- #. translators: %s: Plan title (e.g. "Professional")
1215
- #: templates/account.php95,
1216
- #: templates/account/partials/activate-license-button.php31,
1217
- #: templates/account/partials/addon.php:35
1218
- msgid "Activate %s Plan"
1219
- msgstr "Aktiver %s plan"
1220
-
1221
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1222
- #: templates/account.php98, templates/account/partials/addon.php38,
1223
- #: templates/account/partials/site.php:275
1224
- msgid "Auto renews in %s"
1225
- msgstr "Auto-fornyer om %s"
1226
-
1227
- #. translators: %s: Time period (e.g. Expires in "2 months")
1228
- #: templates/account.php100, templates/account/partials/addon.php40,
1229
- #: templates/account/partials/site.php:277
1230
- msgid "Expires in %s"
1231
- msgstr "Udløber om %s"
1232
-
1233
- #: templates/account.php101, templates/account/partials/addon.php:41
1234
- msgctxt "as synchronize license"
1235
- msgid "Sync License"
1236
- msgstr "Synkroniser licens"
1237
-
1238
- #: templates/account.php102, templates/account/partials/addon.php:42
1239
- msgid "Cancel Trial"
1240
- msgstr "Annuller prøveperiode"
1241
-
1242
- #: templates/account.php103, templates/account/partials/addon.php:43
1243
- msgid "Change Plan"
1244
- msgstr "Skift plan"
1245
-
1246
- #: templates/account.php104, templates/account/partials/addon.php:44
1247
- msgctxt "verb"
1248
- msgid "Upgrade"
1249
- msgstr "Opgrader"
1250
-
1251
- #: templates/account.php106, templates/account/partials/addon.php46,
1252
- #: templates/account/partials/site.php:302
1253
- msgctxt "verb"
1254
- msgid "Downgrade"
1255
- msgstr "Nedgrader"
1256
-
1257
- #: templates/account.php108, templates/add-ons.php187,
1258
- #: templates/plugin-info/features.php72,
1259
- #: templates/account/partials/addon.php48,
1260
- #: templates/account/partials/site.php:31
1261
- msgid "Free"
1262
- msgstr "Gratis"
1263
-
1264
- #: templates/account.php110, templates/debug.php372,
1265
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1266
- #: templates/account/partials/addon.php:50
1267
- msgctxt "as product pricing plan"
1268
- msgid "Plan"
1269
- msgstr "Plan"
1270
-
1271
- #: templates/account.php:111
1272
- msgid "Bundle Plan"
1273
- msgstr "Bundle Plan"
1274
-
1275
- #: templates/account.php:185
1276
- msgid "Free Trial"
1277
- msgstr "Gratis prøveperiode"
1278
-
1279
- #: templates/account.php:196
1280
- msgid "Account Details"
1281
- msgstr "Kontodetaljer"
1282
-
1283
- #: templates/account.php:200
1284
- msgid "Billing & Invoices"
1285
- msgstr "Fakturering"
1286
-
1287
- #: templates/account.php:210
1288
- 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?"
1289
- msgstr "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?"
1290
-
1291
- #: templates/account.php:212
1292
- 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?"
1293
- msgstr "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?"
1294
-
1295
- #: templates/account.php:215
1296
- msgid "Delete Account"
1297
- msgstr "Slet konto"
1298
-
1299
- #: templates/account.php227, templates/account/partials/addon.php211,
1300
- #: templates/account/partials/deactivate-license-button.php:35
1301
- msgid "Deactivate License"
1302
- msgstr "Deaktiver licens"
1303
-
1304
- #: templates/account.php250, templates/forms/subscription-cancellation.php:125
1305
- msgid "Are you sure you want to proceed?"
1306
- msgstr "Er du sikker på, du vil fortsætte?"
1307
-
1308
- #: templates/account.php250, templates/account/partials/addon.php:234
1309
- msgid "Cancel Subscription"
1310
- msgstr "Annuller abonnement"
1311
-
1312
- #: templates/account.php:278
1313
- msgctxt "as synchronize"
1314
- msgid "Sync"
1315
- msgstr "Synkroniser"
1316
-
1317
- #: templates/account.php292, templates/debug.php:484
1318
- msgid "Name"
1319
- msgstr "Navn"
1320
-
1321
- #: templates/account.php298, templates/debug.php:485
1322
- msgid "Email"
1323
- msgstr "E-mail"
1324
-
1325
- #: templates/account.php305, templates/debug.php371, templates/debug.php:523
1326
- msgid "User ID"
1327
- msgstr "Bruger-ID"
1328
-
1329
- #: templates/account.php322, templates/account.php608,
1330
- #: templates/account.php653, templates/debug.php238, templates/debug.php365,
1331
- #: templates/debug.php446, templates/debug.php483, templates/debug.php521,
1332
- #: templates/debug.php594, templates/account/payments.php35,
1333
- #: templates/debug/logger.php:21
1334
- msgid "ID"
1335
- msgstr "ID"
1336
-
1337
- #: templates/account.php:329
1338
- msgid "Site ID"
1339
- msgstr "Websteds-ID"
1340
-
1341
- #: templates/account.php:332
1342
- msgid "No ID"
1343
- msgstr "Intet ID"
1344
-
1345
- #: templates/account.php337, templates/debug.php245, templates/debug.php373,
1346
- #: templates/debug.php450, templates/debug.php487,
1347
- #: templates/account/partials/site.php:219
1348
- msgid "Public Key"
1349
- msgstr "Offentlig nøgle"
1350
-
1351
- #: templates/account.php343, templates/debug.php374, templates/debug.php451,
1352
- #: templates/debug.php488, templates/account/partials/site.php:231
1353
- msgid "Secret Key"
1354
- msgstr "Privat nøgle"
1355
-
1356
- #: templates/account.php:346
1357
- msgctxt "as secret encryption key missing"
1358
- msgid "No Secret"
1359
- msgstr "Ingen privat nøgle"
1360
-
1361
- #: templates/account.php373, templates/account/partials/site.php112,
1362
- #: templates/account/partials/site.php:114
1363
- msgid "Trial"
1364
- msgstr "Prøveperiode"
1365
-
1366
- #: templates/account.php400, templates/debug.php528,
1367
- #: templates/account/partials/site.php:248
1368
- msgid "License Key"
1369
- msgstr "Licensnøgle"
1370
-
1371
- #: templates/account.php:429
1372
- msgid "Join the Beta program"
1373
- msgstr "Deltag i Beta-programmet"
1374
-
1375
- #: templates/account.php:435
1376
- msgid "not verified"
1377
- msgstr "ikke verificeret"
1378
-
1379
- #: templates/account.php444, templates/account/partials/addon.php:172
1380
- msgid "Expired"
1381
- msgstr "Udløbet"
1382
-
1383
- #: templates/account.php:502
1384
- msgid "Premium version"
1385
- msgstr "Premium version"
1386
-
1387
- #: templates/account.php:504
1388
- msgid "Free version"
1389
- msgstr "Gratis version"
1390
-
1391
- #: templates/account.php:516
1392
- msgid "Verify Email"
1393
- msgstr "Verificer e-mail"
1394
-
1395
- #: templates/account.php:527
1396
- msgid "Download %s Version"
1397
- msgstr "Download 1%s version"
1398
-
1399
- #: templates/account.php541, templates/account.php749,
1400
- #: templates/account/partials/site.php237,
1401
- #: templates/account/partials/site.php:255
1402
- msgctxt "verb"
1403
- msgid "Show"
1404
- msgstr "Vis"
1405
-
1406
- #: templates/account.php:555
1407
- msgid "What is your %s?"
1408
- msgstr "Angiv venligst %s?"
1409
-
1410
- #: templates/account.php563, templates/account/billing.php:21
1411
- msgctxt "verb"
1412
- msgid "Edit"
1413
- msgstr "Rediger"
1414
-
1415
- #: templates/account.php:588
1416
- msgid "Sites"
1417
- msgstr "Websteder"
1418
-
1419
- #: templates/account.php:599
1420
- msgid "Search by address"
1421
- msgstr "Søg efter adresse"
1422
-
1423
- #: templates/account.php609, templates/debug.php:368
1424
- msgid "Address"
1425
- msgstr "Adresse"
1426
-
1427
- #: templates/account.php:610
1428
- msgid "License"
1429
- msgstr "Licens"
1430
-
1431
- #: templates/account.php:611
1432
- msgid "Plan"
1433
- msgstr "Plan"
1434
-
1435
- #: templates/account.php:656
1436
- msgctxt "as software license"
1437
- msgid "License"
1438
- msgstr "Licens"
1439
-
1440
- #: templates/account.php:743
1441
- msgctxt "verb"
1442
- msgid "Hide"
1443
- msgstr "Skjul"
1444
-
1445
- #: templates/account.php:765
1446
- msgid "Processing"
1447
- msgstr "Arbejder"
1448
-
1449
- #: templates/account.php:768
1450
- msgid "Get updates for bleeding edge Beta versions of %s."
1451
- msgstr "Get updates for bleeding edge Beta versions of %s."
1452
-
1453
- #: templates/account.php:826
1454
- msgid "Cancelling %s"
1455
- msgstr "Annullerer %s"
1456
-
1457
- #: templates/account.php826, templates/account.php843,
1458
- #: templates/forms/subscription-cancellation.php27,
1459
- #: templates/forms/deactivation/form.php:133
1460
- msgid "trial"
1461
- msgstr "prøveperiode"
1462
-
1463
- #: templates/account.php841, templates/forms/deactivation/form.php:150
1464
- msgid "Cancelling %s..."
1465
- msgstr "Annullerer %s..."
1466
-
1467
- #: templates/account.php844, templates/forms/subscription-cancellation.php28,
1468
- #: templates/forms/deactivation/form.php:134
1469
- msgid "subscription"
1470
- msgstr "abonnement"
1471
-
1472
- #: templates/account.php:858
1473
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1474
- msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1475
-
1476
- #: templates/add-ons.php:35
1477
- msgid "View details"
1478
- msgstr "Vis detaljer"
1479
-
1480
- #: templates/add-ons.php:45
1481
- msgid "Add Ons for %s"
1482
- msgstr "Tilføjelser til %s"
1483
-
1484
- #: templates/add-ons.php:55
1485
- msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1486
- msgstr "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1487
-
1488
- #: templates/add-ons.php:173
1489
- msgctxt "active add-on"
1490
- msgid "Active"
1491
- msgstr "Aktiv"
1492
-
1493
- #: templates/add-ons.php:174
1494
- msgctxt "installed add-on"
1495
- msgid "Installed"
1496
- msgstr "Installeret"
1497
-
1498
- #: templates/admin-notice.php13, templates/forms/license-activation.php211,
1499
- #: templates/forms/resend-key.php:77
1500
- msgctxt "as close a window"
1501
- msgid "Dismiss"
1502
- msgstr "Fjern"
1503
-
1504
- #: templates/auto-installation.php:45
1505
- msgid "%s sec"
1506
- msgstr "1%s sek"
1507
-
1508
- #: templates/auto-installation.php:83
1509
- msgid "Automatic Installation"
1510
- msgstr "Automatisk installering"
1511
-
1512
- #: templates/auto-installation.php:93
1513
- msgid "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."
1514
- msgstr "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."
1515
-
1516
- #: templates/auto-installation.php:104
1517
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1518
- msgstr "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1519
-
1520
- #: templates/auto-installation.php:109
1521
- msgid "Cancel Installation"
1522
- msgstr "Annuller installering"
1523
-
1524
- #: templates/checkout.php:180
1525
- msgid "Checkout"
1526
- msgstr "Udtjekning"
1527
-
1528
- #: templates/checkout.php:180
1529
- msgid "PCI compliant"
1530
- msgstr "PCI-kompatibel"
1531
-
1532
- #. translators: %s: name (e.g. Hey John,)
1533
- #: templates/connect.php:112
1534
- msgctxt "greeting"
1535
- msgid "Hey %s,"
1536
- msgstr "Hey %s,"
1537
-
1538
- #: templates/connect.php:154
1539
- msgid "Allow & Continue"
1540
- msgstr "Tillad & Fortsæt"
1541
-
1542
- #: templates/connect.php:158
1543
- msgid "Re-send activation email"
1544
- msgstr "Gensend e-mail om aktivering"
1545
-
1546
- #: templates/connect.php:162
1547
- msgid "Thanks %s!"
1548
- msgstr "Tak %s!"
1549
-
1550
- #: templates/connect.php172, templates/forms/license-activation.php:46
1551
- msgid "Agree & Activate License"
1552
- msgstr "Accepter & aktiver licens"
1553
-
1554
- #: templates/connect.php:181
1555
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1556
- msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
1557
-
1558
- #: templates/connect.php:188
1559
- 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."
1560
- msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. "
1561
-
1562
- #: templates/connect.php:189
1563
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1564
- msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %%4$s."
1565
-
1566
- #: templates/connect.php:195
1567
- 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. If you skip this, that's okay! %1$s will still work just fine."
1568
- msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
1569
-
1570
- #: templates/connect.php:196
1571
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1572
- msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
1573
-
1574
- #: templates/connect.php:230
1575
- msgid "We're excited to introduce the Freemius network-level integration."
1576
- msgstr "We're excited to introduce the Freemius network-level integration."
1577
-
1578
- #: templates/connect.php:233
1579
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1580
- msgstr "During the update process we detected %d site(s) that are still pending license activation."
1581
-
1582
- #: templates/connect.php:235
1583
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1584
- msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1585
-
1586
- #: templates/connect.php:237
1587
- msgid "%s's paid features"
1588
- msgstr "%s's betalte features"
1589
-
1590
- #: templates/connect.php:242
1591
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1592
- msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1593
-
1594
- #: templates/connect.php:244
1595
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1596
- msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1597
-
1598
- #: templates/connect.php253, templates/forms/license-activation.php:49
1599
- msgid "License key"
1600
- msgstr "Licensnøgle"
1601
-
1602
- #: templates/connect.php256, templates/forms/license-activation.php:22
1603
- msgid "Can't find your license key?"
1604
- msgstr "Kan du ikke finde din licensnøgle?"
1605
-
1606
- #: templates/connect.php315, templates/connect.php652,
1607
- #: templates/forms/deactivation/retry-skip.php:20
1608
- msgctxt "verb"
1609
- msgid "Skip"
1610
- msgstr "Spring over"
1611
-
1612
- #: templates/connect.php:318
1613
- msgid "Delegate to Site Admins"
1614
- msgstr "Uddeleger til webstedsadministratorer"
1615
-
1616
- #: templates/connect.php:318
1617
- msgid "If you click it, this decision will be delegated to the sites administrators."
1618
- msgstr "If you click it, this decision will be delegated to the sites administrators."
1619
-
1620
- #: templates/connect.php:346
1621
- msgid "Your Profile Overview"
1622
- msgstr "Overblik af din profil"
1623
-
1624
- #: templates/connect.php:347
1625
- msgid "Name and email address"
1626
- msgstr "Navn og e-mailadresse"
1627
-
1628
- #: templates/connect.php:352
1629
- msgid "Your Site Overview"
1630
- msgstr "Overblik af dit websted"
1631
-
1632
- #: templates/connect.php:353
1633
- msgid "Site URL, WP version, PHP info, plugins & themes"
1634
- msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
1635
-
1636
- #: templates/connect.php:358
1637
- msgid "Admin Notices"
1638
- msgstr "Admin-meddelelser"
1639
-
1640
- #: templates/connect.php359, templates/connect.php:375
1641
- msgid "Updates, announcements, marketing, no spam"
1642
- msgstr "Opdateringer, annonceringer, marketing, ingen spam"
1643
-
1644
- #: templates/connect.php:364
1645
- msgid "Current %s Events"
1646
- msgstr "Current %s Events"
1647
-
1648
- #: templates/connect.php:365
1649
- msgid "Activation, deactivation and uninstall"
1650
- msgstr "Aktivering, deaktivering og afinstallering"
1651
-
1652
- #: templates/connect.php:374
1653
- msgid "Newsletter"
1654
- msgstr "Nyhedsbrev"
1655
-
1656
- #: templates/connect.php391, templates/forms/license-activation.php:41
1657
- msgid "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."
1658
- msgstr "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."
1659
-
1660
- #: templates/connect.php:396
1661
- msgid "What permissions are being granted?"
1662
- msgstr "Hvilke tilladelser bliver givet?"
1663
-
1664
- #: templates/connect.php:417
1665
- msgid "Don't have a license key?"
1666
- msgstr "Har du ikke en licensnøgle?"
1667
-
1668
- #: templates/connect.php:420
1669
- msgid "Have a license key?"
1670
- msgstr "Har du en licensnøgle?"
1671
-
1672
- #: templates/connect.php:428
1673
- msgid "Privacy Policy"
1674
- msgstr "Privatlivspolitik"
1675
-
1676
- #: templates/connect.php:430
1677
- msgid "License Agreement"
1678
- msgstr "Licensaftale"
1679
-
1680
- #: templates/connect.php:430
1681
- msgid "Terms of Service"
1682
- msgstr "Servicevilkår"
1683
-
1684
- #: templates/connect.php:805
1685
- msgctxt "as in the process of sending an email"
1686
- msgid "Sending email"
1687
- msgstr "Sender e-mail"
1688
-
1689
- #: templates/connect.php:806
1690
- msgctxt "as activating plugin"
1691
- msgid "Activating"
1692
- msgstr "Aktiverer"
1693
-
1694
- #: templates/contact.php:78
1695
- msgid "Contact"
1696
- msgstr "Kontakt"
1697
-
1698
- #: templates/debug.php:17
1699
- msgctxt "as turned off"
1700
- msgid "Off"
1701
- msgstr "Fra"
1702
-
1703
- #: templates/debug.php:18
1704
- msgctxt "as turned on"
1705
- msgid "On"
1706
- msgstr "Til"
1707
-
1708
- #: templates/debug.php:20
1709
- msgid "SDK"
1710
- msgstr "SDK"
1711
-
1712
- #: templates/debug.php:24
1713
- msgctxt "as code debugging"
1714
- msgid "Debugging"
1715
- msgstr "Fejlfinding"
1716
-
1717
- #: templates/debug.php54, templates/debug.php250, templates/debug.php375,
1718
- #: templates/debug.php:489
1719
- msgid "Actions"
1720
- msgstr "Handlinger"
1721
-
1722
- #: templates/debug.php:64
1723
- msgid "Are you sure you want to delete all Freemius data?"
1724
- msgstr "Er du sikker på, du vil slette al Freemius data?"
1725
-
1726
- #: templates/debug.php:64
1727
- msgid "Delete All Accounts"
1728
- msgstr "Slet alle konti"
1729
-
1730
- #: templates/debug.php:71
1731
- msgid "Clear API Cache"
1732
- msgstr "Ryd API-cache"
1733
-
1734
- #: templates/debug.php:79
1735
- msgid "Clear Updates Transients"
1736
- msgstr "Clear Updates Transients"
1737
-
1738
- #: templates/debug.php:86
1739
- msgid "Sync Data From Server"
1740
- msgstr "Synkroniser data fra server"
1741
-
1742
- #: templates/debug.php:95
1743
- msgid "Migrate Options to Network"
1744
- msgstr "Migrate Options to Network"
1745
-
1746
- #: templates/debug.php:100
1747
- msgid "Load DB Option"
1748
- msgstr "Hent DB-indstilling"
1749
-
1750
- #: templates/debug.php:103
1751
- msgid "Set DB Option"
1752
- msgstr "Sæt DB-indstilling"
1753
-
1754
- #: templates/debug.php:182
1755
- msgid "Key"
1756
- msgstr "Nøgle"
1757
-
1758
- #: templates/debug.php:183
1759
- msgid "Value"
1760
- msgstr "Værdi"
1761
-
1762
- #: templates/debug.php:199
1763
- msgctxt "as software development kit versions"
1764
- msgid "SDK Versions"
1765
- msgstr "SDK-versioner"
1766
-
1767
- #: templates/debug.php:204
1768
- msgid "SDK Path"
1769
- msgstr "SDK-sti"
1770
-
1771
- #: templates/debug.php205, templates/debug.php:244
1772
- msgid "Module Path"
1773
- msgstr "Modul-sti"
1774
-
1775
- #: templates/debug.php:206
1776
- msgid "Is Active"
1777
- msgstr "Er aktiv"
1778
-
1779
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1780
- msgid "Plugins"
1781
- msgstr "Plugins"
1782
-
1783
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1784
- msgid "Themes"
1785
- msgstr "Temaer"
1786
-
1787
- #: templates/debug.php239, templates/debug.php370, templates/debug.php448,
1788
- #: templates/debug/scheduled-crons.php:80
1789
- msgid "Slug"
1790
- msgstr "Kortnavn"
1791
-
1792
- #: templates/debug.php241, templates/debug.php:447
1793
- msgid "Title"
1794
- msgstr "Titel"
1795
-
1796
- #: templates/debug.php:242
1797
- msgctxt "as application program interface"
1798
- msgid "API"
1799
- msgstr "API"
1800
-
1801
- #: templates/debug.php:243
1802
- msgid "Freemius State"
1803
- msgstr "Freemius tilstand"
1804
-
1805
- #: templates/debug.php:247
1806
- msgid "Network Blog"
1807
- msgstr "Netværksblog"
1808
-
1809
- #: templates/debug.php:248
1810
- msgid "Network User"
1811
- msgstr "Netværksbruger"
1812
-
1813
- #: templates/debug.php:285
1814
- msgctxt "as connection was successful"
1815
- msgid "Connected"
1816
- msgstr "Forbundet"
1817
-
1818
- #: templates/debug.php:286
1819
- msgctxt "as connection blocked"
1820
- msgid "Blocked"
1821
- msgstr "Blokeret"
1822
-
1823
- #: templates/debug.php:322
1824
- msgid "Simulate Trial Promotion"
1825
- msgstr "Simulate Trial Promotion"
1826
-
1827
- #: templates/debug.php:334
1828
- msgid "Simulate Network Upgrade"
1829
- msgstr "Simuler netværksopgradering"
1830
-
1831
- #: templates/debug.php:359
1832
- msgid "%s Installs"
1833
- msgstr "%s installeringer"
1834
-
1835
- #: templates/debug.php:361
1836
- msgctxt "like websites"
1837
- msgid "Sites"
1838
- msgstr "Websteder"
1839
-
1840
- #: templates/debug.php367, templates/account/partials/site.php:148
1841
- msgid "Blog ID"
1842
- msgstr "Blog-ID"
1843
-
1844
- #: templates/debug.php428, templates/debug.php506,
1845
- #: templates/account/partials/addon.php:397
1846
- msgctxt "verb"
1847
- msgid "Delete"
1848
- msgstr "Slet"
1849
-
1850
- #: templates/debug.php:442
1851
- msgid "Add Ons of module %s"
1852
- msgstr "Tilføjelser til modul %s"
1853
-
1854
- #: templates/debug.php:479
1855
- msgid "Users"
1856
- msgstr "Brugere"
1857
-
1858
- #: templates/debug.php:486
1859
- msgid "Verified"
1860
- msgstr "Verificeret"
1861
-
1862
- #: templates/debug.php:517
1863
- msgid "%s Licenses"
1864
- msgstr "1%s licenser"
1865
-
1866
- #: templates/debug.php:522
1867
- msgid "Plugin ID"
1868
- msgstr "Plugin-ID"
1869
-
1870
- #: templates/debug.php:524
1871
- msgid "Plan ID"
1872
- msgstr "Plan-ID"
1873
-
1874
- #: templates/debug.php:525
1875
- msgid "Quota"
1876
- msgstr "Kvote"
1877
-
1878
- #: templates/debug.php:526
1879
- msgid "Activated"
1880
- msgstr "Aktiveret"
1881
-
1882
- #: templates/debug.php:527
1883
- msgid "Blocking"
1884
- msgstr "Blokerer"
1885
-
1886
- #: templates/debug.php:529
1887
- msgctxt "as expiration date"
1888
- msgid "Expiration"
1889
- msgstr "Udløber"
1890
-
1891
- #: templates/debug.php:552
1892
- msgid "Debug Log"
1893
- msgstr "Fejlfindingslog"
1894
-
1895
- #: templates/debug.php:556
1896
- msgid "All Types"
1897
- msgstr "Alle typer"
1898
-
1899
- #: templates/debug.php:563
1900
- msgid "All Requests"
1901
- msgstr "Alle forespørgsler"
1902
-
1903
- #: templates/debug.php568, templates/debug.php597,
1904
- #: templates/debug/logger.php:25
1905
- msgid "File"
1906
- msgstr "Fil"
1907
-
1908
- #: templates/debug.php569, templates/debug.php595,
1909
- #: templates/debug/logger.php:23
1910
- msgid "Function"
1911
- msgstr "Funktion"
1912
-
1913
- #: templates/debug.php:570
1914
- msgid "Process ID"
1915
- msgstr "Proces-ID"
1916
-
1917
- #: templates/debug.php:571
1918
- msgid "Logger"
1919
- msgstr "Logger"
1920
-
1921
- #: templates/debug.php572, templates/debug.php596,
1922
- #: templates/debug/logger.php:24
1923
- msgid "Message"
1924
- msgstr "Besked"
1925
-
1926
- #: templates/debug.php:574
1927
- msgid "Filter"
1928
- msgstr "Filter"
1929
-
1930
- #: templates/debug.php:582
1931
- msgid "Download"
1932
- msgstr "Download"
1933
-
1934
- #: templates/debug.php593, templates/debug/logger.php:22
1935
- msgid "Type"
1936
- msgstr "Type"
1937
-
1938
- #: templates/debug.php598, templates/debug/logger.php:26
1939
- msgid "Timestamp"
1940
- msgstr "Tidsstempel"
1941
-
1942
- #: templates/secure-https-header.php:28
1943
- msgid "Secure HTTPS %s page, running from an external domain"
1944
- msgstr "Secure HTTPS %s page, running from an external domain"
1945
-
1946
- #: includes/customizer/class-fs-customizer-support-section.php55,
1947
- #: templates/plugin-info/features.php:43
1948
- msgid "Support"
1949
- msgstr "Support"
1950
-
1951
- #: includes/debug/class-fs-debug-bar-panel.php48,
1952
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1953
- msgctxt "milliseconds"
1954
- msgid "ms"
1955
- msgstr "ms"
1956
-
1957
- #: includes/debug/debug-bar-start.php:41
1958
- msgid "Freemius API"
1959
- msgstr "Freemius API"
1960
-
1961
- #: includes/debug/debug-bar-start.php:42
1962
- msgid "Requests"
1963
- msgstr "Forespørgsler"
1964
-
1965
- #: templates/account/billing.php:22
1966
- msgctxt "verb"
1967
- msgid "Update"
1968
- msgstr "Opdater"
1969
-
1970
- #: templates/account/billing.php:33
1971
- msgid "Billing"
1972
- msgstr "Betaling"
1973
-
1974
- #: templates/account/billing.php38, templates/account/billing.php:38
1975
- msgid "Business name"
1976
- msgstr "Firmanavn"
1977
-
1978
- #: templates/account/billing.php39, templates/account/billing.php:39
1979
- msgid "Tax / VAT ID"
1980
- msgstr "Moms / VAT ID"
1981
-
1982
- #: templates/account/billing.php42, templates/account/billing.php42,
1983
- #: templates/account/billing.php43, templates/account/billing.php:43
1984
- msgid "Address Line %d"
1985
- msgstr "Adresselinje %d"
1986
-
1987
- #: templates/account/billing.php46, templates/account/billing.php:46
1988
- msgid "City"
1989
- msgstr "By"
1990
-
1991
- #: templates/account/billing.php46, templates/account/billing.php:46
1992
- msgid "Town"
1993
- msgstr "By"
1994
-
1995
- #: templates/account/billing.php47, templates/account/billing.php:47
1996
- msgid "ZIP / Postal Code"
1997
- msgstr "ZIP / Postnummer"
1998
-
1999
- #: templates/account/billing.php:302
2000
- msgid "Country"
2001
- msgstr "Land"
2002
-
2003
- #: templates/account/billing.php:304
2004
- msgid "Select Country"
2005
- msgstr "Vælg land"
2006
-
2007
- #: templates/account/billing.php311, templates/account/billing.php:312
2008
- msgid "State"
2009
- msgstr "Stat"
2010
-
2011
- #: templates/account/billing.php311, templates/account/billing.php:312
2012
- msgid "Province"
2013
- msgstr "Provins"
2014
-
2015
- #: templates/account/payments.php:29
2016
- msgid "Payments"
2017
- msgstr "Betalinger"
2018
-
2019
- #: templates/account/payments.php:36
2020
- msgid "Date"
2021
- msgstr "Dato"
2022
-
2023
- #: templates/account/payments.php:37
2024
- msgid "Amount"
2025
- msgstr "Beløb"
2026
-
2027
- #: templates/account/payments.php38, templates/account/payments.php:50
2028
- msgid "Invoice"
2029
- msgstr "Faktura"
2030
-
2031
- #: templates/debug/api-calls.php:56
2032
- msgid "API"
2033
- msgstr "API"
2034
-
2035
- #: templates/debug/api-calls.php:68
2036
- msgid "Method"
2037
- msgstr "Metode"
2038
-
2039
- #: templates/debug/api-calls.php:69
2040
- msgid "Code"
2041
- msgstr "Kode"
2042
-
2043
- #: templates/debug/api-calls.php:70
2044
- msgid "Length"
2045
- msgstr "Længde"
2046
-
2047
- #: templates/debug/api-calls.php:71
2048
- msgctxt "as file/folder path"
2049
- msgid "Path"
2050
- msgstr "Sti"
2051
-
2052
- #: templates/debug/api-calls.php:73
2053
- msgid "Body"
2054
- msgstr "Body"
2055
-
2056
- #: templates/debug/api-calls.php:75
2057
- msgid "Result"
2058
- msgstr "Resultat"
2059
-
2060
- #: templates/debug/api-calls.php:76
2061
- msgid "Start"
2062
- msgstr "Start"
2063
-
2064
- #: templates/debug/api-calls.php:77
2065
- msgid "End"
2066
- msgstr "Slut"
2067
-
2068
- #: templates/debug/logger.php:15
2069
- msgid "Log"
2070
- msgstr "Log"
2071
-
2072
- #. translators: %s: time period (e.g. In "2 hours")
2073
- #: templates/debug/plugins-themes-sync.php18,
2074
- #: templates/debug/scheduled-crons.php:91
2075
- msgid "In %s"
2076
- msgstr "Om %s"
2077
-
2078
- #. translators: %s: time period (e.g. "2 hours" ago)
2079
- #: templates/debug/plugins-themes-sync.php20,
2080
- #: templates/debug/scheduled-crons.php:93
2081
- msgid "%s ago"
2082
- msgstr "%s siden"
2083
-
2084
- #: templates/debug/plugins-themes-sync.php21,
2085
- #: templates/debug/scheduled-crons.php:74
2086
- msgctxt "seconds"
2087
- msgid "sec"
2088
- msgstr "sek"
2089
-
2090
- #: templates/debug/plugins-themes-sync.php:23
2091
- msgid "Plugins & Themes Sync"
2092
- msgstr "Synkronisering af plugins og temaer"
2093
-
2094
- #: templates/debug/plugins-themes-sync.php:28
2095
- msgid "Total"
2096
- msgstr "Total"
2097
-
2098
- #: templates/debug/plugins-themes-sync.php29,
2099
- #: templates/debug/scheduled-crons.php:84
2100
- msgid "Last"
2101
- msgstr "Sidste"
2102
-
2103
- #: templates/debug/scheduled-crons.php:76
2104
- msgid "Scheduled Crons"
2105
- msgstr "Planlagte cron jobs"
2106
-
2107
- #: templates/debug/scheduled-crons.php:81
2108
- msgid "Module"
2109
- msgstr "Modul"
2110
-
2111
- #: templates/debug/scheduled-crons.php:82
2112
- msgid "Module Type"
2113
- msgstr "Modultype"
2114
-
2115
- #: templates/debug/scheduled-crons.php:83
2116
- msgid "Cron Type"
2117
- msgstr "Cron Type"
2118
-
2119
- #: templates/debug/scheduled-crons.php:85
2120
- msgid "Next"
2121
- msgstr "Næste"
2122
-
2123
- #: templates/forms/affiliation.php:82
2124
- msgid "Non-expiring"
2125
- msgstr "Udløber ikke"
2126
-
2127
- #: templates/forms/affiliation.php:85
2128
- msgid "Apply to become an affiliate"
2129
- msgstr "Ansøg om at blive en affiliate"
2130
-
2131
- #: templates/forms/affiliation.php:104
2132
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2133
- msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2134
-
2135
- #: templates/forms/affiliation.php:119
2136
- 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."
2137
- msgstr "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."
2138
-
2139
- #: templates/forms/affiliation.php:122
2140
- msgid "Your affiliation account was temporarily suspended."
2141
- msgstr "Your affiliation account was temporarily suspended."
2142
-
2143
- #: templates/forms/affiliation.php:125
2144
- 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."
2145
- msgstr "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."
2146
-
2147
- #: templates/forms/affiliation.php:128
2148
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2149
- msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2150
-
2151
- #: templates/forms/affiliation.php:141
2152
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2153
- msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2154
-
2155
- #: templates/forms/affiliation.php:142
2156
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2157
- msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2158
-
2159
- #: templates/forms/affiliation.php:145
2160
- msgid "Program Summary"
2161
- msgstr "Programoversigt"
2162
-
2163
- #: templates/forms/affiliation.php:147
2164
- msgid "%s commission when a customer purchases a new license."
2165
- msgstr "%s commission when a customer purchases a new license."
2166
-
2167
- #: templates/forms/affiliation.php:149
2168
- msgid "Get commission for automated subscription renewals."
2169
- msgstr "Get commission for automated subscription renewals."
2170
-
2171
- #: templates/forms/affiliation.php:152
2172
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2173
- msgstr "%s tracking cookie after the first visit to maximize earnings potential."
2174
-
2175
- #: templates/forms/affiliation.php:155
2176
- msgid "Unlimited commissions."
2177
- msgstr "Ubegrænset provision."
2178
-
2179
- #: templates/forms/affiliation.php:157
2180
- msgid "%s minimum payout amount."
2181
- msgstr "%s minimum payout amount."
2182
-
2183
- #: templates/forms/affiliation.php:158
2184
- msgid "Payouts are in USD and processed monthly via PayPal."
2185
- msgstr "Udbetalinger er i USD og behandles hver måned via PayPal."
2186
-
2187
- #: templates/forms/affiliation.php:159
2188
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2189
- msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2190
-
2191
- #: templates/forms/affiliation.php:162
2192
- msgid "Affiliate"
2193
- msgstr "Affiliate"
2194
-
2195
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2196
- msgid "Email address"
2197
- msgstr "E-mailadresse"
2198
-
2199
- #: templates/forms/affiliation.php:169
2200
- msgid "Full name"
2201
- msgstr "Fulde navn"
2202
-
2203
- #: templates/forms/affiliation.php:173
2204
- msgid "PayPal account email address"
2205
- msgstr "E-mailadresse til PayPal-konto"
2206
-
2207
- #: templates/forms/affiliation.php:177
2208
- msgid "Where are you going to promote the %s?"
2209
- msgstr "Hvor vil du promovere %s?"
2210
-
2211
- #: templates/forms/affiliation.php:179
2212
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2213
- msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
2214
-
2215
- #: templates/forms/affiliation.php:181
2216
- msgid "Add another domain"
2217
- msgstr "Tilføj andet domæne"
2218
-
2219
- #: templates/forms/affiliation.php:185
2220
- msgid "Extra Domains"
2221
- msgstr "Ekstra domæner"
2222
-
2223
- #: templates/forms/affiliation.php:186
2224
- msgid "Extra domains where you will be marketing the product from."
2225
- msgstr "Andre domæner du vil markedsføre produktet fra."
2226
-
2227
- #: templates/forms/affiliation.php:196
2228
- msgid "Promotion methods"
2229
- msgstr "Promoveringsmetoder"
2230
-
2231
- #: templates/forms/affiliation.php:199
2232
- msgid "Social media (Facebook, Twitter, etc.)"
2233
- msgstr "Sociale medier (Facebook, Twitter osv.)"
2234
-
2235
- #: templates/forms/affiliation.php:203
2236
- msgid "Mobile apps"
2237
- msgstr "Mobil-apps"
2238
-
2239
- #: templates/forms/affiliation.php:207
2240
- msgid "Website, email, and social media statistics (optional)"
2241
- msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
2242
-
2243
- #: templates/forms/affiliation.php:210
2244
- 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)."
2245
- msgstr "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)."
2246
-
2247
- #: templates/forms/affiliation.php:214
2248
- msgid "How will you promote us?"
2249
- msgstr "Hvordan vil du promovere os?"
2250
-
2251
- #: templates/forms/affiliation.php:217
2252
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2253
- msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
2254
-
2255
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2256
- msgid "Cancel"
2257
- msgstr "Annuller"
2258
-
2259
- #: templates/forms/affiliation.php:225
2260
- msgid "Become an affiliate"
2261
- msgstr "Bliv en affiliate"
2262
-
2263
- #: templates/forms/license-activation.php:23
2264
- msgid "Please enter the license key that you received in the email right after the purchase:"
2265
- msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
2266
-
2267
- #: templates/forms/license-activation.php:28
2268
- msgid "Update License"
2269
- msgstr "Opdater licens"
2270
-
2271
- #: templates/forms/optout.php:30
2272
- msgctxt "verb"
2273
- msgid "Opt Out"
2274
- msgstr "Frameld"
2275
-
2276
- #: templates/forms/optout.php:31
2277
- msgctxt "verb"
2278
- msgid "Opt In"
2279
- msgstr "Tilmeld"
2280
-
2281
- #: templates/forms/optout.php:33
2282
- 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."
2283
- msgstr "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."
2284
-
2285
- #: templates/forms/optout.php:35
2286
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2287
- msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
2288
-
2289
- #: templates/forms/premium-versions-upgrade-handler.php:40
2290
- msgid "There is a new version of %s available."
2291
- msgstr "En ny version af %s er tilgængelig."
2292
-
2293
- #: templates/forms/premium-versions-upgrade-handler.php:41
2294
- msgid " %s to access version %s security & feature updates, and support."
2295
- msgstr " %s to access version %s security & feature updates, and support."
2296
-
2297
- #: templates/forms/premium-versions-upgrade-handler.php:54
2298
- msgid "New Version Available"
2299
- msgstr "Ny version tilgængelig"
2300
-
2301
- #: templates/forms/premium-versions-upgrade-handler.php:75
2302
- msgctxt "close a window"
2303
- msgid "Dismiss"
2304
- msgstr "Fjern"
2305
-
2306
- #: templates/forms/resend-key.php:21
2307
- msgid "Send License Key"
2308
- msgstr "Send licensnøgle"
2309
-
2310
- #: templates/forms/resend-key.php:57
2311
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2312
- msgstr "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig."
2313
-
2314
- #: templates/forms/subscription-cancellation.php:37
2315
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2316
- msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2317
-
2318
- #: templates/forms/subscription-cancellation.php:47
2319
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2320
- msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2321
-
2322
- #: templates/forms/subscription-cancellation.php:52
2323
- msgid "license"
2324
- msgstr "licens"
2325
-
2326
- #: templates/forms/subscription-cancellation.php:57
2327
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2328
- msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2329
-
2330
- #: templates/forms/subscription-cancellation.php:68
2331
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2332
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2333
-
2334
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2335
- #. subscription'
2336
- #: templates/forms/subscription-cancellation.php99,
2337
- #: templates/account/partials/addon.php29,
2338
- #: templates/account/partials/site.php:298
2339
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2340
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2341
-
2342
- #: templates/forms/subscription-cancellation.php:103
2343
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2344
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2345
-
2346
- #: templates/forms/subscription-cancellation.php:136
2347
- msgid "Cancel %s?"
2348
- msgstr "Annuller %s?"
2349
-
2350
- #: templates/forms/subscription-cancellation.php:143
2351
- msgid "Proceed"
2352
- msgstr "Fortsæt"
2353
-
2354
- #: templates/forms/subscription-cancellation.php191,
2355
- #: templates/forms/deactivation/form.php:171
2356
- msgid "Cancel %s & Proceed"
2357
- msgstr "Annuller %s og fortsæt"
2358
-
2359
- #: templates/forms/trial-start.php:22
2360
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2361
- msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
2362
-
2363
- #: templates/forms/trial-start.php:28
2364
- 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."
2365
- msgstr "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."
2366
-
2367
- #: templates/js/style-premium-theme.php:39
2368
- msgid "Premium"
2369
- msgstr "Premium"
2370
-
2371
- #: templates/js/style-premium-theme.php:42
2372
- msgid "Beta"
2373
- msgstr "Beta"
2374
-
2375
- #: templates/partials/network-activation.php:27
2376
- msgid "Activate license on all sites in the network."
2377
- msgstr "Aktiver licens på alle websteder i netværket."
2378
-
2379
- #: templates/partials/network-activation.php:28
2380
- msgid "Apply on all sites in the network."
2381
- msgstr "Anvend på alle websteder i netværket."
2382
-
2383
- #: templates/partials/network-activation.php:31
2384
- msgid "Activate license on all pending sites."
2385
- msgstr "Akiver licens på alle afventende websteder."
2386
-
2387
- #: templates/partials/network-activation.php:32
2388
- msgid "Apply on all pending sites."
2389
- msgstr "Anvend på alle afventende websteder."
2390
-
2391
- #: templates/partials/network-activation.php40,
2392
- #: templates/partials/network-activation.php:74
2393
- msgid "allow"
2394
- msgstr "tillad"
2395
-
2396
- #: templates/partials/network-activation.php43,
2397
- #: templates/partials/network-activation.php:77
2398
- msgid "delegate"
2399
- msgstr "delegér"
2400
-
2401
- #: templates/partials/network-activation.php47,
2402
- #: templates/partials/network-activation.php:81
2403
- msgid "skip"
2404
- msgstr "spring over"
2405
-
2406
- #: templates/plugin-info/description.php72,
2407
- #: templates/plugin-info/screenshots.php:31
2408
- msgid "Click to view full-size screenshot %d"
2409
- msgstr "Klik for at vise skærmbillede %d i fuld skærm"
2410
-
2411
- #: templates/plugin-info/features.php:56
2412
- msgid "Unlimited Updates"
2413
- msgstr "Ubegrænsede opdateringer"
2414
-
2415
- #: templates/account/partials/activate-license-button.php:46
2416
- msgid "Localhost"
2417
- msgstr "Localhost"
2418
-
2419
- #: templates/account/partials/activate-license-button.php:50
2420
- msgctxt "as 5 licenses left"
2421
- msgid "%s left"
2422
- msgstr "%s tilbage"
2423
-
2424
- #: templates/account/partials/activate-license-button.php:51
2425
- msgid "Last license"
2426
- msgstr "Seneste license"
2427
-
2428
- #: templates/account/partials/addon.php:167
2429
- msgid "Cancelled"
2430
- msgstr "Annulleret"
2431
-
2432
- #: templates/account/partials/addon.php:177
2433
- msgid "No expiration"
2434
- msgstr "Udløber ikke"
2435
-
2436
- #: templates/account/partials/site.php:181
2437
- msgid "Owner Name"
2438
- msgstr "Ejer-navn"
2439
-
2440
- #: templates/account/partials/site.php:193
2441
- msgid "Owner Email"
2442
- msgstr "E-mailadresse for ejer"
2443
-
2444
- #: templates/account/partials/site.php:205
2445
- msgid "Owner ID"
2446
- msgstr "Ejer-ID"
2447
-
2448
- #: templates/account/partials/site.php:270
2449
- msgid "Subscription"
2450
- msgstr "Abonnement"
2451
-
2452
- #: templates/forms/deactivation/contact.php:19
2453
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2454
- msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
2455
-
2456
- #: templates/forms/deactivation/contact.php:22
2457
- msgid "Contact Support"
2458
- msgstr "Kontakt support"
2459
-
2460
- #: templates/forms/deactivation/form.php:64
2461
- msgid "Anonymous feedback"
2462
- msgstr "Anonym feedback"
2463
-
2464
- #: templates/forms/deactivation/form.php:70
2465
- msgid "Deactivate"
2466
- msgstr "Deaktiver"
2467
-
2468
- #: templates/forms/deactivation/form.php:72
2469
- msgid "Activate %s"
2470
- msgstr "Aktiver %s"
2471
-
2472
- #: templates/forms/deactivation/form.php:87
2473
- msgid "Quick Feedback"
2474
- msgstr "Hurtig feedback"
2475
-
2476
- #: templates/forms/deactivation/form.php:91
2477
- msgid "If you have a moment, please let us know why you are %s"
2478
- msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
2479
-
2480
- #: templates/forms/deactivation/form.php:91
2481
- msgid "deactivating"
2482
- msgstr "deaktiverer"
2483
-
2484
- #: templates/forms/deactivation/form.php:91
2485
- msgid "switching"
2486
- msgstr "skifter"
2487
-
2488
- #: templates/forms/deactivation/form.php:365
2489
- msgid "Submit & %s"
2490
- msgstr "Send & %s"
2491
-
2492
- #: templates/forms/deactivation/form.php:386
2493
- msgid "Kindly tell us the reason so we can improve."
2494
- msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
2495
-
2496
- #: templates/forms/deactivation/form.php:511
2497
- msgid "Yes - %s"
2498
- msgstr "Ja - %s"
2499
-
2500
- #: templates/forms/deactivation/form.php:518
2501
- msgid "Skip & %s"
2502
- msgstr "Spring over & %s"
2503
-
2504
- #: templates/forms/deactivation/retry-skip.php:21
2505
- msgid "Click here to use the plugin anonymously"
2506
- msgstr "Klik her for at benytte pluginnet anonymt"
2507
-
2508
- #: templates/forms/deactivation/retry-skip.php:23
2509
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2510
- msgstr "Du har måske overset det, men du behøver ikke at dele data og kan blot %s tilmeldingen."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-en.mo CHANGED
Binary file
freemius/languages/freemius-en.po DELETED
@@ -1,2422 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: freemius\n"
6
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
7
- "POT-Creation-Date: \n"
8
- "PO-Revision-Date: \n"
9
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
10
- "Language: \n"
11
- "Language-Team: Freemius Team <admin@freemius.com>\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "MIME-Version: 1.0\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "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"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: *.js\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
-
22
- #: includes/class-freemius.php:1880, templates/account.php:840
23
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
24
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
25
-
26
- #: includes/class-freemius.php:1887
27
- msgid "Would you like to proceed with the update?"
28
- msgstr "Would you like to proceed with the update?"
29
-
30
- #: includes/class-freemius.php:2095
31
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
32
- msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
33
-
34
- #: includes/class-freemius.php:2097
35
- msgid "Error"
36
- msgstr "Error"
37
-
38
- #: includes/class-freemius.php:2491
39
- msgid "I found a better %s"
40
- msgstr "I found a better %s"
41
-
42
- #: includes/class-freemius.php:2493
43
- msgid "What's the %s's name?"
44
- msgstr "What's the %s's name?"
45
-
46
- #: includes/class-freemius.php:2499
47
- msgid "It's a temporary %s. I'm just debugging an issue."
48
- msgstr "It's a temporary %s. I'm just debugging an issue."
49
-
50
- #: includes/class-freemius.php:2501
51
- msgid "Deactivation"
52
- msgstr "Deactivation"
53
-
54
- #: includes/class-freemius.php:2502
55
- msgid "Theme Switch"
56
- msgstr "Theme Switch"
57
-
58
- #: includes/class-freemius.php:2511, templates/forms/resend-key.php:24
59
- msgid "Other"
60
- msgstr "Other"
61
-
62
- #: includes/class-freemius.php:2519
63
- msgid "I no longer need the %s"
64
- msgstr "I no longer need the %s"
65
-
66
- #: includes/class-freemius.php:2526
67
- msgid "I only needed the %s for a short period"
68
- msgstr "I only needed the %s for a short period"
69
-
70
- #: includes/class-freemius.php:2532
71
- msgid "The %s broke my site"
72
- msgstr "The %s broke my site"
73
-
74
- #: includes/class-freemius.php:2539
75
- msgid "The %s suddenly stopped working"
76
- msgstr "The %s suddenly stopped working"
77
-
78
- #: includes/class-freemius.php:2549
79
- msgid "I can't pay for it anymore"
80
- msgstr "I can't pay for it anymore"
81
-
82
- #: includes/class-freemius.php:2551
83
- msgid "What price would you feel comfortable paying?"
84
- msgstr "What price would you feel comfortable paying?"
85
-
86
- #: includes/class-freemius.php:2557
87
- msgid "I don't like to share my information with you"
88
- msgstr "I don't like to share my information with you"
89
-
90
- #: includes/class-freemius.php:2578
91
- msgid "The %s didn't work"
92
- msgstr "The %s didn't work"
93
-
94
- #: includes/class-freemius.php:2588
95
- msgid "I couldn't understand how to make it work"
96
- msgstr "I couldn't understand how to make it work"
97
-
98
- #: includes/class-freemius.php:2596
99
- msgid "The %s is great, but I need specific feature that you don't support"
100
- msgstr "The %s is great, but I need specific feature that you don't support"
101
-
102
- #: includes/class-freemius.php:2598
103
- msgid "What feature?"
104
- msgstr "What feature?"
105
-
106
- #: includes/class-freemius.php:2602
107
- msgid "The %s is not working"
108
- msgstr "The %s is not working"
109
-
110
- #: includes/class-freemius.php:2604
111
- msgid "Kindly share what didn't work so we can fix it for future users..."
112
- msgstr "Kindly share what didn't work so we can fix it for future users..."
113
-
114
- #: includes/class-freemius.php:2608
115
- msgid "It's not what I was looking for"
116
- msgstr "It's not what I was looking for"
117
-
118
- #: includes/class-freemius.php:2610
119
- msgid "What you've been looking for?"
120
- msgstr "What you've been looking for?"
121
-
122
- #: includes/class-freemius.php:2614
123
- msgid "The %s didn't work as expected"
124
- msgstr "The %s didn't work as expected"
125
-
126
- #: includes/class-freemius.php:2616
127
- msgid "What did you expect?"
128
- msgstr "What did you expect?"
129
-
130
- #: includes/class-freemius.php:3471, templates/debug.php:20
131
- msgid "Freemius Debug"
132
- msgstr "Freemius Debug"
133
-
134
- #: includes/class-freemius.php:4223
135
- msgid "I don't know what is cURL or how to install it, help me!"
136
- msgstr "I don't know what is cURL or how to install it, help me!"
137
-
138
- #: includes/class-freemius.php:4225
139
- 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."
140
- msgstr "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."
141
-
142
- #: includes/class-freemius.php:4232
143
- 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."
144
- msgstr "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."
145
-
146
- #: includes/class-freemius.php:4337
147
- msgid "Yes - do your thing"
148
- msgstr "Yes - do your thing"
149
-
150
- #: includes/class-freemius.php:4342
151
- msgid "No - just deactivate"
152
- msgstr "No - just deactivate"
153
-
154
- #: includes/class-freemius.php:4387, includes/class-freemius.php:4881, includes/class-freemius.php:6032, includes/class-freemius.php:13153, includes/class-freemius.php:16558, includes/class-freemius.php:16646, includes/class-freemius.php:16812, includes/class-freemius.php:19040, includes/class-freemius.php:19381, includes/class-freemius.php:19391, includes/class-freemius.php:20051, includes/class-freemius.php:20924, includes/class-freemius.php:21039, includes/class-freemius.php:21183, templates/add-ons.php:57
155
- msgctxt "exclamation"
156
- msgid "Oops"
157
- msgstr "Oops"
158
-
159
- #: includes/class-freemius.php:4456
160
- 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."
161
- msgstr "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."
162
-
163
- #: includes/class-freemius.php:4878
164
- msgctxt "addonX cannot run without pluginY"
165
- msgid "%s cannot run without %s."
166
- msgstr "%s cannot run without %s."
167
-
168
- #: includes/class-freemius.php:4879
169
- msgctxt "addonX cannot run..."
170
- msgid "%s cannot run without the plugin."
171
- msgstr "%s cannot run without the plugin."
172
-
173
- #: includes/class-freemius.php:5052, includes/class-freemius.php:5077, includes/class-freemius.php:20122
174
- msgid "Unexpected API error. Please contact the %s's author with the following error."
175
- msgstr "Unexpected API error. Please contact the %s's author with the following error."
176
-
177
- #: includes/class-freemius.php:5720
178
- msgid "Premium %s version was successfully activated."
179
- msgstr "Premium %s version was successfully activated."
180
-
181
- #: includes/class-freemius.php:5732, includes/class-freemius.php:7599
182
- msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
183
- msgid "W00t"
184
- msgstr "W00t"
185
-
186
- #: includes/class-freemius.php:5747
187
- msgid "You have a %s license."
188
- msgstr "You have a %s license."
189
-
190
- #: includes/class-freemius.php:5751, includes/class-freemius.php:15975, includes/class-freemius.php:15986, includes/class-freemius.php:19292, includes/class-freemius.php:19642, includes/class-freemius.php:19711, includes/class-freemius.php:19876
191
- msgctxt "interjection expressing joy or exuberance"
192
- msgid "Yee-haw"
193
- msgstr "Yee-haw"
194
-
195
- #: includes/class-freemius.php:6015
196
- 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."
197
- msgstr "%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."
198
-
199
- #: includes/class-freemius.php:6019
200
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
201
- msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
202
-
203
- #: includes/class-freemius.php:6028, templates/add-ons.php:186, templates/account/partials/addon.php:381
204
- msgid "More information about %s"
205
- msgstr "More information about %s"
206
-
207
- #: includes/class-freemius.php:6029
208
- msgid "Purchase License"
209
- msgstr "Purchase License"
210
-
211
- #: includes/class-freemius.php:6964, templates/connect.php:163
212
- 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."
213
- msgstr "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."
214
-
215
- #: includes/class-freemius.php:6968
216
- msgid "start the trial"
217
- msgstr "start the trial"
218
-
219
- #: includes/class-freemius.php:6969, templates/connect.php:167
220
- msgid "complete the install"
221
- msgstr "complete the install"
222
-
223
- #: includes/class-freemius.php:7081
224
- msgid "You are just one step away - %s"
225
- msgstr "You are just one step away - %s"
226
-
227
- #: includes/class-freemius.php:7084
228
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
229
- msgid "Complete \"%s\" Activation Now"
230
- msgstr "Complete \"%s\" Activation Now"
231
-
232
- #: includes/class-freemius.php:7162
233
- msgid "We made a few tweaks to the %s, %s"
234
- msgstr "We made a few tweaks to the %s, %s"
235
-
236
- #: includes/class-freemius.php:7166
237
- msgid "Opt in to make \"%s\" better!"
238
- msgstr "Opt in to make \"%s\" better!"
239
-
240
- #: includes/class-freemius.php:7598
241
- msgid "The upgrade of %s was successfully completed."
242
- msgstr "The upgrade of %s was successfully completed."
243
-
244
- #: includes/class-freemius.php:9802, includes/class-fs-plugin-updater.php:1038, includes/class-fs-plugin-updater.php:1233, includes/class-fs-plugin-updater.php:1240, templates/auto-installation.php:32
245
- msgid "Add-On"
246
- msgstr "Add-On"
247
-
248
- #: includes/class-freemius.php:9804, templates/account.php:335, templates/account.php:343, templates/debug.php:360, templates/debug.php:551
249
- msgid "Plugin"
250
- msgstr "Plugin"
251
-
252
- #: includes/class-freemius.php:9805, templates/account.php:336, templates/account.php:344, templates/debug.php:360, templates/debug.php:551, templates/forms/deactivation/form.php:71
253
- msgid "Theme"
254
- msgstr "Theme"
255
-
256
- #: includes/class-freemius.php:12596
257
- msgid "An unknown error has occurred while trying to set the user's beta mode."
258
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
259
-
260
- #: includes/class-freemius.php:13020
261
- msgid "Invalid site details collection."
262
- msgstr "Invalid site details collection."
263
-
264
- #: includes/class-freemius.php:13140
265
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
266
- msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
267
-
268
- #: includes/class-freemius.php:13142
269
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
270
- msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
271
-
272
- #: includes/class-freemius.php:13416
273
- msgid "Account is pending activation."
274
- msgstr "Account is pending activation."
275
-
276
- #: includes/class-freemius.php:13528, templates/forms/premium-versions-upgrade-handler.php:47
277
- msgid "Buy a license now"
278
- msgstr "Buy a license now"
279
-
280
- #: includes/class-freemius.php:13540, templates/forms/premium-versions-upgrade-handler.php:46
281
- msgid "Renew your license now"
282
- msgstr "Renew your license now"
283
-
284
- #: includes/class-freemius.php:13544
285
- msgid "%s to access version %s security & feature updates, and support."
286
- msgstr "%s to access version %s security & feature updates, and support."
287
-
288
- #: includes/class-freemius.php:15957
289
- msgid "%s activation was successfully completed."
290
- msgstr "%s activation was successfully completed."
291
-
292
- #: includes/class-freemius.php:15971
293
- msgid "Your account was successfully activated with the %s plan."
294
- msgstr "Your account was successfully activated with the %s plan."
295
-
296
- #: includes/class-freemius.php:15982, includes/class-freemius.php:19707
297
- msgid "Your trial has been successfully started."
298
- msgstr "Your trial has been successfully started."
299
-
300
- #: includes/class-freemius.php:16556, includes/class-freemius.php:16644, includes/class-freemius.php:16810
301
- msgid "Couldn't activate %s."
302
- msgstr "Couldn't activate %s."
303
-
304
- #: includes/class-freemius.php:16557, includes/class-freemius.php:16645, includes/class-freemius.php:16811
305
- msgid "Please contact us with the following message:"
306
- msgstr "Please contact us with the following message:"
307
-
308
- #: includes/class-freemius.php:16641, templates/forms/data-debug-mode.php:162
309
- msgid "An unknown error has occurred."
310
- msgstr "An unknown error has occurred."
311
-
312
- #: includes/class-freemius.php:17168, includes/class-freemius.php:22082
313
- msgid "Upgrade"
314
- msgstr "Upgrade"
315
-
316
- #: includes/class-freemius.php:17174
317
- msgid "Start Trial"
318
- msgstr "Start Trial"
319
-
320
- #: includes/class-freemius.php:17176
321
- msgid "Pricing"
322
- msgstr "Pricing"
323
-
324
- #: includes/class-freemius.php:17256, includes/class-freemius.php:17258
325
- msgid "Affiliation"
326
- msgstr "Affiliation"
327
-
328
- #: includes/class-freemius.php:17286, includes/class-freemius.php:17288, templates/account.php:183, templates/debug.php:326
329
- msgid "Account"
330
- msgstr "Account"
331
-
332
- #: includes/class-freemius.php:17302, includes/class-freemius.php:17304, includes/customizer/class-fs-customizer-support-section.php:60
333
- msgid "Contact Us"
334
- msgstr "Contact Us"
335
-
336
- #: includes/class-freemius.php:17315, includes/class-freemius.php:17317, includes/class-freemius.php:22096, templates/account.php:111, templates/account/partials/addon.php:44
337
- msgid "Add-Ons"
338
- msgstr "Add-Ons"
339
-
340
- #: includes/class-freemius.php:17351
341
- msgctxt "ASCII arrow left icon"
342
- msgid "&#x2190;"
343
- msgstr "&#x2190;"
344
-
345
- #: includes/class-freemius.php:17351
346
- msgctxt "ASCII arrow right icon"
347
- msgid "&#x27a4;"
348
- msgstr "&#x27a4;"
349
-
350
- #: includes/class-freemius.php:17353, templates/pricing.php:103
351
- msgctxt "noun"
352
- msgid "Pricing"
353
- msgstr "Pricing"
354
-
355
- #: includes/class-freemius.php:17566, includes/customizer/class-fs-customizer-support-section.php:67
356
- msgid "Support Forum"
357
- msgstr "Support Forum"
358
-
359
- #: includes/class-freemius.php:18536
360
- msgid "Your email has been successfully verified - you are AWESOME!"
361
- msgstr "Your email has been successfully verified - you are AWESOME!"
362
-
363
- #: includes/class-freemius.php:18537
364
- msgctxt "a positive response"
365
- msgid "Right on"
366
- msgstr "Right on"
367
-
368
- #: includes/class-freemius.php:19041
369
- msgid "seems like the key you entered doesn't match our records."
370
- msgstr "seems like the key you entered doesn't match our records."
371
-
372
- #: includes/class-freemius.php:19065
373
- 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."
374
- msgstr "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."
375
-
376
- #: includes/class-freemius.php:19283
377
- msgid "Your %s Add-on plan was successfully upgraded."
378
- msgstr "Your %s Add-on plan was successfully upgraded."
379
-
380
- #: includes/class-freemius.php:19285
381
- msgid "%s Add-on was successfully purchased."
382
- msgstr "%s Add-on was successfully purchased."
383
-
384
- #: includes/class-freemius.php:19288
385
- msgid "Download the latest version"
386
- msgstr "Download the latest version"
387
-
388
- #: includes/class-freemius.php:19374
389
- 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"
390
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
391
-
392
- #: includes/class-freemius.php:19380, includes/class-freemius.php:19390, includes/class-freemius.php:19835, includes/class-freemius.php:19924
393
- msgid "Error received from the server:"
394
- msgstr "Error received from the server:"
395
-
396
- #: includes/class-freemius.php:19390
397
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
398
- msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
399
-
400
- #: includes/class-freemius.php:19604, includes/class-freemius.php:19840, includes/class-freemius.php:19895, includes/class-freemius.php:19998
401
- msgctxt "something somebody says when they are thinking about what you have just said."
402
- msgid "Hmm"
403
- msgstr "Hmm"
404
-
405
- #: includes/class-freemius.php:19617
406
- 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."
407
- msgstr "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."
408
-
409
- #: includes/class-freemius.php:19618, templates/account.php:113, templates/add-ons.php:250, templates/account/partials/addon.php:46
410
- msgctxt "trial period"
411
- msgid "Trial"
412
- msgstr "Trial"
413
-
414
- #: includes/class-freemius.php:19623
415
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
416
- msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
417
-
418
- #: includes/class-freemius.php:19627, includes/class-freemius.php:19686
419
- msgid "Please contact us here"
420
- msgstr "Please contact us here"
421
-
422
- #: includes/class-freemius.php:19638
423
- msgid "Your plan was successfully activated."
424
- msgstr "Your plan was successfully activated."
425
-
426
- #: includes/class-freemius.php:19639
427
- msgid "Your plan was successfully upgraded."
428
- msgstr "Your plan was successfully upgraded."
429
-
430
- #: includes/class-freemius.php:19656
431
- msgid "Your plan was successfully changed to %s."
432
- msgstr "Your plan was successfully changed to %s."
433
-
434
- #: includes/class-freemius.php:19672
435
- msgid "Your license has expired. You can still continue using the free %s forever."
436
- msgstr "Your license has expired. You can still continue using the free %s forever."
437
-
438
- #: includes/class-freemius.php:19674
439
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
440
- msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
441
-
442
- #: includes/class-freemius.php:19682
443
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
444
- msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
445
-
446
- #: includes/class-freemius.php:19695
447
- 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."
448
- msgstr "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."
449
-
450
- #: includes/class-freemius.php:19721
451
- msgid "Your free trial has expired. You can still continue using all our free features."
452
- msgstr "Your free trial has expired. You can still continue using all our free features."
453
-
454
- #: includes/class-freemius.php:19723
455
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
456
- msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
457
-
458
- #: includes/class-freemius.php:19831
459
- msgid "It looks like the license could not be activated."
460
- msgstr "It looks like the license could not be activated."
461
-
462
- #: includes/class-freemius.php:19873
463
- msgid "Your license was successfully activated."
464
- msgstr "Your license was successfully activated."
465
-
466
- #: includes/class-freemius.php:19899
467
- msgid "It looks like your site currently doesn't have an active license."
468
- msgstr "It looks like your site currently doesn't have an active license."
469
-
470
- #: includes/class-freemius.php:19923
471
- msgid "It looks like the license deactivation failed."
472
- msgstr "It looks like the license deactivation failed."
473
-
474
- #: includes/class-freemius.php:19951
475
- msgid "Your license was successfully deactivated, you are back to the %s plan."
476
- msgstr "Your license was successfully deactivated, you are back to the %s plan."
477
-
478
- #: includes/class-freemius.php:19952
479
- msgid "O.K"
480
- msgstr "O.K"
481
-
482
- #: includes/class-freemius.php:20005
483
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
484
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
485
-
486
- #: includes/class-freemius.php:20014
487
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
488
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
489
-
490
- #: includes/class-freemius.php:20056
491
- msgid "You are already running the %s in a trial mode."
492
- msgstr "You are already running the %s in a trial mode."
493
-
494
- #: includes/class-freemius.php:20067
495
- msgid "You already utilized a trial before."
496
- msgstr "You already utilized a trial before."
497
-
498
- #: includes/class-freemius.php:20081
499
- msgid "Plan %s do not exist, therefore, can't start a trial."
500
- msgstr "Plan %s do not exist, therefore, can't start a trial."
501
-
502
- #: includes/class-freemius.php:20092
503
- msgid "Plan %s does not support a trial period."
504
- msgstr "Plan %s does not support a trial period."
505
-
506
- #: includes/class-freemius.php:20103
507
- msgid "None of the %s's plans supports a trial period."
508
- msgstr "None of the %s's plans supports a trial period."
509
-
510
- #: includes/class-freemius.php:20153
511
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
512
- msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
513
-
514
- #: includes/class-freemius.php:20189
515
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
516
- msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
517
-
518
- #: includes/class-freemius.php:20208
519
- msgid "Your %s free trial was successfully cancelled."
520
- msgstr "Your %s free trial was successfully cancelled."
521
-
522
- #: includes/class-freemius.php:20524
523
- msgid "Version %s was released."
524
- msgstr "Version %s was released."
525
-
526
- #: includes/class-freemius.php:20524
527
- msgid "Please download %s."
528
- msgstr "Please download %s."
529
-
530
- #: includes/class-freemius.php:20531
531
- msgid "the latest %s version here"
532
- msgstr "the latest %s version here"
533
-
534
- #: includes/class-freemius.php:20536
535
- msgid "New"
536
- msgstr "New"
537
-
538
- #: includes/class-freemius.php:20541
539
- msgid "Seems like you got the latest release."
540
- msgstr "Seems like you got the latest release."
541
-
542
- #: includes/class-freemius.php:20542
543
- msgid "You are all good!"
544
- msgstr "You are all good!"
545
-
546
- #: includes/class-freemius.php:20812
547
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
548
- msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
549
-
550
- #: includes/class-freemius.php:20951
551
- msgid "Site successfully opted in."
552
- msgstr "Site successfully opted in."
553
-
554
- #: includes/class-freemius.php:20952, includes/class-freemius.php:21792
555
- msgid "Awesome"
556
- msgstr "Awesome"
557
-
558
- #: includes/class-freemius.php:20968, templates/forms/optout.php:32
559
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
560
- msgstr "We appreciate your help in making the %s better by letting us track some usage data."
561
-
562
- #: includes/class-freemius.php:20969
563
- msgid "Thank you!"
564
- msgstr "Thank you!"
565
-
566
- #: includes/class-freemius.php:20976
567
- msgid "We will no longer be sending any usage data of %s on %s to %s."
568
- msgstr "We will no longer be sending any usage data of %s on %s to %s."
569
-
570
- #: includes/class-freemius.php:21105
571
- msgid "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."
572
- msgstr "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."
573
-
574
- #: includes/class-freemius.php:21111
575
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
576
- msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
577
-
578
- #: includes/class-freemius.php:21116
579
- msgid "%s is the new owner of the account."
580
- msgstr "%s is the new owner of the account."
581
-
582
- #: includes/class-freemius.php:21118
583
- msgctxt "as congratulations"
584
- msgid "Congrats"
585
- msgstr "Congrats"
586
-
587
- #: includes/class-freemius.php:21138
588
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
589
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
590
-
591
- #: includes/class-freemius.php:21139
592
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
593
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
594
-
595
- #: includes/class-freemius.php:21146
596
- msgid "Change Ownership"
597
- msgstr "Change Ownership"
598
-
599
- #: includes/class-freemius.php:21154
600
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
601
- msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
602
-
603
- #: includes/class-freemius.php:21166
604
- msgid "Please provide your full name."
605
- msgstr "Please provide your full name."
606
-
607
- #: includes/class-freemius.php:21171
608
- msgid "Your name was successfully updated."
609
- msgstr "Your name was successfully updated."
610
-
611
- #: includes/class-freemius.php:21232
612
- msgid "You have successfully updated your %s."
613
- msgstr "You have successfully updated your %s."
614
-
615
- #: includes/class-freemius.php:21372
616
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
617
- msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
618
-
619
- #: includes/class-freemius.php:21373
620
- msgctxt "advance notice of something that will need attention."
621
- msgid "Heads up"
622
- msgstr "Heads up"
623
-
624
- #: includes/class-freemius.php:21832
625
- msgctxt "exclamation"
626
- msgid "Hey"
627
- msgstr "Hey"
628
-
629
- #: includes/class-freemius.php:21832
630
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
631
- msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
632
-
633
- #: includes/class-freemius.php:21840
634
- msgid "No commitment for %s days - cancel anytime!"
635
- msgstr "No commitment for %s days - cancel anytime!"
636
-
637
- #: includes/class-freemius.php:21841
638
- msgid "No credit card required"
639
- msgstr "No credit card required"
640
-
641
- #: includes/class-freemius.php:21848, templates/forms/trial-start.php:53
642
- msgctxt "call to action"
643
- msgid "Start free trial"
644
- msgstr "Start free trial"
645
-
646
- #: includes/class-freemius.php:21925
647
- 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!"
648
- msgstr "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!"
649
-
650
- #: includes/class-freemius.php:21934
651
- msgid "Learn more"
652
- msgstr "Learn more"
653
-
654
- #: includes/class-freemius.php:22120, templates/account.php:499, templates/account.php:624, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
655
- msgid "Activate License"
656
- msgstr "Activate License"
657
-
658
- #: includes/class-freemius.php:22121, templates/account.php:571, templates/account.php:623, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
659
- msgid "Change License"
660
- msgstr "Change License"
661
-
662
- #: includes/class-freemius.php:22217, templates/account/partials/site.php:169
663
- msgid "Opt Out"
664
- msgstr "Opt Out"
665
-
666
- #: includes/class-freemius.php:22219, includes/class-freemius.php:22225, templates/account/partials/site.php:49, templates/account/partials/site.php:169
667
- msgid "Opt In"
668
- msgstr "Opt In"
669
-
670
- #: includes/class-freemius.php:22453
671
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
672
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
673
-
674
- #: includes/class-freemius.php:22461
675
- msgid "Activate %s features"
676
- msgstr "Activate %s features"
677
-
678
- #: includes/class-freemius.php:22474
679
- msgid "Please follow these steps to complete the upgrade"
680
- msgstr "Please follow these steps to complete the upgrade"
681
-
682
- #: includes/class-freemius.php:22478
683
- msgid "Download the latest %s version"
684
- msgstr "Download the latest %s version"
685
-
686
- #: includes/class-freemius.php:22482
687
- msgid "Upload and activate the downloaded version"
688
- msgstr "Upload and activate the downloaded version"
689
-
690
- #: includes/class-freemius.php:22484
691
- msgid "How to upload and activate?"
692
- msgstr "How to upload and activate?"
693
-
694
- #: includes/class-freemius.php:22618
695
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
696
- msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
697
-
698
- #: includes/class-freemius.php:22779
699
- msgid "Auto installation only works for opted-in users."
700
- msgstr "Auto installation only works for opted-in users."
701
-
702
- #: includes/class-freemius.php:22789, includes/class-freemius.php:22822, includes/class-fs-plugin-updater.php:1212, includes/class-fs-plugin-updater.php:1226
703
- msgid "Invalid module ID."
704
- msgstr "Invalid module ID."
705
-
706
- #: includes/class-freemius.php:22798, includes/class-fs-plugin-updater.php:1248
707
- msgid "Premium version already active."
708
- msgstr "Premium version already active."
709
-
710
- #: includes/class-freemius.php:22805
711
- msgid "You do not have a valid license to access the premium version."
712
- msgstr "You do not have a valid license to access the premium version."
713
-
714
- #: includes/class-freemius.php:22812
715
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
716
- msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
717
-
718
- #: includes/class-freemius.php:22830, includes/class-fs-plugin-updater.php:1247
719
- msgid "Premium add-on version already installed."
720
- msgstr "Premium add-on version already installed."
721
-
722
- #: includes/class-freemius.php:23180
723
- msgid "View paid features"
724
- msgstr "View paid features"
725
-
726
- #: includes/class-freemius.php:23502
727
- msgid "Thank you so much for using %s and its add-ons!"
728
- msgstr "Thank you so much for using %s and its add-ons!"
729
-
730
- #: includes/class-freemius.php:23503
731
- msgid "Thank you so much for using %s!"
732
- msgstr "Thank you so much for using %s!"
733
-
734
- #: includes/class-freemius.php:23509
735
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
736
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
737
-
738
- #: includes/class-freemius.php:23513
739
- msgid "Thank you so much for using our products!"
740
- msgstr "Thank you so much for using our products!"
741
-
742
- #: includes/class-freemius.php:23514
743
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
744
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
745
-
746
- #: includes/class-freemius.php:23533
747
- msgid "%s and its add-ons"
748
- msgstr "%s and its add-ons"
749
-
750
- #: includes/class-freemius.php:23542
751
- msgid "Products"
752
- msgstr "Products"
753
-
754
- #: includes/class-freemius.php:23549, templates/connect.php:272
755
- msgid "Yes"
756
- msgstr "Yes"
757
-
758
- #: includes/class-freemius.php:23550, templates/connect.php:273
759
- msgid "send me security & feature updates, educational content and offers."
760
- msgstr "send me security & feature updates, educational content and offers."
761
-
762
- #: includes/class-freemius.php:23551, templates/connect.php:278
763
- msgid "No"
764
- msgstr "No"
765
-
766
- #: includes/class-freemius.php:23553, templates/connect.php:280
767
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
768
- msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
769
-
770
- #: includes/class-freemius.php:23563
771
- 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 :-)"
772
- msgstr "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 :-)"
773
-
774
- #: includes/class-freemius.php:23565, templates/connect.php:287
775
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
776
- msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
777
-
778
- #: includes/class-freemius.php:23847
779
- msgid "License key is empty."
780
- msgstr "License key is empty."
781
-
782
- #: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
783
- msgid "Renew license"
784
- msgstr "Renew license"
785
-
786
- #: includes/class-fs-plugin-updater.php:211, templates/forms/premium-versions-upgrade-handler.php:58
787
- msgid "Buy license"
788
- msgstr "Buy license"
789
-
790
- #: includes/class-fs-plugin-updater.php:321, includes/class-fs-plugin-updater.php:354
791
- msgid "There is a %s of %s available."
792
- msgstr "There is a %s of %s available."
793
-
794
- #: includes/class-fs-plugin-updater.php:323, includes/class-fs-plugin-updater.php:359
795
- msgid "new Beta version"
796
- msgstr "new Beta version"
797
-
798
- #: includes/class-fs-plugin-updater.php:324, includes/class-fs-plugin-updater.php:360
799
- msgid "new version"
800
- msgstr "new version"
801
-
802
- #: includes/class-fs-plugin-updater.php:383
803
- msgid "Important Upgrade Notice:"
804
- msgstr "Important Upgrade Notice:"
805
-
806
- #: includes/class-fs-plugin-updater.php:1277
807
- msgid "Installing plugin: %s"
808
- msgstr "Installing plugin: %s"
809
-
810
- #: includes/class-fs-plugin-updater.php:1318
811
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
812
- msgstr "Unable to connect to the filesystem. Please confirm your credentials."
813
-
814
- #: includes/class-fs-plugin-updater.php:1500
815
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
816
- msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
817
-
818
- #: includes/fs-plugin-info-dialog.php:535
819
- msgid "Purchase More"
820
- msgstr "Purchase More"
821
-
822
- #: includes/fs-plugin-info-dialog.php:536, templates/account/partials/addon.php:385
823
- msgctxt "verb"
824
- msgid "Purchase"
825
- msgstr "Purchase"
826
-
827
- #: includes/fs-plugin-info-dialog.php:540
828
- msgid "Start my free %s"
829
- msgstr "Start my free %s"
830
-
831
- #: includes/fs-plugin-info-dialog.php:738
832
- msgid "Install Free Version Update Now"
833
- msgstr "Install Free Version Update Now"
834
-
835
- #: includes/fs-plugin-info-dialog.php:739, templates/account.php:560
836
- msgid "Install Update Now"
837
- msgstr "Install Update Now"
838
-
839
- #: includes/fs-plugin-info-dialog.php:748
840
- msgid "Install Free Version Now"
841
- msgstr "Install Free Version Now"
842
-
843
- #: includes/fs-plugin-info-dialog.php:749, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:365, templates/account/partials/addon.php:418
844
- msgid "Install Now"
845
- msgstr "Install Now"
846
-
847
- #: includes/fs-plugin-info-dialog.php:765
848
- msgctxt "as download latest version"
849
- msgid "Download Latest Free Version"
850
- msgstr "Download Latest Free Version"
851
-
852
- #: includes/fs-plugin-info-dialog.php:766, templates/account.php:91, templates/add-ons.php:37, templates/account/partials/addon.php:25
853
- msgctxt "as download latest version"
854
- msgid "Download Latest"
855
- msgstr "Download Latest"
856
-
857
- #: includes/fs-plugin-info-dialog.php:781, templates/add-ons.php:329, templates/account/partials/addon.php:356, templates/account/partials/addon.php:412
858
- msgid "Activate this add-on"
859
- msgstr "Activate this add-on"
860
-
861
- #: includes/fs-plugin-info-dialog.php:783, templates/connect.php:418
862
- msgid "Activate Free Version"
863
- msgstr "Activate Free Version"
864
-
865
- #: includes/fs-plugin-info-dialog.php:784, templates/account.php:115, templates/add-ons.php:330, templates/account/partials/addon.php:48
866
- msgid "Activate"
867
- msgstr "Activate"
868
-
869
- #: includes/fs-plugin-info-dialog.php:994
870
- msgctxt "Plugin installer section title"
871
- msgid "Description"
872
- msgstr "Description"
873
-
874
- #: includes/fs-plugin-info-dialog.php:995
875
- msgctxt "Plugin installer section title"
876
- msgid "Installation"
877
- msgstr "Installation"
878
-
879
- #: includes/fs-plugin-info-dialog.php:996
880
- msgctxt "Plugin installer section title"
881
- msgid "FAQ"
882
- msgstr "FAQ"
883
-
884
- #: includes/fs-plugin-info-dialog.php:997, templates/plugin-info/description.php:55
885
- msgid "Screenshots"
886
- msgstr "Screenshots"
887
-
888
- #: includes/fs-plugin-info-dialog.php:998
889
- msgctxt "Plugin installer section title"
890
- msgid "Changelog"
891
- msgstr "Changelog"
892
-
893
- #: includes/fs-plugin-info-dialog.php:999
894
- msgctxt "Plugin installer section title"
895
- msgid "Reviews"
896
- msgstr "Reviews"
897
-
898
- #: includes/fs-plugin-info-dialog.php:1000
899
- msgctxt "Plugin installer section title"
900
- msgid "Other Notes"
901
- msgstr "Other Notes"
902
-
903
- #: includes/fs-plugin-info-dialog.php:1015
904
- msgctxt "Plugin installer section title"
905
- msgid "Features & Pricing"
906
- msgstr "Features & Pricing"
907
-
908
- #: includes/fs-plugin-info-dialog.php:1025
909
- msgid "Plugin Install"
910
- msgstr "Plugin Install"
911
-
912
- #: includes/fs-plugin-info-dialog.php:1097
913
- msgctxt "e.g. Professional Plan"
914
- msgid "%s Plan"
915
- msgstr "%s Plan"
916
-
917
- #: includes/fs-plugin-info-dialog.php:1123
918
- msgctxt "e.g. the best product"
919
- msgid "Best"
920
- msgstr "Best"
921
-
922
- #: includes/fs-plugin-info-dialog.php:1129, includes/fs-plugin-info-dialog.php:1149
923
- msgctxt "as every month"
924
- msgid "Monthly"
925
- msgstr "Monthly"
926
-
927
- #: includes/fs-plugin-info-dialog.php:1132
928
- msgctxt "as once a year"
929
- msgid "Annual"
930
- msgstr "Annual"
931
-
932
- #: includes/fs-plugin-info-dialog.php:1135
933
- msgid "Lifetime"
934
- msgstr "Lifetime"
935
-
936
- #: includes/fs-plugin-info-dialog.php:1149, includes/fs-plugin-info-dialog.php:1151, includes/fs-plugin-info-dialog.php:1153
937
- msgctxt "e.g. billed monthly"
938
- msgid "Billed %s"
939
- msgstr "Billed %s"
940
-
941
- #: includes/fs-plugin-info-dialog.php:1151
942
- msgctxt "as once a year"
943
- msgid "Annually"
944
- msgstr "Annually"
945
-
946
- #: includes/fs-plugin-info-dialog.php:1153
947
- msgctxt "as once a year"
948
- msgid "Once"
949
- msgstr "Once"
950
-
951
- #: includes/fs-plugin-info-dialog.php:1159
952
- msgid "Single Site License"
953
- msgstr "Single Site License"
954
-
955
- #: includes/fs-plugin-info-dialog.php:1161
956
- msgid "Unlimited Licenses"
957
- msgstr "Unlimited Licenses"
958
-
959
- #: includes/fs-plugin-info-dialog.php:1163
960
- msgid "Up to %s Sites"
961
- msgstr "Up to %s Sites"
962
-
963
- #: includes/fs-plugin-info-dialog.php:1173, templates/plugin-info/features.php:82
964
- msgctxt "as monthly period"
965
- msgid "mo"
966
- msgstr "mo"
967
-
968
- #: includes/fs-plugin-info-dialog.php:1180, templates/plugin-info/features.php:80
969
- msgctxt "as annual period"
970
- msgid "year"
971
- msgstr "year"
972
-
973
- #: includes/fs-plugin-info-dialog.php:1234
974
- msgctxt "noun"
975
- msgid "Price"
976
- msgstr "Price"
977
-
978
- #: includes/fs-plugin-info-dialog.php:1282
979
- msgid "Save %s"
980
- msgstr "Save %s"
981
-
982
- #: includes/fs-plugin-info-dialog.php:1292
983
- msgid "No commitment for %s - cancel anytime"
984
- msgstr "No commitment for %s - cancel anytime"
985
-
986
- #: includes/fs-plugin-info-dialog.php:1295
987
- msgid "After your free %s, pay as little as %s"
988
- msgstr "After your free %s, pay as little as %s"
989
-
990
- #: includes/fs-plugin-info-dialog.php:1306
991
- msgid "Details"
992
- msgstr "Details"
993
-
994
- #: includes/fs-plugin-info-dialog.php:1310, templates/account.php:102, templates/debug.php:203, templates/debug.php:240, templates/debug.php:457, templates/account/partials/addon.php:36
995
- msgctxt "product version"
996
- msgid "Version"
997
- msgstr "Version"
998
-
999
- #: includes/fs-plugin-info-dialog.php:1317
1000
- msgctxt "as the plugin author"
1001
- msgid "Author"
1002
- msgstr "Author"
1003
-
1004
- #: includes/fs-plugin-info-dialog.php:1324
1005
- msgid "Last Updated"
1006
- msgstr "Last Updated"
1007
-
1008
- #: includes/fs-plugin-info-dialog.php:1329, templates/account.php:468
1009
- msgctxt "x-ago"
1010
- msgid "%s ago"
1011
- msgstr "%s ago"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php:1338
1014
- msgid "Requires WordPress Version"
1015
- msgstr "Requires WordPress Version"
1016
-
1017
- #: includes/fs-plugin-info-dialog.php:1339
1018
- msgid "%s or higher"
1019
- msgstr "%s or higher"
1020
-
1021
- #: includes/fs-plugin-info-dialog.php:1346
1022
- msgid "Compatible up to"
1023
- msgstr "Compatible up to"
1024
-
1025
- #: includes/fs-plugin-info-dialog.php:1354
1026
- msgid "Downloaded"
1027
- msgstr "Downloaded"
1028
-
1029
- #: includes/fs-plugin-info-dialog.php:1358
1030
- msgid "%s time"
1031
- msgstr "%s time"
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:1360
1034
- msgid "%s times"
1035
- msgstr "%s times"
1036
-
1037
- #: includes/fs-plugin-info-dialog.php:1370
1038
- msgid "WordPress.org Plugin Page"
1039
- msgstr "WordPress.org Plugin Page"
1040
-
1041
- #: includes/fs-plugin-info-dialog.php:1378
1042
- msgid "Plugin Homepage"
1043
- msgstr "Plugin Homepage"
1044
-
1045
- #: includes/fs-plugin-info-dialog.php:1386, includes/fs-plugin-info-dialog.php:1468
1046
- msgid "Donate to this plugin"
1047
- msgstr "Donate to this plugin"
1048
-
1049
- #: includes/fs-plugin-info-dialog.php:1393
1050
- msgid "Average Rating"
1051
- msgstr "Average Rating"
1052
-
1053
- #: includes/fs-plugin-info-dialog.php:1400
1054
- msgid "based on %s"
1055
- msgstr "based on %s"
1056
-
1057
- #: includes/fs-plugin-info-dialog.php:1404
1058
- msgid "%s rating"
1059
- msgstr "%s rating"
1060
-
1061
- #: includes/fs-plugin-info-dialog.php:1406
1062
- msgid "%s ratings"
1063
- msgstr "%s ratings"
1064
-
1065
- #: includes/fs-plugin-info-dialog.php:1421
1066
- msgid "%s star"
1067
- msgstr "%s star"
1068
-
1069
- #: includes/fs-plugin-info-dialog.php:1423
1070
- msgid "%s stars"
1071
- msgstr "%s stars"
1072
-
1073
- #: includes/fs-plugin-info-dialog.php:1434
1074
- msgid "Click to see reviews that provided a rating of %s"
1075
- msgstr "Click to see reviews that provided a rating of %s"
1076
-
1077
- #: includes/fs-plugin-info-dialog.php:1447
1078
- msgid "Contributors"
1079
- msgstr "Contributors"
1080
-
1081
- #: includes/fs-plugin-info-dialog.php:1476, includes/fs-plugin-info-dialog.php:1478
1082
- msgid "Warning"
1083
- msgstr "Warning"
1084
-
1085
- #: includes/fs-plugin-info-dialog.php:1476
1086
- msgid "This plugin has not been tested with your current version of WordPress."
1087
- msgstr "This plugin has not been tested with your current version of WordPress."
1088
-
1089
- #: includes/fs-plugin-info-dialog.php:1478
1090
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1091
- msgstr "This plugin has not been marked as compatible with your version of WordPress."
1092
-
1093
- #: includes/fs-plugin-info-dialog.php:1497
1094
- msgid "Paid add-on must be deployed to Freemius."
1095
- msgstr "Paid add-on must be deployed to Freemius."
1096
-
1097
- #: includes/fs-plugin-info-dialog.php:1498
1098
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1099
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
1100
-
1101
- #: includes/fs-plugin-info-dialog.php:1519
1102
- msgid "Newer Version (%s) Installed"
1103
- msgstr "Newer Version (%s) Installed"
1104
-
1105
- #: includes/fs-plugin-info-dialog.php:1520
1106
- msgid "Newer Free Version (%s) Installed"
1107
- msgstr "Newer Free Version (%s) Installed"
1108
-
1109
- #: includes/fs-plugin-info-dialog.php:1527
1110
- msgid "Latest Version Installed"
1111
- msgstr "Latest Version Installed"
1112
-
1113
- #: includes/fs-plugin-info-dialog.php:1528
1114
- msgid "Latest Free Version Installed"
1115
- msgstr "Latest Free Version Installed"
1116
-
1117
- #: templates/account.php:92, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:311
1118
- msgid "Downgrading your plan"
1119
- msgstr "Downgrading your plan"
1120
-
1121
- #: templates/account.php:93, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:312
1122
- msgid "Cancelling the subscription"
1123
- msgstr "Cancelling the subscription"
1124
-
1125
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
1126
- #: templates/account.php:95, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
1127
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1128
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1129
-
1130
- #: templates/account.php:96, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:315
1131
- 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."
1132
- msgstr "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."
1133
-
1134
- #: templates/account.php:97, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
1135
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1136
- msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1137
-
1138
- #: templates/account.php:98, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:316
1139
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1140
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1141
-
1142
- #: templates/account.php:99, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:317
1143
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1144
- msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1145
-
1146
- #. translators: %s: Plan title (e.g. "Professional")
1147
- #: templates/account.php:101, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
1148
- msgid "Activate %s Plan"
1149
- msgstr "Activate %s Plan"
1150
-
1151
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1152
- #: templates/account.php:104, templates/account/partials/addon.php:38, templates/account/partials/site.php:291
1153
- msgid "Auto renews in %s"
1154
- msgstr "Auto renews in %s"
1155
-
1156
- #. translators: %s: Time period (e.g. Expires in "2 months")
1157
- #: templates/account.php:106, templates/account/partials/addon.php:40, templates/account/partials/site.php:293
1158
- msgid "Expires in %s"
1159
- msgstr "Expires in %s"
1160
-
1161
- #: templates/account.php:107
1162
- msgctxt "as synchronize license"
1163
- msgid "Sync License"
1164
- msgstr "Sync License"
1165
-
1166
- #: templates/account.php:108, templates/account/partials/addon.php:41
1167
- msgid "Cancel Trial"
1168
- msgstr "Cancel Trial"
1169
-
1170
- #: templates/account.php:109, templates/account/partials/addon.php:42
1171
- msgid "Change Plan"
1172
- msgstr "Change Plan"
1173
-
1174
- #: templates/account.php:110, templates/account/partials/addon.php:43
1175
- msgctxt "verb"
1176
- msgid "Upgrade"
1177
- msgstr "Upgrade"
1178
-
1179
- #: templates/account.php:112, templates/account/partials/addon.php:45, templates/account/partials/site.php:318
1180
- msgctxt "verb"
1181
- msgid "Downgrade"
1182
- msgstr "Downgrade"
1183
-
1184
- #: templates/account.php:114, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:47, templates/account/partials/site.php:33
1185
- msgid "Free"
1186
- msgstr "Free"
1187
-
1188
- #: templates/account.php:116, templates/debug.php:373, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:49
1189
- msgctxt "as product pricing plan"
1190
- msgid "Plan"
1191
- msgstr "Plan"
1192
-
1193
- #: templates/account.php:117
1194
- msgid "Bundle Plan"
1195
- msgstr "Bundle Plan"
1196
-
1197
- #: templates/account.php:191
1198
- msgid "Free Trial"
1199
- msgstr "Free Trial"
1200
-
1201
- #: templates/account.php:202
1202
- msgid "Account Details"
1203
- msgstr "Account Details"
1204
-
1205
- #: templates/account.php:209, templates/forms/data-debug-mode.php:33
1206
- msgid "Start Debug"
1207
- msgstr "Start Debug"
1208
-
1209
- #: templates/account.php:211
1210
- msgid "Stop Debug"
1211
- msgstr "Stop Debug"
1212
-
1213
- #: templates/account.php:218
1214
- msgid "Billing & Invoices"
1215
- msgstr "Billing & Invoices"
1216
-
1217
- #: templates/account.php:229
1218
- 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?"
1219
- msgstr "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?"
1220
-
1221
- #: templates/account.php:231
1222
- 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?"
1223
- msgstr "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?"
1224
-
1225
- #: templates/account.php:234
1226
- msgid "Delete Account"
1227
- msgstr "Delete Account"
1228
-
1229
- #: templates/account.php:246, templates/account/partials/addon.php:231, templates/account/partials/deactivate-license-button.php:35
1230
- msgid "Deactivate License"
1231
- msgstr "Deactivate License"
1232
-
1233
- #: templates/account.php:269, templates/forms/subscription-cancellation.php:125
1234
- msgid "Are you sure you want to proceed?"
1235
- msgstr "Are you sure you want to proceed?"
1236
-
1237
- #: templates/account.php:269, templates/account/partials/addon.php:255
1238
- msgid "Cancel Subscription"
1239
- msgstr "Cancel Subscription"
1240
-
1241
- #: templates/account.php:298, templates/account/partials/addon.php:340
1242
- msgctxt "as synchronize"
1243
- msgid "Sync"
1244
- msgstr "Sync"
1245
-
1246
- #: templates/account.php:313, templates/debug.php:507
1247
- msgid "Name"
1248
- msgstr "Name"
1249
-
1250
- #: templates/account.php:319, templates/debug.php:508
1251
- msgid "Email"
1252
- msgstr "Email"
1253
-
1254
- #: templates/account.php:326, templates/debug.php:371, templates/debug.php:557
1255
- msgid "User ID"
1256
- msgstr "User ID"
1257
-
1258
- #: templates/account.php:344, templates/account.php:637, templates/account.php:682, templates/debug.php:238, templates/debug.php:365, templates/debug.php:454, templates/debug.php:506, templates/debug.php:555, templates/debug.php:632, templates/account/payments.php:35, templates/debug/logger.php:21
1259
- msgid "ID"
1260
- msgstr "ID"
1261
-
1262
- #: templates/account.php:351
1263
- msgid "Site ID"
1264
- msgstr "Site ID"
1265
-
1266
- #: templates/account.php:354
1267
- msgid "No ID"
1268
- msgstr "No ID"
1269
-
1270
- #: templates/account.php:359, templates/debug.php:245, templates/debug.php:374, templates/debug.php:458, templates/debug.php:510, templates/account/partials/site.php:227
1271
- msgid "Public Key"
1272
- msgstr "Public Key"
1273
-
1274
- #: templates/account.php:365, templates/debug.php:375, templates/debug.php:459, templates/debug.php:511, templates/account/partials/site.php:239
1275
- msgid "Secret Key"
1276
- msgstr "Secret Key"
1277
-
1278
- #: templates/account.php:368
1279
- msgctxt "as secret encryption key missing"
1280
- msgid "No Secret"
1281
- msgstr "No Secret"
1282
-
1283
- #: templates/account.php:395, templates/account/partials/site.php:120, templates/account/partials/site.php:122
1284
- msgid "Trial"
1285
- msgstr "Trial"
1286
-
1287
- #: templates/account.php:422, templates/debug.php:562, templates/account/partials/site.php:260
1288
- msgid "License Key"
1289
- msgstr "License Key"
1290
-
1291
- #: templates/account.php:453
1292
- msgid "Join the Beta program"
1293
- msgstr "Join the Beta program"
1294
-
1295
- #: templates/account.php:459
1296
- msgid "not verified"
1297
- msgstr "not verified"
1298
-
1299
- #: templates/account.php:468, templates/account/partials/addon.php:190
1300
- msgid "Expired"
1301
- msgstr "Expired"
1302
-
1303
- #: templates/account.php:528
1304
- msgid "Premium version"
1305
- msgstr "Premium version"
1306
-
1307
- #: templates/account.php:530
1308
- msgid "Free version"
1309
- msgstr "Free version"
1310
-
1311
- #: templates/account.php:542
1312
- msgid "Verify Email"
1313
- msgstr "Verify Email"
1314
-
1315
- #: templates/account.php:553
1316
- msgid "Download %s Version"
1317
- msgstr "Download %s Version"
1318
-
1319
- #: templates/account.php:568, templates/account.php:820, templates/account/partials/site.php:248, templates/account/partials/site.php:270
1320
- msgctxt "verb"
1321
- msgid "Show"
1322
- msgstr "Show"
1323
-
1324
- #: templates/account.php:583
1325
- msgid "What is your %s?"
1326
- msgstr "What is your %s?"
1327
-
1328
- #: templates/account.php:591, templates/account/billing.php:21
1329
- msgctxt "verb"
1330
- msgid "Edit"
1331
- msgstr "Edit"
1332
-
1333
- #: templates/account.php:616
1334
- msgid "Sites"
1335
- msgstr "Sites"
1336
-
1337
- #: templates/account.php:629
1338
- msgid "Search by address"
1339
- msgstr "Search by address"
1340
-
1341
- #: templates/account.php:638, templates/debug.php:368
1342
- msgid "Address"
1343
- msgstr "Address"
1344
-
1345
- #: templates/account.php:639
1346
- msgid "License"
1347
- msgstr "License"
1348
-
1349
- #: templates/account.php:640
1350
- msgid "Plan"
1351
- msgstr "Plan"
1352
-
1353
- #: templates/account.php:685
1354
- msgctxt "as software license"
1355
- msgid "License"
1356
- msgstr "License"
1357
-
1358
- #: templates/account.php:814
1359
- msgctxt "verb"
1360
- msgid "Hide"
1361
- msgstr "Hide"
1362
-
1363
- #: templates/account.php:836, templates/forms/data-debug-mode.php:31
1364
- msgid "Processing"
1365
- msgstr "Processing"
1366
-
1367
- #: templates/account.php:839
1368
- msgid "Get updates for bleeding edge Beta versions of %s."
1369
- msgstr "Get updates for bleeding edge Beta versions of %s."
1370
-
1371
- #: templates/account.php:897
1372
- msgid "Cancelling %s"
1373
- msgstr "Cancelling %s"
1374
-
1375
- #: templates/account.php:897, templates/account.php:914, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
1376
- msgid "trial"
1377
- msgstr "trial"
1378
-
1379
- #: templates/account.php:912, templates/forms/deactivation/form.php:150
1380
- msgid "Cancelling %s..."
1381
- msgstr "Cancelling %s..."
1382
-
1383
- #: templates/account.php:915, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
1384
- msgid "subscription"
1385
- msgstr "subscription"
1386
-
1387
- #: templates/account.php:929
1388
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1389
- msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1390
-
1391
- #: templates/add-ons.php:38
1392
- msgid "View details"
1393
- msgstr "View details"
1394
-
1395
- #: templates/add-ons.php:48
1396
- msgid "Add Ons for %s"
1397
- msgstr "Add Ons for %s"
1398
-
1399
- #: templates/add-ons.php:58
1400
- 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."
1401
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1402
-
1403
- #: templates/add-ons.php:229
1404
- msgctxt "active add-on"
1405
- msgid "Active"
1406
- msgstr "Active"
1407
-
1408
- #: templates/add-ons.php:230
1409
- msgctxt "installed add-on"
1410
- msgid "Installed"
1411
- msgstr "Installed"
1412
-
1413
- #: templates/admin-notice.php:13, templates/forms/license-activation.php:207, templates/forms/resend-key.php:77
1414
- msgctxt "as close a window"
1415
- msgid "Dismiss"
1416
- msgstr "Dismiss"
1417
-
1418
- #: templates/auto-installation.php:45
1419
- msgid "%s sec"
1420
- msgstr "%s sec"
1421
-
1422
- #: templates/auto-installation.php:83
1423
- msgid "Automatic Installation"
1424
- msgstr "Automatic Installation"
1425
-
1426
- #: templates/auto-installation.php:93
1427
- msgid "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."
1428
- msgstr "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."
1429
-
1430
- #: templates/auto-installation.php:104
1431
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1432
- msgstr "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1433
-
1434
- #: templates/auto-installation.php:109
1435
- msgid "Cancel Installation"
1436
- msgstr "Cancel Installation"
1437
-
1438
- #: templates/checkout.php:180
1439
- msgid "Checkout"
1440
- msgstr "Checkout"
1441
-
1442
- #: templates/checkout.php:180
1443
- msgid "PCI compliant"
1444
- msgstr "PCI compliant"
1445
-
1446
- #. translators: %s: name (e.g. Hey John,)
1447
- #: templates/connect.php:112
1448
- msgctxt "greeting"
1449
- msgid "Hey %s,"
1450
- msgstr "Hey %s,"
1451
-
1452
- #: templates/connect.php:154
1453
- msgid "Allow & Continue"
1454
- msgstr "Allow & Continue"
1455
-
1456
- #: templates/connect.php:158
1457
- msgid "Re-send activation email"
1458
- msgstr "Re-send activation email"
1459
-
1460
- #: templates/connect.php:162
1461
- msgid "Thanks %s!"
1462
- msgstr "Thanks %s!"
1463
-
1464
- #: templates/connect.php:172, templates/forms/license-activation.php:46
1465
- msgid "Agree & Activate License"
1466
- msgstr "Agree & Activate License"
1467
-
1468
- #: templates/connect.php:181
1469
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1470
- msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
1471
-
1472
- #: templates/connect.php:188
1473
- 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."
1474
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1475
-
1476
- #: templates/connect.php:189
1477
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1478
- msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1479
-
1480
- #: templates/connect.php:195
1481
- 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. If you skip this, that's okay! %1$s will still work just fine."
1482
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1483
-
1484
- #: templates/connect.php:196
1485
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1486
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1487
-
1488
- #: templates/connect.php:230
1489
- msgid "We're excited to introduce the Freemius network-level integration."
1490
- msgstr "We're excited to introduce the Freemius network-level integration."
1491
-
1492
- #: templates/connect.php:233
1493
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1494
- msgstr "During the update process we detected %d site(s) that are still pending license activation."
1495
-
1496
- #: templates/connect.php:235
1497
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1498
- msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1499
-
1500
- #: templates/connect.php:237
1501
- msgid "%s's paid features"
1502
- msgstr "%s's paid features"
1503
-
1504
- #: templates/connect.php:242
1505
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1506
- msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1507
-
1508
- #: templates/connect.php:244
1509
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1510
- msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1511
-
1512
- #: templates/connect.php:253, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
1513
- msgid "License key"
1514
- msgstr "License key"
1515
-
1516
- #: templates/connect.php:256, templates/forms/license-activation.php:22
1517
- msgid "Can't find your license key?"
1518
- msgstr "Can't find your license key?"
1519
-
1520
- #: templates/connect.php:315, templates/connect.php:652, templates/forms/deactivation/retry-skip.php:20
1521
- msgctxt "verb"
1522
- msgid "Skip"
1523
- msgstr "Skip"
1524
-
1525
- #: templates/connect.php:318
1526
- msgid "Delegate to Site Admins"
1527
- msgstr "Delegate to Site Admins"
1528
-
1529
- #: templates/connect.php:318
1530
- msgid "If you click it, this decision will be delegated to the sites administrators."
1531
- msgstr "If you click it, this decision will be delegated to the sites administrators."
1532
-
1533
- #: templates/connect.php:346
1534
- msgid "Your Profile Overview"
1535
- msgstr "Your Profile Overview"
1536
-
1537
- #: templates/connect.php:347
1538
- msgid "Name and email address"
1539
- msgstr "Name and email address"
1540
-
1541
- #: templates/connect.php:352
1542
- msgid "Your Site Overview"
1543
- msgstr "Your Site Overview"
1544
-
1545
- #: templates/connect.php:353
1546
- msgid "Site URL, WP version, PHP info, plugins & themes"
1547
- msgstr "Site URL, WP version, PHP info, plugins & themes"
1548
-
1549
- #: templates/connect.php:358
1550
- msgid "Admin Notices"
1551
- msgstr "Admin Notices"
1552
-
1553
- #: templates/connect.php:359, templates/connect.php:375
1554
- msgid "Updates, announcements, marketing, no spam"
1555
- msgstr "Updates, announcements, marketing, no spam"
1556
-
1557
- #: templates/connect.php:364
1558
- msgid "Current %s Events"
1559
- msgstr "Current %s Events"
1560
-
1561
- #: templates/connect.php:365
1562
- msgid "Activation, deactivation and uninstall"
1563
- msgstr "Activation, deactivation and uninstall"
1564
-
1565
- #: templates/connect.php:374
1566
- msgid "Newsletter"
1567
- msgstr "Newsletter"
1568
-
1569
- #: templates/connect.php:391, templates/forms/license-activation.php:41
1570
- msgid "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."
1571
- msgstr "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."
1572
-
1573
- #: templates/connect.php:396
1574
- msgid "What permissions are being granted?"
1575
- msgstr "What permissions are being granted?"
1576
-
1577
- #: templates/connect.php:417
1578
- msgid "Don't have a license key?"
1579
- msgstr "Don't have a license key?"
1580
-
1581
- #: templates/connect.php:420
1582
- msgid "Have a license key?"
1583
- msgstr "Have a license key?"
1584
-
1585
- #: templates/connect.php:428
1586
- msgid "Privacy Policy"
1587
- msgstr "Privacy Policy"
1588
-
1589
- #: templates/connect.php:430
1590
- msgid "License Agreement"
1591
- msgstr "License Agreement"
1592
-
1593
- #: templates/connect.php:430
1594
- msgid "Terms of Service"
1595
- msgstr "Terms of Service"
1596
-
1597
- #: templates/connect.php:805
1598
- msgctxt "as in the process of sending an email"
1599
- msgid "Sending email"
1600
- msgstr "Sending email"
1601
-
1602
- #: templates/connect.php:806
1603
- msgctxt "as activating plugin"
1604
- msgid "Activating"
1605
- msgstr "Activating"
1606
-
1607
- #: templates/contact.php:78
1608
- msgid "Contact"
1609
- msgstr "Contact"
1610
-
1611
- #: templates/debug.php:17
1612
- msgctxt "as turned off"
1613
- msgid "Off"
1614
- msgstr "Off"
1615
-
1616
- #: templates/debug.php:18
1617
- msgctxt "as turned on"
1618
- msgid "On"
1619
- msgstr "On"
1620
-
1621
- #: templates/debug.php:20
1622
- msgid "SDK"
1623
- msgstr "SDK"
1624
-
1625
- #: templates/debug.php:24
1626
- msgctxt "as code debugging"
1627
- msgid "Debugging"
1628
- msgstr "Debugging"
1629
-
1630
- #: templates/debug.php:54, templates/debug.php:250, templates/debug.php:376, templates/debug.php:512
1631
- msgid "Actions"
1632
- msgstr "Actions"
1633
-
1634
- #: templates/debug.php:64
1635
- msgid "Are you sure you want to delete all Freemius data?"
1636
- msgstr "Are you sure you want to delete all Freemius data?"
1637
-
1638
- #: templates/debug.php:64
1639
- msgid "Delete All Accounts"
1640
- msgstr "Delete All Accounts"
1641
-
1642
- #: templates/debug.php:71
1643
- msgid "Clear API Cache"
1644
- msgstr "Clear API Cache"
1645
-
1646
- #: templates/debug.php:79
1647
- msgid "Clear Updates Transients"
1648
- msgstr "Clear Updates Transients"
1649
-
1650
- #: templates/debug.php:86
1651
- msgid "Sync Data From Server"
1652
- msgstr "Sync Data From Server"
1653
-
1654
- #: templates/debug.php:95
1655
- msgid "Migrate Options to Network"
1656
- msgstr "Migrate Options to Network"
1657
-
1658
- #: templates/debug.php:100
1659
- msgid "Load DB Option"
1660
- msgstr "Load DB Option"
1661
-
1662
- #: templates/debug.php:103
1663
- msgid "Set DB Option"
1664
- msgstr "Set DB Option"
1665
-
1666
- #: templates/debug.php:182
1667
- msgid "Key"
1668
- msgstr "Key"
1669
-
1670
- #: templates/debug.php:183
1671
- msgid "Value"
1672
- msgstr "Value"
1673
-
1674
- #: templates/debug.php:199
1675
- msgctxt "as software development kit versions"
1676
- msgid "SDK Versions"
1677
- msgstr "SDK Versions"
1678
-
1679
- #: templates/debug.php:204
1680
- msgid "SDK Path"
1681
- msgstr "SDK Path"
1682
-
1683
- #: templates/debug.php:205, templates/debug.php:244
1684
- msgid "Module Path"
1685
- msgstr "Module Path"
1686
-
1687
- #: templates/debug.php:206
1688
- msgid "Is Active"
1689
- msgstr "Is Active"
1690
-
1691
- #: templates/debug.php:234, templates/debug/plugins-themes-sync.php:35
1692
- msgid "Plugins"
1693
- msgstr "Plugins"
1694
-
1695
- #: templates/debug.php:234, templates/debug/plugins-themes-sync.php:56
1696
- msgid "Themes"
1697
- msgstr "Themes"
1698
-
1699
- #: templates/debug.php:239, templates/debug.php:370, templates/debug.php:456, templates/debug/scheduled-crons.php:80
1700
- msgid "Slug"
1701
- msgstr "Slug"
1702
-
1703
- #: templates/debug.php:241, templates/debug.php:455
1704
- msgid "Title"
1705
- msgstr "Title"
1706
-
1707
- #: templates/debug.php:242
1708
- msgctxt "as application program interface"
1709
- msgid "API"
1710
- msgstr "API"
1711
-
1712
- #: templates/debug.php:243
1713
- msgid "Freemius State"
1714
- msgstr "Freemius State"
1715
-
1716
- #: templates/debug.php:247
1717
- msgid "Network Blog"
1718
- msgstr "Network Blog"
1719
-
1720
- #: templates/debug.php:248
1721
- msgid "Network User"
1722
- msgstr "Network User"
1723
-
1724
- #: templates/debug.php:285
1725
- msgctxt "as connection was successful"
1726
- msgid "Connected"
1727
- msgstr "Connected"
1728
-
1729
- #: templates/debug.php:286
1730
- msgctxt "as connection blocked"
1731
- msgid "Blocked"
1732
- msgstr "Blocked"
1733
-
1734
- #: templates/debug.php:322
1735
- msgid "Simulate Trial Promotion"
1736
- msgstr "Simulate Trial Promotion"
1737
-
1738
- #: templates/debug.php:334
1739
- msgid "Simulate Network Upgrade"
1740
- msgstr "Simulate Network Upgrade"
1741
-
1742
- #: templates/debug.php:359
1743
- msgid "%s Installs"
1744
- msgstr "%s Installs"
1745
-
1746
- #: templates/debug.php:361
1747
- msgctxt "like websites"
1748
- msgid "Sites"
1749
- msgstr "Sites"
1750
-
1751
- #: templates/debug.php:367, templates/account/partials/site.php:156
1752
- msgid "Blog ID"
1753
- msgstr "Blog ID"
1754
-
1755
- #: templates/debug.php:372
1756
- msgid "License ID"
1757
- msgstr "License ID"
1758
-
1759
- #: templates/debug.php:436, templates/debug.php:535, templates/account/partials/addon.php:435
1760
- msgctxt "verb"
1761
- msgid "Delete"
1762
- msgstr "Delete"
1763
-
1764
- #: templates/debug.php:450
1765
- msgid "Add Ons of module %s"
1766
- msgstr "Add Ons of module %s"
1767
-
1768
- #: templates/debug.php:502
1769
- msgid "Users"
1770
- msgstr "Users"
1771
-
1772
- #: templates/debug.php:509
1773
- msgid "Verified"
1774
- msgstr "Verified"
1775
-
1776
- #: templates/debug.php:551
1777
- msgid "%s Licenses"
1778
- msgstr "%s Licenses"
1779
-
1780
- #: templates/debug.php:556
1781
- msgid "Plugin ID"
1782
- msgstr "Plugin ID"
1783
-
1784
- #: templates/debug.php:558
1785
- msgid "Plan ID"
1786
- msgstr "Plan ID"
1787
-
1788
- #: templates/debug.php:559
1789
- msgid "Quota"
1790
- msgstr "Quota"
1791
-
1792
- #: templates/debug.php:560
1793
- msgid "Activated"
1794
- msgstr "Activated"
1795
-
1796
- #: templates/debug.php:561
1797
- msgid "Blocking"
1798
- msgstr "Blocking"
1799
-
1800
- #: templates/debug.php:563
1801
- msgctxt "as expiration date"
1802
- msgid "Expiration"
1803
- msgstr "Expiration"
1804
-
1805
- #: templates/debug.php:590
1806
- msgid "Debug Log"
1807
- msgstr "Debug Log"
1808
-
1809
- #: templates/debug.php:594
1810
- msgid "All Types"
1811
- msgstr "All Types"
1812
-
1813
- #: templates/debug.php:601
1814
- msgid "All Requests"
1815
- msgstr "All Requests"
1816
-
1817
- #: templates/debug.php:606, templates/debug.php:635, templates/debug/logger.php:25
1818
- msgid "File"
1819
- msgstr "File"
1820
-
1821
- #: templates/debug.php:607, templates/debug.php:633, templates/debug/logger.php:23
1822
- msgid "Function"
1823
- msgstr "Function"
1824
-
1825
- #: templates/debug.php:608
1826
- msgid "Process ID"
1827
- msgstr "Process ID"
1828
-
1829
- #: templates/debug.php:609
1830
- msgid "Logger"
1831
- msgstr "Logger"
1832
-
1833
- #: templates/debug.php:610, templates/debug.php:634, templates/debug/logger.php:24
1834
- msgid "Message"
1835
- msgstr "Message"
1836
-
1837
- #: templates/debug.php:612
1838
- msgid "Filter"
1839
- msgstr "Filter"
1840
-
1841
- #: templates/debug.php:620
1842
- msgid "Download"
1843
- msgstr "Download"
1844
-
1845
- #: templates/debug.php:631, templates/debug/logger.php:22
1846
- msgid "Type"
1847
- msgstr "Type"
1848
-
1849
- #: templates/debug.php:636, templates/debug/logger.php:26
1850
- msgid "Timestamp"
1851
- msgstr "Timestamp"
1852
-
1853
- #: templates/secure-https-header.php:28
1854
- msgid "Secure HTTPS %s page, running from an external domain"
1855
- msgstr "Secure HTTPS %s page, running from an external domain"
1856
-
1857
- #: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
1858
- msgid "Support"
1859
- msgstr "Support"
1860
-
1861
- #: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
1862
- msgctxt "milliseconds"
1863
- msgid "ms"
1864
- msgstr "ms"
1865
-
1866
- #: includes/debug/debug-bar-start.php:41
1867
- msgid "Freemius API"
1868
- msgstr "Freemius API"
1869
-
1870
- #: includes/debug/debug-bar-start.php:42
1871
- msgid "Requests"
1872
- msgstr "Requests"
1873
-
1874
- #: templates/account/billing.php:22
1875
- msgctxt "verb"
1876
- msgid "Update"
1877
- msgstr "Update"
1878
-
1879
- #: templates/account/billing.php:33
1880
- msgid "Billing"
1881
- msgstr "Billing"
1882
-
1883
- #: templates/account/billing.php:38, templates/account/billing.php:38
1884
- msgid "Business name"
1885
- msgstr "Business name"
1886
-
1887
- #: templates/account/billing.php:39, templates/account/billing.php:39
1888
- msgid "Tax / VAT ID"
1889
- msgstr "Tax / VAT ID"
1890
-
1891
- #: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
1892
- msgid "Address Line %d"
1893
- msgstr "Address Line %d"
1894
-
1895
- #: templates/account/billing.php:46, templates/account/billing.php:46
1896
- msgid "City"
1897
- msgstr "City"
1898
-
1899
- #: templates/account/billing.php:46, templates/account/billing.php:46
1900
- msgid "Town"
1901
- msgstr "Town"
1902
-
1903
- #: templates/account/billing.php:47, templates/account/billing.php:47
1904
- msgid "ZIP / Postal Code"
1905
- msgstr "ZIP / Postal Code"
1906
-
1907
- #: templates/account/billing.php:302
1908
- msgid "Country"
1909
- msgstr "Country"
1910
-
1911
- #: templates/account/billing.php:304
1912
- msgid "Select Country"
1913
- msgstr "Select Country"
1914
-
1915
- #: templates/account/billing.php:311, templates/account/billing.php:312
1916
- msgid "State"
1917
- msgstr "State"
1918
-
1919
- #: templates/account/billing.php:311, templates/account/billing.php:312
1920
- msgid "Province"
1921
- msgstr "Province"
1922
-
1923
- #: templates/account/payments.php:29
1924
- msgid "Payments"
1925
- msgstr "Payments"
1926
-
1927
- #: templates/account/payments.php:36
1928
- msgid "Date"
1929
- msgstr "Date"
1930
-
1931
- #: templates/account/payments.php:37
1932
- msgid "Amount"
1933
- msgstr "Amount"
1934
-
1935
- #: templates/account/payments.php:38, templates/account/payments.php:50
1936
- msgid "Invoice"
1937
- msgstr "Invoice"
1938
-
1939
- #: templates/debug/api-calls.php:56
1940
- msgid "API"
1941
- msgstr "API"
1942
-
1943
- #: templates/debug/api-calls.php:68
1944
- msgid "Method"
1945
- msgstr "Method"
1946
-
1947
- #: templates/debug/api-calls.php:69
1948
- msgid "Code"
1949
- msgstr "Code"
1950
-
1951
- #: templates/debug/api-calls.php:70
1952
- msgid "Length"
1953
- msgstr "Length"
1954
-
1955
- #: templates/debug/api-calls.php:71
1956
- msgctxt "as file/folder path"
1957
- msgid "Path"
1958
- msgstr "Path"
1959
-
1960
- #: templates/debug/api-calls.php:73
1961
- msgid "Body"
1962
- msgstr "Body"
1963
-
1964
- #: templates/debug/api-calls.php:75
1965
- msgid "Result"
1966
- msgstr "Result"
1967
-
1968
- #: templates/debug/api-calls.php:76
1969
- msgid "Start"
1970
- msgstr "Start"
1971
-
1972
- #: templates/debug/api-calls.php:77
1973
- msgid "End"
1974
- msgstr "End"
1975
-
1976
- #: templates/debug/logger.php:15
1977
- msgid "Log"
1978
- msgstr "Log"
1979
-
1980
- #. translators: %s: time period (e.g. In "2 hours")
1981
- #: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
1982
- msgid "In %s"
1983
- msgstr "In %s"
1984
-
1985
- #. translators: %s: time period (e.g. "2 hours" ago)
1986
- #: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
1987
- msgid "%s ago"
1988
- msgstr "%s ago"
1989
-
1990
- #: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
1991
- msgctxt "seconds"
1992
- msgid "sec"
1993
- msgstr "sec"
1994
-
1995
- #: templates/debug/plugins-themes-sync.php:23
1996
- msgid "Plugins & Themes Sync"
1997
- msgstr "Plugins & Themes Sync"
1998
-
1999
- #: templates/debug/plugins-themes-sync.php:28
2000
- msgid "Total"
2001
- msgstr "Total"
2002
-
2003
- #: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
2004
- msgid "Last"
2005
- msgstr "Last"
2006
-
2007
- #: templates/debug/scheduled-crons.php:76
2008
- msgid "Scheduled Crons"
2009
- msgstr "Scheduled Crons"
2010
-
2011
- #: templates/debug/scheduled-crons.php:81
2012
- msgid "Module"
2013
- msgstr "Module"
2014
-
2015
- #: templates/debug/scheduled-crons.php:82
2016
- msgid "Module Type"
2017
- msgstr "Module Type"
2018
-
2019
- #: templates/debug/scheduled-crons.php:83
2020
- msgid "Cron Type"
2021
- msgstr "Cron Type"
2022
-
2023
- #: templates/debug/scheduled-crons.php:85
2024
- msgid "Next"
2025
- msgstr "Next"
2026
-
2027
- #: templates/forms/affiliation.php:82
2028
- msgid "Non-expiring"
2029
- msgstr "Non-expiring"
2030
-
2031
- #: templates/forms/affiliation.php:85
2032
- msgid "Apply to become an affiliate"
2033
- msgstr "Apply to become an affiliate"
2034
-
2035
- #: templates/forms/affiliation.php:104
2036
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2037
- msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2038
-
2039
- #: templates/forms/affiliation.php:119
2040
- 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."
2041
- msgstr "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."
2042
-
2043
- #: templates/forms/affiliation.php:122
2044
- msgid "Your affiliation account was temporarily suspended."
2045
- msgstr "Your affiliation account was temporarily suspended."
2046
-
2047
- #: templates/forms/affiliation.php:125
2048
- 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."
2049
- msgstr "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."
2050
-
2051
- #: templates/forms/affiliation.php:128
2052
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2053
- msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2054
-
2055
- #: templates/forms/affiliation.php:141
2056
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2057
- msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2058
-
2059
- #: templates/forms/affiliation.php:142
2060
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2061
- msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2062
-
2063
- #: templates/forms/affiliation.php:145
2064
- msgid "Program Summary"
2065
- msgstr "Program Summary"
2066
-
2067
- #: templates/forms/affiliation.php:147
2068
- msgid "%s commission when a customer purchases a new license."
2069
- msgstr "%s commission when a customer purchases a new license."
2070
-
2071
- #: templates/forms/affiliation.php:149
2072
- msgid "Get commission for automated subscription renewals."
2073
- msgstr "Get commission for automated subscription renewals."
2074
-
2075
- #: templates/forms/affiliation.php:152
2076
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2077
- msgstr "%s tracking cookie after the first visit to maximize earnings potential."
2078
-
2079
- #: templates/forms/affiliation.php:155
2080
- msgid "Unlimited commissions."
2081
- msgstr "Unlimited commissions."
2082
-
2083
- #: templates/forms/affiliation.php:157
2084
- msgid "%s minimum payout amount."
2085
- msgstr "%s minimum payout amount."
2086
-
2087
- #: templates/forms/affiliation.php:158
2088
- msgid "Payouts are in USD and processed monthly via PayPal."
2089
- msgstr "Payouts are in USD and processed monthly via PayPal."
2090
-
2091
- #: templates/forms/affiliation.php:159
2092
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2093
- msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2094
-
2095
- #: templates/forms/affiliation.php:162
2096
- msgid "Affiliate"
2097
- msgstr "Affiliate"
2098
-
2099
- #: templates/forms/affiliation.php:165, templates/forms/resend-key.php:23
2100
- msgid "Email address"
2101
- msgstr "Email address"
2102
-
2103
- #: templates/forms/affiliation.php:169
2104
- msgid "Full name"
2105
- msgstr "Full name"
2106
-
2107
- #: templates/forms/affiliation.php:173
2108
- msgid "PayPal account email address"
2109
- msgstr "PayPal account email address"
2110
-
2111
- #: templates/forms/affiliation.php:177
2112
- msgid "Where are you going to promote the %s?"
2113
- msgstr "Where are you going to promote the %s?"
2114
-
2115
- #: templates/forms/affiliation.php:179
2116
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2117
- msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
2118
-
2119
- #: templates/forms/affiliation.php:181
2120
- msgid "Add another domain"
2121
- msgstr "Add another domain"
2122
-
2123
- #: templates/forms/affiliation.php:185
2124
- msgid "Extra Domains"
2125
- msgstr "Extra Domains"
2126
-
2127
- #: templates/forms/affiliation.php:186
2128
- msgid "Extra domains where you will be marketing the product from."
2129
- msgstr "Extra domains where you will be marketing the product from."
2130
-
2131
- #: templates/forms/affiliation.php:196
2132
- msgid "Promotion methods"
2133
- msgstr "Promotion methods"
2134
-
2135
- #: templates/forms/affiliation.php:199
2136
- msgid "Social media (Facebook, Twitter, etc.)"
2137
- msgstr "Social media (Facebook, Twitter, etc.)"
2138
-
2139
- #: templates/forms/affiliation.php:203
2140
- msgid "Mobile apps"
2141
- msgstr "Mobile apps"
2142
-
2143
- #: templates/forms/affiliation.php:207
2144
- msgid "Website, email, and social media statistics (optional)"
2145
- msgstr "Website, email, and social media statistics (optional)"
2146
-
2147
- #: templates/forms/affiliation.php:210
2148
- 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)."
2149
- msgstr "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)."
2150
-
2151
- #: templates/forms/affiliation.php:214
2152
- msgid "How will you promote us?"
2153
- msgstr "How will you promote us?"
2154
-
2155
- #: templates/forms/affiliation.php:217
2156
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2157
- msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
2158
-
2159
- #: templates/forms/affiliation.php:223, templates/forms/resend-key.php:22
2160
- msgid "Cancel"
2161
- msgstr "Cancel"
2162
-
2163
- #: templates/forms/affiliation.php:225
2164
- msgid "Become an affiliate"
2165
- msgstr "Become an affiliate"
2166
-
2167
- #: templates/forms/data-debug-mode.php:25
2168
- msgid "Please enter the license key to enable the debug mode:"
2169
- msgstr "Please enter the license key to enable the debug mode:"
2170
-
2171
- #: templates/forms/data-debug-mode.php:27
2172
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2173
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2174
-
2175
- #: templates/forms/data-debug-mode.php:32
2176
- msgid "Submit"
2177
- msgstr "Submit"
2178
-
2179
- #: templates/forms/data-debug-mode.php:36
2180
- msgid "User key"
2181
- msgstr "User key"
2182
-
2183
- #: templates/forms/license-activation.php:23
2184
- msgid "Please enter the license key that you received in the email right after the purchase:"
2185
- msgstr "Please enter the license key that you received in the email right after the purchase:"
2186
-
2187
- #: templates/forms/license-activation.php:28
2188
- msgid "Update License"
2189
- msgstr "Update License"
2190
-
2191
- #: templates/forms/optout.php:30
2192
- msgctxt "verb"
2193
- msgid "Opt Out"
2194
- msgstr "Opt Out"
2195
-
2196
- #: templates/forms/optout.php:31
2197
- msgctxt "verb"
2198
- msgid "Opt In"
2199
- msgstr "Opt In"
2200
-
2201
- #: templates/forms/optout.php:33
2202
- 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."
2203
- msgstr "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."
2204
-
2205
- #: templates/forms/optout.php:35
2206
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2207
- msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2208
-
2209
- #: templates/forms/premium-versions-upgrade-handler.php:40
2210
- msgid "There is a new version of %s available."
2211
- msgstr "There is a new version of %s available."
2212
-
2213
- #: templates/forms/premium-versions-upgrade-handler.php:41
2214
- msgid " %s to access version %s security & feature updates, and support."
2215
- msgstr " %s to access version %s security & feature updates, and support."
2216
-
2217
- #: templates/forms/premium-versions-upgrade-handler.php:54
2218
- msgid "New Version Available"
2219
- msgstr "New Version Available"
2220
-
2221
- #: templates/forms/premium-versions-upgrade-handler.php:75
2222
- msgctxt "close a window"
2223
- msgid "Dismiss"
2224
- msgstr "Dismiss"
2225
-
2226
- #: templates/forms/resend-key.php:21
2227
- msgid "Send License Key"
2228
- msgstr "Send License Key"
2229
-
2230
- #: templates/forms/resend-key.php:57
2231
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2232
- msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
2233
-
2234
- #: templates/forms/subscription-cancellation.php:37
2235
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2236
- msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2237
-
2238
- #: templates/forms/subscription-cancellation.php:47
2239
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2240
- msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2241
-
2242
- #: templates/forms/subscription-cancellation.php:52
2243
- msgid "license"
2244
- msgstr "license"
2245
-
2246
- #: templates/forms/subscription-cancellation.php:57
2247
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2248
- msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2249
-
2250
- #: templates/forms/subscription-cancellation.php:68
2251
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2252
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2253
-
2254
- #: templates/forms/subscription-cancellation.php:103
2255
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2256
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2257
-
2258
- #: templates/forms/subscription-cancellation.php:136
2259
- msgid "Cancel %s?"
2260
- msgstr "Cancel %s?"
2261
-
2262
- #: templates/forms/subscription-cancellation.php:143
2263
- msgid "Proceed"
2264
- msgstr "Proceed"
2265
-
2266
- #: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:171
2267
- msgid "Cancel %s & Proceed"
2268
- msgstr "Cancel %s & Proceed"
2269
-
2270
- #: templates/forms/trial-start.php:22
2271
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2272
- msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2273
-
2274
- #: templates/forms/trial-start.php:28
2275
- 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."
2276
- msgstr "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."
2277
-
2278
- #: templates/js/style-premium-theme.php:39
2279
- msgid "Premium"
2280
- msgstr "Premium"
2281
-
2282
- #: templates/js/style-premium-theme.php:42
2283
- msgid "Beta"
2284
- msgstr "Beta"
2285
-
2286
- #: templates/partials/network-activation.php:27
2287
- msgid "Activate license on all sites in the network."
2288
- msgstr "Activate license on all sites in the network."
2289
-
2290
- #: templates/partials/network-activation.php:28
2291
- msgid "Apply on all sites in the network."
2292
- msgstr "Apply on all sites in the network."
2293
-
2294
- #: templates/partials/network-activation.php:31
2295
- msgid "Activate license on all pending sites."
2296
- msgstr "Activate license on all pending sites."
2297
-
2298
- #: templates/partials/network-activation.php:32
2299
- msgid "Apply on all pending sites."
2300
- msgstr "Apply on all pending sites."
2301
-
2302
- #: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
2303
- msgid "allow"
2304
- msgstr "allow"
2305
-
2306
- #: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
2307
- msgid "delegate"
2308
- msgstr "delegate"
2309
-
2310
- #: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
2311
- msgid "skip"
2312
- msgstr "skip"
2313
-
2314
- #: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
2315
- msgid "Click to view full-size screenshot %d"
2316
- msgstr "Click to view full-size screenshot %d"
2317
-
2318
- #: templates/plugin-info/features.php:56
2319
- msgid "Unlimited Updates"
2320
- msgstr "Unlimited Updates"
2321
-
2322
- #: templates/account/partials/activate-license-button.php:46
2323
- msgid "Localhost"
2324
- msgstr "Localhost"
2325
-
2326
- #: templates/account/partials/activate-license-button.php:50
2327
- msgctxt "as 5 licenses left"
2328
- msgid "%s left"
2329
- msgstr "%s left"
2330
-
2331
- #: templates/account/partials/activate-license-button.php:51
2332
- msgid "Last license"
2333
- msgstr "Last license"
2334
-
2335
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
2336
- #: templates/account/partials/addon.php:29
2337
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2338
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2339
-
2340
- #: templates/account/partials/addon.php:185
2341
- msgid "Cancelled"
2342
- msgstr "Cancelled"
2343
-
2344
- #: templates/account/partials/addon.php:195
2345
- msgid "No expiration"
2346
- msgstr "No expiration"
2347
-
2348
- #: templates/account/partials/site.php:189
2349
- msgid "Owner Name"
2350
- msgstr "Owner Name"
2351
-
2352
- #: templates/account/partials/site.php:201
2353
- msgid "Owner Email"
2354
- msgstr "Owner Email"
2355
-
2356
- #: templates/account/partials/site.php:213
2357
- msgid "Owner ID"
2358
- msgstr "Owner ID"
2359
-
2360
- #: templates/account/partials/site.php:286
2361
- msgid "Subscription"
2362
- msgstr "Subscription"
2363
-
2364
- #: templates/forms/deactivation/contact.php:19
2365
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2366
- msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
2367
-
2368
- #: templates/forms/deactivation/contact.php:22
2369
- msgid "Contact Support"
2370
- msgstr "Contact Support"
2371
-
2372
- #: templates/forms/deactivation/form.php:64
2373
- msgid "Anonymous feedback"
2374
- msgstr "Anonymous feedback"
2375
-
2376
- #: templates/forms/deactivation/form.php:70
2377
- msgid "Deactivate"
2378
- msgstr "Deactivate"
2379
-
2380
- #: templates/forms/deactivation/form.php:72
2381
- msgid "Activate %s"
2382
- msgstr "Activate %s"
2383
-
2384
- #: templates/forms/deactivation/form.php:87
2385
- msgid "Quick Feedback"
2386
- msgstr "Quick Feedback"
2387
-
2388
- #: templates/forms/deactivation/form.php:91
2389
- msgid "If you have a moment, please let us know why you are %s"
2390
- msgstr "If you have a moment, please let us know why you are %s"
2391
-
2392
- #: templates/forms/deactivation/form.php:91
2393
- msgid "deactivating"
2394
- msgstr "deactivating"
2395
-
2396
- #: templates/forms/deactivation/form.php:91
2397
- msgid "switching"
2398
- msgstr "switching"
2399
-
2400
- #: templates/forms/deactivation/form.php:365
2401
- msgid "Submit & %s"
2402
- msgstr "Submit & %s"
2403
-
2404
- #: templates/forms/deactivation/form.php:386
2405
- msgid "Kindly tell us the reason so we can improve."
2406
- msgstr "Kindly tell us the reason so we can improve."
2407
-
2408
- #: templates/forms/deactivation/form.php:511
2409
- msgid "Yes - %s"
2410
- msgstr "Yes - %s"
2411
-
2412
- #: templates/forms/deactivation/form.php:518
2413
- msgid "Skip & %s"
2414
- msgstr "Skip & %s"
2415
-
2416
- #: templates/forms/deactivation/retry-skip.php:21
2417
- msgid "Click here to use the plugin anonymously"
2418
- msgstr "Click here to use the plugin anonymously"
2419
-
2420
- #: templates/forms/deactivation/retry-skip.php:23
2421
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2422
- msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-es_ES.mo CHANGED
Binary file
freemius/languages/freemius-es_ES.po DELETED
@@ -1,2546 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Carlos Longarela <carlos@longarela.eu>, 2017-2018
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: WordPress SDK\n"
8
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
- "Language: es_ES\n"
13
- "Language-Team: Spanish (Spain) (http://www.transifex.com/freemius/wordpress-sdk/language/es_ES/)\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "MIME-Version: 1.0\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "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"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
-
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
26
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
-
28
- #: includes/class-freemius.php:1887
29
- msgid "Would you like to proceed with the update?"
30
- msgstr "Would you like to proceed with the update?"
31
-
32
- #: includes/class-freemius.php:2095
33
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
- msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
35
-
36
- #: includes/class-freemius.php:2097
37
- msgid "Error"
38
- msgstr "Error"
39
-
40
- #: includes/class-freemius.php:2491
41
- msgid "I found a better %s"
42
- msgstr "He encontrado un %s mejor"
43
-
44
- #: includes/class-freemius.php:2493
45
- msgid "What's the %s's name?"
46
- msgstr "¿Cuál es el nombre de %s?"
47
-
48
- #: includes/class-freemius.php:2499
49
- msgid "It's a temporary %s. I'm just debugging an issue."
50
- msgstr "Es una %stemporal . Sólo estoy depurando un problema"
51
-
52
- #: includes/class-freemius.php:2501
53
- msgid "Deactivation"
54
- msgstr "Desactivación"
55
-
56
- #: includes/class-freemius.php:2502
57
- msgid "Theme Switch"
58
- msgstr "Cambiar tema"
59
-
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
61
- msgid "Other"
62
- msgstr "Otra"
63
-
64
- #: includes/class-freemius.php:2519
65
- msgid "I no longer need the %s"
66
- msgstr "Ya no necesito el %s"
67
-
68
- #: includes/class-freemius.php:2526
69
- msgid "I only needed the %s for a short period"
70
- msgstr "Sólo necesitaba la %s por un corto período"
71
-
72
- #: includes/class-freemius.php:2532
73
- msgid "The %s broke my site"
74
- msgstr "%s ha roto mi sitio"
75
-
76
- #: includes/class-freemius.php:2539
77
- msgid "The %s suddenly stopped working"
78
- msgstr "%s de repente ha dejado de funcionar"
79
-
80
- #: includes/class-freemius.php:2549
81
- msgid "I can't pay for it anymore"
82
- msgstr "No puedo pagarlo durante más tiempo"
83
-
84
- #: includes/class-freemius.php:2551
85
- msgid "What price would you feel comfortable paying?"
86
- msgstr "¿Con qué precio te sentirías cómodo pagando?"
87
-
88
- #: includes/class-freemius.php:2557
89
- msgid "I don't like to share my information with you"
90
- msgstr "No me gusta compartir mi información contigo"
91
-
92
- #: includes/class-freemius.php:2578
93
- msgid "The %s didn't work"
94
- msgstr "El %s no funcionaba"
95
-
96
- #: includes/class-freemius.php:2588
97
- msgid "I couldn't understand how to make it work"
98
- msgstr "No entiendo cómo hacerlo funcionar"
99
-
100
- #: includes/class-freemius.php:2596
101
- msgid "The %s is great, but I need specific feature that you don't support"
102
- msgstr "%s es genial, pero necesito una característica que no soportáis"
103
-
104
- #: includes/class-freemius.php:2598
105
- msgid "What feature?"
106
- msgstr "¿Qué característica?"
107
-
108
- #: includes/class-freemius.php:2602
109
- msgid "The %s is not working"
110
- msgstr " El %s no funciona"
111
-
112
- #: includes/class-freemius.php:2604
113
- msgid "Kindly share what didn't work so we can fix it for future users..."
114
- msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
115
-
116
- #: includes/class-freemius.php:2608
117
- msgid "It's not what I was looking for"
118
- msgstr "No es lo que estaba buscando"
119
-
120
- #: includes/class-freemius.php:2610
121
- msgid "What you've been looking for?"
122
- msgstr "¿Que has estado buscando?"
123
-
124
- #: includes/class-freemius.php:2614
125
- msgid "The %s didn't work as expected"
126
- msgstr " El %s no funciona como esperaba"
127
-
128
- #: includes/class-freemius.php:2616
129
- msgid "What did you expect?"
130
- msgstr "¿Qué esperas?"
131
-
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
- msgid "Freemius Debug"
134
- msgstr "Debug Freemius"
135
-
136
- #: includes/class-freemius.php:4223
137
- msgid "I don't know what is cURL or how to install it, help me!"
138
- msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
139
-
140
- #: includes/class-freemius.php:4225
141
- 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."
142
- msgstr "Nos aseguraremos de ponernos en contacto con tu empresa de alojamiento web y resolver el problema. Recibirás un correo electrónico de seguimiento a %s tan pronto tengamos una actualización."
143
-
144
- #: includes/class-freemius.php:4232
145
- 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."
146
- msgstr "Genial, por favor instala cURL y habilítalo en el archivo php.ini. Además, busca la directiva 'disable_functions' en el archivo php.ini y quita cualquier método que comienza con 'curl_'. Para asegurarte de que se activó con éxito, utiliza 'phpinfo()'. Una vez activado, desactiva el %s y reactívalo de nuevo."
147
-
148
- #: includes/class-freemius.php:4337
149
- msgid "Yes - do your thing"
150
- msgstr "Vamos, adelante"
151
-
152
- #: includes/class-freemius.php:4342
153
- msgid "No - just deactivate"
154
- msgstr "No - sólo desactivar"
155
-
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
- msgctxt "exclamation"
165
- msgid "Oops"
166
- msgstr "Oops"
167
-
168
- #: includes/class-freemius.php:4456
169
- 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."
170
- msgstr "¡Gracias por darnos la oportunidad de arreglarlo! Acabamos de enviar un mensaje a nuestro personal técnico. Nos pondremos en contacto contigo tan pronto como tengamos una actualización de %s. Apreciamos tu paciencia."
171
-
172
- #: includes/class-freemius.php:4878
173
- msgctxt "addonX cannot run without pluginY"
174
- msgid "%s cannot run without %s."
175
- msgstr "%s no se puede ejecutar sin %s."
176
-
177
- #: includes/class-freemius.php:4879
178
- msgctxt "addonX cannot run..."
179
- msgid "%s cannot run without the plugin."
180
- msgstr "%s no se puede ejecutar sin el plugin."
181
-
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
- msgid "Unexpected API error. Please contact the %s's author with the following error."
185
- msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
186
-
187
- #: includes/class-freemius.php:5720
188
- msgid "Premium %s version was successfully activated."
189
- msgstr "La versión Premium %s ha sido activada con éxito."
190
-
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
- msgctxt ""
193
- msgid "W00t"
194
- msgstr "W00t"
195
-
196
- #: includes/class-freemius.php:5747
197
- msgid "You have a %s license."
198
- msgstr "Tienes una licencia %s."
199
-
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
- msgctxt "interjection expressing joy or exuberance"
205
- msgid "Yee-haw"
206
- msgstr "Vaya"
207
-
208
- #: includes/class-freemius.php:6015
209
- 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."
210
- msgstr "la prueba gratuita de %s fue cancelada con éxito. Puesto que el complemento es sólo premium se desactivó automáticamente. Si quieres utilizarlo en el futuro, deberás comprar una licencia."
211
-
212
- #: includes/class-freemius.php:6019
213
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
- msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
215
-
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
- #: templates/account/partials/addon.php:381
218
- msgid "More information about %s"
219
- msgstr "Más información sobre %s"
220
-
221
- #: includes/class-freemius.php:6029
222
- msgid "Purchase License"
223
- msgstr "Comprar licencia"
224
-
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
- 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."
227
- msgstr "Recibirás un correo de activación para %s en tu buzón en %s. Por favor, asegúrate de hacer clic en el botón de activación en ese correo electrónico para %s."
228
-
229
- #: includes/class-freemius.php:6968
230
- msgid "start the trial"
231
- msgstr "comenzar el período de prueba"
232
-
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
- msgid "complete the install"
235
- msgstr "completar la instalación"
236
-
237
- #: includes/class-freemius.php:7081
238
- msgid "You are just one step away - %s"
239
- msgstr "Estás a sólo un paso - %s"
240
-
241
- #: includes/class-freemius.php:7084
242
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
- msgid "Complete \"%s\" Activation Now"
244
- msgstr "Completar la activación de \"%s\" ahora"
245
-
246
- #: includes/class-freemius.php:7162
247
- msgid "We made a few tweaks to the %s, %s"
248
- msgstr "Hemos realizado algunas optimizaciones al %s, %s"
249
-
250
- #: includes/class-freemius.php:7166
251
- msgid "Opt in to make \"%s\" better!"
252
- msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
253
-
254
- #: includes/class-freemius.php:7598
255
- msgid "The upgrade of %s was successfully completed."
256
- msgstr "La actualización de %s se completó con éxito."
257
-
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
- #: templates/auto-installation.php:32
262
- msgid "Add-On"
263
- msgstr "Complemento"
264
-
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
- msgid "Plugin"
268
- msgstr "Plugin"
269
-
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
- #: templates/forms/deactivation/form.php:71
273
- msgid "Theme"
274
- msgstr "Tema"
275
-
276
- #: includes/class-freemius.php:12596
277
- msgid "An unknown error has occurred while trying to set the user's beta mode."
278
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
-
280
- #: includes/class-freemius.php:13020
281
- msgid "Invalid site details collection."
282
- msgstr "Colección de detalles del sitio no válida."
283
-
284
- #: includes/class-freemius.php:13140
285
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
- msgstr "No podemos encontrar tu dirección de correo electrónico en el sistema, ¿estás seguro de que es la dirección de correo electrónico correcta?"
287
-
288
- #: includes/class-freemius.php:13142
289
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
- msgstr "No vemos ninguna licencia activa asociada a esa dirección de correo electrónico, ¿estás seguro de que es la dirección de correo electrónico correcta?"
291
-
292
- #: includes/class-freemius.php:13416
293
- msgid "Account is pending activation."
294
- msgstr "La cuenta está pendiente de activación"
295
-
296
- #: includes/class-freemius.php13528,
297
- #: templates/forms/premium-versions-upgrade-handler.php:47
298
- msgid "Buy a license now"
299
- msgstr "Compra una licencia ahora"
300
-
301
- #: includes/class-freemius.php13540,
302
- #: templates/forms/premium-versions-upgrade-handler.php:46
303
- msgid "Renew your license now"
304
- msgstr "Renueva tu licencia ahora"
305
-
306
- #: includes/class-freemius.php:13544
307
- msgid "%s to access version %s security & feature updates, and support."
308
- msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
309
-
310
- #: includes/class-freemius.php:15957
311
- msgid "%s activation was successfully completed."
312
- msgstr "%s activación se completó con éxito."
313
-
314
- #: includes/class-freemius.php:15971
315
- msgid "Your account was successfully activated with the %s plan."
316
- msgstr "Tu cuenta se ha activado correctamente con el plan %s."
317
-
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
- msgid "Your trial has been successfully started."
320
- msgstr "Tu versión de prueba se ha iniciado con éxito."
321
-
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
- msgid "Couldn't activate %s."
325
- msgstr "No se puede activar %s."
326
-
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
- msgid "Please contact us with the following message:"
330
- msgstr "Por favor contáctanos con el siguiente mensaje:"
331
-
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
- msgid "An unknown error has occurred."
334
- msgstr "An unknown error has occurred."
335
-
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
- msgid "Upgrade"
338
- msgstr "Actualizar"
339
-
340
- #: includes/class-freemius.php:17174
341
- msgid "Start Trial"
342
- msgstr "Comenzar el período de prueba"
343
-
344
- #: includes/class-freemius.php:17176
345
- msgid "Pricing"
346
- msgstr "Precio"
347
-
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
- msgid "Affiliation"
350
- msgstr "Afiliación"
351
-
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
- msgid "Account"
355
- msgstr "Cuenta"
356
-
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
- #: includes/customizer/class-fs-customizer-support-section.php:60
359
- msgid "Contact Us"
360
- msgstr "Contáctanos"
361
-
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
- #: templates/account/partials/addon.php:44
365
- msgid "Add-Ons"
366
- msgstr "Complementos"
367
-
368
- #: includes/class-freemius.php:17351
369
- msgctxt "ASCII arrow left icon"
370
- msgid "&#x2190;"
371
- msgstr "&#x2190;"
372
-
373
- #: includes/class-freemius.php:17351
374
- msgctxt "ASCII arrow right icon"
375
- msgid "&#x27a4;"
376
- msgstr "&#x27a4;"
377
-
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
- msgctxt "noun"
380
- msgid "Pricing"
381
- msgstr "Precio"
382
-
383
- #: includes/class-freemius.php17566,
384
- #: includes/customizer/class-fs-customizer-support-section.php:67
385
- msgid "Support Forum"
386
- msgstr "Foro de soporte"
387
-
388
- #: includes/class-freemius.php:18536
389
- msgid "Your email has been successfully verified - you are AWESOME!"
390
- msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
391
-
392
- #: includes/class-freemius.php:18537
393
- msgctxt "a positive response"
394
- msgid "Right on"
395
- msgstr "Bien hecho"
396
-
397
- #: includes/class-freemius.php:19041
398
- msgid "seems like the key you entered doesn't match our records."
399
- msgstr "seems like the key you entered doesn't match our records."
400
-
401
- #: includes/class-freemius.php:19065
402
- 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."
403
- msgstr "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."
404
-
405
- #: includes/class-freemius.php:19283
406
- msgid "Your %s Add-on plan was successfully upgraded."
407
- msgstr "Tu complemento %s del plan se actualizó con éxito."
408
-
409
- #: includes/class-freemius.php:19285
410
- msgid "%s Add-on was successfully purchased."
411
- msgstr "El complemento %s ha sido comprado correctamente."
412
-
413
- #: includes/class-freemius.php:19288
414
- msgid "Download the latest version"
415
- msgstr "Descargar la última versión"
416
-
417
- #: includes/class-freemius.php:19374
418
- 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"
419
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
-
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
- msgid "Error received from the server:"
424
- msgstr "Error recibido del servidor:"
425
-
426
- #: includes/class-freemius.php:19390
427
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
- msgstr "Parece que uno de los parámetros de autenticación es incorrecto. Actualiza tu clave pública, clave secreta e ID de usuario e inténtelo de nuevo."
429
-
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
- msgctxt ""
433
- msgid "Hmm"
434
- msgstr "Hmm"
435
-
436
- #: includes/class-freemius.php:19617
437
- 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."
438
- msgstr "Parece que todavía estás en el plan %s. Si actualizaste o cambiaste tu plan, probablemente sea un problema de nuestra parte - lo sentimos."
439
-
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
- msgctxt "trial period"
443
- msgid "Trial"
444
- msgstr "Período de Prueba Gratuito"
445
-
446
- #: includes/class-freemius.php:19623
447
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
- msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
449
-
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
- msgid "Please contact us here"
452
- msgstr "Contacta aquí con nosotros"
453
-
454
- #: includes/class-freemius.php:19638
455
- msgid "Your plan was successfully activated."
456
- msgstr "Your plan was successfully activated."
457
-
458
- #: includes/class-freemius.php:19639
459
- msgid "Your plan was successfully upgraded."
460
- msgstr "Tu plan se actualizó con éxito."
461
-
462
- #: includes/class-freemius.php:19656
463
- msgid "Your plan was successfully changed to %s."
464
- msgstr "Tu plan se cambió correctamente a %s."
465
-
466
- #: includes/class-freemius.php:19672
467
- msgid "Your license has expired. You can still continue using the free %s forever."
468
- msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
469
-
470
- #: includes/class-freemius.php:19674
471
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
- msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
473
-
474
- #: includes/class-freemius.php:19682
475
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
- msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
477
-
478
- #: includes/class-freemius.php:19695
479
- 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."
480
- msgstr "Tu licencia ha caducado. Todavía puedes seguir usando todas las funciones de %s, pero tendrás que renovar tu licencia para seguir recibiendo actualizaciones y soporte."
481
-
482
- #: includes/class-freemius.php:19721
483
- msgid "Your free trial has expired. You can still continue using all our free features."
484
- msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
485
-
486
- #: includes/class-freemius.php:19723
487
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
- msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
489
-
490
- #: includes/class-freemius.php:19831
491
- msgid "It looks like the license could not be activated."
492
- msgstr "Parece que la licencia no se pudo activar."
493
-
494
- #: includes/class-freemius.php:19873
495
- msgid "Your license was successfully activated."
496
- msgstr "Tu licencia fue activada correctamente."
497
-
498
- #: includes/class-freemius.php:19899
499
- msgid "It looks like your site currently doesn't have an active license."
500
- msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
501
-
502
- #: includes/class-freemius.php:19923
503
- msgid "It looks like the license deactivation failed."
504
- msgstr "Parece que la desactivación de licencia ha fallado."
505
-
506
- #: includes/class-freemius.php:19951
507
- msgid "Your license was successfully deactivated, you are back to the %s plan."
508
- msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
509
-
510
- #: includes/class-freemius.php:19952
511
- msgid "O.K"
512
- msgstr "O.K"
513
-
514
- #: includes/class-freemius.php:20005
515
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
- msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
517
-
518
- #: includes/class-freemius.php:20014
519
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
- msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
521
-
522
- #: includes/class-freemius.php:20056
523
- msgid "You are already running the %s in a trial mode."
524
- msgstr "Estás ejecutando %s en modo de prueba."
525
-
526
- #: includes/class-freemius.php:20067
527
- msgid "You already utilized a trial before."
528
- msgstr "Ya utilizaste un período de prueba antes."
529
-
530
- #: includes/class-freemius.php:20081
531
- msgid "Plan %s do not exist, therefore, can't start a trial."
532
- msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
533
-
534
- #: includes/class-freemius.php:20092
535
- msgid "Plan %s does not support a trial period."
536
- msgstr "El plan %s no admite un período de prueba."
537
-
538
- #: includes/class-freemius.php:20103
539
- msgid "None of the %s's plans supports a trial period."
540
- msgstr "Ninguno de los planes de %s soportan un período de prueba."
541
-
542
- #: includes/class-freemius.php:20153
543
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
- msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
545
-
546
- #: includes/class-freemius.php:20189
547
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
- msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
549
-
550
- #: includes/class-freemius.php:20208
551
- msgid "Your %s free trial was successfully cancelled."
552
- msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
553
-
554
- #: includes/class-freemius.php:20524
555
- msgid "Version %s was released."
556
- msgstr "La versión %s se ha lanzado."
557
-
558
- #: includes/class-freemius.php:20524
559
- msgid "Please download %s."
560
- msgstr "Por favor descarga %s."
561
-
562
- #: includes/class-freemius.php:20531
563
- msgid "the latest %s version here"
564
- msgstr "la última versión %s aquí"
565
-
566
- #: includes/class-freemius.php:20536
567
- msgid "New"
568
- msgstr "Nuevo"
569
-
570
- #: includes/class-freemius.php:20541
571
- msgid "Seems like you got the latest release."
572
- msgstr "Parece que tienes la última versión."
573
-
574
- #: includes/class-freemius.php:20542
575
- msgid "You are all good!"
576
- msgstr "¡Está todo listo!"
577
-
578
- #: includes/class-freemius.php:20812
579
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
- msgstr "El correo de verificación se acaba de enviar a %s. Si no puedes encontrarlo después de 5 min, comprueba tu carpeta de spam."
581
-
582
- #: includes/class-freemius.php:20951
583
- msgid "Site successfully opted in."
584
- msgstr "Sitio dado de alta correctamente."
585
-
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
- msgid "Awesome"
588
- msgstr "Increíble"
589
-
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
- msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
593
-
594
- #: includes/class-freemius.php:20969
595
- msgid "Thank you!"
596
- msgstr "¡Gracias!"
597
-
598
- #: includes/class-freemius.php:20976
599
- msgid "We will no longer be sending any usage data of %s on %s to %s."
600
- msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
601
-
602
- #: includes/class-freemius.php:21105
603
- msgid "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."
604
- msgstr "Comprueba tu buzón de correo, debes recibir un correo electrónico a través de %s para confirmar el cambio de propiedad. Por razones de seguridad, debes confirmar el cambio dentro de los próximos 15 min. Si no puedes encontrar el correo electrónico, comprueba tu carpeta de correo no deseado."
605
-
606
- #: includes/class-freemius.php:21111
607
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
- msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
609
-
610
- #: includes/class-freemius.php:21116
611
- msgid "%s is the new owner of the account."
612
- msgstr "%s es el nuevo dueño de la cuenta."
613
-
614
- #: includes/class-freemius.php:21118
615
- msgctxt "as congratulations"
616
- msgid "Congrats"
617
- msgstr "Felicidades"
618
-
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Lo sentimos, no podemos completar la actualización de correo electrónico. Ya hay registrado otro usuario con esa dirección de correo electrónico."
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Cambiar propietario"
630
-
631
- #: includes/class-freemius.php:21154
632
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
- msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
634
-
635
- #: includes/class-freemius.php:21166
636
- msgid "Please provide your full name."
637
- msgstr "Por favor, dinos tu nombre completo."
638
-
639
- #: includes/class-freemius.php:21171
640
- msgid "Your name was successfully updated."
641
- msgstr "Tu nombre fue actualizado correctamente."
642
-
643
- #: includes/class-freemius.php:21232
644
- msgid "You have successfully updated your %s."
645
- msgstr "Has actualizado correctamente tu %s."
646
-
647
- #: includes/class-freemius.php:21372
648
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
- msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
650
-
651
- #: includes/class-freemius.php:21373
652
- msgctxt "advance notice of something that will need attention."
653
- msgid "Heads up"
654
- msgstr "Atención"
655
-
656
- #: includes/class-freemius.php:21832
657
- msgctxt "exclamation"
658
- msgid "Hey"
659
- msgstr "Hey"
660
-
661
- #: includes/class-freemius.php:21832
662
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
- msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
664
-
665
- #: includes/class-freemius.php:21840
666
- msgid "No commitment for %s days - cancel anytime!"
667
- msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
668
-
669
- #: includes/class-freemius.php:21841
670
- msgid "No credit card required"
671
- msgstr "No se necesita tarjeta de crédito"
672
-
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
- msgctxt "call to action"
675
- msgid "Start free trial"
676
- msgstr "Comenzar el período de prueba gratuito"
677
-
678
- #: includes/class-freemius.php:21925
679
- 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!"
680
- msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
681
-
682
- #: includes/class-freemius.php:21934
683
- msgid "Learn more"
684
- msgstr "Saber más"
685
-
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
- #: templates/account/partials/addon.php:321
690
- msgid "Activate License"
691
- msgstr "Activar licencia"
692
-
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
- #: templates/account/partials/site.php:271
696
- msgid "Change License"
697
- msgstr "Cambiar licencia"
698
-
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
- msgid "Opt Out"
701
- msgstr "Darse de baja"
702
-
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
- #: templates/account/partials/site.php49,
705
- #: templates/account/partials/site.php:169
706
- msgid "Opt In"
707
- msgstr "Inscribirse"
708
-
709
- #: includes/class-freemius.php:22453
710
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
-
713
- #: includes/class-freemius.php:22461
714
- msgid "Activate %s features"
715
- msgstr "Activar características %s"
716
-
717
- #: includes/class-freemius.php:22474
718
- msgid "Please follow these steps to complete the upgrade"
719
- msgstr "Por favor, sigue estos pasos para completar la actualización"
720
-
721
- #: includes/class-freemius.php:22478
722
- msgid "Download the latest %s version"
723
- msgstr "Descargar la última versión %s"
724
-
725
- #: includes/class-freemius.php:22482
726
- msgid "Upload and activate the downloaded version"
727
- msgstr "Cargar y activar la versión descargada"
728
-
729
- #: includes/class-freemius.php:22484
730
- msgid "How to upload and activate?"
731
- msgstr "¿Cómo subirlo y activarlo?"
732
-
733
- #: includes/class-freemius.php:22618
734
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
- msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
736
-
737
- #: includes/class-freemius.php:22779
738
- msgid "Auto installation only works for opted-in users."
739
- msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
740
-
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
- msgid "Invalid module ID."
745
- msgstr "Id de módulo no válido."
746
-
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
- msgid "Premium version already active."
749
- msgstr "Versión premium ya activa."
750
-
751
- #: includes/class-freemius.php:22805
752
- msgid "You do not have a valid license to access the premium version."
753
- msgstr "No tienes una licencia válida para acceder a la versión premium."
754
-
755
- #: includes/class-freemius.php:22812
756
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
- msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
758
-
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
- msgid "Premium add-on version already installed."
761
- msgstr "Versión del complemento premium ya instalada."
762
-
763
- #: includes/class-freemius.php:23180
764
- msgid "View paid features"
765
- msgstr "Ver las funciones de pago"
766
-
767
- #: includes/class-freemius.php:23502
768
- msgid "Thank you so much for using %s and its add-ons!"
769
- msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
770
-
771
- #: includes/class-freemius.php:23503
772
- msgid "Thank you so much for using %s!"
773
- msgstr "¡Muchas gracias por utilizar %s!"
774
-
775
- #: includes/class-freemius.php:23509
776
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
- msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
778
-
779
- #: includes/class-freemius.php:23513
780
- msgid "Thank you so much for using our products!"
781
- msgstr "¡Muchas gracias por utilizar nuestros productos!"
782
-
783
- #: includes/class-freemius.php:23514
784
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
- msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
786
-
787
- #: includes/class-freemius.php:23533
788
- msgid "%s and its add-ons"
789
- msgstr "%s y sus complementos"
790
-
791
- #: includes/class-freemius.php:23542
792
- msgid "Products"
793
- msgstr "Productos"
794
-
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
- msgid "Yes"
797
- msgstr "Si"
798
-
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
- msgid "send me security & feature updates, educational content and offers."
801
- msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
802
-
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
- msgid "No"
805
- msgstr "No"
806
-
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
- msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
810
-
811
- #: includes/class-freemius.php:23563
812
- 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 :-)"
813
- msgstr "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 :-)"
814
-
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
- msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
818
-
819
- #: includes/class-freemius.php:23847
820
- msgid "License key is empty."
821
- msgstr "La clave de licencia está vacía."
822
-
823
- #: includes/class-fs-plugin-updater.php206,
824
- #: templates/forms/premium-versions-upgrade-handler.php:57
825
- msgid "Renew license"
826
- msgstr "Renovar la licencia"
827
-
828
- #: includes/class-fs-plugin-updater.php211,
829
- #: templates/forms/premium-versions-upgrade-handler.php:58
830
- msgid "Buy license"
831
- msgstr "Comprar licencia"
832
-
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
- msgid "There is a %s of %s available."
836
- msgstr "Hay una %s de %s disponible."
837
-
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
- msgid "new Beta version"
841
- msgstr "new Beta version"
842
-
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
- msgid "new version"
846
- msgstr "nueva versión"
847
-
848
- #: includes/class-fs-plugin-updater.php:383
849
- msgid "Important Upgrade Notice:"
850
- msgstr "Aviso importante de actualización:"
851
-
852
- #: includes/class-fs-plugin-updater.php:1277
853
- msgid "Installing plugin: %s"
854
- msgstr "Instalando plugin: %s"
855
-
856
- #: includes/class-fs-plugin-updater.php:1318
857
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
- msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
859
-
860
- #: includes/class-fs-plugin-updater.php:1500
861
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
- msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
863
-
864
- #: includes/fs-plugin-info-dialog.php:535
865
- msgid "Purchase More"
866
- msgstr "Purchase More"
867
-
868
- #: includes/fs-plugin-info-dialog.php536,
869
- #: templates/account/partials/addon.php:385
870
- msgctxt "verb"
871
- msgid "Purchase"
872
- msgstr "Comprar"
873
-
874
- #: includes/fs-plugin-info-dialog.php:540
875
- msgid "Start my free %s"
876
- msgstr "Comenzar mi período gratuito de %s"
877
-
878
- #: includes/fs-plugin-info-dialog.php:738
879
- msgid "Install Free Version Update Now"
880
- msgstr "Instalar la actualización gratuita ahora"
881
-
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
- msgid "Install Update Now"
884
- msgstr "Instalar actualización ahora"
885
-
886
- #: includes/fs-plugin-info-dialog.php:748
887
- msgid "Install Free Version Now"
888
- msgstr "Instalar la versión gratuita ahora"
889
-
890
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
891
- #: templates/auto-installation.php111,
892
- #: templates/account/partials/addon.php365,
893
- #: templates/account/partials/addon.php:418
894
- msgid "Install Now"
895
- msgstr "Instalar ahora"
896
-
897
- #: includes/fs-plugin-info-dialog.php:765
898
- msgctxt "as download latest version"
899
- msgid "Download Latest Free Version"
900
- msgstr "Descargar la última versión gratuita"
901
-
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
- msgctxt "as download latest version"
905
- msgid "Download Latest"
906
- msgstr "Descargar la última"
907
-
908
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
909
- #: templates/account/partials/addon.php356,
910
- #: templates/account/partials/addon.php:412
911
- msgid "Activate this add-on"
912
- msgstr "Activar este complemento"
913
-
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
- msgid "Activate Free Version"
916
- msgstr "Activar versión gratuita"
917
-
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
- msgid "Activate"
921
- msgstr "Activar"
922
-
923
- #: includes/fs-plugin-info-dialog.php:994
924
- msgctxt "Plugin installer section title"
925
- msgid "Description"
926
- msgstr "Descripción"
927
-
928
- #: includes/fs-plugin-info-dialog.php:995
929
- msgctxt "Plugin installer section title"
930
- msgid "Installation"
931
- msgstr "Instalación"
932
-
933
- #: includes/fs-plugin-info-dialog.php:996
934
- msgctxt "Plugin installer section title"
935
- msgid "FAQ"
936
- msgstr "FAQ"
937
-
938
- #: includes/fs-plugin-info-dialog.php997,
939
- #: templates/plugin-info/description.php:55
940
- msgid "Screenshots"
941
- msgstr "Capturas de pantalla"
942
-
943
- #: includes/fs-plugin-info-dialog.php:998
944
- msgctxt "Plugin installer section title"
945
- msgid "Changelog"
946
- msgstr "Registro de cambios"
947
-
948
- #: includes/fs-plugin-info-dialog.php:999
949
- msgctxt "Plugin installer section title"
950
- msgid "Reviews"
951
- msgstr "Valoraciones"
952
-
953
- #: includes/fs-plugin-info-dialog.php:1000
954
- msgctxt "Plugin installer section title"
955
- msgid "Other Notes"
956
- msgstr "Otras notas"
957
-
958
- #: includes/fs-plugin-info-dialog.php:1015
959
- msgctxt "Plugin installer section title"
960
- msgid "Features & Pricing"
961
- msgstr "Características y precios"
962
-
963
- #: includes/fs-plugin-info-dialog.php:1025
964
- msgid "Plugin Install"
965
- msgstr "Instalar plugin"
966
-
967
- #: includes/fs-plugin-info-dialog.php:1097
968
- msgctxt "e.g. Professional Plan"
969
- msgid "%s Plan"
970
- msgstr "Plan %s"
971
-
972
- #: includes/fs-plugin-info-dialog.php:1123
973
- msgctxt "e.g. the best product"
974
- msgid "Best"
975
- msgstr "El mejor"
976
-
977
- #: includes/fs-plugin-info-dialog.php1129,
978
- #: includes/fs-plugin-info-dialog.php:1149
979
- msgctxt "as every month"
980
- msgid "Monthly"
981
- msgstr "Mensual"
982
-
983
- #: includes/fs-plugin-info-dialog.php:1132
984
- msgctxt "as once a year"
985
- msgid "Annual"
986
- msgstr "Anual"
987
-
988
- #: includes/fs-plugin-info-dialog.php:1135
989
- msgid "Lifetime"
990
- msgstr "Permanente"
991
-
992
- #: includes/fs-plugin-info-dialog.php1149,
993
- #: includes/fs-plugin-info-dialog.php1151,
994
- #: includes/fs-plugin-info-dialog.php:1153
995
- msgctxt "e.g. billed monthly"
996
- msgid "Billed %s"
997
- msgstr "Facturado %s"
998
-
999
- #: includes/fs-plugin-info-dialog.php:1151
1000
- msgctxt "as once a year"
1001
- msgid "Annually"
1002
- msgstr "Anualmente"
1003
-
1004
- #: includes/fs-plugin-info-dialog.php:1153
1005
- msgctxt "as once a year"
1006
- msgid "Once"
1007
- msgstr "Una vez"
1008
-
1009
- #: includes/fs-plugin-info-dialog.php:1159
1010
- msgid "Single Site License"
1011
- msgstr "Licencia para un único sitio"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php:1161
1014
- msgid "Unlimited Licenses"
1015
- msgstr "Licencias ilimitadas"
1016
-
1017
- #: includes/fs-plugin-info-dialog.php:1163
1018
- msgid "Up to %s Sites"
1019
- msgstr "Hasta %s sitios"
1020
-
1021
- #: includes/fs-plugin-info-dialog.php1173,
1022
- #: templates/plugin-info/features.php:82
1023
- msgctxt "as monthly period"
1024
- msgid "mo"
1025
- msgstr "me"
1026
-
1027
- #: includes/fs-plugin-info-dialog.php1180,
1028
- #: templates/plugin-info/features.php:80
1029
- msgctxt "as annual period"
1030
- msgid "year"
1031
- msgstr "año"
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:1234
1034
- msgctxt "noun"
1035
- msgid "Price"
1036
- msgstr "Precio"
1037
-
1038
- #: includes/fs-plugin-info-dialog.php:1282
1039
- msgid "Save %s"
1040
- msgstr "Guardar %s"
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1292
1043
- msgid "No commitment for %s - cancel anytime"
1044
- msgstr "Sin compromiso para %s - cancelar en cualquier momento"
1045
-
1046
- #: includes/fs-plugin-info-dialog.php:1295
1047
- msgid "After your free %s, pay as little as %s"
1048
- msgstr "Después de su período gratuito %s, pague sólo %s"
1049
-
1050
- #: includes/fs-plugin-info-dialog.php:1306
1051
- msgid "Details"
1052
- msgstr "Detalles"
1053
-
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
- #: templates/account/partials/addon.php:36
1057
- msgctxt "product version"
1058
- msgid "Version"
1059
- msgstr "Versión"
1060
-
1061
- #: includes/fs-plugin-info-dialog.php:1317
1062
- msgctxt "as the plugin author"
1063
- msgid "Author"
1064
- msgstr "Autor"
1065
-
1066
- #: includes/fs-plugin-info-dialog.php:1324
1067
- msgid "Last Updated"
1068
- msgstr "Última actualización"
1069
-
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
- msgctxt "x-ago"
1072
- msgid "%s ago"
1073
- msgstr "hace %s"
1074
-
1075
- #: includes/fs-plugin-info-dialog.php:1338
1076
- msgid "Requires WordPress Version"
1077
- msgstr "Necesita la versión de WordPress"
1078
-
1079
- #: includes/fs-plugin-info-dialog.php:1339
1080
- msgid "%s or higher"
1081
- msgstr "%s o mayor"
1082
-
1083
- #: includes/fs-plugin-info-dialog.php:1346
1084
- msgid "Compatible up to"
1085
- msgstr "Compatible hasta"
1086
-
1087
- #: includes/fs-plugin-info-dialog.php:1354
1088
- msgid "Downloaded"
1089
- msgstr "Descargado"
1090
-
1091
- #: includes/fs-plugin-info-dialog.php:1358
1092
- msgid "%s time"
1093
- msgstr "% vez"
1094
-
1095
- #: includes/fs-plugin-info-dialog.php:1360
1096
- msgid "%s times"
1097
- msgstr "%s veces"
1098
-
1099
- #: includes/fs-plugin-info-dialog.php:1370
1100
- msgid "WordPress.org Plugin Page"
1101
- msgstr "Página del plugin en WordPress.org"
1102
-
1103
- #: includes/fs-plugin-info-dialog.php:1378
1104
- msgid "Plugin Homepage"
1105
- msgstr "Página web del plugin"
1106
-
1107
- #: includes/fs-plugin-info-dialog.php1386,
1108
- #: includes/fs-plugin-info-dialog.php:1468
1109
- msgid "Donate to this plugin"
1110
- msgstr "Donar a este plugin"
1111
-
1112
- #: includes/fs-plugin-info-dialog.php:1393
1113
- msgid "Average Rating"
1114
- msgstr "Calificación media"
1115
-
1116
- #: includes/fs-plugin-info-dialog.php:1400
1117
- msgid "based on %s"
1118
- msgstr "basado en %s"
1119
-
1120
- #: includes/fs-plugin-info-dialog.php:1404
1121
- msgid "%s rating"
1122
- msgstr "%s calificación"
1123
-
1124
- #: includes/fs-plugin-info-dialog.php:1406
1125
- msgid "%s ratings"
1126
- msgstr "%s calificaciones"
1127
-
1128
- #: includes/fs-plugin-info-dialog.php:1421
1129
- msgid "%s star"
1130
- msgstr "%s estrella"
1131
-
1132
- #: includes/fs-plugin-info-dialog.php:1423
1133
- msgid "%s stars"
1134
- msgstr "%s estrellas"
1135
-
1136
- #: includes/fs-plugin-info-dialog.php:1434
1137
- msgid "Click to see reviews that provided a rating of %s"
1138
- msgstr "Haz clic para ver los comentarios con una valoración de %s"
1139
-
1140
- #: includes/fs-plugin-info-dialog.php:1447
1141
- msgid "Contributors"
1142
- msgstr "Colaboradores"
1143
-
1144
- #: includes/fs-plugin-info-dialog.php1476,
1145
- #: includes/fs-plugin-info-dialog.php:1478
1146
- msgid "Warning"
1147
- msgstr "Atencion"
1148
-
1149
- #: includes/fs-plugin-info-dialog.php:1476
1150
- msgid "This plugin has not been tested with your current version of WordPress."
1151
- msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
1152
-
1153
- #: includes/fs-plugin-info-dialog.php:1478
1154
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1155
- msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
1156
-
1157
- #: includes/fs-plugin-info-dialog.php:1497
1158
- msgid "Paid add-on must be deployed to Freemius."
1159
- msgstr "El complemento de pago se debe implementar en Freemius."
1160
-
1161
- #: includes/fs-plugin-info-dialog.php:1498
1162
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1163
- msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
1164
-
1165
- #: includes/fs-plugin-info-dialog.php:1519
1166
- msgid "Newer Version (%s) Installed"
1167
- msgstr "Versión más reciente (%s) instalada"
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:1520
1170
- msgid "Newer Free Version (%s) Installed"
1171
- msgstr "Versión gratuita más reciente (%s) instalada"
1172
-
1173
- #: includes/fs-plugin-info-dialog.php:1527
1174
- msgid "Latest Version Installed"
1175
- msgstr "Última versión instalada"
1176
-
1177
- #: includes/fs-plugin-info-dialog.php:1528
1178
- msgid "Latest Free Version Installed"
1179
- msgstr "Última versión gratuita instalada"
1180
-
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
- #: templates/account/partials/addon.php26,
1183
- #: templates/account/partials/site.php:311
1184
- msgid "Downgrading your plan"
1185
- msgstr "Bajando tu plan"
1186
-
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
- #: templates/account/partials/addon.php27,
1189
- #: templates/account/partials/site.php:312
1190
- msgid "Cancelling the subscription"
1191
- msgstr "Cancelando la suscripción"
1192
-
1193
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
- #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
- #: templates/account/partials/site.php:314
1197
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
-
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
- #: templates/account/partials/addon.php30,
1202
- #: templates/account/partials/site.php:315
1203
- 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."
1204
- msgstr "Ten en cuenta que no podremos abaratar los precios desactualizados para renovaciones/nuevas suscripciones después de una cancelación. Si eliges renovar la suscripción manualmente en el futuro, después de un aumento de precio, que generalmente ocurre una vez al año, se te cobrará el precio actualizado."
1205
-
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
- #: templates/account/partials/addon.php:31
1208
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
- msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
1210
-
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
- #: templates/account/partials/addon.php32,
1213
- #: templates/account/partials/site.php:316
1214
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
- msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
1216
-
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
- #: templates/account/partials/addon.php33,
1219
- #: templates/account/partials/site.php:317
1220
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
- msgstr "Una vez que caduque tu licencia todavía puedes utilizar la versión gratuita pero NO tendrás acceso a las funciones de %s."
1222
-
1223
- #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
- #: templates/account/partials/activate-license-button.php31,
1226
- #: templates/account/partials/addon.php:35
1227
- msgid "Activate %s Plan"
1228
- msgstr "Activar plan %s"
1229
-
1230
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
- #: templates/account/partials/site.php:291
1233
- msgid "Auto renews in %s"
1234
- msgstr "Auto renovaciones en %s"
1235
-
1236
- #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
- #: templates/account/partials/site.php:293
1239
- msgid "Expires in %s"
1240
- msgstr "Caduca en %s"
1241
-
1242
- #: templates/account.php:107
1243
- msgctxt "as synchronize license"
1244
- msgid "Sync License"
1245
- msgstr "Sincronizar licencia"
1246
-
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
- msgid "Cancel Trial"
1249
- msgstr "Cancelar período de prueba"
1250
-
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
- msgid "Change Plan"
1253
- msgstr "Cambiar Plan"
1254
-
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
- msgctxt "verb"
1257
- msgid "Upgrade"
1258
- msgstr "Actualizar"
1259
-
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
- #: templates/account/partials/site.php:318
1262
- msgctxt "verb"
1263
- msgid "Downgrade"
1264
- msgstr "Degradar"
1265
-
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
- #: templates/plugin-info/features.php72,
1268
- #: templates/account/partials/addon.php47,
1269
- #: templates/account/partials/site.php:33
1270
- msgid "Free"
1271
- msgstr "Gratis"
1272
-
1273
- #: templates/account.php116, templates/debug.php373,
1274
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
- #: templates/account/partials/addon.php:49
1276
- msgctxt "as product pricing plan"
1277
- msgid "Plan"
1278
- msgstr "Plan"
1279
-
1280
- #: templates/account.php:117
1281
- msgid "Bundle Plan"
1282
- msgstr "Bundle Plan"
1283
-
1284
- #: templates/account.php:191
1285
- msgid "Free Trial"
1286
- msgstr "Período de prueba gratuito"
1287
-
1288
- #: templates/account.php:202
1289
- msgid "Account Details"
1290
- msgstr "Detalles de la cuenta"
1291
-
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
- msgid "Start Debug"
1294
- msgstr "Start Debug"
1295
-
1296
- #: templates/account.php:211
1297
- msgid "Stop Debug"
1298
- msgstr "Stop Debug"
1299
-
1300
- #: templates/account.php:218
1301
- msgid "Billing & Invoices"
1302
- msgstr "Billing & Invoices"
1303
-
1304
- #: templates/account.php:229
1305
- 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?"
1306
- msgstr "La eliminación de la cuenta desactivará automáticamente su licencia de plan %s para que pueda utilizarla en otros sitios. Si también desea cancelar los pagos periódicos, haga clic en el botón \"Cancelar\" y, en primer lugar, \"Degradar\" su cuenta. ¿Seguro que deseas continuar con la eliminación?"
1307
-
1308
- #: templates/account.php:231
1309
- 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?"
1310
- msgstr "La eliminación no es temporal. Sólo elimínalo si ya no deseas utilizar este %s más. ¿Estás seguro que desea continuar con la eliminación?"
1311
-
1312
- #: templates/account.php:234
1313
- msgid "Delete Account"
1314
- msgstr "Borrar cuenta"
1315
-
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
- #: templates/account/partials/deactivate-license-button.php:35
1318
- msgid "Deactivate License"
1319
- msgstr "Desactivar licencia"
1320
-
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
- msgid "Are you sure you want to proceed?"
1323
- msgstr "¿Estás seguro que quieres proceder?"
1324
-
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
- msgid "Cancel Subscription"
1327
- msgstr "Cancelar suscripción"
1328
-
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
- msgctxt "as synchronize"
1331
- msgid "Sync"
1332
- msgstr "Sincronizar"
1333
-
1334
- #: templates/account.php313, templates/debug.php:507
1335
- msgid "Name"
1336
- msgstr "Nombre"
1337
-
1338
- #: templates/account.php319, templates/debug.php:508
1339
- msgid "Email"
1340
- msgstr "Correo electrónico"
1341
-
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
- msgid "User ID"
1344
- msgstr "ID de usuario"
1345
-
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
- #: templates/debug.php632, templates/account/payments.php35,
1350
- #: templates/debug/logger.php:21
1351
- msgid "ID"
1352
- msgstr "ID"
1353
-
1354
- #: templates/account.php:351
1355
- msgid "Site ID"
1356
- msgstr "ID del sitio"
1357
-
1358
- #: templates/account.php:354
1359
- msgid "No ID"
1360
- msgstr "Sin ID"
1361
-
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
- #: templates/account/partials/site.php:227
1365
- msgid "Public Key"
1366
- msgstr "Clave pública"
1367
-
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
- msgid "Secret Key"
1371
- msgstr "Clave secreta"
1372
-
1373
- #: templates/account.php:368
1374
- msgctxt "as secret encryption key missing"
1375
- msgid "No Secret"
1376
- msgstr "Sin clave secreta"
1377
-
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
- #: templates/account/partials/site.php:122
1380
- msgid "Trial"
1381
- msgstr "Período de prueba gratuito"
1382
-
1383
- #: templates/account.php422, templates/debug.php562,
1384
- #: templates/account/partials/site.php:260
1385
- msgid "License Key"
1386
- msgstr "Clave de licencia"
1387
-
1388
- #: templates/account.php:453
1389
- msgid "Join the Beta program"
1390
- msgstr "Join the Beta program"
1391
-
1392
- #: templates/account.php:459
1393
- msgid "not verified"
1394
- msgstr "no verificado"
1395
-
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
- msgid "Expired"
1398
- msgstr "Caducado"
1399
-
1400
- #: templates/account.php:528
1401
- msgid "Premium version"
1402
- msgstr "Versión premium"
1403
-
1404
- #: templates/account.php:530
1405
- msgid "Free version"
1406
- msgstr "Versión gratuita"
1407
-
1408
- #: templates/account.php:542
1409
- msgid "Verify Email"
1410
- msgstr "Verificar correo electrónico"
1411
-
1412
- #: templates/account.php:553
1413
- msgid "Download %s Version"
1414
- msgstr "Descargar versión %s"
1415
-
1416
- #: templates/account.php568, templates/account.php820,
1417
- #: templates/account/partials/site.php248,
1418
- #: templates/account/partials/site.php:270
1419
- msgctxt "verb"
1420
- msgid "Show"
1421
- msgstr "Mostrar"
1422
-
1423
- #: templates/account.php:583
1424
- msgid "What is your %s?"
1425
- msgstr "¿Cual es tú %s?"
1426
-
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
- msgctxt "verb"
1429
- msgid "Edit"
1430
- msgstr "Editar"
1431
-
1432
- #: templates/account.php:616
1433
- msgid "Sites"
1434
- msgstr "Sitios"
1435
-
1436
- #: templates/account.php:629
1437
- msgid "Search by address"
1438
- msgstr "Buscar por dirección"
1439
-
1440
- #: templates/account.php638, templates/debug.php:368
1441
- msgid "Address"
1442
- msgstr "Dirección"
1443
-
1444
- #: templates/account.php:639
1445
- msgid "License"
1446
- msgstr "Licencia"
1447
-
1448
- #: templates/account.php:640
1449
- msgid "Plan"
1450
- msgstr "Plan"
1451
-
1452
- #: templates/account.php:685
1453
- msgctxt "as software license"
1454
- msgid "License"
1455
- msgstr "Licencia"
1456
-
1457
- #: templates/account.php:814
1458
- msgctxt "verb"
1459
- msgid "Hide"
1460
- msgstr "Ocultar"
1461
-
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
- msgid "Processing"
1464
- msgstr "Procesando"
1465
-
1466
- #: templates/account.php:839
1467
- msgid "Get updates for bleeding edge Beta versions of %s."
1468
- msgstr "Get updates for bleeding edge Beta versions of %s."
1469
-
1470
- #: templates/account.php:897
1471
- msgid "Cancelling %s"
1472
- msgstr "Cancelando %s"
1473
-
1474
- #: templates/account.php897, templates/account.php914,
1475
- #: templates/forms/subscription-cancellation.php27,
1476
- #: templates/forms/deactivation/form.php:133
1477
- msgid "trial"
1478
- msgstr "período de prueba"
1479
-
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
- msgid "Cancelling %s..."
1482
- msgstr "Cancelando %s..."
1483
-
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
- #: templates/forms/deactivation/form.php:134
1486
- msgid "subscription"
1487
- msgstr "suscripción"
1488
-
1489
- #: templates/account.php:929
1490
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1491
- msgstr "Al desactivar tu licencia todas las características premium se bloquearán, pero posibilitará poder activar tu licencia en otro sitio. ¿Estás seguro que quieres continuar?"
1492
-
1493
- #: templates/add-ons.php:38
1494
- msgid "View details"
1495
- msgstr "Ver detalles"
1496
-
1497
- #: templates/add-ons.php:48
1498
- msgid "Add Ons for %s"
1499
- msgstr "Complementos para %s"
1500
-
1501
- #: templates/add-ons.php:58
1502
- 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."
1503
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1504
-
1505
- #: templates/add-ons.php:229
1506
- msgctxt "active add-on"
1507
- msgid "Active"
1508
- msgstr "Activo"
1509
-
1510
- #: templates/add-ons.php:230
1511
- msgctxt "installed add-on"
1512
- msgid "Installed"
1513
- msgstr "Installed"
1514
-
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
- #: templates/forms/resend-key.php:77
1517
- msgctxt "as close a window"
1518
- msgid "Dismiss"
1519
- msgstr "Descartar"
1520
-
1521
- #: templates/auto-installation.php:45
1522
- msgid "%s sec"
1523
- msgstr "%s seg"
1524
-
1525
- #: templates/auto-installation.php:83
1526
- msgid "Automatic Installation"
1527
- msgstr "Instalación automática"
1528
-
1529
- #: templates/auto-installation.php:93
1530
- msgid "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."
1531
- msgstr "Una descarga automatizada y la instalación de %s (versión de pago) de %s comenzará en %s. Si quieres hacerlo manualmente - haz clic en el botón de cancelación."
1532
-
1533
- #: templates/auto-installation.php:104
1534
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1535
- msgstr "El proceso de instalación ha comenzado y puede tardar unos minutos en completarse. Por favor, espera hasta que se finalice - no actualices esta página."
1536
-
1537
- #: templates/auto-installation.php:109
1538
- msgid "Cancel Installation"
1539
- msgstr "Cancelar instalación"
1540
-
1541
- #: templates/checkout.php:180
1542
- msgid "Checkout"
1543
- msgstr "Pagar"
1544
-
1545
- #: templates/checkout.php:180
1546
- msgid "PCI compliant"
1547
- msgstr "Compatible con PCI"
1548
-
1549
- #. translators: %s: name (e.g. Hey John,)
1550
- #: templates/connect.php:112
1551
- msgctxt "greeting"
1552
- msgid "Hey %s,"
1553
- msgstr "Hey %s,"
1554
-
1555
- #: templates/connect.php:154
1556
- msgid "Allow & Continue"
1557
- msgstr "Permitir y continuar"
1558
-
1559
- #: templates/connect.php:158
1560
- msgid "Re-send activation email"
1561
- msgstr "Reenviar correo electrónico de activación"
1562
-
1563
- #: templates/connect.php:162
1564
- msgid "Thanks %s!"
1565
- msgstr "¡Gracias %s!"
1566
-
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
- msgid "Agree & Activate License"
1569
- msgstr "De acuerdo y activar licencia"
1570
-
1571
- #: templates/connect.php:181
1572
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
- msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
1574
-
1575
- #: templates/connect.php:188
1576
- 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."
1577
- msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s."
1578
-
1579
- #: templates/connect.php:189
1580
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
- msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s."
1582
-
1583
- #: templates/connect.php:195
1584
- 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. If you skip this, that's okay! %1$s will still work just fine."
1585
- msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones, contenido educacional, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
1586
-
1587
- #: templates/connect.php:196
1588
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1589
- msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
1590
-
1591
- #: templates/connect.php:230
1592
- msgid "We're excited to introduce the Freemius network-level integration."
1593
- msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
1594
-
1595
- #: templates/connect.php:233
1596
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
- msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
1598
-
1599
- #: templates/connect.php:235
1600
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
- msgstr "Si quieres utilizar %s en estos sitios, introduce por favor tu clave de licencia abajo y haz click en el botón de activación."
1602
-
1603
- #: templates/connect.php:237
1604
- msgid "%s's paid features"
1605
- msgstr "%s características de pago"
1606
-
1607
- #: templates/connect.php:242
1608
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
- msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
1610
-
1611
- #: templates/connect.php:244
1612
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
- msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
1614
-
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
- #: templates/forms/license-activation.php:49
1617
- msgid "License key"
1618
- msgstr "Clave de licencia"
1619
-
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
- msgid "Can't find your license key?"
1622
- msgstr "¿No puedes encontrar tu clave de licencia?"
1623
-
1624
- #: templates/connect.php315, templates/connect.php652,
1625
- #: templates/forms/deactivation/retry-skip.php:20
1626
- msgctxt "verb"
1627
- msgid "Skip"
1628
- msgstr "Saltar"
1629
-
1630
- #: templates/connect.php:318
1631
- msgid "Delegate to Site Admins"
1632
- msgstr "Delegar a administradores del sitio"
1633
-
1634
- #: templates/connect.php:318
1635
- msgid "If you click it, this decision will be delegated to the sites administrators."
1636
- msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
1637
-
1638
- #: templates/connect.php:346
1639
- msgid "Your Profile Overview"
1640
- msgstr "Resumen del perfil"
1641
-
1642
- #: templates/connect.php:347
1643
- msgid "Name and email address"
1644
- msgstr "Nombre y dirección de correo electrónico"
1645
-
1646
- #: templates/connect.php:352
1647
- msgid "Your Site Overview"
1648
- msgstr "Resumen del sitio"
1649
-
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
1653
-
1654
- #: templates/connect.php:358
1655
- msgid "Admin Notices"
1656
- msgstr "Avisos de administración"
1657
-
1658
- #: templates/connect.php359, templates/connect.php:375
1659
- msgid "Updates, announcements, marketing, no spam"
1660
- msgstr "Actualizaciones, anuncios, marketing, sin spam"
1661
-
1662
- #: templates/connect.php:364
1663
- msgid "Current %s Events"
1664
- msgstr "Eventos de %s actuales"
1665
-
1666
- #: templates/connect.php:365
1667
- msgid "Activation, deactivation and uninstall"
1668
- msgstr "Activación, desactivación y desinstalación"
1669
-
1670
- #: templates/connect.php:374
1671
- msgid "Newsletter"
1672
- msgstr "Boletín"
1673
-
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
1675
- msgid "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."
1676
- msgstr "%1$s periódicamente enviará datos a %2$s para comprobar las actualizaciones de seguridad, nuevas funcionalidades y verificar la validez de tu licencia."
1677
-
1678
- #: templates/connect.php:396
1679
- msgid "What permissions are being granted?"
1680
- msgstr "¿Qué permisos se otorgan?"
1681
-
1682
- #: templates/connect.php:417
1683
- msgid "Don't have a license key?"
1684
- msgstr "¿No tienes una clave de licencia?"
1685
-
1686
- #: templates/connect.php:420
1687
- msgid "Have a license key?"
1688
- msgstr "¿Tienes una clave de licencia?"
1689
-
1690
- #: templates/connect.php:428
1691
- msgid "Privacy Policy"
1692
- msgstr "Política de privacidad"
1693
-
1694
- #: templates/connect.php:430
1695
- msgid "License Agreement"
1696
- msgstr "Acuerdo de licencia"
1697
-
1698
- #: templates/connect.php:430
1699
- msgid "Terms of Service"
1700
- msgstr "Términos de servicio"
1701
-
1702
- #: templates/connect.php:805
1703
- msgctxt "as in the process of sending an email"
1704
- msgid "Sending email"
1705
- msgstr "Enviando correo electrónico"
1706
-
1707
- #: templates/connect.php:806
1708
- msgctxt "as activating plugin"
1709
- msgid "Activating"
1710
- msgstr "Activando"
1711
-
1712
- #: templates/contact.php:78
1713
- msgid "Contact"
1714
- msgstr "Contacto"
1715
-
1716
- #: templates/debug.php:17
1717
- msgctxt "as turned off"
1718
- msgid "Off"
1719
- msgstr "Apagado"
1720
-
1721
- #: templates/debug.php:18
1722
- msgctxt "as turned on"
1723
- msgid "On"
1724
- msgstr "Encendido"
1725
-
1726
- #: templates/debug.php:20
1727
- msgid "SDK"
1728
- msgstr "SDK"
1729
-
1730
- #: templates/debug.php:24
1731
- msgctxt "as code debugging"
1732
- msgid "Debugging"
1733
- msgstr "Depurando"
1734
-
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
- msgid "Actions"
1738
- msgstr "Acciones"
1739
-
1740
- #: templates/debug.php:64
1741
- msgid "Are you sure you want to delete all Freemius data?"
1742
- msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
1743
-
1744
- #: templates/debug.php:64
1745
- msgid "Delete All Accounts"
1746
- msgstr "Borrar todas las cuentas"
1747
-
1748
- #: templates/debug.php:71
1749
- msgid "Clear API Cache"
1750
- msgstr "Borrar caché de la API"
1751
-
1752
- #: templates/debug.php:79
1753
- msgid "Clear Updates Transients"
1754
- msgstr "Borrar transients de actualizaciones"
1755
-
1756
- #: templates/debug.php:86
1757
- msgid "Sync Data From Server"
1758
- msgstr "Sincronizar datos desde el servidor"
1759
-
1760
- #: templates/debug.php:95
1761
- msgid "Migrate Options to Network"
1762
- msgstr "Migrar opciones a la red"
1763
-
1764
- #: templates/debug.php:100
1765
- msgid "Load DB Option"
1766
- msgstr "Cargar opción de BD"
1767
-
1768
- #: templates/debug.php:103
1769
- msgid "Set DB Option"
1770
- msgstr "Guardar opción en BD"
1771
-
1772
- #: templates/debug.php:182
1773
- msgid "Key"
1774
- msgstr "Clave"
1775
-
1776
- #: templates/debug.php:183
1777
- msgid "Value"
1778
- msgstr "Valor"
1779
-
1780
- #: templates/debug.php:199
1781
- msgctxt "as software development kit versions"
1782
- msgid "SDK Versions"
1783
- msgstr "Versiones SDK"
1784
-
1785
- #: templates/debug.php:204
1786
- msgid "SDK Path"
1787
- msgstr "Ruta del SDK"
1788
-
1789
- #: templates/debug.php205, templates/debug.php:244
1790
- msgid "Module Path"
1791
- msgstr "Ruta del módulo"
1792
-
1793
- #: templates/debug.php:206
1794
- msgid "Is Active"
1795
- msgstr "Está activo"
1796
-
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
- msgid "Plugins"
1799
- msgstr "Plugins"
1800
-
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
- msgid "Themes"
1803
- msgstr "Temas"
1804
-
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
- #: templates/debug/scheduled-crons.php:80
1807
- msgid "Slug"
1808
- msgstr "Ruta"
1809
-
1810
- #: templates/debug.php241, templates/debug.php:455
1811
- msgid "Title"
1812
- msgstr "Título"
1813
-
1814
- #: templates/debug.php:242
1815
- msgctxt "as application program interface"
1816
- msgid "API"
1817
- msgstr "API"
1818
-
1819
- #: templates/debug.php:243
1820
- msgid "Freemius State"
1821
- msgstr "Estado Freemius"
1822
-
1823
- #: templates/debug.php:247
1824
- msgid "Network Blog"
1825
- msgstr "Blog de red"
1826
-
1827
- #: templates/debug.php:248
1828
- msgid "Network User"
1829
- msgstr "Usuario de red"
1830
-
1831
- #: templates/debug.php:285
1832
- msgctxt "as connection was successful"
1833
- msgid "Connected"
1834
- msgstr "Conectado"
1835
-
1836
- #: templates/debug.php:286
1837
- msgctxt "as connection blocked"
1838
- msgid "Blocked"
1839
- msgstr "Bloqueado"
1840
-
1841
- #: templates/debug.php:322
1842
- msgid "Simulate Trial Promotion"
1843
- msgstr "Simular período de prueba"
1844
-
1845
- #: templates/debug.php:334
1846
- msgid "Simulate Network Upgrade"
1847
- msgstr "Simular actualización de red"
1848
-
1849
- #: templates/debug.php:359
1850
- msgid "%s Installs"
1851
- msgstr "%s Instalaciones"
1852
-
1853
- #: templates/debug.php:361
1854
- msgctxt "like websites"
1855
- msgid "Sites"
1856
- msgstr "Sitios"
1857
-
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
- msgid "Blog ID"
1860
- msgstr "ID del blog"
1861
-
1862
- #: templates/debug.php:372
1863
- msgid "License ID"
1864
- msgstr "License ID"
1865
-
1866
- #: templates/debug.php436, templates/debug.php535,
1867
- #: templates/account/partials/addon.php:435
1868
- msgctxt "verb"
1869
- msgid "Delete"
1870
- msgstr "Borrar"
1871
-
1872
- #: templates/debug.php:450
1873
- msgid "Add Ons of module %s"
1874
- msgstr "Complementos del módulo %s"
1875
-
1876
- #: templates/debug.php:502
1877
- msgid "Users"
1878
- msgstr "Usuarios"
1879
-
1880
- #: templates/debug.php:509
1881
- msgid "Verified"
1882
- msgstr "Verificado"
1883
-
1884
- #: templates/debug.php:551
1885
- msgid "%s Licenses"
1886
- msgstr "%s Licencias"
1887
-
1888
- #: templates/debug.php:556
1889
- msgid "Plugin ID"
1890
- msgstr "ID del plugin"
1891
-
1892
- #: templates/debug.php:558
1893
- msgid "Plan ID"
1894
- msgstr "ID del plan"
1895
-
1896
- #: templates/debug.php:559
1897
- msgid "Quota"
1898
- msgstr "Cuota"
1899
-
1900
- #: templates/debug.php:560
1901
- msgid "Activated"
1902
- msgstr "Activado"
1903
-
1904
- #: templates/debug.php:561
1905
- msgid "Blocking"
1906
- msgstr "Bloqueando"
1907
-
1908
- #: templates/debug.php:563
1909
- msgctxt "as expiration date"
1910
- msgid "Expiration"
1911
- msgstr "Caducidad"
1912
-
1913
- #: templates/debug.php:590
1914
- msgid "Debug Log"
1915
- msgstr "Log de Debug"
1916
-
1917
- #: templates/debug.php:594
1918
- msgid "All Types"
1919
- msgstr "Todos los Tipos"
1920
-
1921
- #: templates/debug.php:601
1922
- msgid "All Requests"
1923
- msgstr "Todas las peticiones"
1924
-
1925
- #: templates/debug.php606, templates/debug.php635,
1926
- #: templates/debug/logger.php:25
1927
- msgid "File"
1928
- msgstr "Archivo"
1929
-
1930
- #: templates/debug.php607, templates/debug.php633,
1931
- #: templates/debug/logger.php:23
1932
- msgid "Function"
1933
- msgstr "Función"
1934
-
1935
- #: templates/debug.php:608
1936
- msgid "Process ID"
1937
- msgstr "ID del proceso"
1938
-
1939
- #: templates/debug.php:609
1940
- msgid "Logger"
1941
- msgstr "Logger"
1942
-
1943
- #: templates/debug.php610, templates/debug.php634,
1944
- #: templates/debug/logger.php:24
1945
- msgid "Message"
1946
- msgstr "Mensaje"
1947
-
1948
- #: templates/debug.php:612
1949
- msgid "Filter"
1950
- msgstr "Filtro"
1951
-
1952
- #: templates/debug.php:620
1953
- msgid "Download"
1954
- msgstr "Descarga"
1955
-
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Tipo"
1959
-
1960
- #: templates/debug.php636, templates/debug/logger.php:26
1961
- msgid "Timestamp"
1962
- msgstr "Timestamp"
1963
-
1964
- #: templates/secure-https-header.php:28
1965
- msgid "Secure HTTPS %s page, running from an external domain"
1966
- msgstr "Página segura HTTPS %s, desde un dominio externo"
1967
-
1968
- #: includes/customizer/class-fs-customizer-support-section.php55,
1969
- #: templates/plugin-info/features.php:43
1970
- msgid "Support"
1971
- msgstr "Soporte"
1972
-
1973
- #: includes/debug/class-fs-debug-bar-panel.php48,
1974
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1975
- msgctxt "milliseconds"
1976
- msgid "ms"
1977
- msgstr "ms"
1978
-
1979
- #: includes/debug/debug-bar-start.php:41
1980
- msgid "Freemius API"
1981
- msgstr "API Freemius"
1982
-
1983
- #: includes/debug/debug-bar-start.php:42
1984
- msgid "Requests"
1985
- msgstr "Peticiones"
1986
-
1987
- #: templates/account/billing.php:22
1988
- msgctxt "verb"
1989
- msgid "Update"
1990
- msgstr "Actualizar"
1991
-
1992
- #: templates/account/billing.php:33
1993
- msgid "Billing"
1994
- msgstr "Facturación"
1995
-
1996
- #: templates/account/billing.php38, templates/account/billing.php:38
1997
- msgid "Business name"
1998
- msgstr "Nombre de la empresa"
1999
-
2000
- #: templates/account/billing.php39, templates/account/billing.php:39
2001
- msgid "Tax / VAT ID"
2002
- msgstr "Tax / Núm IVA"
2003
-
2004
- #: templates/account/billing.php42, templates/account/billing.php42,
2005
- #: templates/account/billing.php43, templates/account/billing.php:43
2006
- msgid "Address Line %d"
2007
- msgstr "Línea de la dirección %d"
2008
-
2009
- #: templates/account/billing.php46, templates/account/billing.php:46
2010
- msgid "City"
2011
- msgstr "Ciudad"
2012
-
2013
- #: templates/account/billing.php46, templates/account/billing.php:46
2014
- msgid "Town"
2015
- msgstr "Municipio"
2016
-
2017
- #: templates/account/billing.php47, templates/account/billing.php:47
2018
- msgid "ZIP / Postal Code"
2019
- msgstr "Código postal"
2020
-
2021
- #: templates/account/billing.php:302
2022
- msgid "Country"
2023
- msgstr "País"
2024
-
2025
- #: templates/account/billing.php:304
2026
- msgid "Select Country"
2027
- msgstr "Seleccionar país"
2028
-
2029
- #: templates/account/billing.php311, templates/account/billing.php:312
2030
- msgid "State"
2031
- msgstr "Estado"
2032
-
2033
- #: templates/account/billing.php311, templates/account/billing.php:312
2034
- msgid "Province"
2035
- msgstr "Provincia"
2036
-
2037
- #: templates/account/payments.php:29
2038
- msgid "Payments"
2039
- msgstr "Pagos"
2040
-
2041
- #: templates/account/payments.php:36
2042
- msgid "Date"
2043
- msgstr "Fecha"
2044
-
2045
- #: templates/account/payments.php:37
2046
- msgid "Amount"
2047
- msgstr "Cantidad"
2048
-
2049
- #: templates/account/payments.php38, templates/account/payments.php:50
2050
- msgid "Invoice"
2051
- msgstr "Factura"
2052
-
2053
- #: templates/debug/api-calls.php:56
2054
- msgid "API"
2055
- msgstr "API"
2056
-
2057
- #: templates/debug/api-calls.php:68
2058
- msgid "Method"
2059
- msgstr "Método"
2060
-
2061
- #: templates/debug/api-calls.php:69
2062
- msgid "Code"
2063
- msgstr "Código"
2064
-
2065
- #: templates/debug/api-calls.php:70
2066
- msgid "Length"
2067
- msgstr "Longitud"
2068
-
2069
- #: templates/debug/api-calls.php:71
2070
- msgctxt "as file/folder path"
2071
- msgid "Path"
2072
- msgstr "Ruta"
2073
-
2074
- #: templates/debug/api-calls.php:73
2075
- msgid "Body"
2076
- msgstr "Cuerpo"
2077
-
2078
- #: templates/debug/api-calls.php:75
2079
- msgid "Result"
2080
- msgstr "Resultado"
2081
-
2082
- #: templates/debug/api-calls.php:76
2083
- msgid "Start"
2084
- msgstr "Inicio"
2085
-
2086
- #: templates/debug/api-calls.php:77
2087
- msgid "End"
2088
- msgstr "Fin"
2089
-
2090
- #: templates/debug/logger.php:15
2091
- msgid "Log"
2092
- msgstr "Log"
2093
-
2094
- #. translators: %s: time period (e.g. In "2 hours")
2095
- #: templates/debug/plugins-themes-sync.php18,
2096
- #: templates/debug/scheduled-crons.php:91
2097
- msgid "In %s"
2098
- msgstr "En %s"
2099
-
2100
- #. translators: %s: time period (e.g. "2 hours" ago)
2101
- #: templates/debug/plugins-themes-sync.php20,
2102
- #: templates/debug/scheduled-crons.php:93
2103
- msgid "%s ago"
2104
- msgstr "hace %s"
2105
-
2106
- #: templates/debug/plugins-themes-sync.php21,
2107
- #: templates/debug/scheduled-crons.php:74
2108
- msgctxt "seconds"
2109
- msgid "sec"
2110
- msgstr "seg"
2111
-
2112
- #: templates/debug/plugins-themes-sync.php:23
2113
- msgid "Plugins & Themes Sync"
2114
- msgstr "Sincronizar plugins y temas"
2115
-
2116
- #: templates/debug/plugins-themes-sync.php:28
2117
- msgid "Total"
2118
- msgstr "Total"
2119
-
2120
- #: templates/debug/plugins-themes-sync.php29,
2121
- #: templates/debug/scheduled-crons.php:84
2122
- msgid "Last"
2123
- msgstr "Último"
2124
-
2125
- #: templates/debug/scheduled-crons.php:76
2126
- msgid "Scheduled Crons"
2127
- msgstr "Crons programados"
2128
-
2129
- #: templates/debug/scheduled-crons.php:81
2130
- msgid "Module"
2131
- msgstr "Módulo"
2132
-
2133
- #: templates/debug/scheduled-crons.php:82
2134
- msgid "Module Type"
2135
- msgstr "Tipo de módulo"
2136
-
2137
- #: templates/debug/scheduled-crons.php:83
2138
- msgid "Cron Type"
2139
- msgstr "Tipo de cron"
2140
-
2141
- #: templates/debug/scheduled-crons.php:85
2142
- msgid "Next"
2143
- msgstr "Siguiente"
2144
-
2145
- #: templates/forms/affiliation.php:82
2146
- msgid "Non-expiring"
2147
- msgstr "Sin caducidad"
2148
-
2149
- #: templates/forms/affiliation.php:85
2150
- msgid "Apply to become an affiliate"
2151
- msgstr "Aceptar para hacerse afiliado"
2152
-
2153
- #: templates/forms/affiliation.php:104
2154
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2155
- msgstr "¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en tu área de afiliado desde: %s."
2156
-
2157
- #: templates/forms/affiliation.php:119
2158
- 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."
2159
- msgstr "Gracias por aplicar a nuestro programa de afiliados, revisaremos tu petición durante los próximos 14 días y te volveremos a contactar con información adicional."
2160
-
2161
- #: templates/forms/affiliation.php:122
2162
- msgid "Your affiliation account was temporarily suspended."
2163
- msgstr "Tu cuenta de afiliado ha sido suspendida temporalmente."
2164
-
2165
- #: templates/forms/affiliation.php:125
2166
- 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."
2167
- msgstr "Gracias por aplicar a nuestro programa de asociados, infortunadamente, de momento hemos decidido rechazar tu petición. Por favor, prueba de nuevo en 30 días."
2168
-
2169
- #: templates/forms/affiliation.php:128
2170
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2171
- msgstr "Debido a la violación de nuestros términos de afiliados, hemos decidido bloquear temporalmente tu cuenta de afiliación. Si tienes alguna pregunta, por favor contacta nuestro soporte."
2172
-
2173
- #: templates/forms/affiliation.php:141
2174
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2175
- msgstr "¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)"
2176
-
2177
- #: templates/forms/affiliation.php:142
2178
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2179
- msgstr "¡Envíanos nuevos usuarios a nuestro %s y gana %s de comisión en cada venta satisfactoria que nos hayas referido!"
2180
-
2181
- #: templates/forms/affiliation.php:145
2182
- msgid "Program Summary"
2183
- msgstr "Sumario del programa"
2184
-
2185
- #: templates/forms/affiliation.php:147
2186
- msgid "%s commission when a customer purchases a new license."
2187
- msgstr "%s comisión cuando un cliente compra una nueva licencia."
2188
-
2189
- #: templates/forms/affiliation.php:149
2190
- msgid "Get commission for automated subscription renewals."
2191
- msgstr "Obtén comisiones por renovaciones automatizadas de las suscripciones."
2192
-
2193
- #: templates/forms/affiliation.php:152
2194
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2195
- msgstr "%s tracking cookie después de la primera visita para maximizar las ganancias potenciales."
2196
-
2197
- #: templates/forms/affiliation.php:155
2198
- msgid "Unlimited commissions."
2199
- msgstr "Comisiones Ilimitadas"
2200
-
2201
- #: templates/forms/affiliation.php:157
2202
- msgid "%s minimum payout amount."
2203
- msgstr "%s cantidad mínima a pagar."
2204
-
2205
- #: templates/forms/affiliation.php:158
2206
- msgid "Payouts are in USD and processed monthly via PayPal."
2207
- msgstr "Los pagos son en USD y se procesan mensualmente por medio de PayPal."
2208
-
2209
- #: templates/forms/affiliation.php:159
2210
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2211
- msgstr "Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones que son de más de 30 días."
2212
-
2213
- #: templates/forms/affiliation.php:162
2214
- msgid "Affiliate"
2215
- msgstr "Afiliado"
2216
-
2217
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2218
- msgid "Email address"
2219
- msgstr "Dirección de correo electrónico"
2220
-
2221
- #: templates/forms/affiliation.php:169
2222
- msgid "Full name"
2223
- msgstr "Nombre completo"
2224
-
2225
- #: templates/forms/affiliation.php:173
2226
- msgid "PayPal account email address"
2227
- msgstr "Dirección de correo electrónico de PayPal"
2228
-
2229
- #: templates/forms/affiliation.php:177
2230
- msgid "Where are you going to promote the %s?"
2231
- msgstr "¿Dónde vas a promocionar %s?"
2232
-
2233
- #: templates/forms/affiliation.php:179
2234
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2235
- msgstr "Introduce el dominio de tu sitio web o de otros sitios web donde planeas promocionar %s."
2236
-
2237
- #: templates/forms/affiliation.php:181
2238
- msgid "Add another domain"
2239
- msgstr "Añadir otro dominio"
2240
-
2241
- #: templates/forms/affiliation.php:185
2242
- msgid "Extra Domains"
2243
- msgstr "Dominios extra"
2244
-
2245
- #: templates/forms/affiliation.php:186
2246
- msgid "Extra domains where you will be marketing the product from."
2247
- msgstr "Dominios extra desde donde promocionarás el producto."
2248
-
2249
- #: templates/forms/affiliation.php:196
2250
- msgid "Promotion methods"
2251
- msgstr "Métodos de promoción"
2252
-
2253
- #: templates/forms/affiliation.php:199
2254
- msgid "Social media (Facebook, Twitter, etc.)"
2255
- msgstr "Social media (Facebook, Twitter, etc.)"
2256
-
2257
- #: templates/forms/affiliation.php:203
2258
- msgid "Mobile apps"
2259
- msgstr "Apps móviles "
2260
-
2261
- #: templates/forms/affiliation.php:207
2262
- msgid "Website, email, and social media statistics (optional)"
2263
- msgstr "Sitio web, correo electrónico y estadísticas de social media (opcional)"
2264
-
2265
- #: templates/forms/affiliation.php:210
2266
- 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)."
2267
- msgstr "Siéntete libre de proporcionarnos estadísticas de tu sitio web o social media, p.ej. visitas únicas mensuales, número de suscriptores de correo electrónico, seguidores, etc. (mantendremos esta información confidencial)"
2268
-
2269
- #: templates/forms/affiliation.php:214
2270
- msgid "How will you promote us?"
2271
- msgstr "¿Como nos promocionarás?"
2272
-
2273
- #: templates/forms/affiliation.php:217
2274
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2275
- msgstr "Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo más específico que puedas)"
2276
-
2277
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2278
- msgid "Cancel"
2279
- msgstr "Cancelar"
2280
-
2281
- #: templates/forms/affiliation.php:225
2282
- msgid "Become an affiliate"
2283
- msgstr "Hacerse afiliado"
2284
-
2285
- #: templates/forms/data-debug-mode.php:25
2286
- msgid "Please enter the license key to enable the debug mode:"
2287
- msgstr "Please enter the license key to enable the debug mode:"
2288
-
2289
- #: templates/forms/data-debug-mode.php:27
2290
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2291
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2292
-
2293
- #: templates/forms/data-debug-mode.php:32
2294
- msgid "Submit"
2295
- msgstr "Submit"
2296
-
2297
- #: templates/forms/data-debug-mode.php:36
2298
- msgid "User key"
2299
- msgstr "User key"
2300
-
2301
- #: templates/forms/license-activation.php:23
2302
- msgid "Please enter the license key that you received in the email right after the purchase:"
2303
- msgstr "Por favor, introduce la clave de licencia que recibiste en el correo electrónico al realizar la compra:"
2304
-
2305
- #: templates/forms/license-activation.php:28
2306
- msgid "Update License"
2307
- msgstr "Activar licencia"
2308
-
2309
- #: templates/forms/optout.php:30
2310
- msgctxt "verb"
2311
- msgid "Opt Out"
2312
- msgstr "Darse de baja"
2313
-
2314
- #: templates/forms/optout.php:31
2315
- msgctxt "verb"
2316
- msgid "Opt In"
2317
- msgstr "Inscribirse"
2318
-
2319
- #: templates/forms/optout.php:33
2320
- 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."
2321
- msgstr "El uso del seguimiento se hace con la intención de mejorar %s. Crear una mejor experiencia de usuario, priorizando nuevas características y cosas mejores. Realmente apreciaríamos que considerases permitirnos continuar con el seguimiento."
2322
-
2323
- #: templates/forms/optout.php:35
2324
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
- msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
2326
-
2327
- #: templates/forms/premium-versions-upgrade-handler.php:40
2328
- msgid "There is a new version of %s available."
2329
- msgstr "Hay una nueva versión de %s disponible."
2330
-
2331
- #: templates/forms/premium-versions-upgrade-handler.php:41
2332
- msgid " %s to access version %s security & feature updates, and support."
2333
- msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
2334
-
2335
- #: templates/forms/premium-versions-upgrade-handler.php:54
2336
- msgid "New Version Available"
2337
- msgstr "Nueva versión disponible"
2338
-
2339
- #: templates/forms/premium-versions-upgrade-handler.php:75
2340
- msgctxt "close a window"
2341
- msgid "Dismiss"
2342
- msgstr "Descartar"
2343
-
2344
- #: templates/forms/resend-key.php:21
2345
- msgid "Send License Key"
2346
- msgstr "Enviar clave de licencia"
2347
-
2348
- #: templates/forms/resend-key.php:57
2349
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2350
- msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
2351
-
2352
- #: templates/forms/subscription-cancellation.php:37
2353
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2354
- msgstr "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio."
2355
-
2356
- #: templates/forms/subscription-cancellation.php:47
2357
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2358
- msgstr "En caso de que NO estés planeando utilizar este %s en este sitio (o en cualquier otro sitio), ¿te gustaría cancelar también %s?"
2359
-
2360
- #: templates/forms/subscription-cancellation.php:52
2361
- msgid "license"
2362
- msgstr "licencia"
2363
-
2364
- #: templates/forms/subscription-cancellation.php:57
2365
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2366
- msgstr "Cancelar %s - No necesito más actualizaciones de características y seguridad, ni soporte para %s porque no pretendo utilizar%s en este, u otro sitio."
2367
-
2368
- #: templates/forms/subscription-cancellation.php:68
2369
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2370
- msgstr "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte."
2371
-
2372
- #: templates/forms/subscription-cancellation.php:103
2373
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2374
- msgstr "Una vez que tu licencia caduque no podrás seguir utilizando %s, a no ser que lo actives de nuevo con una licencia premium válida."
2375
-
2376
- #: templates/forms/subscription-cancellation.php:136
2377
- msgid "Cancel %s?"
2378
- msgstr "¿Cancelar %s?"
2379
-
2380
- #: templates/forms/subscription-cancellation.php:143
2381
- msgid "Proceed"
2382
- msgstr "Proceder"
2383
-
2384
- #: templates/forms/subscription-cancellation.php191,
2385
- #: templates/forms/deactivation/form.php:171
2386
- msgid "Cancel %s & Proceed"
2387
- msgstr "Cancelar %s y proceder"
2388
-
2389
- #: templates/forms/trial-start.php:22
2390
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2391
- msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
2392
-
2393
- #: templates/forms/trial-start.php:28
2394
- 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."
2395
- msgstr "Para el cumplimiento de las directrices de WordPress.org, antes de empezar el período de prueba te pedimos que aceptes con tu usuario e información no sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s para comprobar si hay actualizaciones de versión y para validar la versión de prueba."
2396
-
2397
- #: templates/js/style-premium-theme.php:39
2398
- msgid "Premium"
2399
- msgstr "Premium"
2400
-
2401
- #: templates/js/style-premium-theme.php:42
2402
- msgid "Beta"
2403
- msgstr "Beta"
2404
-
2405
- #: templates/partials/network-activation.php:27
2406
- msgid "Activate license on all sites in the network."
2407
- msgstr "Activar licencia en todos los sitios de la red"
2408
-
2409
- #: templates/partials/network-activation.php:28
2410
- msgid "Apply on all sites in the network."
2411
- msgstr "Aplicar en todos los sitios de la red"
2412
-
2413
- #: templates/partials/network-activation.php:31
2414
- msgid "Activate license on all pending sites."
2415
- msgstr "Aplicar licencia en todos los sitios pendientes"
2416
-
2417
- #: templates/partials/network-activation.php:32
2418
- msgid "Apply on all pending sites."
2419
- msgstr "Aplicar en todos los sitios pendientes"
2420
-
2421
- #: templates/partials/network-activation.php40,
2422
- #: templates/partials/network-activation.php:74
2423
- msgid "allow"
2424
- msgstr "permitir"
2425
-
2426
- #: templates/partials/network-activation.php43,
2427
- #: templates/partials/network-activation.php:77
2428
- msgid "delegate"
2429
- msgstr "delegar"
2430
-
2431
- #: templates/partials/network-activation.php47,
2432
- #: templates/partials/network-activation.php:81
2433
- msgid "skip"
2434
- msgstr "saltar"
2435
-
2436
- #: templates/plugin-info/description.php72,
2437
- #: templates/plugin-info/screenshots.php:31
2438
- msgid "Click to view full-size screenshot %d"
2439
- msgstr "Click para ver la captura de pantalla a tamaño completo %d"
2440
-
2441
- #: templates/plugin-info/features.php:56
2442
- msgid "Unlimited Updates"
2443
- msgstr "Actualizaciones Ilimitadas"
2444
-
2445
- #: templates/account/partials/activate-license-button.php:46
2446
- msgid "Localhost"
2447
- msgstr "Localhost"
2448
-
2449
- #: templates/account/partials/activate-license-button.php:50
2450
- msgctxt "as 5 licenses left"
2451
- msgid "%s left"
2452
- msgstr "quedan %s"
2453
-
2454
- #: templates/account/partials/activate-license-button.php:51
2455
- msgid "Last license"
2456
- msgstr "Última licencia"
2457
-
2458
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2459
- #. subscription'
2460
- #: templates/account/partials/addon.php:29
2461
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2462
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2463
-
2464
- #: templates/account/partials/addon.php:185
2465
- msgid "Cancelled"
2466
- msgstr "Cancelado"
2467
-
2468
- #: templates/account/partials/addon.php:195
2469
- msgid "No expiration"
2470
- msgstr "Sin caducidad"
2471
-
2472
- #: templates/account/partials/site.php:189
2473
- msgid "Owner Name"
2474
- msgstr "Nombre del propietario"
2475
-
2476
- #: templates/account/partials/site.php:201
2477
- msgid "Owner Email"
2478
- msgstr "Correo electrónico del propietario"
2479
-
2480
- #: templates/account/partials/site.php:213
2481
- msgid "Owner ID"
2482
- msgstr "ID del propietario"
2483
-
2484
- #: templates/account/partials/site.php:286
2485
- msgid "Subscription"
2486
- msgstr "Suscripción"
2487
-
2488
- #: templates/forms/deactivation/contact.php:19
2489
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2490
- msgstr "Disculpa las molestias y estamos aquí para ayudarte si nos das una oportunidad."
2491
-
2492
- #: templates/forms/deactivation/contact.php:22
2493
- msgid "Contact Support"
2494
- msgstr "Contactar soporte"
2495
-
2496
- #: templates/forms/deactivation/form.php:64
2497
- msgid "Anonymous feedback"
2498
- msgstr "Comentarios anónimos"
2499
-
2500
- #: templates/forms/deactivation/form.php:70
2501
- msgid "Deactivate"
2502
- msgstr "Desactivar"
2503
-
2504
- #: templates/forms/deactivation/form.php:72
2505
- msgid "Activate %s"
2506
- msgstr "Activar %s"
2507
-
2508
- #: templates/forms/deactivation/form.php:87
2509
- msgid "Quick Feedback"
2510
- msgstr "Comentarios rápidos"
2511
-
2512
- #: templates/forms/deactivation/form.php:91
2513
- msgid "If you have a moment, please let us know why you are %s"
2514
- msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
2515
-
2516
- #: templates/forms/deactivation/form.php:91
2517
- msgid "deactivating"
2518
- msgstr "desactivando"
2519
-
2520
- #: templates/forms/deactivation/form.php:91
2521
- msgid "switching"
2522
- msgstr "cambiando"
2523
-
2524
- #: templates/forms/deactivation/form.php:365
2525
- msgid "Submit & %s"
2526
- msgstr "Enviar y %s"
2527
-
2528
- #: templates/forms/deactivation/form.php:386
2529
- msgid "Kindly tell us the reason so we can improve."
2530
- msgstr "Por favor, dínos la razón para que podamos mejorar."
2531
-
2532
- #: templates/forms/deactivation/form.php:511
2533
- msgid "Yes - %s"
2534
- msgstr "Si - %s"
2535
-
2536
- #: templates/forms/deactivation/form.php:518
2537
- msgid "Skip & %s"
2538
- msgstr "Saltar y %s"
2539
-
2540
- #: templates/forms/deactivation/retry-skip.php:21
2541
- msgid "Click here to use the plugin anonymously"
2542
- msgstr "Haz click aquí para utilizar el plugin de forma anónima"
2543
-
2544
- #: templates/forms/deactivation/retry-skip.php:23
2545
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2546
- msgstr "Es posible que te lo hayas perdido, pero no tienes que compartir ningún dato y puedes solo aceptar %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-fr_FR.mo CHANGED
Binary file
freemius/languages/freemius-fr_FR.po DELETED
@@ -1,2546 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Boris Colombier <transifex.com@wba.fr>, 2018
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: WordPress SDK\n"
8
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
- "Language: fr_FR\n"
13
- "Language-Team: French (France) (http://www.transifex.com/freemius/wordpress-sdk/language/fr_FR/)\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
- "MIME-Version: 1.0\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "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"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
-
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
26
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
-
28
- #: includes/class-freemius.php:1887
29
- msgid "Would you like to proceed with the update?"
30
- msgstr "Would you like to proceed with the update?"
31
-
32
- #: includes/class-freemius.php:2095
33
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
- msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
35
-
36
- #: includes/class-freemius.php:2097
37
- msgid "Error"
38
- msgstr "Erreur"
39
-
40
- #: includes/class-freemius.php:2491
41
- msgid "I found a better %s"
42
- msgstr "J'ai trouvé un meilleur %s"
43
-
44
- #: includes/class-freemius.php:2493
45
- msgid "What's the %s's name?"
46
- msgstr "Quel est le nom du %s ?"
47
-
48
- #: includes/class-freemius.php:2499
49
- msgid "It's a temporary %s. I'm just debugging an issue."
50
- msgstr "C'est une %s temporaire. Je corrige un problème."
51
-
52
- #: includes/class-freemius.php:2501
53
- msgid "Deactivation"
54
- msgstr "Désactivation"
55
-
56
- #: includes/class-freemius.php:2502
57
- msgid "Theme Switch"
58
- msgstr "Changement de Thème"
59
-
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
61
- msgid "Other"
62
- msgstr "Autre"
63
-
64
- #: includes/class-freemius.php:2519
65
- msgid "I no longer need the %s"
66
- msgstr "Je n'ai plus besoin du %s"
67
-
68
- #: includes/class-freemius.php:2526
69
- msgid "I only needed the %s for a short period"
70
- msgstr "Je n'ai besoin de %s que pour une courte période"
71
-
72
- #: includes/class-freemius.php:2532
73
- msgid "The %s broke my site"
74
- msgstr "Le %s a cassé mon site"
75
-
76
- #: includes/class-freemius.php:2539
77
- msgid "The %s suddenly stopped working"
78
- msgstr "Le %s a soudainement arrêté de fonctionner"
79
-
80
- #: includes/class-freemius.php:2549
81
- msgid "I can't pay for it anymore"
82
- msgstr "Je ne peux plus payer pour ça"
83
-
84
- #: includes/class-freemius.php:2551
85
- msgid "What price would you feel comfortable paying?"
86
- msgstr "Quel prix seriez-vous prêt à payer ?"
87
-
88
- #: includes/class-freemius.php:2557
89
- msgid "I don't like to share my information with you"
90
- msgstr "Je ne veux pas partager mes informations avec vous"
91
-
92
- #: includes/class-freemius.php:2578
93
- msgid "The %s didn't work"
94
- msgstr "Le %s n'a pas fonctionné"
95
-
96
- #: includes/class-freemius.php:2588
97
- msgid "I couldn't understand how to make it work"
98
- msgstr "Je ne comprends pas comment le faire fonctionner"
99
-
100
- #: includes/class-freemius.php:2596
101
- msgid "The %s is great, but I need specific feature that you don't support"
102
- msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
103
-
104
- #: includes/class-freemius.php:2598
105
- msgid "What feature?"
106
- msgstr "Quelle fonctionnalité ?"
107
-
108
- #: includes/class-freemius.php:2602
109
- msgid "The %s is not working"
110
- msgstr "Le %s ne fonctionne pas"
111
-
112
- #: includes/class-freemius.php:2604
113
- msgid "Kindly share what didn't work so we can fix it for future users..."
114
- msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
115
-
116
- #: includes/class-freemius.php:2608
117
- msgid "It's not what I was looking for"
118
- msgstr "Ce n'est pas ce que je recherche"
119
-
120
- #: includes/class-freemius.php:2610
121
- msgid "What you've been looking for?"
122
- msgstr "Que recherchez-vous ?"
123
-
124
- #: includes/class-freemius.php:2614
125
- msgid "The %s didn't work as expected"
126
- msgstr "Le %s n'a pas fonctionné comme prévu"
127
-
128
- #: includes/class-freemius.php:2616
129
- msgid "What did you expect?"
130
- msgstr "À quoi vous attendiez-vous ?"
131
-
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
- msgid "Freemius Debug"
134
- msgstr "Débuggage Freemius"
135
-
136
- #: includes/class-freemius.php:4223
137
- msgid "I don't know what is cURL or how to install it, help me!"
138
- msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
139
-
140
- #: includes/class-freemius.php:4225
141
- 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."
142
- msgstr "Nous allons contacter votre hébergeur afin de résoudre le problème. Vous recevrez un email à propos de %s dès que nous aurons des nouvelles."
143
-
144
- #: includes/class-freemius.php:4232
145
- 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."
146
- msgstr "Parfait, merci d'installer cURL et de l'activer dans votre fichier php.ini. De plus, recherchez l'instruction 'disable_functions' de votre fichier php.ini et désactivez les commandes commençant par 'curl_'. Pour vérifier la bonne activation, utilisez la fonction 'phpinfo()'. Une fois activé, désactivez le %s et réactivez le à nouveau."
147
-
148
- #: includes/class-freemius.php:4337
149
- msgid "Yes - do your thing"
150
- msgstr "Oui - allez-y"
151
-
152
- #: includes/class-freemius.php:4342
153
- msgid "No - just deactivate"
154
- msgstr "Non - désactivation seulement"
155
-
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
- msgctxt "exclamation"
165
- msgid "Oops"
166
- msgstr "Oups"
167
-
168
- #: includes/class-freemius.php:4456
169
- 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."
170
- msgstr "Merci de nous permettre de corriger ça. Un message vient d'être envoyé à notre service technique. Nous reviendrons vers vous dès que nous aurons des nouvelles à propos de %s."
171
-
172
- #: includes/class-freemius.php:4878
173
- msgctxt "addonX cannot run without pluginY"
174
- msgid "%s cannot run without %s."
175
- msgstr "%s ne peut pas fonctionner sans %s."
176
-
177
- #: includes/class-freemius.php:4879
178
- msgctxt "addonX cannot run..."
179
- msgid "%s cannot run without the plugin."
180
- msgstr "%s ne peut pas fonctionner sans le plugin."
181
-
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
- msgid "Unexpected API error. Please contact the %s's author with the following error."
185
- msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
186
-
187
- #: includes/class-freemius.php:5720
188
- msgid "Premium %s version was successfully activated."
189
- msgstr "La version premium de %s a été activée avec succès."
190
-
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
- msgctxt ""
193
- msgid "W00t"
194
- msgstr "Génial"
195
-
196
- #: includes/class-freemius.php:5747
197
- msgid "You have a %s license."
198
- msgstr "Vous avez une license pour %s."
199
-
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
- msgctxt "interjection expressing joy or exuberance"
205
- msgid "Yee-haw"
206
- msgstr "Youpi"
207
-
208
- #: includes/class-freemius.php:6015
209
- 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."
210
- msgstr "La période d'essai du %s a bien été annulé. L'add-on a été désactivé car il ne fonctionne qu'avec la version premium. Si vous souhaitez l'utiliser ultérieurement, vous devrez acheter une licence."
211
-
212
- #: includes/class-freemius.php:6019
213
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
- msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
215
-
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
- #: templates/account/partials/addon.php:381
218
- msgid "More information about %s"
219
- msgstr "Plus d'informations à propos de %s"
220
-
221
- #: includes/class-freemius.php:6029
222
- msgid "Purchase License"
223
- msgstr "Acheter une licence"
224
-
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
- 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."
227
- msgstr "Vous devriez recevoir un email d'activation pour %s sur votre boîte %s. Merci de cliquer sur le bouton d'activation dans l'email pour %s."
228
-
229
- #: includes/class-freemius.php:6968
230
- msgid "start the trial"
231
- msgstr "commencer la période d'essai"
232
-
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
- msgid "complete the install"
235
- msgstr "compléter l'installation"
236
-
237
- #: includes/class-freemius.php:7081
238
- msgid "You are just one step away - %s"
239
- msgstr "Il ne reste qu'une étape - %s"
240
-
241
- #: includes/class-freemius.php:7084
242
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
- msgid "Complete \"%s\" Activation Now"
244
- msgstr "Compléter \"%s\" Activer Maintenant"
245
-
246
- #: includes/class-freemius.php:7162
247
- msgid "We made a few tweaks to the %s, %s"
248
- msgstr "Nous avons fait quelques modifications au %s, %s"
249
-
250
- #: includes/class-freemius.php:7166
251
- msgid "Opt in to make \"%s\" better!"
252
- msgstr "Inscrivez-vous pour améliorer \"%s\" !"
253
-
254
- #: includes/class-freemius.php:7598
255
- msgid "The upgrade of %s was successfully completed."
256
- msgstr "La mise à jour du %s s'est terminée avec succès "
257
-
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
- #: templates/auto-installation.php:32
262
- msgid "Add-On"
263
- msgstr "Add-On"
264
-
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
- msgid "Plugin"
268
- msgstr "Plugin"
269
-
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
- #: templates/forms/deactivation/form.php:71
273
- msgid "Theme"
274
- msgstr "Thème"
275
-
276
- #: includes/class-freemius.php:12596
277
- msgid "An unknown error has occurred while trying to set the user's beta mode."
278
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
-
280
- #: includes/class-freemius.php:13020
281
- msgid "Invalid site details collection."
282
- msgstr "Récupération des détails du site non valide."
283
-
284
- #: includes/class-freemius.php:13140
285
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
- msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
287
-
288
- #: includes/class-freemius.php:13142
289
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
- msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
291
-
292
- #: includes/class-freemius.php:13416
293
- msgid "Account is pending activation."
294
- msgstr "Compte en cours d'activation."
295
-
296
- #: includes/class-freemius.php13528,
297
- #: templates/forms/premium-versions-upgrade-handler.php:47
298
- msgid "Buy a license now"
299
- msgstr "Acheter une licence maintenant"
300
-
301
- #: includes/class-freemius.php13540,
302
- #: templates/forms/premium-versions-upgrade-handler.php:46
303
- msgid "Renew your license now"
304
- msgstr "Renouvelez votre licence maintenant"
305
-
306
- #: includes/class-freemius.php:13544
307
- msgid "%s to access version %s security & feature updates, and support."
308
- msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
309
-
310
- #: includes/class-freemius.php:15957
311
- msgid "%s activation was successfully completed."
312
- msgstr "L'activation de %s s'est terminée avec succès."
313
-
314
- #: includes/class-freemius.php:15971
315
- msgid "Your account was successfully activated with the %s plan."
316
- msgstr "Votre compte a été activé avec succès avec la formule %s."
317
-
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
- msgid "Your trial has been successfully started."
320
- msgstr "Votre période d'essai a bien démarré."
321
-
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
- msgid "Couldn't activate %s."
325
- msgstr "Impossible d'activer %s."
326
-
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
- msgid "Please contact us with the following message:"
330
- msgstr "Merci de nous contacter avec le message suivant :"
331
-
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
- msgid "An unknown error has occurred."
334
- msgstr "An unknown error has occurred."
335
-
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
- msgid "Upgrade"
338
- msgstr "Mise à jour"
339
-
340
- #: includes/class-freemius.php:17174
341
- msgid "Start Trial"
342
- msgstr "Essai gratuit"
343
-
344
- #: includes/class-freemius.php:17176
345
- msgid "Pricing"
346
- msgstr "Tarifs"
347
-
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
- msgid "Affiliation"
350
- msgstr "Affiliation"
351
-
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
- msgid "Account"
355
- msgstr "Compte"
356
-
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
- #: includes/customizer/class-fs-customizer-support-section.php:60
359
- msgid "Contact Us"
360
- msgstr "Contactez Nous"
361
-
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
- #: templates/account/partials/addon.php:44
365
- msgid "Add-Ons"
366
- msgstr "Add-Ons"
367
-
368
- #: includes/class-freemius.php:17351
369
- msgctxt "ASCII arrow left icon"
370
- msgid "&#x2190;"
371
- msgstr "&#x2190;"
372
-
373
- #: includes/class-freemius.php:17351
374
- msgctxt "ASCII arrow right icon"
375
- msgid "&#x27a4;"
376
- msgstr "&#x27a4;"
377
-
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
- msgctxt "noun"
380
- msgid "Pricing"
381
- msgstr "Tarifs"
382
-
383
- #: includes/class-freemius.php17566,
384
- #: includes/customizer/class-fs-customizer-support-section.php:67
385
- msgid "Support Forum"
386
- msgstr "Forum de Support"
387
-
388
- #: includes/class-freemius.php:18536
389
- msgid "Your email has been successfully verified - you are AWESOME!"
390
- msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
391
-
392
- #: includes/class-freemius.php:18537
393
- msgctxt "a positive response"
394
- msgid "Right on"
395
- msgstr "Directement"
396
-
397
- #: includes/class-freemius.php:19041
398
- msgid "seems like the key you entered doesn't match our records."
399
- msgstr "seems like the key you entered doesn't match our records."
400
-
401
- #: includes/class-freemius.php:19065
402
- 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."
403
- msgstr "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."
404
-
405
- #: includes/class-freemius.php:19283
406
- msgid "Your %s Add-on plan was successfully upgraded."
407
- msgstr "Votre Add-on %s a bien été mis à jour."
408
-
409
- #: includes/class-freemius.php:19285
410
- msgid "%s Add-on was successfully purchased."
411
- msgstr "L'Add-on %s a bien été acheté."
412
-
413
- #: includes/class-freemius.php:19288
414
- msgid "Download the latest version"
415
- msgstr "Télécharger la dernière version"
416
-
417
- #: includes/class-freemius.php:19374
418
- 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"
419
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
-
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
- msgid "Error received from the server:"
424
- msgstr "Une erreur a été reçu depuis le serveur :"
425
-
426
- #: includes/class-freemius.php:19390
427
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
- msgstr "Il semble que l'un des paramètres d'authentification soit faux. Veuillez mettre à jour votre Public Key, votre Secret Key ainsi que vote User ID et essayez à nouveau."
429
-
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
- msgctxt ""
433
- msgid "Hmm"
434
- msgstr "Hmm"
435
-
436
- #: includes/class-freemius.php:19617
437
- 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."
438
- msgstr "Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour ou changer votre formule, le problème est probablement de votre côté - désolé."
439
-
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
- msgctxt "trial period"
443
- msgid "Trial"
444
- msgstr "Période d'essai"
445
-
446
- #: includes/class-freemius.php:19623
447
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
- msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
449
-
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
- msgid "Please contact us here"
452
- msgstr "Merci de nous contacter ici"
453
-
454
- #: includes/class-freemius.php:19638
455
- msgid "Your plan was successfully activated."
456
- msgstr "Your plan was successfully activated."
457
-
458
- #: includes/class-freemius.php:19639
459
- msgid "Your plan was successfully upgraded."
460
- msgstr "Votre formule a bien été mise à jour."
461
-
462
- #: includes/class-freemius.php:19656
463
- msgid "Your plan was successfully changed to %s."
464
- msgstr "Votre formule a bien été modifié vers %s. "
465
-
466
- #: includes/class-freemius.php:19672
467
- msgid "Your license has expired. You can still continue using the free %s forever."
468
- msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
469
-
470
- #: includes/class-freemius.php:19674
471
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
- msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
473
-
474
- #: includes/class-freemius.php:19682
475
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
- msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
477
-
478
- #: includes/class-freemius.php:19695
479
- 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."
480
- msgstr "Votre licence a expiré. Vous pouvez toujours utiliser les fonctionnalités %s mais vous devrez renouveler votre licence pour recevoir les mises à jour et une assistance."
481
-
482
- #: includes/class-freemius.php:19721
483
- msgid "Your free trial has expired. You can still continue using all our free features."
484
- msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
485
-
486
- #: includes/class-freemius.php:19723
487
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
- msgstr "Votre période d'essai gratuite est terminée. %1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
489
-
490
- #: includes/class-freemius.php:19831
491
- msgid "It looks like the license could not be activated."
492
- msgstr "Il semble que la licence ne puisse être activée."
493
-
494
- #: includes/class-freemius.php:19873
495
- msgid "Your license was successfully activated."
496
- msgstr "Votre licence a bien été activée."
497
-
498
- #: includes/class-freemius.php:19899
499
- msgid "It looks like your site currently doesn't have an active license."
500
- msgstr "Il semble que votre site n'ait pas de licence active."
501
-
502
- #: includes/class-freemius.php:19923
503
- msgid "It looks like the license deactivation failed."
504
- msgstr "Il semble que la désactivation de la licence a échoué."
505
-
506
- #: includes/class-freemius.php:19951
507
- msgid "Your license was successfully deactivated, you are back to the %s plan."
508
- msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
509
-
510
- #: includes/class-freemius.php:19952
511
- msgid "O.K"
512
- msgstr "O.K"
513
-
514
- #: includes/class-freemius.php:20005
515
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
- msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
517
-
518
- #: includes/class-freemius.php:20014
519
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
- msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
521
-
522
- #: includes/class-freemius.php:20056
523
- msgid "You are already running the %s in a trial mode."
524
- msgstr "Vous utilisez déjà le %s en période d'essai. "
525
-
526
- #: includes/class-freemius.php:20067
527
- msgid "You already utilized a trial before."
528
- msgstr "Vous avez déjà utilisé la période d'essai."
529
-
530
- #: includes/class-freemius.php:20081
531
- msgid "Plan %s do not exist, therefore, can't start a trial."
532
- msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
533
-
534
- #: includes/class-freemius.php:20092
535
- msgid "Plan %s does not support a trial period."
536
- msgstr "La formule %s ne propose pas de période d'essai."
537
-
538
- #: includes/class-freemius.php:20103
539
- msgid "None of the %s's plans supports a trial period."
540
- msgstr "Aucune formule du %s ne propose de période d'essai."
541
-
542
- #: includes/class-freemius.php:20153
543
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
- msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
545
-
546
- #: includes/class-freemius.php:20189
547
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
- msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
549
-
550
- #: includes/class-freemius.php:20208
551
- msgid "Your %s free trial was successfully cancelled."
552
- msgstr "Votre période d'essai %s a bien été annulé."
553
-
554
- #: includes/class-freemius.php:20524
555
- msgid "Version %s was released."
556
- msgstr "La version %s vient d'être publiée."
557
-
558
- #: includes/class-freemius.php:20524
559
- msgid "Please download %s."
560
- msgstr "Merci de télécharger %s."
561
-
562
- #: includes/class-freemius.php:20531
563
- msgid "the latest %s version here"
564
- msgstr "la dernière version de %s ici"
565
-
566
- #: includes/class-freemius.php:20536
567
- msgid "New"
568
- msgstr "Nouveau"
569
-
570
- #: includes/class-freemius.php:20541
571
- msgid "Seems like you got the latest release."
572
- msgstr "Il semble que vous ayez la dernière version."
573
-
574
- #: includes/class-freemius.php:20542
575
- msgid "You are all good!"
576
- msgstr "Vous êtes tout bon !"
577
-
578
- #: includes/class-freemius.php:20812
579
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
- msgstr "Un email de vérification vient d'être envoyé sur %s. Si vous ne le recevez pas d'ici 5 minutes, merci de vérifier dans vos spams."
581
-
582
- #: includes/class-freemius.php:20951
583
- msgid "Site successfully opted in."
584
- msgstr "Site ajouté avec succès."
585
-
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
- msgid "Awesome"
588
- msgstr "Formidable"
589
-
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
- msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
593
-
594
- #: includes/class-freemius.php:20969
595
- msgid "Thank you!"
596
- msgstr "Merci !"
597
-
598
- #: includes/class-freemius.php:20976
599
- msgid "We will no longer be sending any usage data of %s on %s to %s."
600
- msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
601
-
602
- #: includes/class-freemius.php:21105
603
- msgid "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."
604
- msgstr "Merci de vérifier votre messagerie, vous devriez recevoir un email via %s pour confirmer le changement de propriétaire. Pour des raisons de sécurité, vous devez confirmer le changement dans les prochaines 15 minutes. Vérifiez vos spams si vous ne recevez pas le message."
605
-
606
- #: includes/class-freemius.php:21111
607
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
- msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
609
-
610
- #: includes/class-freemius.php:21116
611
- msgid "%s is the new owner of the account."
612
- msgstr "%s est le nouveau propriétaire du compte."
613
-
614
- #: includes/class-freemius.php:21118
615
- msgctxt "as congratulations"
616
- msgid "Congrats"
617
- msgstr "Félicitations"
618
-
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Changement De Propriétaire"
630
-
631
- #: includes/class-freemius.php:21154
632
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
- msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
634
-
635
- #: includes/class-freemius.php:21166
636
- msgid "Please provide your full name."
637
- msgstr "Merci d'indiquer vos prénom et nom."
638
-
639
- #: includes/class-freemius.php:21171
640
- msgid "Your name was successfully updated."
641
- msgstr "Votre nom a été mis à jour."
642
-
643
- #: includes/class-freemius.php:21232
644
- msgid "You have successfully updated your %s."
645
- msgstr "Votre %s a bien été mis à jour."
646
-
647
- #: includes/class-freemius.php:21372
648
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
- msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
650
-
651
- #: includes/class-freemius.php:21373
652
- msgctxt "advance notice of something that will need attention."
653
- msgid "Heads up"
654
- msgstr "Avertissement"
655
-
656
- #: includes/class-freemius.php:21832
657
- msgctxt "exclamation"
658
- msgid "Hey"
659
- msgstr "Hey"
660
-
661
- #: includes/class-freemius.php:21832
662
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
- msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
664
-
665
- #: includes/class-freemius.php:21840
666
- msgid "No commitment for %s days - cancel anytime!"
667
- msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
668
-
669
- #: includes/class-freemius.php:21841
670
- msgid "No credit card required"
671
- msgstr "Pas besoin de carte bancaire"
672
-
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
- msgctxt "call to action"
675
- msgid "Start free trial"
676
- msgstr "Commencer l'essai gratuit"
677
-
678
- #: includes/class-freemius.php:21925
679
- 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!"
680
- msgstr "Dites, savez-vous que %s propose un système de affiliation ? Si vous aimez le %s vous pouvez devenir notre ambassadeur et gagner de l'argent !"
681
-
682
- #: includes/class-freemius.php:21934
683
- msgid "Learn more"
684
- msgstr "En savoir plus"
685
-
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
- #: templates/account/partials/addon.php:321
690
- msgid "Activate License"
691
- msgstr "Activer la licence"
692
-
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
- #: templates/account/partials/site.php:271
696
- msgid "Change License"
697
- msgstr "Changer la licence"
698
-
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
- msgid "Opt Out"
701
- msgstr "Désinscription"
702
-
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
- #: templates/account/partials/site.php49,
705
- #: templates/account/partials/site.php:169
706
- msgid "Opt In"
707
- msgstr "Inscription"
708
-
709
- #: includes/class-freemius.php:22453
710
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
-
713
- #: includes/class-freemius.php:22461
714
- msgid "Activate %s features"
715
- msgstr "Activer les fonctionnalités %s"
716
-
717
- #: includes/class-freemius.php:22474
718
- msgid "Please follow these steps to complete the upgrade"
719
- msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
720
-
721
- #: includes/class-freemius.php:22478
722
- msgid "Download the latest %s version"
723
- msgstr "Télécharger la dernière version %s"
724
-
725
- #: includes/class-freemius.php:22482
726
- msgid "Upload and activate the downloaded version"
727
- msgstr "Téléverser et activer la version téléchargée"
728
-
729
- #: includes/class-freemius.php:22484
730
- msgid "How to upload and activate?"
731
- msgstr "Comment téléverser et activer ?"
732
-
733
- #: includes/class-freemius.php:22618
734
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
- msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
736
-
737
- #: includes/class-freemius.php:22779
738
- msgid "Auto installation only works for opted-in users."
739
- msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
740
-
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
- msgid "Invalid module ID."
745
- msgstr "ID du module non valide."
746
-
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
- msgid "Premium version already active."
749
- msgstr "Version premium déjà active."
750
-
751
- #: includes/class-freemius.php:22805
752
- msgid "You do not have a valid license to access the premium version."
753
- msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
754
-
755
- #: includes/class-freemius.php:22812
756
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
- msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
758
-
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
- msgid "Premium add-on version already installed."
761
- msgstr "La version premium de l'add-on est déjà installée."
762
-
763
- #: includes/class-freemius.php:23180
764
- msgid "View paid features"
765
- msgstr "Voir les fonctionnalités payantes"
766
-
767
- #: includes/class-freemius.php:23502
768
- msgid "Thank you so much for using %s and its add-ons!"
769
- msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
770
-
771
- #: includes/class-freemius.php:23503
772
- msgid "Thank you so much for using %s!"
773
- msgstr "Merci beaucoup d'utiliser %s !"
774
-
775
- #: includes/class-freemius.php:23509
776
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
- msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
778
-
779
- #: includes/class-freemius.php:23513
780
- msgid "Thank you so much for using our products!"
781
- msgstr "Merci beaucoup d'utiliser nos produits !"
782
-
783
- #: includes/class-freemius.php:23514
784
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
- msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
786
-
787
- #: includes/class-freemius.php:23533
788
- msgid "%s and its add-ons"
789
- msgstr "%s et ses add-ons"
790
-
791
- #: includes/class-freemius.php:23542
792
- msgid "Products"
793
- msgstr "Produits"
794
-
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
- msgid "Yes"
797
- msgstr "Oui"
798
-
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
- msgid "send me security & feature updates, educational content and offers."
801
- msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
802
-
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
- msgid "No"
805
- msgstr "Non"
806
-
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
- msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
810
-
811
- #: includes/class-freemius.php:23563
812
- 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 :-)"
813
- msgstr "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 :-)"
814
-
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
- msgstr "Merci de nous indiquer si vous souhaitez que nous vous contactions pour les mises à jour de sécurité et de fonctionnalités, du contenu instructif et des offres spéciales :"
818
-
819
- #: includes/class-freemius.php:23847
820
- msgid "License key is empty."
821
- msgstr "La clé de licence est vide."
822
-
823
- #: includes/class-fs-plugin-updater.php206,
824
- #: templates/forms/premium-versions-upgrade-handler.php:57
825
- msgid "Renew license"
826
- msgstr "Renouvelez votre licence"
827
-
828
- #: includes/class-fs-plugin-updater.php211,
829
- #: templates/forms/premium-versions-upgrade-handler.php:58
830
- msgid "Buy license"
831
- msgstr "Acheter une licence"
832
-
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
- msgid "There is a %s of %s available."
836
- msgstr "Il y a une %s de %s disponible."
837
-
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
- msgid "new Beta version"
841
- msgstr "new Beta version"
842
-
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
- msgid "new version"
846
- msgstr "Nouvelle version"
847
-
848
- #: includes/class-fs-plugin-updater.php:383
849
- msgid "Important Upgrade Notice:"
850
- msgstr "Information importante de mise à jour :"
851
-
852
- #: includes/class-fs-plugin-updater.php:1277
853
- msgid "Installing plugin: %s"
854
- msgstr "Installation du plugin : %s"
855
-
856
- #: includes/class-fs-plugin-updater.php:1318
857
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
- msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
859
-
860
- #: includes/class-fs-plugin-updater.php:1500
861
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
- msgstr "Le package du plugin à télécharger ne contient pas de dossier avec le bon slug et iln'a pas été possible de le renommer."
863
-
864
- #: includes/fs-plugin-info-dialog.php:535
865
- msgid "Purchase More"
866
- msgstr "Purchase More"
867
-
868
- #: includes/fs-plugin-info-dialog.php536,
869
- #: templates/account/partials/addon.php:385
870
- msgctxt "verb"
871
- msgid "Purchase"
872
- msgstr "Acheter"
873
-
874
- #: includes/fs-plugin-info-dialog.php:540
875
- msgid "Start my free %s"
876
- msgstr "Commencer ma %s gratuite"
877
-
878
- #: includes/fs-plugin-info-dialog.php:738
879
- msgid "Install Free Version Update Now"
880
- msgstr "Installer la dernière mise à jour gratuite maintenant"
881
-
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
- msgid "Install Update Now"
884
- msgstr "Installer la mise à jour maintenant"
885
-
886
- #: includes/fs-plugin-info-dialog.php:748
887
- msgid "Install Free Version Now"
888
- msgstr "Installer la version gratuite maintenant"
889
-
890
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
891
- #: templates/auto-installation.php111,
892
- #: templates/account/partials/addon.php365,
893
- #: templates/account/partials/addon.php:418
894
- msgid "Install Now"
895
- msgstr "Installer maintenant"
896
-
897
- #: includes/fs-plugin-info-dialog.php:765
898
- msgctxt "as download latest version"
899
- msgid "Download Latest Free Version"
900
- msgstr "Télécharger la dernière version gratuite"
901
-
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
- msgctxt "as download latest version"
905
- msgid "Download Latest"
906
- msgstr "Télécharger la dernière version"
907
-
908
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
909
- #: templates/account/partials/addon.php356,
910
- #: templates/account/partials/addon.php:412
911
- msgid "Activate this add-on"
912
- msgstr "Activer cet add-on"
913
-
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
- msgid "Activate Free Version"
916
- msgstr "Activez la version gratuite"
917
-
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
- msgid "Activate"
921
- msgstr "Activer"
922
-
923
- #: includes/fs-plugin-info-dialog.php:994
924
- msgctxt "Plugin installer section title"
925
- msgid "Description"
926
- msgstr "Description"
927
-
928
- #: includes/fs-plugin-info-dialog.php:995
929
- msgctxt "Plugin installer section title"
930
- msgid "Installation"
931
- msgstr "Installation"
932
-
933
- #: includes/fs-plugin-info-dialog.php:996
934
- msgctxt "Plugin installer section title"
935
- msgid "FAQ"
936
- msgstr "FAQ"
937
-
938
- #: includes/fs-plugin-info-dialog.php997,
939
- #: templates/plugin-info/description.php:55
940
- msgid "Screenshots"
941
- msgstr "Captures d'écran"
942
-
943
- #: includes/fs-plugin-info-dialog.php:998
944
- msgctxt "Plugin installer section title"
945
- msgid "Changelog"
946
- msgstr "Changelog"
947
-
948
- #: includes/fs-plugin-info-dialog.php:999
949
- msgctxt "Plugin installer section title"
950
- msgid "Reviews"
951
- msgstr "Commentaires"
952
-
953
- #: includes/fs-plugin-info-dialog.php:1000
954
- msgctxt "Plugin installer section title"
955
- msgid "Other Notes"
956
- msgstr "Autres Informations"
957
-
958
- #: includes/fs-plugin-info-dialog.php:1015
959
- msgctxt "Plugin installer section title"
960
- msgid "Features & Pricing"
961
- msgstr "Fonctionnalités & Tarifs"
962
-
963
- #: includes/fs-plugin-info-dialog.php:1025
964
- msgid "Plugin Install"
965
- msgstr "Installation du Plugin"
966
-
967
- #: includes/fs-plugin-info-dialog.php:1097
968
- msgctxt "e.g. Professional Plan"
969
- msgid "%s Plan"
970
- msgstr "Formule %s"
971
-
972
- #: includes/fs-plugin-info-dialog.php:1123
973
- msgctxt "e.g. the best product"
974
- msgid "Best"
975
- msgstr "Best"
976
-
977
- #: includes/fs-plugin-info-dialog.php1129,
978
- #: includes/fs-plugin-info-dialog.php:1149
979
- msgctxt "as every month"
980
- msgid "Monthly"
981
- msgstr "Mensuel"
982
-
983
- #: includes/fs-plugin-info-dialog.php:1132
984
- msgctxt "as once a year"
985
- msgid "Annual"
986
- msgstr "Annuel"
987
-
988
- #: includes/fs-plugin-info-dialog.php:1135
989
- msgid "Lifetime"
990
- msgstr "À vie"
991
-
992
- #: includes/fs-plugin-info-dialog.php1149,
993
- #: includes/fs-plugin-info-dialog.php1151,
994
- #: includes/fs-plugin-info-dialog.php:1153
995
- msgctxt "e.g. billed monthly"
996
- msgid "Billed %s"
997
- msgstr "%s Facturé"
998
-
999
- #: includes/fs-plugin-info-dialog.php:1151
1000
- msgctxt "as once a year"
1001
- msgid "Annually"
1002
- msgstr "Annuel"
1003
-
1004
- #: includes/fs-plugin-info-dialog.php:1153
1005
- msgctxt "as once a year"
1006
- msgid "Once"
1007
- msgstr "Une fois"
1008
-
1009
- #: includes/fs-plugin-info-dialog.php:1159
1010
- msgid "Single Site License"
1011
- msgstr "Licence 1 site"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php:1161
1014
- msgid "Unlimited Licenses"
1015
- msgstr "Licences sites illimités"
1016
-
1017
- #: includes/fs-plugin-info-dialog.php:1163
1018
- msgid "Up to %s Sites"
1019
- msgstr "Jusqu'à %s Sites"
1020
-
1021
- #: includes/fs-plugin-info-dialog.php1173,
1022
- #: templates/plugin-info/features.php:82
1023
- msgctxt "as monthly period"
1024
- msgid "mo"
1025
- msgstr "mois"
1026
-
1027
- #: includes/fs-plugin-info-dialog.php1180,
1028
- #: templates/plugin-info/features.php:80
1029
- msgctxt "as annual period"
1030
- msgid "year"
1031
- msgstr "année"
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:1234
1034
- msgctxt "noun"
1035
- msgid "Price"
1036
- msgstr "Tarif"
1037
-
1038
- #: includes/fs-plugin-info-dialog.php:1282
1039
- msgid "Save %s"
1040
- msgstr "Économisez %s"
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1292
1043
- msgid "No commitment for %s - cancel anytime"
1044
- msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
1045
-
1046
- #: includes/fs-plugin-info-dialog.php:1295
1047
- msgid "After your free %s, pay as little as %s"
1048
- msgstr "Après vos %s gratuits, payez seulement %s"
1049
-
1050
- #: includes/fs-plugin-info-dialog.php:1306
1051
- msgid "Details"
1052
- msgstr "Détails"
1053
-
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
- #: templates/account/partials/addon.php:36
1057
- msgctxt "product version"
1058
- msgid "Version"
1059
- msgstr "Version"
1060
-
1061
- #: includes/fs-plugin-info-dialog.php:1317
1062
- msgctxt "as the plugin author"
1063
- msgid "Author"
1064
- msgstr "Auteur"
1065
-
1066
- #: includes/fs-plugin-info-dialog.php:1324
1067
- msgid "Last Updated"
1068
- msgstr "Dernière mise à jour"
1069
-
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
- msgctxt "x-ago"
1072
- msgid "%s ago"
1073
- msgstr "Il y a %s"
1074
-
1075
- #: includes/fs-plugin-info-dialog.php:1338
1076
- msgid "Requires WordPress Version"
1077
- msgstr "Version de WordPress requise"
1078
-
1079
- #: includes/fs-plugin-info-dialog.php:1339
1080
- msgid "%s or higher"
1081
- msgstr "%s ou plus"
1082
-
1083
- #: includes/fs-plugin-info-dialog.php:1346
1084
- msgid "Compatible up to"
1085
- msgstr "Compatible jusqu'à"
1086
-
1087
- #: includes/fs-plugin-info-dialog.php:1354
1088
- msgid "Downloaded"
1089
- msgstr "Téléchargé"
1090
-
1091
- #: includes/fs-plugin-info-dialog.php:1358
1092
- msgid "%s time"
1093
- msgstr "%s fois"
1094
-
1095
- #: includes/fs-plugin-info-dialog.php:1360
1096
- msgid "%s times"
1097
- msgstr "%s fois"
1098
-
1099
- #: includes/fs-plugin-info-dialog.php:1370
1100
- msgid "WordPress.org Plugin Page"
1101
- msgstr "Page WordPress.org du plugin"
1102
-
1103
- #: includes/fs-plugin-info-dialog.php:1378
1104
- msgid "Plugin Homepage"
1105
- msgstr "Site Web du plugin"
1106
-
1107
- #: includes/fs-plugin-info-dialog.php1386,
1108
- #: includes/fs-plugin-info-dialog.php:1468
1109
- msgid "Donate to this plugin"
1110
- msgstr "Faire une donation pour ce plugin"
1111
-
1112
- #: includes/fs-plugin-info-dialog.php:1393
1113
- msgid "Average Rating"
1114
- msgstr "Note moyenne"
1115
-
1116
- #: includes/fs-plugin-info-dialog.php:1400
1117
- msgid "based on %s"
1118
- msgstr "Basé sur %s"
1119
-
1120
- #: includes/fs-plugin-info-dialog.php:1404
1121
- msgid "%s rating"
1122
- msgstr "%s notation"
1123
-
1124
- #: includes/fs-plugin-info-dialog.php:1406
1125
- msgid "%s ratings"
1126
- msgstr "%snotations "
1127
-
1128
- #: includes/fs-plugin-info-dialog.php:1421
1129
- msgid "%s star"
1130
- msgstr "%s étoile"
1131
-
1132
- #: includes/fs-plugin-info-dialog.php:1423
1133
- msgid "%s stars"
1134
- msgstr "%s étoiles"
1135
-
1136
- #: includes/fs-plugin-info-dialog.php:1434
1137
- msgid "Click to see reviews that provided a rating of %s"
1138
- msgstr "Cliquez pour voir les avis avec une notation de %s"
1139
-
1140
- #: includes/fs-plugin-info-dialog.php:1447
1141
- msgid "Contributors"
1142
- msgstr "Contributeurs"
1143
-
1144
- #: includes/fs-plugin-info-dialog.php1476,
1145
- #: includes/fs-plugin-info-dialog.php:1478
1146
- msgid "Warning"
1147
- msgstr "Attention"
1148
-
1149
- #: includes/fs-plugin-info-dialog.php:1476
1150
- msgid "This plugin has not been tested with your current version of WordPress."
1151
- msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
1152
-
1153
- #: includes/fs-plugin-info-dialog.php:1478
1154
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1155
- msgstr "Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPress"
1156
-
1157
- #: includes/fs-plugin-info-dialog.php:1497
1158
- msgid "Paid add-on must be deployed to Freemius."
1159
- msgstr "Les add-ons payant doivent être déposés sur Freemius"
1160
-
1161
- #: includes/fs-plugin-info-dialog.php:1498
1162
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1163
- msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
1164
-
1165
- #: includes/fs-plugin-info-dialog.php:1519
1166
- msgid "Newer Version (%s) Installed"
1167
- msgstr "Nouvelle Version (%s) Installée"
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:1520
1170
- msgid "Newer Free Version (%s) Installed"
1171
- msgstr "La nouvelle version gratuite ( %s ) a été installé"
1172
-
1173
- #: includes/fs-plugin-info-dialog.php:1527
1174
- msgid "Latest Version Installed"
1175
- msgstr "Dernière Version Installée"
1176
-
1177
- #: includes/fs-plugin-info-dialog.php:1528
1178
- msgid "Latest Free Version Installed"
1179
- msgstr "La dernière version gratuite a été installé"
1180
-
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
- #: templates/account/partials/addon.php26,
1183
- #: templates/account/partials/site.php:311
1184
- msgid "Downgrading your plan"
1185
- msgstr "Rétrograder votre formule"
1186
-
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
- #: templates/account/partials/addon.php27,
1189
- #: templates/account/partials/site.php:312
1190
- msgid "Cancelling the subscription"
1191
- msgstr "Annuler votre abonnement"
1192
-
1193
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
- #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
- #: templates/account/partials/site.php:314
1197
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
-
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
- #: templates/account/partials/addon.php30,
1202
- #: templates/account/partials/site.php:315
1203
- 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."
1204
- msgstr "Veuillez noter que nous ne serons pas en mesure de garantir le maintien des prix actuels pour les renouvellements/nouveaux abonnements après une annulation. Si vous choisissez de renouveler l'abonnement manuellement à l'avenir, après une augmentation de prix, qui se produit généralement une fois par an, le prix mis à jour vous sera facturé."
1205
-
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
- #: templates/account/partials/addon.php:31
1208
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
- msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
1210
-
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
- #: templates/account/partials/addon.php32,
1213
- #: templates/account/partials/site.php:316
1214
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
- msgstr "Vous pouvez toujours profiter de toutes les fonctionnalités de %s mais vous n'aurez plus accès aux mises à jour de sécurité ou de fonctionnalités de %s, ni au support."
1216
-
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
- #: templates/account/partials/addon.php33,
1219
- #: templates/account/partials/site.php:317
1220
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
- msgstr "Une fois la licence expirée vous pourrez toujours utiliser la version gratuite mais vous n'aurez PAS accès aux fonctionnalités de %s."
1222
-
1223
- #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
- #: templates/account/partials/activate-license-button.php31,
1226
- #: templates/account/partials/addon.php:35
1227
- msgid "Activate %s Plan"
1228
- msgstr "Activer la formule %s"
1229
-
1230
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
- #: templates/account/partials/site.php:291
1233
- msgid "Auto renews in %s"
1234
- msgstr "Renouvellements automatique dans %s"
1235
-
1236
- #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
- #: templates/account/partials/site.php:293
1239
- msgid "Expires in %s"
1240
- msgstr "Expire dans %s"
1241
-
1242
- #: templates/account.php:107
1243
- msgctxt "as synchronize license"
1244
- msgid "Sync License"
1245
- msgstr "Synchroniser la licence"
1246
-
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
- msgid "Cancel Trial"
1249
- msgstr "Annuler la période d'essai"
1250
-
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
- msgid "Change Plan"
1253
- msgstr "Changer de formule"
1254
-
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
- msgctxt "verb"
1257
- msgid "Upgrade"
1258
- msgstr "Mise à jour"
1259
-
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
- #: templates/account/partials/site.php:318
1262
- msgctxt "verb"
1263
- msgid "Downgrade"
1264
- msgstr "Rétrograder"
1265
-
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
- #: templates/plugin-info/features.php72,
1268
- #: templates/account/partials/addon.php47,
1269
- #: templates/account/partials/site.php:33
1270
- msgid "Free"
1271
- msgstr "Gratuit"
1272
-
1273
- #: templates/account.php116, templates/debug.php373,
1274
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
- #: templates/account/partials/addon.php:49
1276
- msgctxt "as product pricing plan"
1277
- msgid "Plan"
1278
- msgstr "Formule"
1279
-
1280
- #: templates/account.php:117
1281
- msgid "Bundle Plan"
1282
- msgstr "Bundle Plan"
1283
-
1284
- #: templates/account.php:191
1285
- msgid "Free Trial"
1286
- msgstr "Essai gratuit"
1287
-
1288
- #: templates/account.php:202
1289
- msgid "Account Details"
1290
- msgstr "Détails du compte"
1291
-
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
- msgid "Start Debug"
1294
- msgstr "Start Debug"
1295
-
1296
- #: templates/account.php:211
1297
- msgid "Stop Debug"
1298
- msgstr "Stop Debug"
1299
-
1300
- #: templates/account.php:218
1301
- msgid "Billing & Invoices"
1302
- msgstr "Billing & Invoices"
1303
-
1304
- #: templates/account.php:229
1305
- 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?"
1306
- msgstr "Supprimer le compte désactivera automatiquement la licence de votre formule %s afin que vous puissiez l'utiliser sur d'autres sites. Si vous voulez aussi annuler le paiement récurrent, cliquez sur le bouton \"Annuler\" et commencez par \"Rétrograder\" votre compte. Êtes-vous sûr de vouloir poursuivre la suppression ? "
1307
-
1308
- #: templates/account.php:231
1309
- 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?"
1310
- msgstr "La suppression est permanente. Ne faites cette suppression que si vous ne souhaitez plus utiliser le %s. Êtes-vous sûr de vouloir poursuivre la suppression ?"
1311
-
1312
- #: templates/account.php:234
1313
- msgid "Delete Account"
1314
- msgstr "Supprimer le compte"
1315
-
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
- #: templates/account/partials/deactivate-license-button.php:35
1318
- msgid "Deactivate License"
1319
- msgstr "Désactiver la licence"
1320
-
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
- msgid "Are you sure you want to proceed?"
1323
- msgstr "Êtes-vous de vouloir continuer ?"
1324
-
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
- msgid "Cancel Subscription"
1327
- msgstr "Annuler l'abonnement"
1328
-
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
- msgctxt "as synchronize"
1331
- msgid "Sync"
1332
- msgstr "Synchroniser"
1333
-
1334
- #: templates/account.php313, templates/debug.php:507
1335
- msgid "Name"
1336
- msgstr "Nom"
1337
-
1338
- #: templates/account.php319, templates/debug.php:508
1339
- msgid "Email"
1340
- msgstr "Email"
1341
-
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
- msgid "User ID"
1344
- msgstr "User ID"
1345
-
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
- #: templates/debug.php632, templates/account/payments.php35,
1350
- #: templates/debug/logger.php:21
1351
- msgid "ID"
1352
- msgstr "ID"
1353
-
1354
- #: templates/account.php:351
1355
- msgid "Site ID"
1356
- msgstr "Site ID"
1357
-
1358
- #: templates/account.php:354
1359
- msgid "No ID"
1360
- msgstr "ID manquant"
1361
-
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
- #: templates/account/partials/site.php:227
1365
- msgid "Public Key"
1366
- msgstr "Clef publique"
1367
-
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
- msgid "Secret Key"
1371
- msgstr "Clef secrête"
1372
-
1373
- #: templates/account.php:368
1374
- msgctxt "as secret encryption key missing"
1375
- msgid "No Secret"
1376
- msgstr "Clef secrète manquante"
1377
-
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
- #: templates/account/partials/site.php:122
1380
- msgid "Trial"
1381
- msgstr "Période d'essai"
1382
-
1383
- #: templates/account.php422, templates/debug.php562,
1384
- #: templates/account/partials/site.php:260
1385
- msgid "License Key"
1386
- msgstr "Clef de licence"
1387
-
1388
- #: templates/account.php:453
1389
- msgid "Join the Beta program"
1390
- msgstr "Join the Beta program"
1391
-
1392
- #: templates/account.php:459
1393
- msgid "not verified"
1394
- msgstr "Non vérifié"
1395
-
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
- msgid "Expired"
1398
- msgstr "Expiré"
1399
-
1400
- #: templates/account.php:528
1401
- msgid "Premium version"
1402
- msgstr "Version premium"
1403
-
1404
- #: templates/account.php:530
1405
- msgid "Free version"
1406
- msgstr "Version gratuite"
1407
-
1408
- #: templates/account.php:542
1409
- msgid "Verify Email"
1410
- msgstr "Vérifier l'email"
1411
-
1412
- #: templates/account.php:553
1413
- msgid "Download %s Version"
1414
- msgstr "Télécharger la version %s"
1415
-
1416
- #: templates/account.php568, templates/account.php820,
1417
- #: templates/account/partials/site.php248,
1418
- #: templates/account/partials/site.php:270
1419
- msgctxt "verb"
1420
- msgid "Show"
1421
- msgstr "Afficher"
1422
-
1423
- #: templates/account.php:583
1424
- msgid "What is your %s?"
1425
- msgstr "Quel est votre %s ?"
1426
-
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
- msgctxt "verb"
1429
- msgid "Edit"
1430
- msgstr "Éditer"
1431
-
1432
- #: templates/account.php:616
1433
- msgid "Sites"
1434
- msgstr "Sites"
1435
-
1436
- #: templates/account.php:629
1437
- msgid "Search by address"
1438
- msgstr "Recherche par adresse"
1439
-
1440
- #: templates/account.php638, templates/debug.php:368
1441
- msgid "Address"
1442
- msgstr "Adresse"
1443
-
1444
- #: templates/account.php:639
1445
- msgid "License"
1446
- msgstr "Licence"
1447
-
1448
- #: templates/account.php:640
1449
- msgid "Plan"
1450
- msgstr "Formule"
1451
-
1452
- #: templates/account.php:685
1453
- msgctxt "as software license"
1454
- msgid "License"
1455
- msgstr "Licence"
1456
-
1457
- #: templates/account.php:814
1458
- msgctxt "verb"
1459
- msgid "Hide"
1460
- msgstr "Cacher"
1461
-
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
- msgid "Processing"
1464
- msgstr "Traitement en cours"
1465
-
1466
- #: templates/account.php:839
1467
- msgid "Get updates for bleeding edge Beta versions of %s."
1468
- msgstr "Get updates for bleeding edge Beta versions of %s."
1469
-
1470
- #: templates/account.php:897
1471
- msgid "Cancelling %s"
1472
- msgstr "Annulation de %s"
1473
-
1474
- #: templates/account.php897, templates/account.php914,
1475
- #: templates/forms/subscription-cancellation.php27,
1476
- #: templates/forms/deactivation/form.php:133
1477
- msgid "trial"
1478
- msgstr "essai"
1479
-
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
- msgid "Cancelling %s..."
1482
- msgstr "Annulation de %s..."
1483
-
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
- #: templates/forms/deactivation/form.php:134
1486
- msgid "subscription"
1487
- msgstr "abonnement"
1488
-
1489
- #: templates/account.php:929
1490
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1491
- msgstr "Désactiver la licence bloquera toutes les fonctionnalités premium mais vous permettra d'activer la licence sur un autre site. Êtes-vous sûr de vouloir continuer ?"
1492
-
1493
- #: templates/add-ons.php:38
1494
- msgid "View details"
1495
- msgstr "Voir les détails"
1496
-
1497
- #: templates/add-ons.php:48
1498
- msgid "Add Ons for %s"
1499
- msgstr "Add Ons pour %s"
1500
-
1501
- #: templates/add-ons.php:58
1502
- 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."
1503
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1504
-
1505
- #: templates/add-ons.php:229
1506
- msgctxt "active add-on"
1507
- msgid "Active"
1508
- msgstr "Active"
1509
-
1510
- #: templates/add-ons.php:230
1511
- msgctxt "installed add-on"
1512
- msgid "Installed"
1513
- msgstr "Installed"
1514
-
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
- #: templates/forms/resend-key.php:77
1517
- msgctxt "as close a window"
1518
- msgid "Dismiss"
1519
- msgstr "Fermer"
1520
-
1521
- #: templates/auto-installation.php:45
1522
- msgid "%s sec"
1523
- msgstr "%s sec"
1524
-
1525
- #: templates/auto-installation.php:83
1526
- msgid "Automatic Installation"
1527
- msgstr "Installation automatique"
1528
-
1529
- #: templates/auto-installation.php:93
1530
- msgid "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."
1531
- msgstr "Un téléchargement et une installation automatique de %s (version premium) de %s va commencer dans %s. Si vous voulez le faire manuellement, cliquez sur le bouton d'annulation maintenant."
1532
-
1533
- #: templates/auto-installation.php:104
1534
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1535
- msgstr "L'installation a commencé et peut prendre quelques minutes pour se finir. Merci de patienter jusqu'à ce qu'elle soit terminée - veuillez ne pas rafraichir cette page."
1536
-
1537
- #: templates/auto-installation.php:109
1538
- msgid "Cancel Installation"
1539
- msgstr "Annuler l'installation"
1540
-
1541
- #: templates/checkout.php:180
1542
- msgid "Checkout"
1543
- msgstr "Paiement"
1544
-
1545
- #: templates/checkout.php:180
1546
- msgid "PCI compliant"
1547
- msgstr "Compatible PCI"
1548
-
1549
- #. translators: %s: name (e.g. Hey John,)
1550
- #: templates/connect.php:112
1551
- msgctxt "greeting"
1552
- msgid "Hey %s,"
1553
- msgstr "Hey %s,"
1554
-
1555
- #: templates/connect.php:154
1556
- msgid "Allow & Continue"
1557
- msgstr "Autoriser & Continuer"
1558
-
1559
- #: templates/connect.php:158
1560
- msgid "Re-send activation email"
1561
- msgstr "Renvoyer l'email d'activation"
1562
-
1563
- #: templates/connect.php:162
1564
- msgid "Thanks %s!"
1565
- msgstr "Merci %s !"
1566
-
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
- msgid "Agree & Activate License"
1569
- msgstr "Valider & Activer la licence"
1570
-
1571
- #: templates/connect.php:181
1572
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
- msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
1574
-
1575
- #: templates/connect.php:188
1576
- 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."
1577
- msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s."
1578
-
1579
- #: templates/connect.php:189
1580
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
- msgstr "Ne manquez jamais une mise à jour importante - optez pour nos notifications de mises à jour de sécurité et de fonctionnalités, et un suivi diagnostique non sensible avec %4$s."
1582
-
1583
- #: templates/connect.php:195
1584
- 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. If you skip this, that's okay! %1$s will still work just fine."
1585
- msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
1586
-
1587
- #: templates/connect.php:196
1588
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1589
- msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
1590
-
1591
- #: templates/connect.php:230
1592
- msgid "We're excited to introduce the Freemius network-level integration."
1593
- msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
1594
-
1595
- #: templates/connect.php:233
1596
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
- msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
1598
-
1599
- #: templates/connect.php:235
1600
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
- msgstr "Si vous voulez utiliser le %s sur ces sites, merci d'indiquer votre clé de licence ci-dessous et de cliquer sur le bouton d'activation."
1602
-
1603
- #: templates/connect.php:237
1604
- msgid "%s's paid features"
1605
- msgstr "Fonctionnalités payantes de %s"
1606
-
1607
- #: templates/connect.php:242
1608
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
- msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
1610
-
1611
- #: templates/connect.php:244
1612
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
- msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
1614
-
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
- #: templates/forms/license-activation.php:49
1617
- msgid "License key"
1618
- msgstr "Clef de licence"
1619
-
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
- msgid "Can't find your license key?"
1622
- msgstr "Vous ne trouvez pas votre clef de licence ?"
1623
-
1624
- #: templates/connect.php315, templates/connect.php652,
1625
- #: templates/forms/deactivation/retry-skip.php:20
1626
- msgctxt "verb"
1627
- msgid "Skip"
1628
- msgstr "Passer"
1629
-
1630
- #: templates/connect.php:318
1631
- msgid "Delegate to Site Admins"
1632
- msgstr "Déléguer aux administrateurs du site"
1633
-
1634
- #: templates/connect.php:318
1635
- msgid "If you click it, this decision will be delegated to the sites administrators."
1636
- msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
1637
-
1638
- #: templates/connect.php:346
1639
- msgid "Your Profile Overview"
1640
- msgstr "Résumé de votre profil"
1641
-
1642
- #: templates/connect.php:347
1643
- msgid "Name and email address"
1644
- msgstr "Nom et adresse email"
1645
-
1646
- #: templates/connect.php:352
1647
- msgid "Your Site Overview"
1648
- msgstr "Résumé de votre site"
1649
-
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "Site URL, WP version, PHP info, plugins & themes"
1653
-
1654
- #: templates/connect.php:358
1655
- msgid "Admin Notices"
1656
- msgstr "Notifications Administrateur"
1657
-
1658
- #: templates/connect.php359, templates/connect.php:375
1659
- msgid "Updates, announcements, marketing, no spam"
1660
- msgstr "Mises à jour, annonces, marketing, pas de spam"
1661
-
1662
- #: templates/connect.php:364
1663
- msgid "Current %s Events"
1664
- msgstr "Évènements du %s actuel"
1665
-
1666
- #: templates/connect.php:365
1667
- msgid "Activation, deactivation and uninstall"
1668
- msgstr "Activation, désactivation et désintallation"
1669
-
1670
- #: templates/connect.php:374
1671
- msgid "Newsletter"
1672
- msgstr "Newsletter"
1673
-
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
1675
- msgid "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."
1676
- msgstr "Le %1$s va régulièrement envoyer des données à %2$s pour vérifier les mises à jour de sécurité et de fonctionnalités ainsi que pour vérifier la validité de votre licence."
1677
-
1678
- #: templates/connect.php:396
1679
- msgid "What permissions are being granted?"
1680
- msgstr "Quelles autorisations sont accordées ?"
1681
-
1682
- #: templates/connect.php:417
1683
- msgid "Don't have a license key?"
1684
- msgstr "Vous n'avez pas de clef de licence ?"
1685
-
1686
- #: templates/connect.php:420
1687
- msgid "Have a license key?"
1688
- msgstr "Vous avez une clef de licence ?"
1689
-
1690
- #: templates/connect.php:428
1691
- msgid "Privacy Policy"
1692
- msgstr "Politique de confidentialité"
1693
-
1694
- #: templates/connect.php:430
1695
- msgid "License Agreement"
1696
- msgstr "Contrat de licence"
1697
-
1698
- #: templates/connect.php:430
1699
- msgid "Terms of Service"
1700
- msgstr "Conditions générales de service"
1701
-
1702
- #: templates/connect.php:805
1703
- msgctxt "as in the process of sending an email"
1704
- msgid "Sending email"
1705
- msgstr "Email en cours d'envoi"
1706
-
1707
- #: templates/connect.php:806
1708
- msgctxt "as activating plugin"
1709
- msgid "Activating"
1710
- msgstr "Activation en cours"
1711
-
1712
- #: templates/contact.php:78
1713
- msgid "Contact"
1714
- msgstr "Contact"
1715
-
1716
- #: templates/debug.php:17
1717
- msgctxt "as turned off"
1718
- msgid "Off"
1719
- msgstr "Off"
1720
-
1721
- #: templates/debug.php:18
1722
- msgctxt "as turned on"
1723
- msgid "On"
1724
- msgstr "On"
1725
-
1726
- #: templates/debug.php:20
1727
- msgid "SDK"
1728
- msgstr "SDK"
1729
-
1730
- #: templates/debug.php:24
1731
- msgctxt "as code debugging"
1732
- msgid "Debugging"
1733
- msgstr "Debuggage"
1734
-
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
- msgid "Actions"
1738
- msgstr "Actions"
1739
-
1740
- #: templates/debug.php:64
1741
- msgid "Are you sure you want to delete all Freemius data?"
1742
- msgstr "Êtes-vous sûr de vouloir supprimer toutes les données de Freemius ?"
1743
-
1744
- #: templates/debug.php:64
1745
- msgid "Delete All Accounts"
1746
- msgstr "Supprimer tous les comptes"
1747
-
1748
- #: templates/debug.php:71
1749
- msgid "Clear API Cache"
1750
- msgstr "Vider le cache API"
1751
-
1752
- #: templates/debug.php:79
1753
- msgid "Clear Updates Transients"
1754
- msgstr "Vider les transients de mise à jour"
1755
-
1756
- #: templates/debug.php:86
1757
- msgid "Sync Data From Server"
1758
- msgstr "Synchronisation des données depuis le serveur"
1759
-
1760
- #: templates/debug.php:95
1761
- msgid "Migrate Options to Network"
1762
- msgstr "Migrer les options vers le réseau"
1763
-
1764
- #: templates/debug.php:100
1765
- msgid "Load DB Option"
1766
- msgstr "Chargement des options de la base de données"
1767
-
1768
- #: templates/debug.php:103
1769
- msgid "Set DB Option"
1770
- msgstr "Mise en place des options de la base de données"
1771
-
1772
- #: templates/debug.php:182
1773
- msgid "Key"
1774
- msgstr "Clef"
1775
-
1776
- #: templates/debug.php:183
1777
- msgid "Value"
1778
- msgstr "Valeur"
1779
-
1780
- #: templates/debug.php:199
1781
- msgctxt "as software development kit versions"
1782
- msgid "SDK Versions"
1783
- msgstr "Versions du SDK"
1784
-
1785
- #: templates/debug.php:204
1786
- msgid "SDK Path"
1787
- msgstr "Chemin d'accès du SDK"
1788
-
1789
- #: templates/debug.php205, templates/debug.php:244
1790
- msgid "Module Path"
1791
- msgstr "Chemin d'accès du module"
1792
-
1793
- #: templates/debug.php:206
1794
- msgid "Is Active"
1795
- msgstr "Est actif"
1796
-
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
- msgid "Plugins"
1799
- msgstr "Plugins"
1800
-
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
- msgid "Themes"
1803
- msgstr "Thèmes"
1804
-
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
- #: templates/debug/scheduled-crons.php:80
1807
- msgid "Slug"
1808
- msgstr "Slug"
1809
-
1810
- #: templates/debug.php241, templates/debug.php:455
1811
- msgid "Title"
1812
- msgstr "Titre"
1813
-
1814
- #: templates/debug.php:242
1815
- msgctxt "as application program interface"
1816
- msgid "API"
1817
- msgstr "API"
1818
-
1819
- #: templates/debug.php:243
1820
- msgid "Freemius State"
1821
- msgstr "État de Freemius"
1822
-
1823
- #: templates/debug.php:247
1824
- msgid "Network Blog"
1825
- msgstr "Réseau de Blog"
1826
-
1827
- #: templates/debug.php:248
1828
- msgid "Network User"
1829
- msgstr "Réseau d'Utilisateur"
1830
-
1831
- #: templates/debug.php:285
1832
- msgctxt "as connection was successful"
1833
- msgid "Connected"
1834
- msgstr "Connecté"
1835
-
1836
- #: templates/debug.php:286
1837
- msgctxt "as connection blocked"
1838
- msgid "Blocked"
1839
- msgstr "Bloqué"
1840
-
1841
- #: templates/debug.php:322
1842
- msgid "Simulate Trial Promotion"
1843
- msgstr "Simuler la promotion d'essai"
1844
-
1845
- #: templates/debug.php:334
1846
- msgid "Simulate Network Upgrade"
1847
- msgstr "Simuler la mise à jour du réseau"
1848
-
1849
- #: templates/debug.php:359
1850
- msgid "%s Installs"
1851
- msgstr "%s Installations"
1852
-
1853
- #: templates/debug.php:361
1854
- msgctxt "like websites"
1855
- msgid "Sites"
1856
- msgstr "Sites"
1857
-
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
- msgid "Blog ID"
1860
- msgstr "Blog ID"
1861
-
1862
- #: templates/debug.php:372
1863
- msgid "License ID"
1864
- msgstr "License ID"
1865
-
1866
- #: templates/debug.php436, templates/debug.php535,
1867
- #: templates/account/partials/addon.php:435
1868
- msgctxt "verb"
1869
- msgid "Delete"
1870
- msgstr "Supprimer"
1871
-
1872
- #: templates/debug.php:450
1873
- msgid "Add Ons of module %s"
1874
- msgstr "Add Ons du module %s"
1875
-
1876
- #: templates/debug.php:502
1877
- msgid "Users"
1878
- msgstr "Utilisateurs"
1879
-
1880
- #: templates/debug.php:509
1881
- msgid "Verified"
1882
- msgstr "Vérifié"
1883
-
1884
- #: templates/debug.php:551
1885
- msgid "%s Licenses"
1886
- msgstr "%s Licences"
1887
-
1888
- #: templates/debug.php:556
1889
- msgid "Plugin ID"
1890
- msgstr "ID du plugin"
1891
-
1892
- #: templates/debug.php:558
1893
- msgid "Plan ID"
1894
- msgstr "ID de la formule"
1895
-
1896
- #: templates/debug.php:559
1897
- msgid "Quota"
1898
- msgstr "Quota"
1899
-
1900
- #: templates/debug.php:560
1901
- msgid "Activated"
1902
- msgstr "Activé"
1903
-
1904
- #: templates/debug.php:561
1905
- msgid "Blocking"
1906
- msgstr "Bloquant"
1907
-
1908
- #: templates/debug.php:563
1909
- msgctxt "as expiration date"
1910
- msgid "Expiration"
1911
- msgstr "Expiration"
1912
-
1913
- #: templates/debug.php:590
1914
- msgid "Debug Log"
1915
- msgstr "Debug Log"
1916
-
1917
- #: templates/debug.php:594
1918
- msgid "All Types"
1919
- msgstr "Tous les types"
1920
-
1921
- #: templates/debug.php:601
1922
- msgid "All Requests"
1923
- msgstr "Toutes les demandes"
1924
-
1925
- #: templates/debug.php606, templates/debug.php635,
1926
- #: templates/debug/logger.php:25
1927
- msgid "File"
1928
- msgstr "Fichier"
1929
-
1930
- #: templates/debug.php607, templates/debug.php633,
1931
- #: templates/debug/logger.php:23
1932
- msgid "Function"
1933
- msgstr "Fonction"
1934
-
1935
- #: templates/debug.php:608
1936
- msgid "Process ID"
1937
- msgstr "ID du processus"
1938
-
1939
- #: templates/debug.php:609
1940
- msgid "Logger"
1941
- msgstr "Logger"
1942
-
1943
- #: templates/debug.php610, templates/debug.php634,
1944
- #: templates/debug/logger.php:24
1945
- msgid "Message"
1946
- msgstr "Message"
1947
-
1948
- #: templates/debug.php:612
1949
- msgid "Filter"
1950
- msgstr "Filter"
1951
-
1952
- #: templates/debug.php:620
1953
- msgid "Download"
1954
- msgstr "Téléchargement"
1955
-
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Type"
1959
-
1960
- #: templates/debug.php636, templates/debug/logger.php:26
1961
- msgid "Timestamp"
1962
- msgstr "Timestamp"
1963
-
1964
- #: templates/secure-https-header.php:28
1965
- msgid "Secure HTTPS %s page, running from an external domain"
1966
- msgstr "Page %s sécurisée HTTPS, s'exécutant sur un domaine externe"
1967
-
1968
- #: includes/customizer/class-fs-customizer-support-section.php55,
1969
- #: templates/plugin-info/features.php:43
1970
- msgid "Support"
1971
- msgstr "Support"
1972
-
1973
- #: includes/debug/class-fs-debug-bar-panel.php48,
1974
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1975
- msgctxt "milliseconds"
1976
- msgid "ms"
1977
- msgstr "ms"
1978
-
1979
- #: includes/debug/debug-bar-start.php:41
1980
- msgid "Freemius API"
1981
- msgstr "API Freemius"
1982
-
1983
- #: includes/debug/debug-bar-start.php:42
1984
- msgid "Requests"
1985
- msgstr "Demandes"
1986
-
1987
- #: templates/account/billing.php:22
1988
- msgctxt "verb"
1989
- msgid "Update"
1990
- msgstr "Mise à jour"
1991
-
1992
- #: templates/account/billing.php:33
1993
- msgid "Billing"
1994
- msgstr "Facturation"
1995
-
1996
- #: templates/account/billing.php38, templates/account/billing.php:38
1997
- msgid "Business name"
1998
- msgstr "Raison sociale"
1999
-
2000
- #: templates/account/billing.php39, templates/account/billing.php:39
2001
- msgid "Tax / VAT ID"
2002
- msgstr "Code TVA"
2003
-
2004
- #: templates/account/billing.php42, templates/account/billing.php42,
2005
- #: templates/account/billing.php43, templates/account/billing.php:43
2006
- msgid "Address Line %d"
2007
- msgstr "Adresse ligne %d"
2008
-
2009
- #: templates/account/billing.php46, templates/account/billing.php:46
2010
- msgid "City"
2011
- msgstr "Ville"
2012
-
2013
- #: templates/account/billing.php46, templates/account/billing.php:46
2014
- msgid "Town"
2015
- msgstr "Ville"
2016
-
2017
- #: templates/account/billing.php47, templates/account/billing.php:47
2018
- msgid "ZIP / Postal Code"
2019
- msgstr "Code postal"
2020
-
2021
- #: templates/account/billing.php:302
2022
- msgid "Country"
2023
- msgstr "Pays"
2024
-
2025
- #: templates/account/billing.php:304
2026
- msgid "Select Country"
2027
- msgstr "Choisir le pays"
2028
-
2029
- #: templates/account/billing.php311, templates/account/billing.php:312
2030
- msgid "State"
2031
- msgstr "État"
2032
-
2033
- #: templates/account/billing.php311, templates/account/billing.php:312
2034
- msgid "Province"
2035
- msgstr "Région"
2036
-
2037
- #: templates/account/payments.php:29
2038
- msgid "Payments"
2039
- msgstr "Paiements"
2040
-
2041
- #: templates/account/payments.php:36
2042
- msgid "Date"
2043
- msgstr "Date"
2044
-
2045
- #: templates/account/payments.php:37
2046
- msgid "Amount"
2047
- msgstr "Montant"
2048
-
2049
- #: templates/account/payments.php38, templates/account/payments.php:50
2050
- msgid "Invoice"
2051
- msgstr "Facture"
2052
-
2053
- #: templates/debug/api-calls.php:56
2054
- msgid "API"
2055
- msgstr "API"
2056
-
2057
- #: templates/debug/api-calls.php:68
2058
- msgid "Method"
2059
- msgstr "Méthode"
2060
-
2061
- #: templates/debug/api-calls.php:69
2062
- msgid "Code"
2063
- msgstr "Code"
2064
-
2065
- #: templates/debug/api-calls.php:70
2066
- msgid "Length"
2067
- msgstr "Longueur"
2068
-
2069
- #: templates/debug/api-calls.php:71
2070
- msgctxt "as file/folder path"
2071
- msgid "Path"
2072
- msgstr "Chemin"
2073
-
2074
- #: templates/debug/api-calls.php:73
2075
- msgid "Body"
2076
- msgstr "Body"
2077
-
2078
- #: templates/debug/api-calls.php:75
2079
- msgid "Result"
2080
- msgstr "Résultat"
2081
-
2082
- #: templates/debug/api-calls.php:76
2083
- msgid "Start"
2084
- msgstr "Début"
2085
-
2086
- #: templates/debug/api-calls.php:77
2087
- msgid "End"
2088
- msgstr "Fin"
2089
-
2090
- #: templates/debug/logger.php:15
2091
- msgid "Log"
2092
- msgstr "Log"
2093
-
2094
- #. translators: %s: time period (e.g. In "2 hours")
2095
- #: templates/debug/plugins-themes-sync.php18,
2096
- #: templates/debug/scheduled-crons.php:91
2097
- msgid "In %s"
2098
- msgstr "Dans %s"
2099
-
2100
- #. translators: %s: time period (e.g. "2 hours" ago)
2101
- #: templates/debug/plugins-themes-sync.php20,
2102
- #: templates/debug/scheduled-crons.php:93
2103
- msgid "%s ago"
2104
- msgstr "Il y a %s"
2105
-
2106
- #: templates/debug/plugins-themes-sync.php21,
2107
- #: templates/debug/scheduled-crons.php:74
2108
- msgctxt "seconds"
2109
- msgid "sec"
2110
- msgstr "sec"
2111
-
2112
- #: templates/debug/plugins-themes-sync.php:23
2113
- msgid "Plugins & Themes Sync"
2114
- msgstr "Synchronisation des plugin et des thèmes"
2115
-
2116
- #: templates/debug/plugins-themes-sync.php:28
2117
- msgid "Total"
2118
- msgstr "Total"
2119
-
2120
- #: templates/debug/plugins-themes-sync.php29,
2121
- #: templates/debug/scheduled-crons.php:84
2122
- msgid "Last"
2123
- msgstr "Dernier"
2124
-
2125
- #: templates/debug/scheduled-crons.php:76
2126
- msgid "Scheduled Crons"
2127
- msgstr "Crons programmés"
2128
-
2129
- #: templates/debug/scheduled-crons.php:81
2130
- msgid "Module"
2131
- msgstr "Module"
2132
-
2133
- #: templates/debug/scheduled-crons.php:82
2134
- msgid "Module Type"
2135
- msgstr "Type de module"
2136
-
2137
- #: templates/debug/scheduled-crons.php:83
2138
- msgid "Cron Type"
2139
- msgstr "Type de Cron"
2140
-
2141
- #: templates/debug/scheduled-crons.php:85
2142
- msgid "Next"
2143
- msgstr "Suivant"
2144
-
2145
- #: templates/forms/affiliation.php:82
2146
- msgid "Non-expiring"
2147
- msgstr "Sans expiration"
2148
-
2149
- #: templates/forms/affiliation.php:85
2150
- msgid "Apply to become an affiliate"
2151
- msgstr "Postuler pour devenir un affilié"
2152
-
2153
- #: templates/forms/affiliation.php:104
2154
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2155
- msgstr "Votre dossier d'affiliation pour %s a été accepté ! Identifiez-vous dans votre espace affilié sur : %s."
2156
-
2157
- #: templates/forms/affiliation.php:119
2158
- 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."
2159
- msgstr "Merci d'avoir postulé à notre programme d'affiliation, nous regarderons votre dossier durant les 14 prochains jours et nous reviendrons vers vous avec d'autres informations."
2160
-
2161
- #: templates/forms/affiliation.php:122
2162
- msgid "Your affiliation account was temporarily suspended."
2163
- msgstr "Votre compte affilié a été suspendu temporairement."
2164
-
2165
- #: templates/forms/affiliation.php:125
2166
- 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."
2167
- msgstr "Merci d'avoir postulé à notre programme d'affiliation, malheureusement, nous avons décidé pour le moment de décliner votre dossier. Merci d'essayer à nouveau d'ici 30 jours."
2168
-
2169
- #: templates/forms/affiliation.php:128
2170
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2171
- msgstr "Suite à une violation de nos conditions d'affiliation, nous avons décidé de bloquer temporairement votre compte d'affilié. Si vous avez la moindre question, merci de contacter le support."
2172
-
2173
- #: templates/forms/affiliation.php:141
2174
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2175
- msgstr "Vous aimez %s ? Devenez notre ambassadeur et gagnez du cash ;-)"
2176
-
2177
- #: templates/forms/affiliation.php:142
2178
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2179
- msgstr "Parrainez des nouveaux clients pour notre %s et gagnez une commission de %s sur chaque vente réussie que vous affiliez."
2180
-
2181
- #: templates/forms/affiliation.php:145
2182
- msgid "Program Summary"
2183
- msgstr "Sommaire du programme"
2184
-
2185
- #: templates/forms/affiliation.php:147
2186
- msgid "%s commission when a customer purchases a new license."
2187
- msgstr "Commission de %s quand un client achète une nouvelle licence."
2188
-
2189
- #: templates/forms/affiliation.php:149
2190
- msgid "Get commission for automated subscription renewals."
2191
- msgstr "Obtenez des commissions pour les renouvellements automatiques d'abonnement."
2192
-
2193
- #: templates/forms/affiliation.php:152
2194
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2195
- msgstr "Cookie de tracking de %s après la première visite pour maximiser les potentiels de gain."
2196
-
2197
- #: templates/forms/affiliation.php:155
2198
- msgid "Unlimited commissions."
2199
- msgstr "Commissions illimitées."
2200
-
2201
- #: templates/forms/affiliation.php:157
2202
- msgid "%s minimum payout amount."
2203
- msgstr "Montant de paiement minimum %s."
2204
-
2205
- #: templates/forms/affiliation.php:158
2206
- msgid "Payouts are in USD and processed monthly via PayPal."
2207
- msgstr "Les paiements se font en Dollars US et sont effectués mensuellement via PayPal."
2208
-
2209
- #: templates/forms/affiliation.php:159
2210
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2211
- msgstr "Comme nous bloquons sur 30 jours pour les remboursements éventuels, seules sont payées les commissions de plus de 30 jours."
2212
-
2213
- #: templates/forms/affiliation.php:162
2214
- msgid "Affiliate"
2215
- msgstr "Affiliation"
2216
-
2217
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2218
- msgid "Email address"
2219
- msgstr "Adresse email"
2220
-
2221
- #: templates/forms/affiliation.php:169
2222
- msgid "Full name"
2223
- msgstr "Nom complet"
2224
-
2225
- #: templates/forms/affiliation.php:173
2226
- msgid "PayPal account email address"
2227
- msgstr "Adresse email du compte PayPal"
2228
-
2229
- #: templates/forms/affiliation.php:177
2230
- msgid "Where are you going to promote the %s?"
2231
- msgstr "Où allez-vous faire la promotion du %s ? "
2232
-
2233
- #: templates/forms/affiliation.php:179
2234
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2235
- msgstr "Indiquez l'adresse de votre site ou d'autres sites sur lesquels vous pensez faire la promotion du %s"
2236
-
2237
- #: templates/forms/affiliation.php:181
2238
- msgid "Add another domain"
2239
- msgstr "Ajouter une autre adresse"
2240
-
2241
- #: templates/forms/affiliation.php:185
2242
- msgid "Extra Domains"
2243
- msgstr "Adresses supplémentaires"
2244
-
2245
- #: templates/forms/affiliation.php:186
2246
- msgid "Extra domains where you will be marketing the product from."
2247
- msgstr "Adresses supplémentaires depuis lesquelles vous ferez la promotion du produit."
2248
-
2249
- #: templates/forms/affiliation.php:196
2250
- msgid "Promotion methods"
2251
- msgstr "Méthodes de promotion"
2252
-
2253
- #: templates/forms/affiliation.php:199
2254
- msgid "Social media (Facebook, Twitter, etc.)"
2255
- msgstr "Réseaux sociaux (Facebook, Twitter, etc.)"
2256
-
2257
- #: templates/forms/affiliation.php:203
2258
- msgid "Mobile apps"
2259
- msgstr "Applications mobiles"
2260
-
2261
- #: templates/forms/affiliation.php:207
2262
- msgid "Website, email, and social media statistics (optional)"
2263
- msgstr "Statistiques du site web, de l'adresse email et des réseaux sociaux (optionnel)"
2264
-
2265
- #: templates/forms/affiliation.php:210
2266
- 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)."
2267
- msgstr "N'hésitez pas à indiquer des statistiques pertinentes concernant votre site ou vos réseaux sociaux telles que le nombre de visiteurs mensuel, le nombre d'abonnés, de followers, etc... (C'est informations resteront confidentielles)"
2268
-
2269
- #: templates/forms/affiliation.php:214
2270
- msgid "How will you promote us?"
2271
- msgstr "Comment allez-vous faire de la promotion ?"
2272
-
2273
- #: templates/forms/affiliation.php:217
2274
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2275
- msgstr "Merci d'indiquer en détail comment vous allez faire la promotion du %s (en étant aussi précis que possible)"
2276
-
2277
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2278
- msgid "Cancel"
2279
- msgstr "Annuler"
2280
-
2281
- #: templates/forms/affiliation.php:225
2282
- msgid "Become an affiliate"
2283
- msgstr "Devenir un affilié"
2284
-
2285
- #: templates/forms/data-debug-mode.php:25
2286
- msgid "Please enter the license key to enable the debug mode:"
2287
- msgstr "Please enter the license key to enable the debug mode:"
2288
-
2289
- #: templates/forms/data-debug-mode.php:27
2290
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2291
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2292
-
2293
- #: templates/forms/data-debug-mode.php:32
2294
- msgid "Submit"
2295
- msgstr "Submit"
2296
-
2297
- #: templates/forms/data-debug-mode.php:36
2298
- msgid "User key"
2299
- msgstr "User key"
2300
-
2301
- #: templates/forms/license-activation.php:23
2302
- msgid "Please enter the license key that you received in the email right after the purchase:"
2303
- msgstr "Merci d'indiquer le code de licence que vous avez reçu par email juste après l'achat :"
2304
-
2305
- #: templates/forms/license-activation.php:28
2306
- msgid "Update License"
2307
- msgstr "Mettre à jour la licence"
2308
-
2309
- #: templates/forms/optout.php:30
2310
- msgctxt "verb"
2311
- msgid "Opt Out"
2312
- msgstr "Désinscription"
2313
-
2314
- #: templates/forms/optout.php:31
2315
- msgctxt "verb"
2316
- msgid "Opt In"
2317
- msgstr "Inscription"
2318
-
2319
- #: templates/forms/optout.php:33
2320
- 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."
2321
- msgstr "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une meilleure expérience pour l'utilisateur, définir quelles seront les nouvelles fonctionnalités, ce genre de choses. Aussi nous vous serions reconnaissant si vous acceptiez de nous permettre de continuer à récupérer des informations."
2322
-
2323
- #: templates/forms/optout.php:35
2324
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
- msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
2326
-
2327
- #: templates/forms/premium-versions-upgrade-handler.php:40
2328
- msgid "There is a new version of %s available."
2329
- msgstr "Il y a une nouvelle version disponible de %s. "
2330
-
2331
- #: templates/forms/premium-versions-upgrade-handler.php:41
2332
- msgid " %s to access version %s security & feature updates, and support."
2333
- msgstr "%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la version %s, et au support."
2334
-
2335
- #: templates/forms/premium-versions-upgrade-handler.php:54
2336
- msgid "New Version Available"
2337
- msgstr "Une nouvelle version est disponible"
2338
-
2339
- #: templates/forms/premium-versions-upgrade-handler.php:75
2340
- msgctxt "close a window"
2341
- msgid "Dismiss"
2342
- msgstr "Fermer"
2343
-
2344
- #: templates/forms/resend-key.php:21
2345
- msgid "Send License Key"
2346
- msgstr "Envoyer le code de la licence"
2347
-
2348
- #: templates/forms/resend-key.php:57
2349
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2350
- msgstr "Indiquez ci-dessous l'adresse email que vous avez utilisez pour la mise à jour et nous allons vous renvoyer le code de la licence."
2351
-
2352
- #: templates/forms/subscription-cancellation.php:37
2353
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2354
- msgstr "Désactiver ou désinstaller le %s désactivera automatiquement la licence, que vous pourrez utiliser sur un autre site."
2355
-
2356
- #: templates/forms/subscription-cancellation.php:47
2357
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2358
- msgstr "Dans le cas où vous n'avez PAS l'intention d'utiliser ce %s sur ce site (ou tout autre site) - voulez-vous aussi annuler le %s ?"
2359
-
2360
- #: templates/forms/subscription-cancellation.php:52
2361
- msgid "license"
2362
- msgstr "licence"
2363
-
2364
- #: templates/forms/subscription-cancellation.php:57
2365
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2366
- msgstr "Annuler %s - Je n'ai plus besoin de mises à jour de sécurité et de fonctionnalités, ni de support pour %s parce que je n'ai pas l'intention d'utiliser le %s sur ce site, ou tout autre site."
2367
-
2368
- #: templates/forms/subscription-cancellation.php:68
2369
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2370
- msgstr "Ne pas annuler %s - Je veux toujours recevoir les mises à jour de sécurité et de fonctionnalités, ainsi que d'être en mesure de contacter le support."
2371
-
2372
- #: templates/forms/subscription-cancellation.php:103
2373
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2374
- msgstr "Une fois votre licence expirée, vous ne pourrez plus utiliser le %s, sauf si vous l'activez à nouveau avec une licence premium valide."
2375
-
2376
- #: templates/forms/subscription-cancellation.php:136
2377
- msgid "Cancel %s?"
2378
- msgstr "Annuler %s ?"
2379
-
2380
- #: templates/forms/subscription-cancellation.php:143
2381
- msgid "Proceed"
2382
- msgstr "Poursuivre"
2383
-
2384
- #: templates/forms/subscription-cancellation.php191,
2385
- #: templates/forms/deactivation/form.php:171
2386
- msgid "Cancel %s & Proceed"
2387
- msgstr "Annuler %s et poursuivre"
2388
-
2389
- #: templates/forms/trial-start.php:22
2390
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2391
- msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s."
2392
-
2393
- #: templates/forms/trial-start.php:28
2394
- 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."
2395
- msgstr "Pour être en accord avec les directives de WordPress.org, avant que nous commencions la période d'essai, nous vous demandons de nous permettre de récupérer votre nom d'utilisateur et des informations non sensibles du site afin de permettre au %s de communiquer avec %s pour vérifier les mises à jour et valider votre période d'essai."
2396
-
2397
- #: templates/js/style-premium-theme.php:39
2398
- msgid "Premium"
2399
- msgstr "Premium"
2400
-
2401
- #: templates/js/style-premium-theme.php:42
2402
- msgid "Beta"
2403
- msgstr "Beta"
2404
-
2405
- #: templates/partials/network-activation.php:27
2406
- msgid "Activate license on all sites in the network."
2407
- msgstr "Activer la licence sur tous les sites du réseau."
2408
-
2409
- #: templates/partials/network-activation.php:28
2410
- msgid "Apply on all sites in the network."
2411
- msgstr "Effectuer sur tous les sites dans le réseau."
2412
-
2413
- #: templates/partials/network-activation.php:31
2414
- msgid "Activate license on all pending sites."
2415
- msgstr "Activer la licence sur tous les sites en attente."
2416
-
2417
- #: templates/partials/network-activation.php:32
2418
- msgid "Apply on all pending sites."
2419
- msgstr "Activer sur tous les sites en attente."
2420
-
2421
- #: templates/partials/network-activation.php40,
2422
- #: templates/partials/network-activation.php:74
2423
- msgid "allow"
2424
- msgstr "autoriser"
2425
-
2426
- #: templates/partials/network-activation.php43,
2427
- #: templates/partials/network-activation.php:77
2428
- msgid "delegate"
2429
- msgstr "déléguer"
2430
-
2431
- #: templates/partials/network-activation.php47,
2432
- #: templates/partials/network-activation.php:81
2433
- msgid "skip"
2434
- msgstr "passer"
2435
-
2436
- #: templates/plugin-info/description.php72,
2437
- #: templates/plugin-info/screenshots.php:31
2438
- msgid "Click to view full-size screenshot %d"
2439
- msgstr "Cliquez pour voir la capture d'écran %d en pleine taille"
2440
-
2441
- #: templates/plugin-info/features.php:56
2442
- msgid "Unlimited Updates"
2443
- msgstr "Mises à jour illimitées"
2444
-
2445
- #: templates/account/partials/activate-license-button.php:46
2446
- msgid "Localhost"
2447
- msgstr "Localhost"
2448
-
2449
- #: templates/account/partials/activate-license-button.php:50
2450
- msgctxt "as 5 licenses left"
2451
- msgid "%s left"
2452
- msgstr "%s restante(s)"
2453
-
2454
- #: templates/account/partials/activate-license-button.php:51
2455
- msgid "Last license"
2456
- msgstr "Dernière licence"
2457
-
2458
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2459
- #. subscription'
2460
- #: templates/account/partials/addon.php:29
2461
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2462
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2463
-
2464
- #: templates/account/partials/addon.php:185
2465
- msgid "Cancelled"
2466
- msgstr "Annulé"
2467
-
2468
- #: templates/account/partials/addon.php:195
2469
- msgid "No expiration"
2470
- msgstr "Pas d'expiration"
2471
-
2472
- #: templates/account/partials/site.php:189
2473
- msgid "Owner Name"
2474
- msgstr "Nom du propriétaire"
2475
-
2476
- #: templates/account/partials/site.php:201
2477
- msgid "Owner Email"
2478
- msgstr "Email du propriétaire"
2479
-
2480
- #: templates/account/partials/site.php:213
2481
- msgid "Owner ID"
2482
- msgstr "ID du propriétaire"
2483
-
2484
- #: templates/account/partials/site.php:286
2485
- msgid "Subscription"
2486
- msgstr "Inscription"
2487
-
2488
- #: templates/forms/deactivation/contact.php:19
2489
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2490
- msgstr "Désolé pour le dérangement et nous sommes là pour vous aider si vous nous le permettez."
2491
-
2492
- #: templates/forms/deactivation/contact.php:22
2493
- msgid "Contact Support"
2494
- msgstr "Contacter l'Assistance"
2495
-
2496
- #: templates/forms/deactivation/form.php:64
2497
- msgid "Anonymous feedback"
2498
- msgstr "Commentaire anonyme"
2499
-
2500
- #: templates/forms/deactivation/form.php:70
2501
- msgid "Deactivate"
2502
- msgstr "Désactiver"
2503
-
2504
- #: templates/forms/deactivation/form.php:72
2505
- msgid "Activate %s"
2506
- msgstr "Activer %s"
2507
-
2508
- #: templates/forms/deactivation/form.php:87
2509
- msgid "Quick Feedback"
2510
- msgstr "Commentaires rapides"
2511
-
2512
- #: templates/forms/deactivation/form.php:91
2513
- msgid "If you have a moment, please let us know why you are %s"
2514
- msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
2515
-
2516
- #: templates/forms/deactivation/form.php:91
2517
- msgid "deactivating"
2518
- msgstr "Désactivation"
2519
-
2520
- #: templates/forms/deactivation/form.php:91
2521
- msgid "switching"
2522
- msgstr "Changement"
2523
-
2524
- #: templates/forms/deactivation/form.php:365
2525
- msgid "Submit & %s"
2526
- msgstr "Envoyer & %s"
2527
-
2528
- #: templates/forms/deactivation/form.php:386
2529
- msgid "Kindly tell us the reason so we can improve."
2530
- msgstr "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
2531
-
2532
- #: templates/forms/deactivation/form.php:511
2533
- msgid "Yes - %s"
2534
- msgstr "Oui - %s"
2535
-
2536
- #: templates/forms/deactivation/form.php:518
2537
- msgid "Skip & %s"
2538
- msgstr "Passer & %s"
2539
-
2540
- #: templates/forms/deactivation/retry-skip.php:21
2541
- msgid "Click here to use the plugin anonymously"
2542
- msgstr "Cliquer ici pour utiliser le plugin anonymement"
2543
-
2544
- #: templates/forms/deactivation/retry-skip.php:23
2545
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2546
- msgstr "Peut-être que cela vous a échappé mais vous n'êtes pas obligé de partager la moindre information et vous pouvez juste %s l'enregistrement."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-he_IL.mo CHANGED
Binary file
freemius/languages/freemius-he_IL.po DELETED
@@ -1,2547 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Rami Yushuvaev <r_a_m_i@hotmail.com>, 2017
5
- # Vova Feldman <vova@freemius.com>, 2017-2018
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: WordPress SDK\n"
9
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
- "POT-Creation-Date: \n"
11
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
12
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
13
- "Language: he_IL\n"
14
- "Language-Team: Hebrew (Israel) (http://www.transifex.com/freemius/wordpress-sdk/language/he_IL/)\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
18
- "MIME-Version: 1.0\n"
19
- "X-Poedit-Basepath: ..\n"
20
- "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"
21
- "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.js\n"
23
- "X-Poedit-SourceCharset: UTF-8\n"
24
-
25
- #: includes/class-freemius.php1880, templates/account.php:840
26
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
28
-
29
- #: includes/class-freemius.php:1887
30
- msgid "Would you like to proceed with the update?"
31
- msgstr "Would you like to proceed with the update?"
32
-
33
- #: includes/class-freemius.php:2095
34
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
- msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
-
37
- #: includes/class-freemius.php:2097
38
- msgid "Error"
39
- msgstr "שגיאה"
40
-
41
- #: includes/class-freemius.php:2491
42
- msgid "I found a better %s"
43
- msgstr "מצאתי %s יותר טוב"
44
-
45
- #: includes/class-freemius.php:2493
46
- msgid "What's the %s's name?"
47
- msgstr "What's the %s's name?"
48
-
49
- #: includes/class-freemius.php:2499
50
- msgid "It's a temporary %s. I'm just debugging an issue."
51
- msgstr "It's a temporary %s. I'm just debugging an issue."
52
-
53
- #: includes/class-freemius.php:2501
54
- msgid "Deactivation"
55
- msgstr "דיאקטיבציה"
56
-
57
- #: includes/class-freemius.php:2502
58
- msgid "Theme Switch"
59
- msgstr "החלפת תֵמָה"
60
-
61
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
62
- msgid "Other"
63
- msgstr "אחר"
64
-
65
- #: includes/class-freemius.php:2519
66
- msgid "I no longer need the %s"
67
- msgstr "I no longer need the %s"
68
-
69
- #: includes/class-freemius.php:2526
70
- msgid "I only needed the %s for a short period"
71
- msgstr "I only needed the %s for a short period"
72
-
73
- #: includes/class-freemius.php:2532
74
- msgid "The %s broke my site"
75
- msgstr "ה%s הרס לי את האתר"
76
-
77
- #: includes/class-freemius.php:2539
78
- msgid "The %s suddenly stopped working"
79
- msgstr "ה%s הפסיק פתאום לעבוד"
80
-
81
- #: includes/class-freemius.php:2549
82
- msgid "I can't pay for it anymore"
83
- msgstr "אני לא יכול/ה להמשיך לשלם על זה"
84
-
85
- #: includes/class-freemius.php:2551
86
- msgid "What price would you feel comfortable paying?"
87
- msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
88
-
89
- #: includes/class-freemius.php:2557
90
- msgid "I don't like to share my information with you"
91
- msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
92
-
93
- #: includes/class-freemius.php:2578
94
- msgid "The %s didn't work"
95
- msgstr "ה%s לא עבד"
96
-
97
- #: includes/class-freemius.php:2588
98
- msgid "I couldn't understand how to make it work"
99
- msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
100
-
101
- #: includes/class-freemius.php:2596
102
- msgid "The %s is great, but I need specific feature that you don't support"
103
- msgstr "The %s is great, but I need specific feature that you don't support"
104
-
105
- #: includes/class-freemius.php:2598
106
- msgid "What feature?"
107
- msgstr "איזה פיטצ'ר?"
108
-
109
- #: includes/class-freemius.php:2602
110
- msgid "The %s is not working"
111
- msgstr "ה%s לא עובד"
112
-
113
- #: includes/class-freemius.php:2604
114
- msgid "Kindly share what didn't work so we can fix it for future users..."
115
- msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
116
-
117
- #: includes/class-freemius.php:2608
118
- msgid "It's not what I was looking for"
119
- msgstr "חיפשתי משהו אחר"
120
-
121
- #: includes/class-freemius.php:2610
122
- msgid "What you've been looking for?"
123
- msgstr "מה חיפשת?"
124
-
125
- #: includes/class-freemius.php:2614
126
- msgid "The %s didn't work as expected"
127
- msgstr "ה%s לא עבד כמצופה"
128
-
129
- #: includes/class-freemius.php:2616
130
- msgid "What did you expect?"
131
- msgstr "למה ציפית?"
132
-
133
- #: includes/class-freemius.php3471, templates/debug.php:20
134
- msgid "Freemius Debug"
135
- msgstr "ניפוי תקלות פרימיוס"
136
-
137
- #: includes/class-freemius.php:4223
138
- msgid "I don't know what is cURL or how to install it, help me!"
139
- msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
140
-
141
- #: includes/class-freemius.php:4225
142
- 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."
143
- msgstr "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."
144
-
145
- #: includes/class-freemius.php:4232
146
- 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."
147
- msgstr "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."
148
-
149
- #: includes/class-freemius.php:4337
150
- msgid "Yes - do your thing"
151
- msgstr "כן - בצעו את מה שצריך"
152
-
153
- #: includes/class-freemius.php:4342
154
- msgid "No - just deactivate"
155
- msgstr "לא - פשוט כבה"
156
-
157
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
158
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
159
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
160
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
161
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
162
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
163
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
164
- #: templates/add-ons.php:57
165
- msgctxt "exclamation"
166
- msgid "Oops"
167
- msgstr "אופס"
168
-
169
- #: includes/class-freemius.php:4456
170
- 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."
171
- msgstr "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."
172
-
173
- #: includes/class-freemius.php:4878
174
- msgctxt "addonX cannot run without pluginY"
175
- msgid "%s cannot run without %s."
176
- msgstr "%s לא יכול לעבוד ללא %s."
177
-
178
- #: includes/class-freemius.php:4879
179
- msgctxt "addonX cannot run..."
180
- msgid "%s cannot run without the plugin."
181
- msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
182
-
183
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
184
- #: includes/class-freemius.php:20122
185
- msgid "Unexpected API error. Please contact the %s's author with the following error."
186
- msgstr "Unexpected API error. Please contact the %s's author with the following error."
187
-
188
- #: includes/class-freemius.php:5720
189
- msgid "Premium %s version was successfully activated."
190
- msgstr "Premium %s version was successfully activated."
191
-
192
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
193
- msgctxt ""
194
- msgid "W00t"
195
- msgstr "יש"
196
-
197
- #: includes/class-freemius.php:5747
198
- msgid "You have a %s license."
199
- msgstr "יש לך רישיון %s."
200
-
201
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
202
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
203
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
204
- #: includes/class-freemius.php:19876
205
- msgctxt "interjection expressing joy or exuberance"
206
- msgid "Yee-haw"
207
- msgstr "יששש"
208
-
209
- #: includes/class-freemius.php:6015
210
- 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."
211
- msgstr "%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."
212
-
213
- #: includes/class-freemius.php:6019
214
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
- msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
216
-
217
- #: includes/class-freemius.php6028, templates/add-ons.php186,
218
- #: templates/account/partials/addon.php:381
219
- msgid "More information about %s"
220
- msgstr "מידע נוסף אודות %s"
221
-
222
- #: includes/class-freemius.php:6029
223
- msgid "Purchase License"
224
- msgstr "קניית רישיון"
225
-
226
- #: includes/class-freemius.php6964, templates/connect.php:163
227
- 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."
228
- msgstr "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."
229
-
230
- #: includes/class-freemius.php:6968
231
- msgid "start the trial"
232
- msgstr "התחל תקופת ניסיון"
233
-
234
- #: includes/class-freemius.php6969, templates/connect.php:167
235
- msgid "complete the install"
236
- msgstr "השלם התקנה"
237
-
238
- #: includes/class-freemius.php:7081
239
- msgid "You are just one step away - %s"
240
- msgstr "You are just one step away - %s"
241
-
242
- #: includes/class-freemius.php:7084
243
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
- msgid "Complete \"%s\" Activation Now"
245
- msgstr "השלם הפעלת \"%s\" עכשיו"
246
-
247
- #: includes/class-freemius.php:7162
248
- msgid "We made a few tweaks to the %s, %s"
249
- msgstr "We made a few tweaks to the %s, %s"
250
-
251
- #: includes/class-freemius.php:7166
252
- msgid "Opt in to make \"%s\" better!"
253
- msgstr "Opt in to make \"%s\" better!"
254
-
255
- #: includes/class-freemius.php:7598
256
- msgid "The upgrade of %s was successfully completed."
257
- msgstr "The upgrade of %s was successfully completed."
258
-
259
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
260
- #: includes/class-fs-plugin-updater.php1233,
261
- #: includes/class-fs-plugin-updater.php1240,
262
- #: templates/auto-installation.php:32
263
- msgid "Add-On"
264
- msgstr "Add-On"
265
-
266
- #: includes/class-freemius.php9804, templates/account.php335,
267
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
268
- msgid "Plugin"
269
- msgstr "תוסף"
270
-
271
- #: includes/class-freemius.php9805, templates/account.php336,
272
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
273
- #: templates/forms/deactivation/form.php:71
274
- msgid "Theme"
275
- msgstr "תבנית"
276
-
277
- #: includes/class-freemius.php:12596
278
- msgid "An unknown error has occurred while trying to set the user's beta mode."
279
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
-
281
- #: includes/class-freemius.php:13020
282
- msgid "Invalid site details collection."
283
- msgstr "Invalid site details collection."
284
-
285
- #: includes/class-freemius.php:13140
286
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
287
- msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
288
-
289
- #: includes/class-freemius.php:13142
290
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
- msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
292
-
293
- #: includes/class-freemius.php:13416
294
- msgid "Account is pending activation."
295
- msgstr "Account is pending activation."
296
-
297
- #: includes/class-freemius.php13528,
298
- #: templates/forms/premium-versions-upgrade-handler.php:47
299
- msgid "Buy a license now"
300
- msgstr "Buy a license now"
301
-
302
- #: includes/class-freemius.php13540,
303
- #: templates/forms/premium-versions-upgrade-handler.php:46
304
- msgid "Renew your license now"
305
- msgstr "Renew your license now"
306
-
307
- #: includes/class-freemius.php:13544
308
- msgid "%s to access version %s security & feature updates, and support."
309
- msgstr "%s to access version %s security & feature updates, and support."
310
-
311
- #: includes/class-freemius.php:15957
312
- msgid "%s activation was successfully completed."
313
- msgstr "הפעלת %s הושלמה בהצלחה."
314
-
315
- #: includes/class-freemius.php:15971
316
- msgid "Your account was successfully activated with the %s plan."
317
- msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
318
-
319
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
320
- msgid "Your trial has been successfully started."
321
- msgstr "הניסיון שלך הופעל בהצלחה."
322
-
323
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
324
- #: includes/class-freemius.php:16810
325
- msgid "Couldn't activate %s."
326
- msgstr "לא ניתן להפעיל את %s."
327
-
328
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
329
- #: includes/class-freemius.php:16811
330
- msgid "Please contact us with the following message:"
331
- msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
332
-
333
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
334
- msgid "An unknown error has occurred."
335
- msgstr "An unknown error has occurred."
336
-
337
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
338
- msgid "Upgrade"
339
- msgstr "שדרג"
340
-
341
- #: includes/class-freemius.php:17174
342
- msgid "Start Trial"
343
- msgstr "התחל תקופת ניסיון"
344
-
345
- #: includes/class-freemius.php:17176
346
- msgid "Pricing"
347
- msgstr "מחירון"
348
-
349
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
350
- msgid "Affiliation"
351
- msgstr "אפיליאציה"
352
-
353
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
354
- #: templates/account.php183, templates/debug.php:326
355
- msgid "Account"
356
- msgstr "חשבון"
357
-
358
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
359
- #: includes/customizer/class-fs-customizer-support-section.php:60
360
- msgid "Contact Us"
361
- msgstr "יצירת קשר"
362
-
363
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
364
- #: includes/class-freemius.php22096, templates/account.php111,
365
- #: templates/account/partials/addon.php:44
366
- msgid "Add-Ons"
367
- msgstr "Add-Ons"
368
-
369
- #: includes/class-freemius.php:17351
370
- msgctxt "ASCII arrow left icon"
371
- msgid "&#x2190;"
372
- msgstr "&#x2190;"
373
-
374
- #: includes/class-freemius.php:17351
375
- msgctxt "ASCII arrow right icon"
376
- msgid "&#x27a4;"
377
- msgstr "&#x27a4;"
378
-
379
- #: includes/class-freemius.php17353, templates/pricing.php:103
380
- msgctxt "noun"
381
- msgid "Pricing"
382
- msgstr "מחירון"
383
-
384
- #: includes/class-freemius.php17566,
385
- #: includes/customizer/class-fs-customizer-support-section.php:67
386
- msgid "Support Forum"
387
- msgstr "פורום תמיכה"
388
-
389
- #: includes/class-freemius.php:18536
390
- msgid "Your email has been successfully verified - you are AWESOME!"
391
- msgstr "Your email has been successfully verified - you are AWESOME!"
392
-
393
- #: includes/class-freemius.php:18537
394
- msgctxt "a positive response"
395
- msgid "Right on"
396
- msgstr "מעולה"
397
-
398
- #: includes/class-freemius.php:19041
399
- msgid "seems like the key you entered doesn't match our records."
400
- msgstr "seems like the key you entered doesn't match our records."
401
-
402
- #: includes/class-freemius.php:19065
403
- 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."
404
- msgstr "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."
405
-
406
- #: includes/class-freemius.php:19283
407
- msgid "Your %s Add-on plan was successfully upgraded."
408
- msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
409
-
410
- #: includes/class-freemius.php:19285
411
- msgid "%s Add-on was successfully purchased."
412
- msgstr "ההרחבה %s נרכשה בהצלחה."
413
-
414
- #: includes/class-freemius.php:19288
415
- msgid "Download the latest version"
416
- msgstr "הורד את הגרסה האחרונה"
417
-
418
- #: includes/class-freemius.php:19374
419
- 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"
420
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
421
-
422
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
423
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
424
- msgid "Error received from the server:"
425
- msgstr "הוחזרה שגיאה מהשרת:"
426
-
427
- #: includes/class-freemius.php:19390
428
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
429
- msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
430
-
431
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
432
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
433
- msgctxt ""
434
- msgid "Hmm"
435
- msgstr "אממ"
436
-
437
- #: includes/class-freemius.php:19617
438
- 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."
439
- msgstr "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."
440
-
441
- #: includes/class-freemius.php19618, templates/account.php113,
442
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
443
- msgctxt "trial period"
444
- msgid "Trial"
445
- msgstr "ניסיון"
446
-
447
- #: includes/class-freemius.php:19623
448
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
449
- msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
450
-
451
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
452
- msgid "Please contact us here"
453
- msgstr "אנא צור איתנו קשר כאן"
454
-
455
- #: includes/class-freemius.php:19638
456
- msgid "Your plan was successfully activated."
457
- msgstr "Your plan was successfully activated."
458
-
459
- #: includes/class-freemius.php:19639
460
- msgid "Your plan was successfully upgraded."
461
- msgstr "החבילה שודרגה בהצלחה."
462
-
463
- #: includes/class-freemius.php:19656
464
- msgid "Your plan was successfully changed to %s."
465
- msgstr "החבילה עודכנה בהצלחה אל %s."
466
-
467
- #: includes/class-freemius.php:19672
468
- msgid "Your license has expired. You can still continue using the free %s forever."
469
- msgstr "Your license has expired. You can still continue using the free %s forever."
470
-
471
- #: includes/class-freemius.php:19674
472
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
- msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
474
-
475
- #: includes/class-freemius.php:19682
476
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
477
- msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
478
-
479
- #: includes/class-freemius.php:19695
480
- 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."
481
- msgstr "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."
482
-
483
- #: includes/class-freemius.php:19721
484
- msgid "Your free trial has expired. You can still continue using all our free features."
485
- msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
486
-
487
- #: includes/class-freemius.php:19723
488
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
- msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
490
-
491
- #: includes/class-freemius.php:19831
492
- msgid "It looks like the license could not be activated."
493
- msgstr "נראה שלא ניתן להפעיל את הרישיון."
494
-
495
- #: includes/class-freemius.php:19873
496
- msgid "Your license was successfully activated."
497
- msgstr "הרישיון הופעל בהצלחה."
498
-
499
- #: includes/class-freemius.php:19899
500
- msgid "It looks like your site currently doesn't have an active license."
501
- msgstr "נראה לאתר עדיין אין רישיון פעיל."
502
-
503
- #: includes/class-freemius.php:19923
504
- msgid "It looks like the license deactivation failed."
505
- msgstr "נראה שניתוק הרישיון נכשל."
506
-
507
- #: includes/class-freemius.php:19951
508
- msgid "Your license was successfully deactivated, you are back to the %s plan."
509
- msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
510
-
511
- #: includes/class-freemius.php:19952
512
- msgid "O.K"
513
- msgstr "אוקיי"
514
-
515
- #: includes/class-freemius.php:20005
516
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
518
-
519
- #: includes/class-freemius.php:20014
520
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
522
-
523
- #: includes/class-freemius.php:20056
524
- msgid "You are already running the %s in a trial mode."
525
- msgstr "You are already running the %s in a trial mode."
526
-
527
- #: includes/class-freemius.php:20067
528
- msgid "You already utilized a trial before."
529
- msgstr "הניסיון כבר נוצל בעבר."
530
-
531
- #: includes/class-freemius.php:20081
532
- msgid "Plan %s do not exist, therefore, can't start a trial."
533
- msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
534
-
535
- #: includes/class-freemius.php:20092
536
- msgid "Plan %s does not support a trial period."
537
- msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
538
-
539
- #: includes/class-freemius.php:20103
540
- msgid "None of the %s's plans supports a trial period."
541
- msgstr "None of the %s's plans supports a trial period."
542
-
543
- #: includes/class-freemius.php:20153
544
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
- msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
546
-
547
- #: includes/class-freemius.php:20189
548
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
549
- msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
550
-
551
- #: includes/class-freemius.php:20208
552
- msgid "Your %s free trial was successfully cancelled."
553
- msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
554
-
555
- #: includes/class-freemius.php:20524
556
- msgid "Version %s was released."
557
- msgstr "גרסה %s הושקה."
558
-
559
- #: includes/class-freemius.php:20524
560
- msgid "Please download %s."
561
- msgstr "נא להוריד את %s."
562
-
563
- #: includes/class-freemius.php:20531
564
- msgid "the latest %s version here"
565
- msgstr "גרסת ה-%s האחרונה כאן"
566
-
567
- #: includes/class-freemius.php:20536
568
- msgid "New"
569
- msgstr "חדש"
570
-
571
- #: includes/class-freemius.php:20541
572
- msgid "Seems like you got the latest release."
573
- msgstr "נראה שיש לך את הגרסה האחרונה."
574
-
575
- #: includes/class-freemius.php:20542
576
- msgid "You are all good!"
577
- msgstr "את\\ה מסודר!"
578
-
579
- #: includes/class-freemius.php:20812
580
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
581
- msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
582
-
583
- #: includes/class-freemius.php:20951
584
- msgid "Site successfully opted in."
585
- msgstr "Site successfully opted in."
586
-
587
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
588
- msgid "Awesome"
589
- msgstr "אדיר"
590
-
591
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
592
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
593
- msgstr "We appreciate your help in making the %s better by letting us track some usage data."
594
-
595
- #: includes/class-freemius.php:20969
596
- msgid "Thank you!"
597
- msgstr "תודה רבה!"
598
-
599
- #: includes/class-freemius.php:20976
600
- msgid "We will no longer be sending any usage data of %s on %s to %s."
601
- msgstr "We will no longer be sending any usage data of %s on %s to %s."
602
-
603
- #: includes/class-freemius.php:21105
604
- msgid "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."
605
- msgstr "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."
606
-
607
- #: includes/class-freemius.php:21111
608
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
- msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
610
-
611
- #: includes/class-freemius.php:21116
612
- msgid "%s is the new owner of the account."
613
- msgstr "%s הינו הבעלים החד של חשבון זה."
614
-
615
- #: includes/class-freemius.php:21118
616
- msgctxt "as congratulations"
617
- msgid "Congrats"
618
- msgstr "מזל טוב"
619
-
620
- #: includes/class-freemius.php:21138
621
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
622
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
623
-
624
- #: includes/class-freemius.php:21139
625
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
626
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
627
-
628
- #: includes/class-freemius.php:21146
629
- msgid "Change Ownership"
630
- msgstr "עדכון בעלות"
631
-
632
- #: includes/class-freemius.php:21154
633
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
634
- msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
635
-
636
- #: includes/class-freemius.php:21166
637
- msgid "Please provide your full name."
638
- msgstr "נא למלא את שמך המלא."
639
-
640
- #: includes/class-freemius.php:21171
641
- msgid "Your name was successfully updated."
642
- msgstr "שמך עודכן בהצלחה."
643
-
644
- #: includes/class-freemius.php:21232
645
- msgid "You have successfully updated your %s."
646
- msgstr "עידכנת בהצלחה את ה%s."
647
-
648
- #: includes/class-freemius.php:21372
649
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
650
- msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
651
-
652
- #: includes/class-freemius.php:21373
653
- msgctxt "advance notice of something that will need attention."
654
- msgid "Heads up"
655
- msgstr "לתשמות לבך"
656
-
657
- #: includes/class-freemius.php:21832
658
- msgctxt "exclamation"
659
- msgid "Hey"
660
- msgstr "היי"
661
-
662
- #: includes/class-freemius.php:21832
663
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
664
- msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
665
-
666
- #: includes/class-freemius.php:21840
667
- msgid "No commitment for %s days - cancel anytime!"
668
- msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
669
-
670
- #: includes/class-freemius.php:21841
671
- msgid "No credit card required"
672
- msgstr "לא נדרש כרטיס אשראי"
673
-
674
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
675
- msgctxt "call to action"
676
- msgid "Start free trial"
677
- msgstr "התחלת ניסיון חינם"
678
-
679
- #: includes/class-freemius.php:21925
680
- 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!"
681
- msgstr "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!"
682
-
683
- #: includes/class-freemius.php:21934
684
- msgid "Learn more"
685
- msgstr "Learn more"
686
-
687
- #: includes/class-freemius.php22120, templates/account.php499,
688
- #: templates/account.php624, templates/connect.php171,
689
- #: templates/connect.php421, templates/forms/license-activation.php27,
690
- #: templates/account/partials/addon.php:321
691
- msgid "Activate License"
692
- msgstr "הפעלת רישיון"
693
-
694
- #: includes/class-freemius.php22121, templates/account.php571,
695
- #: templates/account.php623, templates/account/partials/addon.php322,
696
- #: templates/account/partials/site.php:271
697
- msgid "Change License"
698
- msgstr "שינוי רישיון"
699
-
700
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
701
- msgid "Opt Out"
702
- msgstr "Opt Out"
703
-
704
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
705
- #: templates/account/partials/site.php49,
706
- #: templates/account/partials/site.php:169
707
- msgid "Opt In"
708
- msgstr "Opt In"
709
-
710
- #: includes/class-freemius.php:22453
711
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
713
-
714
- #: includes/class-freemius.php:22461
715
- msgid "Activate %s features"
716
- msgstr "Activate %s features"
717
-
718
- #: includes/class-freemius.php:22474
719
- msgid "Please follow these steps to complete the upgrade"
720
- msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
721
-
722
- #: includes/class-freemius.php:22478
723
- msgid "Download the latest %s version"
724
- msgstr "הורד\\י את גרסת ה-%s העדכנית"
725
-
726
- #: includes/class-freemius.php:22482
727
- msgid "Upload and activate the downloaded version"
728
- msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
729
-
730
- #: includes/class-freemius.php:22484
731
- msgid "How to upload and activate?"
732
- msgstr "איך להעלות ולהפעיל?"
733
-
734
- #: includes/class-freemius.php:22618
735
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
736
- msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
737
-
738
- #: includes/class-freemius.php:22779
739
- msgid "Auto installation only works for opted-in users."
740
- msgstr "Auto installation only works for opted-in users."
741
-
742
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
743
- #: includes/class-fs-plugin-updater.php1212,
744
- #: includes/class-fs-plugin-updater.php:1226
745
- msgid "Invalid module ID."
746
- msgstr "מזהה המודול לא תקני."
747
-
748
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
749
- msgid "Premium version already active."
750
- msgstr "הגרסה בתשלום כבר פעילה."
751
-
752
- #: includes/class-freemius.php:22805
753
- msgid "You do not have a valid license to access the premium version."
754
- msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
755
-
756
- #: includes/class-freemius.php:22812
757
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
758
- msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
759
-
760
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
761
- msgid "Premium add-on version already installed."
762
- msgstr "Premium add-on version already installed."
763
-
764
- #: includes/class-freemius.php:23180
765
- msgid "View paid features"
766
- msgstr "צפה בפיטצ'רים שבתשלום"
767
-
768
- #: includes/class-freemius.php:23502
769
- msgid "Thank you so much for using %s and its add-ons!"
770
- msgstr "Thank you so much for using %s and its add-ons!"
771
-
772
- #: includes/class-freemius.php:23503
773
- msgid "Thank you so much for using %s!"
774
- msgstr "אנו מודים לך על היותך כמשתמש של %s!"
775
-
776
- #: includes/class-freemius.php:23509
777
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
778
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
779
-
780
- #: includes/class-freemius.php:23513
781
- msgid "Thank you so much for using our products!"
782
- msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
783
-
784
- #: includes/class-freemius.php:23514
785
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
786
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
787
-
788
- #: includes/class-freemius.php:23533
789
- msgid "%s and its add-ons"
790
- msgstr "%s and its add-ons"
791
-
792
- #: includes/class-freemius.php:23542
793
- msgid "Products"
794
- msgstr "מוצרים"
795
-
796
- #: includes/class-freemius.php23549, templates/connect.php:272
797
- msgid "Yes"
798
- msgstr "כן"
799
-
800
- #: includes/class-freemius.php23550, templates/connect.php:273
801
- msgid "send me security & feature updates, educational content and offers."
802
- msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
803
-
804
- #: includes/class-freemius.php23551, templates/connect.php:278
805
- msgid "No"
806
- msgstr "לא"
807
-
808
- #: includes/class-freemius.php23553, templates/connect.php:280
809
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
810
- msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
811
-
812
- #: includes/class-freemius.php:23563
813
- 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 :-)"
814
- msgstr "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 :-)"
815
-
816
- #: includes/class-freemius.php23565, templates/connect.php:287
817
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
818
- msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
819
-
820
- #: includes/class-freemius.php:23847
821
- msgid "License key is empty."
822
- msgstr "מפתח הרישיון ריק."
823
-
824
- #: includes/class-fs-plugin-updater.php206,
825
- #: templates/forms/premium-versions-upgrade-handler.php:57
826
- msgid "Renew license"
827
- msgstr "חידוש רישיון"
828
-
829
- #: includes/class-fs-plugin-updater.php211,
830
- #: templates/forms/premium-versions-upgrade-handler.php:58
831
- msgid "Buy license"
832
- msgstr "Buy license"
833
-
834
- #: includes/class-fs-plugin-updater.php321,
835
- #: includes/class-fs-plugin-updater.php:354
836
- msgid "There is a %s of %s available."
837
- msgstr "There is a %s of %s available."
838
-
839
- #: includes/class-fs-plugin-updater.php323,
840
- #: includes/class-fs-plugin-updater.php:359
841
- msgid "new Beta version"
842
- msgstr "new Beta version"
843
-
844
- #: includes/class-fs-plugin-updater.php324,
845
- #: includes/class-fs-plugin-updater.php:360
846
- msgid "new version"
847
- msgstr "new version"
848
-
849
- #: includes/class-fs-plugin-updater.php:383
850
- msgid "Important Upgrade Notice:"
851
- msgstr "Important Upgrade Notice:"
852
-
853
- #: includes/class-fs-plugin-updater.php:1277
854
- msgid "Installing plugin: %s"
855
- msgstr "Installing plugin: %s"
856
-
857
- #: includes/class-fs-plugin-updater.php:1318
858
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
859
- msgstr "Unable to connect to the filesystem. Please confirm your credentials."
860
-
861
- #: includes/class-fs-plugin-updater.php:1500
862
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
863
- msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
864
-
865
- #: includes/fs-plugin-info-dialog.php:535
866
- msgid "Purchase More"
867
- msgstr "Purchase More"
868
-
869
- #: includes/fs-plugin-info-dialog.php536,
870
- #: templates/account/partials/addon.php:385
871
- msgctxt "verb"
872
- msgid "Purchase"
873
- msgstr "רכישה"
874
-
875
- #: includes/fs-plugin-info-dialog.php:540
876
- msgid "Start my free %s"
877
- msgstr "התחל את %s הניסיון שלי"
878
-
879
- #: includes/fs-plugin-info-dialog.php:738
880
- msgid "Install Free Version Update Now"
881
- msgstr "התקן עדכון גרסה חינאמית עכשיו"
882
-
883
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
884
- msgid "Install Update Now"
885
- msgstr "התקן עדכון במיידי"
886
-
887
- #: includes/fs-plugin-info-dialog.php:748
888
- msgid "Install Free Version Now"
889
- msgstr "התקן גרסה חינאמית עכשיו"
890
-
891
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
892
- #: templates/auto-installation.php111,
893
- #: templates/account/partials/addon.php365,
894
- #: templates/account/partials/addon.php:418
895
- msgid "Install Now"
896
- msgstr "התקן עכשיו"
897
-
898
- #: includes/fs-plugin-info-dialog.php:765
899
- msgctxt "as download latest version"
900
- msgid "Download Latest Free Version"
901
- msgstr "Download Latest Free Version"
902
-
903
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
904
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
905
- msgctxt "as download latest version"
906
- msgid "Download Latest"
907
- msgstr "הורד גרסה אחרונה"
908
-
909
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
910
- #: templates/account/partials/addon.php356,
911
- #: templates/account/partials/addon.php:412
912
- msgid "Activate this add-on"
913
- msgstr "הפעל את ההרחבה"
914
-
915
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
916
- msgid "Activate Free Version"
917
- msgstr "הפעלת גירסה חינאמית"
918
-
919
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
920
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
921
- msgid "Activate"
922
- msgstr "הפעלה"
923
-
924
- #: includes/fs-plugin-info-dialog.php:994
925
- msgctxt "Plugin installer section title"
926
- msgid "Description"
927
- msgstr "תיאור"
928
-
929
- #: includes/fs-plugin-info-dialog.php:995
930
- msgctxt "Plugin installer section title"
931
- msgid "Installation"
932
- msgstr "התקנה"
933
-
934
- #: includes/fs-plugin-info-dialog.php:996
935
- msgctxt "Plugin installer section title"
936
- msgid "FAQ"
937
- msgstr "שאלות נפוצות"
938
-
939
- #: includes/fs-plugin-info-dialog.php997,
940
- #: templates/plugin-info/description.php:55
941
- msgid "Screenshots"
942
- msgstr "צילומי מסך"
943
-
944
- #: includes/fs-plugin-info-dialog.php:998
945
- msgctxt "Plugin installer section title"
946
- msgid "Changelog"
947
- msgstr "לוג שינויים"
948
-
949
- #: includes/fs-plugin-info-dialog.php:999
950
- msgctxt "Plugin installer section title"
951
- msgid "Reviews"
952
- msgstr "ביקורות"
953
-
954
- #: includes/fs-plugin-info-dialog.php:1000
955
- msgctxt "Plugin installer section title"
956
- msgid "Other Notes"
957
- msgstr "היערות נוספות"
958
-
959
- #: includes/fs-plugin-info-dialog.php:1015
960
- msgctxt "Plugin installer section title"
961
- msgid "Features & Pricing"
962
- msgstr "פיטצ'רים ומחירים"
963
-
964
- #: includes/fs-plugin-info-dialog.php:1025
965
- msgid "Plugin Install"
966
- msgstr "התקנת תוסף"
967
-
968
- #: includes/fs-plugin-info-dialog.php:1097
969
- msgctxt "e.g. Professional Plan"
970
- msgid "%s Plan"
971
- msgstr "חבילה %s"
972
-
973
- #: includes/fs-plugin-info-dialog.php:1123
974
- msgctxt "e.g. the best product"
975
- msgid "Best"
976
- msgstr "הכי טוב"
977
-
978
- #: includes/fs-plugin-info-dialog.php1129,
979
- #: includes/fs-plugin-info-dialog.php:1149
980
- msgctxt "as every month"
981
- msgid "Monthly"
982
- msgstr "חודשי"
983
-
984
- #: includes/fs-plugin-info-dialog.php:1132
985
- msgctxt "as once a year"
986
- msgid "Annual"
987
- msgstr "שנתי"
988
-
989
- #: includes/fs-plugin-info-dialog.php:1135
990
- msgid "Lifetime"
991
- msgstr "לכל החיים"
992
-
993
- #: includes/fs-plugin-info-dialog.php1149,
994
- #: includes/fs-plugin-info-dialog.php1151,
995
- #: includes/fs-plugin-info-dialog.php:1153
996
- msgctxt "e.g. billed monthly"
997
- msgid "Billed %s"
998
- msgstr "מחוייב על בסיס %s"
999
-
1000
- #: includes/fs-plugin-info-dialog.php:1151
1001
- msgctxt "as once a year"
1002
- msgid "Annually"
1003
- msgstr "שנתי"
1004
-
1005
- #: includes/fs-plugin-info-dialog.php:1153
1006
- msgctxt "as once a year"
1007
- msgid "Once"
1008
- msgstr "פעם אחת"
1009
-
1010
- #: includes/fs-plugin-info-dialog.php:1159
1011
- msgid "Single Site License"
1012
- msgstr "רשיון לאתר אחד"
1013
-
1014
- #: includes/fs-plugin-info-dialog.php:1161
1015
- msgid "Unlimited Licenses"
1016
- msgstr "רשיונות ללא הגבלה"
1017
-
1018
- #: includes/fs-plugin-info-dialog.php:1163
1019
- msgid "Up to %s Sites"
1020
- msgstr "עד %s אתרים"
1021
-
1022
- #: includes/fs-plugin-info-dialog.php1173,
1023
- #: templates/plugin-info/features.php:82
1024
- msgctxt "as monthly period"
1025
- msgid "mo"
1026
- msgstr "חודשים"
1027
-
1028
- #: includes/fs-plugin-info-dialog.php1180,
1029
- #: templates/plugin-info/features.php:80
1030
- msgctxt "as annual period"
1031
- msgid "year"
1032
- msgstr "שנה"
1033
-
1034
- #: includes/fs-plugin-info-dialog.php:1234
1035
- msgctxt "noun"
1036
- msgid "Price"
1037
- msgstr "מחיר"
1038
-
1039
- #: includes/fs-plugin-info-dialog.php:1282
1040
- msgid "Save %s"
1041
- msgstr "שמירת %s"
1042
-
1043
- #: includes/fs-plugin-info-dialog.php:1292
1044
- msgid "No commitment for %s - cancel anytime"
1045
- msgstr "No commitment for %s - cancel anytime"
1046
-
1047
- #: includes/fs-plugin-info-dialog.php:1295
1048
- msgid "After your free %s, pay as little as %s"
1049
- msgstr "After your free %s, pay as little as %s"
1050
-
1051
- #: includes/fs-plugin-info-dialog.php:1306
1052
- msgid "Details"
1053
- msgstr "פרטים"
1054
-
1055
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1056
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1057
- #: templates/account/partials/addon.php:36
1058
- msgctxt "product version"
1059
- msgid "Version"
1060
- msgstr "גרסה"
1061
-
1062
- #: includes/fs-plugin-info-dialog.php:1317
1063
- msgctxt "as the plugin author"
1064
- msgid "Author"
1065
- msgstr "Author"
1066
-
1067
- #: includes/fs-plugin-info-dialog.php:1324
1068
- msgid "Last Updated"
1069
- msgstr "עודכן לאחרונה"
1070
-
1071
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1072
- msgctxt "x-ago"
1073
- msgid "%s ago"
1074
- msgstr "לפני %s"
1075
-
1076
- #: includes/fs-plugin-info-dialog.php:1338
1077
- msgid "Requires WordPress Version"
1078
- msgstr "Requires WordPress Version"
1079
-
1080
- #: includes/fs-plugin-info-dialog.php:1339
1081
- msgid "%s or higher"
1082
- msgstr "%s ומעלה"
1083
-
1084
- #: includes/fs-plugin-info-dialog.php:1346
1085
- msgid "Compatible up to"
1086
- msgstr "Compatible up to"
1087
-
1088
- #: includes/fs-plugin-info-dialog.php:1354
1089
- msgid "Downloaded"
1090
- msgstr "Downloaded"
1091
-
1092
- #: includes/fs-plugin-info-dialog.php:1358
1093
- msgid "%s time"
1094
- msgstr "פעם %s"
1095
-
1096
- #: includes/fs-plugin-info-dialog.php:1360
1097
- msgid "%s times"
1098
- msgstr "%s פעמים"
1099
-
1100
- #: includes/fs-plugin-info-dialog.php:1370
1101
- msgid "WordPress.org Plugin Page"
1102
- msgstr "WordPress.org Plugin Page"
1103
-
1104
- #: includes/fs-plugin-info-dialog.php:1378
1105
- msgid "Plugin Homepage"
1106
- msgstr "עמוד התוסף"
1107
-
1108
- #: includes/fs-plugin-info-dialog.php1386,
1109
- #: includes/fs-plugin-info-dialog.php:1468
1110
- msgid "Donate to this plugin"
1111
- msgstr "תרום לתוסף"
1112
-
1113
- #: includes/fs-plugin-info-dialog.php:1393
1114
- msgid "Average Rating"
1115
- msgstr "דירוג ממוצע"
1116
-
1117
- #: includes/fs-plugin-info-dialog.php:1400
1118
- msgid "based on %s"
1119
- msgstr "מבוסס על %s"
1120
-
1121
- #: includes/fs-plugin-info-dialog.php:1404
1122
- msgid "%s rating"
1123
- msgstr "דרוג %s"
1124
-
1125
- #: includes/fs-plugin-info-dialog.php:1406
1126
- msgid "%s ratings"
1127
- msgstr "%s דרוגים"
1128
-
1129
- #: includes/fs-plugin-info-dialog.php:1421
1130
- msgid "%s star"
1131
- msgstr "כוכב %s"
1132
-
1133
- #: includes/fs-plugin-info-dialog.php:1423
1134
- msgid "%s stars"
1135
- msgstr "%s כוכבים"
1136
-
1137
- #: includes/fs-plugin-info-dialog.php:1434
1138
- msgid "Click to see reviews that provided a rating of %s"
1139
- msgstr "Click to see reviews that provided a rating of %s"
1140
-
1141
- #: includes/fs-plugin-info-dialog.php:1447
1142
- msgid "Contributors"
1143
- msgstr "תורמים"
1144
-
1145
- #: includes/fs-plugin-info-dialog.php1476,
1146
- #: includes/fs-plugin-info-dialog.php:1478
1147
- msgid "Warning"
1148
- msgstr "Warning"
1149
-
1150
- #: includes/fs-plugin-info-dialog.php:1476
1151
- msgid "This plugin has not been tested with your current version of WordPress."
1152
- msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
1153
-
1154
- #: includes/fs-plugin-info-dialog.php:1478
1155
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1156
- msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
1157
-
1158
- #: includes/fs-plugin-info-dialog.php:1497
1159
- msgid "Paid add-on must be deployed to Freemius."
1160
- msgstr "Paid add-on must be deployed to Freemius."
1161
-
1162
- #: includes/fs-plugin-info-dialog.php:1498
1163
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1164
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
1165
-
1166
- #: includes/fs-plugin-info-dialog.php:1519
1167
- msgid "Newer Version (%s) Installed"
1168
- msgstr "גרסה חדשה (%s) הותקנה"
1169
-
1170
- #: includes/fs-plugin-info-dialog.php:1520
1171
- msgid "Newer Free Version (%s) Installed"
1172
- msgstr "Newer Free Version (%s) Installed"
1173
-
1174
- #: includes/fs-plugin-info-dialog.php:1527
1175
- msgid "Latest Version Installed"
1176
- msgstr "הגרסה האחרונה הותקנה"
1177
-
1178
- #: includes/fs-plugin-info-dialog.php:1528
1179
- msgid "Latest Free Version Installed"
1180
- msgstr "גרסה חינאמית עדכנית הותקנה"
1181
-
1182
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1183
- #: templates/account/partials/addon.php26,
1184
- #: templates/account/partials/site.php:311
1185
- msgid "Downgrading your plan"
1186
- msgstr "Downgrading your plan"
1187
-
1188
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1189
- #: templates/account/partials/addon.php27,
1190
- #: templates/account/partials/site.php:312
1191
- msgid "Cancelling the subscription"
1192
- msgstr "Cancelling the subscription"
1193
-
1194
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1195
- #. subscription'
1196
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1197
- #: templates/account/partials/site.php:314
1198
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1200
-
1201
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1202
- #: templates/account/partials/addon.php30,
1203
- #: templates/account/partials/site.php:315
1204
- 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."
1205
- msgstr "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."
1206
-
1207
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1208
- #: templates/account/partials/addon.php:31
1209
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1210
- msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
1211
-
1212
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1213
- #: templates/account/partials/addon.php32,
1214
- #: templates/account/partials/site.php:316
1215
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1216
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1217
-
1218
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1219
- #: templates/account/partials/addon.php33,
1220
- #: templates/account/partials/site.php:317
1221
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1222
- msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1223
-
1224
- #. translators: %s: Plan title (e.g. "Professional")
1225
- #: templates/account.php101,
1226
- #: templates/account/partials/activate-license-button.php31,
1227
- #: templates/account/partials/addon.php:35
1228
- msgid "Activate %s Plan"
1229
- msgstr "הפעל חבילה %s"
1230
-
1231
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1232
- #: templates/account.php104, templates/account/partials/addon.php38,
1233
- #: templates/account/partials/site.php:291
1234
- msgid "Auto renews in %s"
1235
- msgstr "עדכן אוטומטית בעוד %s"
1236
-
1237
- #. translators: %s: Time period (e.g. Expires in "2 months")
1238
- #: templates/account.php106, templates/account/partials/addon.php40,
1239
- #: templates/account/partials/site.php:293
1240
- msgid "Expires in %s"
1241
- msgstr "פג תוקף בעוד %s"
1242
-
1243
- #: templates/account.php:107
1244
- msgctxt "as synchronize license"
1245
- msgid "Sync License"
1246
- msgstr "סינכרן רישיון"
1247
-
1248
- #: templates/account.php108, templates/account/partials/addon.php:41
1249
- msgid "Cancel Trial"
1250
- msgstr "ביט"
1251
-
1252
- #: templates/account.php109, templates/account/partials/addon.php:42
1253
- msgid "Change Plan"
1254
- msgstr "שינוי חבילה"
1255
-
1256
- #: templates/account.php110, templates/account/partials/addon.php:43
1257
- msgctxt "verb"
1258
- msgid "Upgrade"
1259
- msgstr "שדרג"
1260
-
1261
- #: templates/account.php112, templates/account/partials/addon.php45,
1262
- #: templates/account/partials/site.php:318
1263
- msgctxt "verb"
1264
- msgid "Downgrade"
1265
- msgstr "שנמך"
1266
-
1267
- #: templates/account.php114, templates/add-ons.php246,
1268
- #: templates/plugin-info/features.php72,
1269
- #: templates/account/partials/addon.php47,
1270
- #: templates/account/partials/site.php:33
1271
- msgid "Free"
1272
- msgstr "חינם"
1273
-
1274
- #: templates/account.php116, templates/debug.php373,
1275
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1276
- #: templates/account/partials/addon.php:49
1277
- msgctxt "as product pricing plan"
1278
- msgid "Plan"
1279
- msgstr "חבילה"
1280
-
1281
- #: templates/account.php:117
1282
- msgid "Bundle Plan"
1283
- msgstr "Bundle Plan"
1284
-
1285
- #: templates/account.php:191
1286
- msgid "Free Trial"
1287
- msgstr "ניסיון חינם"
1288
-
1289
- #: templates/account.php:202
1290
- msgid "Account Details"
1291
- msgstr "פרטי חשבון"
1292
-
1293
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1294
- msgid "Start Debug"
1295
- msgstr "Start Debug"
1296
-
1297
- #: templates/account.php:211
1298
- msgid "Stop Debug"
1299
- msgstr "Stop Debug"
1300
-
1301
- #: templates/account.php:218
1302
- msgid "Billing & Invoices"
1303
- msgstr "Billing & Invoices"
1304
-
1305
- #: templates/account.php:229
1306
- 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?"
1307
- msgstr "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?"
1308
-
1309
- #: templates/account.php:231
1310
- 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?"
1311
- msgstr "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?"
1312
-
1313
- #: templates/account.php:234
1314
- msgid "Delete Account"
1315
- msgstr "מחיקת חשבון"
1316
-
1317
- #: templates/account.php246, templates/account/partials/addon.php231,
1318
- #: templates/account/partials/deactivate-license-button.php:35
1319
- msgid "Deactivate License"
1320
- msgstr "שיחרור רישיון"
1321
-
1322
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1323
- msgid "Are you sure you want to proceed?"
1324
- msgstr "האם את/ה בטוח רוצה להמשיך?"
1325
-
1326
- #: templates/account.php269, templates/account/partials/addon.php:255
1327
- msgid "Cancel Subscription"
1328
- msgstr "בטל מנוי"
1329
-
1330
- #: templates/account.php298, templates/account/partials/addon.php:340
1331
- msgctxt "as synchronize"
1332
- msgid "Sync"
1333
- msgstr "סינכרון"
1334
-
1335
- #: templates/account.php313, templates/debug.php:507
1336
- msgid "Name"
1337
- msgstr "שם"
1338
-
1339
- #: templates/account.php319, templates/debug.php:508
1340
- msgid "Email"
1341
- msgstr "דוא\"ל"
1342
-
1343
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1344
- msgid "User ID"
1345
- msgstr "מזהה משתמש"
1346
-
1347
- #: templates/account.php344, templates/account.php637,
1348
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1349
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1350
- #: templates/debug.php632, templates/account/payments.php35,
1351
- #: templates/debug/logger.php:21
1352
- msgid "ID"
1353
- msgstr "מזהה"
1354
-
1355
- #: templates/account.php:351
1356
- msgid "Site ID"
1357
- msgstr "מזהה אתר"
1358
-
1359
- #: templates/account.php:354
1360
- msgid "No ID"
1361
- msgstr "אין מזהה"
1362
-
1363
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1364
- #: templates/debug.php458, templates/debug.php510,
1365
- #: templates/account/partials/site.php:227
1366
- msgid "Public Key"
1367
- msgstr "מפתח פומבי"
1368
-
1369
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1370
- #: templates/debug.php511, templates/account/partials/site.php:239
1371
- msgid "Secret Key"
1372
- msgstr "מפתח סודי"
1373
-
1374
- #: templates/account.php:368
1375
- msgctxt "as secret encryption key missing"
1376
- msgid "No Secret"
1377
- msgstr "אין מפתח סודי"
1378
-
1379
- #: templates/account.php395, templates/account/partials/site.php120,
1380
- #: templates/account/partials/site.php:122
1381
- msgid "Trial"
1382
- msgstr "ניסיון"
1383
-
1384
- #: templates/account.php422, templates/debug.php562,
1385
- #: templates/account/partials/site.php:260
1386
- msgid "License Key"
1387
- msgstr "License Key"
1388
-
1389
- #: templates/account.php:453
1390
- msgid "Join the Beta program"
1391
- msgstr "Join the Beta program"
1392
-
1393
- #: templates/account.php:459
1394
- msgid "not verified"
1395
- msgstr "לא מאומת"
1396
-
1397
- #: templates/account.php468, templates/account/partials/addon.php:190
1398
- msgid "Expired"
1399
- msgstr "פג תוקף"
1400
-
1401
- #: templates/account.php:528
1402
- msgid "Premium version"
1403
- msgstr "גירסת פרימיום"
1404
-
1405
- #: templates/account.php:530
1406
- msgid "Free version"
1407
- msgstr "גירסה חינאמית"
1408
-
1409
- #: templates/account.php:542
1410
- msgid "Verify Email"
1411
- msgstr "אמת כתובת דוא\"ל"
1412
-
1413
- #: templates/account.php:553
1414
- msgid "Download %s Version"
1415
- msgstr "הורד גרסת %s"
1416
-
1417
- #: templates/account.php568, templates/account.php820,
1418
- #: templates/account/partials/site.php248,
1419
- #: templates/account/partials/site.php:270
1420
- msgctxt "verb"
1421
- msgid "Show"
1422
- msgstr "הצג"
1423
-
1424
- #: templates/account.php:583
1425
- msgid "What is your %s?"
1426
- msgstr "מה ה%s שלך?"
1427
-
1428
- #: templates/account.php591, templates/account/billing.php:21
1429
- msgctxt "verb"
1430
- msgid "Edit"
1431
- msgstr "ערוך"
1432
-
1433
- #: templates/account.php:616
1434
- msgid "Sites"
1435
- msgstr "אתרים"
1436
-
1437
- #: templates/account.php:629
1438
- msgid "Search by address"
1439
- msgstr "חפש לפי כתובת"
1440
-
1441
- #: templates/account.php638, templates/debug.php:368
1442
- msgid "Address"
1443
- msgstr "כתובת"
1444
-
1445
- #: templates/account.php:639
1446
- msgid "License"
1447
- msgstr "רישיון"
1448
-
1449
- #: templates/account.php:640
1450
- msgid "Plan"
1451
- msgstr "חבילה"
1452
-
1453
- #: templates/account.php:685
1454
- msgctxt "as software license"
1455
- msgid "License"
1456
- msgstr "רישיון"
1457
-
1458
- #: templates/account.php:814
1459
- msgctxt "verb"
1460
- msgid "Hide"
1461
- msgstr "הסתר"
1462
-
1463
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1464
- msgid "Processing"
1465
- msgstr "Processing"
1466
-
1467
- #: templates/account.php:839
1468
- msgid "Get updates for bleeding edge Beta versions of %s."
1469
- msgstr "Get updates for bleeding edge Beta versions of %s."
1470
-
1471
- #: templates/account.php:897
1472
- msgid "Cancelling %s"
1473
- msgstr "Cancelling %s"
1474
-
1475
- #: templates/account.php897, templates/account.php914,
1476
- #: templates/forms/subscription-cancellation.php27,
1477
- #: templates/forms/deactivation/form.php:133
1478
- msgid "trial"
1479
- msgstr "trial"
1480
-
1481
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1482
- msgid "Cancelling %s..."
1483
- msgstr "Cancelling %s..."
1484
-
1485
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1486
- #: templates/forms/deactivation/form.php:134
1487
- msgid "subscription"
1488
- msgstr "subscription"
1489
-
1490
- #: templates/account.php:929
1491
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1492
- msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
1493
-
1494
- #: templates/add-ons.php:38
1495
- msgid "View details"
1496
- msgstr "פרטים נוספים"
1497
-
1498
- #: templates/add-ons.php:48
1499
- msgid "Add Ons for %s"
1500
- msgstr "הרחבות עבור %s"
1501
-
1502
- #: templates/add-ons.php:58
1503
- 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."
1504
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1505
-
1506
- #: templates/add-ons.php:229
1507
- msgctxt "active add-on"
1508
- msgid "Active"
1509
- msgstr "Active"
1510
-
1511
- #: templates/add-ons.php:230
1512
- msgctxt "installed add-on"
1513
- msgid "Installed"
1514
- msgstr "Installed"
1515
-
1516
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1517
- #: templates/forms/resend-key.php:77
1518
- msgctxt "as close a window"
1519
- msgid "Dismiss"
1520
- msgstr "סגירה"
1521
-
1522
- #: templates/auto-installation.php:45
1523
- msgid "%s sec"
1524
- msgstr "%s שניות"
1525
-
1526
- #: templates/auto-installation.php:83
1527
- msgid "Automatic Installation"
1528
- msgstr "התקנה אוטומטית"
1529
-
1530
- #: templates/auto-installation.php:93
1531
- msgid "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."
1532
- msgstr "הורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו."
1533
-
1534
- #: templates/auto-installation.php:104
1535
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1536
- msgstr "תהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום מבלי לרענן את הדפדפן."
1537
-
1538
- #: templates/auto-installation.php:109
1539
- msgid "Cancel Installation"
1540
- msgstr "בטל התקנה"
1541
-
1542
- #: templates/checkout.php:180
1543
- msgid "Checkout"
1544
- msgstr "Checkout"
1545
-
1546
- #: templates/checkout.php:180
1547
- msgid "PCI compliant"
1548
- msgstr "עומד בתקן PCI"
1549
-
1550
- #. translators: %s: name (e.g. Hey John,)
1551
- #: templates/connect.php:112
1552
- msgctxt "greeting"
1553
- msgid "Hey %s,"
1554
- msgstr "היי %s,"
1555
-
1556
- #: templates/connect.php:154
1557
- msgid "Allow & Continue"
1558
- msgstr "אפשר\\י והמשכ\\י"
1559
-
1560
- #: templates/connect.php:158
1561
- msgid "Re-send activation email"
1562
- msgstr "שליחה חוזרת של מייל האקטיבציה"
1563
-
1564
- #: templates/connect.php:162
1565
- msgid "Thanks %s!"
1566
- msgstr "תודה %s!"
1567
-
1568
- #: templates/connect.php172, templates/forms/license-activation.php:46
1569
- msgid "Agree & Activate License"
1570
- msgstr "הסכמה והפעלת רישיון"
1571
-
1572
- #: templates/connect.php:181
1573
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1574
- msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
1575
-
1576
- #: templates/connect.php:188
1577
- 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."
1578
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1579
-
1580
- #: templates/connect.php:189
1581
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1582
- msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1583
-
1584
- #: templates/connect.php:195
1585
- 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. If you skip this, that's okay! %1$s will still work just fine."
1586
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1587
-
1588
- #: templates/connect.php:196
1589
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1590
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1591
-
1592
- #: templates/connect.php:230
1593
- msgid "We're excited to introduce the Freemius network-level integration."
1594
- msgstr "We're excited to introduce the Freemius network-level integration."
1595
-
1596
- #: templates/connect.php:233
1597
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1598
- msgstr "During the update process we detected %d site(s) that are still pending license activation."
1599
-
1600
- #: templates/connect.php:235
1601
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1602
- msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1603
-
1604
- #: templates/connect.php:237
1605
- msgid "%s's paid features"
1606
- msgstr "%s's paid features"
1607
-
1608
- #: templates/connect.php:242
1609
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1610
- msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1611
-
1612
- #: templates/connect.php:244
1613
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1614
- msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1615
-
1616
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1617
- #: templates/forms/license-activation.php:49
1618
- msgid "License key"
1619
- msgstr "מפתח רישיון"
1620
-
1621
- #: templates/connect.php256, templates/forms/license-activation.php:22
1622
- msgid "Can't find your license key?"
1623
- msgstr "האם אינך מוצא את מפתח הרישיון?"
1624
-
1625
- #: templates/connect.php315, templates/connect.php652,
1626
- #: templates/forms/deactivation/retry-skip.php:20
1627
- msgctxt "verb"
1628
- msgid "Skip"
1629
- msgstr "דלג"
1630
-
1631
- #: templates/connect.php:318
1632
- msgid "Delegate to Site Admins"
1633
- msgstr "האצלה למנהלי האתרים"
1634
-
1635
- #: templates/connect.php:318
1636
- msgid "If you click it, this decision will be delegated to the sites administrators."
1637
- msgstr "If you click it, this decision will be delegated to the sites administrators."
1638
-
1639
- #: templates/connect.php:346
1640
- msgid "Your Profile Overview"
1641
- msgstr "פרטים כלליים על הפרופיל"
1642
-
1643
- #: templates/connect.php:347
1644
- msgid "Name and email address"
1645
- msgstr "שם וכתובת דו\"אל"
1646
-
1647
- #: templates/connect.php:352
1648
- msgid "Your Site Overview"
1649
- msgstr "פרטים כלליים על האתר"
1650
-
1651
- #: templates/connect.php:353
1652
- msgid "Site URL, WP version, PHP info, plugins & themes"
1653
- msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים ותבניות"
1654
-
1655
- #: templates/connect.php:358
1656
- msgid "Admin Notices"
1657
- msgstr "התראות מנהל"
1658
-
1659
- #: templates/connect.php359, templates/connect.php:375
1660
- msgid "Updates, announcements, marketing, no spam"
1661
- msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
1662
-
1663
- #: templates/connect.php:364
1664
- msgid "Current %s Events"
1665
- msgstr "Current %s Events"
1666
-
1667
- #: templates/connect.php:365
1668
- msgid "Activation, deactivation and uninstall"
1669
- msgstr "הפעלה, כיבוי והסרה"
1670
-
1671
- #: templates/connect.php:374
1672
- msgid "Newsletter"
1673
- msgstr "ניוסלטר"
1674
-
1675
- #: templates/connect.php391, templates/forms/license-activation.php:41
1676
- msgid "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."
1677
- msgstr "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."
1678
-
1679
- #: templates/connect.php:396
1680
- msgid "What permissions are being granted?"
1681
- msgstr "מהן ההרשאות המוענקות?"
1682
-
1683
- #: templates/connect.php:417
1684
- msgid "Don't have a license key?"
1685
- msgstr "האם אין ברשותך מפתח רישיון?"
1686
-
1687
- #: templates/connect.php:420
1688
- msgid "Have a license key?"
1689
- msgstr "האם ברשותך רישיון?"
1690
-
1691
- #: templates/connect.php:428
1692
- msgid "Privacy Policy"
1693
- msgstr "מדיניות פרטיות"
1694
-
1695
- #: templates/connect.php:430
1696
- msgid "License Agreement"
1697
- msgstr "License Agreement"
1698
-
1699
- #: templates/connect.php:430
1700
- msgid "Terms of Service"
1701
- msgstr "תנאי השירות"
1702
-
1703
- #: templates/connect.php:805
1704
- msgctxt "as in the process of sending an email"
1705
- msgid "Sending email"
1706
- msgstr "שולח דוא\"ל"
1707
-
1708
- #: templates/connect.php:806
1709
- msgctxt "as activating plugin"
1710
- msgid "Activating"
1711
- msgstr "מפעיל"
1712
-
1713
- #: templates/contact.php:78
1714
- msgid "Contact"
1715
- msgstr "Contact"
1716
-
1717
- #: templates/debug.php:17
1718
- msgctxt "as turned off"
1719
- msgid "Off"
1720
- msgstr "כבוי"
1721
-
1722
- #: templates/debug.php:18
1723
- msgctxt "as turned on"
1724
- msgid "On"
1725
- msgstr "דלוק"
1726
-
1727
- #: templates/debug.php:20
1728
- msgid "SDK"
1729
- msgstr "SDK"
1730
-
1731
- #: templates/debug.php:24
1732
- msgctxt "as code debugging"
1733
- msgid "Debugging"
1734
- msgstr "דיבוג"
1735
-
1736
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1737
- #: templates/debug.php:512
1738
- msgid "Actions"
1739
- msgstr "פעולות"
1740
-
1741
- #: templates/debug.php:64
1742
- msgid "Are you sure you want to delete all Freemius data?"
1743
- msgstr "Are you sure you want to delete all Freemius data?"
1744
-
1745
- #: templates/debug.php:64
1746
- msgid "Delete All Accounts"
1747
- msgstr "מחיקת כל החשבונות"
1748
-
1749
- #: templates/debug.php:71
1750
- msgid "Clear API Cache"
1751
- msgstr "ניקוי מטמון ה-API"
1752
-
1753
- #: templates/debug.php:79
1754
- msgid "Clear Updates Transients"
1755
- msgstr "Clear Updates Transients"
1756
-
1757
- #: templates/debug.php:86
1758
- msgid "Sync Data From Server"
1759
- msgstr "סנכרון מידע מהשרת"
1760
-
1761
- #: templates/debug.php:95
1762
- msgid "Migrate Options to Network"
1763
- msgstr "Migrate Options to Network"
1764
-
1765
- #: templates/debug.php:100
1766
- msgid "Load DB Option"
1767
- msgstr "Load DB Option"
1768
-
1769
- #: templates/debug.php:103
1770
- msgid "Set DB Option"
1771
- msgstr "Set DB Option"
1772
-
1773
- #: templates/debug.php:182
1774
- msgid "Key"
1775
- msgstr "Key"
1776
-
1777
- #: templates/debug.php:183
1778
- msgid "Value"
1779
- msgstr "Value"
1780
-
1781
- #: templates/debug.php:199
1782
- msgctxt "as software development kit versions"
1783
- msgid "SDK Versions"
1784
- msgstr "גרסאות SDK"
1785
-
1786
- #: templates/debug.php:204
1787
- msgid "SDK Path"
1788
- msgstr "מיקום SDK"
1789
-
1790
- #: templates/debug.php205, templates/debug.php:244
1791
- msgid "Module Path"
1792
- msgstr "Module Path"
1793
-
1794
- #: templates/debug.php:206
1795
- msgid "Is Active"
1796
- msgstr "האם פעיל"
1797
-
1798
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1799
- msgid "Plugins"
1800
- msgstr "תוספים"
1801
-
1802
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1803
- msgid "Themes"
1804
- msgstr "תבניות"
1805
-
1806
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1807
- #: templates/debug/scheduled-crons.php:80
1808
- msgid "Slug"
1809
- msgstr "מזהה כתובת"
1810
-
1811
- #: templates/debug.php241, templates/debug.php:455
1812
- msgid "Title"
1813
- msgstr "כותרת"
1814
-
1815
- #: templates/debug.php:242
1816
- msgctxt "as application program interface"
1817
- msgid "API"
1818
- msgstr "API"
1819
-
1820
- #: templates/debug.php:243
1821
- msgid "Freemius State"
1822
- msgstr "מצב פרימיוס"
1823
-
1824
- #: templates/debug.php:247
1825
- msgid "Network Blog"
1826
- msgstr "Network Blog"
1827
-
1828
- #: templates/debug.php:248
1829
- msgid "Network User"
1830
- msgstr "משתמש רשת"
1831
-
1832
- #: templates/debug.php:285
1833
- msgctxt "as connection was successful"
1834
- msgid "Connected"
1835
- msgstr "מחובר"
1836
-
1837
- #: templates/debug.php:286
1838
- msgctxt "as connection blocked"
1839
- msgid "Blocked"
1840
- msgstr "חסום"
1841
-
1842
- #: templates/debug.php:322
1843
- msgid "Simulate Trial Promotion"
1844
- msgstr "Simulate Trial Promotion"
1845
-
1846
- #: templates/debug.php:334
1847
- msgid "Simulate Network Upgrade"
1848
- msgstr "סמלוץ עדכון לרשת"
1849
-
1850
- #: templates/debug.php:359
1851
- msgid "%s Installs"
1852
- msgstr "%s התקנות"
1853
-
1854
- #: templates/debug.php:361
1855
- msgctxt "like websites"
1856
- msgid "Sites"
1857
- msgstr "אתרים"
1858
-
1859
- #: templates/debug.php367, templates/account/partials/site.php:156
1860
- msgid "Blog ID"
1861
- msgstr "מזהה בלוג"
1862
-
1863
- #: templates/debug.php:372
1864
- msgid "License ID"
1865
- msgstr "License ID"
1866
-
1867
- #: templates/debug.php436, templates/debug.php535,
1868
- #: templates/account/partials/addon.php:435
1869
- msgctxt "verb"
1870
- msgid "Delete"
1871
- msgstr "מחק"
1872
-
1873
- #: templates/debug.php:450
1874
- msgid "Add Ons of module %s"
1875
- msgstr "Add Ons of module %s"
1876
-
1877
- #: templates/debug.php:502
1878
- msgid "Users"
1879
- msgstr "משתמשים"
1880
-
1881
- #: templates/debug.php:509
1882
- msgid "Verified"
1883
- msgstr "מאומת"
1884
-
1885
- #: templates/debug.php:551
1886
- msgid "%s Licenses"
1887
- msgstr "%s Licenses"
1888
-
1889
- #: templates/debug.php:556
1890
- msgid "Plugin ID"
1891
- msgstr "Plugin ID"
1892
-
1893
- #: templates/debug.php:558
1894
- msgid "Plan ID"
1895
- msgstr "Plan ID"
1896
-
1897
- #: templates/debug.php:559
1898
- msgid "Quota"
1899
- msgstr "Quota"
1900
-
1901
- #: templates/debug.php:560
1902
- msgid "Activated"
1903
- msgstr "Activated"
1904
-
1905
- #: templates/debug.php:561
1906
- msgid "Blocking"
1907
- msgstr "Blocking"
1908
-
1909
- #: templates/debug.php:563
1910
- msgctxt "as expiration date"
1911
- msgid "Expiration"
1912
- msgstr "תפוגה"
1913
-
1914
- #: templates/debug.php:590
1915
- msgid "Debug Log"
1916
- msgstr "Debug Log"
1917
-
1918
- #: templates/debug.php:594
1919
- msgid "All Types"
1920
- msgstr "כל הסוגים"
1921
-
1922
- #: templates/debug.php:601
1923
- msgid "All Requests"
1924
- msgstr "כל הבקשות"
1925
-
1926
- #: templates/debug.php606, templates/debug.php635,
1927
- #: templates/debug/logger.php:25
1928
- msgid "File"
1929
- msgstr "קובץ"
1930
-
1931
- #: templates/debug.php607, templates/debug.php633,
1932
- #: templates/debug/logger.php:23
1933
- msgid "Function"
1934
- msgstr "פונקציה"
1935
-
1936
- #: templates/debug.php:608
1937
- msgid "Process ID"
1938
- msgstr "Process ID"
1939
-
1940
- #: templates/debug.php:609
1941
- msgid "Logger"
1942
- msgstr "Logger"
1943
-
1944
- #: templates/debug.php610, templates/debug.php634,
1945
- #: templates/debug/logger.php:24
1946
- msgid "Message"
1947
- msgstr "הודעה"
1948
-
1949
- #: templates/debug.php:612
1950
- msgid "Filter"
1951
- msgstr "פילטר"
1952
-
1953
- #: templates/debug.php:620
1954
- msgid "Download"
1955
- msgstr "הורדה"
1956
-
1957
- #: templates/debug.php631, templates/debug/logger.php:22
1958
- msgid "Type"
1959
- msgstr "סוג"
1960
-
1961
- #: templates/debug.php636, templates/debug/logger.php:26
1962
- msgid "Timestamp"
1963
- msgstr "Timestamp"
1964
-
1965
- #: templates/secure-https-header.php:28
1966
- msgid "Secure HTTPS %s page, running from an external domain"
1967
- msgstr "Secure HTTPS %s page, running from an external domain"
1968
-
1969
- #: includes/customizer/class-fs-customizer-support-section.php55,
1970
- #: templates/plugin-info/features.php:43
1971
- msgid "Support"
1972
- msgstr "תמיכה"
1973
-
1974
- #: includes/debug/class-fs-debug-bar-panel.php48,
1975
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1976
- msgctxt "milliseconds"
1977
- msgid "ms"
1978
- msgstr "ms"
1979
-
1980
- #: includes/debug/debug-bar-start.php:41
1981
- msgid "Freemius API"
1982
- msgstr "Freemius API"
1983
-
1984
- #: includes/debug/debug-bar-start.php:42
1985
- msgid "Requests"
1986
- msgstr "Requests"
1987
-
1988
- #: templates/account/billing.php:22
1989
- msgctxt "verb"
1990
- msgid "Update"
1991
- msgstr "עדכן"
1992
-
1993
- #: templates/account/billing.php:33
1994
- msgid "Billing"
1995
- msgstr "בילינג"
1996
-
1997
- #: templates/account/billing.php38, templates/account/billing.php:38
1998
- msgid "Business name"
1999
- msgstr "שם עסק"
2000
-
2001
- #: templates/account/billing.php39, templates/account/billing.php:39
2002
- msgid "Tax / VAT ID"
2003
- msgstr "ח.פ."
2004
-
2005
- #: templates/account/billing.php42, templates/account/billing.php42,
2006
- #: templates/account/billing.php43, templates/account/billing.php:43
2007
- msgid "Address Line %d"
2008
- msgstr "כתובת %s"
2009
-
2010
- #: templates/account/billing.php46, templates/account/billing.php:46
2011
- msgid "City"
2012
- msgstr "עיר"
2013
-
2014
- #: templates/account/billing.php46, templates/account/billing.php:46
2015
- msgid "Town"
2016
- msgstr "כפר"
2017
-
2018
- #: templates/account/billing.php47, templates/account/billing.php:47
2019
- msgid "ZIP / Postal Code"
2020
- msgstr "מיקוד / תא דואר"
2021
-
2022
- #: templates/account/billing.php:302
2023
- msgid "Country"
2024
- msgstr "מדינה"
2025
-
2026
- #: templates/account/billing.php:304
2027
- msgid "Select Country"
2028
- msgstr "בחר מדינה"
2029
-
2030
- #: templates/account/billing.php311, templates/account/billing.php:312
2031
- msgid "State"
2032
- msgstr "מחוז/מדינה"
2033
-
2034
- #: templates/account/billing.php311, templates/account/billing.php:312
2035
- msgid "Province"
2036
- msgstr "פרובינציה"
2037
-
2038
- #: templates/account/payments.php:29
2039
- msgid "Payments"
2040
- msgstr "תשלומים"
2041
-
2042
- #: templates/account/payments.php:36
2043
- msgid "Date"
2044
- msgstr "תאריך"
2045
-
2046
- #: templates/account/payments.php:37
2047
- msgid "Amount"
2048
- msgstr "סכום"
2049
-
2050
- #: templates/account/payments.php38, templates/account/payments.php:50
2051
- msgid "Invoice"
2052
- msgstr "חשבונית"
2053
-
2054
- #: templates/debug/api-calls.php:56
2055
- msgid "API"
2056
- msgstr "API"
2057
-
2058
- #: templates/debug/api-calls.php:68
2059
- msgid "Method"
2060
- msgstr "Method"
2061
-
2062
- #: templates/debug/api-calls.php:69
2063
- msgid "Code"
2064
- msgstr "Code"
2065
-
2066
- #: templates/debug/api-calls.php:70
2067
- msgid "Length"
2068
- msgstr "Length"
2069
-
2070
- #: templates/debug/api-calls.php:71
2071
- msgctxt "as file/folder path"
2072
- msgid "Path"
2073
- msgstr "נתיב"
2074
-
2075
- #: templates/debug/api-calls.php:73
2076
- msgid "Body"
2077
- msgstr "Body"
2078
-
2079
- #: templates/debug/api-calls.php:75
2080
- msgid "Result"
2081
- msgstr "Result"
2082
-
2083
- #: templates/debug/api-calls.php:76
2084
- msgid "Start"
2085
- msgstr "Start"
2086
-
2087
- #: templates/debug/api-calls.php:77
2088
- msgid "End"
2089
- msgstr "End"
2090
-
2091
- #: templates/debug/logger.php:15
2092
- msgid "Log"
2093
- msgstr "Log"
2094
-
2095
- #. translators: %s: time period (e.g. In "2 hours")
2096
- #: templates/debug/plugins-themes-sync.php18,
2097
- #: templates/debug/scheduled-crons.php:91
2098
- msgid "In %s"
2099
- msgstr "בעוד %s"
2100
-
2101
- #. translators: %s: time period (e.g. "2 hours" ago)
2102
- #: templates/debug/plugins-themes-sync.php20,
2103
- #: templates/debug/scheduled-crons.php:93
2104
- msgid "%s ago"
2105
- msgstr "לפני %s"
2106
-
2107
- #: templates/debug/plugins-themes-sync.php21,
2108
- #: templates/debug/scheduled-crons.php:74
2109
- msgctxt "seconds"
2110
- msgid "sec"
2111
- msgstr "sec"
2112
-
2113
- #: templates/debug/plugins-themes-sync.php:23
2114
- msgid "Plugins & Themes Sync"
2115
- msgstr "Plugins & Themes Sync"
2116
-
2117
- #: templates/debug/plugins-themes-sync.php:28
2118
- msgid "Total"
2119
- msgstr "Total"
2120
-
2121
- #: templates/debug/plugins-themes-sync.php29,
2122
- #: templates/debug/scheduled-crons.php:84
2123
- msgid "Last"
2124
- msgstr "Last"
2125
-
2126
- #: templates/debug/scheduled-crons.php:76
2127
- msgid "Scheduled Crons"
2128
- msgstr "Scheduled Crons"
2129
-
2130
- #: templates/debug/scheduled-crons.php:81
2131
- msgid "Module"
2132
- msgstr "מודול"
2133
-
2134
- #: templates/debug/scheduled-crons.php:82
2135
- msgid "Module Type"
2136
- msgstr "סוג מודול"
2137
-
2138
- #: templates/debug/scheduled-crons.php:83
2139
- msgid "Cron Type"
2140
- msgstr "Cron Type"
2141
-
2142
- #: templates/debug/scheduled-crons.php:85
2143
- msgid "Next"
2144
- msgstr "Next"
2145
-
2146
- #: templates/forms/affiliation.php:82
2147
- msgid "Non-expiring"
2148
- msgstr "Non-expiring"
2149
-
2150
- #: templates/forms/affiliation.php:85
2151
- msgid "Apply to become an affiliate"
2152
- msgstr "Apply to become an affiliate"
2153
-
2154
- #: templates/forms/affiliation.php:104
2155
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2156
- msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2157
-
2158
- #: templates/forms/affiliation.php:119
2159
- 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."
2160
- msgstr "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."
2161
-
2162
- #: templates/forms/affiliation.php:122
2163
- msgid "Your affiliation account was temporarily suspended."
2164
- msgstr "Your affiliation account was temporarily suspended."
2165
-
2166
- #: templates/forms/affiliation.php:125
2167
- 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."
2168
- msgstr "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."
2169
-
2170
- #: templates/forms/affiliation.php:128
2171
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2172
- msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2173
-
2174
- #: templates/forms/affiliation.php:141
2175
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2176
- msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2177
-
2178
- #: templates/forms/affiliation.php:142
2179
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2180
- msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2181
-
2182
- #: templates/forms/affiliation.php:145
2183
- msgid "Program Summary"
2184
- msgstr "Program Summary"
2185
-
2186
- #: templates/forms/affiliation.php:147
2187
- msgid "%s commission when a customer purchases a new license."
2188
- msgstr "%s commission when a customer purchases a new license."
2189
-
2190
- #: templates/forms/affiliation.php:149
2191
- msgid "Get commission for automated subscription renewals."
2192
- msgstr "Get commission for automated subscription renewals."
2193
-
2194
- #: templates/forms/affiliation.php:152
2195
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2196
- msgstr "%s tracking cookie after the first visit to maximize earnings potential."
2197
-
2198
- #: templates/forms/affiliation.php:155
2199
- msgid "Unlimited commissions."
2200
- msgstr "Unlimited commissions."
2201
-
2202
- #: templates/forms/affiliation.php:157
2203
- msgid "%s minimum payout amount."
2204
- msgstr "%s minimum payout amount."
2205
-
2206
- #: templates/forms/affiliation.php:158
2207
- msgid "Payouts are in USD and processed monthly via PayPal."
2208
- msgstr "Payouts are in USD and processed monthly via PayPal."
2209
-
2210
- #: templates/forms/affiliation.php:159
2211
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2212
- msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2213
-
2214
- #: templates/forms/affiliation.php:162
2215
- msgid "Affiliate"
2216
- msgstr "Affiliate"
2217
-
2218
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2219
- msgid "Email address"
2220
- msgstr "כתובת דוא\"ל"
2221
-
2222
- #: templates/forms/affiliation.php:169
2223
- msgid "Full name"
2224
- msgstr "Full name"
2225
-
2226
- #: templates/forms/affiliation.php:173
2227
- msgid "PayPal account email address"
2228
- msgstr "PayPal account email address"
2229
-
2230
- #: templates/forms/affiliation.php:177
2231
- msgid "Where are you going to promote the %s?"
2232
- msgstr "Where are you going to promote the %s?"
2233
-
2234
- #: templates/forms/affiliation.php:179
2235
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2236
- msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
2237
-
2238
- #: templates/forms/affiliation.php:181
2239
- msgid "Add another domain"
2240
- msgstr "Add another domain"
2241
-
2242
- #: templates/forms/affiliation.php:185
2243
- msgid "Extra Domains"
2244
- msgstr "Extra Domains"
2245
-
2246
- #: templates/forms/affiliation.php:186
2247
- msgid "Extra domains where you will be marketing the product from."
2248
- msgstr "Extra domains where you will be marketing the product from."
2249
-
2250
- #: templates/forms/affiliation.php:196
2251
- msgid "Promotion methods"
2252
- msgstr "Promotion methods"
2253
-
2254
- #: templates/forms/affiliation.php:199
2255
- msgid "Social media (Facebook, Twitter, etc.)"
2256
- msgstr "Social media (Facebook, Twitter, etc.)"
2257
-
2258
- #: templates/forms/affiliation.php:203
2259
- msgid "Mobile apps"
2260
- msgstr "Mobile apps"
2261
-
2262
- #: templates/forms/affiliation.php:207
2263
- msgid "Website, email, and social media statistics (optional)"
2264
- msgstr "Website, email, and social media statistics (optional)"
2265
-
2266
- #: templates/forms/affiliation.php:210
2267
- 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)."
2268
- msgstr "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)."
2269
-
2270
- #: templates/forms/affiliation.php:214
2271
- msgid "How will you promote us?"
2272
- msgstr "How will you promote us?"
2273
-
2274
- #: templates/forms/affiliation.php:217
2275
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2276
- msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
2277
-
2278
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2279
- msgid "Cancel"
2280
- msgstr "בטל"
2281
-
2282
- #: templates/forms/affiliation.php:225
2283
- msgid "Become an affiliate"
2284
- msgstr "Become an affiliate"
2285
-
2286
- #: templates/forms/data-debug-mode.php:25
2287
- msgid "Please enter the license key to enable the debug mode:"
2288
- msgstr "Please enter the license key to enable the debug mode:"
2289
-
2290
- #: templates/forms/data-debug-mode.php:27
2291
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2292
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2293
-
2294
- #: templates/forms/data-debug-mode.php:32
2295
- msgid "Submit"
2296
- msgstr "Submit"
2297
-
2298
- #: templates/forms/data-debug-mode.php:36
2299
- msgid "User key"
2300
- msgstr "User key"
2301
-
2302
- #: templates/forms/license-activation.php:23
2303
- msgid "Please enter the license key that you received in the email right after the purchase:"
2304
- msgstr "אנא הזן את הרישיון שקיבלת לתיבת הדואל שלך לאחר השלמת הרכישה."
2305
-
2306
- #: templates/forms/license-activation.php:28
2307
- msgid "Update License"
2308
- msgstr "עדכון רישיון"
2309
-
2310
- #: templates/forms/optout.php:30
2311
- msgctxt "verb"
2312
- msgid "Opt Out"
2313
- msgstr "Opt Out"
2314
-
2315
- #: templates/forms/optout.php:31
2316
- msgctxt "verb"
2317
- msgid "Opt In"
2318
- msgstr "Opt In"
2319
-
2320
- #: templates/forms/optout.php:33
2321
- 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."
2322
- msgstr "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."
2323
-
2324
- #: templates/forms/optout.php:35
2325
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2326
- msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2327
-
2328
- #: templates/forms/premium-versions-upgrade-handler.php:40
2329
- msgid "There is a new version of %s available."
2330
- msgstr "יש גרסה חדשה עבור ה%s."
2331
-
2332
- #: templates/forms/premium-versions-upgrade-handler.php:41
2333
- msgid " %s to access version %s security & feature updates, and support."
2334
- msgstr " %s to access version %s security & feature updates, and support."
2335
-
2336
- #: templates/forms/premium-versions-upgrade-handler.php:54
2337
- msgid "New Version Available"
2338
- msgstr "יש גרסה חדשה"
2339
-
2340
- #: templates/forms/premium-versions-upgrade-handler.php:75
2341
- msgctxt "close a window"
2342
- msgid "Dismiss"
2343
- msgstr "סגירה"
2344
-
2345
- #: templates/forms/resend-key.php:21
2346
- msgid "Send License Key"
2347
- msgstr "שליחת מפתח רישיון"
2348
-
2349
- #: templates/forms/resend-key.php:57
2350
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2351
- msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
2352
-
2353
- #: templates/forms/subscription-cancellation.php:37
2354
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2355
- msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2356
-
2357
- #: templates/forms/subscription-cancellation.php:47
2358
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2359
- msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2360
-
2361
- #: templates/forms/subscription-cancellation.php:52
2362
- msgid "license"
2363
- msgstr "license"
2364
-
2365
- #: templates/forms/subscription-cancellation.php:57
2366
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2367
- msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2368
-
2369
- #: templates/forms/subscription-cancellation.php:68
2370
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2371
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2372
-
2373
- #: templates/forms/subscription-cancellation.php:103
2374
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2375
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2376
-
2377
- #: templates/forms/subscription-cancellation.php:136
2378
- msgid "Cancel %s?"
2379
- msgstr "Cancel %s?"
2380
-
2381
- #: templates/forms/subscription-cancellation.php:143
2382
- msgid "Proceed"
2383
- msgstr "Proceed"
2384
-
2385
- #: templates/forms/subscription-cancellation.php191,
2386
- #: templates/forms/deactivation/form.php:171
2387
- msgid "Cancel %s & Proceed"
2388
- msgstr "Cancel %s & Proceed"
2389
-
2390
- #: templates/forms/trial-start.php:22
2391
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2392
- msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2393
-
2394
- #: templates/forms/trial-start.php:28
2395
- 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."
2396
- msgstr "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."
2397
-
2398
- #: templates/js/style-premium-theme.php:39
2399
- msgid "Premium"
2400
- msgstr "Premium"
2401
-
2402
- #: templates/js/style-premium-theme.php:42
2403
- msgid "Beta"
2404
- msgstr "Beta"
2405
-
2406
- #: templates/partials/network-activation.php:27
2407
- msgid "Activate license on all sites in the network."
2408
- msgstr "הפעלת רישיון על כל האתרים ברשת."
2409
-
2410
- #: templates/partials/network-activation.php:28
2411
- msgid "Apply on all sites in the network."
2412
- msgstr "יישום על כל האתרים ברשת."
2413
-
2414
- #: templates/partials/network-activation.php:31
2415
- msgid "Activate license on all pending sites."
2416
- msgstr "הפעלת רישיון על כל האתרים התלויים והעומדים."
2417
-
2418
- #: templates/partials/network-activation.php:32
2419
- msgid "Apply on all pending sites."
2420
- msgstr "יישום על כל האתרים התלויים והעומדים."
2421
-
2422
- #: templates/partials/network-activation.php40,
2423
- #: templates/partials/network-activation.php:74
2424
- msgid "allow"
2425
- msgstr "אפשר"
2426
-
2427
- #: templates/partials/network-activation.php43,
2428
- #: templates/partials/network-activation.php:77
2429
- msgid "delegate"
2430
- msgstr "האצל"
2431
-
2432
- #: templates/partials/network-activation.php47,
2433
- #: templates/partials/network-activation.php:81
2434
- msgid "skip"
2435
- msgstr "דלג"
2436
-
2437
- #: templates/plugin-info/description.php72,
2438
- #: templates/plugin-info/screenshots.php:31
2439
- msgid "Click to view full-size screenshot %d"
2440
- msgstr "Click to view full-size screenshot %d"
2441
-
2442
- #: templates/plugin-info/features.php:56
2443
- msgid "Unlimited Updates"
2444
- msgstr "עדכונים ללא הגבלה"
2445
-
2446
- #: templates/account/partials/activate-license-button.php:46
2447
- msgid "Localhost"
2448
- msgstr "שרת לוקאלי"
2449
-
2450
- #: templates/account/partials/activate-license-button.php:50
2451
- msgctxt "as 5 licenses left"
2452
- msgid "%s left"
2453
- msgstr "נשארו %s"
2454
-
2455
- #: templates/account/partials/activate-license-button.php:51
2456
- msgid "Last license"
2457
- msgstr "רישיון אחרון"
2458
-
2459
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2460
- #. subscription'
2461
- #: templates/account/partials/addon.php:29
2462
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2463
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2464
-
2465
- #: templates/account/partials/addon.php:185
2466
- msgid "Cancelled"
2467
- msgstr "בוטל"
2468
-
2469
- #: templates/account/partials/addon.php:195
2470
- msgid "No expiration"
2471
- msgstr "ללא תפוגה"
2472
-
2473
- #: templates/account/partials/site.php:189
2474
- msgid "Owner Name"
2475
- msgstr "שם הבעלים"
2476
-
2477
- #: templates/account/partials/site.php:201
2478
- msgid "Owner Email"
2479
- msgstr "מייל הבעלים"
2480
-
2481
- #: templates/account/partials/site.php:213
2482
- msgid "Owner ID"
2483
- msgstr "מזהה הבעלים"
2484
-
2485
- #: templates/account/partials/site.php:286
2486
- msgid "Subscription"
2487
- msgstr "מנוי"
2488
-
2489
- #: templates/forms/deactivation/contact.php:19
2490
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2491
- msgstr "מצטערים על חוסר הנעימות, אנחנו כאן כדי לעזור אם תאפשר\\י זאת."
2492
-
2493
- #: templates/forms/deactivation/contact.php:22
2494
- msgid "Contact Support"
2495
- msgstr "צור קשר"
2496
-
2497
- #: templates/forms/deactivation/form.php:64
2498
- msgid "Anonymous feedback"
2499
- msgstr "פידבק אנונימי"
2500
-
2501
- #: templates/forms/deactivation/form.php:70
2502
- msgid "Deactivate"
2503
- msgstr "כיבוי"
2504
-
2505
- #: templates/forms/deactivation/form.php:72
2506
- msgid "Activate %s"
2507
- msgstr "Activate %s"
2508
-
2509
- #: templates/forms/deactivation/form.php:87
2510
- msgid "Quick Feedback"
2511
- msgstr "Quick Feedback"
2512
-
2513
- #: templates/forms/deactivation/form.php:91
2514
- msgid "If you have a moment, please let us know why you are %s"
2515
- msgstr "If you have a moment, please let us know why you are %s"
2516
-
2517
- #: templates/forms/deactivation/form.php:91
2518
- msgid "deactivating"
2519
- msgstr "deactivating"
2520
-
2521
- #: templates/forms/deactivation/form.php:91
2522
- msgid "switching"
2523
- msgstr "switching"
2524
-
2525
- #: templates/forms/deactivation/form.php:365
2526
- msgid "Submit & %s"
2527
- msgstr "Submit & %s"
2528
-
2529
- #: templates/forms/deactivation/form.php:386
2530
- msgid "Kindly tell us the reason so we can improve."
2531
- msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
2532
-
2533
- #: templates/forms/deactivation/form.php:511
2534
- msgid "Yes - %s"
2535
- msgstr "Yes - %s"
2536
-
2537
- #: templates/forms/deactivation/form.php:518
2538
- msgid "Skip & %s"
2539
- msgstr "דלג ו%s"
2540
-
2541
- #: templates/forms/deactivation/retry-skip.php:21
2542
- msgid "Click here to use the plugin anonymously"
2543
- msgstr "Click here to use the plugin anonymously"
2544
-
2545
- #: templates/forms/deactivation/retry-skip.php:23
2546
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2547
- msgstr "אולי פספסת את זה אבל אינך חייב\\ת לשתף כל מידע איתנו, ביכולתך %s על שיתוף המידע."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-hu_HU.mo CHANGED
Binary file
freemius/languages/freemius-hu_HU.po DELETED
@@ -1,2546 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Peter Ambrus, 2018-2019
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: WordPress SDK\n"
8
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
- "Language: hu_HU\n"
13
- "Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "MIME-Version: 1.0\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "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"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
-
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
26
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
-
28
- #: includes/class-freemius.php:1887
29
- msgid "Would you like to proceed with the update?"
30
- msgstr "Would you like to proceed with the update?"
31
-
32
- #: includes/class-freemius.php:2095
33
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
- msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
-
36
- #: includes/class-freemius.php:2097
37
- msgid "Error"
38
- msgstr "Hiba"
39
-
40
- #: includes/class-freemius.php:2491
41
- msgid "I found a better %s"
42
- msgstr "Jobb %st találtam"
43
-
44
- #: includes/class-freemius.php:2493
45
- msgid "What's the %s's name?"
46
- msgstr "Mi a %s neve?"
47
-
48
- #: includes/class-freemius.php:2499
49
- msgid "It's a temporary %s. I'm just debugging an issue."
50
- msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
51
-
52
- #: includes/class-freemius.php:2501
53
- msgid "Deactivation"
54
- msgstr "Deaktiválás"
55
-
56
- #: includes/class-freemius.php:2502
57
- msgid "Theme Switch"
58
- msgstr "Sablon váltás"
59
-
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
61
- msgid "Other"
62
- msgstr "Egyéb"
63
-
64
- #: includes/class-freemius.php:2519
65
- msgid "I no longer need the %s"
66
- msgstr "I no longer need the %s"
67
-
68
- #: includes/class-freemius.php:2526
69
- msgid "I only needed the %s for a short period"
70
- msgstr "I only needed the %s for a short period"
71
-
72
- #: includes/class-freemius.php:2532
73
- msgid "The %s broke my site"
74
- msgstr "The %s broke my site"
75
-
76
- #: includes/class-freemius.php:2539
77
- msgid "The %s suddenly stopped working"
78
- msgstr "The %s suddenly stopped working"
79
-
80
- #: includes/class-freemius.php:2549
81
- msgid "I can't pay for it anymore"
82
- msgstr "Nem tudom tovább fizetni"
83
-
84
- #: includes/class-freemius.php:2551
85
- msgid "What price would you feel comfortable paying?"
86
- msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
87
-
88
- #: includes/class-freemius.php:2557
89
- msgid "I don't like to share my information with you"
90
- msgstr "Nem szeretném megosztani veletek az információt"
91
-
92
- #: includes/class-freemius.php:2578
93
- msgid "The %s didn't work"
94
- msgstr "A %s nem működött"
95
-
96
- #: includes/class-freemius.php:2588
97
- msgid "I couldn't understand how to make it work"
98
- msgstr "Nem értettem, hogy kell használni"
99
-
100
- #: includes/class-freemius.php:2596
101
- msgid "The %s is great, but I need specific feature that you don't support"
102
- msgstr "The %s is great, but I need specific feature that you don't support"
103
-
104
- #: includes/class-freemius.php:2598
105
- msgid "What feature?"
106
- msgstr "Melyik funkcióra van szükséged?"
107
-
108
- #: includes/class-freemius.php:2602
109
- msgid "The %s is not working"
110
- msgstr "A(z) %s nem működik"
111
-
112
- #: includes/class-freemius.php:2604
113
- msgid "Kindly share what didn't work so we can fix it for future users..."
114
- msgstr "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
115
-
116
- #: includes/class-freemius.php:2608
117
- msgid "It's not what I was looking for"
118
- msgstr "Nem ezt kerestem"
119
-
120
- #: includes/class-freemius.php:2610
121
- msgid "What you've been looking for?"
122
- msgstr "Pontosan mit kerestél?"
123
-
124
- #: includes/class-freemius.php:2614
125
- msgid "The %s didn't work as expected"
126
- msgstr "A %s nem az elvárásoknak megfelelően működött"
127
-
128
- #: includes/class-freemius.php:2616
129
- msgid "What did you expect?"
130
- msgstr "Mire számítottál?"
131
-
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
- msgid "Freemius Debug"
134
- msgstr "Freemius Debug"
135
-
136
- #: includes/class-freemius.php:4223
137
- msgid "I don't know what is cURL or how to install it, help me!"
138
- msgstr "I don't know what is cURL or how to install it, help me!"
139
-
140
- #: includes/class-freemius.php:4225
141
- 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."
142
- msgstr "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."
143
-
144
- #: includes/class-freemius.php:4232
145
- 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."
146
- msgstr "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."
147
-
148
- #: includes/class-freemius.php:4337
149
- msgid "Yes - do your thing"
150
- msgstr "Igen - tedd a dolgod"
151
-
152
- #: includes/class-freemius.php:4342
153
- msgid "No - just deactivate"
154
- msgstr "Nem - csak deaktiválom"
155
-
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
- msgctxt "exclamation"
165
- msgid "Oops"
166
- msgstr "Hoppá"
167
-
168
- #: includes/class-freemius.php:4456
169
- 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."
170
- msgstr "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."
171
-
172
- #: includes/class-freemius.php:4878
173
- msgctxt "addonX cannot run without pluginY"
174
- msgid "%s cannot run without %s."
175
- msgstr "%s cannot run without %s."
176
-
177
- #: includes/class-freemius.php:4879
178
- msgctxt "addonX cannot run..."
179
- msgid "%s cannot run without the plugin."
180
- msgstr "%s cannot run without the plugin."
181
-
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
- msgid "Unexpected API error. Please contact the %s's author with the following error."
185
- msgstr "Unexpected API error. Please contact the %s's author with the following error."
186
-
187
- #: includes/class-freemius.php:5720
188
- msgid "Premium %s version was successfully activated."
189
- msgstr "Premium %s version was successfully activated."
190
-
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
- msgctxt ""
193
- msgid "W00t"
194
- msgstr "Fantasztikus"
195
-
196
- #: includes/class-freemius.php:5747
197
- msgid "You have a %s license."
198
- msgstr "You have a %s license."
199
-
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
- msgctxt "interjection expressing joy or exuberance"
205
- msgid "Yee-haw"
206
- msgstr "Juhuuu"
207
-
208
- #: includes/class-freemius.php:6015
209
- 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."
210
- msgstr "%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."
211
-
212
- #: includes/class-freemius.php:6019
213
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
- msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
-
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
- #: templates/account/partials/addon.php:381
218
- msgid "More information about %s"
219
- msgstr "More information about %s"
220
-
221
- #: includes/class-freemius.php:6029
222
- msgid "Purchase License"
223
- msgstr "Licensz vásárlása"
224
-
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
- 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."
227
- msgstr "Küldtünk egy aktivációs emailt a(z) %s szoftverünkhöz a következő email címre: %s. Kérlek kattints a levélben található aktivációs linkre, hogy %s."
228
-
229
- #: includes/class-freemius.php:6968
230
- msgid "start the trial"
231
- msgstr "próbaidő indítása"
232
-
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
- msgid "complete the install"
235
- msgstr "befejezd a telepítést"
236
-
237
- #: includes/class-freemius.php:7081
238
- msgid "You are just one step away - %s"
239
- msgstr "Már csak egy lépés van hátra - %s"
240
-
241
- #: includes/class-freemius.php:7084
242
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
- msgid "Complete \"%s\" Activation Now"
244
- msgstr "\"%s\" aktiválásának a befejezése most"
245
-
246
- #: includes/class-freemius.php:7162
247
- msgid "We made a few tweaks to the %s, %s"
248
- msgstr "We made a few tweaks to the %s, %s"
249
-
250
- #: includes/class-freemius.php:7166
251
- msgid "Opt in to make \"%s\" better!"
252
- msgstr "Opt in to make \"%s\" better!"
253
-
254
- #: includes/class-freemius.php:7598
255
- msgid "The upgrade of %s was successfully completed."
256
- msgstr "The upgrade of %s was successfully completed."
257
-
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
- #: templates/auto-installation.php:32
262
- msgid "Add-On"
263
- msgstr "Kiegészítő"
264
-
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
- msgid "Plugin"
268
- msgstr "Bővítmény"
269
-
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
- #: templates/forms/deactivation/form.php:71
273
- msgid "Theme"
274
- msgstr "Sablon"
275
-
276
- #: includes/class-freemius.php:12596
277
- msgid "An unknown error has occurred while trying to set the user's beta mode."
278
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
-
280
- #: includes/class-freemius.php:13020
281
- msgid "Invalid site details collection."
282
- msgstr "Invalid site details collection."
283
-
284
- #: includes/class-freemius.php:13140
285
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
- msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
287
-
288
- #: includes/class-freemius.php:13142
289
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
- msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
-
292
- #: includes/class-freemius.php:13416
293
- msgid "Account is pending activation."
294
- msgstr "A fiók aktiválása függőben."
295
-
296
- #: includes/class-freemius.php13528,
297
- #: templates/forms/premium-versions-upgrade-handler.php:47
298
- msgid "Buy a license now"
299
- msgstr "Vásárolj licenszet most"
300
-
301
- #: includes/class-freemius.php13540,
302
- #: templates/forms/premium-versions-upgrade-handler.php:46
303
- msgid "Renew your license now"
304
- msgstr "Licensz kulcs megújítása"
305
-
306
- #: includes/class-freemius.php:13544
307
- msgid "%s to access version %s security & feature updates, and support."
308
- msgstr "%s to access version %s security & feature updates, and support."
309
-
310
- #: includes/class-freemius.php:15957
311
- msgid "%s activation was successfully completed."
312
- msgstr "%s activation was successfully completed."
313
-
314
- #: includes/class-freemius.php:15971
315
- msgid "Your account was successfully activated with the %s plan."
316
- msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
317
-
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
- msgid "Your trial has been successfully started."
320
- msgstr "A próbaidőszakodat sikeresen aktiváltuk."
321
-
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
- msgid "Couldn't activate %s."
325
- msgstr "Couldn't activate %s."
326
-
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
- msgid "Please contact us with the following message:"
330
- msgstr "Please contact us with the following message:"
331
-
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
- msgid "An unknown error has occurred."
334
- msgstr "An unknown error has occurred."
335
-
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
- msgid "Upgrade"
338
- msgstr "Előfizetés frissítése"
339
-
340
- #: includes/class-freemius.php:17174
341
- msgid "Start Trial"
342
- msgstr "Próbaidő indítása"
343
-
344
- #: includes/class-freemius.php:17176
345
- msgid "Pricing"
346
- msgstr "Árak"
347
-
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
- msgid "Affiliation"
350
- msgstr "Affiliation"
351
-
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
- msgid "Account"
355
- msgstr "Fiók"
356
-
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
- #: includes/customizer/class-fs-customizer-support-section.php:60
359
- msgid "Contact Us"
360
- msgstr "Kapcsolat"
361
-
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
- #: templates/account/partials/addon.php:44
365
- msgid "Add-Ons"
366
- msgstr "Kiegészítők"
367
-
368
- #: includes/class-freemius.php:17351
369
- msgctxt "ASCII arrow left icon"
370
- msgid "&#x2190;"
371
- msgstr "&#x2190;"
372
-
373
- #: includes/class-freemius.php:17351
374
- msgctxt "ASCII arrow right icon"
375
- msgid "&#x27a4;"
376
- msgstr "&#x27a4;"
377
-
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
- msgctxt "noun"
380
- msgid "Pricing"
381
- msgstr "Árak"
382
-
383
- #: includes/class-freemius.php17566,
384
- #: includes/customizer/class-fs-customizer-support-section.php:67
385
- msgid "Support Forum"
386
- msgstr "Támogató fórum"
387
-
388
- #: includes/class-freemius.php:18536
389
- msgid "Your email has been successfully verified - you are AWESOME!"
390
- msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
391
-
392
- #: includes/class-freemius.php:18537
393
- msgctxt "a positive response"
394
- msgid "Right on"
395
- msgstr "Right on"
396
-
397
- #: includes/class-freemius.php:19041
398
- msgid "seems like the key you entered doesn't match our records."
399
- msgstr "seems like the key you entered doesn't match our records."
400
-
401
- #: includes/class-freemius.php:19065
402
- 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."
403
- msgstr "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."
404
-
405
- #: includes/class-freemius.php:19283
406
- msgid "Your %s Add-on plan was successfully upgraded."
407
- msgstr "Your %s Add-on plan was successfully upgraded."
408
-
409
- #: includes/class-freemius.php:19285
410
- msgid "%s Add-on was successfully purchased."
411
- msgstr "%s Add-on was successfully purchased."
412
-
413
- #: includes/class-freemius.php:19288
414
- msgid "Download the latest version"
415
- msgstr "Töltsd le a legfrissebb verziót"
416
-
417
- #: includes/class-freemius.php:19374
418
- 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"
419
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
-
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
- msgid "Error received from the server:"
424
- msgstr "Error received from the server:"
425
-
426
- #: includes/class-freemius.php:19390
427
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
- msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
429
-
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
- msgctxt ""
433
- msgid "Hmm"
434
- msgstr "Hmm"
435
-
436
- #: includes/class-freemius.php:19617
437
- 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."
438
- msgstr "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."
439
-
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
- msgctxt "trial period"
443
- msgid "Trial"
444
- msgstr "Próbaidő"
445
-
446
- #: includes/class-freemius.php:19623
447
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
- msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
449
-
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
- msgid "Please contact us here"
452
- msgstr "Please contact us here"
453
-
454
- #: includes/class-freemius.php:19638
455
- msgid "Your plan was successfully activated."
456
- msgstr "Your plan was successfully activated."
457
-
458
- #: includes/class-freemius.php:19639
459
- msgid "Your plan was successfully upgraded."
460
- msgstr "Your plan was successfully upgraded."
461
-
462
- #: includes/class-freemius.php:19656
463
- msgid "Your plan was successfully changed to %s."
464
- msgstr "Your plan was successfully changed to %s."
465
-
466
- #: includes/class-freemius.php:19672
467
- msgid "Your license has expired. You can still continue using the free %s forever."
468
- msgstr "Your license has expired. You can still continue using the free %s forever."
469
-
470
- #: includes/class-freemius.php:19674
471
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
- msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
-
474
- #: includes/class-freemius.php:19682
475
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
- msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
477
-
478
- #: includes/class-freemius.php:19695
479
- 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."
480
- msgstr "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."
481
-
482
- #: includes/class-freemius.php:19721
483
- msgid "Your free trial has expired. You can still continue using all our free features."
484
- msgstr "Your free trial has expired. You can still continue using all our free features."
485
-
486
- #: includes/class-freemius.php:19723
487
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
- msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
-
490
- #: includes/class-freemius.php:19831
491
- msgid "It looks like the license could not be activated."
492
- msgstr "It looks like the license could not be activated."
493
-
494
- #: includes/class-freemius.php:19873
495
- msgid "Your license was successfully activated."
496
- msgstr "Your license was successfully activated."
497
-
498
- #: includes/class-freemius.php:19899
499
- msgid "It looks like your site currently doesn't have an active license."
500
- msgstr "It looks like your site currently doesn't have an active license."
501
-
502
- #: includes/class-freemius.php:19923
503
- msgid "It looks like the license deactivation failed."
504
- msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
505
-
506
- #: includes/class-freemius.php:19951
507
- msgid "Your license was successfully deactivated, you are back to the %s plan."
508
- msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
509
-
510
- #: includes/class-freemius.php:19952
511
- msgid "O.K"
512
- msgstr "Rendben"
513
-
514
- #: includes/class-freemius.php:20005
515
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
-
518
- #: includes/class-freemius.php:20014
519
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
-
522
- #: includes/class-freemius.php:20056
523
- msgid "You are already running the %s in a trial mode."
524
- msgstr "You are already running the %s in a trial mode."
525
-
526
- #: includes/class-freemius.php:20067
527
- msgid "You already utilized a trial before."
528
- msgstr "You already utilized a trial before."
529
-
530
- #: includes/class-freemius.php:20081
531
- msgid "Plan %s do not exist, therefore, can't start a trial."
532
- msgstr "Plan %s do not exist, therefore, can't start a trial."
533
-
534
- #: includes/class-freemius.php:20092
535
- msgid "Plan %s does not support a trial period."
536
- msgstr "Plan %s does not support a trial period."
537
-
538
- #: includes/class-freemius.php:20103
539
- msgid "None of the %s's plans supports a trial period."
540
- msgstr "None of the %s's plans supports a trial period."
541
-
542
- #: includes/class-freemius.php:20153
543
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
- msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
-
546
- #: includes/class-freemius.php:20189
547
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
- msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
549
-
550
- #: includes/class-freemius.php:20208
551
- msgid "Your %s free trial was successfully cancelled."
552
- msgstr "Your %s free trial was successfully cancelled."
553
-
554
- #: includes/class-freemius.php:20524
555
- msgid "Version %s was released."
556
- msgstr "Version %s was released."
557
-
558
- #: includes/class-freemius.php:20524
559
- msgid "Please download %s."
560
- msgstr "Please download %s."
561
-
562
- #: includes/class-freemius.php:20531
563
- msgid "the latest %s version here"
564
- msgstr "the latest %s version here"
565
-
566
- #: includes/class-freemius.php:20536
567
- msgid "New"
568
- msgstr "Új"
569
-
570
- #: includes/class-freemius.php:20541
571
- msgid "Seems like you got the latest release."
572
- msgstr "Seems like you got the latest release."
573
-
574
- #: includes/class-freemius.php:20542
575
- msgid "You are all good!"
576
- msgstr "Minden rendben!"
577
-
578
- #: includes/class-freemius.php:20812
579
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
- msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
581
-
582
- #: includes/class-freemius.php:20951
583
- msgid "Site successfully opted in."
584
- msgstr "Site successfully opted in."
585
-
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
- msgid "Awesome"
588
- msgstr "Nagyszerű"
589
-
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
- msgstr "We appreciate your help in making the %s better by letting us track some usage data."
593
-
594
- #: includes/class-freemius.php:20969
595
- msgid "Thank you!"
596
- msgstr "Köszönjük!"
597
-
598
- #: includes/class-freemius.php:20976
599
- msgid "We will no longer be sending any usage data of %s on %s to %s."
600
- msgstr "We will no longer be sending any usage data of %s on %s to %s."
601
-
602
- #: includes/class-freemius.php:21105
603
- msgid "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."
604
- msgstr "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."
605
-
606
- #: includes/class-freemius.php:21111
607
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
- msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
-
610
- #: includes/class-freemius.php:21116
611
- msgid "%s is the new owner of the account."
612
- msgstr "%s is the new owner of the account."
613
-
614
- #: includes/class-freemius.php:21118
615
- msgctxt "as congratulations"
616
- msgid "Congrats"
617
- msgstr "Gratulálunk"
618
-
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Tulajdonos módosítása"
630
-
631
- #: includes/class-freemius.php:21154
632
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
- msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
634
-
635
- #: includes/class-freemius.php:21166
636
- msgid "Please provide your full name."
637
- msgstr "Kérlek add meg a teljes neved!"
638
-
639
- #: includes/class-freemius.php:21171
640
- msgid "Your name was successfully updated."
641
- msgstr "A neved sikeresen frissítettük."
642
-
643
- #: includes/class-freemius.php:21232
644
- msgid "You have successfully updated your %s."
645
- msgstr "You have successfully updated your %s."
646
-
647
- #: includes/class-freemius.php:21372
648
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
- msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
650
-
651
- #: includes/class-freemius.php:21373
652
- msgctxt "advance notice of something that will need attention."
653
- msgid "Heads up"
654
- msgstr "Figyelem"
655
-
656
- #: includes/class-freemius.php:21832
657
- msgctxt "exclamation"
658
- msgid "Hey"
659
- msgstr "Üdv"
660
-
661
- #: includes/class-freemius.php:21832
662
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
- msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
664
-
665
- #: includes/class-freemius.php:21840
666
- msgid "No commitment for %s days - cancel anytime!"
667
- msgstr "No commitment for %s days - cancel anytime!"
668
-
669
- #: includes/class-freemius.php:21841
670
- msgid "No credit card required"
671
- msgstr "Bankkártya megadása nem kötelező"
672
-
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
- msgctxt "call to action"
675
- msgid "Start free trial"
676
- msgstr "Start free trial"
677
-
678
- #: includes/class-freemius.php:21925
679
- 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!"
680
- msgstr "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!"
681
-
682
- #: includes/class-freemius.php:21934
683
- msgid "Learn more"
684
- msgstr "Bővebben"
685
-
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
- #: templates/account/partials/addon.php:321
690
- msgid "Activate License"
691
- msgstr "Licensz aktiválása"
692
-
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
- #: templates/account/partials/site.php:271
696
- msgid "Change License"
697
- msgstr "Licensz módosítása"
698
-
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
- msgid "Opt Out"
701
- msgstr "Leiratkozás"
702
-
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
- #: templates/account/partials/site.php49,
705
- #: templates/account/partials/site.php:169
706
- msgid "Opt In"
707
- msgstr "Feliratkozás"
708
-
709
- #: includes/class-freemius.php:22453
710
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
-
713
- #: includes/class-freemius.php:22461
714
- msgid "Activate %s features"
715
- msgstr "Activate %s features"
716
-
717
- #: includes/class-freemius.php:22474
718
- msgid "Please follow these steps to complete the upgrade"
719
- msgstr "Please follow these steps to complete the upgrade"
720
-
721
- #: includes/class-freemius.php:22478
722
- msgid "Download the latest %s version"
723
- msgstr "Download the latest %s version"
724
-
725
- #: includes/class-freemius.php:22482
726
- msgid "Upload and activate the downloaded version"
727
- msgstr "Upload and activate the downloaded version"
728
-
729
- #: includes/class-freemius.php:22484
730
- msgid "How to upload and activate?"
731
- msgstr "How to upload and activate?"
732
-
733
- #: includes/class-freemius.php:22618
734
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
- msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
736
-
737
- #: includes/class-freemius.php:22779
738
- msgid "Auto installation only works for opted-in users."
739
- msgstr "Auto installation only works for opted-in users."
740
-
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
- msgid "Invalid module ID."
745
- msgstr "Invalid module ID."
746
-
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
- msgid "Premium version already active."
749
- msgstr "Premium version already active."
750
-
751
- #: includes/class-freemius.php:22805
752
- msgid "You do not have a valid license to access the premium version."
753
- msgstr "You do not have a valid license to access the premium version."
754
-
755
- #: includes/class-freemius.php:22812
756
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
- msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
758
-
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
- msgid "Premium add-on version already installed."
761
- msgstr "Premium add-on version already installed."
762
-
763
- #: includes/class-freemius.php:23180
764
- msgid "View paid features"
765
- msgstr "Fizetős funkciók megtekintése"
766
-
767
- #: includes/class-freemius.php:23502
768
- msgid "Thank you so much for using %s and its add-ons!"
769
- msgstr "Thank you so much for using %s and its add-ons!"
770
-
771
- #: includes/class-freemius.php:23503
772
- msgid "Thank you so much for using %s!"
773
- msgstr "Thank you so much for using %s!"
774
-
775
- #: includes/class-freemius.php:23509
776
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
778
-
779
- #: includes/class-freemius.php:23513
780
- msgid "Thank you so much for using our products!"
781
- msgstr "Thank you so much for using our products!"
782
-
783
- #: includes/class-freemius.php:23514
784
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
786
-
787
- #: includes/class-freemius.php:23533
788
- msgid "%s and its add-ons"
789
- msgstr "%s and its add-ons"
790
-
791
- #: includes/class-freemius.php:23542
792
- msgid "Products"
793
- msgstr "Termékek"
794
-
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
- msgid "Yes"
797
- msgstr "Igen"
798
-
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
- msgid "send me security & feature updates, educational content and offers."
801
- msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
802
-
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
- msgid "No"
805
- msgstr "Nem"
806
-
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
- msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
810
-
811
- #: includes/class-freemius.php:23563
812
- 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 :-)"
813
- msgstr "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 :-)"
814
-
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
- msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
818
-
819
- #: includes/class-freemius.php:23847
820
- msgid "License key is empty."
821
- msgstr "A licensz kulcs üres."
822
-
823
- #: includes/class-fs-plugin-updater.php206,
824
- #: templates/forms/premium-versions-upgrade-handler.php:57
825
- msgid "Renew license"
826
- msgstr "Licensz megújítása"
827
-
828
- #: includes/class-fs-plugin-updater.php211,
829
- #: templates/forms/premium-versions-upgrade-handler.php:58
830
- msgid "Buy license"
831
- msgstr "Licensz vásárlása"
832
-
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
- msgid "There is a %s of %s available."
836
- msgstr "There is a %s of %s available."
837
-
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
- msgid "new Beta version"
841
- msgstr "new Beta version"
842
-
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
- msgid "new version"
846
- msgstr "új verzió"
847
-
848
- #: includes/class-fs-plugin-updater.php:383
849
- msgid "Important Upgrade Notice:"
850
- msgstr "Important Upgrade Notice:"
851
-
852
- #: includes/class-fs-plugin-updater.php:1277
853
- msgid "Installing plugin: %s"
854
- msgstr "Bővítmény telepítése: %s"
855
-
856
- #: includes/class-fs-plugin-updater.php:1318
857
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
- msgstr "Unable to connect to the filesystem. Please confirm your credentials."
859
-
860
- #: includes/class-fs-plugin-updater.php:1500
861
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
- msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
863
-
864
- #: includes/fs-plugin-info-dialog.php:535
865
- msgid "Purchase More"
866
- msgstr "Purchase More"
867
-
868
- #: includes/fs-plugin-info-dialog.php536,
869
- #: templates/account/partials/addon.php:385
870
- msgctxt "verb"
871
- msgid "Purchase"
872
- msgstr "Vásárlás"
873
-
874
- #: includes/fs-plugin-info-dialog.php:540
875
- msgid "Start my free %s"
876
- msgstr "Start my free %s"
877
-
878
- #: includes/fs-plugin-info-dialog.php:738
879
- msgid "Install Free Version Update Now"
880
- msgstr "Install Free Version Update Now"
881
-
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
- msgid "Install Update Now"
884
- msgstr "Frissítés telepítése most"
885
-
886
- #: includes/fs-plugin-info-dialog.php:748
887
- msgid "Install Free Version Now"
888
- msgstr "Install Free Version Now"
889
-
890
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
891
- #: templates/auto-installation.php111,
892
- #: templates/account/partials/addon.php365,
893
- #: templates/account/partials/addon.php:418
894
- msgid "Install Now"
895
- msgstr "Telepítés most"
896
-
897
- #: includes/fs-plugin-info-dialog.php:765
898
- msgctxt "as download latest version"
899
- msgid "Download Latest Free Version"
900
- msgstr "Download Latest Free Version"
901
-
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
- msgctxt "as download latest version"
905
- msgid "Download Latest"
906
- msgstr "Download Latest"
907
-
908
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
909
- #: templates/account/partials/addon.php356,
910
- #: templates/account/partials/addon.php:412
911
- msgid "Activate this add-on"
912
- msgstr "Activate this add-on"
913
-
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
- msgid "Activate Free Version"
916
- msgstr "Ingyenes verzió aktiválása"
917
-
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
- msgid "Activate"
921
- msgstr "Aktiválás"
922
-
923
- #: includes/fs-plugin-info-dialog.php:994
924
- msgctxt "Plugin installer section title"
925
- msgid "Description"
926
- msgstr "Leírás"
927
-
928
- #: includes/fs-plugin-info-dialog.php:995
929
- msgctxt "Plugin installer section title"
930
- msgid "Installation"
931
- msgstr "Telepítés"
932
-
933
- #: includes/fs-plugin-info-dialog.php:996
934
- msgctxt "Plugin installer section title"
935
- msgid "FAQ"
936
- msgstr "GYIK"
937
-
938
- #: includes/fs-plugin-info-dialog.php997,
939
- #: templates/plugin-info/description.php:55
940
- msgid "Screenshots"
941
- msgstr "Képernyőfotók"
942
-
943
- #: includes/fs-plugin-info-dialog.php:998
944
- msgctxt "Plugin installer section title"
945
- msgid "Changelog"
946
- msgstr "Változtatások"
947
-
948
- #: includes/fs-plugin-info-dialog.php:999
949
- msgctxt "Plugin installer section title"
950
- msgid "Reviews"
951
- msgstr "Vélemények"
952
-
953
- #: includes/fs-plugin-info-dialog.php:1000
954
- msgctxt "Plugin installer section title"
955
- msgid "Other Notes"
956
- msgstr "Egyéb megjegyzések"
957
-
958
- #: includes/fs-plugin-info-dialog.php:1015
959
- msgctxt "Plugin installer section title"
960
- msgid "Features & Pricing"
961
- msgstr "Funkciók & Árak"
962
-
963
- #: includes/fs-plugin-info-dialog.php:1025
964
- msgid "Plugin Install"
965
- msgstr "Bővítmény telepítése"
966
-
967
- #: includes/fs-plugin-info-dialog.php:1097
968
- msgctxt "e.g. Professional Plan"
969
- msgid "%s Plan"
970
- msgstr "%s csomag"
971
-
972
- #: includes/fs-plugin-info-dialog.php:1123
973
- msgctxt "e.g. the best product"
974
- msgid "Best"
975
- msgstr "Legjobb"
976
-
977
- #: includes/fs-plugin-info-dialog.php1129,
978
- #: includes/fs-plugin-info-dialog.php:1149
979
- msgctxt "as every month"
980
- msgid "Monthly"
981
- msgstr "Havi"
982
-
983
- #: includes/fs-plugin-info-dialog.php:1132
984
- msgctxt "as once a year"
985
- msgid "Annual"
986
- msgstr "Éves"
987
-
988
- #: includes/fs-plugin-info-dialog.php:1135
989
- msgid "Lifetime"
990
- msgstr "Örök"
991
-
992
- #: includes/fs-plugin-info-dialog.php1149,
993
- #: includes/fs-plugin-info-dialog.php1151,
994
- #: includes/fs-plugin-info-dialog.php:1153
995
- msgctxt "e.g. billed monthly"
996
- msgid "Billed %s"
997
- msgstr "%s számlázás"
998
-
999
- #: includes/fs-plugin-info-dialog.php:1151
1000
- msgctxt "as once a year"
1001
- msgid "Annually"
1002
- msgstr "Éves"
1003
-
1004
- #: includes/fs-plugin-info-dialog.php:1153
1005
- msgctxt "as once a year"
1006
- msgid "Once"
1007
- msgstr "Egyszeri"
1008
-
1009
- #: includes/fs-plugin-info-dialog.php:1159
1010
- msgid "Single Site License"
1011
- msgstr "Egy weboldalas licensz"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php:1161
1014
- msgid "Unlimited Licenses"
1015
- msgstr "Korlátlan licensz"
1016
-
1017
- #: includes/fs-plugin-info-dialog.php:1163
1018
- msgid "Up to %s Sites"
1019
- msgstr "Up to %s Sites"
1020
-
1021
- #: includes/fs-plugin-info-dialog.php1173,
1022
- #: templates/plugin-info/features.php:82
1023
- msgctxt "as monthly period"
1024
- msgid "mo"
1025
- msgstr "hó"
1026
-
1027
- #: includes/fs-plugin-info-dialog.php1180,
1028
- #: templates/plugin-info/features.php:80
1029
- msgctxt "as annual period"
1030
- msgid "year"
1031
- msgstr "év"
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:1234
1034
- msgctxt "noun"
1035
- msgid "Price"
1036
- msgstr "Ár"
1037
-
1038
- #: includes/fs-plugin-info-dialog.php:1282
1039
- msgid "Save %s"
1040
- msgstr "%s mentése"
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1292
1043
- msgid "No commitment for %s - cancel anytime"
1044
- msgstr "No commitment for %s - cancel anytime"
1045
-
1046
- #: includes/fs-plugin-info-dialog.php:1295
1047
- msgid "After your free %s, pay as little as %s"
1048
- msgstr "After your free %s, pay as little as %s"
1049
-
1050
- #: includes/fs-plugin-info-dialog.php:1306
1051
- msgid "Details"
1052
- msgstr "Részletek"
1053
-
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
- #: templates/account/partials/addon.php:36
1057
- msgctxt "product version"
1058
- msgid "Version"
1059
- msgstr "Verzió"
1060
-
1061
- #: includes/fs-plugin-info-dialog.php:1317
1062
- msgctxt "as the plugin author"
1063
- msgid "Author"
1064
- msgstr "Szerző"
1065
-
1066
- #: includes/fs-plugin-info-dialog.php:1324
1067
- msgid "Last Updated"
1068
- msgstr "Utolsó frissítés"
1069
-
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
- msgctxt "x-ago"
1072
- msgid "%s ago"
1073
- msgstr "%s ago"
1074
-
1075
- #: includes/fs-plugin-info-dialog.php:1338
1076
- msgid "Requires WordPress Version"
1077
- msgstr "A következő WordPress verzió szükséges:"
1078
-
1079
- #: includes/fs-plugin-info-dialog.php:1339
1080
- msgid "%s or higher"
1081
- msgstr "%s or higher"
1082
-
1083
- #: includes/fs-plugin-info-dialog.php:1346
1084
- msgid "Compatible up to"
1085
- msgstr "Compatible up to"
1086
-
1087
- #: includes/fs-plugin-info-dialog.php:1354
1088
- msgid "Downloaded"
1089
- msgstr "Letöltések száma:"
1090
-
1091
- #: includes/fs-plugin-info-dialog.php:1358
1092
- msgid "%s time"
1093
- msgstr "%s"
1094
-
1095
- #: includes/fs-plugin-info-dialog.php:1360
1096
- msgid "%s times"
1097
- msgstr "%s"
1098
-
1099
- #: includes/fs-plugin-info-dialog.php:1370
1100
- msgid "WordPress.org Plugin Page"
1101
- msgstr "WordPress.org bővítmény oldal"
1102
-
1103
- #: includes/fs-plugin-info-dialog.php:1378
1104
- msgid "Plugin Homepage"
1105
- msgstr "Bővítmény oldala"
1106
-
1107
- #: includes/fs-plugin-info-dialog.php1386,
1108
- #: includes/fs-plugin-info-dialog.php:1468
1109
- msgid "Donate to this plugin"
1110
- msgstr "Bővítmény támogatása"
1111
-
1112
- #: includes/fs-plugin-info-dialog.php:1393
1113
- msgid "Average Rating"
1114
- msgstr "Átlagos értékelés"
1115
-
1116
- #: includes/fs-plugin-info-dialog.php:1400
1117
- msgid "based on %s"
1118
- msgstr "based on %s"
1119
-
1120
- #: includes/fs-plugin-info-dialog.php:1404
1121
- msgid "%s rating"
1122
- msgstr "%s rating"
1123
-
1124
- #: includes/fs-plugin-info-dialog.php:1406
1125
- msgid "%s ratings"
1126
- msgstr "%s ratings"
1127
-
1128
- #: includes/fs-plugin-info-dialog.php:1421
1129
- msgid "%s star"
1130
- msgstr "%s star"
1131
-
1132
- #: includes/fs-plugin-info-dialog.php:1423
1133
- msgid "%s stars"
1134
- msgstr "%s stars"
1135
-
1136
- #: includes/fs-plugin-info-dialog.php:1434
1137
- msgid "Click to see reviews that provided a rating of %s"
1138
- msgstr "Click to see reviews that provided a rating of %s"
1139
-
1140
- #: includes/fs-plugin-info-dialog.php:1447
1141
- msgid "Contributors"
1142
- msgstr "Közreműködők"
1143
-
1144
- #: includes/fs-plugin-info-dialog.php1476,
1145
- #: includes/fs-plugin-info-dialog.php:1478
1146
- msgid "Warning"
1147
- msgstr "Figyelmeztetés"
1148
-
1149
- #: includes/fs-plugin-info-dialog.php:1476
1150
- msgid "This plugin has not been tested with your current version of WordPress."
1151
- msgstr "This plugin has not been tested with your current version of WordPress."
1152
-
1153
- #: includes/fs-plugin-info-dialog.php:1478
1154
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1155
- msgstr "This plugin has not been marked as compatible with your version of WordPress."
1156
-
1157
- #: includes/fs-plugin-info-dialog.php:1497
1158
- msgid "Paid add-on must be deployed to Freemius."
1159
- msgstr "Paid add-on must be deployed to Freemius."
1160
-
1161
- #: includes/fs-plugin-info-dialog.php:1498
1162
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1163
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
1164
-
1165
- #: includes/fs-plugin-info-dialog.php:1519
1166
- msgid "Newer Version (%s) Installed"
1167
- msgstr "Newer Version (%s) Installed"
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:1520
1170
- msgid "Newer Free Version (%s) Installed"
1171
- msgstr "Newer Free Version (%s) Installed"
1172
-
1173
- #: includes/fs-plugin-info-dialog.php:1527
1174
- msgid "Latest Version Installed"
1175
- msgstr "Legfrissebb verzió telepítve"
1176
-
1177
- #: includes/fs-plugin-info-dialog.php:1528
1178
- msgid "Latest Free Version Installed"
1179
- msgstr "Legfrissebb ingyenes verzió telepítve"
1180
-
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
- #: templates/account/partials/addon.php26,
1183
- #: templates/account/partials/site.php:311
1184
- msgid "Downgrading your plan"
1185
- msgstr "Downgrading your plan"
1186
-
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
- #: templates/account/partials/addon.php27,
1189
- #: templates/account/partials/site.php:312
1190
- msgid "Cancelling the subscription"
1191
- msgstr "Cancelling the subscription"
1192
-
1193
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
- #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
- #: templates/account/partials/site.php:314
1197
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
-
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
- #: templates/account/partials/addon.php30,
1202
- #: templates/account/partials/site.php:315
1203
- 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."
1204
- msgstr "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."
1205
-
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
- #: templates/account/partials/addon.php:31
1208
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
- msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1210
-
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
- #: templates/account/partials/addon.php32,
1213
- #: templates/account/partials/site.php:316
1214
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1216
-
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
- #: templates/account/partials/addon.php33,
1219
- #: templates/account/partials/site.php:317
1220
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
- msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1222
-
1223
- #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
- #: templates/account/partials/activate-license-button.php31,
1226
- #: templates/account/partials/addon.php:35
1227
- msgid "Activate %s Plan"
1228
- msgstr "%s csomag aktiválása"
1229
-
1230
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
- #: templates/account/partials/site.php:291
1233
- msgid "Auto renews in %s"
1234
- msgstr "Auto renews in %s"
1235
-
1236
- #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
- #: templates/account/partials/site.php:293
1239
- msgid "Expires in %s"
1240
- msgstr "Hátralévő idő: %s"
1241
-
1242
- #: templates/account.php:107
1243
- msgctxt "as synchronize license"
1244
- msgid "Sync License"
1245
- msgstr "Licensz szinkronizálása"
1246
-
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
- msgid "Cancel Trial"
1249
- msgstr "Próbaidő törlése"
1250
-
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
- msgid "Change Plan"
1253
- msgstr "Csomag módosítása"
1254
-
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
- msgctxt "verb"
1257
- msgid "Upgrade"
1258
- msgstr "Váltás nagyobb csomagra"
1259
-
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
- #: templates/account/partials/site.php:318
1262
- msgctxt "verb"
1263
- msgid "Downgrade"
1264
- msgstr "Váltás kisebb csomagra"
1265
-
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
- #: templates/plugin-info/features.php72,
1268
- #: templates/account/partials/addon.php47,
1269
- #: templates/account/partials/site.php:33
1270
- msgid "Free"
1271
- msgstr "Ingyenes"
1272
-
1273
- #: templates/account.php116, templates/debug.php373,
1274
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
- #: templates/account/partials/addon.php:49
1276
- msgctxt "as product pricing plan"
1277
- msgid "Plan"
1278
- msgstr "Csomag"
1279
-
1280
- #: templates/account.php:117
1281
- msgid "Bundle Plan"
1282
- msgstr "Bundle Plan"
1283
-
1284
- #: templates/account.php:191
1285
- msgid "Free Trial"
1286
- msgstr "Ingyenes próbaidő"
1287
-
1288
- #: templates/account.php:202
1289
- msgid "Account Details"
1290
- msgstr "Fiók információk"
1291
-
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
- msgid "Start Debug"
1294
- msgstr "Start Debug"
1295
-
1296
- #: templates/account.php:211
1297
- msgid "Stop Debug"
1298
- msgstr "Stop Debug"
1299
-
1300
- #: templates/account.php:218
1301
- msgid "Billing & Invoices"
1302
- msgstr "Billing & Invoices"
1303
-
1304
- #: templates/account.php:229
1305
- 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?"
1306
- msgstr "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?"
1307
-
1308
- #: templates/account.php:231
1309
- 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?"
1310
- msgstr "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?"
1311
-
1312
- #: templates/account.php:234
1313
- msgid "Delete Account"
1314
- msgstr "Fiók törlése"
1315
-
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
- #: templates/account/partials/deactivate-license-button.php:35
1318
- msgid "Deactivate License"
1319
- msgstr "Licensz deaktiválása"
1320
-
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
- msgid "Are you sure you want to proceed?"
1323
- msgstr "Are you sure you want to proceed?"
1324
-
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
- msgid "Cancel Subscription"
1327
- msgstr "Előfizetés törlése"
1328
-
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
- msgctxt "as synchronize"
1331
- msgid "Sync"
1332
- msgstr "Szinkronizálás"
1333
-
1334
- #: templates/account.php313, templates/debug.php:507
1335
- msgid "Name"
1336
- msgstr "Név"
1337
-
1338
- #: templates/account.php319, templates/debug.php:508
1339
- msgid "Email"
1340
- msgstr "Email"
1341
-
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
- msgid "User ID"
1344
- msgstr "Felhasználó ID"
1345
-
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
- #: templates/debug.php632, templates/account/payments.php35,
1350
- #: templates/debug/logger.php:21
1351
- msgid "ID"
1352
- msgstr "ID"
1353
-
1354
- #: templates/account.php:351
1355
- msgid "Site ID"
1356
- msgstr "Weboldal ID"
1357
-
1358
- #: templates/account.php:354
1359
- msgid "No ID"
1360
- msgstr "Nincs ID"
1361
-
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
- #: templates/account/partials/site.php:227
1365
- msgid "Public Key"
1366
- msgstr "Publikus kulcs"
1367
-
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
- msgid "Secret Key"
1371
- msgstr "Titkos kulcs"
1372
-
1373
- #: templates/account.php:368
1374
- msgctxt "as secret encryption key missing"
1375
- msgid "No Secret"
1376
- msgstr "Nincs titkos kulcs"
1377
-
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
- #: templates/account/partials/site.php:122
1380
- msgid "Trial"
1381
- msgstr "Próbaidő"
1382
-
1383
- #: templates/account.php422, templates/debug.php562,
1384
- #: templates/account/partials/site.php:260
1385
- msgid "License Key"
1386
- msgstr "Licensz kulcs"
1387
-
1388
- #: templates/account.php:453
1389
- msgid "Join the Beta program"
1390
- msgstr "Join the Beta program"
1391
-
1392
- #: templates/account.php:459
1393
- msgid "not verified"
1394
- msgstr "nem ellenőrzött"
1395
-
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
- msgid "Expired"
1398
- msgstr "Lejárt"
1399
-
1400
- #: templates/account.php:528
1401
- msgid "Premium version"
1402
- msgstr "Prémium verzió"
1403
-
1404
- #: templates/account.php:530
1405
- msgid "Free version"
1406
- msgstr "Ingyenes verzió"
1407
-
1408
- #: templates/account.php:542
1409
- msgid "Verify Email"
1410
- msgstr "Email ellenőrzése"
1411
-
1412
- #: templates/account.php:553
1413
- msgid "Download %s Version"
1414
- msgstr "%s verzió letöltése"
1415
-
1416
- #: templates/account.php568, templates/account.php820,
1417
- #: templates/account/partials/site.php248,
1418
- #: templates/account/partials/site.php:270
1419
- msgctxt "verb"
1420
- msgid "Show"
1421
- msgstr "Mutasd"
1422
-
1423
- #: templates/account.php:583
1424
- msgid "What is your %s?"
1425
- msgstr "Mi a te %s?"
1426
-
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
- msgctxt "verb"
1429
- msgid "Edit"
1430
- msgstr "Szerkesztés"
1431
-
1432
- #: templates/account.php:616
1433
- msgid "Sites"
1434
- msgstr "Weboldalak"
1435
-
1436
- #: templates/account.php:629
1437
- msgid "Search by address"
1438
- msgstr "Keresés cím alapján"
1439
-
1440
- #: templates/account.php638, templates/debug.php:368
1441
- msgid "Address"
1442
- msgstr "Cím"
1443
-
1444
- #: templates/account.php:639
1445
- msgid "License"
1446
- msgstr "Licensz"
1447
-
1448
- #: templates/account.php:640
1449
- msgid "Plan"
1450
- msgstr "Csomag"
1451
-
1452
- #: templates/account.php:685
1453
- msgctxt "as software license"
1454
- msgid "License"
1455
- msgstr "Licensz"
1456
-
1457
- #: templates/account.php:814
1458
- msgctxt "verb"
1459
- msgid "Hide"
1460
- msgstr "Elrejt"
1461
-
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
- msgid "Processing"
1464
- msgstr "Processing"
1465
-
1466
- #: templates/account.php:839
1467
- msgid "Get updates for bleeding edge Beta versions of %s."
1468
- msgstr "Get updates for bleeding edge Beta versions of %s."
1469
-
1470
- #: templates/account.php:897
1471
- msgid "Cancelling %s"
1472
- msgstr "Cancelling %s"
1473
-
1474
- #: templates/account.php897, templates/account.php914,
1475
- #: templates/forms/subscription-cancellation.php27,
1476
- #: templates/forms/deactivation/form.php:133
1477
- msgid "trial"
1478
- msgstr "próbaidő"
1479
-
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
- msgid "Cancelling %s..."
1482
- msgstr "Cancelling %s..."
1483
-
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
- #: templates/forms/deactivation/form.php:134
1486
- msgid "subscription"
1487
- msgstr "előfizetés"
1488
-
1489
- #: templates/account.php:929
1490
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1491
- msgstr "A licensz deaktiválása után a prémium funkciók használata nem elérhető, de így tudod másik weboldalon aktiválni ugyanezt a licenszt. Folytatod a deaktiválást?"
1492
-
1493
- #: templates/add-ons.php:38
1494
- msgid "View details"
1495
- msgstr "Részletek megtekintése"
1496
-
1497
- #: templates/add-ons.php:48
1498
- msgid "Add Ons for %s"
1499
- msgstr "Add Ons for %s"
1500
-
1501
- #: templates/add-ons.php:58
1502
- 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."
1503
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1504
-
1505
- #: templates/add-ons.php:229
1506
- msgctxt "active add-on"
1507
- msgid "Active"
1508
- msgstr "Active"
1509
-
1510
- #: templates/add-ons.php:230
1511
- msgctxt "installed add-on"
1512
- msgid "Installed"
1513
- msgstr "Installed"
1514
-
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
- #: templates/forms/resend-key.php:77
1517
- msgctxt "as close a window"
1518
- msgid "Dismiss"
1519
- msgstr "Mégsem"
1520
-
1521
- #: templates/auto-installation.php:45
1522
- msgid "%s sec"
1523
- msgstr "%s sec"
1524
-
1525
- #: templates/auto-installation.php:83
1526
- msgid "Automatic Installation"
1527
- msgstr "Automatikus telepítés"
1528
-
1529
- #: templates/auto-installation.php:93
1530
- msgid "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."
1531
- msgstr "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."
1532
-
1533
- #: templates/auto-installation.php:104
1534
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1535
- msgstr "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1536
-
1537
- #: templates/auto-installation.php:109
1538
- msgid "Cancel Installation"
1539
- msgstr "Telepítés törlése"
1540
-
1541
- #: templates/checkout.php:180
1542
- msgid "Checkout"
1543
- msgstr "Pénztár"
1544
-
1545
- #: templates/checkout.php:180
1546
- msgid "PCI compliant"
1547
- msgstr "PCI compliant"
1548
-
1549
- #. translators: %s: name (e.g. Hey John,)
1550
- #: templates/connect.php:112
1551
- msgctxt "greeting"
1552
- msgid "Hey %s,"
1553
- msgstr "Üdv %s!"
1554
-
1555
- #: templates/connect.php:154
1556
- msgid "Allow & Continue"
1557
- msgstr "Engedélyezés és folytatás"
1558
-
1559
- #: templates/connect.php:158
1560
- msgid "Re-send activation email"
1561
- msgstr "Aktivációs email újraküldése"
1562
-
1563
- #: templates/connect.php:162
1564
- msgid "Thanks %s!"
1565
- msgstr "Köszönjük %s!"
1566
-
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
- msgid "Agree & Activate License"
1569
- msgstr "Licensz elfogadása és aktiválása"
1570
-
1571
- #: templates/connect.php:181
1572
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
- msgstr "Köszönjük, hogy megvásároltad a %s szoftverünket! A folytatáshoz most meg kell adnod a licensz kulcsot, amit a vásárlás után kaptál emailben:"
1574
-
1575
- #: templates/connect.php:188
1576
- 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."
1577
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1578
-
1579
- #: templates/connect.php:189
1580
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
- msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1582
-
1583
- #: templates/connect.php:195
1584
- 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. If you skip this, that's okay! %1$s will still work just fine."
1585
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1586
-
1587
- #: templates/connect.php:196
1588
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1589
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1590
-
1591
- #: templates/connect.php:230
1592
- msgid "We're excited to introduce the Freemius network-level integration."
1593
- msgstr "We're excited to introduce the Freemius network-level integration."
1594
-
1595
- #: templates/connect.php:233
1596
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
- msgstr "During the update process we detected %d site(s) that are still pending license activation."
1598
-
1599
- #: templates/connect.php:235
1600
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
- msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1602
-
1603
- #: templates/connect.php:237
1604
- msgid "%s's paid features"
1605
- msgstr "%s's paid features"
1606
-
1607
- #: templates/connect.php:242
1608
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
- msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1610
-
1611
- #: templates/connect.php:244
1612
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
- msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1614
-
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
- #: templates/forms/license-activation.php:49
1617
- msgid "License key"
1618
- msgstr "Licensz kulcs"
1619
-
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
- msgid "Can't find your license key?"
1622
- msgstr "Nem találod a licensz kulcsod?"
1623
-
1624
- #: templates/connect.php315, templates/connect.php652,
1625
- #: templates/forms/deactivation/retry-skip.php:20
1626
- msgctxt "verb"
1627
- msgid "Skip"
1628
- msgstr "Ugrás"
1629
-
1630
- #: templates/connect.php:318
1631
- msgid "Delegate to Site Admins"
1632
- msgstr "Delegate to Site Admins"
1633
-
1634
- #: templates/connect.php:318
1635
- msgid "If you click it, this decision will be delegated to the sites administrators."
1636
- msgstr "If you click it, this decision will be delegated to the sites administrators."
1637
-
1638
- #: templates/connect.php:346
1639
- msgid "Your Profile Overview"
1640
- msgstr "Fiókod áttekintése"
1641
-
1642
- #: templates/connect.php:347
1643
- msgid "Name and email address"
1644
- msgstr "Név és email cím"
1645
-
1646
- #: templates/connect.php:352
1647
- msgid "Your Site Overview"
1648
- msgstr "Weboldalad adatainak áttekintése"
1649
-
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "Weboldal címe, WP verzió, PHP információk, bővítmények és sablonok"
1653
-
1654
- #: templates/connect.php:358
1655
- msgid "Admin Notices"
1656
- msgstr "Admin értesítések"
1657
-
1658
- #: templates/connect.php359, templates/connect.php:375
1659
- msgid "Updates, announcements, marketing, no spam"
1660
- msgstr "Frissítések, közlemények, marketing, de semmi SPAM!"
1661
-
1662
- #: templates/connect.php:364
1663
- msgid "Current %s Events"
1664
- msgstr "Aktuális %s események"
1665
-
1666
- #: templates/connect.php:365
1667
- msgid "Activation, deactivation and uninstall"
1668
- msgstr "Aktiválás, deaktiválás és kikapcsolás"
1669
-
1670
- #: templates/connect.php:374
1671
- msgid "Newsletter"
1672
- msgstr "Hírlevél"
1673
-
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
1675
- msgid "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."
1676
- msgstr "A %1$s időközönként adatot küld a %2$s weboldalnak, hogy ellenőrizze a biztonsági és funkcionális frissítéseket, valamint ellenőrzi az érvényes licensz kulcsot."
1677
-
1678
- #: templates/connect.php:396
1679
- msgid "What permissions are being granted?"
1680
- msgstr "Milyen jogosultágok lesznek engedélyezve?"
1681
-
1682
- #: templates/connect.php:417
1683
- msgid "Don't have a license key?"
1684
- msgstr "Nincs még licensz kulcsod?"
1685
-
1686
- #: templates/connect.php:420
1687
- msgid "Have a license key?"
1688
- msgstr "Van licensz kulcsod?"
1689
-
1690
- #: templates/connect.php:428
1691
- msgid "Privacy Policy"
1692
- msgstr "Adatkezelési tájékoztató"
1693
-
1694
- #: templates/connect.php:430
1695
- msgid "License Agreement"
1696
- msgstr "Licensz szerződés"
1697
-
1698
- #: templates/connect.php:430
1699
- msgid "Terms of Service"
1700
- msgstr "Szolgáltatási feltételek"
1701
-
1702
- #: templates/connect.php:805
1703
- msgctxt "as in the process of sending an email"
1704
- msgid "Sending email"
1705
- msgstr "Email küldése"
1706
-
1707
- #: templates/connect.php:806
1708
- msgctxt "as activating plugin"
1709
- msgid "Activating"
1710
- msgstr "Aktiválás"
1711
-
1712
- #: templates/contact.php:78
1713
- msgid "Contact"
1714
- msgstr "Kapcsolat"
1715
-
1716
- #: templates/debug.php:17
1717
- msgctxt "as turned off"
1718
- msgid "Off"
1719
- msgstr "Off"
1720
-
1721
- #: templates/debug.php:18
1722
- msgctxt "as turned on"
1723
- msgid "On"
1724
- msgstr "On"
1725
-
1726
- #: templates/debug.php:20
1727
- msgid "SDK"
1728
- msgstr "SDK"
1729
-
1730
- #: templates/debug.php:24
1731
- msgctxt "as code debugging"
1732
- msgid "Debugging"
1733
- msgstr "Debugging"
1734
-
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
- msgid "Actions"
1738
- msgstr "Események"
1739
-
1740
- #: templates/debug.php:64
1741
- msgid "Are you sure you want to delete all Freemius data?"
1742
- msgstr "Are you sure you want to delete all Freemius data?"
1743
-
1744
- #: templates/debug.php:64
1745
- msgid "Delete All Accounts"
1746
- msgstr "Minden fiók törlése"
1747
-
1748
- #: templates/debug.php:71
1749
- msgid "Clear API Cache"
1750
- msgstr "Clear API Cache"
1751
-
1752
- #: templates/debug.php:79
1753
- msgid "Clear Updates Transients"
1754
- msgstr "Clear Updates Transients"
1755
-
1756
- #: templates/debug.php:86
1757
- msgid "Sync Data From Server"
1758
- msgstr "Adatok szinkronizálása a szerverről"
1759
-
1760
- #: templates/debug.php:95
1761
- msgid "Migrate Options to Network"
1762
- msgstr "Migrate Options to Network"
1763
-
1764
- #: templates/debug.php:100
1765
- msgid "Load DB Option"
1766
- msgstr "Load DB Option"
1767
-
1768
- #: templates/debug.php:103
1769
- msgid "Set DB Option"
1770
- msgstr "Set DB Option"
1771
-
1772
- #: templates/debug.php:182
1773
- msgid "Key"
1774
- msgstr "Kulcs"
1775
-
1776
- #: templates/debug.php:183
1777
- msgid "Value"
1778
- msgstr "Érték"
1779
-
1780
- #: templates/debug.php:199
1781
- msgctxt "as software development kit versions"
1782
- msgid "SDK Versions"
1783
- msgstr "SDK verziók"
1784
-
1785
- #: templates/debug.php:204
1786
- msgid "SDK Path"
1787
- msgstr "SDK útvonal"
1788
-
1789
- #: templates/debug.php205, templates/debug.php:244
1790
- msgid "Module Path"
1791
- msgstr "Module Path"
1792
-
1793
- #: templates/debug.php:206
1794
- msgid "Is Active"
1795
- msgstr "Aktív"
1796
-
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
- msgid "Plugins"
1799
- msgstr "Bővítmények"
1800
-
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
- msgid "Themes"
1803
- msgstr "Sablonok"
1804
-
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
- #: templates/debug/scheduled-crons.php:80
1807
- msgid "Slug"
1808
- msgstr "Slug"
1809
-
1810
- #: templates/debug.php241, templates/debug.php:455
1811
- msgid "Title"
1812
- msgstr "Cím"
1813
-
1814
- #: templates/debug.php:242
1815
- msgctxt "as application program interface"
1816
- msgid "API"
1817
- msgstr "API"
1818
-
1819
- #: templates/debug.php:243
1820
- msgid "Freemius State"
1821
- msgstr "Freemius State"
1822
-
1823
- #: templates/debug.php:247
1824
- msgid "Network Blog"
1825
- msgstr "Network Blog"
1826
-
1827
- #: templates/debug.php:248
1828
- msgid "Network User"
1829
- msgstr "Network User"
1830
-
1831
- #: templates/debug.php:285
1832
- msgctxt "as connection was successful"
1833
- msgid "Connected"
1834
- msgstr "Connected"
1835
-
1836
- #: templates/debug.php:286
1837
- msgctxt "as connection blocked"
1838
- msgid "Blocked"
1839
- msgstr "Blocked"
1840
-
1841
- #: templates/debug.php:322
1842
- msgid "Simulate Trial Promotion"
1843
- msgstr "Simulate Trial Promotion"
1844
-
1845
- #: templates/debug.php:334
1846
- msgid "Simulate Network Upgrade"
1847
- msgstr "Simulate Network Upgrade"
1848
-
1849
- #: templates/debug.php:359
1850
- msgid "%s Installs"
1851
- msgstr "%s Installs"
1852
-
1853
- #: templates/debug.php:361
1854
- msgctxt "like websites"
1855
- msgid "Sites"
1856
- msgstr "Weboldalak"
1857
-
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
- msgid "Blog ID"
1860
- msgstr "Blog ID"
1861
-
1862
- #: templates/debug.php:372
1863
- msgid "License ID"
1864
- msgstr "License ID"
1865
-
1866
- #: templates/debug.php436, templates/debug.php535,
1867
- #: templates/account/partials/addon.php:435
1868
- msgctxt "verb"
1869
- msgid "Delete"
1870
- msgstr "Törlés"
1871
-
1872
- #: templates/debug.php:450
1873
- msgid "Add Ons of module %s"
1874
- msgstr "Add Ons of module %s"
1875
-
1876
- #: templates/debug.php:502
1877
- msgid "Users"
1878
- msgstr "Felhasználók"
1879
-
1880
- #: templates/debug.php:509
1881
- msgid "Verified"
1882
- msgstr "Ellenőrzött"
1883
-
1884
- #: templates/debug.php:551
1885
- msgid "%s Licenses"
1886
- msgstr "%s Licenses"
1887
-
1888
- #: templates/debug.php:556
1889
- msgid "Plugin ID"
1890
- msgstr "Bővítmény ID"
1891
-
1892
- #: templates/debug.php:558
1893
- msgid "Plan ID"
1894
- msgstr "Csomag ID"
1895
-
1896
- #: templates/debug.php:559
1897
- msgid "Quota"
1898
- msgstr "Quota"
1899
-
1900
- #: templates/debug.php:560
1901
- msgid "Activated"
1902
- msgstr "Sikeres aktiválás"
1903
-
1904
- #: templates/debug.php:561
1905
- msgid "Blocking"
1906
- msgstr "Blocking"
1907
-
1908
- #: templates/debug.php:563
1909
- msgctxt "as expiration date"
1910
- msgid "Expiration"
1911
- msgstr "Expiration"
1912
-
1913
- #: templates/debug.php:590
1914
- msgid "Debug Log"
1915
- msgstr "Debug Log"
1916
-
1917
- #: templates/debug.php:594
1918
- msgid "All Types"
1919
- msgstr "All Types"
1920
-
1921
- #: templates/debug.php:601
1922
- msgid "All Requests"
1923
- msgstr "All Requests"
1924
-
1925
- #: templates/debug.php606, templates/debug.php635,
1926
- #: templates/debug/logger.php:25
1927
- msgid "File"
1928
- msgstr "File"
1929
-
1930
- #: templates/debug.php607, templates/debug.php633,
1931
- #: templates/debug/logger.php:23
1932
- msgid "Function"
1933
- msgstr "Function"
1934
-
1935
- #: templates/debug.php:608
1936
- msgid "Process ID"
1937
- msgstr "Művelet ID"
1938
-
1939
- #: templates/debug.php:609
1940
- msgid "Logger"
1941
- msgstr "Logger"
1942
-
1943
- #: templates/debug.php610, templates/debug.php634,
1944
- #: templates/debug/logger.php:24
1945
- msgid "Message"
1946
- msgstr "Message"
1947
-
1948
- #: templates/debug.php:612
1949
- msgid "Filter"
1950
- msgstr "Filter"
1951
-
1952
- #: templates/debug.php:620
1953
- msgid "Download"
1954
- msgstr "Download"
1955
-
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Type"
1959
-
1960
- #: templates/debug.php636, templates/debug/logger.php:26
1961
- msgid "Timestamp"
1962
- msgstr "Timestamp"
1963
-
1964
- #: templates/secure-https-header.php:28
1965
- msgid "Secure HTTPS %s page, running from an external domain"
1966
- msgstr "Secure HTTPS %s page, running from an external domain"
1967
-
1968
- #: includes/customizer/class-fs-customizer-support-section.php55,
1969
- #: templates/plugin-info/features.php:43
1970
- msgid "Support"
1971
- msgstr "Support"
1972
-
1973
- #: includes/debug/class-fs-debug-bar-panel.php48,
1974
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1975
- msgctxt "milliseconds"
1976
- msgid "ms"
1977
- msgstr "ms"
1978
-
1979
- #: includes/debug/debug-bar-start.php:41
1980
- msgid "Freemius API"
1981
- msgstr "Freemius API"
1982
-
1983
- #: includes/debug/debug-bar-start.php:42
1984
- msgid "Requests"
1985
- msgstr "Requests"
1986
-
1987
- #: templates/account/billing.php:22
1988
- msgctxt "verb"
1989
- msgid "Update"
1990
- msgstr "Frissítés"
1991
-
1992
- #: templates/account/billing.php:33
1993
- msgid "Billing"
1994
- msgstr "Számlázás"
1995
-
1996
- #: templates/account/billing.php38, templates/account/billing.php:38
1997
- msgid "Business name"
1998
- msgstr "Cégnév"
1999
-
2000
- #: templates/account/billing.php39, templates/account/billing.php:39
2001
- msgid "Tax / VAT ID"
2002
- msgstr "Közösségi adószám"
2003
-
2004
- #: templates/account/billing.php42, templates/account/billing.php42,
2005
- #: templates/account/billing.php43, templates/account/billing.php:43
2006
- msgid "Address Line %d"
2007
- msgstr "Cím %d"
2008
-
2009
- #: templates/account/billing.php46, templates/account/billing.php:46
2010
- msgid "City"
2011
- msgstr "Város"
2012
-
2013
- #: templates/account/billing.php46, templates/account/billing.php:46
2014
- msgid "Town"
2015
- msgstr "Town"
2016
-
2017
- #: templates/account/billing.php47, templates/account/billing.php:47
2018
- msgid "ZIP / Postal Code"
2019
- msgstr "Irányítószám"
2020
-
2021
- #: templates/account/billing.php:302
2022
- msgid "Country"
2023
- msgstr "Ország"
2024
-
2025
- #: templates/account/billing.php:304
2026
- msgid "Select Country"
2027
- msgstr "Válaszz országot"
2028
-
2029
- #: templates/account/billing.php311, templates/account/billing.php:312
2030
- msgid "State"
2031
- msgstr "Megye"
2032
-
2033
- #: templates/account/billing.php311, templates/account/billing.php:312
2034
- msgid "Province"
2035
- msgstr "Province"
2036
-
2037
- #: templates/account/payments.php:29
2038
- msgid "Payments"
2039
- msgstr "Fizetési módok"
2040
-
2041
- #: templates/account/payments.php:36
2042
- msgid "Date"
2043
- msgstr "Dátum"
2044
-
2045
- #: templates/account/payments.php:37
2046
- msgid "Amount"
2047
- msgstr "Mennyiség"
2048
-
2049
- #: templates/account/payments.php38, templates/account/payments.php:50
2050
- msgid "Invoice"
2051
- msgstr "Számla"
2052
-
2053
- #: templates/debug/api-calls.php:56
2054
- msgid "API"
2055
- msgstr "API"
2056
-
2057
- #: templates/debug/api-calls.php:68
2058
- msgid "Method"
2059
- msgstr "Method"
2060
-
2061
- #: templates/debug/api-calls.php:69
2062
- msgid "Code"
2063
- msgstr "Kód"
2064
-
2065
- #: templates/debug/api-calls.php:70
2066
- msgid "Length"
2067
- msgstr "Hossz"
2068
-
2069
- #: templates/debug/api-calls.php:71
2070
- msgctxt "as file/folder path"
2071
- msgid "Path"
2072
- msgstr "Path"
2073
-
2074
- #: templates/debug/api-calls.php:73
2075
- msgid "Body"
2076
- msgstr "Body"
2077
-
2078
- #: templates/debug/api-calls.php:75
2079
- msgid "Result"
2080
- msgstr "Result"
2081
-
2082
- #: templates/debug/api-calls.php:76
2083
- msgid "Start"
2084
- msgstr "Start"
2085
-
2086
- #: templates/debug/api-calls.php:77
2087
- msgid "End"
2088
- msgstr "End"
2089
-
2090
- #: templates/debug/logger.php:15
2091
- msgid "Log"
2092
- msgstr "Log"
2093
-
2094
- #. translators: %s: time period (e.g. In "2 hours")
2095
- #: templates/debug/plugins-themes-sync.php18,
2096
- #: templates/debug/scheduled-crons.php:91
2097
- msgid "In %s"
2098
- msgstr "In %s"
2099
-
2100
- #. translators: %s: time period (e.g. "2 hours" ago)
2101
- #: templates/debug/plugins-themes-sync.php20,
2102
- #: templates/debug/scheduled-crons.php:93
2103
- msgid "%s ago"
2104
- msgstr "%s ago"
2105
-
2106
- #: templates/debug/plugins-themes-sync.php21,
2107
- #: templates/debug/scheduled-crons.php:74
2108
- msgctxt "seconds"
2109
- msgid "sec"
2110
- msgstr "sec"
2111
-
2112
- #: templates/debug/plugins-themes-sync.php:23
2113
- msgid "Plugins & Themes Sync"
2114
- msgstr "Bővítmények és sablonok szinkronizálása"
2115
-
2116
- #: templates/debug/plugins-themes-sync.php:28
2117
- msgid "Total"
2118
- msgstr "Összesen"
2119
-
2120
- #: templates/debug/plugins-themes-sync.php29,
2121
- #: templates/debug/scheduled-crons.php:84
2122
- msgid "Last"
2123
- msgstr "Last"
2124
-
2125
- #: templates/debug/scheduled-crons.php:76
2126
- msgid "Scheduled Crons"
2127
- msgstr "Scheduled Crons"
2128
-
2129
- #: templates/debug/scheduled-crons.php:81
2130
- msgid "Module"
2131
- msgstr "Module"
2132
-
2133
- #: templates/debug/scheduled-crons.php:82
2134
- msgid "Module Type"
2135
- msgstr "Module Type"
2136
-
2137
- #: templates/debug/scheduled-crons.php:83
2138
- msgid "Cron Type"
2139
- msgstr "Cron Type"
2140
-
2141
- #: templates/debug/scheduled-crons.php:85
2142
- msgid "Next"
2143
- msgstr "Next"
2144
-
2145
- #: templates/forms/affiliation.php:82
2146
- msgid "Non-expiring"
2147
- msgstr "Non-expiring"
2148
-
2149
- #: templates/forms/affiliation.php:85
2150
- msgid "Apply to become an affiliate"
2151
- msgstr "Apply to become an affiliate"
2152
-
2153
- #: templates/forms/affiliation.php:104
2154
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2155
- msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2156
-
2157
- #: templates/forms/affiliation.php:119
2158
- 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."
2159
- msgstr "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."
2160
-
2161
- #: templates/forms/affiliation.php:122
2162
- msgid "Your affiliation account was temporarily suspended."
2163
- msgstr "Your affiliation account was temporarily suspended."
2164
-
2165
- #: templates/forms/affiliation.php:125
2166
- 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."
2167
- msgstr "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."
2168
-
2169
- #: templates/forms/affiliation.php:128
2170
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2171
- msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2172
-
2173
- #: templates/forms/affiliation.php:141
2174
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2175
- msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2176
-
2177
- #: templates/forms/affiliation.php:142
2178
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2179
- msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2180
-
2181
- #: templates/forms/affiliation.php:145
2182
- msgid "Program Summary"
2183
- msgstr "Program Summary"
2184
-
2185
- #: templates/forms/affiliation.php:147
2186
- msgid "%s commission when a customer purchases a new license."
2187
- msgstr "%s commission when a customer purchases a new license."
2188
-
2189
- #: templates/forms/affiliation.php:149
2190
- msgid "Get commission for automated subscription renewals."
2191
- msgstr "Get commission for automated subscription renewals."
2192
-
2193
- #: templates/forms/affiliation.php:152
2194
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2195
- msgstr "%s tracking cookie after the first visit to maximize earnings potential."
2196
-
2197
- #: templates/forms/affiliation.php:155
2198
- msgid "Unlimited commissions."
2199
- msgstr "Unlimited commissions."
2200
-
2201
- #: templates/forms/affiliation.php:157
2202
- msgid "%s minimum payout amount."
2203
- msgstr "%s minimum payout amount."
2204
-
2205
- #: templates/forms/affiliation.php:158
2206
- msgid "Payouts are in USD and processed monthly via PayPal."
2207
- msgstr "Payouts are in USD and processed monthly via PayPal."
2208
-
2209
- #: templates/forms/affiliation.php:159
2210
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2211
- msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2212
-
2213
- #: templates/forms/affiliation.php:162
2214
- msgid "Affiliate"
2215
- msgstr "Affiliate"
2216
-
2217
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2218
- msgid "Email address"
2219
- msgstr "Email cím"
2220
-
2221
- #: templates/forms/affiliation.php:169
2222
- msgid "Full name"
2223
- msgstr "Teljes név"
2224
-
2225
- #: templates/forms/affiliation.php:173
2226
- msgid "PayPal account email address"
2227
- msgstr "PayPal fiók email címe"
2228
-
2229
- #: templates/forms/affiliation.php:177
2230
- msgid "Where are you going to promote the %s?"
2231
- msgstr "Where are you going to promote the %s?"
2232
-
2233
- #: templates/forms/affiliation.php:179
2234
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2235
- msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
2236
-
2237
- #: templates/forms/affiliation.php:181
2238
- msgid "Add another domain"
2239
- msgstr "Másik domain hozzáadása"
2240
-
2241
- #: templates/forms/affiliation.php:185
2242
- msgid "Extra Domains"
2243
- msgstr "További domainek"
2244
-
2245
- #: templates/forms/affiliation.php:186
2246
- msgid "Extra domains where you will be marketing the product from."
2247
- msgstr "Extra domains where you will be marketing the product from."
2248
-
2249
- #: templates/forms/affiliation.php:196
2250
- msgid "Promotion methods"
2251
- msgstr "Promotion methods"
2252
-
2253
- #: templates/forms/affiliation.php:199
2254
- msgid "Social media (Facebook, Twitter, etc.)"
2255
- msgstr "Social media (Facebook, Twitter, etc.)"
2256
-
2257
- #: templates/forms/affiliation.php:203
2258
- msgid "Mobile apps"
2259
- msgstr "Mobile apps"
2260
-
2261
- #: templates/forms/affiliation.php:207
2262
- msgid "Website, email, and social media statistics (optional)"
2263
- msgstr "Weboldal, email és közösségi média statisztikák (opcionális)"
2264
-
2265
- #: templates/forms/affiliation.php:210
2266
- 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)."
2267
- msgstr "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)."
2268
-
2269
- #: templates/forms/affiliation.php:214
2270
- msgid "How will you promote us?"
2271
- msgstr "How will you promote us?"
2272
-
2273
- #: templates/forms/affiliation.php:217
2274
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2275
- msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
2276
-
2277
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2278
- msgid "Cancel"
2279
- msgstr "Mégsem"
2280
-
2281
- #: templates/forms/affiliation.php:225
2282
- msgid "Become an affiliate"
2283
- msgstr "Become an affiliate"
2284
-
2285
- #: templates/forms/data-debug-mode.php:25
2286
- msgid "Please enter the license key to enable the debug mode:"
2287
- msgstr "Please enter the license key to enable the debug mode:"
2288
-
2289
- #: templates/forms/data-debug-mode.php:27
2290
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2291
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2292
-
2293
- #: templates/forms/data-debug-mode.php:32
2294
- msgid "Submit"
2295
- msgstr "Submit"
2296
-
2297
- #: templates/forms/data-debug-mode.php:36
2298
- msgid "User key"
2299
- msgstr "User key"
2300
-
2301
- #: templates/forms/license-activation.php:23
2302
- msgid "Please enter the license key that you received in the email right after the purchase:"
2303
- msgstr "Kérlek add meg a licensz kulcsot, amit emailben kaptál a vásárlásod után:"
2304
-
2305
- #: templates/forms/license-activation.php:28
2306
- msgid "Update License"
2307
- msgstr "Licensz frissítése"
2308
-
2309
- #: templates/forms/optout.php:30
2310
- msgctxt "verb"
2311
- msgid "Opt Out"
2312
- msgstr "Leiratkozás"
2313
-
2314
- #: templates/forms/optout.php:31
2315
- msgctxt "verb"
2316
- msgid "Opt In"
2317
- msgstr "Feliratkozás"
2318
-
2319
- #: templates/forms/optout.php:33
2320
- 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."
2321
- msgstr "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."
2322
-
2323
- #: templates/forms/optout.php:35
2324
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2325
- msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2326
-
2327
- #: templates/forms/premium-versions-upgrade-handler.php:40
2328
- msgid "There is a new version of %s available."
2329
- msgstr "A(z) %s új verziója érhető el."
2330
-
2331
- #: templates/forms/premium-versions-upgrade-handler.php:41
2332
- msgid " %s to access version %s security & feature updates, and support."
2333
- msgstr " %s to access version %s security & feature updates, and support."
2334
-
2335
- #: templates/forms/premium-versions-upgrade-handler.php:54
2336
- msgid "New Version Available"
2337
- msgstr "Új verzió érhető el"
2338
-
2339
- #: templates/forms/premium-versions-upgrade-handler.php:75
2340
- msgctxt "close a window"
2341
- msgid "Dismiss"
2342
- msgstr "Mégsem"
2343
-
2344
- #: templates/forms/resend-key.php:21
2345
- msgid "Send License Key"
2346
- msgstr "Licensz kulcs küldése"
2347
-
2348
- #: templates/forms/resend-key.php:57
2349
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2350
- msgstr "Add meg az email címet, amit a vásárlás során használtál és újraküldjük a licensz kulcsot."
2351
-
2352
- #: templates/forms/subscription-cancellation.php:37
2353
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2354
- msgstr "A(z) %s deaktiválása vagy törlése automatikusan törli az oldalhoz tartozó licenszed is, amit így másik weboldalon tudsz újra aktiválni."
2355
-
2356
- #: templates/forms/subscription-cancellation.php:47
2357
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2358
- msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2359
-
2360
- #: templates/forms/subscription-cancellation.php:52
2361
- msgid "license"
2362
- msgstr "licensz"
2363
-
2364
- #: templates/forms/subscription-cancellation.php:57
2365
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2366
- msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2367
-
2368
- #: templates/forms/subscription-cancellation.php:68
2369
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2370
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2371
-
2372
- #: templates/forms/subscription-cancellation.php:103
2373
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2374
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2375
-
2376
- #: templates/forms/subscription-cancellation.php:136
2377
- msgid "Cancel %s?"
2378
- msgstr "Cancel %s?"
2379
-
2380
- #: templates/forms/subscription-cancellation.php:143
2381
- msgid "Proceed"
2382
- msgstr "Proceed"
2383
-
2384
- #: templates/forms/subscription-cancellation.php191,
2385
- #: templates/forms/deactivation/form.php:171
2386
- msgid "Cancel %s & Proceed"
2387
- msgstr "Cancel %s & Proceed"
2388
-
2389
- #: templates/forms/trial-start.php:22
2390
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2391
- msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2392
-
2393
- #: templates/forms/trial-start.php:28
2394
- 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."
2395
- msgstr "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."
2396
-
2397
- #: templates/js/style-premium-theme.php:39
2398
- msgid "Premium"
2399
- msgstr "Prémium"
2400
-
2401
- #: templates/js/style-premium-theme.php:42
2402
- msgid "Beta"
2403
- msgstr "Beta"
2404
-
2405
- #: templates/partials/network-activation.php:27
2406
- msgid "Activate license on all sites in the network."
2407
- msgstr "Activate license on all sites in the network."
2408
-
2409
- #: templates/partials/network-activation.php:28
2410
- msgid "Apply on all sites in the network."
2411
- msgstr "Apply on all sites in the network."
2412
-
2413
- #: templates/partials/network-activation.php:31
2414
- msgid "Activate license on all pending sites."
2415
- msgstr "Activate license on all pending sites."
2416
-
2417
- #: templates/partials/network-activation.php:32
2418
- msgid "Apply on all pending sites."
2419
- msgstr "Apply on all pending sites."
2420
-
2421
- #: templates/partials/network-activation.php40,
2422
- #: templates/partials/network-activation.php:74
2423
- msgid "allow"
2424
- msgstr "allow"
2425
-
2426
- #: templates/partials/network-activation.php43,
2427
- #: templates/partials/network-activation.php:77
2428
- msgid "delegate"
2429
- msgstr "delegate"
2430
-
2431
- #: templates/partials/network-activation.php47,
2432
- #: templates/partials/network-activation.php:81
2433
- msgid "skip"
2434
- msgstr "ugrás"
2435
-
2436
- #: templates/plugin-info/description.php72,
2437
- #: templates/plugin-info/screenshots.php:31
2438
- msgid "Click to view full-size screenshot %d"
2439
- msgstr "Click to view full-size screenshot %d"
2440
-
2441
- #: templates/plugin-info/features.php:56
2442
- msgid "Unlimited Updates"
2443
- msgstr "Korlátlan frissítés"
2444
-
2445
- #: templates/account/partials/activate-license-button.php:46
2446
- msgid "Localhost"
2447
- msgstr "Localhost"
2448
-
2449
- #: templates/account/partials/activate-license-button.php:50
2450
- msgctxt "as 5 licenses left"
2451
- msgid "%s left"
2452
- msgstr "%s left"
2453
-
2454
- #: templates/account/partials/activate-license-button.php:51
2455
- msgid "Last license"
2456
- msgstr "Last license"
2457
-
2458
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2459
- #. subscription'
2460
- #: templates/account/partials/addon.php:29
2461
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2462
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2463
-
2464
- #: templates/account/partials/addon.php:185
2465
- msgid "Cancelled"
2466
- msgstr "Törölve"
2467
-
2468
- #: templates/account/partials/addon.php:195
2469
- msgid "No expiration"
2470
- msgstr "No expiration"
2471
-
2472
- #: templates/account/partials/site.php:189
2473
- msgid "Owner Name"
2474
- msgstr "Tulajdonos neve"
2475
-
2476
- #: templates/account/partials/site.php:201
2477
- msgid "Owner Email"
2478
- msgstr "Tulajdonos email címe"
2479
-
2480
- #: templates/account/partials/site.php:213
2481
- msgid "Owner ID"
2482
- msgstr "Tulajdonos ID"
2483
-
2484
- #: templates/account/partials/site.php:286
2485
- msgid "Subscription"
2486
- msgstr "Előfizetés"
2487
-
2488
- #: templates/forms/deactivation/contact.php:19
2489
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2490
- msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
2491
-
2492
- #: templates/forms/deactivation/contact.php:22
2493
- msgid "Contact Support"
2494
- msgstr "Írás az ügyfélszolgálatra"
2495
-
2496
- #: templates/forms/deactivation/form.php:64
2497
- msgid "Anonymous feedback"
2498
- msgstr "Névtelen visszajelzés"
2499
-
2500
- #: templates/forms/deactivation/form.php:70
2501
- msgid "Deactivate"
2502
- msgstr "Deaktiválás"
2503
-
2504
- #: templates/forms/deactivation/form.php:72
2505
- msgid "Activate %s"
2506
- msgstr "%s aktiválása"
2507
-
2508
- #: templates/forms/deactivation/form.php:87
2509
- msgid "Quick Feedback"
2510
- msgstr "Gyors visszajelzés"
2511
-
2512
- #: templates/forms/deactivation/form.php:91
2513
- msgid "If you have a moment, please let us know why you are %s"
2514
- msgstr "Kérlek mondd el, miért %s"
2515
-
2516
- #: templates/forms/deactivation/form.php:91
2517
- msgid "deactivating"
2518
- msgstr "deaktiválod"
2519
-
2520
- #: templates/forms/deactivation/form.php:91
2521
- msgid "switching"
2522
- msgstr "váltasz"
2523
-
2524
- #: templates/forms/deactivation/form.php:365
2525
- msgid "Submit & %s"
2526
- msgstr "Küldés & %s"
2527
-
2528
- #: templates/forms/deactivation/form.php:386
2529
- msgid "Kindly tell us the reason so we can improve."
2530
- msgstr "Ha elmondod az okát, tudunk fejlődni."
2531
-
2532
- #: templates/forms/deactivation/form.php:511
2533
- msgid "Yes - %s"
2534
- msgstr "Yes - %s"
2535
-
2536
- #: templates/forms/deactivation/form.php:518
2537
- msgid "Skip & %s"
2538
- msgstr "Kihagyás & %s"
2539
-
2540
- #: templates/forms/deactivation/retry-skip.php:21
2541
- msgid "Click here to use the plugin anonymously"
2542
- msgstr "Kattints ide, ha névtelenül szeretnéd használni a bővítményt"
2543
-
2544
- #: templates/forms/deactivation/retry-skip.php:23
2545
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2546
- msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-it_IT.mo CHANGED
Binary file
freemius/languages/freemius-it_IT.po DELETED
@@ -1,2550 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Alessandro Pelly Benassi <plasmax@gmail.com>, 2016
5
- # Daniele Scasciafratte Mte90 <mte90net@gmail.com>, 2015-2018
6
- # Dario Curvino <d.curvino@gmail.com>, 2018
7
- # Alessandro Pelly Benassi <plasmax@gmail.com>, 2016-2017
8
- # Vova Feldman <vova@freemius.com>, 2015-2016
9
- msgid ""
10
- msgstr ""
11
- "Project-Id-Version: WordPress SDK\n"
12
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
13
- "POT-Creation-Date: \n"
14
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
15
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
16
- "Language: it_IT\n"
17
- "Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
18
- "Content-Type: text/plain; charset=UTF-8\n"
19
- "Content-Transfer-Encoding: 8bit\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
- "MIME-Version: 1.0\n"
22
- "X-Poedit-Basepath: ..\n"
23
- "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
- "X-Poedit-SearchPath-0: .\n"
25
- "X-Poedit-SearchPathExcluded-0: *.js\n"
26
- "X-Poedit-SourceCharset: UTF-8\n"
27
-
28
- #: includes/class-freemius.php1880, templates/account.php:840
29
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
30
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
31
-
32
- #: includes/class-freemius.php:1887
33
- msgid "Would you like to proceed with the update?"
34
- msgstr "Would you like to proceed with the update?"
35
-
36
- #: includes/class-freemius.php:2095
37
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
38
- msgstr "L'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore."
39
-
40
- #: includes/class-freemius.php:2097
41
- msgid "Error"
42
- msgstr "Errore"
43
-
44
- #: includes/class-freemius.php:2491
45
- msgid "I found a better %s"
46
- msgstr "Ho trovato un migliore %s"
47
-
48
- #: includes/class-freemius.php:2493
49
- msgid "What's the %s's name?"
50
- msgstr "Qual è il nome di %s?"
51
-
52
- #: includes/class-freemius.php:2499
53
- msgid "It's a temporary %s. I'm just debugging an issue."
54
- msgstr "È una %s temporanea. Sto solo cercando di risolvere un problema."
55
-
56
- #: includes/class-freemius.php:2501
57
- msgid "Deactivation"
58
- msgstr "Disattivazione"
59
-
60
- #: includes/class-freemius.php:2502
61
- msgid "Theme Switch"
62
- msgstr "Cambio tema"
63
-
64
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
65
- msgid "Other"
66
- msgstr "Altro"
67
-
68
- #: includes/class-freemius.php:2519
69
- msgid "I no longer need the %s"
70
- msgstr "Non ho più bisogno di %s"
71
-
72
- #: includes/class-freemius.php:2526
73
- msgid "I only needed the %s for a short period"
74
- msgstr "Ho avuto bisogno di %s per un breve periodo"
75
-
76
- #: includes/class-freemius.php:2532
77
- msgid "The %s broke my site"
78
- msgstr "%s ha rotto il mio sito"
79
-
80
- #: includes/class-freemius.php:2539
81
- msgid "The %s suddenly stopped working"
82
- msgstr "%s ha improvvisamente smesso di funzionare"
83
-
84
- #: includes/class-freemius.php:2549
85
- msgid "I can't pay for it anymore"
86
- msgstr "Non posso piú pagarlo"
87
-
88
- #: includes/class-freemius.php:2551
89
- msgid "What price would you feel comfortable paying?"
90
- msgstr "Che prezzo ritieni opportuno pagare?"
91
-
92
- #: includes/class-freemius.php:2557
93
- msgid "I don't like to share my information with you"
94
- msgstr "Non voglio condividere i miei dati con te"
95
-
96
- #: includes/class-freemius.php:2578
97
- msgid "The %s didn't work"
98
- msgstr "%s non funziona"
99
-
100
- #: includes/class-freemius.php:2588
101
- msgid "I couldn't understand how to make it work"
102
- msgstr "Non capisco come farlo funzionare"
103
-
104
- #: includes/class-freemius.php:2596
105
- msgid "The %s is great, but I need specific feature that you don't support"
106
- msgstr "%s è ottimo ma ho bisogno di una funzionalità specifica non supportata"
107
-
108
- #: includes/class-freemius.php:2598
109
- msgid "What feature?"
110
- msgstr "Quale funzionalitá?"
111
-
112
- #: includes/class-freemius.php:2602
113
- msgid "The %s is not working"
114
- msgstr "%s non funziona"
115
-
116
- #: includes/class-freemius.php:2604
117
- msgid "Kindly share what didn't work so we can fix it for future users..."
118
- msgstr "Condividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri..."
119
-
120
- #: includes/class-freemius.php:2608
121
- msgid "It's not what I was looking for"
122
- msgstr "Non é quello che stavo cercando"
123
-
124
- #: includes/class-freemius.php:2610
125
- msgid "What you've been looking for?"
126
- msgstr "Che cosa stai cercando?"
127
-
128
- #: includes/class-freemius.php:2614
129
- msgid "The %s didn't work as expected"
130
- msgstr "%s non ha funzionato come mi aspettavo"
131
-
132
- #: includes/class-freemius.php:2616
133
- msgid "What did you expect?"
134
- msgstr "Che cosa ti aspettavi?"
135
-
136
- #: includes/class-freemius.php3471, templates/debug.php:20
137
- msgid "Freemius Debug"
138
- msgstr "Debug Freemius"
139
-
140
- #: includes/class-freemius.php:4223
141
- msgid "I don't know what is cURL or how to install it, help me!"
142
- msgstr "Non ho idea di cosa sia cURL o come installarlo, aiutami!"
143
-
144
- #: includes/class-freemius.php:4225
145
- 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."
146
- msgstr "Contatteremo il tuo hosting e risolveremo il problema. Riceverai un' email a %s non appena ci saranno aggiornamenti."
147
-
148
- #: includes/class-freemius.php:4232
149
- 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."
150
- msgstr "Installa cURL e abilitalo nel file file php.ini. Inoltre cerca per il parametro 'disable_functions' nel tuo file php.ini e rimuovi ogni metodo disattivato che inizia con 'curl_'. Per verificare che tutti sia attivato usa 'phpinfo()'. Una volta attivato, disattiva 1%s e riattivalo di nuovo."
151
-
152
- #: includes/class-freemius.php:4337
153
- msgid "Yes - do your thing"
154
- msgstr "Sì - fai pure"
155
-
156
- #: includes/class-freemius.php:4342
157
- msgid "No - just deactivate"
158
- msgstr "No - disattiva e basta"
159
-
160
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
161
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
162
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
163
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
164
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
165
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
166
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
167
- #: templates/add-ons.php:57
168
- msgctxt "exclamation"
169
- msgid "Oops"
170
- msgstr "Ops"
171
-
172
- #: includes/class-freemius.php:4456
173
- 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."
174
- msgstr "Grazie per averci dato la possibilità di risolvere il problema! È stato appena inviato un messaggio al nostro staff tecnico. Ti risponderemo non appena avremo un aggiornamento riguardante %s. Grazie per la tua pazienza."
175
-
176
- #: includes/class-freemius.php:4878
177
- msgctxt "addonX cannot run without pluginY"
178
- msgid "%s cannot run without %s."
179
- msgstr "%s non può funzionare senza %s."
180
-
181
- #: includes/class-freemius.php:4879
182
- msgctxt "addonX cannot run..."
183
- msgid "%s cannot run without the plugin."
184
- msgstr "%s non può funzionare senza il plugin."
185
-
186
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
187
- #: includes/class-freemius.php:20122
188
- msgid "Unexpected API error. Please contact the %s's author with the following error."
189
- msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
190
-
191
- #: includes/class-freemius.php:5720
192
- msgid "Premium %s version was successfully activated."
193
- msgstr "La versione 1%s Permium è stata attivata con successo."
194
-
195
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
196
- msgctxt ""
197
- msgid "W00t"
198
- msgstr "Forte"
199
-
200
- #: includes/class-freemius.php:5747
201
- msgid "You have a %s license."
202
- msgstr "Hai la licenza %s."
203
-
204
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
205
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
206
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
207
- #: includes/class-freemius.php:19876
208
- msgctxt "interjection expressing joy or exuberance"
209
- msgid "Yee-haw"
210
- msgstr "Evvai"
211
-
212
- #: includes/class-freemius.php:6015
213
- 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."
214
- msgstr "Il periodo di prova gratuito %s è stato annullato con successo. Siccome l'add-on è premium, è stato disattivato automaticamente. Se vorrai usarlo in futuro, dovrai comprare una licenza."
215
-
216
- #: includes/class-freemius.php:6019
217
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
218
- msgstr "%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin."
219
-
220
- #: includes/class-freemius.php6028, templates/add-ons.php186,
221
- #: templates/account/partials/addon.php:381
222
- msgid "More information about %s"
223
- msgstr "Ulteriori informazioni su %s"
224
-
225
- #: includes/class-freemius.php:6029
226
- msgid "Purchase License"
227
- msgstr "Acquista licenza"
228
-
229
- #: includes/class-freemius.php6964, templates/connect.php:163
230
- 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."
231
- msgstr "Dovresti ricevere un'email di attivazione di %s all'indirizzo %s. Assicurati di fare clic sul pulsante di attivazione nell'email per %s."
232
-
233
- #: includes/class-freemius.php:6968
234
- msgid "start the trial"
235
- msgstr "Inizia il periodo di prova gratuito"
236
-
237
- #: includes/class-freemius.php6969, templates/connect.php:167
238
- msgid "complete the install"
239
- msgstr "completa l'installazione"
240
-
241
- #: includes/class-freemius.php:7081
242
- msgid "You are just one step away - %s"
243
- msgstr "Sei a un passo dalla fine - %s"
244
-
245
- #: includes/class-freemius.php:7084
246
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
247
- msgid "Complete \"%s\" Activation Now"
248
- msgstr "Completa l'attivazione di \"%s\" ora"
249
-
250
- #: includes/class-freemius.php:7162
251
- msgid "We made a few tweaks to the %s, %s"
252
- msgstr "Abbiamo fatto alcune migliore a %s,%s"
253
-
254
- #: includes/class-freemius.php:7166
255
- msgid "Opt in to make \"%s\" better!"
256
- msgstr "Opt in to make \"%s\" better!"
257
-
258
- #: includes/class-freemius.php:7598
259
- msgid "The upgrade of %s was successfully completed."
260
- msgstr "L'aggiornamento di %s è stato completato con successo."
261
-
262
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
263
- #: includes/class-fs-plugin-updater.php1233,
264
- #: includes/class-fs-plugin-updater.php1240,
265
- #: templates/auto-installation.php:32
266
- msgid "Add-On"
267
- msgstr "Add-on"
268
-
269
- #: includes/class-freemius.php9804, templates/account.php335,
270
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
271
- msgid "Plugin"
272
- msgstr "Plugin"
273
-
274
- #: includes/class-freemius.php9805, templates/account.php336,
275
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
276
- #: templates/forms/deactivation/form.php:71
277
- msgid "Theme"
278
- msgstr "Tema"
279
-
280
- #: includes/class-freemius.php:12596
281
- msgid "An unknown error has occurred while trying to set the user's beta mode."
282
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
283
-
284
- #: includes/class-freemius.php:13020
285
- msgid "Invalid site details collection."
286
- msgstr "Invalid site details collection."
287
-
288
- #: includes/class-freemius.php:13140
289
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
290
- msgstr "Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?"
291
-
292
- #: includes/class-freemius.php:13142
293
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
294
- msgstr "Non siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?"
295
-
296
- #: includes/class-freemius.php:13416
297
- msgid "Account is pending activation."
298
- msgstr "Account in attesa di attivazione."
299
-
300
- #: includes/class-freemius.php13528,
301
- #: templates/forms/premium-versions-upgrade-handler.php:47
302
- msgid "Buy a license now"
303
- msgstr "Compra una licenza ora"
304
-
305
- #: includes/class-freemius.php13540,
306
- #: templates/forms/premium-versions-upgrade-handler.php:46
307
- msgid "Renew your license now"
308
- msgstr "Rinnova la tua licenza ora"
309
-
310
- #: includes/class-freemius.php:13544
311
- msgid "%s to access version %s security & feature updates, and support."
312
- msgstr "%s to access version %s security & feature updates, and support."
313
-
314
- #: includes/class-freemius.php:15957
315
- msgid "%s activation was successfully completed."
316
- msgstr "%s è stato attivato con successo."
317
-
318
- #: includes/class-freemius.php:15971
319
- msgid "Your account was successfully activated with the %s plan."
320
- msgstr "Il tuo account è stato attivato correttamente con il piano %s."
321
-
322
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
323
- msgid "Your trial has been successfully started."
324
- msgstr "La versione di prova è stata avviata correttamente."
325
-
326
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
327
- #: includes/class-freemius.php:16810
328
- msgid "Couldn't activate %s."
329
- msgstr "Non é stato possibile attivare %s."
330
-
331
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
332
- #: includes/class-freemius.php:16811
333
- msgid "Please contact us with the following message:"
334
- msgstr "Contattaci con il seguente messaggio:"
335
-
336
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
337
- msgid "An unknown error has occurred."
338
- msgstr "An unknown error has occurred."
339
-
340
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
341
- msgid "Upgrade"
342
- msgstr "Aggiornamento"
343
-
344
- #: includes/class-freemius.php:17174
345
- msgid "Start Trial"
346
- msgstr "Inizia il periodo di prova gratuito"
347
-
348
- #: includes/class-freemius.php:17176
349
- msgid "Pricing"
350
- msgstr "Prezzi"
351
-
352
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
353
- msgid "Affiliation"
354
- msgstr "Affiliazione"
355
-
356
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
357
- #: templates/account.php183, templates/debug.php:326
358
- msgid "Account"
359
- msgstr "Account"
360
-
361
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
362
- #: includes/customizer/class-fs-customizer-support-section.php:60
363
- msgid "Contact Us"
364
- msgstr "Contattaci"
365
-
366
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
367
- #: includes/class-freemius.php22096, templates/account.php111,
368
- #: templates/account/partials/addon.php:44
369
- msgid "Add-Ons"
370
- msgstr "Addon"
371
-
372
- #: includes/class-freemius.php:17351
373
- msgctxt "ASCII arrow left icon"
374
- msgid "&#x2190;"
375
- msgstr "&#x2190;"
376
-
377
- #: includes/class-freemius.php:17351
378
- msgctxt "ASCII arrow right icon"
379
- msgid "&#x27a4;"
380
- msgstr "&#x27a4;"
381
-
382
- #: includes/class-freemius.php17353, templates/pricing.php:103
383
- msgctxt "noun"
384
- msgid "Pricing"
385
- msgstr "Prezzi"
386
-
387
- #: includes/class-freemius.php17566,
388
- #: includes/customizer/class-fs-customizer-support-section.php:67
389
- msgid "Support Forum"
390
- msgstr "Forum di supporto"
391
-
392
- #: includes/class-freemius.php:18536
393
- msgid "Your email has been successfully verified - you are AWESOME!"
394
- msgstr "Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!"
395
-
396
- #: includes/class-freemius.php:18537
397
- msgctxt "a positive response"
398
- msgid "Right on"
399
- msgstr "Sì"
400
-
401
- #: includes/class-freemius.php:19041
402
- msgid "seems like the key you entered doesn't match our records."
403
- msgstr "seems like the key you entered doesn't match our records."
404
-
405
- #: includes/class-freemius.php:19065
406
- 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."
407
- msgstr "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."
408
-
409
- #: includes/class-freemius.php:19283
410
- msgid "Your %s Add-on plan was successfully upgraded."
411
- msgstr "Il piano del tuo add-on %s è stato aggiornato con successo."
412
-
413
- #: includes/class-freemius.php:19285
414
- msgid "%s Add-on was successfully purchased."
415
- msgstr "L' add-on %s è stato acquistato con successo."
416
-
417
- #: includes/class-freemius.php:19288
418
- msgid "Download the latest version"
419
- msgstr "Scarica l'ultima versione"
420
-
421
- #: includes/class-freemius.php:19374
422
- 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"
423
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
424
-
425
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
426
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
427
- msgid "Error received from the server:"
428
- msgstr "Errore ricevuto dal server:"
429
-
430
- #: includes/class-freemius.php:19390
431
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
432
- msgstr "Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova."
433
-
434
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
435
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
436
- msgctxt ""
437
- msgid "Hmm"
438
- msgstr "Uhm"
439
-
440
- #: includes/class-freemius.php:19617
441
- 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."
442
- msgstr "Sembra che tu sia ancora usando il piano %s. Se hai effettuato un upgrade o cambiato il piano, è probabile che ci sia un problema nei nostri sistemi."
443
-
444
- #: includes/class-freemius.php19618, templates/account.php113,
445
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
446
- msgctxt "trial period"
447
- msgid "Trial"
448
- msgstr "Prova gratuita"
449
-
450
- #: includes/class-freemius.php:19623
451
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
452
- msgstr "Ho aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s."
453
-
454
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
455
- msgid "Please contact us here"
456
- msgstr "Contattaci qui"
457
-
458
- #: includes/class-freemius.php:19638
459
- msgid "Your plan was successfully activated."
460
- msgstr "Your plan was successfully activated."
461
-
462
- #: includes/class-freemius.php:19639
463
- msgid "Your plan was successfully upgraded."
464
- msgstr "Il piano è stato aggiornato con successo."
465
-
466
- #: includes/class-freemius.php:19656
467
- msgid "Your plan was successfully changed to %s."
468
- msgstr "Il piano è stato cambiato con successo a %s."
469
-
470
- #: includes/class-freemius.php:19672
471
- msgid "Your license has expired. You can still continue using the free %s forever."
472
- msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
473
-
474
- #: includes/class-freemius.php:19674
475
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
476
- msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
477
-
478
- #: includes/class-freemius.php:19682
479
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
480
- msgstr "La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto."
481
-
482
- #: includes/class-freemius.php:19695
483
- 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."
484
- msgstr "La licenza è scaduta. È comunque possibile continuare a utilizzare tutte le funzionalità di %s, ma sarà necessario rinnovare la licenza per continuare a ricevere gli aggiornamenti ed il supporto."
485
-
486
- #: includes/class-freemius.php:19721
487
- msgid "Your free trial has expired. You can still continue using all our free features."
488
- msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite."
489
-
490
- #: includes/class-freemius.php:19723
491
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
492
- msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
493
-
494
- #: includes/class-freemius.php:19831
495
- msgid "It looks like the license could not be activated."
496
- msgstr "Sembra che la licenza non possa essere attivata."
497
-
498
- #: includes/class-freemius.php:19873
499
- msgid "Your license was successfully activated."
500
- msgstr "La tua licenza è stata attivata correttamente."
501
-
502
- #: includes/class-freemius.php:19899
503
- msgid "It looks like your site currently doesn't have an active license."
504
- msgstr "Sembra che il tuo sito non disponga di alcuna licenza attiva."
505
-
506
- #: includes/class-freemius.php:19923
507
- msgid "It looks like the license deactivation failed."
508
- msgstr "Sembra che la disattivazione della licenza non sia riuscita."
509
-
510
- #: includes/class-freemius.php:19951
511
- msgid "Your license was successfully deactivated, you are back to the %s plan."
512
- msgstr "La tua licenza é stata disattivata con successo, sei tornato al piano %s."
513
-
514
- #: includes/class-freemius.php:19952
515
- msgid "O.K"
516
- msgstr "OK"
517
-
518
- #: includes/class-freemius.php:20005
519
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
520
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
521
-
522
- #: includes/class-freemius.php:20014
523
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
524
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
525
-
526
- #: includes/class-freemius.php:20056
527
- msgid "You are already running the %s in a trial mode."
528
- msgstr "Stai già usando %s in modalità prova."
529
-
530
- #: includes/class-freemius.php:20067
531
- msgid "You already utilized a trial before."
532
- msgstr "Hai già utilizzato una prova gratuita in passato."
533
-
534
- #: includes/class-freemius.php:20081
535
- msgid "Plan %s do not exist, therefore, can't start a trial."
536
- msgstr "Il piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova."
537
-
538
- #: includes/class-freemius.php:20092
539
- msgid "Plan %s does not support a trial period."
540
- msgstr "Il piano %s non supporta il periodo di prova."
541
-
542
- #: includes/class-freemius.php:20103
543
- msgid "None of the %s's plans supports a trial period."
544
- msgstr "Nessuno dei piani di %ssupporta il periodo di prova."
545
-
546
- #: includes/class-freemius.php:20153
547
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
548
- msgstr "Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)"
549
-
550
- #: includes/class-freemius.php:20189
551
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
552
- msgstr "Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto."
553
-
554
- #: includes/class-freemius.php:20208
555
- msgid "Your %s free trial was successfully cancelled."
556
- msgstr "Il tuo periodo di prova gratuito %s è stato annullato con successo."
557
-
558
- #: includes/class-freemius.php:20524
559
- msgid "Version %s was released."
560
- msgstr "La versione %s é stata rilasciata."
561
-
562
- #: includes/class-freemius.php:20524
563
- msgid "Please download %s."
564
- msgstr "Scarica %s."
565
-
566
- #: includes/class-freemius.php:20531
567
- msgid "the latest %s version here"
568
- msgstr "l'ultima versione %s é quì"
569
-
570
- #: includes/class-freemius.php:20536
571
- msgid "New"
572
- msgstr "Nuovo"
573
-
574
- #: includes/class-freemius.php:20541
575
- msgid "Seems like you got the latest release."
576
- msgstr "Sembra che tu abbia la versione più recente."
577
-
578
- #: includes/class-freemius.php:20542
579
- msgid "You are all good!"
580
- msgstr "Sei fantastico!"
581
-
582
- #: includes/class-freemius.php:20812
583
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
584
- msgstr "L'email di verifica è stata inviata a %s. Se dopo 5 minuti non è ancora arrivata, per favore controlla nella tua casella di posta indesiderata."
585
-
586
- #: includes/class-freemius.php:20951
587
- msgid "Site successfully opted in."
588
- msgstr "Sito accettato con successo."
589
-
590
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
591
- msgid "Awesome"
592
- msgstr "Fantastico"
593
-
594
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
595
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
596
- msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
597
-
598
- #: includes/class-freemius.php:20969
599
- msgid "Thank you!"
600
- msgstr "Grazie!"
601
-
602
- #: includes/class-freemius.php:20976
603
- msgid "We will no longer be sending any usage data of %s on %s to %s."
604
- msgstr "Non possiamo più inviare i dati di utilizzo di %ssu %sa %s."
605
-
606
- #: includes/class-freemius.php:21105
607
- msgid "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."
608
- msgstr "Verifica di aver ricevuto l'email da %s per confermare il cambiamento del proprietario. Per ragioni di sicurezza devi confermare il cambiamento entro 15 minuti. Se non trovi l'email controlla nella posta indesiderata."
609
-
610
- #: includes/class-freemius.php:21111
611
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
612
- msgstr "Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale."
613
-
614
- #: includes/class-freemius.php:21116
615
- msgid "%s is the new owner of the account."
616
- msgstr "%s è il nuovo proprietario dell'account."
617
-
618
- #: includes/class-freemius.php:21118
619
- msgctxt "as congratulations"
620
- msgid "Congrats"
621
- msgstr "Congratulazioni"
622
-
623
- #: includes/class-freemius.php:21138
624
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
625
- msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato."
626
-
627
- #: includes/class-freemius.php:21139
628
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
629
- msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
630
-
631
- #: includes/class-freemius.php:21146
632
- msgid "Change Ownership"
633
- msgstr "Cambia Proprietario"
634
-
635
- #: includes/class-freemius.php:21154
636
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
637
- msgstr "Il tuo indirizzo email è stato aggiornato correttamente. Riceverai un'email con le istruzioni di conferma in pochi istanti."
638
-
639
- #: includes/class-freemius.php:21166
640
- msgid "Please provide your full name."
641
- msgstr "Per favore inserisci il tuo nome completo."
642
-
643
- #: includes/class-freemius.php:21171
644
- msgid "Your name was successfully updated."
645
- msgstr "Il tuo nome è stato aggiornato correttamente."
646
-
647
- #: includes/class-freemius.php:21232
648
- msgid "You have successfully updated your %s."
649
- msgstr "Hai aggiornato con successo il tuo %s."
650
-
651
- #: includes/class-freemius.php:21372
652
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
653
- msgstr "Le informazioni sugli add-on di %s vengono scaricate da un server esterno."
654
-
655
- #: includes/class-freemius.php:21373
656
- msgctxt "advance notice of something that will need attention."
657
- msgid "Heads up"
658
- msgstr "Attenzione"
659
-
660
- #: includes/class-freemius.php:21832
661
- msgctxt "exclamation"
662
- msgid "Hey"
663
- msgstr "Hey"
664
-
665
- #: includes/class-freemius.php:21832
666
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
667
- msgstr "Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni."
668
-
669
- #: includes/class-freemius.php:21840
670
- msgid "No commitment for %s days - cancel anytime!"
671
- msgstr "Nessun impegno per %s giorni - puoi annullare in qualsiasi momento!"
672
-
673
- #: includes/class-freemius.php:21841
674
- msgid "No credit card required"
675
- msgstr "Nessuna carta di credito richiesta"
676
-
677
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
678
- msgctxt "call to action"
679
- msgid "Start free trial"
680
- msgstr "Inizia il periodo di prova gratuito"
681
-
682
- #: includes/class-freemius.php:21925
683
- 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!"
684
- msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
685
-
686
- #: includes/class-freemius.php:21934
687
- msgid "Learn more"
688
- msgstr "Scopri altro"
689
-
690
- #: includes/class-freemius.php22120, templates/account.php499,
691
- #: templates/account.php624, templates/connect.php171,
692
- #: templates/connect.php421, templates/forms/license-activation.php27,
693
- #: templates/account/partials/addon.php:321
694
- msgid "Activate License"
695
- msgstr "Attiva licenza"
696
-
697
- #: includes/class-freemius.php22121, templates/account.php571,
698
- #: templates/account.php623, templates/account/partials/addon.php322,
699
- #: templates/account/partials/site.php:271
700
- msgid "Change License"
701
- msgstr "Cambia licenza"
702
-
703
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
704
- msgid "Opt Out"
705
- msgstr "Cancella iscrizione"
706
-
707
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
708
- #: templates/account/partials/site.php49,
709
- #: templates/account/partials/site.php:169
710
- msgid "Opt In"
711
- msgstr "Iscriviti"
712
-
713
- #: includes/class-freemius.php:22453
714
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
715
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
716
-
717
- #: includes/class-freemius.php:22461
718
- msgid "Activate %s features"
719
- msgstr "Activate %s features"
720
-
721
- #: includes/class-freemius.php:22474
722
- msgid "Please follow these steps to complete the upgrade"
723
- msgstr "Segui i passi seguenti per completare l'aggiornamento"
724
-
725
- #: includes/class-freemius.php:22478
726
- msgid "Download the latest %s version"
727
- msgstr "Scarica l'ultima versione di %s"
728
-
729
- #: includes/class-freemius.php:22482
730
- msgid "Upload and activate the downloaded version"
731
- msgstr "Carica e attiva la versione scaricata"
732
-
733
- #: includes/class-freemius.php:22484
734
- msgid "How to upload and activate?"
735
- msgstr "Come faccio a caricare ed attivare?"
736
-
737
- #: includes/class-freemius.php:22618
738
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
739
- msgstr "%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza."
740
-
741
- #: includes/class-freemius.php:22779
742
- msgid "Auto installation only works for opted-in users."
743
- msgstr "L'installazione automatica funziona solo per gli utenti che hanno dato il consenso."
744
-
745
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
746
- #: includes/class-fs-plugin-updater.php1212,
747
- #: includes/class-fs-plugin-updater.php:1226
748
- msgid "Invalid module ID."
749
- msgstr "ID modulo non valida."
750
-
751
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
752
- msgid "Premium version already active."
753
- msgstr "Versione Premium già attiva."
754
-
755
- #: includes/class-freemius.php:22805
756
- msgid "You do not have a valid license to access the premium version."
757
- msgstr "Non disponi di una licenza valida per accedere alla versione Premium."
758
-
759
- #: includes/class-freemius.php:22812
760
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
761
- msgstr "Il plugin è un \"Serviceware\", quindi non dispone di una versione del codice Premium."
762
-
763
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
764
- msgid "Premium add-on version already installed."
765
- msgstr "Versione Premium dell'add-on già installata."
766
-
767
- #: includes/class-freemius.php:23180
768
- msgid "View paid features"
769
- msgstr "Vedi funzionalità a pagamento"
770
-
771
- #: includes/class-freemius.php:23502
772
- msgid "Thank you so much for using %s and its add-ons!"
773
- msgstr "Grazie per utilizzare %se i suoi addon!"
774
-
775
- #: includes/class-freemius.php:23503
776
- msgid "Thank you so much for using %s!"
777
- msgstr "Grazie per utilizzare %s!"
778
-
779
- #: includes/class-freemius.php:23509
780
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
781
- msgstr "Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s."
782
-
783
- #: includes/class-freemius.php:23513
784
- msgid "Thank you so much for using our products!"
785
- msgstr "Grazie per utilizzare i nostri prodotti!"
786
-
787
- #: includes/class-freemius.php:23514
788
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
789
- msgstr "Hai già accettato il tracciamento d'uso che ci aiuta a migliorare."
790
-
791
- #: includes/class-freemius.php:23533
792
- msgid "%s and its add-ons"
793
- msgstr "%se i suoi addon"
794
-
795
- #: includes/class-freemius.php:23542
796
- msgid "Products"
797
- msgstr "Prodotti"
798
-
799
- #: includes/class-freemius.php23549, templates/connect.php:272
800
- msgid "Yes"
801
- msgstr "Si"
802
-
803
- #: includes/class-freemius.php23550, templates/connect.php:273
804
- msgid "send me security & feature updates, educational content and offers."
805
- msgstr "inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
806
-
807
- #: includes/class-freemius.php23551, templates/connect.php:278
808
- msgid "No"
809
- msgstr "No"
810
-
811
- #: includes/class-freemius.php23553, templates/connect.php:280
812
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
813
- msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
814
-
815
- #: includes/class-freemius.php:23563
816
- 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 :-)"
817
- msgstr "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 :-)"
818
-
819
- #: includes/class-freemius.php23565, templates/connect.php:287
820
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
821
- msgstr "Facci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:"
822
-
823
- #: includes/class-freemius.php:23847
824
- msgid "License key is empty."
825
- msgstr "La chiave licenza è vuota."
826
-
827
- #: includes/class-fs-plugin-updater.php206,
828
- #: templates/forms/premium-versions-upgrade-handler.php:57
829
- msgid "Renew license"
830
- msgstr "Rinnova licenza"
831
-
832
- #: includes/class-fs-plugin-updater.php211,
833
- #: templates/forms/premium-versions-upgrade-handler.php:58
834
- msgid "Buy license"
835
- msgstr "Buy license"
836
-
837
- #: includes/class-fs-plugin-updater.php321,
838
- #: includes/class-fs-plugin-updater.php:354
839
- msgid "There is a %s of %s available."
840
- msgstr "There is a %s of %s available."
841
-
842
- #: includes/class-fs-plugin-updater.php323,
843
- #: includes/class-fs-plugin-updater.php:359
844
- msgid "new Beta version"
845
- msgstr "new Beta version"
846
-
847
- #: includes/class-fs-plugin-updater.php324,
848
- #: includes/class-fs-plugin-updater.php:360
849
- msgid "new version"
850
- msgstr "new version"
851
-
852
- #: includes/class-fs-plugin-updater.php:383
853
- msgid "Important Upgrade Notice:"
854
- msgstr "Important Upgrade Notice:"
855
-
856
- #: includes/class-fs-plugin-updater.php:1277
857
- msgid "Installing plugin: %s"
858
- msgstr "Installazione plugin: %s"
859
-
860
- #: includes/class-fs-plugin-updater.php:1318
861
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
862
- msgstr "Impossibile accedere al filesystem. Conferma le tue credenziali."
863
-
864
- #: includes/class-fs-plugin-updater.php:1500
865
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
866
- msgstr "Il pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato."
867
-
868
- #: includes/fs-plugin-info-dialog.php:535
869
- msgid "Purchase More"
870
- msgstr "Purchase More"
871
-
872
- #: includes/fs-plugin-info-dialog.php536,
873
- #: templates/account/partials/addon.php:385
874
- msgctxt "verb"
875
- msgid "Purchase"
876
- msgstr "Acquisto"
877
-
878
- #: includes/fs-plugin-info-dialog.php:540
879
- msgid "Start my free %s"
880
- msgstr "Inizia la mia %s"
881
-
882
- #: includes/fs-plugin-info-dialog.php:738
883
- msgid "Install Free Version Update Now"
884
- msgstr "Installa l'ultima versione gratuita"
885
-
886
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
887
- msgid "Install Update Now"
888
- msgstr "Installa l'aggiornamento ora"
889
-
890
- #: includes/fs-plugin-info-dialog.php:748
891
- msgid "Install Free Version Now"
892
- msgstr "Installa la versione gratuita ora"
893
-
894
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
895
- #: templates/auto-installation.php111,
896
- #: templates/account/partials/addon.php365,
897
- #: templates/account/partials/addon.php:418
898
- msgid "Install Now"
899
- msgstr "Installa ora"
900
-
901
- #: includes/fs-plugin-info-dialog.php:765
902
- msgctxt "as download latest version"
903
- msgid "Download Latest Free Version"
904
- msgstr "Scarica l'ultima versione gratuita"
905
-
906
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
907
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
908
- msgctxt "as download latest version"
909
- msgid "Download Latest"
910
- msgstr "Scarica l'ultima versione"
911
-
912
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
913
- #: templates/account/partials/addon.php356,
914
- #: templates/account/partials/addon.php:412
915
- msgid "Activate this add-on"
916
- msgstr "Attivare questo addon"
917
-
918
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
919
- msgid "Activate Free Version"
920
- msgstr "Attiva versione gratuita"
921
-
922
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
923
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
924
- msgid "Activate"
925
- msgstr "Attiva"
926
-
927
- #: includes/fs-plugin-info-dialog.php:994
928
- msgctxt "Plugin installer section title"
929
- msgid "Description"
930
- msgstr "Descrizione"
931
-
932
- #: includes/fs-plugin-info-dialog.php:995
933
- msgctxt "Plugin installer section title"
934
- msgid "Installation"
935
- msgstr "Installazione"
936
-
937
- #: includes/fs-plugin-info-dialog.php:996
938
- msgctxt "Plugin installer section title"
939
- msgid "FAQ"
940
- msgstr "FAQ"
941
-
942
- #: includes/fs-plugin-info-dialog.php997,
943
- #: templates/plugin-info/description.php:55
944
- msgid "Screenshots"
945
- msgstr "Screenshot"
946
-
947
- #: includes/fs-plugin-info-dialog.php:998
948
- msgctxt "Plugin installer section title"
949
- msgid "Changelog"
950
- msgstr "Changelog"
951
-
952
- #: includes/fs-plugin-info-dialog.php:999
953
- msgctxt "Plugin installer section title"
954
- msgid "Reviews"
955
- msgstr "Recensioni"
956
-
957
- #: includes/fs-plugin-info-dialog.php:1000
958
- msgctxt "Plugin installer section title"
959
- msgid "Other Notes"
960
- msgstr "Altre note"
961
-
962
- #: includes/fs-plugin-info-dialog.php:1015
963
- msgctxt "Plugin installer section title"
964
- msgid "Features & Pricing"
965
- msgstr "Caratteristiche & prezzi"
966
-
967
- #: includes/fs-plugin-info-dialog.php:1025
968
- msgid "Plugin Install"
969
- msgstr "Installazione del plugin"
970
-
971
- #: includes/fs-plugin-info-dialog.php:1097
972
- msgctxt "e.g. Professional Plan"
973
- msgid "%s Plan"
974
- msgstr "Piano %s"
975
-
976
- #: includes/fs-plugin-info-dialog.php:1123
977
- msgctxt "e.g. the best product"
978
- msgid "Best"
979
- msgstr "Migliore"
980
-
981
- #: includes/fs-plugin-info-dialog.php1129,
982
- #: includes/fs-plugin-info-dialog.php:1149
983
- msgctxt "as every month"
984
- msgid "Monthly"
985
- msgstr "Mensilmente"
986
-
987
- #: includes/fs-plugin-info-dialog.php:1132
988
- msgctxt "as once a year"
989
- msgid "Annual"
990
- msgstr "Annuale"
991
-
992
- #: includes/fs-plugin-info-dialog.php:1135
993
- msgid "Lifetime"
994
- msgstr "Tutta la vita"
995
-
996
- #: includes/fs-plugin-info-dialog.php1149,
997
- #: includes/fs-plugin-info-dialog.php1151,
998
- #: includes/fs-plugin-info-dialog.php:1153
999
- msgctxt "e.g. billed monthly"
1000
- msgid "Billed %s"
1001
- msgstr "Fatturato %s"
1002
-
1003
- #: includes/fs-plugin-info-dialog.php:1151
1004
- msgctxt "as once a year"
1005
- msgid "Annually"
1006
- msgstr "Annualmente"
1007
-
1008
- #: includes/fs-plugin-info-dialog.php:1153
1009
- msgctxt "as once a year"
1010
- msgid "Once"
1011
- msgstr "Una volta"
1012
-
1013
- #: includes/fs-plugin-info-dialog.php:1159
1014
- msgid "Single Site License"
1015
- msgstr "Licenza per sito singolo"
1016
-
1017
- #: includes/fs-plugin-info-dialog.php:1161
1018
- msgid "Unlimited Licenses"
1019
- msgstr "Licenze illimitate"
1020
-
1021
- #: includes/fs-plugin-info-dialog.php:1163
1022
- msgid "Up to %s Sites"
1023
- msgstr "Fino a %s siti"
1024
-
1025
- #: includes/fs-plugin-info-dialog.php1173,
1026
- #: templates/plugin-info/features.php:82
1027
- msgctxt "as monthly period"
1028
- msgid "mo"
1029
- msgstr "mese"
1030
-
1031
- #: includes/fs-plugin-info-dialog.php1180,
1032
- #: templates/plugin-info/features.php:80
1033
- msgctxt "as annual period"
1034
- msgid "year"
1035
- msgstr "anno"
1036
-
1037
- #: includes/fs-plugin-info-dialog.php:1234
1038
- msgctxt "noun"
1039
- msgid "Price"
1040
- msgstr "Prezzo"
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1282
1043
- msgid "Save %s"
1044
- msgstr "Risparmia %s"
1045
-
1046
- #: includes/fs-plugin-info-dialog.php:1292
1047
- msgid "No commitment for %s - cancel anytime"
1048
- msgstr "Nessun impegno con %s - cancella quando vuoi"
1049
-
1050
- #: includes/fs-plugin-info-dialog.php:1295
1051
- msgid "After your free %s, pay as little as %s"
1052
- msgstr "Dopo il tuo %s gratuito, paghi solamente %s"
1053
-
1054
- #: includes/fs-plugin-info-dialog.php:1306
1055
- msgid "Details"
1056
- msgstr "Dettagli"
1057
-
1058
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1059
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1060
- #: templates/account/partials/addon.php:36
1061
- msgctxt "product version"
1062
- msgid "Version"
1063
- msgstr "Versione"
1064
-
1065
- #: includes/fs-plugin-info-dialog.php:1317
1066
- msgctxt "as the plugin author"
1067
- msgid "Author"
1068
- msgstr "Autore"
1069
-
1070
- #: includes/fs-plugin-info-dialog.php:1324
1071
- msgid "Last Updated"
1072
- msgstr "Ultimo aggiornamento"
1073
-
1074
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1075
- msgctxt "x-ago"
1076
- msgid "%s ago"
1077
- msgstr "%s fa"
1078
-
1079
- #: includes/fs-plugin-info-dialog.php:1338
1080
- msgid "Requires WordPress Version"
1081
- msgstr "Richiede la versione di WordPress"
1082
-
1083
- #: includes/fs-plugin-info-dialog.php:1339
1084
- msgid "%s or higher"
1085
- msgstr "%s o superiore"
1086
-
1087
- #: includes/fs-plugin-info-dialog.php:1346
1088
- msgid "Compatible up to"
1089
- msgstr "Compatibile fino a"
1090
-
1091
- #: includes/fs-plugin-info-dialog.php:1354
1092
- msgid "Downloaded"
1093
- msgstr "Scaricato"
1094
-
1095
- #: includes/fs-plugin-info-dialog.php:1358
1096
- msgid "%s time"
1097
- msgstr "% volta"
1098
-
1099
- #: includes/fs-plugin-info-dialog.php:1360
1100
- msgid "%s times"
1101
- msgstr "%s volte"
1102
-
1103
- #: includes/fs-plugin-info-dialog.php:1370
1104
- msgid "WordPress.org Plugin Page"
1105
- msgstr "Pagina dei plugin di WordPress.org"
1106
-
1107
- #: includes/fs-plugin-info-dialog.php:1378
1108
- msgid "Plugin Homepage"
1109
- msgstr "Homepage del plugin"
1110
-
1111
- #: includes/fs-plugin-info-dialog.php1386,
1112
- #: includes/fs-plugin-info-dialog.php:1468
1113
- msgid "Donate to this plugin"
1114
- msgstr "Fai una donazione a questo plugin"
1115
-
1116
- #: includes/fs-plugin-info-dialog.php:1393
1117
- msgid "Average Rating"
1118
- msgstr "Valutazione media"
1119
-
1120
- #: includes/fs-plugin-info-dialog.php:1400
1121
- msgid "based on %s"
1122
- msgstr "basato su %s"
1123
-
1124
- #: includes/fs-plugin-info-dialog.php:1404
1125
- msgid "%s rating"
1126
- msgstr "%s valutazione"
1127
-
1128
- #: includes/fs-plugin-info-dialog.php:1406
1129
- msgid "%s ratings"
1130
- msgstr "%s valutazioni"
1131
-
1132
- #: includes/fs-plugin-info-dialog.php:1421
1133
- msgid "%s star"
1134
- msgstr "%s stella"
1135
-
1136
- #: includes/fs-plugin-info-dialog.php:1423
1137
- msgid "%s stars"
1138
- msgstr "%s stelle"
1139
-
1140
- #: includes/fs-plugin-info-dialog.php:1434
1141
- msgid "Click to see reviews that provided a rating of %s"
1142
- msgstr "Fai clic per vedere le recensioni che hanno fornito una valutazione di %s"
1143
-
1144
- #: includes/fs-plugin-info-dialog.php:1447
1145
- msgid "Contributors"
1146
- msgstr "Contributori"
1147
-
1148
- #: includes/fs-plugin-info-dialog.php1476,
1149
- #: includes/fs-plugin-info-dialog.php:1478
1150
- msgid "Warning"
1151
- msgstr "Avviso"
1152
-
1153
- #: includes/fs-plugin-info-dialog.php:1476
1154
- msgid "This plugin has not been tested with your current version of WordPress."
1155
- msgstr "Questo plugin non è stato testato con la versione corrente di WordPress."
1156
-
1157
- #: includes/fs-plugin-info-dialog.php:1478
1158
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1159
- msgstr "Questo plugin non è stato segnato come compatibile con la tua versione di WordPress."
1160
-
1161
- #: includes/fs-plugin-info-dialog.php:1497
1162
- msgid "Paid add-on must be deployed to Freemius."
1163
- msgstr "Gli add-on a pagamento devono essere distribuiti da Freemius."
1164
-
1165
- #: includes/fs-plugin-info-dialog.php:1498
1166
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1167
- msgstr "L'add-on dev'essere distribuito da WordPress.org o Freemius."
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:1519
1170
- msgid "Newer Version (%s) Installed"
1171
- msgstr "Versione più recente (%s) installata"
1172
-
1173
- #: includes/fs-plugin-info-dialog.php:1520
1174
- msgid "Newer Free Version (%s) Installed"
1175
- msgstr "Nuova versione gratuita (%s) installata"
1176
-
1177
- #: includes/fs-plugin-info-dialog.php:1527
1178
- msgid "Latest Version Installed"
1179
- msgstr "Versione più recente installata"
1180
-
1181
- #: includes/fs-plugin-info-dialog.php:1528
1182
- msgid "Latest Free Version Installed"
1183
- msgstr "Ultima versione gratuita installata"
1184
-
1185
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1186
- #: templates/account/partials/addon.php26,
1187
- #: templates/account/partials/site.php:311
1188
- msgid "Downgrading your plan"
1189
- msgstr "Downgrading your plan"
1190
-
1191
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1192
- #: templates/account/partials/addon.php27,
1193
- #: templates/account/partials/site.php:312
1194
- msgid "Cancelling the subscription"
1195
- msgstr "Cancelling the subscription"
1196
-
1197
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1198
- #. subscription'
1199
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1200
- #: templates/account/partials/site.php:314
1201
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1202
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1203
-
1204
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1205
- #: templates/account/partials/addon.php30,
1206
- #: templates/account/partials/site.php:315
1207
- 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."
1208
- msgstr "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."
1209
-
1210
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1211
- #: templates/account/partials/addon.php:31
1212
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1213
- msgstr "Cancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?"
1214
-
1215
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1216
- #: templates/account/partials/addon.php32,
1217
- #: templates/account/partials/site.php:316
1218
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1219
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1220
-
1221
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1222
- #: templates/account/partials/addon.php33,
1223
- #: templates/account/partials/site.php:317
1224
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1225
- msgstr "Quando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s."
1226
-
1227
- #. translators: %s: Plan title (e.g. "Professional")
1228
- #: templates/account.php101,
1229
- #: templates/account/partials/activate-license-button.php31,
1230
- #: templates/account/partials/addon.php:35
1231
- msgid "Activate %s Plan"
1232
- msgstr "Attivare il piano %s"
1233
-
1234
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1235
- #: templates/account.php104, templates/account/partials/addon.php38,
1236
- #: templates/account/partials/site.php:291
1237
- msgid "Auto renews in %s"
1238
- msgstr "Rinnovo automatico in %s"
1239
-
1240
- #. translators: %s: Time period (e.g. Expires in "2 months")
1241
- #: templates/account.php106, templates/account/partials/addon.php40,
1242
- #: templates/account/partials/site.php:293
1243
- msgid "Expires in %s"
1244
- msgstr "Scade in %s"
1245
-
1246
- #: templates/account.php:107
1247
- msgctxt "as synchronize license"
1248
- msgid "Sync License"
1249
- msgstr "Sincronizza la licenza"
1250
-
1251
- #: templates/account.php108, templates/account/partials/addon.php:41
1252
- msgid "Cancel Trial"
1253
- msgstr "Annulla prova gratuita"
1254
-
1255
- #: templates/account.php109, templates/account/partials/addon.php:42
1256
- msgid "Change Plan"
1257
- msgstr "Cambia piano"
1258
-
1259
- #: templates/account.php110, templates/account/partials/addon.php:43
1260
- msgctxt "verb"
1261
- msgid "Upgrade"
1262
- msgstr "Aggiornamento"
1263
-
1264
- #: templates/account.php112, templates/account/partials/addon.php45,
1265
- #: templates/account/partials/site.php:318
1266
- msgctxt "verb"
1267
- msgid "Downgrade"
1268
- msgstr "Downgrade"
1269
-
1270
- #: templates/account.php114, templates/add-ons.php246,
1271
- #: templates/plugin-info/features.php72,
1272
- #: templates/account/partials/addon.php47,
1273
- #: templates/account/partials/site.php:33
1274
- msgid "Free"
1275
- msgstr "Gratuito"
1276
-
1277
- #: templates/account.php116, templates/debug.php373,
1278
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1279
- #: templates/account/partials/addon.php:49
1280
- msgctxt "as product pricing plan"
1281
- msgid "Plan"
1282
- msgstr "Piano"
1283
-
1284
- #: templates/account.php:117
1285
- msgid "Bundle Plan"
1286
- msgstr "Bundle Plan"
1287
-
1288
- #: templates/account.php:191
1289
- msgid "Free Trial"
1290
- msgstr "Prova gratuita"
1291
-
1292
- #: templates/account.php:202
1293
- msgid "Account Details"
1294
- msgstr "Dettagli dell'account"
1295
-
1296
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1297
- msgid "Start Debug"
1298
- msgstr "Start Debug"
1299
-
1300
- #: templates/account.php:211
1301
- msgid "Stop Debug"
1302
- msgstr "Stop Debug"
1303
-
1304
- #: templates/account.php:218
1305
- msgid "Billing & Invoices"
1306
- msgstr "Billing & Invoices"
1307
-
1308
- #: templates/account.php:229
1309
- 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?"
1310
- msgstr "L'eliminazione dell'account disattiva automaticamente la tua licenza del piano %s quindi è possibile utilizzarlo su altri siti. Se si desidera anche terminare i pagamenti ricorrenti, fare clic sul pulsante \"Annulla\" ed effettuare il \"Downgrade\" del tuo account. Sei sicuro di voler continuare con l'eliminazione?"
1311
-
1312
- #: templates/account.php:231
1313
- 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?"
1314
- msgstr "La cancellazione non è temporanea. Cancella solamente se non vuoi più utilizzare %s. Sei sicuro di voler cancellare questi dati?"
1315
-
1316
- #: templates/account.php:234
1317
- msgid "Delete Account"
1318
- msgstr "Elimina Account"
1319
-
1320
- #: templates/account.php246, templates/account/partials/addon.php231,
1321
- #: templates/account/partials/deactivate-license-button.php:35
1322
- msgid "Deactivate License"
1323
- msgstr "Disattiva licenza"
1324
-
1325
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1326
- msgid "Are you sure you want to proceed?"
1327
- msgstr "Sei sicuro di voler procedere?"
1328
-
1329
- #: templates/account.php269, templates/account/partials/addon.php:255
1330
- msgid "Cancel Subscription"
1331
- msgstr "Annulla sottoscrizione"
1332
-
1333
- #: templates/account.php298, templates/account/partials/addon.php:340
1334
- msgctxt "as synchronize"
1335
- msgid "Sync"
1336
- msgstr "Sincronizza"
1337
-
1338
- #: templates/account.php313, templates/debug.php:507
1339
- msgid "Name"
1340
- msgstr "Nome"
1341
-
1342
- #: templates/account.php319, templates/debug.php:508
1343
- msgid "Email"
1344
- msgstr "Email"
1345
-
1346
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1347
- msgid "User ID"
1348
- msgstr "ID utente"
1349
-
1350
- #: templates/account.php344, templates/account.php637,
1351
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1352
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1353
- #: templates/debug.php632, templates/account/payments.php35,
1354
- #: templates/debug/logger.php:21
1355
- msgid "ID"
1356
- msgstr "ID"
1357
-
1358
- #: templates/account.php:351
1359
- msgid "Site ID"
1360
- msgstr "ID del sito"
1361
-
1362
- #: templates/account.php:354
1363
- msgid "No ID"
1364
- msgstr "Nessun ID"
1365
-
1366
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1367
- #: templates/debug.php458, templates/debug.php510,
1368
- #: templates/account/partials/site.php:227
1369
- msgid "Public Key"
1370
- msgstr "Chiave pubblica"
1371
-
1372
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1373
- #: templates/debug.php511, templates/account/partials/site.php:239
1374
- msgid "Secret Key"
1375
- msgstr "Chiave segreta"
1376
-
1377
- #: templates/account.php:368
1378
- msgctxt "as secret encryption key missing"
1379
- msgid "No Secret"
1380
- msgstr "Nessuna chiave"
1381
-
1382
- #: templates/account.php395, templates/account/partials/site.php120,
1383
- #: templates/account/partials/site.php:122
1384
- msgid "Trial"
1385
- msgstr "Prova gratuita"
1386
-
1387
- #: templates/account.php422, templates/debug.php562,
1388
- #: templates/account/partials/site.php:260
1389
- msgid "License Key"
1390
- msgstr "Chiave della licenza"
1391
-
1392
- #: templates/account.php:453
1393
- msgid "Join the Beta program"
1394
- msgstr "Join the Beta program"
1395
-
1396
- #: templates/account.php:459
1397
- msgid "not verified"
1398
- msgstr "non verificato"
1399
-
1400
- #: templates/account.php468, templates/account/partials/addon.php:190
1401
- msgid "Expired"
1402
- msgstr "Scaduto"
1403
-
1404
- #: templates/account.php:528
1405
- msgid "Premium version"
1406
- msgstr "Versione premium"
1407
-
1408
- #: templates/account.php:530
1409
- msgid "Free version"
1410
- msgstr "Versione gratuita"
1411
-
1412
- #: templates/account.php:542
1413
- msgid "Verify Email"
1414
- msgstr "Verifica email"
1415
-
1416
- #: templates/account.php:553
1417
- msgid "Download %s Version"
1418
- msgstr "Scarica la versione %s"
1419
-
1420
- #: templates/account.php568, templates/account.php820,
1421
- #: templates/account/partials/site.php248,
1422
- #: templates/account/partials/site.php:270
1423
- msgctxt "verb"
1424
- msgid "Show"
1425
- msgstr "Mostra"
1426
-
1427
- #: templates/account.php:583
1428
- msgid "What is your %s?"
1429
- msgstr "Qual è il tuo %s?"
1430
-
1431
- #: templates/account.php591, templates/account/billing.php:21
1432
- msgctxt "verb"
1433
- msgid "Edit"
1434
- msgstr "Modifica"
1435
-
1436
- #: templates/account.php:616
1437
- msgid "Sites"
1438
- msgstr "Siti"
1439
-
1440
- #: templates/account.php:629
1441
- msgid "Search by address"
1442
- msgstr "Cerca per indirizzo"
1443
-
1444
- #: templates/account.php638, templates/debug.php:368
1445
- msgid "Address"
1446
- msgstr "Indirizzo"
1447
-
1448
- #: templates/account.php:639
1449
- msgid "License"
1450
- msgstr "Licenza"
1451
-
1452
- #: templates/account.php:640
1453
- msgid "Plan"
1454
- msgstr "Piano"
1455
-
1456
- #: templates/account.php:685
1457
- msgctxt "as software license"
1458
- msgid "License"
1459
- msgstr "Licenza"
1460
-
1461
- #: templates/account.php:814
1462
- msgctxt "verb"
1463
- msgid "Hide"
1464
- msgstr "Nascondi"
1465
-
1466
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1467
- msgid "Processing"
1468
- msgstr "Processing"
1469
-
1470
- #: templates/account.php:839
1471
- msgid "Get updates for bleeding edge Beta versions of %s."
1472
- msgstr "Get updates for bleeding edge Beta versions of %s."
1473
-
1474
- #: templates/account.php:897
1475
- msgid "Cancelling %s"
1476
- msgstr "Cancelling %s"
1477
-
1478
- #: templates/account.php897, templates/account.php914,
1479
- #: templates/forms/subscription-cancellation.php27,
1480
- #: templates/forms/deactivation/form.php:133
1481
- msgid "trial"
1482
- msgstr "trial"
1483
-
1484
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1485
- msgid "Cancelling %s..."
1486
- msgstr "Cancelling %s..."
1487
-
1488
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1489
- #: templates/forms/deactivation/form.php:134
1490
- msgid "subscription"
1491
- msgstr "subscription"
1492
-
1493
- #: templates/account.php:929
1494
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1495
- msgstr "Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?"
1496
-
1497
- #: templates/add-ons.php:38
1498
- msgid "View details"
1499
- msgstr "Visualizza dettagli"
1500
-
1501
- #: templates/add-ons.php:48
1502
- msgid "Add Ons for %s"
1503
- msgstr "Add-on per %s"
1504
-
1505
- #: templates/add-ons.php:58
1506
- 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."
1507
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1508
-
1509
- #: templates/add-ons.php:229
1510
- msgctxt "active add-on"
1511
- msgid "Active"
1512
- msgstr "Attiva"
1513
-
1514
- #: templates/add-ons.php:230
1515
- msgctxt "installed add-on"
1516
- msgid "Installed"
1517
- msgstr "Installed"
1518
-
1519
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1520
- #: templates/forms/resend-key.php:77
1521
- msgctxt "as close a window"
1522
- msgid "Dismiss"
1523
- msgstr "Chiudi"
1524
-
1525
- #: templates/auto-installation.php:45
1526
- msgid "%s sec"
1527
- msgstr "%s sec"
1528
-
1529
- #: templates/auto-installation.php:83
1530
- msgid "Automatic Installation"
1531
- msgstr "Installazione automatica"
1532
-
1533
- #: templates/auto-installation.php:93
1534
- msgid "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."
1535
- msgstr "Un download con installazione automatica di %s (versione a pagamento) da %s inizierà in %s. Se preferisci farlo manualmente, fai clic sul pulsante per annullare."
1536
-
1537
- #: templates/auto-installation.php:104
1538
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1539
- msgstr "Il processo d'installazione è iniziato e potrebbe impiegare alcuni minuti per completarsi. Attendi finchè non ha finito, assicurandoti di non ricaricare questa pagina."
1540
-
1541
- #: templates/auto-installation.php:109
1542
- msgid "Cancel Installation"
1543
- msgstr "Annulla installazione"
1544
-
1545
- #: templates/checkout.php:180
1546
- msgid "Checkout"
1547
- msgstr "Cassa"
1548
-
1549
- #: templates/checkout.php:180
1550
- msgid "PCI compliant"
1551
- msgstr "PCI compliant"
1552
-
1553
- #. translators: %s: name (e.g. Hey John,)
1554
- #: templates/connect.php:112
1555
- msgctxt "greeting"
1556
- msgid "Hey %s,"
1557
- msgstr "Hey %s,"
1558
-
1559
- #: templates/connect.php:154
1560
- msgid "Allow & Continue"
1561
- msgstr "Consenti & Continua"
1562
-
1563
- #: templates/connect.php:158
1564
- msgid "Re-send activation email"
1565
- msgstr "Invia nuovamente l'email di attivazione"
1566
-
1567
- #: templates/connect.php:162
1568
- msgid "Thanks %s!"
1569
- msgstr "Grazie %s!"
1570
-
1571
- #: templates/connect.php172, templates/forms/license-activation.php:46
1572
- msgid "Agree & Activate License"
1573
- msgstr "Accetta e attiva la licenza"
1574
-
1575
- #: templates/connect.php:181
1576
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1577
- msgstr "Grazie per aver acquistato %s! Per iniziare, per favore inserisci la tua chiave di licenza:"
1578
-
1579
- #: templates/connect.php:188
1580
- 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."
1581
- msgstr "Non perdere nessun aggiornamento importante, accetta gli aggiornamenti di sicurezza e funzionalità, contenuti formativi, offerte e il tracciamento diagnostico senza dati sensibili con %4$s."
1582
-
1583
- #: templates/connect.php:189
1584
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1585
- msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e notifiche di funzionalità e il tracciamento diagnostico senza dati sensibili con %4$s."
1586
-
1587
- #: templates/connect.php:195
1588
- 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. If you skip this, that's okay! %1$s will still work just fine."
1589
- msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e di nuove funzionalità, contenuto formativo, offerte e tracciamento diagnostico senza dati sensibili con %4$s. Se vuoi saltare questo passaggio non è un problema! %1$scontinuerà a funzionare."
1590
-
1591
- #: templates/connect.php:196
1592
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1593
- msgstr "Non perdere nessun aggiornamento importante, accetta i nostri aggiornamenti di sicurezza e di nuove funzionalità, contenuto formativo, offerte e tracciamento diagnostico senza dati sensibili con %4$s. Se vuoi saltare questo passaggio non è un problema! %1$s continuerà a funzionare."
1594
-
1595
- #: templates/connect.php:230
1596
- msgid "We're excited to introduce the Freemius network-level integration."
1597
- msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Freemius."
1598
-
1599
- #: templates/connect.php:233
1600
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1601
- msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
1602
-
1603
- #: templates/connect.php:235
1604
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1605
- msgstr "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
1606
-
1607
- #: templates/connect.php:237
1608
- msgid "%s's paid features"
1609
- msgstr "Funzionalità a pagamento di %s"
1610
-
1611
- #: templates/connect.php:242
1612
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1613
- msgstr "In caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s."
1614
-
1615
- #: templates/connect.php:244
1616
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1617
- msgstr "Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo."
1618
-
1619
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1620
- #: templates/forms/license-activation.php:49
1621
- msgid "License key"
1622
- msgstr "Chiave di licenza"
1623
-
1624
- #: templates/connect.php256, templates/forms/license-activation.php:22
1625
- msgid "Can't find your license key?"
1626
- msgstr "Non trovi la tua chiave di licenza?"
1627
-
1628
- #: templates/connect.php315, templates/connect.php652,
1629
- #: templates/forms/deactivation/retry-skip.php:20
1630
- msgctxt "verb"
1631
- msgid "Skip"
1632
- msgstr "Salta"
1633
-
1634
- #: templates/connect.php:318
1635
- msgid "Delegate to Site Admins"
1636
- msgstr "Delega ai proprietari del sito"
1637
-
1638
- #: templates/connect.php:318
1639
- msgid "If you click it, this decision will be delegated to the sites administrators."
1640
- msgstr "Se fai clic questa decisione sarà delegata agli amministratori del sito."
1641
-
1642
- #: templates/connect.php:346
1643
- msgid "Your Profile Overview"
1644
- msgstr "Panoramica del tuo profilo"
1645
-
1646
- #: templates/connect.php:347
1647
- msgid "Name and email address"
1648
- msgstr "Nome ed indirizzo email"
1649
-
1650
- #: templates/connect.php:352
1651
- msgid "Your Site Overview"
1652
- msgstr "Panoramica del tuo sito"
1653
-
1654
- #: templates/connect.php:353
1655
- msgid "Site URL, WP version, PHP info, plugins & themes"
1656
- msgstr "URL del sito, versione di WP, informazioni PHP, plugin e temi"
1657
-
1658
- #: templates/connect.php:358
1659
- msgid "Admin Notices"
1660
- msgstr "Avvisi amministratore"
1661
-
1662
- #: templates/connect.php359, templates/connect.php:375
1663
- msgid "Updates, announcements, marketing, no spam"
1664
- msgstr "Aggiornamenti, annunci, marketing, no spam"
1665
-
1666
- #: templates/connect.php:364
1667
- msgid "Current %s Events"
1668
- msgstr "Eventi %sattuali"
1669
-
1670
- #: templates/connect.php:365
1671
- msgid "Activation, deactivation and uninstall"
1672
- msgstr "Attiva, disattivazione e disinstallazione"
1673
-
1674
- #: templates/connect.php:374
1675
- msgid "Newsletter"
1676
- msgstr "Newsletter"
1677
-
1678
- #: templates/connect.php391, templates/forms/license-activation.php:41
1679
- msgid "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."
1680
- msgstr " Il %1$s invierà periodicamente dei dati a %2$s per verificare aggiornamenti di sicurezza e di funzionalità e verificare la validità della tua licenza."
1681
-
1682
- #: templates/connect.php:396
1683
- msgid "What permissions are being granted?"
1684
- msgstr "Quali autorizzazioni vengono concesse?"
1685
-
1686
- #: templates/connect.php:417
1687
- msgid "Don't have a license key?"
1688
- msgstr "Non hai una chiave di licenza?"
1689
-
1690
- #: templates/connect.php:420
1691
- msgid "Have a license key?"
1692
- msgstr "Hai una chiave di licenza?"
1693
-
1694
- #: templates/connect.php:428
1695
- msgid "Privacy Policy"
1696
- msgstr "Politica sulla privacy"
1697
-
1698
- #: templates/connect.php:430
1699
- msgid "License Agreement"
1700
- msgstr "License Agreement"
1701
-
1702
- #: templates/connect.php:430
1703
- msgid "Terms of Service"
1704
- msgstr "Termini del Servizio"
1705
-
1706
- #: templates/connect.php:805
1707
- msgctxt "as in the process of sending an email"
1708
- msgid "Sending email"
1709
- msgstr "Invio email"
1710
-
1711
- #: templates/connect.php:806
1712
- msgctxt "as activating plugin"
1713
- msgid "Activating"
1714
- msgstr "Attivazione"
1715
-
1716
- #: templates/contact.php:78
1717
- msgid "Contact"
1718
- msgstr "Contatti"
1719
-
1720
- #: templates/debug.php:17
1721
- msgctxt "as turned off"
1722
- msgid "Off"
1723
- msgstr "Non attivo"
1724
-
1725
- #: templates/debug.php:18
1726
- msgctxt "as turned on"
1727
- msgid "On"
1728
- msgstr "Attivo"
1729
-
1730
- #: templates/debug.php:20
1731
- msgid "SDK"
1732
- msgstr "SDK"
1733
-
1734
- #: templates/debug.php:24
1735
- msgctxt "as code debugging"
1736
- msgid "Debugging"
1737
- msgstr "Debugging"
1738
-
1739
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1740
- #: templates/debug.php:512
1741
- msgid "Actions"
1742
- msgstr "Azioni"
1743
-
1744
- #: templates/debug.php:64
1745
- msgid "Are you sure you want to delete all Freemius data?"
1746
- msgstr "Sei sicuro di voler eliminare tutti i dati di Freemius?"
1747
-
1748
- #: templates/debug.php:64
1749
- msgid "Delete All Accounts"
1750
- msgstr "Eliminare tutti gli account"
1751
-
1752
- #: templates/debug.php:71
1753
- msgid "Clear API Cache"
1754
- msgstr "Elimina cache API"
1755
-
1756
- #: templates/debug.php:79
1757
- msgid "Clear Updates Transients"
1758
- msgstr "Svuota le Transient degli aggiornamenti"
1759
-
1760
- #: templates/debug.php:86
1761
- msgid "Sync Data From Server"
1762
- msgstr "Sincronizza i dati dal server"
1763
-
1764
- #: templates/debug.php:95
1765
- msgid "Migrate Options to Network"
1766
- msgstr "Migrate Options to Network"
1767
-
1768
- #: templates/debug.php:100
1769
- msgid "Load DB Option"
1770
- msgstr "Carica opzioni del DB"
1771
-
1772
- #: templates/debug.php:103
1773
- msgid "Set DB Option"
1774
- msgstr "Imposta opzione del DB"
1775
-
1776
- #: templates/debug.php:182
1777
- msgid "Key"
1778
- msgstr "Chiave"
1779
-
1780
- #: templates/debug.php:183
1781
- msgid "Value"
1782
- msgstr "Valore"
1783
-
1784
- #: templates/debug.php:199
1785
- msgctxt "as software development kit versions"
1786
- msgid "SDK Versions"
1787
- msgstr "Versioni SDK"
1788
-
1789
- #: templates/debug.php:204
1790
- msgid "SDK Path"
1791
- msgstr "Percorso SDK"
1792
-
1793
- #: templates/debug.php205, templates/debug.php:244
1794
- msgid "Module Path"
1795
- msgstr "Percorso modulo"
1796
-
1797
- #: templates/debug.php:206
1798
- msgid "Is Active"
1799
- msgstr "è attiva"
1800
-
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1802
- msgid "Plugins"
1803
- msgstr "Plugin"
1804
-
1805
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1806
- msgid "Themes"
1807
- msgstr "Temi"
1808
-
1809
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1810
- #: templates/debug/scheduled-crons.php:80
1811
- msgid "Slug"
1812
- msgstr "Slug"
1813
-
1814
- #: templates/debug.php241, templates/debug.php:455
1815
- msgid "Title"
1816
- msgstr "Titolo"
1817
-
1818
- #: templates/debug.php:242
1819
- msgctxt "as application program interface"
1820
- msgid "API"
1821
- msgstr "API"
1822
-
1823
- #: templates/debug.php:243
1824
- msgid "Freemius State"
1825
- msgstr "Stato di Freemius"
1826
-
1827
- #: templates/debug.php:247
1828
- msgid "Network Blog"
1829
- msgstr "Network Blog"
1830
-
1831
- #: templates/debug.php:248
1832
- msgid "Network User"
1833
- msgstr "Utente Network"
1834
-
1835
- #: templates/debug.php:285
1836
- msgctxt "as connection was successful"
1837
- msgid "Connected"
1838
- msgstr "Connesso"
1839
-
1840
- #: templates/debug.php:286
1841
- msgctxt "as connection blocked"
1842
- msgid "Blocked"
1843
- msgstr "Bloccato"
1844
-
1845
- #: templates/debug.php:322
1846
- msgid "Simulate Trial Promotion"
1847
- msgstr "Simulate Trial Promotion"
1848
-
1849
- #: templates/debug.php:334
1850
- msgid "Simulate Network Upgrade"
1851
- msgstr "Simula aggiornamento network"
1852
-
1853
- #: templates/debug.php:359
1854
- msgid "%s Installs"
1855
- msgstr "%s Installazioni"
1856
-
1857
- #: templates/debug.php:361
1858
- msgctxt "like websites"
1859
- msgid "Sites"
1860
- msgstr "Siti"
1861
-
1862
- #: templates/debug.php367, templates/account/partials/site.php:156
1863
- msgid "Blog ID"
1864
- msgstr "Blog ID"
1865
-
1866
- #: templates/debug.php:372
1867
- msgid "License ID"
1868
- msgstr "License ID"
1869
-
1870
- #: templates/debug.php436, templates/debug.php535,
1871
- #: templates/account/partials/addon.php:435
1872
- msgctxt "verb"
1873
- msgid "Delete"
1874
- msgstr "Elimina"
1875
-
1876
- #: templates/debug.php:450
1877
- msgid "Add Ons of module %s"
1878
- msgstr "Addon del modulo %s"
1879
-
1880
- #: templates/debug.php:502
1881
- msgid "Users"
1882
- msgstr "Utenti"
1883
-
1884
- #: templates/debug.php:509
1885
- msgid "Verified"
1886
- msgstr "Verificato"
1887
-
1888
- #: templates/debug.php:551
1889
- msgid "%s Licenses"
1890
- msgstr "%s Licenze"
1891
-
1892
- #: templates/debug.php:556
1893
- msgid "Plugin ID"
1894
- msgstr "Plugin ID"
1895
-
1896
- #: templates/debug.php:558
1897
- msgid "Plan ID"
1898
- msgstr "ID Piano"
1899
-
1900
- #: templates/debug.php:559
1901
- msgid "Quota"
1902
- msgstr "Quota"
1903
-
1904
- #: templates/debug.php:560
1905
- msgid "Activated"
1906
- msgstr "Attivato"
1907
-
1908
- #: templates/debug.php:561
1909
- msgid "Blocking"
1910
- msgstr "Bloccato"
1911
-
1912
- #: templates/debug.php:563
1913
- msgctxt "as expiration date"
1914
- msgid "Expiration"
1915
- msgstr "Scadenza"
1916
-
1917
- #: templates/debug.php:590
1918
- msgid "Debug Log"
1919
- msgstr "Debug Log"
1920
-
1921
- #: templates/debug.php:594
1922
- msgid "All Types"
1923
- msgstr "Tutti i tipi"
1924
-
1925
- #: templates/debug.php:601
1926
- msgid "All Requests"
1927
- msgstr "Tutte le richieste"
1928
-
1929
- #: templates/debug.php606, templates/debug.php635,
1930
- #: templates/debug/logger.php:25
1931
- msgid "File"
1932
- msgstr "File"
1933
-
1934
- #: templates/debug.php607, templates/debug.php633,
1935
- #: templates/debug/logger.php:23
1936
- msgid "Function"
1937
- msgstr "Funzione"
1938
-
1939
- #: templates/debug.php:608
1940
- msgid "Process ID"
1941
- msgstr "ID processo"
1942
-
1943
- #: templates/debug.php:609
1944
- msgid "Logger"
1945
- msgstr "Logger"
1946
-
1947
- #: templates/debug.php610, templates/debug.php634,
1948
- #: templates/debug/logger.php:24
1949
- msgid "Message"
1950
- msgstr "Messaggio"
1951
-
1952
- #: templates/debug.php:612
1953
- msgid "Filter"
1954
- msgstr "Filtro"
1955
-
1956
- #: templates/debug.php:620
1957
- msgid "Download"
1958
- msgstr "Download"
1959
-
1960
- #: templates/debug.php631, templates/debug/logger.php:22
1961
- msgid "Type"
1962
- msgstr "Tipo"
1963
-
1964
- #: templates/debug.php636, templates/debug/logger.php:26
1965
- msgid "Timestamp"
1966
- msgstr "Timestamp"
1967
-
1968
- #: templates/secure-https-header.php:28
1969
- msgid "Secure HTTPS %s page, running from an external domain"
1970
- msgstr "Metti in sicurezza la pagina HTTPS %s gestita da un dominio esterno"
1971
-
1972
- #: includes/customizer/class-fs-customizer-support-section.php55,
1973
- #: templates/plugin-info/features.php:43
1974
- msgid "Support"
1975
- msgstr "Supporto"
1976
-
1977
- #: includes/debug/class-fs-debug-bar-panel.php48,
1978
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1979
- msgctxt "milliseconds"
1980
- msgid "ms"
1981
- msgstr "ms"
1982
-
1983
- #: includes/debug/debug-bar-start.php:41
1984
- msgid "Freemius API"
1985
- msgstr "Freemius API"
1986
-
1987
- #: includes/debug/debug-bar-start.php:42
1988
- msgid "Requests"
1989
- msgstr "Richieste"
1990
-
1991
- #: templates/account/billing.php:22
1992
- msgctxt "verb"
1993
- msgid "Update"
1994
- msgstr "Aggiorna"
1995
-
1996
- #: templates/account/billing.php:33
1997
- msgid "Billing"
1998
- msgstr "Fatturazione"
1999
-
2000
- #: templates/account/billing.php38, templates/account/billing.php:38
2001
- msgid "Business name"
2002
- msgstr "Nome della compagnia"
2003
-
2004
- #: templates/account/billing.php39, templates/account/billing.php:39
2005
- msgid "Tax / VAT ID"
2006
- msgstr "Numero Partita Iva o VAT"
2007
-
2008
- #: templates/account/billing.php42, templates/account/billing.php42,
2009
- #: templates/account/billing.php43, templates/account/billing.php:43
2010
- msgid "Address Line %d"
2011
- msgstr "Riga indirizzo %d"
2012
-
2013
- #: templates/account/billing.php46, templates/account/billing.php:46
2014
- msgid "City"
2015
- msgstr "Città"
2016
-
2017
- #: templates/account/billing.php46, templates/account/billing.php:46
2018
- msgid "Town"
2019
- msgstr "Cittadina"
2020
-
2021
- #: templates/account/billing.php47, templates/account/billing.php:47
2022
- msgid "ZIP / Postal Code"
2023
- msgstr "CAP"
2024
-
2025
- #: templates/account/billing.php:302
2026
- msgid "Country"
2027
- msgstr "Nazione"
2028
-
2029
- #: templates/account/billing.php:304
2030
- msgid "Select Country"
2031
- msgstr "Seleziona Nazione"
2032
-
2033
- #: templates/account/billing.php311, templates/account/billing.php:312
2034
- msgid "State"
2035
- msgstr "Stato"
2036
-
2037
- #: templates/account/billing.php311, templates/account/billing.php:312
2038
- msgid "Province"
2039
- msgstr "Provincia"
2040
-
2041
- #: templates/account/payments.php:29
2042
- msgid "Payments"
2043
- msgstr "Pagamenti"
2044
-
2045
- #: templates/account/payments.php:36
2046
- msgid "Date"
2047
- msgstr "Data"
2048
-
2049
- #: templates/account/payments.php:37
2050
- msgid "Amount"
2051
- msgstr "Importo"
2052
-
2053
- #: templates/account/payments.php38, templates/account/payments.php:50
2054
- msgid "Invoice"
2055
- msgstr "Fattura"
2056
-
2057
- #: templates/debug/api-calls.php:56
2058
- msgid "API"
2059
- msgstr "API"
2060
-
2061
- #: templates/debug/api-calls.php:68
2062
- msgid "Method"
2063
- msgstr "Metodo"
2064
-
2065
- #: templates/debug/api-calls.php:69
2066
- msgid "Code"
2067
- msgstr "Codice"
2068
-
2069
- #: templates/debug/api-calls.php:70
2070
- msgid "Length"
2071
- msgstr "Lunghezza"
2072
-
2073
- #: templates/debug/api-calls.php:71
2074
- msgctxt "as file/folder path"
2075
- msgid "Path"
2076
- msgstr "Percorso"
2077
-
2078
- #: templates/debug/api-calls.php:73
2079
- msgid "Body"
2080
- msgstr "Body"
2081
-
2082
- #: templates/debug/api-calls.php:75
2083
- msgid "Result"
2084
- msgstr "Risultato"
2085
-
2086
- #: templates/debug/api-calls.php:76
2087
- msgid "Start"
2088
- msgstr "Avvia"
2089
-
2090
- #: templates/debug/api-calls.php:77
2091
- msgid "End"
2092
- msgstr "Fine"
2093
-
2094
- #: templates/debug/logger.php:15
2095
- msgid "Log"
2096
- msgstr "Log"
2097
-
2098
- #. translators: %s: time period (e.g. In "2 hours")
2099
- #: templates/debug/plugins-themes-sync.php18,
2100
- #: templates/debug/scheduled-crons.php:91
2101
- msgid "In %s"
2102
- msgstr "In %s"
2103
-
2104
- #. translators: %s: time period (e.g. "2 hours" ago)
2105
- #: templates/debug/plugins-themes-sync.php20,
2106
- #: templates/debug/scheduled-crons.php:93
2107
- msgid "%s ago"
2108
- msgstr "%s fa"
2109
-
2110
- #: templates/debug/plugins-themes-sync.php21,
2111
- #: templates/debug/scheduled-crons.php:74
2112
- msgctxt "seconds"
2113
- msgid "sec"
2114
- msgstr "sec"
2115
-
2116
- #: templates/debug/plugins-themes-sync.php:23
2117
- msgid "Plugins & Themes Sync"
2118
- msgstr "Sincronizzazione plugin e temi"
2119
-
2120
- #: templates/debug/plugins-themes-sync.php:28
2121
- msgid "Total"
2122
- msgstr "Totale"
2123
-
2124
- #: templates/debug/plugins-themes-sync.php29,
2125
- #: templates/debug/scheduled-crons.php:84
2126
- msgid "Last"
2127
- msgstr "Ultimo"
2128
-
2129
- #: templates/debug/scheduled-crons.php:76
2130
- msgid "Scheduled Crons"
2131
- msgstr "Azioni programmate"
2132
-
2133
- #: templates/debug/scheduled-crons.php:81
2134
- msgid "Module"
2135
- msgstr "Modulo"
2136
-
2137
- #: templates/debug/scheduled-crons.php:82
2138
- msgid "Module Type"
2139
- msgstr "Tipo di modulo"
2140
-
2141
- #: templates/debug/scheduled-crons.php:83
2142
- msgid "Cron Type"
2143
- msgstr "Tipo di Cron"
2144
-
2145
- #: templates/debug/scheduled-crons.php:85
2146
- msgid "Next"
2147
- msgstr "Successivo"
2148
-
2149
- #: templates/forms/affiliation.php:82
2150
- msgid "Non-expiring"
2151
- msgstr "Non in scadenza"
2152
-
2153
- #: templates/forms/affiliation.php:85
2154
- msgid "Apply to become an affiliate"
2155
- msgstr "Applica per diventare un affiliato"
2156
-
2157
- #: templates/forms/affiliation.php:104
2158
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2159
- msgstr "La tua applicazione di affiliazione per %s è stata accettata! Accedi alla tua area di affiliazione a %s."
2160
-
2161
- #: templates/forms/affiliation.php:119
2162
- 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."
2163
- msgstr "Grazie per la partecipazione al nostro programma di affiliazione, valuteremo la tua richiesta durante i prossimi 14 giorni e ti contatteremo per maggiori informazioni."
2164
-
2165
- #: templates/forms/affiliation.php:122
2166
- msgid "Your affiliation account was temporarily suspended."
2167
- msgstr "Il tuo account di affiliazione è stato sospeso temporaneamente."
2168
-
2169
- #: templates/forms/affiliation.php:125
2170
- 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."
2171
- msgstr "Grazie per la partecipazione al nostro programma di affiliazione, sfortunatamente abbiamo valutato di rifiutare la tua richiesta. Prova nuovamente fra 30 giorni."
2172
-
2173
- #: templates/forms/affiliation.php:128
2174
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2175
- msgstr "A causa della violazione dei nostri termini di affiliazione abbiamo deciso di bloccare temporaneamente il tuo account affiliativo. Se hai domande contatta il supporto."
2176
-
2177
- #: templates/forms/affiliation.php:141
2178
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2179
- msgstr "Ti piace %s? Diventa il nostro ambasciatore e guadagna denaro ;-)"
2180
-
2181
- #: templates/forms/affiliation.php:142
2182
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2183
- msgstr "Comunica nuovi clienti al nostro %s e guadagna %s di commissione per ogni vendita avvenuta!"
2184
-
2185
- #: templates/forms/affiliation.php:145
2186
- msgid "Program Summary"
2187
- msgstr "Sommario programma"
2188
-
2189
- #: templates/forms/affiliation.php:147
2190
- msgid "%s commission when a customer purchases a new license."
2191
- msgstr "%scommissione quando un utente acquista una nuova lcienza."
2192
-
2193
- #: templates/forms/affiliation.php:149
2194
- msgid "Get commission for automated subscription renewals."
2195
- msgstr "Ottieni delle commissioni dal sistema automatizzato di rinnovo."
2196
-
2197
- #: templates/forms/affiliation.php:152
2198
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2199
- msgstr "%s cookie di tracciamento dopo che la prima visita per massimizzare i margini di guadagno. "
2200
-
2201
- #: templates/forms/affiliation.php:155
2202
- msgid "Unlimited commissions."
2203
- msgstr "Commissioni illimitate."
2204
-
2205
- #: templates/forms/affiliation.php:157
2206
- msgid "%s minimum payout amount."
2207
- msgstr "%s quantità minima per il pagamento."
2208
-
2209
- #: templates/forms/affiliation.php:158
2210
- msgid "Payouts are in USD and processed monthly via PayPal."
2211
- msgstr "I pagamenti sono in Dollari Americani e processati mensilmente da PayPal."
2212
-
2213
- #: templates/forms/affiliation.php:159
2214
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2215
- msgstr "Ci riserviamo 30 giorni in caso di rimborsi, paghiamo le commissioni se sono più vecchie di 30 giorni."
2216
-
2217
- #: templates/forms/affiliation.php:162
2218
- msgid "Affiliate"
2219
- msgstr "Affiliati"
2220
-
2221
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2222
- msgid "Email address"
2223
- msgstr "Indirizzo email"
2224
-
2225
- #: templates/forms/affiliation.php:169
2226
- msgid "Full name"
2227
- msgstr "Nome completo"
2228
-
2229
- #: templates/forms/affiliation.php:173
2230
- msgid "PayPal account email address"
2231
- msgstr "Indirizzo account email Paypal"
2232
-
2233
- #: templates/forms/affiliation.php:177
2234
- msgid "Where are you going to promote the %s?"
2235
- msgstr "Dove vuoi promuovere %s?"
2236
-
2237
- #: templates/forms/affiliation.php:179
2238
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2239
- msgstr "Inserisci il dominio del tuo sito o altri siti da dove vuoi promuovere %s."
2240
-
2241
- #: templates/forms/affiliation.php:181
2242
- msgid "Add another domain"
2243
- msgstr "Aggiungi un altro dominio"
2244
-
2245
- #: templates/forms/affiliation.php:185
2246
- msgid "Extra Domains"
2247
- msgstr "Domini aggiuntivi"
2248
-
2249
- #: templates/forms/affiliation.php:186
2250
- msgid "Extra domains where you will be marketing the product from."
2251
- msgstr "Domini aggiuntivi dove ci sarà il modulo promozionale."
2252
-
2253
- #: templates/forms/affiliation.php:196
2254
- msgid "Promotion methods"
2255
- msgstr "Metodi promozionali"
2256
-
2257
- #: templates/forms/affiliation.php:199
2258
- msgid "Social media (Facebook, Twitter, etc.)"
2259
- msgstr "Social network (Facebook, Twitter, ecc.)"
2260
-
2261
- #: templates/forms/affiliation.php:203
2262
- msgid "Mobile apps"
2263
- msgstr "Applicazioni mobile"
2264
-
2265
- #: templates/forms/affiliation.php:207
2266
- msgid "Website, email, and social media statistics (optional)"
2267
- msgstr "Siti, email e statistiche dei social network (opzionali)"
2268
-
2269
- #: templates/forms/affiliation.php:210
2270
- 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)."
2271
- msgstr "Facci sapere ogni sito o statistiche social valide, es: visite uniche mensili, numero di sottoscrizioni email, follower ecc (tratteremo queste informazioni come riservate)."
2272
-
2273
- #: templates/forms/affiliation.php:214
2274
- msgid "How will you promote us?"
2275
- msgstr "Come ci promuoverai?"
2276
-
2277
- #: templates/forms/affiliation.php:217
2278
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2279
- msgstr "Fornisci i dettagli su come intendi promuovere %s. (sii più esplicativo possibile)"
2280
-
2281
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2282
- msgid "Cancel"
2283
- msgstr "Annulla"
2284
-
2285
- #: templates/forms/affiliation.php:225
2286
- msgid "Become an affiliate"
2287
- msgstr "Diventa un affiliato"
2288
-
2289
- #: templates/forms/data-debug-mode.php:25
2290
- msgid "Please enter the license key to enable the debug mode:"
2291
- msgstr "Please enter the license key to enable the debug mode:"
2292
-
2293
- #: templates/forms/data-debug-mode.php:27
2294
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2295
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2296
-
2297
- #: templates/forms/data-debug-mode.php:32
2298
- msgid "Submit"
2299
- msgstr "Submit"
2300
-
2301
- #: templates/forms/data-debug-mode.php:36
2302
- msgid "User key"
2303
- msgstr "User key"
2304
-
2305
- #: templates/forms/license-activation.php:23
2306
- msgid "Please enter the license key that you received in the email right after the purchase:"
2307
- msgstr "Per favore inserisci la chiave di licenza che hai ricevuto via mail subito dopo l'acquisto:"
2308
-
2309
- #: templates/forms/license-activation.php:28
2310
- msgid "Update License"
2311
- msgstr "Aggiorna licenza"
2312
-
2313
- #: templates/forms/optout.php:30
2314
- msgctxt "verb"
2315
- msgid "Opt Out"
2316
- msgstr "Cancella iscrizione"
2317
-
2318
- #: templates/forms/optout.php:31
2319
- msgctxt "verb"
2320
- msgid "Opt In"
2321
- msgstr "Iscriviti"
2322
-
2323
- #: templates/forms/optout.php:33
2324
- 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."
2325
- msgstr "Tracciamo l'utilizzo esclusivamente per rendere %s migliore, creando una migliore esperienza utente e dando priorità a nuove funzionalità, oltre a molte altre buone cose. Saremmo veramente felici di vederti cambiare idea e lasciarci continuare con il tracciamento."
2326
-
2327
- #: templates/forms/optout.php:35
2328
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2329
- msgstr "Cliccando su \"Cancella iscrizione\", non invieremo più nessuna informazione da %s a %s."
2330
-
2331
- #: templates/forms/premium-versions-upgrade-handler.php:40
2332
- msgid "There is a new version of %s available."
2333
- msgstr "C'è una nuova versione di %s disponibile."
2334
-
2335
- #: templates/forms/premium-versions-upgrade-handler.php:41
2336
- msgid " %s to access version %s security & feature updates, and support."
2337
- msgstr " %s to access version %s security & feature updates, and support."
2338
-
2339
- #: templates/forms/premium-versions-upgrade-handler.php:54
2340
- msgid "New Version Available"
2341
- msgstr "Nuova versione disponibile"
2342
-
2343
- #: templates/forms/premium-versions-upgrade-handler.php:75
2344
- msgctxt "close a window"
2345
- msgid "Dismiss"
2346
- msgstr "Chiudi"
2347
-
2348
- #: templates/forms/resend-key.php:21
2349
- msgid "Send License Key"
2350
- msgstr "Invia chiave di licenza"
2351
-
2352
- #: templates/forms/resend-key.php:57
2353
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2354
- msgstr "Inserisci qui sotto l'indirizzo email che hai usato per registrare l'aggiornamento e ti invieremo di nuovo la chiave di licenza."
2355
-
2356
- #: templates/forms/subscription-cancellation.php:37
2357
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2358
- msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2359
-
2360
- #: templates/forms/subscription-cancellation.php:47
2361
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2362
- msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2363
-
2364
- #: templates/forms/subscription-cancellation.php:52
2365
- msgid "license"
2366
- msgstr "license"
2367
-
2368
- #: templates/forms/subscription-cancellation.php:57
2369
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2370
- msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2371
-
2372
- #: templates/forms/subscription-cancellation.php:68
2373
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2374
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2375
-
2376
- #: templates/forms/subscription-cancellation.php:103
2377
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2378
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2379
-
2380
- #: templates/forms/subscription-cancellation.php:136
2381
- msgid "Cancel %s?"
2382
- msgstr "Cancel %s?"
2383
-
2384
- #: templates/forms/subscription-cancellation.php:143
2385
- msgid "Proceed"
2386
- msgstr "Proceed"
2387
-
2388
- #: templates/forms/subscription-cancellation.php191,
2389
- #: templates/forms/deactivation/form.php:171
2390
- msgid "Cancel %s & Proceed"
2391
- msgstr "Cancel %s & Proceed"
2392
-
2393
- #: templates/forms/trial-start.php:22
2394
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2395
- msgstr "Sei a un clic di distanza dall'iniziare il tuo periodo di prova gratuito di %1$s giorni per il piano %2$s."
2396
-
2397
- #: templates/forms/trial-start.php:28
2398
- 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."
2399
- msgstr "Per essere accettato del regolamento WordPress.org, prima di attivare il periodo di prova devi accettare di condividere informazioni come il tuo utente e dati non sensibili. Permettendo a %s di inviare dati periodicamente a %s per verificare gli aggiornamenti e approvare il periodo di prova."
2400
-
2401
- #: templates/js/style-premium-theme.php:39
2402
- msgid "Premium"
2403
- msgstr "Premium"
2404
-
2405
- #: templates/js/style-premium-theme.php:42
2406
- msgid "Beta"
2407
- msgstr "Beta"
2408
-
2409
- #: templates/partials/network-activation.php:27
2410
- msgid "Activate license on all sites in the network."
2411
- msgstr "Attiva la licenza su tutti i siti del network."
2412
-
2413
- #: templates/partials/network-activation.php:28
2414
- msgid "Apply on all sites in the network."
2415
- msgstr "Applica su tutti i siti della rete."
2416
-
2417
- #: templates/partials/network-activation.php:31
2418
- msgid "Activate license on all pending sites."
2419
- msgstr "Attiva le licenze su tutti i siti in attesa."
2420
-
2421
- #: templates/partials/network-activation.php:32
2422
- msgid "Apply on all pending sites."
2423
- msgstr "Applica su tutti i siti in attesa."
2424
-
2425
- #: templates/partials/network-activation.php40,
2426
- #: templates/partials/network-activation.php:74
2427
- msgid "allow"
2428
- msgstr "permetti"
2429
-
2430
- #: templates/partials/network-activation.php43,
2431
- #: templates/partials/network-activation.php:77
2432
- msgid "delegate"
2433
- msgstr "delega"
2434
-
2435
- #: templates/partials/network-activation.php47,
2436
- #: templates/partials/network-activation.php:81
2437
- msgid "skip"
2438
- msgstr "salta"
2439
-
2440
- #: templates/plugin-info/description.php72,
2441
- #: templates/plugin-info/screenshots.php:31
2442
- msgid "Click to view full-size screenshot %d"
2443
- msgstr "Fare clic per visualizzare lo screenshot in grandi dimensioni %d"
2444
-
2445
- #: templates/plugin-info/features.php:56
2446
- msgid "Unlimited Updates"
2447
- msgstr "Aggiornamenti Illimitati"
2448
-
2449
- #: templates/account/partials/activate-license-button.php:46
2450
- msgid "Localhost"
2451
- msgstr "Localhost"
2452
-
2453
- #: templates/account/partials/activate-license-button.php:50
2454
- msgctxt "as 5 licenses left"
2455
- msgid "%s left"
2456
- msgstr "%s rimanenti"
2457
-
2458
- #: templates/account/partials/activate-license-button.php:51
2459
- msgid "Last license"
2460
- msgstr "Ultima licenza"
2461
-
2462
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2463
- #. subscription'
2464
- #: templates/account/partials/addon.php:29
2465
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2466
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2467
-
2468
- #: templates/account/partials/addon.php:185
2469
- msgid "Cancelled"
2470
- msgstr "Annullato"
2471
-
2472
- #: templates/account/partials/addon.php:195
2473
- msgid "No expiration"
2474
- msgstr "Nessuna scadenza"
2475
-
2476
- #: templates/account/partials/site.php:189
2477
- msgid "Owner Name"
2478
- msgstr "Nome proprietario"
2479
-
2480
- #: templates/account/partials/site.php:201
2481
- msgid "Owner Email"
2482
- msgstr "Email proprietario"
2483
-
2484
- #: templates/account/partials/site.php:213
2485
- msgid "Owner ID"
2486
- msgstr "ID proprietario"
2487
-
2488
- #: templates/account/partials/site.php:286
2489
- msgid "Subscription"
2490
- msgstr "Sottoscrivi"
2491
-
2492
- #: templates/forms/deactivation/contact.php:19
2493
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2494
- msgstr "Siamo spiacenti per l'inconveniente e siamo qui per aiutarti con il tuo permesso."
2495
-
2496
- #: templates/forms/deactivation/contact.php:22
2497
- msgid "Contact Support"
2498
- msgstr "Contatta il supporto"
2499
-
2500
- #: templates/forms/deactivation/form.php:64
2501
- msgid "Anonymous feedback"
2502
- msgstr "Feedback anonimo"
2503
-
2504
- #: templates/forms/deactivation/form.php:70
2505
- msgid "Deactivate"
2506
- msgstr "Disattiva"
2507
-
2508
- #: templates/forms/deactivation/form.php:72
2509
- msgid "Activate %s"
2510
- msgstr "Attiva %s"
2511
-
2512
- #: templates/forms/deactivation/form.php:87
2513
- msgid "Quick Feedback"
2514
- msgstr "Quick Feedback"
2515
-
2516
- #: templates/forms/deactivation/form.php:91
2517
- msgid "If you have a moment, please let us know why you are %s"
2518
- msgstr "Se hai un attimo, facci sapere perché %s"
2519
-
2520
- #: templates/forms/deactivation/form.php:91
2521
- msgid "deactivating"
2522
- msgstr "disattivazione in corso"
2523
-
2524
- #: templates/forms/deactivation/form.php:91
2525
- msgid "switching"
2526
- msgstr "passa a"
2527
-
2528
- #: templates/forms/deactivation/form.php:365
2529
- msgid "Submit & %s"
2530
- msgstr "Invia e %s"
2531
-
2532
- #: templates/forms/deactivation/form.php:386
2533
- msgid "Kindly tell us the reason so we can improve."
2534
- msgstr "Spiegandoci il motivo ci aiuterai a migliorare."
2535
-
2536
- #: templates/forms/deactivation/form.php:511
2537
- msgid "Yes - %s"
2538
- msgstr "SI - %s"
2539
-
2540
- #: templates/forms/deactivation/form.php:518
2541
- msgid "Skip & %s"
2542
- msgstr "Salta & %s"
2543
-
2544
- #: templates/forms/deactivation/retry-skip.php:21
2545
- msgid "Click here to use the plugin anonymously"
2546
- msgstr "Fai clic qui per usare il plugin anonimamente"
2547
-
2548
- #: templates/forms/deactivation/retry-skip.php:23
2549
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2550
- msgstr "Potresti non averci fatto caso, ma non sei obbligato a condividere i tuoi dati e puoi semplicemente %s la tua partecipazione."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-ja.mo CHANGED
Binary file
freemius/languages/freemius-ja_JP.mo DELETED
Binary file
freemius/languages/freemius-ja_JP.po DELETED
@@ -1,2549 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Odyssey <8bitodyssey+github@gmail.com>, 2016
5
- # Tomohyco Tsunoda, 2018
6
- # Takayuki Miyauchi <miya0001@users.noreply.github.com>, 2016
7
- # Tomohyco Tsunoda, 2018
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: WordPress SDK\n"
11
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
12
- "POT-Creation-Date: \n"
13
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
14
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
15
- "Language: ja_JP\n"
16
- "Language-Team: Japanese (Japan) (http://www.transifex.com/freemius/wordpress-sdk/language/ja_JP/)\n"
17
- "Content-Type: text/plain; charset=UTF-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=1; plural=0;\n"
20
- "MIME-Version: 1.0\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "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"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-SearchPathExcluded-0: *.js\n"
25
- "X-Poedit-SourceCharset: UTF-8\n"
26
-
27
- #: includes/class-freemius.php1880, templates/account.php:840
28
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
29
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
30
-
31
- #: includes/class-freemius.php:1887
32
- msgid "Would you like to proceed with the update?"
33
- msgstr "Would you like to proceed with the update?"
34
-
35
- #: includes/class-freemius.php:2095
36
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
37
- msgstr "Freemius SDK がプラグインのメインファイルを見つけることができませんでした。現在のエラーを添えて sdk@freemius.com に連絡してください。"
38
-
39
- #: includes/class-freemius.php:2097
40
- msgid "Error"
41
- msgstr "エラー"
42
-
43
- #: includes/class-freemius.php:2491
44
- msgid "I found a better %s"
45
- msgstr "より良い %sを見つけました"
46
-
47
- #: includes/class-freemius.php:2493
48
- msgid "What's the %s's name?"
49
- msgstr "%sの名前は何ですか?"
50
-
51
- #: includes/class-freemius.php:2499
52
- msgid "It's a temporary %s. I'm just debugging an issue."
53
- msgstr "%sは一時的なものです。現在この問題をデバッグ中です。"
54
-
55
- #: includes/class-freemius.php:2501
56
- msgid "Deactivation"
57
- msgstr "無効化"
58
-
59
- #: includes/class-freemius.php:2502
60
- msgid "Theme Switch"
61
- msgstr "テーマ変更"
62
-
63
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
64
- msgid "Other"
65
- msgstr "その他"
66
-
67
- #: includes/class-freemius.php:2519
68
- msgid "I no longer need the %s"
69
- msgstr "%sはもう不要です"
70
-
71
- #: includes/class-freemius.php:2526
72
- msgid "I only needed the %s for a short period"
73
- msgstr "短期間だけ %sが 必要です。"
74
-
75
- #: includes/class-freemius.php:2532
76
- msgid "The %s broke my site"
77
- msgstr "%s の影響でサイトを崩れました"
78
-
79
- #: includes/class-freemius.php:2539
80
- msgid "The %s suddenly stopped working"
81
- msgstr "%s の動作が突然停止しました"
82
-
83
- #: includes/class-freemius.php:2549
84
- msgid "I can't pay for it anymore"
85
- msgstr "もう払うことができません"
86
-
87
- #: includes/class-freemius.php:2551
88
- msgid "What price would you feel comfortable paying?"
89
- msgstr " 支払ってもよいと思う価格はいくらですか?"
90
-
91
- #: includes/class-freemius.php:2557
92
- msgid "I don't like to share my information with you"
93
- msgstr "自分の情報を共有したくありません"
94
-
95
- #: includes/class-freemius.php:2578
96
- msgid "The %s didn't work"
97
- msgstr "%s が動作しませんでした"
98
-
99
- #: includes/class-freemius.php:2588
100
- msgid "I couldn't understand how to make it work"
101
- msgstr "どうしたら動作するか分かりませんでした。"
102
-
103
- #: includes/class-freemius.php:2596
104
- msgid "The %s is great, but I need specific feature that you don't support"
105
- msgstr "%s は素晴らしいのですが、サポートされていないある機能が必要です"
106
-
107
- #: includes/class-freemius.php:2598
108
- msgid "What feature?"
109
- msgstr "何の機能ですか?"
110
-
111
- #: includes/class-freemius.php:2602
112
- msgid "The %s is not working"
113
- msgstr "%s が動作していません"
114
-
115
- #: includes/class-freemius.php:2604
116
- msgid "Kindly share what didn't work so we can fix it for future users..."
117
- msgstr "将来のユーザーのために修正できるよう、何が動作しなかったのかどうか共有してください…"
118
-
119
- #: includes/class-freemius.php:2608
120
- msgid "It's not what I was looking for"
121
- msgstr "探していたものではありません"
122
-
123
- #: includes/class-freemius.php:2610
124
- msgid "What you've been looking for?"
125
- msgstr "探していたのは何ですか?"
126
-
127
- #: includes/class-freemius.php:2614
128
- msgid "The %s didn't work as expected"
129
- msgstr "%sが期待通りに動きませんでした "
130
-
131
- #: includes/class-freemius.php:2616
132
- msgid "What did you expect?"
133
- msgstr "何を期待していましたか?"
134
-
135
- #: includes/class-freemius.php3471, templates/debug.php:20
136
- msgid "Freemius Debug"
137
- msgstr "Freemius デバッグ"
138
-
139
- #: includes/class-freemius.php:4223
140
- msgid "I don't know what is cURL or how to install it, help me!"
141
- msgstr "cURL がなにか、そのインストール方法を知りません。助けてください。"
142
-
143
- #: includes/class-freemius.php:4225
144
- 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."
145
- msgstr "ホスティング会社に連絡して問題を解決してください。 更新が完了したら、 %s へのフォローアップメールが届きます。"
146
-
147
- #: includes/class-freemius.php:4232
148
- 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."
149
- msgstr "すばらしい。cURL をインストールし、 php.ini ファイルで有効化してください。加えて、php.ini 内で 'disable_functions' ディレクティブを検索して、'curl_' で始まる無効化されたメソッドを削除してください。'phpinfo()' を使って正常に起動されたことを確認してください。有効化されている場合は %s を一度無効化し、再度有効化し直してください。"
150
-
151
- #: includes/class-freemius.php:4337
152
- msgid "Yes - do your thing"
153
- msgstr "はい - お構いなく"
154
-
155
- #: includes/class-freemius.php:4342
156
- msgid "No - just deactivate"
157
- msgstr "いいえ - すぐに無効化"
158
-
159
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
160
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
161
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
162
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
163
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
164
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
165
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
166
- #: templates/add-ons.php:57
167
- msgctxt "exclamation"
168
- msgid "Oops"
169
- msgstr "おっと"
170
-
171
- #: includes/class-freemius.php:4456
172
- 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."
173
- msgstr "修正するチャンスをいただきありがとうございます! テクニカルスタッフにメッセージが送信されました。 %s への更新が行われるとすぐにあなたに連絡します。 あなたの忍耐に感謝します。"
174
-
175
- #: includes/class-freemius.php:4878
176
- msgctxt "addonX cannot run without pluginY"
177
- msgid "%s cannot run without %s."
178
- msgstr "%s は、%s が無いと実行することができません。"
179
-
180
- #: includes/class-freemius.php:4879
181
- msgctxt "addonX cannot run..."
182
- msgid "%s cannot run without the plugin."
183
- msgstr "%s は、プラグインが無いと実行することができません。"
184
-
185
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
186
- #: includes/class-freemius.php:20122
187
- msgid "Unexpected API error. Please contact the %s's author with the following error."
188
- msgstr "予期しない API エラーです。%sの作者に次のエラーを連絡してください。"
189
-
190
- #: includes/class-freemius.php:5720
191
- msgid "Premium %s version was successfully activated."
192
- msgstr "プレミアムバージョンの %sは有効化に成功しました。"
193
-
194
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
195
- msgctxt ""
196
- msgid "W00t"
197
- msgstr "やったー"
198
-
199
- #: includes/class-freemius.php:5747
200
- msgid "You have a %s license."
201
- msgstr "%s ライセンスを持っています。"
202
-
203
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
204
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
205
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
206
- #: includes/class-freemius.php:19876
207
- msgctxt "interjection expressing joy or exuberance"
208
- msgid "Yee-haw"
209
- msgstr "ヤッホー"
210
-
211
- #: includes/class-freemius.php:6015
212
- 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."
213
- msgstr "%s の無料試用が正常にキャンセルされました。 アドオンはプレミアムなので、自動的に無効化されました。 将来使用したい場合は、ライセンスを購入する必要があります。"
214
-
215
- #: includes/class-freemius.php:6019
216
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
217
- msgstr "%s はプレミアムのみのアドオンです。そのプラグインを有効化する前にライセンスを購入する必要があります。"
218
-
219
- #: includes/class-freemius.php6028, templates/add-ons.php186,
220
- #: templates/account/partials/addon.php:381
221
- msgid "More information about %s"
222
- msgstr "%s に関する詳細情報"
223
-
224
- #: includes/class-freemius.php:6029
225
- msgid "Purchase License"
226
- msgstr "ライセンスを購入"
227
-
228
- #: includes/class-freemius.php6964, templates/connect.php:163
229
- 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."
230
- msgstr "%s のメールボックスに %s の有効化のメールを受け取っているはずです。%s のメールに記載された有効化ボタンをクリックしてください。"
231
-
232
- #: includes/class-freemius.php:6968
233
- msgid "start the trial"
234
- msgstr "トライアルを開始"
235
-
236
- #: includes/class-freemius.php6969, templates/connect.php:167
237
- msgid "complete the install"
238
- msgstr "インストールを完了"
239
-
240
- #: includes/class-freemius.php:7081
241
- msgid "You are just one step away - %s"
242
- msgstr "もうあとわずかです - %s"
243
-
244
- #: includes/class-freemius.php:7084
245
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
246
- msgid "Complete \"%s\" Activation Now"
247
- msgstr "すぐに \"%s\" 有効化を完了してください"
248
-
249
- #: includes/class-freemius.php:7162
250
- msgid "We made a few tweaks to the %s, %s"
251
- msgstr "プラグインを微調整します、 %s, %s"
252
-
253
- #: includes/class-freemius.php:7166
254
- msgid "Opt in to make \"%s\" better!"
255
- msgstr "Opt in to make \"%s\" better!"
256
-
257
- #: includes/class-freemius.php:7598
258
- msgid "The upgrade of %s was successfully completed."
259
- msgstr "%s のアップグレードが完了しました。"
260
-
261
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
262
- #: includes/class-fs-plugin-updater.php1233,
263
- #: includes/class-fs-plugin-updater.php1240,
264
- #: templates/auto-installation.php:32
265
- msgid "Add-On"
266
- msgstr "アドオン"
267
-
268
- #: includes/class-freemius.php9804, templates/account.php335,
269
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
270
- msgid "Plugin"
271
- msgstr "プラグイン"
272
-
273
- #: includes/class-freemius.php9805, templates/account.php336,
274
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
275
- #: templates/forms/deactivation/form.php:71
276
- msgid "Theme"
277
- msgstr "テーマ"
278
-
279
- #: includes/class-freemius.php:12596
280
- msgid "An unknown error has occurred while trying to set the user's beta mode."
281
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
282
-
283
- #: includes/class-freemius.php:13020
284
- msgid "Invalid site details collection."
285
- msgstr "Invalid site details collection."
286
-
287
- #: includes/class-freemius.php:13140
288
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
289
- msgstr "システムではメールアドレスを見つけることができませんでした。メールアドレスが正しいか確認してください。"
290
-
291
- #: includes/class-freemius.php:13142
292
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
293
- msgstr "メールアドレスに関連付けられた有効なライセンスが見つかりません。メールアドレスが正しいか確認してください。"
294
-
295
- #: includes/class-freemius.php:13416
296
- msgid "Account is pending activation."
297
- msgstr "アカウントは有効化待ちです。"
298
-
299
- #: includes/class-freemius.php13528,
300
- #: templates/forms/premium-versions-upgrade-handler.php:47
301
- msgid "Buy a license now"
302
- msgstr "Buy a license now"
303
-
304
- #: includes/class-freemius.php13540,
305
- #: templates/forms/premium-versions-upgrade-handler.php:46
306
- msgid "Renew your license now"
307
- msgstr "Renew your license now"
308
-
309
- #: includes/class-freemius.php:13544
310
- msgid "%s to access version %s security & feature updates, and support."
311
- msgstr "%s to access version %s security & feature updates, and support."
312
-
313
- #: includes/class-freemius.php:15957
314
- msgid "%s activation was successfully completed."
315
- msgstr "%s の有効化が成功しました。"
316
-
317
- #: includes/class-freemius.php:15971
318
- msgid "Your account was successfully activated with the %s plan."
319
- msgstr "アカウントが %s プランで有効化できました。"
320
-
321
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
322
- msgid "Your trial has been successfully started."
323
- msgstr "トライアル版の利用を開始しました。"
324
-
325
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
326
- #: includes/class-freemius.php:16810
327
- msgid "Couldn't activate %s."
328
- msgstr "%s を有効化できません。"
329
-
330
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
331
- #: includes/class-freemius.php:16811
332
- msgid "Please contact us with the following message:"
333
- msgstr "以下のメッセージとともに私たちに連絡をください。"
334
-
335
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
336
- msgid "An unknown error has occurred."
337
- msgstr "An unknown error has occurred."
338
-
339
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
340
- msgid "Upgrade"
341
- msgstr "アップグレード"
342
-
343
- #: includes/class-freemius.php:17174
344
- msgid "Start Trial"
345
- msgstr "トライアルを開始"
346
-
347
- #: includes/class-freemius.php:17176
348
- msgid "Pricing"
349
- msgstr "料金表"
350
-
351
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
352
- msgid "Affiliation"
353
- msgstr "アフィリエイト"
354
-
355
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
356
- #: templates/account.php183, templates/debug.php:326
357
- msgid "Account"
358
- msgstr "アカウント"
359
-
360
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
361
- #: includes/customizer/class-fs-customizer-support-section.php:60
362
- msgid "Contact Us"
363
- msgstr "連絡"
364
-
365
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
366
- #: includes/class-freemius.php22096, templates/account.php111,
367
- #: templates/account/partials/addon.php:44
368
- msgid "Add-Ons"
369
- msgstr "アドオン"
370
-
371
- #: includes/class-freemius.php:17351
372
- msgctxt "ASCII arrow left icon"
373
- msgid "&#x2190;"
374
- msgstr "&#x2190;"
375
-
376
- #: includes/class-freemius.php:17351
377
- msgctxt "ASCII arrow right icon"
378
- msgid "&#x27a4;"
379
- msgstr "&#x27a4;"
380
-
381
- #: includes/class-freemius.php17353, templates/pricing.php:103
382
- msgctxt "noun"
383
- msgid "Pricing"
384
- msgstr "料金表"
385
-
386
- #: includes/class-freemius.php17566,
387
- #: includes/customizer/class-fs-customizer-support-section.php:67
388
- msgid "Support Forum"
389
- msgstr "サポートフォーラム"
390
-
391
- #: includes/class-freemius.php:18536
392
- msgid "Your email has been successfully verified - you are AWESOME!"
393
- msgstr "あなたのメールアドレスの承認が完了しました。すごい!"
394
-
395
- #: includes/class-freemius.php:18537
396
- msgctxt "a positive response"
397
- msgid "Right on"
398
- msgstr "そうだ"
399
-
400
- #: includes/class-freemius.php:19041
401
- msgid "seems like the key you entered doesn't match our records."
402
- msgstr "seems like the key you entered doesn't match our records."
403
-
404
- #: includes/class-freemius.php:19065
405
- 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."
406
- msgstr "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."
407
-
408
- #: includes/class-freemius.php:19283
409
- msgid "Your %s Add-on plan was successfully upgraded."
410
- msgstr "%s のアドオンのプランのアップグレードが完了しました。"
411
-
412
- #: includes/class-freemius.php:19285
413
- msgid "%s Add-on was successfully purchased."
414
- msgstr "%s のアドオンの支払いが完了しました。"
415
-
416
- #: includes/class-freemius.php:19288
417
- msgid "Download the latest version"
418
- msgstr "最新版をダウンロード"
419
-
420
- #: includes/class-freemius.php:19374
421
- 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"
422
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
423
-
424
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
425
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
426
- msgid "Error received from the server:"
427
- msgstr "サーバーからエラーを受信しました。"
428
-
429
- #: includes/class-freemius.php:19390
430
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
431
- msgstr "認証パラメータの1つが間違っているようです。 公開鍵、秘密鍵、ユーザーIDを更新して、もう一度お試しください。"
432
-
433
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
434
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
435
- msgctxt ""
436
- msgid "Hmm"
437
- msgstr "ふむ"
438
-
439
- #: includes/class-freemius.php:19617
440
- 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."
441
- msgstr "まだ %s プランのようです。もしアップグレードやプランの変更をしたのなら、こちらで何らかの問題が発生しているようです。申し訳ありません。"
442
-
443
- #: includes/class-freemius.php19618, templates/account.php113,
444
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
445
- msgctxt "trial period"
446
- msgid "Trial"
447
- msgstr "トライアル"
448
-
449
- #: includes/class-freemius.php:19623
450
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
451
- msgstr "アカウントをアップグレードしましたが、ライセンスを同期しようとするとプランが %s のままです。"
452
-
453
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
454
- msgid "Please contact us here"
455
- msgstr "こちらで私たちに連絡をとってください。"
456
-
457
- #: includes/class-freemius.php:19638
458
- msgid "Your plan was successfully activated."
459
- msgstr "Your plan was successfully activated."
460
-
461
- #: includes/class-freemius.php:19639
462
- msgid "Your plan was successfully upgraded."
463
- msgstr "プランのアップグレードが成功しました。"
464
-
465
- #: includes/class-freemius.php:19656
466
- msgid "Your plan was successfully changed to %s."
467
- msgstr "プランの %s への変更が成功しました。"
468
-
469
- #: includes/class-freemius.php:19672
470
- msgid "Your license has expired. You can still continue using the free %s forever."
471
- msgstr "ライセンスの有効期限が切れました。無料バージョンの%s は引き続き利用できます。"
472
-
473
- #: includes/class-freemius.php:19674
474
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
475
- msgstr "ライセンスの有効期限が切れました。 %1$s %3$sに邪魔されずに利用を継続するには,今すぐ%2$sアップグレードを行ってください。"
476
-
477
- #: includes/class-freemius.php:19682
478
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
479
- msgstr "ライセンスはキャンセルされました。もしそれが間違いだと思うならサポートに連絡してください。"
480
-
481
- #: includes/class-freemius.php:19695
482
- 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."
483
- msgstr "ライセンスは有効期限がきれました。%s の機能を引き続き利用することができます。ただし、アップデートやサポートをうけるにはライセンスをアップデートする必要があります。"
484
-
485
- #: includes/class-freemius.php:19721
486
- msgid "Your free trial has expired. You can still continue using all our free features."
487
- msgstr "フリートライアル期間が終了しました。無料で使える機能は引き続き利用可能です。"
488
-
489
- #: includes/class-freemius.php:19723
490
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
491
- msgstr "フリートライアル期間が終了しました。%1$s %3$sに邪魔されずに利用を継続するには,今すぐ %2$s のアップグレードを行ってください。"
492
-
493
- #: includes/class-freemius.php:19831
494
- msgid "It looks like the license could not be activated."
495
- msgstr "ライセンスの有効化ができませんでした。"
496
-
497
- #: includes/class-freemius.php:19873
498
- msgid "Your license was successfully activated."
499
- msgstr "ライセンスの有効化が成功しました。"
500
-
501
- #: includes/class-freemius.php:19899
502
- msgid "It looks like your site currently doesn't have an active license."
503
- msgstr "サイトは有効なライセンスを持っていないようです。"
504
-
505
- #: includes/class-freemius.php:19923
506
- msgid "It looks like the license deactivation failed."
507
- msgstr "ライセンスの無効化ができませんでした。"
508
-
509
- #: includes/class-freemius.php:19951
510
- msgid "Your license was successfully deactivated, you are back to the %s plan."
511
- msgstr "ライセンスの無効化が完了しました。%s プランに戻りました。"
512
-
513
- #: includes/class-freemius.php:19952
514
- msgid "O.K"
515
- msgstr "O.K"
516
-
517
- #: includes/class-freemius.php:20005
518
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
519
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
520
-
521
- #: includes/class-freemius.php:20014
522
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
523
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
524
-
525
- #: includes/class-freemius.php:20056
526
- msgid "You are already running the %s in a trial mode."
527
- msgstr "すでに%sをトライアルモードで利用中です。"
528
-
529
- #: includes/class-freemius.php:20067
530
- msgid "You already utilized a trial before."
531
- msgstr "以前すでに試用版を利用しました。"
532
-
533
- #: includes/class-freemius.php:20081
534
- msgid "Plan %s do not exist, therefore, can't start a trial."
535
- msgstr "%s プランは存在しないため、試用を開始できません。"
536
-
537
- #: includes/class-freemius.php:20092
538
- msgid "Plan %s does not support a trial period."
539
- msgstr "%s プランにはトライアル期間はありません。"
540
-
541
- #: includes/class-freemius.php:20103
542
- msgid "None of the %s's plans supports a trial period."
543
- msgstr "%sのプランにはトライアル期間はありません。"
544
-
545
- #: includes/class-freemius.php:20153
546
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
547
- msgstr "すでにトライアルモードではないようなので、キャンセルする必要はありません :)"
548
-
549
- #: includes/class-freemius.php:20189
550
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
551
- msgstr "トライアルのキャンセルに一時的な問題がありました。数分後に再度お試しください。"
552
-
553
- #: includes/class-freemius.php:20208
554
- msgid "Your %s free trial was successfully cancelled."
555
- msgstr "%s のフリートライアルはキャンセルされました。"
556
-
557
- #: includes/class-freemius.php:20524
558
- msgid "Version %s was released."
559
- msgstr "バージョン %s をリリースしました。"
560
-
561
- #: includes/class-freemius.php:20524
562
- msgid "Please download %s."
563
- msgstr "%s をダウンロードしてください。"
564
-
565
- #: includes/class-freemius.php:20531
566
- msgid "the latest %s version here"
567
- msgstr "最新の %s バージョンはこちらです。"
568
-
569
- #: includes/class-freemius.php:20536
570
- msgid "New"
571
- msgstr "新規"
572
-
573
- #: includes/class-freemius.php:20541
574
- msgid "Seems like you got the latest release."
575
- msgstr "最新版を取得できました。"
576
-
577
- #: includes/class-freemius.php:20542
578
- msgid "You are all good!"
579
- msgstr "すべて完璧です!"
580
-
581
- #: includes/class-freemius.php:20812
582
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
583
- msgstr "%s に確認メールを送信しました。もし5分以内にそれが届かない場合、迷惑メールボックスを確認してください。"
584
-
585
- #: includes/class-freemius.php:20951
586
- msgid "Site successfully opted in."
587
- msgstr "サイトのオプトインに成功しました。"
588
-
589
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
590
- msgid "Awesome"
591
- msgstr "すごい!"
592
-
593
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
594
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
595
- msgstr "使用データを追跡できるよう許可してくれたことで、%s をより良くするための手助けに感謝致します。"
596
-
597
- #: includes/class-freemius.php:20969
598
- msgid "Thank you!"
599
- msgstr "ありがとうございます!"
600
-
601
- #: includes/class-freemius.php:20976
602
- msgid "We will no longer be sending any usage data of %s on %s to %s."
603
- msgstr "もう%s上の%sから%sへのデータ送信は行いません。"
604
-
605
- #: includes/class-freemius.php:21105
606
- msgid "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."
607
- msgstr "メールボックスを確認してください。所有権の変更を確認するには、%s でメールを受け取る必要があります。 セキュリティ上の理由から、次の15分以内に変更を確認する必要があります。 電子メールが見つからない場合は、迷惑メールフォルダを確認してください。"
608
-
609
- #: includes/class-freemius.php:21111
610
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
611
- msgstr "所有権の変更を確認していただきありがとうございます。 %s に承認メールが送信されました。"
612
-
613
- #: includes/class-freemius.php:21116
614
- msgid "%s is the new owner of the account."
615
- msgstr "%s は新しいオーナーです。"
616
-
617
- #: includes/class-freemius.php:21118
618
- msgctxt "as congratulations"
619
- msgid "Congrats"
620
- msgstr "おめでとう"
621
-
622
- #: includes/class-freemius.php:21138
623
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
624
- msgstr "メールアドレスのアップデートを完了できませんでした。他のユーザーがすでに同じメールアドレスで登録しているようです。"
625
-
626
- #: includes/class-freemius.php:21139
627
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
628
- msgstr "%sの所有権を%sへ譲りたい場合は、所有権の変更ボタンをクリックしてください。"
629
-
630
- #: includes/class-freemius.php:21146
631
- msgid "Change Ownership"
632
- msgstr "オーナーを変更"
633
-
634
- #: includes/class-freemius.php:21154
635
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
636
- msgstr "メールアドレスのアップデートが完了しました。まもなく確認メールが届きます。"
637
-
638
- #: includes/class-freemius.php:21166
639
- msgid "Please provide your full name."
640
- msgstr "フルネームを入力してください。"
641
-
642
- #: includes/class-freemius.php:21171
643
- msgid "Your name was successfully updated."
644
- msgstr "名前のアップデートが成功しました。"
645
-
646
- #: includes/class-freemius.php:21232
647
- msgid "You have successfully updated your %s."
648
- msgstr "%s のアップデートが成功しました。"
649
-
650
- #: includes/class-freemius.php:21372
651
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
652
- msgstr "%s のアドオンに関する情報は、外部サーバーから取得されます。"
653
-
654
- #: includes/class-freemius.php:21373
655
- msgctxt "advance notice of something that will need attention."
656
- msgid "Heads up"
657
- msgstr "警告"
658
-
659
- #: includes/class-freemius.php:21832
660
- msgctxt "exclamation"
661
- msgid "Hey"
662
- msgstr "ヘイ"
663
-
664
- #: includes/class-freemius.php:21832
665
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
666
- msgstr "%s はどうですか? 私たちの全ての %s のプレミアム機能をお試しください。"
667
-
668
- #: includes/class-freemius.php:21840
669
- msgid "No commitment for %s days - cancel anytime!"
670
- msgstr "%s 日以内であればいつでもキャンセルできます。"
671
-
672
- #: includes/class-freemius.php:21841
673
- msgid "No credit card required"
674
- msgstr "クレジットカードは必要ありません。"
675
-
676
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
677
- msgctxt "call to action"
678
- msgid "Start free trial"
679
- msgstr "フリートライアルを開始"
680
-
681
- #: includes/class-freemius.php:21925
682
- 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!"
683
- msgstr "こんにちは。%sにアフィリエイトプログラムがあるのはご存知でしたか? %sがお好きなら、私たちのアンバサダーになって報酬を得ましょう!"
684
-
685
- #: includes/class-freemius.php:21934
686
- msgid "Learn more"
687
- msgstr "詳細はこちら"
688
-
689
- #: includes/class-freemius.php22120, templates/account.php499,
690
- #: templates/account.php624, templates/connect.php171,
691
- #: templates/connect.php421, templates/forms/license-activation.php27,
692
- #: templates/account/partials/addon.php:321
693
- msgid "Activate License"
694
- msgstr "ライセンスを有効化"
695
-
696
- #: includes/class-freemius.php22121, templates/account.php571,
697
- #: templates/account.php623, templates/account/partials/addon.php322,
698
- #: templates/account/partials/site.php:271
699
- msgid "Change License"
700
- msgstr "ライセンスを変更"
701
-
702
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
703
- msgid "Opt Out"
704
- msgstr "オプトアウト"
705
-
706
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
707
- #: templates/account/partials/site.php49,
708
- #: templates/account/partials/site.php:169
709
- msgid "Opt In"
710
- msgstr "オプトイン"
711
-
712
- #: includes/class-freemius.php:22453
713
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
714
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
715
-
716
- #: includes/class-freemius.php:22461
717
- msgid "Activate %s features"
718
- msgstr "Activate %s features"
719
-
720
- #: includes/class-freemius.php:22474
721
- msgid "Please follow these steps to complete the upgrade"
722
- msgstr "アップグレードを完了するには以下の手順を完了させてください。"
723
-
724
- #: includes/class-freemius.php:22478
725
- msgid "Download the latest %s version"
726
- msgstr "最新の %s をダウンロード"
727
-
728
- #: includes/class-freemius.php:22482
729
- msgid "Upload and activate the downloaded version"
730
- msgstr "ダウンロードしたバージョンをアップロードして有効化"
731
-
732
- #: includes/class-freemius.php:22484
733
- msgid "How to upload and activate?"
734
- msgstr "アップロードと有効化の方法"
735
-
736
- #: includes/class-freemius.php:22618
737
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
738
- msgstr "%sここをクリックして%s ライセンスを有効化したいサイトを選択してください。"
739
-
740
- #: includes/class-freemius.php:22779
741
- msgid "Auto installation only works for opted-in users."
742
- msgstr "自動インストールはオプトインしたユーザのみで動作します。"
743
-
744
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
745
- #: includes/class-fs-plugin-updater.php1212,
746
- #: includes/class-fs-plugin-updater.php:1226
747
- msgid "Invalid module ID."
748
- msgstr "モジュール ID が不正です"
749
-
750
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
751
- msgid "Premium version already active."
752
- msgstr "プレミアムバージョンはすでに有効になっています。"
753
-
754
- #: includes/class-freemius.php:22805
755
- msgid "You do not have a valid license to access the premium version."
756
- msgstr "プレミアムバージョンにアクセスできる有効なライセンス持っていません。"
757
-
758
- #: includes/class-freemius.php:22812
759
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
760
- msgstr "プラグインはプレミアムコードバージョンのない「サービスウェア」です。"
761
-
762
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
763
- msgid "Premium add-on version already installed."
764
- msgstr "プレミアムアドオンバージョンはすでにインストール済みです。"
765
-
766
- #: includes/class-freemius.php:23180
767
- msgid "View paid features"
768
- msgstr "有料の機能を表示する"
769
-
770
- #: includes/class-freemius.php:23502
771
- msgid "Thank you so much for using %s and its add-ons!"
772
- msgstr "%sとアドオンのご利用ありがとうございます!"
773
-
774
- #: includes/class-freemius.php:23503
775
- msgid "Thank you so much for using %s!"
776
- msgstr "%sのご利用ありがとうございます!"
777
-
778
- #: includes/class-freemius.php:23509
779
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
780
- msgstr "%sの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
781
-
782
- #: includes/class-freemius.php:23513
783
- msgid "Thank you so much for using our products!"
784
- msgstr "プロダクトのご利用ありがとうございます!"
785
-
786
- #: includes/class-freemius.php:23514
787
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
788
- msgstr "プロダクトの改善に役立つ使用状況のトラッキングにすでにオプトインしています。"
789
-
790
- #: includes/class-freemius.php:23533
791
- msgid "%s and its add-ons"
792
- msgstr "%sとそのアドオン"
793
-
794
- #: includes/class-freemius.php:23542
795
- msgid "Products"
796
- msgstr "プロダクト"
797
-
798
- #: includes/class-freemius.php23549, templates/connect.php:272
799
- msgid "Yes"
800
- msgstr "はい"
801
-
802
- #: includes/class-freemius.php23550, templates/connect.php:273
803
- msgid "send me security & feature updates, educational content and offers."
804
- msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを送ってください。"
805
-
806
- #: includes/class-freemius.php23551, templates/connect.php:278
807
- msgid "No"
808
- msgstr "いいえ"
809
-
810
- #: includes/class-freemius.php23553, templates/connect.php:280
811
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
812
- msgstr "セキュリティと機能のアップデート、学習用コンテンツやオファーを%s送らないでください%s。"
813
-
814
- #: includes/class-freemius.php:23563
815
- 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 :-)"
816
- msgstr "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 :-)"
817
-
818
- #: includes/class-freemius.php23565, templates/connect.php:287
819
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
820
- msgstr "セキュリティや機能のアップデート、学習用用コンテンツ、およびオファーについてお問い合わせを希望される場合は、お知らせください。"
821
-
822
- #: includes/class-freemius.php:23847
823
- msgid "License key is empty."
824
- msgstr "ライセンスキーが空です。"
825
-
826
- #: includes/class-fs-plugin-updater.php206,
827
- #: templates/forms/premium-versions-upgrade-handler.php:57
828
- msgid "Renew license"
829
- msgstr "ライセンスを更新"
830
-
831
- #: includes/class-fs-plugin-updater.php211,
832
- #: templates/forms/premium-versions-upgrade-handler.php:58
833
- msgid "Buy license"
834
- msgstr "Buy license"
835
-
836
- #: includes/class-fs-plugin-updater.php321,
837
- #: includes/class-fs-plugin-updater.php:354
838
- msgid "There is a %s of %s available."
839
- msgstr "There is a %s of %s available."
840
-
841
- #: includes/class-fs-plugin-updater.php323,
842
- #: includes/class-fs-plugin-updater.php:359
843
- msgid "new Beta version"
844
- msgstr "new Beta version"
845
-
846
- #: includes/class-fs-plugin-updater.php324,
847
- #: includes/class-fs-plugin-updater.php:360
848
- msgid "new version"
849
- msgstr "new version"
850
-
851
- #: includes/class-fs-plugin-updater.php:383
852
- msgid "Important Upgrade Notice:"
853
- msgstr "Important Upgrade Notice:"
854
-
855
- #: includes/class-fs-plugin-updater.php:1277
856
- msgid "Installing plugin: %s"
857
- msgstr "インストール中プラグイン: %s"
858
-
859
- #: includes/class-fs-plugin-updater.php:1318
860
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
861
- msgstr "ファイルシステムに接続できません。視覚情報を確認してください。"
862
-
863
- #: includes/class-fs-plugin-updater.php:1500
864
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
865
- msgstr "リモートプラグインパッケージには、目的のスラッグを含むフォルダが含まれていないため、リねームが機能しませんでした。"
866
-
867
- #: includes/fs-plugin-info-dialog.php:535
868
- msgid "Purchase More"
869
- msgstr "Purchase More"
870
-
871
- #: includes/fs-plugin-info-dialog.php536,
872
- #: templates/account/partials/addon.php:385
873
- msgctxt "verb"
874
- msgid "Purchase"
875
- msgstr "購入"
876
-
877
- #: includes/fs-plugin-info-dialog.php:540
878
- msgid "Start my free %s"
879
- msgstr "無料の %s を開始"
880
-
881
- #: includes/fs-plugin-info-dialog.php:738
882
- msgid "Install Free Version Update Now"
883
- msgstr "フリーバージョンの更新を今すぐインストール"
884
-
885
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
886
- msgid "Install Update Now"
887
- msgstr "今すぐ更新をインストール"
888
-
889
- #: includes/fs-plugin-info-dialog.php:748
890
- msgid "Install Free Version Now"
891
- msgstr "フリーバージョンを今すぐインストール"
892
-
893
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
894
- #: templates/auto-installation.php111,
895
- #: templates/account/partials/addon.php365,
896
- #: templates/account/partials/addon.php:418
897
- msgid "Install Now"
898
- msgstr "今すぐインストール"
899
-
900
- #: includes/fs-plugin-info-dialog.php:765
901
- msgctxt "as download latest version"
902
- msgid "Download Latest Free Version"
903
- msgstr "最新のフリーバージョンをダウンロード"
904
-
905
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
906
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
907
- msgctxt "as download latest version"
908
- msgid "Download Latest"
909
- msgstr "最新版をダウンロード"
910
-
911
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
912
- #: templates/account/partials/addon.php356,
913
- #: templates/account/partials/addon.php:412
914
- msgid "Activate this add-on"
915
- msgstr "このアドオンを有効化"
916
-
917
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
918
- msgid "Activate Free Version"
919
- msgstr "フリーバージョンを有効化"
920
-
921
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
922
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
923
- msgid "Activate"
924
- msgstr "有効化"
925
-
926
- #: includes/fs-plugin-info-dialog.php:994
927
- msgctxt "Plugin installer section title"
928
- msgid "Description"
929
- msgstr "説明"
930
-
931
- #: includes/fs-plugin-info-dialog.php:995
932
- msgctxt "Plugin installer section title"
933
- msgid "Installation"
934
- msgstr "インストール"
935
-
936
- #: includes/fs-plugin-info-dialog.php:996
937
- msgctxt "Plugin installer section title"
938
- msgid "FAQ"
939
- msgstr "FAQ"
940
-
941
- #: includes/fs-plugin-info-dialog.php997,
942
- #: templates/plugin-info/description.php:55
943
- msgid "Screenshots"
944
- msgstr "スクリーンショット"
945
-
946
- #: includes/fs-plugin-info-dialog.php:998
947
- msgctxt "Plugin installer section title"
948
- msgid "Changelog"
949
- msgstr "変更履歴"
950
-
951
- #: includes/fs-plugin-info-dialog.php:999
952
- msgctxt "Plugin installer section title"
953
- msgid "Reviews"
954
- msgstr "レビュー"
955
-
956
- #: includes/fs-plugin-info-dialog.php:1000
957
- msgctxt "Plugin installer section title"
958
- msgid "Other Notes"
959
- msgstr "その他の記述"
960
-
961
- #: includes/fs-plugin-info-dialog.php:1015
962
- msgctxt "Plugin installer section title"
963
- msgid "Features & Pricing"
964
- msgstr "機能 & 料金"
965
-
966
- #: includes/fs-plugin-info-dialog.php:1025
967
- msgid "Plugin Install"
968
- msgstr "プラグインのインストール"
969
-
970
- #: includes/fs-plugin-info-dialog.php:1097
971
- msgctxt "e.g. Professional Plan"
972
- msgid "%s Plan"
973
- msgstr "%s プラン"
974
-
975
- #: includes/fs-plugin-info-dialog.php:1123
976
- msgctxt "e.g. the best product"
977
- msgid "Best"
978
- msgstr "ベスト"
979
-
980
- #: includes/fs-plugin-info-dialog.php1129,
981
- #: includes/fs-plugin-info-dialog.php:1149
982
- msgctxt "as every month"
983
- msgid "Monthly"
984
- msgstr "月"
985
-
986
- #: includes/fs-plugin-info-dialog.php:1132
987
- msgctxt "as once a year"
988
- msgid "Annual"
989
- msgstr "年次"
990
-
991
- #: includes/fs-plugin-info-dialog.php:1135
992
- msgid "Lifetime"
993
- msgstr "ライフタイム"
994
-
995
- #: includes/fs-plugin-info-dialog.php1149,
996
- #: includes/fs-plugin-info-dialog.php1151,
997
- #: includes/fs-plugin-info-dialog.php:1153
998
- msgctxt "e.g. billed monthly"
999
- msgid "Billed %s"
1000
- msgstr "%s への請求"
1001
-
1002
- #: includes/fs-plugin-info-dialog.php:1151
1003
- msgctxt "as once a year"
1004
- msgid "Annually"
1005
- msgstr "毎年"
1006
-
1007
- #: includes/fs-plugin-info-dialog.php:1153
1008
- msgctxt "as once a year"
1009
- msgid "Once"
1010
- msgstr "一度"
1011
-
1012
- #: includes/fs-plugin-info-dialog.php:1159
1013
- msgid "Single Site License"
1014
- msgstr "シングルサイトライセンス"
1015
-
1016
- #: includes/fs-plugin-info-dialog.php:1161
1017
- msgid "Unlimited Licenses"
1018
- msgstr "無制限ライセンス"
1019
-
1020
- #: includes/fs-plugin-info-dialog.php:1163
1021
- msgid "Up to %s Sites"
1022
- msgstr "%sサイトまで"
1023
-
1024
- #: includes/fs-plugin-info-dialog.php1173,
1025
- #: templates/plugin-info/features.php:82
1026
- msgctxt "as monthly period"
1027
- msgid "mo"
1028
- msgstr "月"
1029
-
1030
- #: includes/fs-plugin-info-dialog.php1180,
1031
- #: templates/plugin-info/features.php:80
1032
- msgctxt "as annual period"
1033
- msgid "year"
1034
- msgstr "年"
1035
-
1036
- #: includes/fs-plugin-info-dialog.php:1234
1037
- msgctxt "noun"
1038
- msgid "Price"
1039
- msgstr "料金"
1040
-
1041
- #: includes/fs-plugin-info-dialog.php:1282
1042
- msgid "Save %s"
1043
- msgstr "%s を保存"
1044
-
1045
- #: includes/fs-plugin-info-dialog.php:1292
1046
- msgid "No commitment for %s - cancel anytime"
1047
- msgstr "%s の拘束はありません。いつでもキャンセルできます。"
1048
-
1049
- #: includes/fs-plugin-info-dialog.php:1295
1050
- msgid "After your free %s, pay as little as %s"
1051
- msgstr "無料の %s の後は、わずか %s だけお支払ください。"
1052
-
1053
- #: includes/fs-plugin-info-dialog.php:1306
1054
- msgid "Details"
1055
- msgstr "詳細"
1056
-
1057
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1058
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1059
- #: templates/account/partials/addon.php:36
1060
- msgctxt "product version"
1061
- msgid "Version"
1062
- msgstr "バージョン"
1063
-
1064
- #: includes/fs-plugin-info-dialog.php:1317
1065
- msgctxt "as the plugin author"
1066
- msgid "Author"
1067
- msgstr "作者"
1068
-
1069
- #: includes/fs-plugin-info-dialog.php:1324
1070
- msgid "Last Updated"
1071
- msgstr "最終更新"
1072
-
1073
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1074
- msgctxt "x-ago"
1075
- msgid "%s ago"
1076
- msgstr "%s 前"
1077
-
1078
- #: includes/fs-plugin-info-dialog.php:1338
1079
- msgid "Requires WordPress Version"
1080
- msgstr "必要な WordPress のバージョン"
1081
-
1082
- #: includes/fs-plugin-info-dialog.php:1339
1083
- msgid "%s or higher"
1084
- msgstr "%sまたはそれ以上"
1085
-
1086
- #: includes/fs-plugin-info-dialog.php:1346
1087
- msgid "Compatible up to"
1088
- msgstr "互換性のある最新バージョン"
1089
-
1090
- #: includes/fs-plugin-info-dialog.php:1354
1091
- msgid "Downloaded"
1092
- msgstr "ダウンロード済み"
1093
-
1094
- #: includes/fs-plugin-info-dialog.php:1358
1095
- msgid "%s time"
1096
- msgstr "%s回"
1097
-
1098
- #: includes/fs-plugin-info-dialog.php:1360
1099
- msgid "%s times"
1100
- msgstr "%s回"
1101
-
1102
- #: includes/fs-plugin-info-dialog.php:1370
1103
- msgid "WordPress.org Plugin Page"
1104
- msgstr "WordPress.org のプラグインページ"
1105
-
1106
- #: includes/fs-plugin-info-dialog.php:1378
1107
- msgid "Plugin Homepage"
1108
- msgstr "プラグインのホームページ"
1109
-
1110
- #: includes/fs-plugin-info-dialog.php1386,
1111
- #: includes/fs-plugin-info-dialog.php:1468
1112
- msgid "Donate to this plugin"
1113
- msgstr "このプラグインに寄付する"
1114
-
1115
- #: includes/fs-plugin-info-dialog.php:1393
1116
- msgid "Average Rating"
1117
- msgstr "レーティングの平均"
1118
-
1119
- #: includes/fs-plugin-info-dialog.php:1400
1120
- msgid "based on %s"
1121
- msgstr "%sを基に"
1122
-
1123
- #: includes/fs-plugin-info-dialog.php:1404
1124
- msgid "%s rating"
1125
- msgstr "%s評価"
1126
-
1127
- #: includes/fs-plugin-info-dialog.php:1406
1128
- msgid "%s ratings"
1129
- msgstr "%s評価"
1130
-
1131
- #: includes/fs-plugin-info-dialog.php:1421
1132
- msgid "%s star"
1133
- msgstr "%sスター"
1134
-
1135
- #: includes/fs-plugin-info-dialog.php:1423
1136
- msgid "%s stars"
1137
- msgstr "%sスター"
1138
-
1139
- #: includes/fs-plugin-info-dialog.php:1434
1140
- msgid "Click to see reviews that provided a rating of %s"
1141
- msgstr "クリックして%sの評価をしているレビューを観る"
1142
-
1143
- #: includes/fs-plugin-info-dialog.php:1447
1144
- msgid "Contributors"
1145
- msgstr "コントリビューター"
1146
-
1147
- #: includes/fs-plugin-info-dialog.php1476,
1148
- #: includes/fs-plugin-info-dialog.php:1478
1149
- msgid "Warning"
1150
- msgstr "警告"
1151
-
1152
- #: includes/fs-plugin-info-dialog.php:1476
1153
- msgid "This plugin has not been tested with your current version of WordPress."
1154
- msgstr "このプラグインはインストールされた WordPress のバージョンでは検証されていません。"
1155
-
1156
- #: includes/fs-plugin-info-dialog.php:1478
1157
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1158
- msgstr "このプラグインはインストールされた WordPress のバージョンに互換性がありません。"
1159
-
1160
- #: includes/fs-plugin-info-dialog.php:1497
1161
- msgid "Paid add-on must be deployed to Freemius."
1162
- msgstr "有料アドオンは Freemius にデプロイされている必要があります。"
1163
-
1164
- #: includes/fs-plugin-info-dialog.php:1498
1165
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1166
- msgstr "アドオンが WordPress.org か Freemius にデプロイされている必要があります。"
1167
-
1168
- #: includes/fs-plugin-info-dialog.php:1519
1169
- msgid "Newer Version (%s) Installed"
1170
- msgstr "新しいバージョン (%s) がインストールされました"
1171
-
1172
- #: includes/fs-plugin-info-dialog.php:1520
1173
- msgid "Newer Free Version (%s) Installed"
1174
- msgstr "新しいフリーバージョン (%s) がインストールされました"
1175
-
1176
- #: includes/fs-plugin-info-dialog.php:1527
1177
- msgid "Latest Version Installed"
1178
- msgstr "最新版がイストールされました"
1179
-
1180
- #: includes/fs-plugin-info-dialog.php:1528
1181
- msgid "Latest Free Version Installed"
1182
- msgstr "最新のフリーバージョンがインストールされました"
1183
-
1184
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1185
- #: templates/account/partials/addon.php26,
1186
- #: templates/account/partials/site.php:311
1187
- msgid "Downgrading your plan"
1188
- msgstr "Downgrading your plan"
1189
-
1190
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1191
- #: templates/account/partials/addon.php27,
1192
- #: templates/account/partials/site.php:312
1193
- msgid "Cancelling the subscription"
1194
- msgstr "Cancelling the subscription"
1195
-
1196
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1197
- #. subscription'
1198
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1199
- #: templates/account/partials/site.php:314
1200
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1201
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1202
-
1203
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1204
- #: templates/account/partials/addon.php30,
1205
- #: templates/account/partials/site.php:315
1206
- 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."
1207
- msgstr "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."
1208
-
1209
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1210
- #: templates/account/partials/addon.php:31
1211
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1212
- msgstr "トライアルをキャンセルするとすぐにすべてのプレミアム機能へのアクセスができなくなります。本当に実行しますか?"
1213
-
1214
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1215
- #: templates/account/partials/addon.php32,
1216
- #: templates/account/partials/site.php:316
1217
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1218
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1219
-
1220
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1221
- #: templates/account/partials/addon.php33,
1222
- #: templates/account/partials/site.php:317
1223
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1224
- msgstr "一度ライセンスの期限が切れると、フリーバージョンの利用は可能ですが、%sの機能を使うことができなくなります。"
1225
-
1226
- #. translators: %s: Plan title (e.g. "Professional")
1227
- #: templates/account.php101,
1228
- #: templates/account/partials/activate-license-button.php31,
1229
- #: templates/account/partials/addon.php:35
1230
- msgid "Activate %s Plan"
1231
- msgstr "%s プランを有効化"
1232
-
1233
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1234
- #: templates/account.php104, templates/account/partials/addon.php38,
1235
- #: templates/account/partials/site.php:291
1236
- msgid "Auto renews in %s"
1237
- msgstr "%s に自動更新"
1238
-
1239
- #. translators: %s: Time period (e.g. Expires in "2 months")
1240
- #: templates/account.php106, templates/account/partials/addon.php40,
1241
- #: templates/account/partials/site.php:293
1242
- msgid "Expires in %s"
1243
- msgstr "%s で期間終了"
1244
-
1245
- #: templates/account.php:107
1246
- msgctxt "as synchronize license"
1247
- msgid "Sync License"
1248
- msgstr "ライセンスを同期"
1249
-
1250
- #: templates/account.php108, templates/account/partials/addon.php:41
1251
- msgid "Cancel Trial"
1252
- msgstr "トライアルをキャンセル"
1253
-
1254
- #: templates/account.php109, templates/account/partials/addon.php:42
1255
- msgid "Change Plan"
1256
- msgstr "プラン変更"
1257
-
1258
- #: templates/account.php110, templates/account/partials/addon.php:43
1259
- msgctxt "verb"
1260
- msgid "Upgrade"
1261
- msgstr "アップグレード"
1262
-
1263
- #: templates/account.php112, templates/account/partials/addon.php45,
1264
- #: templates/account/partials/site.php:318
1265
- msgctxt "verb"
1266
- msgid "Downgrade"
1267
- msgstr "ダウングレード"
1268
-
1269
- #: templates/account.php114, templates/add-ons.php246,
1270
- #: templates/plugin-info/features.php72,
1271
- #: templates/account/partials/addon.php47,
1272
- #: templates/account/partials/site.php:33
1273
- msgid "Free"
1274
- msgstr "無料"
1275
-
1276
- #: templates/account.php116, templates/debug.php373,
1277
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1278
- #: templates/account/partials/addon.php:49
1279
- msgctxt "as product pricing plan"
1280
- msgid "Plan"
1281
- msgstr "プラン"
1282
-
1283
- #: templates/account.php:117
1284
- msgid "Bundle Plan"
1285
- msgstr "Bundle Plan"
1286
-
1287
- #: templates/account.php:191
1288
- msgid "Free Trial"
1289
- msgstr "フリートライアル"
1290
-
1291
- #: templates/account.php:202
1292
- msgid "Account Details"
1293
- msgstr "アカウント詳細"
1294
-
1295
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1296
- msgid "Start Debug"
1297
- msgstr "Start Debug"
1298
-
1299
- #: templates/account.php:211
1300
- msgid "Stop Debug"
1301
- msgstr "Stop Debug"
1302
-
1303
- #: templates/account.php:218
1304
- msgid "Billing & Invoices"
1305
- msgstr "Billing & Invoices"
1306
-
1307
- #: templates/account.php:229
1308
- 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?"
1309
- msgstr "アカウントを削除すると自動的に %s プランライセンスが無効になり、他のサイトで使うことができます。定期の支払いも終了したい場合は、\"キャンセル\"ボタンをクリックし、まずアカウントを\"ダウングレード\"してください。本当に削除を続行してもいいですか?"
1310
-
1311
- #: templates/account.php:231
1312
- 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?"
1313
- msgstr "削除は一時的なものではありません。本当に%sが必要なくなった時に行ってください。"
1314
-
1315
- #: templates/account.php:234
1316
- msgid "Delete Account"
1317
- msgstr "アカウントを削除"
1318
-
1319
- #: templates/account.php246, templates/account/partials/addon.php231,
1320
- #: templates/account/partials/deactivate-license-button.php:35
1321
- msgid "Deactivate License"
1322
- msgstr "ライセンスを無効化"
1323
-
1324
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1325
- msgid "Are you sure you want to proceed?"
1326
- msgstr "本当に続行していいですか?"
1327
-
1328
- #: templates/account.php269, templates/account/partials/addon.php:255
1329
- msgid "Cancel Subscription"
1330
- msgstr "サブスクリプションをキャンセルする"
1331
-
1332
- #: templates/account.php298, templates/account/partials/addon.php:340
1333
- msgctxt "as synchronize"
1334
- msgid "Sync"
1335
- msgstr "同期"
1336
-
1337
- #: templates/account.php313, templates/debug.php:507
1338
- msgid "Name"
1339
- msgstr "名前"
1340
-
1341
- #: templates/account.php319, templates/debug.php:508
1342
- msgid "Email"
1343
- msgstr "Email"
1344
-
1345
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1346
- msgid "User ID"
1347
- msgstr "ユーザー ID"
1348
-
1349
- #: templates/account.php344, templates/account.php637,
1350
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1351
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1352
- #: templates/debug.php632, templates/account/payments.php35,
1353
- #: templates/debug/logger.php:21
1354
- msgid "ID"
1355
- msgstr "ID"
1356
-
1357
- #: templates/account.php:351
1358
- msgid "Site ID"
1359
- msgstr "サイト ID"
1360
-
1361
- #: templates/account.php:354
1362
- msgid "No ID"
1363
- msgstr "ID がありません"
1364
-
1365
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1366
- #: templates/debug.php458, templates/debug.php510,
1367
- #: templates/account/partials/site.php:227
1368
- msgid "Public Key"
1369
- msgstr "公開鍵"
1370
-
1371
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1372
- #: templates/debug.php511, templates/account/partials/site.php:239
1373
- msgid "Secret Key"
1374
- msgstr "秘密鍵"
1375
-
1376
- #: templates/account.php:368
1377
- msgctxt "as secret encryption key missing"
1378
- msgid "No Secret"
1379
- msgstr "秘密鍵がありません"
1380
-
1381
- #: templates/account.php395, templates/account/partials/site.php120,
1382
- #: templates/account/partials/site.php:122
1383
- msgid "Trial"
1384
- msgstr "トライアル"
1385
-
1386
- #: templates/account.php422, templates/debug.php562,
1387
- #: templates/account/partials/site.php:260
1388
- msgid "License Key"
1389
- msgstr "ライセンスキー"
1390
-
1391
- #: templates/account.php:453
1392
- msgid "Join the Beta program"
1393
- msgstr "Join the Beta program"
1394
-
1395
- #: templates/account.php:459
1396
- msgid "not verified"
1397
- msgstr "未認証"
1398
-
1399
- #: templates/account.php468, templates/account/partials/addon.php:190
1400
- msgid "Expired"
1401
- msgstr "期限切れ"
1402
-
1403
- #: templates/account.php:528
1404
- msgid "Premium version"
1405
- msgstr "プレミアムバージョン"
1406
-
1407
- #: templates/account.php:530
1408
- msgid "Free version"
1409
- msgstr "フリーバージョン"
1410
-
1411
- #: templates/account.php:542
1412
- msgid "Verify Email"
1413
- msgstr "認証メール"
1414
-
1415
- #: templates/account.php:553
1416
- msgid "Download %s Version"
1417
- msgstr "%s バージョンをダウンロード"
1418
-
1419
- #: templates/account.php568, templates/account.php820,
1420
- #: templates/account/partials/site.php248,
1421
- #: templates/account/partials/site.php:270
1422
- msgctxt "verb"
1423
- msgid "Show"
1424
- msgstr "表示"
1425
-
1426
- #: templates/account.php:583
1427
- msgid "What is your %s?"
1428
- msgstr "自分の %s はなんですか?"
1429
-
1430
- #: templates/account.php591, templates/account/billing.php:21
1431
- msgctxt "verb"
1432
- msgid "Edit"
1433
- msgstr "編集"
1434
-
1435
- #: templates/account.php:616
1436
- msgid "Sites"
1437
- msgstr "サイト数"
1438
-
1439
- #: templates/account.php:629
1440
- msgid "Search by address"
1441
- msgstr "住所で検索する"
1442
-
1443
- #: templates/account.php638, templates/debug.php:368
1444
- msgid "Address"
1445
- msgstr "住所"
1446
-
1447
- #: templates/account.php:639
1448
- msgid "License"
1449
- msgstr "ライセンス"
1450
-
1451
- #: templates/account.php:640
1452
- msgid "Plan"
1453
- msgstr "プラン"
1454
-
1455
- #: templates/account.php:685
1456
- msgctxt "as software license"
1457
- msgid "License"
1458
- msgstr "ライセンス"
1459
-
1460
- #: templates/account.php:814
1461
- msgctxt "verb"
1462
- msgid "Hide"
1463
- msgstr "非表示"
1464
-
1465
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1466
- msgid "Processing"
1467
- msgstr "Processing"
1468
-
1469
- #: templates/account.php:839
1470
- msgid "Get updates for bleeding edge Beta versions of %s."
1471
- msgstr "Get updates for bleeding edge Beta versions of %s."
1472
-
1473
- #: templates/account.php:897
1474
- msgid "Cancelling %s"
1475
- msgstr "Cancelling %s"
1476
-
1477
- #: templates/account.php897, templates/account.php914,
1478
- #: templates/forms/subscription-cancellation.php27,
1479
- #: templates/forms/deactivation/form.php:133
1480
- msgid "trial"
1481
- msgstr "trial"
1482
-
1483
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1484
- msgid "Cancelling %s..."
1485
- msgstr "Cancelling %s..."
1486
-
1487
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1488
- #: templates/forms/deactivation/form.php:134
1489
- msgid "subscription"
1490
- msgstr "subscription"
1491
-
1492
- #: templates/account.php:929
1493
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1494
- msgstr "ライセンスを無効化するとすべてのプレミアム機能が使えなくなりますが、他のサイトでライセンスを有効にすることができるようになります。本当に実行しますか?"
1495
-
1496
- #: templates/add-ons.php:38
1497
- msgid "View details"
1498
- msgstr "詳細を表示"
1499
-
1500
- #: templates/add-ons.php:48
1501
- msgid "Add Ons for %s"
1502
- msgstr "%s のアドオン"
1503
-
1504
- #: templates/add-ons.php:58
1505
- 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."
1506
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1507
-
1508
- #: templates/add-ons.php:229
1509
- msgctxt "active add-on"
1510
- msgid "Active"
1511
- msgstr "有効"
1512
-
1513
- #: templates/add-ons.php:230
1514
- msgctxt "installed add-on"
1515
- msgid "Installed"
1516
- msgstr "Installed"
1517
-
1518
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1519
- #: templates/forms/resend-key.php:77
1520
- msgctxt "as close a window"
1521
- msgid "Dismiss"
1522
- msgstr "却下"
1523
-
1524
- #: templates/auto-installation.php:45
1525
- msgid "%s sec"
1526
- msgstr "%s秒"
1527
-
1528
- #: templates/auto-installation.php:83
1529
- msgid "Automatic Installation"
1530
- msgstr "自動インストール"
1531
-
1532
- #: templates/auto-installation.php:93
1533
- msgid "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."
1534
- msgstr "%sから %s (有料版) の自動ダウンロードと自動インストールが%sで開始します。手動で行う場合は今すぐにキャンセルボタンをクリックしてください。"
1535
-
1536
- #: templates/auto-installation.php:104
1537
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1538
- msgstr "インストールプロセスが開始され、数分で完了します。完了までしばらくお待ちください。ページのリフレッシュなどは行わないでください。"
1539
-
1540
- #: templates/auto-installation.php:109
1541
- msgid "Cancel Installation"
1542
- msgstr "インストールをキャンセルする"
1543
-
1544
- #: templates/checkout.php:180
1545
- msgid "Checkout"
1546
- msgstr "チェックアウト"
1547
-
1548
- #: templates/checkout.php:180
1549
- msgid "PCI compliant"
1550
- msgstr "PCI コンプライアント"
1551
-
1552
- #. translators: %s: name (e.g. Hey John,)
1553
- #: templates/connect.php:112
1554
- msgctxt "greeting"
1555
- msgid "Hey %s,"
1556
- msgstr "おおい %s さん、"
1557
-
1558
- #: templates/connect.php:154
1559
- msgid "Allow & Continue"
1560
- msgstr "許可して続ける"
1561
-
1562
- #: templates/connect.php:158
1563
- msgid "Re-send activation email"
1564
- msgstr "有効化メールを再送信"
1565
-
1566
- #: templates/connect.php:162
1567
- msgid "Thanks %s!"
1568
- msgstr "ありがとう $s さん!"
1569
-
1570
- #: templates/connect.php172, templates/forms/license-activation.php:46
1571
- msgid "Agree & Activate License"
1572
- msgstr "同意してライセンスを有効化"
1573
-
1574
- #: templates/connect.php:181
1575
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1576
- msgstr "%s を購入いただきありがとうございます。はじめにライセンスキーを入力してください:"
1577
-
1578
- #: templates/connect.php:188
1579
- 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."
1580
- msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。"
1581
-
1582
- #: templates/connect.php:189
1583
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1584
- msgstr "重要な更新を逃さないように、セキュリティと更新通知、%4$s とセンシティブではない診断トラッキングをオプトインしてください。"
1585
-
1586
- #: templates/connect.php:195
1587
- 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. If you skip this, that's okay! %1$s will still work just fine."
1588
- msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。これをスキップしても%1$sはもちろん動作します。"
1589
-
1590
- #: templates/connect.php:196
1591
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1592
- msgstr "重要な更新を逃さないように、セキュリティと更新通知、学習用コンテンツ、オファー、そして%4$s とセンシティブではない診断トラッキングをオプトインしてください。これをスキップしても%1$sはもちろん動作します。"
1593
-
1594
- #: templates/connect.php:230
1595
- msgid "We're excited to introduce the Freemius network-level integration."
1596
- msgstr "Freeminus ネットワークレベルのインテグレーションをご紹介できることに興奮しています。"
1597
-
1598
- #: templates/connect.php:233
1599
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1600
- msgstr "アップデートの処理中に%dサイトがライセンスの有効化が保留中であることを検知しました。"
1601
-
1602
- #: templates/connect.php:235
1603
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1604
- msgstr "これらのサイトで%sを使う場合は、ライセンスキーを入力し、アクティベーションボタンをクリックしてください。"
1605
-
1606
- #: templates/connect.php:237
1607
- msgid "%s's paid features"
1608
- msgstr "%sの有料機能"
1609
-
1610
- #: templates/connect.php:242
1611
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1612
- msgstr "または、今すぐスキップして、%sのネットワークレベルのアカウントページでライセンスを有効にすることもできます。"
1613
-
1614
- #: templates/connect.php:244
1615
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1616
- msgstr "アップデートの処理中に、ネットワーク内の%dサイトが対応待ちになっていることを検知しました。"
1617
-
1618
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1619
- #: templates/forms/license-activation.php:49
1620
- msgid "License key"
1621
- msgstr "ライセンスキー"
1622
-
1623
- #: templates/connect.php256, templates/forms/license-activation.php:22
1624
- msgid "Can't find your license key?"
1625
- msgstr "ライセンスキーは見つかりませんか?"
1626
-
1627
- #: templates/connect.php315, templates/connect.php652,
1628
- #: templates/forms/deactivation/retry-skip.php:20
1629
- msgctxt "verb"
1630
- msgid "Skip"
1631
- msgstr "スキップ"
1632
-
1633
- #: templates/connect.php:318
1634
- msgid "Delegate to Site Admins"
1635
- msgstr "サイト管理者に委任する"
1636
-
1637
- #: templates/connect.php:318
1638
- msgid "If you click it, this decision will be delegated to the sites administrators."
1639
- msgstr "決定をサイトの管理者に委任するにはクリックしてください。"
1640
-
1641
- #: templates/connect.php:346
1642
- msgid "Your Profile Overview"
1643
- msgstr "プロフィール概要"
1644
-
1645
- #: templates/connect.php:347
1646
- msgid "Name and email address"
1647
- msgstr "名前とメールアドレス"
1648
-
1649
- #: templates/connect.php:352
1650
- msgid "Your Site Overview"
1651
- msgstr "サイト概要"
1652
-
1653
- #: templates/connect.php:353
1654
- msgid "Site URL, WP version, PHP info, plugins & themes"
1655
- msgstr "サイト URL、WP バージョン、PHP info、プラグインとテーマ"
1656
-
1657
- #: templates/connect.php:358
1658
- msgid "Admin Notices"
1659
- msgstr "管理者通知"
1660
-
1661
- #: templates/connect.php359, templates/connect.php:375
1662
- msgid "Updates, announcements, marketing, no spam"
1663
- msgstr "更新、発表、マーケティング、スパムなし"
1664
-
1665
- #: templates/connect.php:364
1666
- msgid "Current %s Events"
1667
- msgstr "現在%sイベント"
1668
-
1669
- #: templates/connect.php:365
1670
- msgid "Activation, deactivation and uninstall"
1671
- msgstr "有効化、無効化、アンインストール"
1672
-
1673
- #: templates/connect.php:374
1674
- msgid "Newsletter"
1675
- msgstr "ニュースレター"
1676
-
1677
- #: templates/connect.php391, templates/forms/license-activation.php:41
1678
- msgid "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."
1679
- msgstr "%1$sはセキュリティとアプデート、そしてライセンスの状態を確認するため、定期的に%2$sへデータを送信します。"
1680
-
1681
- #: templates/connect.php:396
1682
- msgid "What permissions are being granted?"
1683
- msgstr "付与されているパーミッションは何ですか?"
1684
-
1685
- #: templates/connect.php:417
1686
- msgid "Don't have a license key?"
1687
- msgstr "ライセンスキーをお持ちではありませんか?"
1688
-
1689
- #: templates/connect.php:420
1690
- msgid "Have a license key?"
1691
- msgstr "ライセンスキーはお持ちですか?"
1692
-
1693
- #: templates/connect.php:428
1694
- msgid "Privacy Policy"
1695
- msgstr "プライバシーポリシー"
1696
-
1697
- #: templates/connect.php:430
1698
- msgid "License Agreement"
1699
- msgstr "License Agreement"
1700
-
1701
- #: templates/connect.php:430
1702
- msgid "Terms of Service"
1703
- msgstr "利用規約"
1704
-
1705
- #: templates/connect.php:805
1706
- msgctxt "as in the process of sending an email"
1707
- msgid "Sending email"
1708
- msgstr "メール送信中"
1709
-
1710
- #: templates/connect.php:806
1711
- msgctxt "as activating plugin"
1712
- msgid "Activating"
1713
- msgstr "有効化中"
1714
-
1715
- #: templates/contact.php:78
1716
- msgid "Contact"
1717
- msgstr "連絡"
1718
-
1719
- #: templates/debug.php:17
1720
- msgctxt "as turned off"
1721
- msgid "Off"
1722
- msgstr "オフ"
1723
-
1724
- #: templates/debug.php:18
1725
- msgctxt "as turned on"
1726
- msgid "On"
1727
- msgstr "オン"
1728
-
1729
- #: templates/debug.php:20
1730
- msgid "SDK"
1731
- msgstr "SDK"
1732
-
1733
- #: templates/debug.php:24
1734
- msgctxt "as code debugging"
1735
- msgid "Debugging"
1736
- msgstr "デバッグ"
1737
-
1738
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1739
- #: templates/debug.php:512
1740
- msgid "Actions"
1741
- msgstr "アクション"
1742
-
1743
- #: templates/debug.php:64
1744
- msgid "Are you sure you want to delete all Freemius data?"
1745
- msgstr "ほんとうに全ての Freemius データを削除しますか?"
1746
-
1747
- #: templates/debug.php:64
1748
- msgid "Delete All Accounts"
1749
- msgstr "全てのアカウントを削除"
1750
-
1751
- #: templates/debug.php:71
1752
- msgid "Clear API Cache"
1753
- msgstr "API キャッシュをクリア"
1754
-
1755
- #: templates/debug.php:79
1756
- msgid "Clear Updates Transients"
1757
- msgstr "アップデートのトランジエントをクリアーにする"
1758
-
1759
- #: templates/debug.php:86
1760
- msgid "Sync Data From Server"
1761
- msgstr "サーバーからのデータを同期"
1762
-
1763
- #: templates/debug.php:95
1764
- msgid "Migrate Options to Network"
1765
- msgstr "Migrate Options to Network"
1766
-
1767
- #: templates/debug.php:100
1768
- msgid "Load DB Option"
1769
- msgstr "DB オプションを読み込む"
1770
-
1771
- #: templates/debug.php:103
1772
- msgid "Set DB Option"
1773
- msgstr "DB オプションを設定する"
1774
-
1775
- #: templates/debug.php:182
1776
- msgid "Key"
1777
- msgstr "キー"
1778
-
1779
- #: templates/debug.php:183
1780
- msgid "Value"
1781
- msgstr "値"
1782
-
1783
- #: templates/debug.php:199
1784
- msgctxt "as software development kit versions"
1785
- msgid "SDK Versions"
1786
- msgstr "SDK バージョン"
1787
-
1788
- #: templates/debug.php:204
1789
- msgid "SDK Path"
1790
- msgstr "SDK のパス"
1791
-
1792
- #: templates/debug.php205, templates/debug.php:244
1793
- msgid "Module Path"
1794
- msgstr "モジュールのパス"
1795
-
1796
- #: templates/debug.php:206
1797
- msgid "Is Active"
1798
- msgstr "有効"
1799
-
1800
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1801
- msgid "Plugins"
1802
- msgstr "プラグイン"
1803
-
1804
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1805
- msgid "Themes"
1806
- msgstr "テーマ"
1807
-
1808
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1809
- #: templates/debug/scheduled-crons.php:80
1810
- msgid "Slug"
1811
- msgstr "スラッグ"
1812
-
1813
- #: templates/debug.php241, templates/debug.php:455
1814
- msgid "Title"
1815
- msgstr "タイトル"
1816
-
1817
- #: templates/debug.php:242
1818
- msgctxt "as application program interface"
1819
- msgid "API"
1820
- msgstr "API"
1821
-
1822
- #: templates/debug.php:243
1823
- msgid "Freemius State"
1824
- msgstr "Freemius ステータス"
1825
-
1826
- #: templates/debug.php:247
1827
- msgid "Network Blog"
1828
- msgstr "ネットワークブログ"
1829
-
1830
- #: templates/debug.php:248
1831
- msgid "Network User"
1832
- msgstr "ネットワークユーザ"
1833
-
1834
- #: templates/debug.php:285
1835
- msgctxt "as connection was successful"
1836
- msgid "Connected"
1837
- msgstr "接続"
1838
-
1839
- #: templates/debug.php:286
1840
- msgctxt "as connection blocked"
1841
- msgid "Blocked"
1842
- msgstr "ブロック"
1843
-
1844
- #: templates/debug.php:322
1845
- msgid "Simulate Trial Promotion"
1846
- msgstr "Simulate Trial Promotion"
1847
-
1848
- #: templates/debug.php:334
1849
- msgid "Simulate Network Upgrade"
1850
- msgstr "ネットワークアップグレードをシミュレートする"
1851
-
1852
- #: templates/debug.php:359
1853
- msgid "%s Installs"
1854
- msgstr "%sインストール"
1855
-
1856
- #: templates/debug.php:361
1857
- msgctxt "like websites"
1858
- msgid "Sites"
1859
- msgstr "サイト数"
1860
-
1861
- #: templates/debug.php367, templates/account/partials/site.php:156
1862
- msgid "Blog ID"
1863
- msgstr "ブログ ID"
1864
-
1865
- #: templates/debug.php:372
1866
- msgid "License ID"
1867
- msgstr "License ID"
1868
-
1869
- #: templates/debug.php436, templates/debug.php535,
1870
- #: templates/account/partials/addon.php:435
1871
- msgctxt "verb"
1872
- msgid "Delete"
1873
- msgstr "削除"
1874
-
1875
- #: templates/debug.php:450
1876
- msgid "Add Ons of module %s"
1877
- msgstr "モジュールのアドオン%s"
1878
-
1879
- #: templates/debug.php:502
1880
- msgid "Users"
1881
- msgstr "ユーザー"
1882
-
1883
- #: templates/debug.php:509
1884
- msgid "Verified"
1885
- msgstr "認証済み"
1886
-
1887
- #: templates/debug.php:551
1888
- msgid "%s Licenses"
1889
- msgstr "%sラインセス"
1890
-
1891
- #: templates/debug.php:556
1892
- msgid "Plugin ID"
1893
- msgstr "プラグイン ID"
1894
-
1895
- #: templates/debug.php:558
1896
- msgid "Plan ID"
1897
- msgstr "プラン ID"
1898
-
1899
- #: templates/debug.php:559
1900
- msgid "Quota"
1901
- msgstr "クォータ"
1902
-
1903
- #: templates/debug.php:560
1904
- msgid "Activated"
1905
- msgstr "有効化済み"
1906
-
1907
- #: templates/debug.php:561
1908
- msgid "Blocking"
1909
- msgstr "ブロッキング"
1910
-
1911
- #: templates/debug.php:563
1912
- msgctxt "as expiration date"
1913
- msgid "Expiration"
1914
- msgstr "期限切れ"
1915
-
1916
- #: templates/debug.php:590
1917
- msgid "Debug Log"
1918
- msgstr "デバッグログ"
1919
-
1920
- #: templates/debug.php:594
1921
- msgid "All Types"
1922
- msgstr "すべてのタイプ"
1923
-
1924
- #: templates/debug.php:601
1925
- msgid "All Requests"
1926
- msgstr "すべてのリクエスト"
1927
-
1928
- #: templates/debug.php606, templates/debug.php635,
1929
- #: templates/debug/logger.php:25
1930
- msgid "File"
1931
- msgstr "ファイル"
1932
-
1933
- #: templates/debug.php607, templates/debug.php633,
1934
- #: templates/debug/logger.php:23
1935
- msgid "Function"
1936
- msgstr "機能"
1937
-
1938
- #: templates/debug.php:608
1939
- msgid "Process ID"
1940
- msgstr "プロセス ID"
1941
-
1942
- #: templates/debug.php:609
1943
- msgid "Logger"
1944
- msgstr "ロガー"
1945
-
1946
- #: templates/debug.php610, templates/debug.php634,
1947
- #: templates/debug/logger.php:24
1948
- msgid "Message"
1949
- msgstr "メッセージ"
1950
-
1951
- #: templates/debug.php:612
1952
- msgid "Filter"
1953
- msgstr "フィルター"
1954
-
1955
- #: templates/debug.php:620
1956
- msgid "Download"
1957
- msgstr "ダウンロード"
1958
-
1959
- #: templates/debug.php631, templates/debug/logger.php:22
1960
- msgid "Type"
1961
- msgstr "タイプ"
1962
-
1963
- #: templates/debug.php636, templates/debug/logger.php:26
1964
- msgid "Timestamp"
1965
- msgstr "タイムスタンプ"
1966
-
1967
- #: templates/secure-https-header.php:28
1968
- msgid "Secure HTTPS %s page, running from an external domain"
1969
- msgstr "外部ドメインで実行中のセキュアな HTTPS %sページ"
1970
-
1971
- #: includes/customizer/class-fs-customizer-support-section.php55,
1972
- #: templates/plugin-info/features.php:43
1973
- msgid "Support"
1974
- msgstr "サポート"
1975
-
1976
- #: includes/debug/class-fs-debug-bar-panel.php48,
1977
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1978
- msgctxt "milliseconds"
1979
- msgid "ms"
1980
- msgstr "ms"
1981
-
1982
- #: includes/debug/debug-bar-start.php:41
1983
- msgid "Freemius API"
1984
- msgstr "Freemius API"
1985
-
1986
- #: includes/debug/debug-bar-start.php:42
1987
- msgid "Requests"
1988
- msgstr "リクエスト数"
1989
-
1990
- #: templates/account/billing.php:22
1991
- msgctxt "verb"
1992
- msgid "Update"
1993
- msgstr "更新"
1994
-
1995
- #: templates/account/billing.php:33
1996
- msgid "Billing"
1997
- msgstr "請求書"
1998
-
1999
- #: templates/account/billing.php38, templates/account/billing.php:38
2000
- msgid "Business name"
2001
- msgstr "商号"
2002
-
2003
- #: templates/account/billing.php39, templates/account/billing.php:39
2004
- msgid "Tax / VAT ID"
2005
- msgstr "税金 / VAT ID"
2006
-
2007
- #: templates/account/billing.php42, templates/account/billing.php42,
2008
- #: templates/account/billing.php43, templates/account/billing.php:43
2009
- msgid "Address Line %d"
2010
- msgstr "住所欄 %d"
2011
-
2012
- #: templates/account/billing.php46, templates/account/billing.php:46
2013
- msgid "City"
2014
- msgstr "市"
2015
-
2016
- #: templates/account/billing.php46, templates/account/billing.php:46
2017
- msgid "Town"
2018
- msgstr "町"
2019
-
2020
- #: templates/account/billing.php47, templates/account/billing.php:47
2021
- msgid "ZIP / Postal Code"
2022
- msgstr "ZIP / 郵便番号"
2023
-
2024
- #: templates/account/billing.php:302
2025
- msgid "Country"
2026
- msgstr "国"
2027
-
2028
- #: templates/account/billing.php:304
2029
- msgid "Select Country"
2030
- msgstr "国を選択"
2031
-
2032
- #: templates/account/billing.php311, templates/account/billing.php:312
2033
- msgid "State"
2034
- msgstr "州"
2035
-
2036
- #: templates/account/billing.php311, templates/account/billing.php:312
2037
- msgid "Province"
2038
- msgstr "県・州・省"
2039
-
2040
- #: templates/account/payments.php:29
2041
- msgid "Payments"
2042
- msgstr "支払い"
2043
-
2044
- #: templates/account/payments.php:36
2045
- msgid "Date"
2046
- msgstr "日付"
2047
-
2048
- #: templates/account/payments.php:37
2049
- msgid "Amount"
2050
- msgstr "総額"
2051
-
2052
- #: templates/account/payments.php38, templates/account/payments.php:50
2053
- msgid "Invoice"
2054
- msgstr "請求書"
2055
-
2056
- #: templates/debug/api-calls.php:56
2057
- msgid "API"
2058
- msgstr "API"
2059
-
2060
- #: templates/debug/api-calls.php:68
2061
- msgid "Method"
2062
- msgstr "メソッド"
2063
-
2064
- #: templates/debug/api-calls.php:69
2065
- msgid "Code"
2066
- msgstr "コード"
2067
-
2068
- #: templates/debug/api-calls.php:70
2069
- msgid "Length"
2070
- msgstr "長さ"
2071
-
2072
- #: templates/debug/api-calls.php:71
2073
- msgctxt "as file/folder path"
2074
- msgid "Path"
2075
- msgstr "パス"
2076
-
2077
- #: templates/debug/api-calls.php:73
2078
- msgid "Body"
2079
- msgstr "本文"
2080
-
2081
- #: templates/debug/api-calls.php:75
2082
- msgid "Result"
2083
- msgstr "結果"
2084
-
2085
- #: templates/debug/api-calls.php:76
2086
- msgid "Start"
2087
- msgstr "開始"
2088
-
2089
- #: templates/debug/api-calls.php:77
2090
- msgid "End"
2091
- msgstr "終了"
2092
-
2093
- #: templates/debug/logger.php:15
2094
- msgid "Log"
2095
- msgstr "グ"
2096
-
2097
- #. translators: %s: time period (e.g. In "2 hours")
2098
- #: templates/debug/plugins-themes-sync.php18,
2099
- #: templates/debug/scheduled-crons.php:91
2100
- msgid "In %s"
2101
- msgstr "%s 内"
2102
-
2103
- #. translators: %s: time period (e.g. "2 hours" ago)
2104
- #: templates/debug/plugins-themes-sync.php20,
2105
- #: templates/debug/scheduled-crons.php:93
2106
- msgid "%s ago"
2107
- msgstr "%s 前"
2108
-
2109
- #: templates/debug/plugins-themes-sync.php21,
2110
- #: templates/debug/scheduled-crons.php:74
2111
- msgctxt "seconds"
2112
- msgid "sec"
2113
- msgstr "秒"
2114
-
2115
- #: templates/debug/plugins-themes-sync.php:23
2116
- msgid "Plugins & Themes Sync"
2117
- msgstr "プラグインとテーマを同期"
2118
-
2119
- #: templates/debug/plugins-themes-sync.php:28
2120
- msgid "Total"
2121
- msgstr "トータル"
2122
-
2123
- #: templates/debug/plugins-themes-sync.php29,
2124
- #: templates/debug/scheduled-crons.php:84
2125
- msgid "Last"
2126
- msgstr "最終"
2127
-
2128
- #: templates/debug/scheduled-crons.php:76
2129
- msgid "Scheduled Crons"
2130
- msgstr "スケジュール Cron"
2131
-
2132
- #: templates/debug/scheduled-crons.php:81
2133
- msgid "Module"
2134
- msgstr "モジュール"
2135
-
2136
- #: templates/debug/scheduled-crons.php:82
2137
- msgid "Module Type"
2138
- msgstr "モジュールタイプ"
2139
-
2140
- #: templates/debug/scheduled-crons.php:83
2141
- msgid "Cron Type"
2142
- msgstr "Cron タイプ"
2143
-
2144
- #: templates/debug/scheduled-crons.php:85
2145
- msgid "Next"
2146
- msgstr "次"
2147
-
2148
- #: templates/forms/affiliation.php:82
2149
- msgid "Non-expiring"
2150
- msgstr "期限のない"
2151
-
2152
- #: templates/forms/affiliation.php:85
2153
- msgid "Apply to become an affiliate"
2154
- msgstr "アフィリエイトに応募する"
2155
-
2156
- #: templates/forms/affiliation.php:104
2157
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2158
- msgstr "%sのアフィリエイト申請は受理されました! 次のリンクからアフィリエイトエリアにログインしてください:%s"
2159
-
2160
- #: templates/forms/affiliation.php:119
2161
- 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."
2162
- msgstr "アフィリエイトプログラムに応募いただきありがとうございます。14日以内にお申し込み詳細をレビューし、改めてご連絡いたします。"
2163
-
2164
- #: templates/forms/affiliation.php:122
2165
- msgid "Your affiliation account was temporarily suspended."
2166
- msgstr "アフィリエイトアカウントは一時的に停止されました。"
2167
-
2168
- #: templates/forms/affiliation.php:125
2169
- 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."
2170
- msgstr "アフィリエイトアカウントに応募いただきありがとうございます。残念ながら現時点では申請を受理することができませんでした。30日後に改めてお申込みください。"
2171
-
2172
- #: templates/forms/affiliation.php:128
2173
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2174
- msgstr "アフィリエイト規約違反により、アフィリエイトアカウントを一時的に凍結させていただきました。ご質問等がありましたら、サポートにお問い合わせください。"
2175
-
2176
- #: templates/forms/affiliation.php:141
2177
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2178
- msgstr "%sは気に入りましたか? アンバサダーになって報酬を得ましょう ;-)"
2179
-
2180
- #: templates/forms/affiliation.php:142
2181
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2182
- msgstr "新規カスタマーに私たちの%sを紹介して、売り上げごとに%sのコミッションを得ましょう"
2183
-
2184
- #: templates/forms/affiliation.php:145
2185
- msgid "Program Summary"
2186
- msgstr "プログラム概要"
2187
-
2188
- #: templates/forms/affiliation.php:147
2189
- msgid "%s commission when a customer purchases a new license."
2190
- msgstr "カスタマーが新規ライセンスを購入するごとに%sのコミッションが発生します。"
2191
-
2192
- #: templates/forms/affiliation.php:149
2193
- msgid "Get commission for automated subscription renewals."
2194
- msgstr "サブスクリプションの自動更新でコミッションを得ましょう。"
2195
-
2196
- #: templates/forms/affiliation.php:152
2197
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2198
- msgstr "%s初回の訪問後、クッキーをトラッキングして収益の可能性を最大化しましょう。"
2199
-
2200
- #: templates/forms/affiliation.php:155
2201
- msgid "Unlimited commissions."
2202
- msgstr "無制限のコミッション。"
2203
-
2204
- #: templates/forms/affiliation.php:157
2205
- msgid "%s minimum payout amount."
2206
- msgstr "%sお支払いの最低金額"
2207
-
2208
- #: templates/forms/affiliation.php:158
2209
- msgid "Payouts are in USD and processed monthly via PayPal."
2210
- msgstr "お支払いは USD かつ PayPal 経由で毎月行われます。"
2211
-
2212
- #: templates/forms/affiliation.php:159
2213
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2214
- msgstr "30日間の返金期間があるため、コミッションのお支払いは30日以降になります。"
2215
-
2216
- #: templates/forms/affiliation.php:162
2217
- msgid "Affiliate"
2218
- msgstr "アフィリエイト"
2219
-
2220
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2221
- msgid "Email address"
2222
- msgstr "メールアドレス"
2223
-
2224
- #: templates/forms/affiliation.php:169
2225
- msgid "Full name"
2226
- msgstr "フルネーム"
2227
-
2228
- #: templates/forms/affiliation.php:173
2229
- msgid "PayPal account email address"
2230
- msgstr "PayPal アカウントのメールアドレス"
2231
-
2232
- #: templates/forms/affiliation.php:177
2233
- msgid "Where are you going to promote the %s?"
2234
- msgstr "%sのプロモーションを行うサイトはどこですか?"
2235
-
2236
- #: templates/forms/affiliation.php:179
2237
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2238
- msgstr "%sのプロモーションを行う予定のあなたのサイトや他のサイトのドメイン名を入力してください。"
2239
-
2240
- #: templates/forms/affiliation.php:181
2241
- msgid "Add another domain"
2242
- msgstr "ドメイン名を追加する"
2243
-
2244
- #: templates/forms/affiliation.php:185
2245
- msgid "Extra Domains"
2246
- msgstr "追加のドメイン名"
2247
-
2248
- #: templates/forms/affiliation.php:186
2249
- msgid "Extra domains where you will be marketing the product from."
2250
- msgstr "プロダクトフォームのマーケティングを行う追加ドメイン名。"
2251
-
2252
- #: templates/forms/affiliation.php:196
2253
- msgid "Promotion methods"
2254
- msgstr "プロモーション方法"
2255
-
2256
- #: templates/forms/affiliation.php:199
2257
- msgid "Social media (Facebook, Twitter, etc.)"
2258
- msgstr "ソーシャルメディア(Facebook、Twitter、その他)"
2259
-
2260
- #: templates/forms/affiliation.php:203
2261
- msgid "Mobile apps"
2262
- msgstr "モバイルアプリケーション"
2263
-
2264
- #: templates/forms/affiliation.php:207
2265
- msgid "Website, email, and social media statistics (optional)"
2266
- msgstr "ウェブサイト、Email またはソーシャルメディアの統計 (オプション)"
2267
-
2268
- #: templates/forms/affiliation.php:210
2269
- 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)."
2270
- msgstr "関係のあるウェブサイトやソーシャルメディアの統計を提供してください。例: サイトの月間訪問者数、Emailの購読者数、フォロワー数等 (機密情報として取り扱います)"
2271
-
2272
- #: templates/forms/affiliation.php:214
2273
- msgid "How will you promote us?"
2274
- msgstr "どのように我々をプロモートしますか?"
2275
-
2276
- #: templates/forms/affiliation.php:217
2277
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2278
- msgstr "どのように%sをプロモートするつもりなのか、詳細をお知らせください (できるだけ具体的にお願いします)"
2279
-
2280
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2281
- msgid "Cancel"
2282
- msgstr "キャンセル"
2283
-
2284
- #: templates/forms/affiliation.php:225
2285
- msgid "Become an affiliate"
2286
- msgstr "アフィリエイトになる"
2287
-
2288
- #: templates/forms/data-debug-mode.php:25
2289
- msgid "Please enter the license key to enable the debug mode:"
2290
- msgstr "Please enter the license key to enable the debug mode:"
2291
-
2292
- #: templates/forms/data-debug-mode.php:27
2293
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2294
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2295
-
2296
- #: templates/forms/data-debug-mode.php:32
2297
- msgid "Submit"
2298
- msgstr "Submit"
2299
-
2300
- #: templates/forms/data-debug-mode.php:36
2301
- msgid "User key"
2302
- msgstr "User key"
2303
-
2304
- #: templates/forms/license-activation.php:23
2305
- msgid "Please enter the license key that you received in the email right after the purchase:"
2306
- msgstr "購入後すぐにメールで受け取ったライセンスキーを入力してください:"
2307
-
2308
- #: templates/forms/license-activation.php:28
2309
- msgid "Update License"
2310
- msgstr "ライセンスを更新"
2311
-
2312
- #: templates/forms/optout.php:30
2313
- msgctxt "verb"
2314
- msgid "Opt Out"
2315
- msgstr "オプトアウト"
2316
-
2317
- #: templates/forms/optout.php:31
2318
- msgctxt "verb"
2319
- msgid "Opt In"
2320
- msgstr "オプトイン"
2321
-
2322
- #: templates/forms/optout.php:33
2323
- 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."
2324
- msgstr "使用の追跡は %s をより良くする名目の下に行われています。ユーザー体験をより良くし、新機能に優先順位をつけるためなどに使います。追跡を続けてもよいと再考してくれるなら本当に感謝致します。"
2325
-
2326
- #: templates/forms/optout.php:35
2327
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2328
- msgstr "\"オプトアウト\"をクリックすることで、もう %s から %s へのデータの送信は行いません。"
2329
-
2330
- #: templates/forms/premium-versions-upgrade-handler.php:40
2331
- msgid "There is a new version of %s available."
2332
- msgstr "%sの入手可能な新しいバージョンがあります"
2333
-
2334
- #: templates/forms/premium-versions-upgrade-handler.php:41
2335
- msgid " %s to access version %s security & feature updates, and support."
2336
- msgstr " %s to access version %s security & feature updates, and support."
2337
-
2338
- #: templates/forms/premium-versions-upgrade-handler.php:54
2339
- msgid "New Version Available"
2340
- msgstr "新しいバージョンがあります"
2341
-
2342
- #: templates/forms/premium-versions-upgrade-handler.php:75
2343
- msgctxt "close a window"
2344
- msgid "Dismiss"
2345
- msgstr "却下"
2346
-
2347
- #: templates/forms/resend-key.php:21
2348
- msgid "Send License Key"
2349
- msgstr "ライセンスキーを送信"
2350
-
2351
- #: templates/forms/resend-key.php:57
2352
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2353
- msgstr "アップグレードに使用したメールアドレスを下に入力してください。そうすれば、ライセンスキーをお送りします。"
2354
-
2355
- #: templates/forms/subscription-cancellation.php:37
2356
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2357
- msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2358
-
2359
- #: templates/forms/subscription-cancellation.php:47
2360
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2361
- msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2362
-
2363
- #: templates/forms/subscription-cancellation.php:52
2364
- msgid "license"
2365
- msgstr "license"
2366
-
2367
- #: templates/forms/subscription-cancellation.php:57
2368
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2369
- msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2370
-
2371
- #: templates/forms/subscription-cancellation.php:68
2372
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2373
- msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2374
-
2375
- #: templates/forms/subscription-cancellation.php:103
2376
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2377
- msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2378
-
2379
- #: templates/forms/subscription-cancellation.php:136
2380
- msgid "Cancel %s?"
2381
- msgstr "Cancel %s?"
2382
-
2383
- #: templates/forms/subscription-cancellation.php:143
2384
- msgid "Proceed"
2385
- msgstr "Proceed"
2386
-
2387
- #: templates/forms/subscription-cancellation.php191,
2388
- #: templates/forms/deactivation/form.php:171
2389
- msgid "Cancel %s & Proceed"
2390
- msgstr "Cancel %s & Proceed"
2391
-
2392
- #: templates/forms/trial-start.php:22
2393
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2394
- msgstr "%2$s プランの%1$s日間のフリートライアルを開始するまであとワンクリックです。"
2395
-
2396
- #: templates/forms/trial-start.php:28
2397
- 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."
2398
- msgstr "WordPress.orgのガイドラインに準拠するため、トライアルを開始する前に、ユーザーと重要でないサイト情報のオプトイン、更新の確認やトライアルの状態確認のために%sが%sに対して定期的にデータを送信する許可を得るように設定してください。"
2399
-
2400
- #: templates/js/style-premium-theme.php:39
2401
- msgid "Premium"
2402
- msgstr "プレミアム"
2403
-
2404
- #: templates/js/style-premium-theme.php:42
2405
- msgid "Beta"
2406
- msgstr "Beta"
2407
-
2408
- #: templates/partials/network-activation.php:27
2409
- msgid "Activate license on all sites in the network."
2410
- msgstr "ネットワーク上にあるすべてのサイトのライセンスを有効にする。"
2411
-
2412
- #: templates/partials/network-activation.php:28
2413
- msgid "Apply on all sites in the network."
2414
- msgstr "ネットワーク上にあるすべてのサイトに対して反映させる。"
2415
-
2416
- #: templates/partials/network-activation.php:31
2417
- msgid "Activate license on all pending sites."
2418
- msgstr "保留中のサイトすべてでライセンスを有効にする。"
2419
-
2420
- #: templates/partials/network-activation.php:32
2421
- msgid "Apply on all pending sites."
2422
- msgstr "保留中のサイトすべてに反映させる。"
2423
-
2424
- #: templates/partials/network-activation.php40,
2425
- #: templates/partials/network-activation.php:74
2426
- msgid "allow"
2427
- msgstr "許可"
2428
-
2429
- #: templates/partials/network-activation.php43,
2430
- #: templates/partials/network-activation.php:77
2431
- msgid "delegate"
2432
- msgstr "代表"
2433
-
2434
- #: templates/partials/network-activation.php47,
2435
- #: templates/partials/network-activation.php:81
2436
- msgid "skip"
2437
- msgstr "スキップ"
2438
-
2439
- #: templates/plugin-info/description.php72,
2440
- #: templates/plugin-info/screenshots.php:31
2441
- msgid "Click to view full-size screenshot %d"
2442
- msgstr "クリックしてフルサイズのスクリーンショットを見る %d"
2443
-
2444
- #: templates/plugin-info/features.php:56
2445
- msgid "Unlimited Updates"
2446
- msgstr "無制限のアップデート"
2447
-
2448
- #: templates/account/partials/activate-license-button.php:46
2449
- msgid "Localhost"
2450
- msgstr "localhost"
2451
-
2452
- #: templates/account/partials/activate-license-button.php:50
2453
- msgctxt "as 5 licenses left"
2454
- msgid "%s left"
2455
- msgstr "あと %s"
2456
-
2457
- #: templates/account/partials/activate-license-button.php:51
2458
- msgid "Last license"
2459
- msgstr "最新のライセンス"
2460
-
2461
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2462
- #. subscription'
2463
- #: templates/account/partials/addon.php:29
2464
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2465
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2466
-
2467
- #: templates/account/partials/addon.php:185
2468
- msgid "Cancelled"
2469
- msgstr "キャンセル"
2470
-
2471
- #: templates/account/partials/addon.php:195
2472
- msgid "No expiration"
2473
- msgstr "有効期限なし"
2474
-
2475
- #: templates/account/partials/site.php:189
2476
- msgid "Owner Name"
2477
- msgstr "所有者名"
2478
-
2479
- #: templates/account/partials/site.php:201
2480
- msgid "Owner Email"
2481
- msgstr "所有者の Email"
2482
-
2483
- #: templates/account/partials/site.php:213
2484
- msgid "Owner ID"
2485
- msgstr "オーナー ID"
2486
-
2487
- #: templates/account/partials/site.php:286
2488
- msgid "Subscription"
2489
- msgstr "サブスクリプション"
2490
-
2491
- #: templates/forms/deactivation/contact.php:19
2492
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2493
- msgstr "ご迷惑をおかけしてすいません。もし機会をいただけたらお手伝いをします。"
2494
-
2495
- #: templates/forms/deactivation/contact.php:22
2496
- msgid "Contact Support"
2497
- msgstr "サポートに連絡"
2498
-
2499
- #: templates/forms/deactivation/form.php:64
2500
- msgid "Anonymous feedback"
2501
- msgstr "匿名のフィードバック"
2502
-
2503
- #: templates/forms/deactivation/form.php:70
2504
- msgid "Deactivate"
2505
- msgstr "無効化"
2506
-
2507
- #: templates/forms/deactivation/form.php:72
2508
- msgid "Activate %s"
2509
- msgstr "%sを有効化する"
2510
-
2511
- #: templates/forms/deactivation/form.php:87
2512
- msgid "Quick Feedback"
2513
- msgstr "Quick Feedback"
2514
-
2515
- #: templates/forms/deactivation/form.php:91
2516
- msgid "If you have a moment, please let us know why you are %s"
2517
- msgstr "お時間があれば、なぜ%sするのか理由を教えてください。"
2518
-
2519
- #: templates/forms/deactivation/form.php:91
2520
- msgid "deactivating"
2521
- msgstr "無効化中"
2522
-
2523
- #: templates/forms/deactivation/form.php:91
2524
- msgid "switching"
2525
- msgstr "変更中"
2526
-
2527
- #: templates/forms/deactivation/form.php:365
2528
- msgid "Submit & %s"
2529
- msgstr "送信と%s"
2530
-
2531
- #: templates/forms/deactivation/form.php:386
2532
- msgid "Kindly tell us the reason so we can improve."
2533
- msgstr "改善できるよう、どうか理由を教えてください。"
2534
-
2535
- #: templates/forms/deactivation/form.php:511
2536
- msgid "Yes - %s"
2537
- msgstr "はい"
2538
-
2539
- #: templates/forms/deactivation/form.php:518
2540
- msgid "Skip & %s"
2541
- msgstr "スキップと%s"
2542
-
2543
- #: templates/forms/deactivation/retry-skip.php:21
2544
- msgid "Click here to use the plugin anonymously"
2545
- msgstr "匿名でプラグインを使用するにはこちらをクリック"
2546
-
2547
- #: templates/forms/deactivation/retry-skip.php:23
2548
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2549
- msgstr "見逃していたかもしれませんが、どんな情報も共有する必要はなく、オプトインを $s することができます。 "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-nl_NL.mo CHANGED
Binary file
freemius/languages/freemius-nl_NL.po DELETED
@@ -1,2547 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Benny Vluggen <benny@prodevign.com>, 2017-2018
5
- # Patrick Buntsma <info@stonehengecreations.nl>, 2018
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: WordPress SDK\n"
9
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
- "POT-Creation-Date: \n"
11
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
12
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
13
- "Language: nl_NL\n"
14
- "Language-Team: Dutch (Netherlands) (http://www.transifex.com/freemius/wordpress-sdk/language/nl_NL/)\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "MIME-Version: 1.0\n"
19
- "X-Poedit-Basepath: ..\n"
20
- "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"
21
- "X-Poedit-SearchPath-0: .\n"
22
- "X-Poedit-SearchPathExcluded-0: *.js\n"
23
- "X-Poedit-SourceCharset: UTF-8\n"
24
-
25
- #: includes/class-freemius.php1880, templates/account.php:840
26
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
28
-
29
- #: includes/class-freemius.php:1887
30
- msgid "Would you like to proceed with the update?"
31
- msgstr "Would you like to proceed with the update?"
32
-
33
- #: includes/class-freemius.php:2095
34
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
- msgstr "Freemius SDK kon het hoofdbestand van de plug-in niet vinden. Neem a.j.b. contact op met sdk@freemius.com m.b.t. deze fout."
36
-
37
- #: includes/class-freemius.php:2097
38
- msgid "Error"
39
- msgstr "Fout"
40
-
41
- #: includes/class-freemius.php:2491
42
- msgid "I found a better %s"
43
- msgstr "Ik vond een beter %s"
44
-
45
- #: includes/class-freemius.php:2493
46
- msgid "What's the %s's name?"
47
- msgstr "Wat is de naam van het %s?"
48
-
49
- #: includes/class-freemius.php:2499
50
- msgid "It's a temporary %s. I'm just debugging an issue."
51
- msgstr "Het betreft een tijdelijke %s. Ik ben een probleem aan het debuggen."
52
-
53
- #: includes/class-freemius.php:2501
54
- msgid "Deactivation"
55
- msgstr "Deactivatie"
56
-
57
- #: includes/class-freemius.php:2502
58
- msgid "Theme Switch"
59
- msgstr "Thema Wissel"
60
-
61
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
62
- msgid "Other"
63
- msgstr "Overige"
64
-
65
- #: includes/class-freemius.php:2519
66
- msgid "I no longer need the %s"
67
- msgstr "Ik heb de %s niet meer nodig "
68
-
69
- #: includes/class-freemius.php:2526
70
- msgid "I only needed the %s for a short period"
71
- msgstr "Ik had de %s alleen nodig voor een korte periode."
72
-
73
- #: includes/class-freemius.php:2532
74
- msgid "The %s broke my site"
75
- msgstr "De %s maakte mijn site onbruikbaar"
76
-
77
- #: includes/class-freemius.php:2539
78
- msgid "The %s suddenly stopped working"
79
- msgstr "De %s werkte opeens niet meer"
80
-
81
- #: includes/class-freemius.php:2549
82
- msgid "I can't pay for it anymore"
83
- msgstr "Ik kan er niet langer meer voor betalen"
84
-
85
- #: includes/class-freemius.php:2551
86
- msgid "What price would you feel comfortable paying?"
87
- msgstr "Welke bedrag zou je ervoor over hebben?"
88
-
89
- #: includes/class-freemius.php:2557
90
- msgid "I don't like to share my information with you"
91
- msgstr "Ik vind het niet prettig om mijn informatie met jullie te delen"
92
-
93
- #: includes/class-freemius.php:2578
94
- msgid "The %s didn't work"
95
- msgstr "De %s werkte niet"
96
-
97
- #: includes/class-freemius.php:2588
98
- msgid "I couldn't understand how to make it work"
99
- msgstr "Ik snapte niet hoe ik het aan het werk kon krijgen."
100
-
101
- #: includes/class-freemius.php:2596
102
- msgid "The %s is great, but I need specific feature that you don't support"
103
- msgstr "De %s is uitstekend, maar ik heb een specifieke feature nodig die jullie niet ondersteunen"
104
-
105
- #: includes/class-freemius.php:2598
106
- msgid "What feature?"
107
- msgstr "Welke feature?"
108
-
109
- #: includes/class-freemius.php:2602
110
- msgid "The %s is not working"
111
- msgstr "De %s werkt niet"
112
-
113
- #: includes/class-freemius.php:2604
114
- msgid "Kindly share what didn't work so we can fix it for future users..."
115
- msgstr "Wil je alsjeblieft zo vriendelijk zijn om te delen wat niet werkte, zodat we dat kunnen verbeteren voor toekomstige gebruikers ..."
116
-
117
- #: includes/class-freemius.php:2608
118
- msgid "It's not what I was looking for"
119
- msgstr "Het is niet waarna ik opzoek was"
120
-
121
- #: includes/class-freemius.php:2610
122
- msgid "What you've been looking for?"
123
- msgstr "Waar was je naar op zoek?"
124
-
125
- #: includes/class-freemius.php:2614
126
- msgid "The %s didn't work as expected"
127
- msgstr "De %s werkte niet zoals verwacht"
128
-
129
- #: includes/class-freemius.php:2616
130
- msgid "What did you expect?"
131
- msgstr "Wat had je verwacht?"
132
-
133
- #: includes/class-freemius.php3471, templates/debug.php:20
134
- msgid "Freemius Debug"
135
- msgstr "Freemius Debug"
136
-
137
- #: includes/class-freemius.php:4223
138
- msgid "I don't know what is cURL or how to install it, help me!"
139
- msgstr "Ik weet niet wat cURL is of hoe dat te installeren is, help me!"
140
-
141
- #: includes/class-freemius.php:4225
142
- 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."
143
- msgstr "We doen onze best om contact op te nemen met uw hostingbedrijf om het probleem op te lossen. We sturen een vervolgmail naar %s, zodra we een update hebben. "
144
-
145
- #: includes/class-freemius.php:4232
146
- 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."
147
- msgstr "Mooi, installeer alsjeblieft cURL en activeer het in je php.ini bestand. Tevens, zoek naar de 'disable_functions' directive in je php.ini bestand en verwijder iedere methode die start met 'curl_'. Gebruik 'phpinfo()' om je ervan te vergewissen dat het nu succesvol geactiveerd is. Als actief, deactiveer de %s en heractiveer deze opnieuw."
148
-
149
- #: includes/class-freemius.php:4337
150
- msgid "Yes - do your thing"
151
- msgstr "Ja, ga je gang"
152
-
153
- #: includes/class-freemius.php:4342
154
- msgid "No - just deactivate"
155
- msgstr "Nee - alleen deactiveren"
156
-
157
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
158
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
159
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
160
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
161
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
162
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
163
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
164
- #: templates/add-ons.php:57
165
- msgctxt "exclamation"
166
- msgid "Oops"
167
- msgstr "Oeps"
168
-
169
- #: includes/class-freemius.php:4456
170
- 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."
171
- msgstr "Bedankt dat je ons in de gelegenheid stelt dit op te lossen. Zojuist is er een bericht verstuurd naar onze technische staf. We laten wat van ons horen, aan %s, als we een update hebben. Bedankt voor je geduld."
172
-
173
- #: includes/class-freemius.php:4878
174
- msgctxt "addonX cannot run without pluginY"
175
- msgid "%s cannot run without %s."
176
- msgstr "%s werkt niet zonder %s."
177
-
178
- #: includes/class-freemius.php:4879
179
- msgctxt "addonX cannot run..."
180
- msgid "%s cannot run without the plugin."
181
- msgstr "%s werkt niet zonder de plug-in."
182
-
183
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
184
- #: includes/class-freemius.php:20122
185
- msgid "Unexpected API error. Please contact the %s's author with the following error."
186
- msgstr "Onverwachte API fout. Neem alsjeblieft contact op met de auteur van de %s met de volgende foutmelding."
187
-
188
- #: includes/class-freemius.php:5720
189
- msgid "Premium %s version was successfully activated."
190
- msgstr "Premium %s versie is succesvol geactiveerd."
191
-
192
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
193
- msgctxt ""
194
- msgid "W00t"
195
- msgstr "W00t"
196
-
197
- #: includes/class-freemius.php:5747
198
- msgid "You have a %s license."
199
- msgstr "Je hebt een %s licentie"
200
-
201
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
202
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
203
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
204
- #: includes/class-freemius.php:19876
205
- msgctxt "interjection expressing joy or exuberance"
206
- msgid "Yee-haw"
207
- msgstr "Hoera"
208
-
209
- #: includes/class-freemius.php:6015
210
- 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."
211
- msgstr "%s gratis proefperiode werd succesvol stop gezet. Daar de add-on alleen als premium versie beschikbaar is werd deze automatisch gedeactiveerd. Als u de add-on in de toekomst wilt gebruiken dient u een licentie aan te schaffen."
212
-
213
- #: includes/class-freemius.php:6019
214
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
215
- msgstr "%s is uitsluitend beschikbaar als een premium add-on. Je moet een licentie kopen voordat je de plug-in activeert."
216
-
217
- #: includes/class-freemius.php6028, templates/add-ons.php186,
218
- #: templates/account/partials/addon.php:381
219
- msgid "More information about %s"
220
- msgstr "Meer informatie over %s"
221
-
222
- #: includes/class-freemius.php:6029
223
- msgid "Purchase License"
224
- msgstr "Licentie Kopen"
225
-
226
- #: includes/class-freemius.php6964, templates/connect.php:163
227
- 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."
228
- msgstr "Als het goed is ontvang je een activatie e-mail voor %s in je %s mailbox. Zorg er alsjeblieft voor dat je op de activatie knop klikt in die e-mail aan %s."
229
-
230
- #: includes/class-freemius.php:6968
231
- msgid "start the trial"
232
- msgstr "start de proefperiode"
233
-
234
- #: includes/class-freemius.php6969, templates/connect.php:167
235
- msgid "complete the install"
236
- msgstr "voltooi de installatie"
237
-
238
- #: includes/class-freemius.php:7081
239
- msgid "You are just one step away - %s"
240
- msgstr "Je bent slechts een stap verwijderd - %s"
241
-
242
- #: includes/class-freemius.php:7084
243
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
244
- msgid "Complete \"%s\" Activation Now"
245
- msgstr "Voltooi \"%s\" Activatie Nu"
246
-
247
- #: includes/class-freemius.php:7162
248
- msgid "We made a few tweaks to the %s, %s"
249
- msgstr "We hebben een aantal aanpassingen gedaan op de %s, %s "
250
-
251
- #: includes/class-freemius.php:7166
252
- msgid "Opt in to make \"%s\" better!"
253
- msgstr "Opt-in om \"%s\" te verbeteren!"
254
-
255
- #: includes/class-freemius.php:7598
256
- msgid "The upgrade of %s was successfully completed."
257
- msgstr "De upgrade van %s is succesvol voltooid."
258
-
259
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
260
- #: includes/class-fs-plugin-updater.php1233,
261
- #: includes/class-fs-plugin-updater.php1240,
262
- #: templates/auto-installation.php:32
263
- msgid "Add-On"
264
- msgstr "Uitbreiding"
265
-
266
- #: includes/class-freemius.php9804, templates/account.php335,
267
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
268
- msgid "Plugin"
269
- msgstr "Plug-in"
270
-
271
- #: includes/class-freemius.php9805, templates/account.php336,
272
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
273
- #: templates/forms/deactivation/form.php:71
274
- msgid "Theme"
275
- msgstr "Thema"
276
-
277
- #: includes/class-freemius.php:12596
278
- msgid "An unknown error has occurred while trying to set the user's beta mode."
279
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
280
-
281
- #: includes/class-freemius.php:13020
282
- msgid "Invalid site details collection."
283
- msgstr "Ongeldige verzameling van Site Details."
284
-
285
- #: includes/class-freemius.php:13140
286
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
287
- msgstr "We konden je e-mailadres niet vinden in het systeem, ben je zeker dat dat het juiste adres is?"
288
-
289
- #: includes/class-freemius.php:13142
290
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
291
- msgstr "Er is geen actieve licentie gekoppeld aan dat e-mailadres, ben je zeker dat dat het juiste adres is?"
292
-
293
- #: includes/class-freemius.php:13416
294
- msgid "Account is pending activation."
295
- msgstr "Account wacht op activatie."
296
-
297
- #: includes/class-freemius.php13528,
298
- #: templates/forms/premium-versions-upgrade-handler.php:47
299
- msgid "Buy a license now"
300
- msgstr "Koop nu een licentie"
301
-
302
- #: includes/class-freemius.php13540,
303
- #: templates/forms/premium-versions-upgrade-handler.php:46
304
- msgid "Renew your license now"
305
- msgstr "Vernieuw je licentie nu"
306
-
307
- #: includes/class-freemius.php:13544
308
- msgid "%s to access version %s security & feature updates, and support."
309
- msgstr "%svoor toegang tot versie %s beveiliging en feature updates en support."
310
-
311
- #: includes/class-freemius.php:15957
312
- msgid "%s activation was successfully completed."
313
- msgstr "%s activatie is succesvol voltooid."
314
-
315
- #: includes/class-freemius.php:15971
316
- msgid "Your account was successfully activated with the %s plan."
317
- msgstr "Je account is succesvol geactiveerd met het %s plan."
318
-
319
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
320
- msgid "Your trial has been successfully started."
321
- msgstr "U proefperiode is met succes gestart."
322
-
323
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
324
- #: includes/class-freemius.php:16810
325
- msgid "Couldn't activate %s."
326
- msgstr "Kon %s niet activeren."
327
-
328
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
329
- #: includes/class-freemius.php:16811
330
- msgid "Please contact us with the following message:"
331
- msgstr "Neem a.u.b. contact met ons op met het volgende bericht:"
332
-
333
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
334
- msgid "An unknown error has occurred."
335
- msgstr "An unknown error has occurred."
336
-
337
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
338
- msgid "Upgrade"
339
- msgstr "Upgrade"
340
-
341
- #: includes/class-freemius.php:17174
342
- msgid "Start Trial"
343
- msgstr "Start Proefperiode"
344
-
345
- #: includes/class-freemius.php:17176
346
- msgid "Pricing"
347
- msgstr "Prijzen"
348
-
349
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
350
- msgid "Affiliation"
351
- msgstr "Affiliatie"
352
-
353
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
354
- #: templates/account.php183, templates/debug.php:326
355
- msgid "Account"
356
- msgstr "Account"
357
-
358
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
359
- #: includes/customizer/class-fs-customizer-support-section.php:60
360
- msgid "Contact Us"
361
- msgstr "Contacteer Ons"
362
-
363
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
364
- #: includes/class-freemius.php22096, templates/account.php111,
365
- #: templates/account/partials/addon.php:44
366
- msgid "Add-Ons"
367
- msgstr "Uitbreidingen"
368
-
369
- #: includes/class-freemius.php:17351
370
- msgctxt "ASCII arrow left icon"
371
- msgid "&#x2190;"
372
- msgstr "&#x2190;"
373
-
374
- #: includes/class-freemius.php:17351
375
- msgctxt "ASCII arrow right icon"
376
- msgid "&#x27a4;"
377
- msgstr "&#x27a4;"
378
-
379
- #: includes/class-freemius.php17353, templates/pricing.php:103
380
- msgctxt "noun"
381
- msgid "Pricing"
382
- msgstr "Prijzen"
383
-
384
- #: includes/class-freemius.php17566,
385
- #: includes/customizer/class-fs-customizer-support-section.php:67
386
- msgid "Support Forum"
387
- msgstr "Supportforum"
388
-
389
- #: includes/class-freemius.php:18536
390
- msgid "Your email has been successfully verified - you are AWESOME!"
391
- msgstr "Je e-mail werd succesvol geverifieerd - je bent GEWELDIG!"
392
-
393
- #: includes/class-freemius.php:18537
394
- msgctxt "a positive response"
395
- msgid "Right on"
396
- msgstr "Toppie"
397
-
398
- #: includes/class-freemius.php:19041
399
- msgid "seems like the key you entered doesn't match our records."
400
- msgstr "seems like the key you entered doesn't match our records."
401
-
402
- #: includes/class-freemius.php:19065
403
- 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."
404
- msgstr "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."
405
-
406
- #: includes/class-freemius.php:19283
407
- msgid "Your %s Add-on plan was successfully upgraded."
408
- msgstr "Uw %sAdd-on plan werd succesvol geüpgraded. "
409
-
410
- #: includes/class-freemius.php:19285
411
- msgid "%s Add-on was successfully purchased."
412
- msgstr "%s Add-on werd succesvol aangekocht."
413
-
414
- #: includes/class-freemius.php:19288
415
- msgid "Download the latest version"
416
- msgstr "Download de meeste recente versie"
417
-
418
- #: includes/class-freemius.php:19374
419
- 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"
420
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
421
-
422
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
423
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
424
- msgid "Error received from the server:"
425
- msgstr "Foutmelding ontvangen van de server:"
426
-
427
- #: includes/class-freemius.php:19390
428
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
429
- msgstr "Het lijkt erop dat een van de authenticatie parameters niet klopt. Update je Publieke Sleutel, Geheime Sleutel & Gebruikers ID en probeer het nogmaals. "
430
-
431
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
432
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
433
- msgctxt ""
434
- msgid "Hmm"
435
- msgstr "Hmm"
436
-
437
- #: includes/class-freemius.php:19617
438
- 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."
439
- msgstr "Het lijkt erop dat u nog steeds op het %s plan zit. Als u uw plan geüpgraded of veranderd heeft, dan is het waarschijnlijk een fout aan onze kant - sorry."
440
-
441
- #: includes/class-freemius.php19618, templates/account.php113,
442
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
443
- msgctxt "trial period"
444
- msgid "Trial"
445
- msgstr "Proefperiode"
446
-
447
- #: includes/class-freemius.php:19623
448
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
449
- msgstr "Ik heb mijn account geüpgraded maar als ik probeer te Synchroniseren blijft het plan %s."
450
-
451
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
452
- msgid "Please contact us here"
453
- msgstr "Neem hier a.u.b. contact met ons op"
454
-
455
- #: includes/class-freemius.php:19638
456
- msgid "Your plan was successfully activated."
457
- msgstr "Your plan was successfully activated."
458
-
459
- #: includes/class-freemius.php:19639
460
- msgid "Your plan was successfully upgraded."
461
- msgstr "Je plan is succesvol geüpgraded."
462
-
463
- #: includes/class-freemius.php:19656
464
- msgid "Your plan was successfully changed to %s."
465
- msgstr "Je plan is succesvol veranderd naar %s."
466
-
467
- #: includes/class-freemius.php:19672
468
- msgid "Your license has expired. You can still continue using the free %s forever."
469
- msgstr "Je licentie is verlopen. Je kan echter de gratis %s voor altijd blijven gebruiken."
470
-
471
- #: includes/class-freemius.php:19674
472
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
- msgstr "Je licentie is verlopen. %1$sUpgrade nu%2$s om de %3$s zonder interrupties te blijven gebruiken."
474
-
475
- #: includes/class-freemius.php:19682
476
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
477
- msgstr "Je licentie is geannuleerd. Als je denkt dat dat een fout is, neem dan alsjeblieft contact op met support."
478
-
479
- #: includes/class-freemius.php:19695
480
- 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."
481
- msgstr "Je licentie is verlopen. Je kan nog steeds alle %s features gebruiken, maar je zal je licentie moeten vernieuwen om weer updates en support te ontvangen."
482
-
483
- #: includes/class-freemius.php:19721
484
- msgid "Your free trial has expired. You can still continue using all our free features."
485
- msgstr "Je gratis proefperiode is verlopen. Je kan nog steeds al onze gratis features blijven gebruiken."
486
-
487
- #: includes/class-freemius.php:19723
488
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
- msgstr "Je gratis proefperiode is verlopen. %1$sUpgrade nu%2$som de %3$s zonder interrupties te blijven gebruiken. "
490
-
491
- #: includes/class-freemius.php:19831
492
- msgid "It looks like the license could not be activated."
493
- msgstr "Het lijkt erop dat de licentie niet geactiveerd kon worden."
494
-
495
- #: includes/class-freemius.php:19873
496
- msgid "Your license was successfully activated."
497
- msgstr "Je licentie is succesvol geactiveerd."
498
-
499
- #: includes/class-freemius.php:19899
500
- msgid "It looks like your site currently doesn't have an active license."
501
- msgstr "Het lijkt erop dat je site momenteel geen actieve licentie heeft."
502
-
503
- #: includes/class-freemius.php:19923
504
- msgid "It looks like the license deactivation failed."
505
- msgstr "Het lijkt erop dat het deactiveren van je licentie mislukt is."
506
-
507
- #: includes/class-freemius.php:19951
508
- msgid "Your license was successfully deactivated, you are back to the %s plan."
509
- msgstr "Je licentie is succesvol gedeactiveerd, je bent terug op het %s plan."
510
-
511
- #: includes/class-freemius.php:19952
512
- msgid "O.K"
513
- msgstr "Oké"
514
-
515
- #: includes/class-freemius.php:20005
516
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
- msgstr "Het lijkt erop, dat we een tijdelijk probleem hebben met het annuleren van je abonnement. Probeer het alsjeblieft over een paar minuten nog eens."
518
-
519
- #: includes/class-freemius.php:20014
520
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
- msgstr "Je abonnement is succesvol geannuleerd. De licentie van je %s-plan al over %s aflopen."
522
-
523
- #: includes/class-freemius.php:20056
524
- msgid "You are already running the %s in a trial mode."
525
- msgstr "Je draait de %s al in proefmodus."
526
-
527
- #: includes/class-freemius.php:20067
528
- msgid "You already utilized a trial before."
529
- msgstr "U heeft reeds een proefperiode gebruikt."
530
-
531
- #: includes/class-freemius.php:20081
532
- msgid "Plan %s do not exist, therefore, can't start a trial."
533
- msgstr "Plan %s bestaat niet, daarom kan proefperiode niet gestart worden."
534
-
535
- #: includes/class-freemius.php:20092
536
- msgid "Plan %s does not support a trial period."
537
- msgstr "Plan %s ondersteunt geen proefperiode."
538
-
539
- #: includes/class-freemius.php:20103
540
- msgid "None of the %s's plans supports a trial period."
541
- msgstr "Geen van de %s plannen ondersteunt een proefperiode."
542
-
543
- #: includes/class-freemius.php:20153
544
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
- msgstr "Het lijkt er op dat u niet langer meer in de proefperiode zit, dus er valt niets stop te zetten."
546
-
547
- #: includes/class-freemius.php:20189
548
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
549
- msgstr "Het lijkt er op dat we een tijdelijk probleem hebben met het opzeggen van uw proefperiode. Probeer het a.u.b. over enkele minuten nog eens."
550
-
551
- #: includes/class-freemius.php:20208
552
- msgid "Your %s free trial was successfully cancelled."
553
- msgstr "Uw gratis %s proefperiode is succesvol opgezegd. "
554
-
555
- #: includes/class-freemius.php:20524
556
- msgid "Version %s was released."
557
- msgstr "Versie %s is vrijgegeven."
558
-
559
- #: includes/class-freemius.php:20524
560
- msgid "Please download %s."
561
- msgstr "A.u.b. %s downloaden."
562
-
563
- #: includes/class-freemius.php:20531
564
- msgid "the latest %s version here"
565
- msgstr "de meest recente %s versie hier"
566
-
567
- #: includes/class-freemius.php:20536
568
- msgid "New"
569
- msgstr "Nieuw"
570
-
571
- #: includes/class-freemius.php:20541
572
- msgid "Seems like you got the latest release."
573
- msgstr "Het lijkt erop dat je de meest recente versie hebt."
574
-
575
- #: includes/class-freemius.php:20542
576
- msgid "You are all good!"
577
- msgstr "Alles is goed!"
578
-
579
- #: includes/class-freemius.php:20812
580
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
581
- msgstr "Verificatiemail zojuist verstuurd naar %s. Als je deze niet binnen 5 min. hebt ontvangen, kijk dan alsjeblieft in je spambox."
582
-
583
- #: includes/class-freemius.php:20951
584
- msgid "Site successfully opted in."
585
- msgstr "Site opt-in geslaagd. "
586
-
587
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
588
- msgid "Awesome"
589
- msgstr "Geweldig"
590
-
591
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
592
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
593
- msgstr "We waarderen je hulp om %s beter te maken door ons gebruiksdata te laten verzamelen. "
594
-
595
- #: includes/class-freemius.php:20969
596
- msgid "Thank you!"
597
- msgstr "Bedankt!"
598
-
599
- #: includes/class-freemius.php:20976
600
- msgid "We will no longer be sending any usage data of %s on %s to %s."
601
- msgstr "We zullen geen gebruiksdata meer verzenden van %s m.b.t. %s naar %s."
602
-
603
- #: includes/class-freemius.php:21105
604
- msgid "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."
605
- msgstr "Hou alsjeblieft je mailbox in de gaten, je zult een e-mail ontvangen via %s om de overdracht te bevestigen. Vanwege veiligheidsredenen moet je de overdracht binnen de volgende 15 min. bevestigen. Kijk eventueel in je spambox, mocht je de e-mail niet aantreffen in je inbox."
606
-
607
- #: includes/class-freemius.php:21111
608
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
- msgstr "Bedankt voor het bevestigen van de eigendomsoverdracht. Zojuist is er een e-mail verstuurd naar %s voor de definitieve goedkeuring. "
610
-
611
- #: includes/class-freemius.php:21116
612
- msgid "%s is the new owner of the account."
613
- msgstr "%s is de nieuwe eigenaar van het account."
614
-
615
- #: includes/class-freemius.php:21118
616
- msgctxt "as congratulations"
617
- msgid "Congrats"
618
- msgstr "Gefeliciteerd"
619
-
620
- #: includes/class-freemius.php:21138
621
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
622
- msgstr "Sorry, we konden de e-mail update niet voltooien. Een andere gebruiker met hetzelfde e-mailadres is reeds geregistreerd."
623
-
624
- #: includes/class-freemius.php:21139
625
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
626
- msgstr "Als je het eigendom van het %s account wilt overdragen aan %s, klik dan op de Eigendom Overdragen knop. "
627
-
628
- #: includes/class-freemius.php:21146
629
- msgid "Change Ownership"
630
- msgstr "Eigendom Overdragen"
631
-
632
- #: includes/class-freemius.php:21154
633
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
634
- msgstr "Je e-mailadres is succesvol verwerkt. Als het goed is ontvang je zometeen een e-mail met bevestigingsinstructies. "
635
-
636
- #: includes/class-freemius.php:21166
637
- msgid "Please provide your full name."
638
- msgstr "Geef alsjeblieft je volledige naam."
639
-
640
- #: includes/class-freemius.php:21171
641
- msgid "Your name was successfully updated."
642
- msgstr "Je naam is succesvol bijgewerkt."
643
-
644
- #: includes/class-freemius.php:21232
645
- msgid "You have successfully updated your %s."
646
- msgstr "Je hebt je %s succesvol geüpdatet."
647
-
648
- #: includes/class-freemius.php:21372
649
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
650
- msgstr "Voor alle duidelijkheid, de add-ons informatie van %s wordt opgehaald van een externe server."
651
-
652
- #: includes/class-freemius.php:21373
653
- msgctxt "advance notice of something that will need attention."
654
- msgid "Heads up"
655
- msgstr "Aankondiging"
656
-
657
- #: includes/class-freemius.php:21832
658
- msgctxt "exclamation"
659
- msgid "Hey"
660
- msgstr "Hoi"
661
-
662
- #: includes/class-freemius.php:21832
663
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
664
- msgstr "Hoe bevalt %s tot dusver? Test al onze %s premium features gedurende een%d-daagse gratis proefperiode."
665
-
666
- #: includes/class-freemius.php:21840
667
- msgid "No commitment for %s days - cancel anytime!"
668
- msgstr "Geen verplichting voor %s dagen - elk moment opzeggen!"
669
-
670
- #: includes/class-freemius.php:21841
671
- msgid "No credit card required"
672
- msgstr "Geen creditcard nodig"
673
-
674
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
675
- msgctxt "call to action"
676
- msgid "Start free trial"
677
- msgstr "Start gratis proefperidoe"
678
-
679
- #: includes/class-freemius.php:21925
680
- 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!"
681
- msgstr "Hey, wist je dat %s een samenwerkingsprogramma heeft? Als je de %s goedvindt, kun je onze ambassadeur worden en wat geld verdienen!"
682
-
683
- #: includes/class-freemius.php:21934
684
- msgid "Learn more"
685
- msgstr "Lees meer"
686
-
687
- #: includes/class-freemius.php22120, templates/account.php499,
688
- #: templates/account.php624, templates/connect.php171,
689
- #: templates/connect.php421, templates/forms/license-activation.php27,
690
- #: templates/account/partials/addon.php:321
691
- msgid "Activate License"
692
- msgstr "Activeer Licentie"
693
-
694
- #: includes/class-freemius.php22121, templates/account.php571,
695
- #: templates/account.php623, templates/account/partials/addon.php322,
696
- #: templates/account/partials/site.php:271
697
- msgid "Change License"
698
- msgstr "Verander Licentie"
699
-
700
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
701
- msgid "Opt Out"
702
- msgstr "Opt Out"
703
-
704
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
705
- #: templates/account/partials/site.php49,
706
- #: templates/account/partials/site.php:169
707
- msgid "Opt In"
708
- msgstr "Opt In"
709
-
710
- #: includes/class-freemius.php:22453
711
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
713
-
714
- #: includes/class-freemius.php:22461
715
- msgid "Activate %s features"
716
- msgstr "Activeer %s features."
717
-
718
- #: includes/class-freemius.php:22474
719
- msgid "Please follow these steps to complete the upgrade"
720
- msgstr "Volg alsjeblieft deze stappen om de upgrade te voltooien"
721
-
722
- #: includes/class-freemius.php:22478
723
- msgid "Download the latest %s version"
724
- msgstr "Download de meeste recente %s versie"
725
-
726
- #: includes/class-freemius.php:22482
727
- msgid "Upload and activate the downloaded version"
728
- msgstr "Upload en activeer de gedownloade versie"
729
-
730
- #: includes/class-freemius.php:22484
731
- msgid "How to upload and activate?"
732
- msgstr "Hoe te uploaden en activeren?"
733
-
734
- #: includes/class-freemius.php:22618
735
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
736
- msgstr "%sKlik hier%s om de sites te kiezen waar op je de licentie wilt activeren."
737
-
738
- #: includes/class-freemius.php:22779
739
- msgid "Auto installation only works for opted-in users."
740
- msgstr "Automatische installatie werkt alleen voor opted-in gebruikers."
741
-
742
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
743
- #: includes/class-fs-plugin-updater.php1212,
744
- #: includes/class-fs-plugin-updater.php:1226
745
- msgid "Invalid module ID."
746
- msgstr "Ongeldige Module-ID"
747
-
748
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
749
- msgid "Premium version already active."
750
- msgstr "Premium versie reeds actief."
751
-
752
- #: includes/class-freemius.php:22805
753
- msgid "You do not have a valid license to access the premium version."
754
- msgstr "Je hebt geen geldige licentie voor de premium versie."
755
-
756
- #: includes/class-freemius.php:22812
757
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
758
- msgstr "Plug-in is 'Serviceware' wat betekent dat het geen premium code versie bevat. "
759
-
760
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
761
- msgid "Premium add-on version already installed."
762
- msgstr "Premium add-on versie is reeds geïnstalleerd."
763
-
764
- #: includes/class-freemius.php:23180
765
- msgid "View paid features"
766
- msgstr "Bekijk betaalde kenmerken"
767
-
768
- #: includes/class-freemius.php:23502
769
- msgid "Thank you so much for using %s and its add-ons!"
770
- msgstr "Hartelijk bedankt voor het gebruik van %s en bijbehorende uitbreidingen!"
771
-
772
- #: includes/class-freemius.php:23503
773
- msgid "Thank you so much for using %s!"
774
- msgstr "Hartelijk bedankt voor het gebruik van %s!"
775
-
776
- #: includes/class-freemius.php:23509
777
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
778
- msgstr "Je hebt reeds ingestemd met onze gebruiks-tracking, wat ons helpt om %s te blijven verbeteren."
779
-
780
- #: includes/class-freemius.php:23513
781
- msgid "Thank you so much for using our products!"
782
- msgstr "Hartelijk bedankt voor het gebruiken van onze producten!"
783
-
784
- #: includes/class-freemius.php:23514
785
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
786
- msgstr "Je hebt reeds ingestemd met onze gebruiks-tracking, wat ons helpt om deze te blijven verbeteren."
787
-
788
- #: includes/class-freemius.php:23533
789
- msgid "%s and its add-ons"
790
- msgstr "%sen bijbehorende uitbreidingen"
791
-
792
- #: includes/class-freemius.php:23542
793
- msgid "Products"
794
- msgstr "Producten"
795
-
796
- #: includes/class-freemius.php23549, templates/connect.php:272
797
- msgid "Yes"
798
- msgstr "Ja"
799
-
800
- #: includes/class-freemius.php23550, templates/connect.php:273
801
- msgid "send me security & feature updates, educational content and offers."
802
- msgstr "stuur mij beveiliging & feature updates, educatieve content en aanbiedingen."
803
-
804
- #: includes/class-freemius.php23551, templates/connect.php:278
805
- msgid "No"
806
- msgstr "Nee"
807
-
808
- #: includes/class-freemius.php23553, templates/connect.php:280
809
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
810
- msgstr "stuur mij %sGEEN%s beveiliging & feature updates, educatieve content of aanbiedingen."
811
-
812
- #: includes/class-freemius.php:23563
813
- 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 :-)"
814
- msgstr "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 :-)"
815
-
816
- #: includes/class-freemius.php23565, templates/connect.php:287
817
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
818
- msgstr "Laat ons alsjeblieft weten als je op de hoogte gehouden wilt worden van beveiliging & feature updates, educatieve content en zo nu en dan aanbiedingen:"
819
-
820
- #: includes/class-freemius.php:23847
821
- msgid "License key is empty."
822
- msgstr "Licentiesleutel is leeg."
823
-
824
- #: includes/class-fs-plugin-updater.php206,
825
- #: templates/forms/premium-versions-upgrade-handler.php:57
826
- msgid "Renew license"
827
- msgstr "Vernieuw licentie"
828
-
829
- #: includes/class-fs-plugin-updater.php211,
830
- #: templates/forms/premium-versions-upgrade-handler.php:58
831
- msgid "Buy license"
832
- msgstr "Koop licentie"
833
-
834
- #: includes/class-fs-plugin-updater.php321,
835
- #: includes/class-fs-plugin-updater.php:354
836
- msgid "There is a %s of %s available."
837
- msgstr "Er is een %s van %s beschikbaar."
838
-
839
- #: includes/class-fs-plugin-updater.php323,
840
- #: includes/class-fs-plugin-updater.php:359
841
- msgid "new Beta version"
842
- msgstr "new Beta version"
843
-
844
- #: includes/class-fs-plugin-updater.php324,
845
- #: includes/class-fs-plugin-updater.php:360
846
- msgid "new version"
847
- msgstr "nieuwe versie"
848
-
849
- #: includes/class-fs-plugin-updater.php:383
850
- msgid "Important Upgrade Notice:"
851
- msgstr "Belangrijke Upgrade Mededeling:"
852
-
853
- #: includes/class-fs-plugin-updater.php:1277
854
- msgid "Installing plugin: %s"
855
- msgstr "Installeren van plug-in: %s"
856
-
857
- #: includes/class-fs-plugin-updater.php:1318
858
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
859
- msgstr "Toegang tot het bestandssysteem is niet mogelijk. Bevestig alsjeblieft je inloggegevens."
860
-
861
- #: includes/class-fs-plugin-updater.php:1500
862
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
863
- msgstr "Het remote plug-in pakket bevat geen folder met de verwachte slug en hernoemen werkte niet. "
864
-
865
- #: includes/fs-plugin-info-dialog.php:535
866
- msgid "Purchase More"
867
- msgstr "Purchase More"
868
-
869
- #: includes/fs-plugin-info-dialog.php536,
870
- #: templates/account/partials/addon.php:385
871
- msgctxt "verb"
872
- msgid "Purchase"
873
- msgstr "Koop"
874
-
875
- #: includes/fs-plugin-info-dialog.php:540
876
- msgid "Start my free %s"
877
- msgstr "Start mijn gratis %s"
878
-
879
- #: includes/fs-plugin-info-dialog.php:738
880
- msgid "Install Free Version Update Now"
881
- msgstr "Installeer Gratis Versie Update Nu"
882
-
883
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
884
- msgid "Install Update Now"
885
- msgstr "Installeer Update Nu"
886
-
887
- #: includes/fs-plugin-info-dialog.php:748
888
- msgid "Install Free Version Now"
889
- msgstr "Installer Gratis Versie Nu"
890
-
891
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
892
- #: templates/auto-installation.php111,
893
- #: templates/account/partials/addon.php365,
894
- #: templates/account/partials/addon.php:418
895
- msgid "Install Now"
896
- msgstr "Installeer Nu"
897
-
898
- #: includes/fs-plugin-info-dialog.php:765
899
- msgctxt "as download latest version"
900
- msgid "Download Latest Free Version"
901
- msgstr "Download Nieuwste Gratis Versie"
902
-
903
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
904
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
905
- msgctxt "as download latest version"
906
- msgid "Download Latest"
907
- msgstr "Download Nieuwste"
908
-
909
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
910
- #: templates/account/partials/addon.php356,
911
- #: templates/account/partials/addon.php:412
912
- msgid "Activate this add-on"
913
- msgstr "Activeer deze add-on"
914
-
915
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
916
- msgid "Activate Free Version"
917
- msgstr "Activeer Gratis Versie"
918
-
919
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
920
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
921
- msgid "Activate"
922
- msgstr "Activeer"
923
-
924
- #: includes/fs-plugin-info-dialog.php:994
925
- msgctxt "Plugin installer section title"
926
- msgid "Description"
927
- msgstr "Beschrijving"
928
-
929
- #: includes/fs-plugin-info-dialog.php:995
930
- msgctxt "Plugin installer section title"
931
- msgid "Installation"
932
- msgstr "Installatie"
933
-
934
- #: includes/fs-plugin-info-dialog.php:996
935
- msgctxt "Plugin installer section title"
936
- msgid "FAQ"
937
- msgstr "Veelgestelde Vragen"
938
-
939
- #: includes/fs-plugin-info-dialog.php997,
940
- #: templates/plugin-info/description.php:55
941
- msgid "Screenshots"
942
- msgstr "Schermafbeeldingen"
943
-
944
- #: includes/fs-plugin-info-dialog.php:998
945
- msgctxt "Plugin installer section title"
946
- msgid "Changelog"
947
- msgstr "Wijzigingen Log"
948
-
949
- #: includes/fs-plugin-info-dialog.php:999
950
- msgctxt "Plugin installer section title"
951
- msgid "Reviews"
952
- msgstr "Reviews"
953
-
954
- #: includes/fs-plugin-info-dialog.php:1000
955
- msgctxt "Plugin installer section title"
956
- msgid "Other Notes"
957
- msgstr "Andere Notities"
958
-
959
- #: includes/fs-plugin-info-dialog.php:1015
960
- msgctxt "Plugin installer section title"
961
- msgid "Features & Pricing"
962
- msgstr "Features & Prijzen"
963
-
964
- #: includes/fs-plugin-info-dialog.php:1025
965
- msgid "Plugin Install"
966
- msgstr "Plug-in Installatie"
967
-
968
- #: includes/fs-plugin-info-dialog.php:1097
969
- msgctxt "e.g. Professional Plan"
970
- msgid "%s Plan"
971
- msgstr "%s Plan"
972
-
973
- #: includes/fs-plugin-info-dialog.php:1123
974
- msgctxt "e.g. the best product"
975
- msgid "Best"
976
- msgstr "Beste"
977
-
978
- #: includes/fs-plugin-info-dialog.php1129,
979
- #: includes/fs-plugin-info-dialog.php:1149
980
- msgctxt "as every month"
981
- msgid "Monthly"
982
- msgstr "Maandelijks"
983
-
984
- #: includes/fs-plugin-info-dialog.php:1132
985
- msgctxt "as once a year"
986
- msgid "Annual"
987
- msgstr "Jaarlijks"
988
-
989
- #: includes/fs-plugin-info-dialog.php:1135
990
- msgid "Lifetime"
991
- msgstr "Levenslang"
992
-
993
- #: includes/fs-plugin-info-dialog.php1149,
994
- #: includes/fs-plugin-info-dialog.php1151,
995
- #: includes/fs-plugin-info-dialog.php:1153
996
- msgctxt "e.g. billed monthly"
997
- msgid "Billed %s"
998
- msgstr "%s gefactureerd "
999
-
1000
- #: includes/fs-plugin-info-dialog.php:1151
1001
- msgctxt "as once a year"
1002
- msgid "Annually"
1003
- msgstr "Jaarlijks"
1004
-
1005
- #: includes/fs-plugin-info-dialog.php:1153
1006
- msgctxt "as once a year"
1007
- msgid "Once"
1008
- msgstr "Eenmalig"
1009
-
1010
- #: includes/fs-plugin-info-dialog.php:1159
1011
- msgid "Single Site License"
1012
- msgstr "Enkele Site Licentie"
1013
-
1014
- #: includes/fs-plugin-info-dialog.php:1161
1015
- msgid "Unlimited Licenses"
1016
- msgstr "Onbeperkte Licenties"
1017
-
1018
- #: includes/fs-plugin-info-dialog.php:1163
1019
- msgid "Up to %s Sites"
1020
- msgstr "Tot %s Sites"
1021
-
1022
- #: includes/fs-plugin-info-dialog.php1173,
1023
- #: templates/plugin-info/features.php:82
1024
- msgctxt "as monthly period"
1025
- msgid "mo"
1026
- msgstr "mnd"
1027
-
1028
- #: includes/fs-plugin-info-dialog.php1180,
1029
- #: templates/plugin-info/features.php:80
1030
- msgctxt "as annual period"
1031
- msgid "year"
1032
- msgstr "jaar"
1033
-
1034
- #: includes/fs-plugin-info-dialog.php:1234
1035
- msgctxt "noun"
1036
- msgid "Price"
1037
- msgstr "Prijs"
1038
-
1039
- #: includes/fs-plugin-info-dialog.php:1282
1040
- msgid "Save %s"
1041
- msgstr "Bespaar %s"
1042
-
1043
- #: includes/fs-plugin-info-dialog.php:1292
1044
- msgid "No commitment for %s - cancel anytime"
1045
- msgstr "Geen verplichting voor %s - opzeggen kan altijd"
1046
-
1047
- #: includes/fs-plugin-info-dialog.php:1295
1048
- msgid "After your free %s, pay as little as %s"
1049
- msgstr "Na uw gratis %s, betaal slechts %s"
1050
-
1051
- #: includes/fs-plugin-info-dialog.php:1306
1052
- msgid "Details"
1053
- msgstr "Details"
1054
-
1055
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1056
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1057
- #: templates/account/partials/addon.php:36
1058
- msgctxt "product version"
1059
- msgid "Version"
1060
- msgstr "Versie"
1061
-
1062
- #: includes/fs-plugin-info-dialog.php:1317
1063
- msgctxt "as the plugin author"
1064
- msgid "Author"
1065
- msgstr "Auteur"
1066
-
1067
- #: includes/fs-plugin-info-dialog.php:1324
1068
- msgid "Last Updated"
1069
- msgstr "Laatst Geüpdatet"
1070
-
1071
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1072
- msgctxt "x-ago"
1073
- msgid "%s ago"
1074
- msgstr "%s geleden"
1075
-
1076
- #: includes/fs-plugin-info-dialog.php:1338
1077
- msgid "Requires WordPress Version"
1078
- msgstr "Vereiste WordPress-versie"
1079
-
1080
- #: includes/fs-plugin-info-dialog.php:1339
1081
- msgid "%s or higher"
1082
- msgstr "%s of hoger"
1083
-
1084
- #: includes/fs-plugin-info-dialog.php:1346
1085
- msgid "Compatible up to"
1086
- msgstr "Compatible tot"
1087
-
1088
- #: includes/fs-plugin-info-dialog.php:1354
1089
- msgid "Downloaded"
1090
- msgstr "Gedownload"
1091
-
1092
- #: includes/fs-plugin-info-dialog.php:1358
1093
- msgid "%s time"
1094
- msgstr "%s tijd"
1095
-
1096
- #: includes/fs-plugin-info-dialog.php:1360
1097
- msgid "%s times"
1098
- msgstr "%s tijden"
1099
-
1100
- #: includes/fs-plugin-info-dialog.php:1370
1101
- msgid "WordPress.org Plugin Page"
1102
- msgstr "WordPress.org Plug-in Pagina"
1103
-
1104
- #: includes/fs-plugin-info-dialog.php:1378
1105
- msgid "Plugin Homepage"
1106
- msgstr "Plug-in Homepage"
1107
-
1108
- #: includes/fs-plugin-info-dialog.php1386,
1109
- #: includes/fs-plugin-info-dialog.php:1468
1110
- msgid "Donate to this plugin"
1111
- msgstr "Doneer aan deze plug-in"
1112
-
1113
- #: includes/fs-plugin-info-dialog.php:1393
1114
- msgid "Average Rating"
1115
- msgstr "Gemiddelde Beoordeling"
1116
-
1117
- #: includes/fs-plugin-info-dialog.php:1400
1118
- msgid "based on %s"
1119
- msgstr "gebaseerd op %s"
1120
-
1121
- #: includes/fs-plugin-info-dialog.php:1404
1122
- msgid "%s rating"
1123
- msgstr "%s beoordeling"
1124
-
1125
- #: includes/fs-plugin-info-dialog.php:1406
1126
- msgid "%s ratings"
1127
- msgstr "%s beoordelingen"
1128
-
1129
- #: includes/fs-plugin-info-dialog.php:1421
1130
- msgid "%s star"
1131
- msgstr "%s ster"
1132
-
1133
- #: includes/fs-plugin-info-dialog.php:1423
1134
- msgid "%s stars"
1135
- msgstr "%s sterren"
1136
-
1137
- #: includes/fs-plugin-info-dialog.php:1434
1138
- msgid "Click to see reviews that provided a rating of %s"
1139
- msgstr "Klik om reviews te bekijken met een beoordeling van%s"
1140
-
1141
- #: includes/fs-plugin-info-dialog.php:1447
1142
- msgid "Contributors"
1143
- msgstr "Medewerkers"
1144
-
1145
- #: includes/fs-plugin-info-dialog.php1476,
1146
- #: includes/fs-plugin-info-dialog.php:1478
1147
- msgid "Warning"
1148
- msgstr "Waarschuwing"
1149
-
1150
- #: includes/fs-plugin-info-dialog.php:1476
1151
- msgid "This plugin has not been tested with your current version of WordPress."
1152
- msgstr "Deze plug-in is nog niet getest met je huidige WordPress versie. "
1153
-
1154
- #: includes/fs-plugin-info-dialog.php:1478
1155
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1156
- msgstr "Deze plug-in is niet als compatibel aangemerkt voor je huidige WordPress versie."
1157
-
1158
- #: includes/fs-plugin-info-dialog.php:1497
1159
- msgid "Paid add-on must be deployed to Freemius."
1160
- msgstr "Betaalde add-on moet op Freemius geplaatst worden."
1161
-
1162
- #: includes/fs-plugin-info-dialog.php:1498
1163
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1164
- msgstr "Add-on moet op WordPress.org of Freemius geplaatst worden."
1165
-
1166
- #: includes/fs-plugin-info-dialog.php:1519
1167
- msgid "Newer Version (%s) Installed"
1168
- msgstr "Nieuwere Versie (%s) Geïnstalleerd"
1169
-
1170
- #: includes/fs-plugin-info-dialog.php:1520
1171
- msgid "Newer Free Version (%s) Installed"
1172
- msgstr "Nieuwere Gratis Versie (%s) Geïnstalleerd"
1173
-
1174
- #: includes/fs-plugin-info-dialog.php:1527
1175
- msgid "Latest Version Installed"
1176
- msgstr "Meest Recente Versie Geïnstalleerd"
1177
-
1178
- #: includes/fs-plugin-info-dialog.php:1528
1179
- msgid "Latest Free Version Installed"
1180
- msgstr "Nieuwste Gratis Versie Geïnstalleerd"
1181
-
1182
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1183
- #: templates/account/partials/addon.php26,
1184
- #: templates/account/partials/site.php:311
1185
- msgid "Downgrading your plan"
1186
- msgstr "Je plan naar beneden bijstellen"
1187
-
1188
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1189
- #: templates/account/partials/addon.php27,
1190
- #: templates/account/partials/site.php:312
1191
- msgid "Cancelling the subscription"
1192
- msgstr "Het abonnement annuleren"
1193
-
1194
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1195
- #. subscription'
1196
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1197
- #: templates/account/partials/site.php:314
1198
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1200
-
1201
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1202
- #: templates/account/partials/addon.php30,
1203
- #: templates/account/partials/site.php:315
1204
- 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."
1205
- msgstr "Onthou alsjeblieft dat we geen oude prijzen voor verlengingen/nieuwe abonnementen na een annulering kunnen aanhouden. Als je in de toekomst besluit om een abonnement handmatig te vernieuwen, zal de nieuwe prijs (na een prijsverhoging die meestal jaarlijks plaatsvindt) worden berekend."
1206
-
1207
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1208
- #: templates/account/partials/addon.php:31
1209
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1210
- msgstr "Het stopzetten van de proefperiode zal de toegang tot de premium features onmiddellijk blokkeren. Weet je dat zeker?"
1211
-
1212
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1213
- #: templates/account/partials/addon.php32,
1214
- #: templates/account/partials/site.php:316
1215
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1216
- msgstr "Je kunt nog steeds van alle %s-mogelijkheden genieten, maar je zult geen toegang hebben tot %s veiligheids- en uitbreidingsupdates, noch ondersteuning."
1217
-
1218
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1219
- #: templates/account/partials/addon.php33,
1220
- #: templates/account/partials/site.php:317
1221
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1222
- msgstr "Als je licentie verloopt kan je nog steeds gebruik maken van de Gratis versie, maar je zal GEEN toegang meer hebben tot de %sfeatures."
1223
-
1224
- #. translators: %s: Plan title (e.g. "Professional")
1225
- #: templates/account.php101,
1226
- #: templates/account/partials/activate-license-button.php31,
1227
- #: templates/account/partials/addon.php:35
1228
- msgid "Activate %s Plan"
1229
- msgstr "Activeer %s Plan"
1230
-
1231
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1232
- #: templates/account.php104, templates/account/partials/addon.php38,
1233
- #: templates/account/partials/site.php:291
1234
- msgid "Auto renews in %s"
1235
- msgstr "Auto hernieuwd over %s"
1236
-
1237
- #. translators: %s: Time period (e.g. Expires in "2 months")
1238
- #: templates/account.php106, templates/account/partials/addon.php40,
1239
- #: templates/account/partials/site.php:293
1240
- msgid "Expires in %s"
1241
- msgstr "Verloopt over %s"
1242
-
1243
- #: templates/account.php:107
1244
- msgctxt "as synchronize license"
1245
- msgid "Sync License"
1246
- msgstr "Sync Licentie"
1247
-
1248
- #: templates/account.php108, templates/account/partials/addon.php:41
1249
- msgid "Cancel Trial"
1250
- msgstr "Proefperiode Opzeggen"
1251
-
1252
- #: templates/account.php109, templates/account/partials/addon.php:42
1253
- msgid "Change Plan"
1254
- msgstr "Wijzig Plan"
1255
-
1256
- #: templates/account.php110, templates/account/partials/addon.php:43
1257
- msgctxt "verb"
1258
- msgid "Upgrade"
1259
- msgstr "Upgrade"
1260
-
1261
- #: templates/account.php112, templates/account/partials/addon.php45,
1262
- #: templates/account/partials/site.php:318
1263
- msgctxt "verb"
1264
- msgid "Downgrade"
1265
- msgstr "Downgrade"
1266
-
1267
- #: templates/account.php114, templates/add-ons.php246,
1268
- #: templates/plugin-info/features.php72,
1269
- #: templates/account/partials/addon.php47,
1270
- #: templates/account/partials/site.php:33
1271
- msgid "Free"
1272
- msgstr "Gratis"
1273
-
1274
- #: templates/account.php116, templates/debug.php373,
1275
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1276
- #: templates/account/partials/addon.php:49
1277
- msgctxt "as product pricing plan"
1278
- msgid "Plan"
1279
- msgstr "Plan"
1280
-
1281
- #: templates/account.php:117
1282
- msgid "Bundle Plan"
1283
- msgstr "Bundle Plan"
1284
-
1285
- #: templates/account.php:191
1286
- msgid "Free Trial"
1287
- msgstr "Gratis Proefperiode"
1288
-
1289
- #: templates/account.php:202
1290
- msgid "Account Details"
1291
- msgstr "Accountgegevens"
1292
-
1293
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1294
- msgid "Start Debug"
1295
- msgstr "Start Debug"
1296
-
1297
- #: templates/account.php:211
1298
- msgid "Stop Debug"
1299
- msgstr "Stop Debug"
1300
-
1301
- #: templates/account.php:218
1302
- msgid "Billing & Invoices"
1303
- msgstr "Billing & Invoices"
1304
-
1305
- #: templates/account.php:229
1306
- 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?"
1307
- msgstr "Verwijdering van het account zal automatisch je %s licentie deactiveren zodat je die op andere sites kan gebruiken. Als je tevens je terugkerende betalingen wilt stopzetten, klik dan op de 'Annuleer' knop en 'Downgrade' je account eerst. Weet je zeker dat je wilt doorgaan met de verwijdering?"
1308
-
1309
- #: templates/account.php:231
1310
- 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?"
1311
- msgstr "Verwijdering is niet tijdelijk. Verwijder alleen als je deze %s niet langer wilt gebruiken. Weet je zeker dat je wilt doorgaan met de verwijdering?"
1312
-
1313
- #: templates/account.php:234
1314
- msgid "Delete Account"
1315
- msgstr "Verwijder Account"
1316
-
1317
- #: templates/account.php246, templates/account/partials/addon.php231,
1318
- #: templates/account/partials/deactivate-license-button.php:35
1319
- msgid "Deactivate License"
1320
- msgstr "Deactiveer Licentie"
1321
-
1322
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1323
- msgid "Are you sure you want to proceed?"
1324
- msgstr "Weet je zeker dat je wilt doorgaan?"
1325
-
1326
- #: templates/account.php269, templates/account/partials/addon.php:255
1327
- msgid "Cancel Subscription"
1328
- msgstr "Abonnement Opzeggen"
1329
-
1330
- #: templates/account.php298, templates/account/partials/addon.php:340
1331
- msgctxt "as synchronize"
1332
- msgid "Sync"
1333
- msgstr "Sync"
1334
-
1335
- #: templates/account.php313, templates/debug.php:507
1336
- msgid "Name"
1337
- msgstr "Naam"
1338
-
1339
- #: templates/account.php319, templates/debug.php:508
1340
- msgid "Email"
1341
- msgstr "E-mail"
1342
-
1343
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1344
- msgid "User ID"
1345
- msgstr "Gebruikers ID"
1346
-
1347
- #: templates/account.php344, templates/account.php637,
1348
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1349
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1350
- #: templates/debug.php632, templates/account/payments.php35,
1351
- #: templates/debug/logger.php:21
1352
- msgid "ID"
1353
- msgstr "ID"
1354
-
1355
- #: templates/account.php:351
1356
- msgid "Site ID"
1357
- msgstr "Site ID"
1358
-
1359
- #: templates/account.php:354
1360
- msgid "No ID"
1361
- msgstr "Geen ID"
1362
-
1363
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1364
- #: templates/debug.php458, templates/debug.php510,
1365
- #: templates/account/partials/site.php:227
1366
- msgid "Public Key"
1367
- msgstr "Publieke Sleutel"
1368
-
1369
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1370
- #: templates/debug.php511, templates/account/partials/site.php:239
1371
- msgid "Secret Key"
1372
- msgstr "Geheime Sleutel"
1373
-
1374
- #: templates/account.php:368
1375
- msgctxt "as secret encryption key missing"
1376
- msgid "No Secret"
1377
- msgstr "Geen Geheim"
1378
-
1379
- #: templates/account.php395, templates/account/partials/site.php120,
1380
- #: templates/account/partials/site.php:122
1381
- msgid "Trial"
1382
- msgstr "Proefperiode"
1383
-
1384
- #: templates/account.php422, templates/debug.php562,
1385
- #: templates/account/partials/site.php:260
1386
- msgid "License Key"
1387
- msgstr "Licentiesleutel"
1388
-
1389
- #: templates/account.php:453
1390
- msgid "Join the Beta program"
1391
- msgstr "Join the Beta program"
1392
-
1393
- #: templates/account.php:459
1394
- msgid "not verified"
1395
- msgstr "niet geverifieerd"
1396
-
1397
- #: templates/account.php468, templates/account/partials/addon.php:190
1398
- msgid "Expired"
1399
- msgstr "Verlopen"
1400
-
1401
- #: templates/account.php:528
1402
- msgid "Premium version"
1403
- msgstr "Premium versie"
1404
-
1405
- #: templates/account.php:530
1406
- msgid "Free version"
1407
- msgstr "Gratis versie"
1408
-
1409
- #: templates/account.php:542
1410
- msgid "Verify Email"
1411
- msgstr "Verifieer E-mail"
1412
-
1413
- #: templates/account.php:553
1414
- msgid "Download %s Version"
1415
- msgstr "Download %s Versie"
1416
-
1417
- #: templates/account.php568, templates/account.php820,
1418
- #: templates/account/partials/site.php248,
1419
- #: templates/account/partials/site.php:270
1420
- msgctxt "verb"
1421
- msgid "Show"
1422
- msgstr "Toon"
1423
-
1424
- #: templates/account.php:583
1425
- msgid "What is your %s?"
1426
- msgstr "Wat is je %s?"
1427
-
1428
- #: templates/account.php591, templates/account/billing.php:21
1429
- msgctxt "verb"
1430
- msgid "Edit"
1431
- msgstr "Bewerk"
1432
-
1433
- #: templates/account.php:616
1434
- msgid "Sites"
1435
- msgstr "Sites"
1436
-
1437
- #: templates/account.php:629
1438
- msgid "Search by address"
1439
- msgstr "Zoek op adres"
1440
-
1441
- #: templates/account.php638, templates/debug.php:368
1442
- msgid "Address"
1443
- msgstr "Adres"
1444
-
1445
- #: templates/account.php:639
1446
- msgid "License"
1447
- msgstr "Licentie"
1448
-
1449
- #: templates/account.php:640
1450
- msgid "Plan"
1451
- msgstr "Plan"
1452
-
1453
- #: templates/account.php:685
1454
- msgctxt "as software license"
1455
- msgid "License"
1456
- msgstr "Licentie"
1457
-
1458
- #: templates/account.php:814
1459
- msgctxt "verb"
1460
- msgid "Hide"
1461
- msgstr "Verberg"
1462
-
1463
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1464
- msgid "Processing"
1465
- msgstr "Processing"
1466
-
1467
- #: templates/account.php:839
1468
- msgid "Get updates for bleeding edge Beta versions of %s."
1469
- msgstr "Get updates for bleeding edge Beta versions of %s."
1470
-
1471
- #: templates/account.php:897
1472
- msgid "Cancelling %s"
1473
- msgstr "Annuleren %s"
1474
-
1475
- #: templates/account.php897, templates/account.php914,
1476
- #: templates/forms/subscription-cancellation.php27,
1477
- #: templates/forms/deactivation/form.php:133
1478
- msgid "trial"
1479
- msgstr "proefperiode"
1480
-
1481
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1482
- msgid "Cancelling %s..."
1483
- msgstr "%s wordt geannuleerd..."
1484
-
1485
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1486
- #: templates/forms/deactivation/form.php:134
1487
- msgid "subscription"
1488
- msgstr "abonnement"
1489
-
1490
- #: templates/account.php:929
1491
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1492
- msgstr "Deactiveren van je licentie zal alle premium features blokkeren, maar geeft je de mogelijkheid de licentie op een andere site te activeren. Weet je zeker dat je wilt doorgaan?"
1493
-
1494
- #: templates/add-ons.php:38
1495
- msgid "View details"
1496
- msgstr "Bekijk details"
1497
-
1498
- #: templates/add-ons.php:48
1499
- msgid "Add Ons for %s"
1500
- msgstr "Add-ons voor %s"
1501
-
1502
- #: templates/add-ons.php:58
1503
- 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."
1504
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1505
-
1506
- #: templates/add-ons.php:229
1507
- msgctxt "active add-on"
1508
- msgid "Active"
1509
- msgstr "Activeer"
1510
-
1511
- #: templates/add-ons.php:230
1512
- msgctxt "installed add-on"
1513
- msgid "Installed"
1514
- msgstr "Installed"
1515
-
1516
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1517
- #: templates/forms/resend-key.php:77
1518
- msgctxt "as close a window"
1519
- msgid "Dismiss"
1520
- msgstr "Afsluiten"
1521
-
1522
- #: templates/auto-installation.php:45
1523
- msgid "%s sec"
1524
- msgstr "%s sec"
1525
-
1526
- #: templates/auto-installation.php:83
1527
- msgid "Automatic Installation"
1528
- msgstr "Automatische Installatie"
1529
-
1530
- #: templates/auto-installation.php:93
1531
- msgid "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."
1532
- msgstr "Een geautomatiseerde download en installatie van %s (betaalde versie) van %s zal starten binnen %s. Als je dit handmatig wil doen, klik dan nu op de annuleer knop."
1533
-
1534
- #: templates/auto-installation.php:104
1535
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1536
- msgstr "Het installatieproces is gestart en kan enkele minuten duren om te voltooien. Wacht alsjeblieft totdat dat gebeurt is - deze pagina niet verversen."
1537
-
1538
- #: templates/auto-installation.php:109
1539
- msgid "Cancel Installation"
1540
- msgstr "Annuleer Installatie"
1541
-
1542
- #: templates/checkout.php:180
1543
- msgid "Checkout"
1544
- msgstr "Afrekenen"
1545
-
1546
- #: templates/checkout.php:180
1547
- msgid "PCI compliant"
1548
- msgstr "PCI-comform"
1549
-
1550
- #. translators: %s: name (e.g. Hey John,)
1551
- #: templates/connect.php:112
1552
- msgctxt "greeting"
1553
- msgid "Hey %s,"
1554
- msgstr "Hoi %s,"
1555
-
1556
- #: templates/connect.php:154
1557
- msgid "Allow & Continue"
1558
- msgstr "Toestaan & Ga Verder"
1559
-
1560
- #: templates/connect.php:158
1561
- msgid "Re-send activation email"
1562
- msgstr "Activatiemail opnieuw versturen"
1563
-
1564
- #: templates/connect.php:162
1565
- msgid "Thanks %s!"
1566
- msgstr "Bedankt %s!"
1567
-
1568
- #: templates/connect.php172, templates/forms/license-activation.php:46
1569
- msgid "Agree & Activate License"
1570
- msgstr "Akkoord & Activeer Licentie"
1571
-
1572
- #: templates/connect.php:181
1573
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1574
- msgstr "Bedankt voor het aanschaffen van %s! Om te beginnen, voer alsjeblieft je licentiesleutel in:"
1575
-
1576
- #: templates/connect.php:188
1577
- 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."
1578
- msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging en feature update notificaties, educatieve content, aanbiedingen, en niet-gevoelige diagnostische tracking met %4$s."
1579
-
1580
- #: templates/connect.php:189
1581
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1582
- msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging en feature update notificaties, en niet-gevoelige diagnostische tracking met %4$s."
1583
-
1584
- #: templates/connect.php:195
1585
- 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. If you skip this, that's okay! %1$s will still work just fine."
1586
- msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging & feature update notificaties, educatieve content, aanbiedingen, en niet-gevoelige diagnostische tracking met %4$s. Als je deze stap overslaat, geen probleem! %1$szal ook dan gewoon 100% werken. "
1587
-
1588
- #: templates/connect.php:196
1589
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1590
- msgstr "Mis nooit een belangrijke update - opt-in voor onze beveiliging & feature updates notificaties, en niet-gevoelige diagnostische tracking met %4$s. Als je deze stap overslaat, geen probleem! %1$szal ook dan gewoon 100% werken. "
1591
-
1592
- #: templates/connect.php:230
1593
- msgid "We're excited to introduce the Freemius network-level integration."
1594
- msgstr "We zijn verheugd om Freemius network-level integratie te introduceren."
1595
-
1596
- #: templates/connect.php:233
1597
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1598
- msgstr "Tijdens het update proces detecteerden we %dsite(s) waarvoor de licentie nog niet geactiveerd is."
1599
-
1600
- #: templates/connect.php:235
1601
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1602
- msgstr "Als je de %s op deze sites wil gebruiken, voer dan alsjeblieft de licentiesleutel hieronder in en klik op de activatie-knop."
1603
-
1604
- #: templates/connect.php:237
1605
- msgid "%s's paid features"
1606
- msgstr "%s betaalde mogelijkheden"
1607
-
1608
- #: templates/connect.php:242
1609
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1610
- msgstr "Je kunt dat eventueel ook nu overslaan en de licentie later in je %s netwerk-niveau Account pagina activeren. "
1611
-
1612
- #: templates/connect.php:244
1613
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1614
- msgstr "Tijdens het update proces detecteerden we %dsite(s) in het netwerk die jouw aandacht vereisen."
1615
-
1616
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1617
- #: templates/forms/license-activation.php:49
1618
- msgid "License key"
1619
- msgstr "Licentiesleutel"
1620
-
1621
- #: templates/connect.php256, templates/forms/license-activation.php:22
1622
- msgid "Can't find your license key?"
1623
- msgstr "Kan je je licentiesleutel niet vinden?"
1624
-
1625
- #: templates/connect.php315, templates/connect.php652,
1626
- #: templates/forms/deactivation/retry-skip.php:20
1627
- msgctxt "verb"
1628
- msgid "Skip"
1629
- msgstr "Sla Over"
1630
-
1631
- #: templates/connect.php:318
1632
- msgid "Delegate to Site Admins"
1633
- msgstr "Delegeren aan Site Beheerders"
1634
-
1635
- #: templates/connect.php:318
1636
- msgid "If you click it, this decision will be delegated to the sites administrators."
1637
- msgstr "Al je er op klikt, zal deze beslissing gedelegeerd worden aan de beheerders van de sites. "
1638
-
1639
- #: templates/connect.php:346
1640
- msgid "Your Profile Overview"
1641
- msgstr "Je Profiel Overzicht"
1642
-
1643
- #: templates/connect.php:347
1644
- msgid "Name and email address"
1645
- msgstr "Naam en e-mailadres"
1646
-
1647
- #: templates/connect.php:352
1648
- msgid "Your Site Overview"
1649
- msgstr "Je Site Overzicht"
1650
-
1651
- #: templates/connect.php:353
1652
- msgid "Site URL, WP version, PHP info, plugins & themes"
1653
- msgstr "Site URL, WP versie, PHP info, plug-ins & thema's"
1654
-
1655
- #: templates/connect.php:358
1656
- msgid "Admin Notices"
1657
- msgstr "Admin Mededelingen"
1658
-
1659
- #: templates/connect.php359, templates/connect.php:375
1660
- msgid "Updates, announcements, marketing, no spam"
1661
- msgstr "Updates, aankondigingen, marketing, geen spam"
1662
-
1663
- #: templates/connect.php:364
1664
- msgid "Current %s Events"
1665
- msgstr "Huidige %s Gebeurtenissen"
1666
-
1667
- #: templates/connect.php:365
1668
- msgid "Activation, deactivation and uninstall"
1669
- msgstr "Activatie, deactivatie en deïnstallatie"
1670
-
1671
- #: templates/connect.php:374
1672
- msgid "Newsletter"
1673
- msgstr "Nieuwsbrief"
1674
-
1675
- #: templates/connect.php391, templates/forms/license-activation.php:41
1676
- msgid "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."
1677
- msgstr "De %1$s zal periodiek data verzenden naar %2$s om te controleren op beveiliging en feature updates en om te verifiëren of je licentie geldig is."
1678
-
1679
- #: templates/connect.php:396
1680
- msgid "What permissions are being granted?"
1681
- msgstr "Welke toestemmingen worden er verleend?"
1682
-
1683
- #: templates/connect.php:417
1684
- msgid "Don't have a license key?"
1685
- msgstr "Heb je geen licentiesleutel?"
1686
-
1687
- #: templates/connect.php:420
1688
- msgid "Have a license key?"
1689
- msgstr "Heb je een licentiesleutel?"
1690
-
1691
- #: templates/connect.php:428
1692
- msgid "Privacy Policy"
1693
- msgstr "Privacybeleid"
1694
-
1695
- #: templates/connect.php:430
1696
- msgid "License Agreement"
1697
- msgstr "Licentieovereenkomst"
1698
-
1699
- #: templates/connect.php:430
1700
- msgid "Terms of Service"
1701
- msgstr "Servicevoorwaarden"
1702
-
1703
- #: templates/connect.php:805
1704
- msgctxt "as in the process of sending an email"
1705
- msgid "Sending email"
1706
- msgstr "E-mail versturen"
1707
-
1708
- #: templates/connect.php:806
1709
- msgctxt "as activating plugin"
1710
- msgid "Activating"
1711
- msgstr "Activeren"
1712
-
1713
- #: templates/contact.php:78
1714
- msgid "Contact"
1715
- msgstr "Contact"
1716
-
1717
- #: templates/debug.php:17
1718
- msgctxt "as turned off"
1719
- msgid "Off"
1720
- msgstr "Uit"
1721
-
1722
- #: templates/debug.php:18
1723
- msgctxt "as turned on"
1724
- msgid "On"
1725
- msgstr "Aan"
1726
-
1727
- #: templates/debug.php:20
1728
- msgid "SDK"
1729
- msgstr "SDK"
1730
-
1731
- #: templates/debug.php:24
1732
- msgctxt "as code debugging"
1733
- msgid "Debugging"
1734
- msgstr "Debugging"
1735
-
1736
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1737
- #: templates/debug.php:512
1738
- msgid "Actions"
1739
- msgstr "Acties"
1740
-
1741
- #: templates/debug.php:64
1742
- msgid "Are you sure you want to delete all Freemius data?"
1743
- msgstr "Weet u zeker dat u alle Freemius data wilt verwijderen?"
1744
-
1745
- #: templates/debug.php:64
1746
- msgid "Delete All Accounts"
1747
- msgstr "Verwijder All Accounts"
1748
-
1749
- #: templates/debug.php:71
1750
- msgid "Clear API Cache"
1751
- msgstr "API-Cache Leegmaken"
1752
-
1753
- #: templates/debug.php:79
1754
- msgid "Clear Updates Transients"
1755
- msgstr "Updates Transients Opschonen"
1756
-
1757
- #: templates/debug.php:86
1758
- msgid "Sync Data From Server"
1759
- msgstr "Synchroniseer Data Vanaf Server"
1760
-
1761
- #: templates/debug.php:95
1762
- msgid "Migrate Options to Network"
1763
- msgstr "Zet Opties over naar Netwerk"
1764
-
1765
- #: templates/debug.php:100
1766
- msgid "Load DB Option"
1767
- msgstr "Laad DB-optie"
1768
-
1769
- #: templates/debug.php:103
1770
- msgid "Set DB Option"
1771
- msgstr "Activeer DB-Optie"
1772
-
1773
- #: templates/debug.php:182
1774
- msgid "Key"
1775
- msgstr "Sleutel"
1776
-
1777
- #: templates/debug.php:183
1778
- msgid "Value"
1779
- msgstr "Waarde"
1780
-
1781
- #: templates/debug.php:199
1782
- msgctxt "as software development kit versions"
1783
- msgid "SDK Versions"
1784
- msgstr "SDK Versies"
1785
-
1786
- #: templates/debug.php:204
1787
- msgid "SDK Path"
1788
- msgstr "SDK Pad"
1789
-
1790
- #: templates/debug.php205, templates/debug.php:244
1791
- msgid "Module Path"
1792
- msgstr "Module Pad"
1793
-
1794
- #: templates/debug.php:206
1795
- msgid "Is Active"
1796
- msgstr "Is Actief"
1797
-
1798
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1799
- msgid "Plugins"
1800
- msgstr "Plug-ins"
1801
-
1802
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1803
- msgid "Themes"
1804
- msgstr "Thema's"
1805
-
1806
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1807
- #: templates/debug/scheduled-crons.php:80
1808
- msgid "Slug"
1809
- msgstr "Slug"
1810
-
1811
- #: templates/debug.php241, templates/debug.php:455
1812
- msgid "Title"
1813
- msgstr "Titel"
1814
-
1815
- #: templates/debug.php:242
1816
- msgctxt "as application program interface"
1817
- msgid "API"
1818
- msgstr "API"
1819
-
1820
- #: templates/debug.php:243
1821
- msgid "Freemius State"
1822
- msgstr "Freemius Status"
1823
-
1824
- #: templates/debug.php:247
1825
- msgid "Network Blog"
1826
- msgstr "Netwerk Blog"
1827
-
1828
- #: templates/debug.php:248
1829
- msgid "Network User"
1830
- msgstr "Netwerk Gebruiker"
1831
-
1832
- #: templates/debug.php:285
1833
- msgctxt "as connection was successful"
1834
- msgid "Connected"
1835
- msgstr "Verbonden"
1836
-
1837
- #: templates/debug.php:286
1838
- msgctxt "as connection blocked"
1839
- msgid "Blocked"
1840
- msgstr "Geblokkeerd"
1841
-
1842
- #: templates/debug.php:322
1843
- msgid "Simulate Trial Promotion"
1844
- msgstr "Simuleer Trial Actie"
1845
-
1846
- #: templates/debug.php:334
1847
- msgid "Simulate Network Upgrade"
1848
- msgstr "Simuleer Netwerk Upgrade"
1849
-
1850
- #: templates/debug.php:359
1851
- msgid "%s Installs"
1852
- msgstr "%s Installaties"
1853
-
1854
- #: templates/debug.php:361
1855
- msgctxt "like websites"
1856
- msgid "Sites"
1857
- msgstr "Sites"
1858
-
1859
- #: templates/debug.php367, templates/account/partials/site.php:156
1860
- msgid "Blog ID"
1861
- msgstr "Blog ID"
1862
-
1863
- #: templates/debug.php:372
1864
- msgid "License ID"
1865
- msgstr "License ID"
1866
-
1867
- #: templates/debug.php436, templates/debug.php535,
1868
- #: templates/account/partials/addon.php:435
1869
- msgctxt "verb"
1870
- msgid "Delete"
1871
- msgstr "Verwijder"
1872
-
1873
- #: templates/debug.php:450
1874
- msgid "Add Ons of module %s"
1875
- msgstr "Uitbreidingen van module %s"
1876
-
1877
- #: templates/debug.php:502
1878
- msgid "Users"
1879
- msgstr "Gebruikers"
1880
-
1881
- #: templates/debug.php:509
1882
- msgid "Verified"
1883
- msgstr "Geverifieerd"
1884
-
1885
- #: templates/debug.php:551
1886
- msgid "%s Licenses"
1887
- msgstr "%s Licenties"
1888
-
1889
- #: templates/debug.php:556
1890
- msgid "Plugin ID"
1891
- msgstr "Plug-in ID"
1892
-
1893
- #: templates/debug.php:558
1894
- msgid "Plan ID"
1895
- msgstr "Plan ID"
1896
-
1897
- #: templates/debug.php:559
1898
- msgid "Quota"
1899
- msgstr "Quota"
1900
-
1901
- #: templates/debug.php:560
1902
- msgid "Activated"
1903
- msgstr "Geactiveerd"
1904
-
1905
- #: templates/debug.php:561
1906
- msgid "Blocking"
1907
- msgstr "Geblokkeerd"
1908
-
1909
- #: templates/debug.php:563
1910
- msgctxt "as expiration date"
1911
- msgid "Expiration"
1912
- msgstr "Verloopdatum"
1913
-
1914
- #: templates/debug.php:590
1915
- msgid "Debug Log"
1916
- msgstr "Debug Log"
1917
-
1918
- #: templates/debug.php:594
1919
- msgid "All Types"
1920
- msgstr "Alle Types"
1921
-
1922
- #: templates/debug.php:601
1923
- msgid "All Requests"
1924
- msgstr "Alle Requests"
1925
-
1926
- #: templates/debug.php606, templates/debug.php635,
1927
- #: templates/debug/logger.php:25
1928
- msgid "File"
1929
- msgstr "Bestand"
1930
-
1931
- #: templates/debug.php607, templates/debug.php633,
1932
- #: templates/debug/logger.php:23
1933
- msgid "Function"
1934
- msgstr "Functie"
1935
-
1936
- #: templates/debug.php:608
1937
- msgid "Process ID"
1938
- msgstr "Proces-ID"
1939
-
1940
- #: templates/debug.php:609
1941
- msgid "Logger"
1942
- msgstr "Logger"
1943
-
1944
- #: templates/debug.php610, templates/debug.php634,
1945
- #: templates/debug/logger.php:24
1946
- msgid "Message"
1947
- msgstr "Bericht"
1948
-
1949
- #: templates/debug.php:612
1950
- msgid "Filter"
1951
- msgstr "Filter"
1952
-
1953
- #: templates/debug.php:620
1954
- msgid "Download"
1955
- msgstr "Download"
1956
-
1957
- #: templates/debug.php631, templates/debug/logger.php:22
1958
- msgid "Type"
1959
- msgstr "Type"
1960
-
1961
- #: templates/debug.php636, templates/debug/logger.php:26
1962
- msgid "Timestamp"
1963
- msgstr "Tijdstempel"
1964
-
1965
- #: templates/secure-https-header.php:28
1966
- msgid "Secure HTTPS %s page, running from an external domain"
1967
- msgstr "Beveiligde HTTPS %s pagina, loopt via een extern domein"
1968
-
1969
- #: includes/customizer/class-fs-customizer-support-section.php55,
1970
- #: templates/plugin-info/features.php:43
1971
- msgid "Support"
1972
- msgstr "Ondersteuning"
1973
-
1974
- #: includes/debug/class-fs-debug-bar-panel.php48,
1975
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1976
- msgctxt "milliseconds"
1977
- msgid "ms"
1978
- msgstr "ms"
1979
-
1980
- #: includes/debug/debug-bar-start.php:41
1981
- msgid "Freemius API"
1982
- msgstr "Freemius API"
1983
-
1984
- #: includes/debug/debug-bar-start.php:42
1985
- msgid "Requests"
1986
- msgstr "Aanvragen"
1987
-
1988
- #: templates/account/billing.php:22
1989
- msgctxt "verb"
1990
- msgid "Update"
1991
- msgstr "Bijwerken"
1992
-
1993
- #: templates/account/billing.php:33
1994
- msgid "Billing"
1995
- msgstr "Facturering"
1996
-
1997
- #: templates/account/billing.php38, templates/account/billing.php:38
1998
- msgid "Business name"
1999
- msgstr "Bedrijfsnaam"
2000
-
2001
- #: templates/account/billing.php39, templates/account/billing.php:39
2002
- msgid "Tax / VAT ID"
2003
- msgstr "Btw-nummer"
2004
-
2005
- #: templates/account/billing.php42, templates/account/billing.php42,
2006
- #: templates/account/billing.php43, templates/account/billing.php:43
2007
- msgid "Address Line %d"
2008
- msgstr "Adresregel %d"
2009
-
2010
- #: templates/account/billing.php46, templates/account/billing.php:46
2011
- msgid "City"
2012
- msgstr "Stad"
2013
-
2014
- #: templates/account/billing.php46, templates/account/billing.php:46
2015
- msgid "Town"
2016
- msgstr "Plaats"
2017
-
2018
- #: templates/account/billing.php47, templates/account/billing.php:47
2019
- msgid "ZIP / Postal Code"
2020
- msgstr "Postcode"
2021
-
2022
- #: templates/account/billing.php:302
2023
- msgid "Country"
2024
- msgstr "Land"
2025
-
2026
- #: templates/account/billing.php:304
2027
- msgid "Select Country"
2028
- msgstr "Selecteer Land"
2029
-
2030
- #: templates/account/billing.php311, templates/account/billing.php:312
2031
- msgid "State"
2032
- msgstr "Staat"
2033
-
2034
- #: templates/account/billing.php311, templates/account/billing.php:312
2035
- msgid "Province"
2036
- msgstr "Provincie"
2037
-
2038
- #: templates/account/payments.php:29
2039
- msgid "Payments"
2040
- msgstr "Betalingen"
2041
-
2042
- #: templates/account/payments.php:36
2043
- msgid "Date"
2044
- msgstr "Datum"
2045
-
2046
- #: templates/account/payments.php:37
2047
- msgid "Amount"
2048
- msgstr "Bedrag"
2049
-
2050
- #: templates/account/payments.php38, templates/account/payments.php:50
2051
- msgid "Invoice"
2052
- msgstr "Factuur"
2053
-
2054
- #: templates/debug/api-calls.php:56
2055
- msgid "API"
2056
- msgstr "API"
2057
-
2058
- #: templates/debug/api-calls.php:68
2059
- msgid "Method"
2060
- msgstr "Methodes"
2061
-
2062
- #: templates/debug/api-calls.php:69
2063
- msgid "Code"
2064
- msgstr "Code"
2065
-
2066
- #: templates/debug/api-calls.php:70
2067
- msgid "Length"
2068
- msgstr "Lengte"
2069
-
2070
- #: templates/debug/api-calls.php:71
2071
- msgctxt "as file/folder path"
2072
- msgid "Path"
2073
- msgstr "Pad"
2074
-
2075
- #: templates/debug/api-calls.php:73
2076
- msgid "Body"
2077
- msgstr "Body"
2078
-
2079
- #: templates/debug/api-calls.php:75
2080
- msgid "Result"
2081
- msgstr "Resultaat"
2082
-
2083
- #: templates/debug/api-calls.php:76
2084
- msgid "Start"
2085
- msgstr "Start"
2086
-
2087
- #: templates/debug/api-calls.php:77
2088
- msgid "End"
2089
- msgstr "Einde"
2090
-
2091
- #: templates/debug/logger.php:15
2092
- msgid "Log"
2093
- msgstr "Log"
2094
-
2095
- #. translators: %s: time period (e.g. In "2 hours")
2096
- #: templates/debug/plugins-themes-sync.php18,
2097
- #: templates/debug/scheduled-crons.php:91
2098
- msgid "In %s"
2099
- msgstr "Binnen %s"
2100
-
2101
- #. translators: %s: time period (e.g. "2 hours" ago)
2102
- #: templates/debug/plugins-themes-sync.php20,
2103
- #: templates/debug/scheduled-crons.php:93
2104
- msgid "%s ago"
2105
- msgstr "%s geleden"
2106
-
2107
- #: templates/debug/plugins-themes-sync.php21,
2108
- #: templates/debug/scheduled-crons.php:74
2109
- msgctxt "seconds"
2110
- msgid "sec"
2111
- msgstr "sec"
2112
-
2113
- #: templates/debug/plugins-themes-sync.php:23
2114
- msgid "Plugins & Themes Sync"
2115
- msgstr "Synchronisatie Plug-ins & Thema's"
2116
-
2117
- #: templates/debug/plugins-themes-sync.php:28
2118
- msgid "Total"
2119
- msgstr "Totaal"
2120
-
2121
- #: templates/debug/plugins-themes-sync.php29,
2122
- #: templates/debug/scheduled-crons.php:84
2123
- msgid "Last"
2124
- msgstr "Laatste"
2125
-
2126
- #: templates/debug/scheduled-crons.php:76
2127
- msgid "Scheduled Crons"
2128
- msgstr "Geplande Crons"
2129
-
2130
- #: templates/debug/scheduled-crons.php:81
2131
- msgid "Module"
2132
- msgstr "Module"
2133
-
2134
- #: templates/debug/scheduled-crons.php:82
2135
- msgid "Module Type"
2136
- msgstr "Moduletype"
2137
-
2138
- #: templates/debug/scheduled-crons.php:83
2139
- msgid "Cron Type"
2140
- msgstr "Cron Type"
2141
-
2142
- #: templates/debug/scheduled-crons.php:85
2143
- msgid "Next"
2144
- msgstr "Volgende"
2145
-
2146
- #: templates/forms/affiliation.php:82
2147
- msgid "Non-expiring"
2148
- msgstr "Niet-verlopende"
2149
-
2150
- #: templates/forms/affiliation.php:85
2151
- msgid "Apply to become an affiliate"
2152
- msgstr "Meld je aan om een affiliate partner te worden"
2153
-
2154
- #: templates/forms/affiliation.php:104
2155
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2156
- msgstr "Je samenwerkingsaanvraag voor %s is geaccepteerd! Log in op je samenwerkingsomgeving op: %s."
2157
-
2158
- #: templates/forms/affiliation.php:119
2159
- 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."
2160
- msgstr "Bedankt voor je aanvraag voor deelname aan ons samenwerkingsprogramma. We zullen binnen 14 dagen je gegevens doornemen, waarna we je aanvullende informatie zullen sturen."
2161
-
2162
- #: templates/forms/affiliation.php:122
2163
- msgid "Your affiliation account was temporarily suspended."
2164
- msgstr "Je affiliate account is tijdelijk geschorst."
2165
-
2166
- #: templates/forms/affiliation.php:125
2167
- 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."
2168
- msgstr "Bedankt voor je aanvraag voor deelname aan ons affiliate programma, helaas, op dit moment hebben we besloten je aanvraag af te wijzen. Probeer het alsjeblieft over 30 dagen nog eens."
2169
-
2170
- #: templates/forms/affiliation.php:128
2171
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2172
- msgstr "Als gevolg van het overtreden van onze affiliate voorwaarden, hebben we besloten je affiliate account tijdelijk te blokkeren. Neem voor eventuele vragen alsjeblieft contact op met support."
2173
-
2174
- #: templates/forms/affiliation.php:141
2175
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2176
- msgstr "Vind je de %s goed? Word dan onze ambassadeur en verdien cash ;-)"
2177
-
2178
- #: templates/forms/affiliation.php:142
2179
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2180
- msgstr "Verwijs nieuwe klanten naar onze %s en krijg %s commissie op iedere door jou doorverwezen, geslaagde verkoop!"
2181
-
2182
- #: templates/forms/affiliation.php:145
2183
- msgid "Program Summary"
2184
- msgstr "Programma Samenvatting"
2185
-
2186
- #: templates/forms/affiliation.php:147
2187
- msgid "%s commission when a customer purchases a new license."
2188
- msgstr "%s commissie als een klant een nieuwe licentie koopt. "
2189
-
2190
- #: templates/forms/affiliation.php:149
2191
- msgid "Get commission for automated subscription renewals."
2192
- msgstr "Krijg een commissie voor automatische abonnementsverlengingen."
2193
-
2194
- #: templates/forms/affiliation.php:152
2195
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2196
- msgstr "%s tracking cookie na eerste bezoek om je verdienpotentieel te maximaliseren."
2197
-
2198
- #: templates/forms/affiliation.php:155
2199
- msgid "Unlimited commissions."
2200
- msgstr "Onbeperkte commissies."
2201
-
2202
- #: templates/forms/affiliation.php:157
2203
- msgid "%s minimum payout amount."
2204
- msgstr "%s minimum uitbetalingsbedrag."
2205
-
2206
- #: templates/forms/affiliation.php:158
2207
- msgid "Payouts are in USD and processed monthly via PayPal."
2208
- msgstr "Uitbetalingen zijn in USD en worden maandelijks uitgevoerd via PayPal"
2209
-
2210
- #: templates/forms/affiliation.php:159
2211
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2212
- msgstr "Omdat wij 30 dagen reserveren voor eventuele terugstortingen, betalen we alleen commissies uit die ouder dan 30 dagen zijn."
2213
-
2214
- #: templates/forms/affiliation.php:162
2215
- msgid "Affiliate"
2216
- msgstr "Affiliate"
2217
-
2218
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2219
- msgid "Email address"
2220
- msgstr "E-mailadres"
2221
-
2222
- #: templates/forms/affiliation.php:169
2223
- msgid "Full name"
2224
- msgstr "Volledige naam"
2225
-
2226
- #: templates/forms/affiliation.php:173
2227
- msgid "PayPal account email address"
2228
- msgstr "PayPal account e-mailadres"
2229
-
2230
- #: templates/forms/affiliation.php:177
2231
- msgid "Where are you going to promote the %s?"
2232
- msgstr "Waar ga je de %s promoten?"
2233
-
2234
- #: templates/forms/affiliation.php:179
2235
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2236
- msgstr "Voer de domeinnaam in van je website of andere websites waar vanaf je van plan bent de %ste gaan promoten."
2237
-
2238
- #: templates/forms/affiliation.php:181
2239
- msgid "Add another domain"
2240
- msgstr "Voeg nog een domein toe"
2241
-
2242
- #: templates/forms/affiliation.php:185
2243
- msgid "Extra Domains"
2244
- msgstr "Extra Domeinen"
2245
-
2246
- #: templates/forms/affiliation.php:186
2247
- msgid "Extra domains where you will be marketing the product from."
2248
- msgstr "Extra domeinen vanaf waar je het product gaat promoten."
2249
-
2250
- #: templates/forms/affiliation.php:196
2251
- msgid "Promotion methods"
2252
- msgstr "Promotie methodes"
2253
-
2254
- #: templates/forms/affiliation.php:199
2255
- msgid "Social media (Facebook, Twitter, etc.)"
2256
- msgstr "Social media (Facebook, Twitter, etc.)"
2257
-
2258
- #: templates/forms/affiliation.php:203
2259
- msgid "Mobile apps"
2260
- msgstr "Mobiele apps"
2261
-
2262
- #: templates/forms/affiliation.php:207
2263
- msgid "Website, email, and social media statistics (optional)"
2264
- msgstr "Website, mail, and social media statistieken (optioneel)"
2265
-
2266
- #: templates/forms/affiliation.php:210
2267
- 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)."
2268
- msgstr "Voel je alsjeblieft vrij om elke relevante website of social media statistieken met ons te delen, bijvoorbeeld maandelijkse unieke bezoekers, aantal e-mail abonnees , volgers, etc. (we zullen deze informatie vertrouwelijk houden)."
2269
-
2270
- #: templates/forms/affiliation.php:214
2271
- msgid "How will you promote us?"
2272
- msgstr "Hoe ga je ons promoten?"
2273
-
2274
- #: templates/forms/affiliation.php:217
2275
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2276
- msgstr "Geef alsjeblieft zo gedetailleerd als mogelijk aan hoe je van plan bent om %s te gaan promoten."
2277
-
2278
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2279
- msgid "Cancel"
2280
- msgstr "Annuleer"
2281
-
2282
- #: templates/forms/affiliation.php:225
2283
- msgid "Become an affiliate"
2284
- msgstr "Wordt een affiliate"
2285
-
2286
- #: templates/forms/data-debug-mode.php:25
2287
- msgid "Please enter the license key to enable the debug mode:"
2288
- msgstr "Please enter the license key to enable the debug mode:"
2289
-
2290
- #: templates/forms/data-debug-mode.php:27
2291
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2292
- msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2293
-
2294
- #: templates/forms/data-debug-mode.php:32
2295
- msgid "Submit"
2296
- msgstr "Submit"
2297
-
2298
- #: templates/forms/data-debug-mode.php:36
2299
- msgid "User key"
2300
- msgstr "User key"
2301
-
2302
- #: templates/forms/license-activation.php:23
2303
- msgid "Please enter the license key that you received in the email right after the purchase:"
2304
- msgstr "Voer aalsjeblieft de licentiesleutel in die je ontving in de e-mail direct na de aankoop:"
2305
-
2306
- #: templates/forms/license-activation.php:28
2307
- msgid "Update License"
2308
- msgstr "Update Licentie"
2309
-
2310
- #: templates/forms/optout.php:30
2311
- msgctxt "verb"
2312
- msgid "Opt Out"
2313
- msgstr "Opt Out"
2314
-
2315
- #: templates/forms/optout.php:31
2316
- msgctxt "verb"
2317
- msgid "Opt In"
2318
- msgstr "Opt In"
2319
-
2320
- #: templates/forms/optout.php:33
2321
- 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."
2322
- msgstr "Het bijhouden van het gebruik wordt gedaan om %s te verbeteren. De gebruikerservaring te verbeteren, de prioriteit van nieuwe features te bepalen, en meer goede zaken. We zouden het heel erg op prijs stellen als je ons toch weer toestaat het gebruik te volgen. "
2323
-
2324
- #: templates/forms/optout.php:35
2325
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2326
- msgstr "Door op \"Opt Out\" te klikken, zullen wij niet langer gegevens van %s verzenden naar %s."
2327
-
2328
- #: templates/forms/premium-versions-upgrade-handler.php:40
2329
- msgid "There is a new version of %s available."
2330
- msgstr "Er is een nieuwe versie van %s beschikbaar."
2331
-
2332
- #: templates/forms/premium-versions-upgrade-handler.php:41
2333
- msgid " %s to access version %s security & feature updates, and support."
2334
- msgstr "%svoor toegang to versie %s beveiliging & features updates en support."
2335
-
2336
- #: templates/forms/premium-versions-upgrade-handler.php:54
2337
- msgid "New Version Available"
2338
- msgstr "Nieuwe Versie Beschikbaar"
2339
-
2340
- #: templates/forms/premium-versions-upgrade-handler.php:75
2341
- msgctxt "close a window"
2342
- msgid "Dismiss"
2343
- msgstr "Afsluiten"
2344
-
2345
- #: templates/forms/resend-key.php:21
2346
- msgid "Send License Key"
2347
- msgstr "Verzend Licentiesleutel"
2348
-
2349
- #: templates/forms/resend-key.php:57
2350
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2351
- msgstr "Voer hieronder het e-mailadres in dat je gebruikt hebt voor de upgrade en we zullen je jouw licentiesleutel opnieuw toesturen."
2352
-
2353
- #: templates/forms/subscription-cancellation.php:37
2354
- msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2355
- msgstr "Het deactiveren en deïnstalleren van de %s zal de licentie automatisch uitschakelen, die je dan kan gebruiken op een andere site."
2356
-
2357
- #: templates/forms/subscription-cancellation.php:47
2358
- msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
2359
- msgstr "Mocht je NIET van plan zijn om deze %s te gebruiken op deze site (of op een andere site) - wil je dan het %s ook opzeggen?"
2360
-
2361
- #: templates/forms/subscription-cancellation.php:52
2362
- msgid "license"
2363
- msgstr "licentie"
2364
-
2365
- #: templates/forms/subscription-cancellation.php:57
2366
- msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
2367
- msgstr "Annuleer %s - Ik heb niet meer enige beveiligings- en uitbreidingsupdates of ondersteuning voor %s nodig, omdat ik niet van plan ben de %sop deze of enige andere site te gebruiken."
2368
-
2369
- #: templates/forms/subscription-cancellation.php:68
2370
- msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2371
- msgstr "Annuleer %s niet - Ik wil nog steeds zowel beveiligings- en uitbreidingsupdates ontvangen als contact kunnen opnemen met Support."
2372
-
2373
- #: templates/forms/subscription-cancellation.php:103
2374
- msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
2375
- msgstr "Als je licentie afloopt, zul je %s niet meer kunnen gebruiken, tenzij je het opnieuw activeert met een geldige Premium-licentie."
2376
-
2377
- #: templates/forms/subscription-cancellation.php:136
2378
- msgid "Cancel %s?"
2379
- msgstr "%s annuleren?"
2380
-
2381
- #: templates/forms/subscription-cancellation.php:143
2382
- msgid "Proceed"
2383
- msgstr "Doorgaan"
2384
-
2385
- #: templates/forms/subscription-cancellation.php191,
2386
- #: templates/forms/deactivation/form.php:171
2387
- msgid "Cancel %s & Proceed"
2388
- msgstr "Annuleer %s & Ga Door"
2389
-
2390
- #: templates/forms/trial-start.php:22
2391
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2392
- msgstr "U bent 1-klik verwijderd van het starten van uw %1$s-daagse gratis proefperiode van het %2$s plan."
2393
-
2394
- #: templates/forms/trial-start.php:28
2395
- 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."
2396
- msgstr "Voordat we de proefperiode kunnen starten, vragen we je, in overeenstemming met de Wordpress.org-richtlijnen, in te stemmen je gebruikers- en niet-sensitieve site informatie door de %s periodiek te laten verzenden naar %s om te controleren op nieuwe versies en je proefversie te valideren."
2397
-
2398
- #: templates/js/style-premium-theme.php:39
2399
- msgid "Premium"
2400
- msgstr "Premium"
2401
-
2402
- #: templates/js/style-premium-theme.php:42
2403
- msgid "Beta"
2404
- msgstr "Beta"
2405
-
2406
- #: templates/partials/network-activation.php:27
2407
- msgid "Activate license on all sites in the network."
2408
- msgstr "Activeer licentie op alle sites in het netwerk."
2409
-
2410
- #: templates/partials/network-activation.php:28
2411
- msgid "Apply on all sites in the network."
2412
- msgstr "Pas toe op alle sites in het netwerk."
2413
-
2414
- #: templates/partials/network-activation.php:31
2415
- msgid "Activate license on all pending sites."
2416
- msgstr "Activeer licentie op alle in behandeling zijnde sites."
2417
-
2418
- #: templates/partials/network-activation.php:32
2419
- msgid "Apply on all pending sites."
2420
- msgstr "Pas toe op alle in behandeling zijnde sites."
2421
-
2422
- #: templates/partials/network-activation.php40,
2423
- #: templates/partials/network-activation.php:74
2424
- msgid "allow"
2425
- msgstr "toestaan"
2426
-
2427
- #: templates/partials/network-activation.php43,
2428
- #: templates/partials/network-activation.php:77
2429
- msgid "delegate"
2430
- msgstr "deligeren"
2431
-
2432
- #: templates/partials/network-activation.php47,
2433
- #: templates/partials/network-activation.php:81
2434
- msgid "skip"
2435
- msgstr "overslaan"
2436
-
2437
- #: templates/plugin-info/description.php72,
2438
- #: templates/plugin-info/screenshots.php:31
2439
- msgid "Click to view full-size screenshot %d"
2440
- msgstr "Klik voor het op volle-grootte bekijken van schermafbeelding %d"
2441
-
2442
- #: templates/plugin-info/features.php:56
2443
- msgid "Unlimited Updates"
2444
- msgstr "Onbeperkte Updates"
2445
-
2446
- #: templates/account/partials/activate-license-button.php:46
2447
- msgid "Localhost"
2448
- msgstr "Localhost"
2449
-
2450
- #: templates/account/partials/activate-license-button.php:50
2451
- msgctxt "as 5 licenses left"
2452
- msgid "%s left"
2453
- msgstr "%s beschikbaar"
2454
-
2455
- #: templates/account/partials/activate-license-button.php:51
2456
- msgid "Last license"
2457
- msgstr "Laatste licentie"
2458
-
2459
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2460
- #. subscription'
2461
- #: templates/account/partials/addon.php:29
2462
- msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2463
- msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2464
-
2465
- #: templates/account/partials/addon.php:185
2466
- msgid "Cancelled"
2467
- msgstr "Geannuleerd"
2468
-
2469
- #: templates/account/partials/addon.php:195
2470
- msgid "No expiration"
2471
- msgstr "Geen verloopdatum"
2472
-
2473
- #: templates/account/partials/site.php:189
2474
- msgid "Owner Name"
2475
- msgstr "Naam Eigenaar"
2476
-
2477
- #: templates/account/partials/site.php:201
2478
- msgid "Owner Email"
2479
- msgstr "E-mail Eigenaar"
2480
-
2481
- #: templates/account/partials/site.php:213
2482
- msgid "Owner ID"
2483
- msgstr "ID Eigenaar"
2484
-
2485
- #: templates/account/partials/site.php:286
2486
- msgid "Subscription"
2487
- msgstr "Abonnement"
2488
-
2489
- #: templates/forms/deactivation/contact.php:19
2490
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2491
- msgstr "Sorry voor het ongemak en we zijn er om je te helpen als je daartoe de kans geeft.."
2492
-
2493
- #: templates/forms/deactivation/contact.php:22
2494
- msgid "Contact Support"
2495
- msgstr "Contacteer Support"
2496
-
2497
- #: templates/forms/deactivation/form.php:64
2498
- msgid "Anonymous feedback"
2499
- msgstr "Anonieme terugkoppeling"
2500
-
2501
- #: templates/forms/deactivation/form.php:70
2502
- msgid "Deactivate"
2503
- msgstr "Deactiveer"
2504
-
2505
- #: templates/forms/deactivation/form.php:72
2506
- msgid "Activate %s"
2507
- msgstr "Activeer %s"
2508
-
2509
- #: templates/forms/deactivation/form.php:87
2510
- msgid "Quick Feedback"
2511
- msgstr "Snelle terugkoppeling"
2512
-
2513
- #: templates/forms/deactivation/form.php:91
2514
- msgid "If you have a moment, please let us know why you are %s"
2515
- msgstr "We zouden het zeer op prijs stellen, als je even hebt, om ons alsjeblieft te laten weten waarom je gaat %s"
2516
-
2517
- #: templates/forms/deactivation/form.php:91
2518
- msgid "deactivating"
2519
- msgstr "deactiveren"
2520
-
2521
- #: templates/forms/deactivation/form.php:91
2522
- msgid "switching"
2523
- msgstr "overschakelen"
2524
-
2525
- #: templates/forms/deactivation/form.php:365
2526
- msgid "Submit & %s"
2527
- msgstr "Verstuur & %s"
2528
-
2529
- #: templates/forms/deactivation/form.php:386
2530
- msgid "Kindly tell us the reason so we can improve."
2531
- msgstr "Wilt je alsjeblieft zo vriendelijk zijn om de reden te vermelden, zodat wij verbeteringen kunnen doorvoeren."
2532
-
2533
- #: templates/forms/deactivation/form.php:511
2534
- msgid "Yes - %s"
2535
- msgstr "Ja - %s"
2536
-
2537
- #: templates/forms/deactivation/form.php:518
2538
- msgid "Skip & %s"
2539
- msgstr "Sla over & %s"
2540
-
2541
- #: templates/forms/deactivation/retry-skip.php:21
2542
- msgid "Click here to use the plugin anonymously"
2543
- msgstr "Klik hier om de plug-in anoniem te gebruiken"
2544
-
2545
- #: templates/forms/deactivation/retry-skip.php:23
2546
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2547
- msgstr "Misschien heb je het gemist, maar je hoeft geen gegevens te delen en kunt de opt-in %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-ru_RU.mo CHANGED
Binary file
freemius/languages/freemius-ru_RU.po DELETED
@@ -1,2546 +0,0 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Robert Premmerce <info@premmerce.com>, 2018
5
- msgid ""
6
- msgstr ""
7
- "Project-Id-Version: WordPress SDK\n"
8
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: 2019-10-07 15:33+0000\n"
11
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
12
- "Language: ru_RU\n"
13
- "Language-Team: Russian (Russia) (http://www.transifex.com/freemius/wordpress-sdk/language/ru_RU/)\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
17
- "MIME-Version: 1.0\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "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"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
- "X-Poedit-SourceCharset: UTF-8\n"
23
-
24
- #: includes/class-freemius.php1880, templates/account.php:840
25
- msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
26
- msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
-
28
- #: includes/class-freemius.php:1887
29
- msgid "Would you like to proceed with the update?"
30
- msgstr "Would you like to proceed with the update?"
31
-
32
- #: includes/class-freemius.php:2095
33
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
34
- msgstr "Freemius SDK не удалось найти основной файл плагина. Пожалуйста, свяжитесь с sdk@freemius.com с текущей ошибкой."
35
-
36
- #: includes/class-freemius.php:2097
37
- msgid "Error"
38
- msgstr "Ошибка"
39
-
40
- #: includes/class-freemius.php:2491
41
- msgid "I found a better %s"
42
- msgstr "Я нашел лучший %s"
43
-
44
- #: includes/class-freemius.php:2493
45
- msgid "What's the %s's name?"
46
- msgstr "Какое название %s?"
47
-
48
- #: includes/class-freemius.php:2499
49
- msgid "It's a temporary %s. I'm just debugging an issue."
50
- msgstr "Это временная %s. Сейчас проходит проверка на наличие ошибок. "
51
-
52
- #: includes/class-freemius.php:2501
53
- msgid "Deactivation"
54
- msgstr "Деактивация"
55
-
56
- #: includes/class-freemius.php:2502
57
- msgid "Theme Switch"
58
- msgstr "Переключатель шаблона "
59
-
60
- #: includes/class-freemius.php2511, templates/forms/resend-key.php:24
61
- msgid "Other"
62
- msgstr "Другие"
63
-
64
- #: includes/class-freemius.php:2519
65
- msgid "I no longer need the %s"
66
- msgstr "%s больше не понадобится."
67
-
68
- #: includes/class-freemius.php:2526
69
- msgid "I only needed the %s for a short period"
70
- msgstr "%s требовалась на короткое время"
71
-
72
- #: includes/class-freemius.php:2532
73
- msgid "The %s broke my site"
74
- msgstr "%s повредила мой сайт"
75
-
76
- #: includes/class-freemius.php:2539
77
- msgid "The %s suddenly stopped working"
78
- msgstr "%s внезапно перестала работать "
79
-
80
- #: includes/class-freemius.php:2549
81
- msgid "I can't pay for it anymore"
82
- msgstr "Я больше не могу оплачивать это. "
83
-
84
- #: includes/class-freemius.php:2551
85
- msgid "What price would you feel comfortable paying?"
86
- msgstr "Какая стоимость была бы для Вас приемлемой? "
87
-
88
- #: includes/class-freemius.php:2557
89
- msgid "I don't like to share my information with you"
90
- msgstr "Я не хочу делиться личной информацией с Вами"
91
-
92
- #: includes/class-freemius.php:2578
93
- msgid "The %s didn't work"
94
- msgstr "%s не сработала"
95
-
96
- #: includes/class-freemius.php:2588
97
- msgid "I couldn't understand how to make it work"
98
- msgstr "Я не могу понять как сделать так, чтобы оно работало"
99
-
100
- #: includes/class-freemius.php:2596
101
- msgid "The %s is great, but I need specific feature that you don't support"
102
- msgstr "%s отличная возможность, но мне нужен определенный функционал, который вы не поддерживаете. "
103
-
104
- #: includes/class-freemius.php:2598
105
- msgid "What feature?"
106
- msgstr "Какой функционал?"
107
-
108
- #: includes/class-freemius.php:2602
109
- msgid "The %s is not working"
110
- msgstr "%s не работает"
111
-
112
- #: includes/class-freemius.php:2604
113
- msgid "Kindly share what didn't work so we can fix it for future users..."
114
- msgstr "Пожалуйста, сообщите о функционале, который не работает, чтобы мы смогли исправить его для дальнейшего использования. "
115
-
116
- #: includes/class-freemius.php:2608
117
- msgid "It's not what I was looking for"
118
- msgstr "Это не то, что я искал. "
119
-
120
- #: includes/class-freemius.php:2610
121
- msgid "What you've been looking for?"
122
- msgstr "Что именно Вы ищите? "
123
-
124
- #: includes/class-freemius.php:2614
125
- msgid "The %s didn't work as expected"
126
- msgstr "%s не сработала как ожидалось"
127
-
128
- #: includes/class-freemius.php:2616
129
- msgid "What did you expect?"
130
- msgstr "Каковы были Ваши ожидания? "
131
-
132
- #: includes/class-freemius.php3471, templates/debug.php:20
133
- msgid "Freemius Debug"
134
- msgstr "Исправление ошибок Freemius"
135
-
136
- #: includes/class-freemius.php:4223
137
- msgid "I don't know what is cURL or how to install it, help me!"
138
- msgstr "Я не знаю, что такое сURL и как его установить. Пожалуйста, помогите мне."
139
-
140
- #: includes/class-freemius.php:4225
141
- 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."
142
- msgstr "Мы обязательно свяжемся с Вашим хостинг провайдером и найдем решение. Как только у нас появится информация, Вам будет отправлено письмо на почту. "
143
-
144
- #: includes/class-freemius.php:4232
145
- 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."
146
- msgstr "Отлично! Пожалуйста, установите сURL и активируйте его в Вашем файле php.ini .Также, найдите директиву 'disable_functions' в файле php.ini и удалите все неактивные методы которые начинаются на 'curl_'. Чтобы убедится, что активация прошла успешно, используйте 'phpinfo()'. После активации, деактивируйте %s и снова активируйте ее. "
147
-
148
- #: includes/class-freemius.php:4337
149
- msgid "Yes - do your thing"
150
- msgstr "Да, делайте то, что Вам нужно. "
151
-
152
- #: includes/class-freemius.php:4342
153
- msgid "No - just deactivate"
154
- msgstr "Нет. Нужно деактивировать. "
155
-
156
- #: includes/class-freemius.php4387, includes/class-freemius.php4881,
157
- #: includes/class-freemius.php6032, includes/class-freemius.php13153,
158
- #: includes/class-freemius.php16558, includes/class-freemius.php16646,
159
- #: includes/class-freemius.php16812, includes/class-freemius.php19040,
160
- #: includes/class-freemius.php19381, includes/class-freemius.php19391,
161
- #: includes/class-freemius.php20051, includes/class-freemius.php20924,
162
- #: includes/class-freemius.php21039, includes/class-freemius.php21183,
163
- #: templates/add-ons.php:57
164
- msgctxt "exclamation"
165
- msgid "Oops"
166
- msgstr "Упс!"
167
-
168
- #: includes/class-freemius.php:4456
169
- 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."
170
- msgstr "Спасибо, что предоставили нам возможность исправить ошибку. Сообщение уже отправлено нашим техническим специалистам. Мы с Вами свяжемся, как только будет новая информация о %s. Благодарны за понимание. "
171
-
172
- #: includes/class-freemius.php:4878
173
- msgctxt "addonX cannot run without pluginY"
174
- msgid "%s cannot run without %s."
175
- msgstr "%s не работает без %s."
176
-
177
- #: includes/class-freemius.php:4879
178
- msgctxt "addonX cannot run..."
179
- msgid "%s cannot run without the plugin."
180
- msgstr "%s не может работать без плагина. "
181
-
182
- #: includes/class-freemius.php5052, includes/class-freemius.php5077,
183
- #: includes/class-freemius.php:20122
184
- msgid "Unexpected API error. Please contact the %s's author with the following error."
185
- msgstr "Неожиданная ошибка API. Пожалуйста, свяжитесь с автором %s в котором была обнаружена ошибка. "
186
-
187
- #: includes/class-freemius.php:5720
188
- msgid "Premium %s version was successfully activated."
189
- msgstr "Премиум версия %s была успешно активирована. "
190
-
191
- #: includes/class-freemius.php5732, includes/class-freemius.php:7599
192
- msgctxt ""
193
- msgid "W00t"
194
- msgstr "Вау!"
195
-
196
- #: includes/class-freemius.php:5747
197
- msgid "You have a %s license."
198
- msgstr "У Вас есть лицензия %s."
199
-
200
- #: includes/class-freemius.php5751, includes/class-freemius.php15975,
201
- #: includes/class-freemius.php15986, includes/class-freemius.php19292,
202
- #: includes/class-freemius.php19642, includes/class-freemius.php19711,
203
- #: includes/class-freemius.php:19876
204
- msgctxt "interjection expressing joy or exuberance"
205
- msgid "Yee-haw"
206
- msgstr "Ура!"
207
-
208
- #: includes/class-freemius.php:6015
209
- 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."
210
- msgstr "Бесплатный период пользования %s закончился. Этот плагин является премиум продуктом и он был деактивирован автоматически. Если Вы планируете дальнейшее его использование, пожалуйста купите лицензию. "
211
-
212
- #: includes/class-freemius.php:6019
213
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
- msgstr "%s является премиум продуктом. Необходимо купить лицензию перед активацией плагина. "
215
-
216
- #: includes/class-freemius.php6028, templates/add-ons.php186,
217
- #: templates/account/partials/addon.php:381
218
- msgid "More information about %s"
219
- msgstr "Больше информации о %s"
220
-
221
- #: includes/class-freemius.php:6029
222
- msgid "Purchase License"
223
- msgstr "Купите лицензию "
224
-
225
- #: includes/class-freemius.php6964, templates/connect.php:163
226
- 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."
227
- msgstr "Мы отправили Вам письмо для активации %s на Ваш электронный адрес %s. Пожалуйста, нажмите на кнопку активации в этом письме %s. "
228
-
229
- #: includes/class-freemius.php:6968
230
- msgid "start the trial"
231
- msgstr "Начать тестовый период"
232
-
233
- #: includes/class-freemius.php6969, templates/connect.php:167
234
- msgid "complete the install"
235
- msgstr "Закончить установку"
236
-
237
- #: includes/class-freemius.php:7081
238
- msgid "You are just one step away - %s"
239
- msgstr "Вам осталось совсем немножко %s"
240
-
241
- #: includes/class-freemius.php:7084
242
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
- msgid "Complete \"%s\" Activation Now"
244
- msgstr "Закончить активацию %s сейчас "
245
-
246
- #: includes/class-freemius.php:7162
247
- msgid "We made a few tweaks to the %s, %s"
248
- msgstr "Мы усовершенствовали в %s, %s для лучшей работы "
249
-
250
- #: includes/class-freemius.php:7166
251
- msgid "Opt in to make \"%s\" better!"
252
- msgstr "Opt in to make \"%s\" better!"
253
-
254
- #: includes/class-freemius.php:7598
255
- msgid "The upgrade of %s was successfully completed."
256
- msgstr "Обновление %s было успешно завершено"
257
-
258
- #: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
259
- #: includes/class-fs-plugin-updater.php1233,
260
- #: includes/class-fs-plugin-updater.php1240,
261
- #: templates/auto-installation.php:32
262
- msgid "Add-On"
263
- msgstr "Функционал плагина "
264
-
265
- #: includes/class-freemius.php9804, templates/account.php335,
266
- #: templates/account.php343, templates/debug.php360, templates/debug.php:551
267
- msgid "Plugin"
268
- msgstr "Плагин "
269
-
270
- #: includes/class-freemius.php9805, templates/account.php336,
271
- #: templates/account.php344, templates/debug.php360, templates/debug.php551,
272
- #: templates/forms/deactivation/form.php:71
273
- msgid "Theme"
274
- msgstr "Шаблон "
275
-
276
- #: includes/class-freemius.php:12596
277
- msgid "An unknown error has occurred while trying to set the user's beta mode."
278
- msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
-
280
- #: includes/class-freemius.php:13020
281
- msgid "Invalid site details collection."
282
- msgstr "Invalid site details collection."
283
-
284
- #: includes/class-freemius.php:13140
285
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
- msgstr "К сожалению, Ваш почтовый адрес не найден в системе. Вы уверены, что предоставили правильный адрес? "
287
-
288
- #: includes/class-freemius.php:13142
289
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
- msgstr "Активная лицензия выданная на этот электронный адрес не была найдена. Вы уверены, что предоставили правильный электронный адрес?"
291
-
292
- #: includes/class-freemius.php:13416
293
- msgid "Account is pending activation."
294
- msgstr "Учетная запись в процессе активации"
295
-
296
- #: includes/class-freemius.php13528,
297
- #: templates/forms/premium-versions-upgrade-handler.php:47
298
- msgid "Buy a license now"
299
- msgstr "Buy a license now"
300
-
301
- #: includes/class-freemius.php13540,
302
- #: templates/forms/premium-versions-upgrade-handler.php:46
303
- msgid "Renew your license now"
304
- msgstr "Renew your license now"
305
-
306
- #: includes/class-freemius.php:13544
307
- msgid "%s to access version %s security & feature updates, and support."
308
- msgstr "%s to access version %s security & feature updates, and support."
309
-
310
- #: includes/class-freemius.php:15957
311
- msgid "%s activation was successfully completed."
312
- msgstr "Активация %s была успешно завершена"
313
-
314
- #: includes/class-freemius.php:15971
315
- msgid "Your account was successfully activated with the %s plan."
316
- msgstr "Ваша учетная запись была успешно активирована согласно плану %s"
317
-
318
- #: includes/class-freemius.php15982, includes/class-freemius.php:19707
319
- msgid "Your trial has been successfully started."
320
- msgstr "Ваш тестовый период успешно начат"
321
-
322
- #: includes/class-freemius.php16556, includes/class-freemius.php16644,
323
- #: includes/class-freemius.php:16810
324
- msgid "Couldn't activate %s."
325
- msgstr "Невозможно активировать %s"
326
-
327
- #: includes/class-freemius.php16557, includes/class-freemius.php16645,
328
- #: includes/class-freemius.php:16811
329
- msgid "Please contact us with the following message:"
330
- msgstr "Пожалуйста, напишите нам сообщение следующего содержания:"
331
-
332
- #: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
333
- msgid "An unknown error has occurred."
334
- msgstr "An unknown error has occurred."
335
-
336
- #: includes/class-freemius.php17168, includes/class-freemius.php:22082
337
- msgid "Upgrade"
338
- msgstr "Сделать апгрейд "
339
-
340
- #: includes/class-freemius.php:17174
341
- msgid "Start Trial"
342
- msgstr "Начать тестовый период"
343
-
344
- #: includes/class-freemius.php:17176
345
- msgid "Pricing"
346
- msgstr "Цены "
347
-
348
- #: includes/class-freemius.php17256, includes/class-freemius.php:17258
349
- msgid "Affiliation"
350
- msgstr "Партнерство "
351
-
352
- #: includes/class-freemius.php17286, includes/class-freemius.php17288,
353
- #: templates/account.php183, templates/debug.php:326
354
- msgid "Account"
355
- msgstr "Личный кабинет"
356
-
357
- #: includes/class-freemius.php17302, includes/class-freemius.php17304,
358
- #: includes/customizer/class-fs-customizer-support-section.php:60
359
- msgid "Contact Us"
360
- msgstr "Контакты "
361
-
362
- #: includes/class-freemius.php17315, includes/class-freemius.php17317,
363
- #: includes/class-freemius.php22096, templates/account.php111,
364
- #: templates/account/partials/addon.php:44
365
- msgid "Add-Ons"
366
- msgstr "Настройки плагина "
367
-
368
- #: includes/class-freemius.php:17351
369
- msgctxt "ASCII arrow left icon"
370
- msgid "&#x2190;"
371
- msgstr "&#x2190;"
372
-
373
- #: includes/class-freemius.php:17351
374
- msgctxt "ASCII arrow right icon"
375
- msgid "&#x27a4;"
376
- msgstr "&#x27a4;"
377
-
378
- #: includes/class-freemius.php17353, templates/pricing.php:103
379
- msgctxt "noun"
380
- msgid "Pricing"
381
- msgstr "Цены"
382
-
383
- #: includes/class-freemius.php17566,
384
- #: includes/customizer/class-fs-customizer-support-section.php:67
385
- msgid "Support Forum"
386
- msgstr "Форум поддержки "
387
-
388
- #: includes/class-freemius.php:18536
389
- msgid "Your email has been successfully verified - you are AWESOME!"
390
- msgstr "Ваш электронный адрес был успешно подтвержден и Вы просто молодец!"
391
-
392
- #: includes/class-freemius.php:18537
393
- msgctxt "a positive response"
394
- msgid "Right on"
395
- msgstr "Все верно!"
396
-
397
- #: includes/class-freemius.php:19041
398
- msgid "seems like the key you entered doesn't match our records."
399
- msgstr "seems like the key you entered doesn't match our records."
400
-
401
- #: includes/class-freemius.php:19065
402
- 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."
403
- msgstr "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."
404
-
405
- #: includes/class-freemius.php:19283
406
- msgid "Your %s Add-on plan was successfully upgraded."
407
- msgstr "Ваш %s план был успешно обновлен"
408
-
409
- #: includes/class-freemius.php:19285
410
- msgid "%s Add-on was successfully purchased."
411
- msgstr "Покупка %s плагина успешно состоялась"
412
-
413
- #: includes/class-freemius.php:19288
414
- msgid "Download the latest version"
415
- msgstr "Скачай последнюю версию"
416
-
417
- #: includes/class-freemius.php:19374
418
- 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"
419
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
420
-
421
- #: includes/class-freemius.php19380, includes/class-freemius.php19390,
422
- #: includes/class-freemius.php19835, includes/class-freemius.php:19924
423
- msgid "Error received from the server:"
424
- msgstr "Ошибка сервера"
425
-
426
- #: includes/class-freemius.php:19390
427
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
428
- msgstr "Вероятно один из параметров является неверным. Обновите свой Public Key, Secret Key&User ID и повторите попытку."
429
-
430
- #: includes/class-freemius.php19604, includes/class-freemius.php19840,
431
- #: includes/class-freemius.php19895, includes/class-freemius.php:19998
432
- msgctxt ""
433
- msgid "Hmm"
434
- msgstr "Хм..."
435
-
436
- #: includes/class-freemius.php:19617
437
- 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."
438
- msgstr "Вероятно Вы все еще пользуетесь сервисом согласно плану %s. Если Вы обновляли или меняли свой тарифный план, то вероятно существуют какие-то трудности связанные с Вашим программным обеспечением. Извините. "
439
-
440
- #: includes/class-freemius.php19618, templates/account.php113,
441
- #: templates/add-ons.php250, templates/account/partials/addon.php:46
442
- msgctxt "trial period"
443
- msgid "Trial"
444
- msgstr "Тестовый период"
445
-
446
- #: includes/class-freemius.php:19623
447
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
448
- msgstr "Я провел апгрейд аккаунта, но при попытке синхронизировать лицензию, мой тарифный план не меняется. "
449
-
450
- #: includes/class-freemius.php19627, includes/class-freemius.php:19686
451
- msgid "Please contact us here"
452
- msgstr "Пожалуйста, напишите нам сообщение здесь. "
453
-
454
- #: includes/class-freemius.php:19638
455
- msgid "Your plan was successfully activated."
456
- msgstr "Your plan was successfully activated."
457
-
458
- #: includes/class-freemius.php:19639
459
- msgid "Your plan was successfully upgraded."
460
- msgstr "Ваш тарифный план был успешно изменен. "
461
-
462
- #: includes/class-freemius.php:19656
463
- msgid "Your plan was successfully changed to %s."
464
- msgstr "Ваш тарифный план был успешно изменен на %s."
465
-
466
- #: includes/class-freemius.php:19672
467
- msgid "Your license has expired. You can still continue using the free %s forever."
468
- msgstr "Срок действия Вашей лицензии закончился. Вы можете продолжать пользоваться бесплатной версией %s на бессрочной основе."
469
-
470
- #: includes/class-freemius.php:19674
471
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
472
- msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
473
-
474
- #: includes/class-freemius.php:19682
475
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
476
- msgstr "Ваша лицензия была аннулирована. Если Вы считаете, что это ошибка, пожалуйста свяжитесь с нашей службой поддержки. "
477
-
478
- #: includes/class-freemius.php:19695
479
- 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."
480
- msgstr "Срок действия Вашей лицензии закончен. Вы можете продолжать пользоваться всеми возможностями %s продлив Вашу лицензию. Вы также будете получать доступ к обновлениям и поддержке. "
481
-
482
- #: includes/class-freemius.php:19721
483
- msgid "Your free trial has expired. You can still continue using all our free features."
484
- msgstr "Your free trial has expired. You can still continue using all our free features."
485
-
486
- #: includes/class-freemius.php:19723
487
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
488
- msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
489
-
490
- #: includes/class-freemius.php:19831
491
- msgid "It looks like the license could not be activated."
492
- msgstr "Вероятно возникли трудности с активацией лицензии. "
493
-
494
- #: includes/class-freemius.php:19873
495
- msgid "Your license was successfully activated."
496
- msgstr "Ваша лицензия была успешно активирована. "
497
-
498
- #: includes/class-freemius.php:19899
499
- msgid "It looks like your site currently doesn't have an active license."
500
- msgstr "Вероятно Ваш сайт не использует активную лицензию сейчас. "
501
-
502
- #: includes/class-freemius.php:19923
503
- msgid "It looks like the license deactivation failed."
504
- msgstr "Вероятно деактивация лицензии не состоялась. "
505
-
506
- #: includes/class-freemius.php:19951
507
- msgid "Your license was successfully deactivated, you are back to the %s plan."
508
- msgstr "Ваша лицензия была успешно деактивирована и Вы снова пользуетесь планом %s."
509
-
510
- #: includes/class-freemius.php:19952
511
- msgid "O.K"
512
- msgstr "O.K."
513
-
514
- #: includes/class-freemius.php:20005
515
- msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
516
- msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
-
518
- #: includes/class-freemius.php:20014
519
- msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
520
- msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
-
522
- #: includes/class-freemius.php:20056
523
- msgid "You are already running the %s in a trial mode."
524
- msgstr "Вы уже пользуетесь тестовой версией %s "
525
-
526
- #: includes/class-freemius.php:20067
527
- msgid "You already utilized a trial before."
528
- msgstr "Вы уже использовали Ваш тестовый период"
529
-
530
- #: includes/class-freemius.php:20081
531
- msgid "Plan %s do not exist, therefore, can't start a trial."
532
- msgstr "Тарифного плана % не существует, поэтому Вы не можете начать тестовый период. "
533
-
534
- #: includes/class-freemius.php:20092
535
- msgid "Plan %s does not support a trial period."
536
- msgstr "Тарифный план % не предусматривает тестового периода. "
537
-
538
- #: includes/class-freemius.php:20103
539
- msgid "None of the %s's plans supports a trial period."
540
- msgstr "Тарифные планы %s не предусматривают тестовый период. "
541
-
542
- #: includes/class-freemius.php:20153
543
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
544
- msgstr "Возможно, Ваш тестовый период уже закончился. "
545
-
546
- #: includes/class-freemius.php:20189
547
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
548
- msgstr "К сожалению у нас возникли трудности с отменой Вашего тестового периода. Пожалуйста, повторите попытку через несколько минут."
549
-
550
- #: includes/class-freemius.php:20208
551
- msgid "Your %s free trial was successfully cancelled."
552
- msgstr "Ваш бесплатный тестовый период был успешно отменен. "
553
-
554
- #: includes/class-freemius.php:20524
555
- msgid "Version %s was released."
556
- msgstr "Релиз версии %s состоялся. "
557
-
558
- #: includes/class-freemius.php:20524
559
- msgid "Please download %s."
560
- msgstr "Пожалуйста, скачайте %s"
561
-
562
- #: includes/class-freemius.php:20531
563
- msgid "the latest %s version here"
564
- msgstr "Последняя версия %s здесь"
565
-
566
- #: includes/class-freemius.php:20536
567
- msgid "New"
568
- msgstr "Новое "
569
-
570
- #: includes/class-freemius.php:20541
571
- msgid "Seems like you got the latest release."
572
- msgstr "Вероятно, Вы пользуетесь последней версией"
573
-
574
- #: includes/class-freemius.php:20542
575
- msgid "You are all good!"
576
- msgstr "Все прошло хорошо!"
577
-
578
- #: includes/class-freemius.php:20812
579
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
580
- msgstr "Письмо подтверждение было только что отправлено на %s. Если Вы не получите его через 5 минут, пожалуйста, проверьте папку спам."
581
-
582
- #: includes/class-freemius.php:20951
583
- msgid "Site successfully opted in."
584
- msgstr "Site successfully opted in."
585
-
586
- #: includes/class-freemius.php20952, includes/class-freemius.php:21792
587
- msgid "Awesome"
588
- msgstr "Отлично!"
589
-
590
- #: includes/class-freemius.php20968, templates/forms/optout.php:32
591
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
592
- msgstr "Вы очень помогаете нам совершенствовать %s разрешая следить за некоторыми данными о пользовании. "
593
-
594
- #: includes/class-freemius.php:20969
595
- msgid "Thank you!"
596
- msgstr "Thank you!"
597
-
598
- #: includes/class-freemius.php:20976
599
- msgid "We will no longer be sending any usage data of %s on %s to %s."
600
- msgstr "We will no longer be sending any usage data of %s on %s to %s."
601
-
602
- #: includes/class-freemius.php:21105
603
- msgid "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."
604
- msgstr "Пожалуйста, проверьте свою электронную почту. Вы должны были получить письмо от %s для подтверждения смены прав использования. По причинам безопасности, Вы должны подтвердить изменения на протяжении 15 минут. Если письмо не пришло, пожалуйста проверьте папку спам. "
605
-
606
- #: includes/class-freemius.php:21111
607
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
608
- msgstr "Спасибо, что подтвердили изменение прав использования. Вам отправлено письмо на %s для окончательного подтверждения. "
609
-
610
- #: includes/class-freemius.php:21116
611
- msgid "%s is the new owner of the account."
612
- msgstr "%я является новым владельцем аккаунта"
613
-
614
- #: includes/class-freemius.php:21118
615
- msgctxt "as congratulations"
616
- msgid "Congrats"
617
- msgstr "Поздравления! "
618
-
619
- #: includes/class-freemius.php:21138
620
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
621
- msgstr "Извините, нам не удалось обновить электронный адрес. Другой пользователь с таким же адресом уже был зарегистрирован. "
622
-
623
- #: includes/class-freemius.php:21139
624
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
625
- msgstr "Если Вы передаете права пользования аккаунтом %s %s нажмите кнопку \" Сменить права использования\""
626
-
627
- #: includes/class-freemius.php:21146
628
- msgid "Change Ownership"
629
- msgstr "Сменить владельца лицензии "
630
-
631
- #: includes/class-freemius.php:21154
632
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
633
- msgstr "Ваш электронный адрес был успешно обновлен. Через несколько минут Вы получите письмо с инструкциями для подтверждения"
634
-
635
- #: includes/class-freemius.php:21166
636
- msgid "Please provide your full name."
637
- msgstr "Пожалуйста, введите Ваше полное имя"
638
-
639
- #: includes/class-freemius.php:21171
640
- msgid "Your name was successfully updated."
641
- msgstr "Ваше имя было успешно обновлено"
642
-
643
- #: includes/class-freemius.php:21232
644
- msgid "You have successfully updated your %s."
645
- msgstr "Вы успешно обновили Ваш %s"
646
-
647
- #: includes/class-freemius.php:21372
648
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
649
- msgstr "Сообщаем, что информация о дополнительных настройках %s предоставляется со стороннего сервера. "
650
-
651
- #: includes/class-freemius.php:21373
652
- msgctxt "advance notice of something that will need attention."
653
- msgid "Heads up"
654
- msgstr "Внимание!"
655
-
656
- #: includes/class-freemius.php:21832
657
- msgctxt "exclamation"
658
- msgid "Hey"
659
- msgstr "Привет!"
660
-
661
- #: includes/class-freemius.php:21832
662
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
663
- msgstr "Тебе нравится пользоваться %s? Воспользуйся всеми нашими премиум возможностями на протяжении %d - дневного тестового периода. "
664
-
665
- #: includes/class-freemius.php:21840
666
- msgid "No commitment for %s days - cancel anytime!"
667
- msgstr "Бесплатное пользование на протяжении %s дней. Отмена в любое время. "
668
-
669
- #: includes/class-freemius.php:21841
670
- msgid "No credit card required"
671
- msgstr "Не требуются данные платежной карты"
672
-
673
- #: includes/class-freemius.php21848, templates/forms/trial-start.php:53
674
- msgctxt "call to action"
675
- msgid "Start free trial"
676
- msgstr "Начни тестовый период!"
677
-
678
- #: includes/class-freemius.php:21925
679
- 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!"
680
- msgstr "Привет! Знали ли Вы, что %s предоставляет реферальную программу? Если Вам нравится %s, Вы можете стать нашим представителем и зарабатывать!"
681
-
682
- #: includes/class-freemius.php:21934
683
- msgid "Learn more"
684
- msgstr "Узнать больше"
685
-
686
- #: includes/class-freemius.php22120, templates/account.php499,
687
- #: templates/account.php624, templates/connect.php171,
688
- #: templates/connect.php421, templates/forms/license-activation.php27,
689
- #: templates/account/partials/addon.php:321
690
- msgid "Activate License"
691
- msgstr "Активировать лицензию"
692
-
693
- #: includes/class-freemius.php22121, templates/account.php571,
694
- #: templates/account.php623, templates/account/partials/addon.php322,
695
- #: templates/account/partials/site.php:271
696
- msgid "Change License"
697
- msgstr "Изменить лицензию "
698
-
699
- #: includes/class-freemius.php22217, templates/account/partials/site.php:169
700
- msgid "Opt Out"
701
- msgstr "Отказаться от использования"
702
-
703
- #: includes/class-freemius.php22219, includes/class-freemius.php22225,
704
- #: templates/account/partials/site.php49,
705
- #: templates/account/partials/site.php:169
706
- msgid "Opt In"
707
- msgstr "Присоединиться"
708
-
709
- #: includes/class-freemius.php:22453
710
- msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
711
- msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
712
-
713
- #: includes/class-freemius.php:22461
714
- msgid "Activate %s features"
715
- msgstr "Activate %s features"
716
-
717
- #: includes/class-freemius.php:22474
718
- msgid "Please follow these steps to complete the upgrade"
719
- msgstr "Пожалуйста, пройдите эти шаги для того, чтобы произвести апгрейд"
720
-
721
- #: includes/class-freemius.php:22478
722
- msgid "Download the latest %s version"
723
- msgstr "Скачайте последнюю версию %s"
724
-
725
- #: includes/class-freemius.php:22482
726
- msgid "Upload and activate the downloaded version"
727
- msgstr "Загрузите и активируйте скачанную версию"
728
-
729
- #: includes/class-freemius.php:22484
730
- msgid "How to upload and activate?"
731
- msgstr "Как загрузить и активировать?"
732
-
733
- #: includes/class-freemius.php:22618
734
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
735
- msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
736
-
737
- #: includes/class-freemius.php:22779
738
- msgid "Auto installation only works for opted-in users."
739
- msgstr "Авто установка работает только для зарегистрированных пользователей."
740
-
741
- #: includes/class-freemius.php22789, includes/class-freemius.php22822,
742
- #: includes/class-fs-plugin-updater.php1212,
743
- #: includes/class-fs-plugin-updater.php:1226
744
- msgid "Invalid module ID."
745
- msgstr "Неверный ID модуля"
746
-
747
- #: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
748
- msgid "Premium version already active."
749
- msgstr "Премиум версия уже активирована"
750
-
751
- #: includes/class-freemius.php:22805
752
- msgid "You do not have a valid license to access the premium version."
753
- msgstr "У Вас нет необходимых лицензионных прав для пользования премиум версией"
754
-
755
- #: includes/class-freemius.php:22812
756
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
757
- msgstr "Плагин является 'Serviсeware'. Это означает, что он не имеет премиум версию кода. "
758
-
759
- #: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
760
- msgid "Premium add-on version already installed."
761
- msgstr "Премиум версия плагина была установлена"
762
-
763
- #: includes/class-freemius.php:23180
764
- msgid "View paid features"
765
- msgstr "Просмотр платных возможностей"
766
-
767
- #: includes/class-freemius.php:23502
768
- msgid "Thank you so much for using %s and its add-ons!"
769
- msgstr "Thank you so much for using %s and its add-ons!"
770
-
771
- #: includes/class-freemius.php:23503
772
- msgid "Thank you so much for using %s!"
773
- msgstr "Thank you so much for using %s!"
774
-
775
- #: includes/class-freemius.php:23509
776
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
777
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
778
-
779
- #: includes/class-freemius.php:23513
780
- msgid "Thank you so much for using our products!"
781
- msgstr "Thank you so much for using our products!"
782
-
783
- #: includes/class-freemius.php:23514
784
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
785
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
786
-
787
- #: includes/class-freemius.php:23533
788
- msgid "%s and its add-ons"
789
- msgstr "%s and its add-ons"
790
-
791
- #: includes/class-freemius.php:23542
792
- msgid "Products"
793
- msgstr "Products"
794
-
795
- #: includes/class-freemius.php23549, templates/connect.php:272
796
- msgid "Yes"
797
- msgstr "Yes"
798
-
799
- #: includes/class-freemius.php23550, templates/connect.php:273
800
- msgid "send me security & feature updates, educational content and offers."
801
- msgstr "send me security & feature updates, educational content and offers."
802
-
803
- #: includes/class-freemius.php23551, templates/connect.php:278
804
- msgid "No"
805
- msgstr "No"
806
-
807
- #: includes/class-freemius.php23553, templates/connect.php:280
808
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
809
- msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
810
-
811
- #: includes/class-freemius.php:23563
812
- 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 :-)"
813
- msgstr "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 :-)"
814
-
815
- #: includes/class-freemius.php23565, templates/connect.php:287
816
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
817
- msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
818
-
819
- #: includes/class-freemius.php:23847
820
- msgid "License key is empty."
821
- msgstr "License key is empty."
822
-
823
- #: includes/class-fs-plugin-updater.php206,
824
- #: templates/forms/premium-versions-upgrade-handler.php:57
825
- msgid "Renew license"
826
- msgstr "Renew license"
827
-
828
- #: includes/class-fs-plugin-updater.php211,
829
- #: templates/forms/premium-versions-upgrade-handler.php:58
830
- msgid "Buy license"
831
- msgstr "Buy license"
832
-
833
- #: includes/class-fs-plugin-updater.php321,
834
- #: includes/class-fs-plugin-updater.php:354
835
- msgid "There is a %s of %s available."
836
- msgstr "There is a %s of %s available."
837
-
838
- #: includes/class-fs-plugin-updater.php323,
839
- #: includes/class-fs-plugin-updater.php:359
840
- msgid "new Beta version"
841
- msgstr "new Beta version"
842
-
843
- #: includes/class-fs-plugin-updater.php324,
844
- #: includes/class-fs-plugin-updater.php:360
845
- msgid "new version"
846
- msgstr "new version"
847
-
848
- #: includes/class-fs-plugin-updater.php:383
849
- msgid "Important Upgrade Notice:"
850
- msgstr "Important Upgrade Notice:"
851
-
852
- #: includes/class-fs-plugin-updater.php:1277
853
- msgid "Installing plugin: %s"
854
- msgstr "Установка плагина: %s"
855
-
856
- #: includes/class-fs-plugin-updater.php:1318
857
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
858
- msgstr "Невозможно присоединиться к системе файлов. Пожалуйста, подтвердите свои данные. "
859
-
860
- #: includes/class-fs-plugin-updater.php:1500
861
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
862
- msgstr "Удаленный пакет плагинов не содержит папку с нужным описанием URL и смена имени не срабатывает. "
863
-
864
- #: includes/fs-plugin-info-dialog.php:535
865
- msgid "Purchase More"
866
- msgstr "Purchase More"
867
-
868
- #: includes/fs-plugin-info-dialog.php536,
869
- #: templates/account/partials/addon.php:385
870
- msgctxt "verb"
871
- msgid "Purchase"
872
- msgstr "Купить"
873
-
874
- #: includes/fs-plugin-info-dialog.php:540
875
- msgid "Start my free %s"
876
- msgstr "Начать мой бесплатный %s"
877
-
878
- #: includes/fs-plugin-info-dialog.php:738
879
- msgid "Install Free Version Update Now"
880
- msgstr "Install Free Version Update Now"
881
-
882
- #: includes/fs-plugin-info-dialog.php739, templates/account.php:560
883
- msgid "Install Update Now"
884
- msgstr "Провести обновления сейчас "
885
-
886
- #: includes/fs-plugin-info-dialog.php:748
887
- msgid "Install Free Version Now"
888
- msgstr "Install Free Version Now"
889
-
890
- #: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
891
- #: templates/auto-installation.php111,
892
- #: templates/account/partials/addon.php365,
893
- #: templates/account/partials/addon.php:418
894
- msgid "Install Now"
895
- msgstr "Установить сейчас "
896
-
897
- #: includes/fs-plugin-info-dialog.php:765
898
- msgctxt "as download latest version"
899
- msgid "Download Latest Free Version"
900
- msgstr "Download Latest Free Version"
901
-
902
- #: includes/fs-plugin-info-dialog.php766, templates/account.php91,
903
- #: templates/add-ons.php37, templates/account/partials/addon.php:25
904
- msgctxt "as download latest version"
905
- msgid "Download Latest"
906
- msgstr "Скачать последнюю версию"
907
-
908
- #: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
909
- #: templates/account/partials/addon.php356,
910
- #: templates/account/partials/addon.php:412
911
- msgid "Activate this add-on"
912
- msgstr "Активируйте этот функционал "
913
-
914
- #: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
915
- msgid "Activate Free Version"
916
- msgstr "Активировать бесплатную версию?"
917
-
918
- #: includes/fs-plugin-info-dialog.php784, templates/account.php115,
919
- #: templates/add-ons.php330, templates/account/partials/addon.php:48
920
- msgid "Activate"
921
- msgstr "Активировать "
922
-
923
- #: includes/fs-plugin-info-dialog.php:994
924
- msgctxt "Plugin installer section title"
925
- msgid "Description"
926
- msgstr "Описание "
927
-
928
- #: includes/fs-plugin-info-dialog.php:995
929
- msgctxt "Plugin installer section title"
930
- msgid "Installation"
931
- msgstr "Установка "
932
-
933
- #: includes/fs-plugin-info-dialog.php:996
934
- msgctxt "Plugin installer section title"
935
- msgid "FAQ"
936
- msgstr "Часто задаваемые вопросы "
937
-
938
- #: includes/fs-plugin-info-dialog.php997,
939
- #: templates/plugin-info/description.php:55
940
- msgid "Screenshots"
941
- msgstr "Снимки экрана "
942
-
943
- #: includes/fs-plugin-info-dialog.php:998
944
- msgctxt "Plugin installer section title"
945
- msgid "Changelog"
946
- msgstr "Журнал изменений "
947
-
948
- #: includes/fs-plugin-info-dialog.php:999
949
- msgctxt "Plugin installer section title"
950
- msgid "Reviews"
951
- msgstr "Отзывы "
952
-
953
- #: includes/fs-plugin-info-dialog.php:1000
954
- msgctxt "Plugin installer section title"
955
- msgid "Other Notes"
956
- msgstr "Другие заметки "
957
-
958
- #: includes/fs-plugin-info-dialog.php:1015
959
- msgctxt "Plugin installer section title"
960
- msgid "Features & Pricing"
961
- msgstr "Функционал&тарифные планы "
962
-
963
- #: includes/fs-plugin-info-dialog.php:1025
964
- msgid "Plugin Install"
965
- msgstr "Установка плагина "
966
-
967
- #: includes/fs-plugin-info-dialog.php:1097
968
- msgctxt "e.g. Professional Plan"
969
- msgid "%s Plan"
970
- msgstr "%s план "
971
-
972
- #: includes/fs-plugin-info-dialog.php:1123
973
- msgctxt "e.g. the best product"
974
- msgid "Best"
975
- msgstr "Лучший "
976
-
977
- #: includes/fs-plugin-info-dialog.php1129,
978
- #: includes/fs-plugin-info-dialog.php:1149
979
- msgctxt "as every month"
980
- msgid "Monthly"
981
- msgstr "Помесячно "
982
-
983
- #: includes/fs-plugin-info-dialog.php:1132
984
- msgctxt "as once a year"
985
- msgid "Annual"
986
- msgstr "Ежегодно "
987
-
988
- #: includes/fs-plugin-info-dialog.php:1135
989
- msgid "Lifetime"
990
- msgstr "На бессрочный период "
991
-
992
- #: includes/fs-plugin-info-dialog.php1149,
993
- #: includes/fs-plugin-info-dialog.php1151,
994
- #: includes/fs-plugin-info-dialog.php:1153
995
- msgctxt "e.g. billed monthly"
996
- msgid "Billed %s"
997
- msgstr "Оплачивать %s"
998
-
999
- #: includes/fs-plugin-info-dialog.php:1151
1000
- msgctxt "as once a year"
1001
- msgid "Annually"
1002
- msgstr "Один раз в год "
1003
-
1004
- #: includes/fs-plugin-info-dialog.php:1153
1005
- msgctxt "as once a year"
1006
- msgid "Once"
1007
- msgstr "Один раз "
1008
-
1009
- #: includes/fs-plugin-info-dialog.php:1159
1010
- msgid "Single Site License"
1011
- msgstr "Лицензия на один сайт "
1012
-
1013
- #: includes/fs-plugin-info-dialog.php:1161
1014
- msgid "Unlimited Licenses"
1015
- msgstr "Неограниченная лицензия "
1016
-
1017
- #: includes/fs-plugin-info-dialog.php:1163
1018
- msgid "Up to %s Sites"
1019
- msgstr "до % сайтов "
1020
-
1021
- #: includes/fs-plugin-info-dialog.php1173,
1022
- #: templates/plugin-info/features.php:82
1023
- msgctxt "as monthly period"
1024
- msgid "mo"
1025
- msgstr "на один месяц"
1026
-
1027
- #: includes/fs-plugin-info-dialog.php1180,
1028
- #: templates/plugin-info/features.php:80
1029
- msgctxt "as annual period"
1030
- msgid "year"
1031
- msgstr "на один год "
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:1234
1034
- msgctxt "noun"
1035
- msgid "Price"
1036
- msgstr "Стоимость "
1037
-
1038
- #: includes/fs-plugin-info-dialog.php:1282
1039
- msgid "Save %s"
1040
- msgstr "Экономия %s"
1041
-
1042
- #: includes/fs-plugin-info-dialog.php:1292
1043
- msgid "No commitment for %s - cancel anytime"
1044
- msgstr "Без обязательств платить %s - аннулируй пользование в любое время "
1045
-
1046
- #: includes/fs-plugin-info-dialog.php:1295
1047
- msgid "After your free %s, pay as little as %s"
1048
- msgstr "После окончания Вашего бесплатного %s, платите всего лиш %s"
1049
-
1050
- #: includes/fs-plugin-info-dialog.php:1306
1051
- msgid "Details"
1052
- msgstr "Детальней"
1053
-
1054
- #: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
1055
- #: templates/debug.php203, templates/debug.php240, templates/debug.php457,
1056
- #: templates/account/partials/addon.php:36
1057
- msgctxt "product version"
1058
- msgid "Version"
1059
- msgstr "Версия "
1060
-
1061
- #: includes/fs-plugin-info-dialog.php:1317
1062
- msgctxt "as the plugin author"
1063
- msgid "Author"
1064
- msgstr "Автор"
1065
-
1066
- #: includes/fs-plugin-info-dialog.php:1324
1067
- msgid "Last Updated"
1068
- msgstr "Последнее обновление "
1069
-
1070
- #: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
1071
- msgctxt "x-ago"
1072
- msgid "%s ago"
1073
- msgstr "% тому назад "
1074
-
1075
- #: includes/fs-plugin-info-dialog.php:1338
1076
- msgid "Requires WordPress Version"
1077
- msgstr "Необходима версия WordPress "
1078
-
1079
- #: includes/fs-plugin-info-dialog.php:1339
1080
- msgid "%s or higher"
1081
- msgstr "%s или выше"
1082
-
1083
- #: includes/fs-plugin-info-dialog.php:1346
1084
- msgid "Compatible up to"
1085
- msgstr "Совместима с "
1086
-
1087
- #: includes/fs-plugin-info-dialog.php:1354
1088
- msgid "Downloaded"
1089
- msgstr "Загружен "
1090
-
1091
- #: includes/fs-plugin-info-dialog.php:1358
1092
- msgid "%s time"
1093
- msgstr "%s время "
1094
-
1095
- #: includes/fs-plugin-info-dialog.php:1360
1096
- msgid "%s times"
1097
- msgstr "%s раз "
1098
-
1099
- #: includes/fs-plugin-info-dialog.php:1370
1100
- msgid "WordPress.org Plugin Page"
1101
- msgstr "Страница плагинов WordPress.org"
1102
-
1103
- #: includes/fs-plugin-info-dialog.php:1378
1104
- msgid "Plugin Homepage"
1105
- msgstr "Главная страница плагина "
1106
-
1107
- #: includes/fs-plugin-info-dialog.php1386,
1108
- #: includes/fs-plugin-info-dialog.php:1468
1109
- msgid "Donate to this plugin"
1110
- msgstr "Инвестировать в разработку плагина "
1111
-
1112
- #: includes/fs-plugin-info-dialog.php:1393
1113
- msgid "Average Rating"
1114
- msgstr "Средний рейтинг "
1115
-
1116
- #: includes/fs-plugin-info-dialog.php:1400
1117
- msgid "based on %s"
1118
- msgstr "Основан на %s"
1119
-
1120
- #: includes/fs-plugin-info-dialog.php:1404
1121
- msgid "%s rating"
1122
- msgstr "% оценка "
1123
-
1124
- #: includes/fs-plugin-info-dialog.php:1406
1125
- msgid "%s ratings"
1126
- msgstr "% оценки "
1127
-
1128
- #: includes/fs-plugin-info-dialog.php:1421
1129
- msgid "%s star"
1130
- msgstr "%звездочка "
1131
-
1132
- #: includes/fs-plugin-info-dialog.php:1423
1133
- msgid "%s stars"
1134
- msgstr "% звездочки "
1135
-
1136
- #: includes/fs-plugin-info-dialog.php:1434
1137
- msgid "Click to see reviews that provided a rating of %s"
1138
- msgstr "Нажмите, чтобы посмотреть отзывы, которые сформировали рейтинг %s"
1139
-
1140
- #: includes/fs-plugin-info-dialog.php:1447
1141
- msgid "Contributors"
1142
- msgstr "Контрибьюторы "
1143
-
1144
- #: includes/fs-plugin-info-dialog.php1476,
1145
- #: includes/fs-plugin-info-dialog.php:1478
1146
- msgid "Warning"
1147
- msgstr "Предупреждение "
1148
-
1149
- #: includes/fs-plugin-info-dialog.php:1476
1150
- msgid "This plugin has not been tested with your current version of WordPress."
1151
- msgstr "Этот плагин не был тестирован с Вашей текущей версией WordPress. "
1152
-
1153
- #: includes/fs-plugin-info-dialog.php:1478
1154
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1155
- msgstr "Этот плагин не отмечен как совместимый з Вашей версией WordPress "
1156
-
1157
- #: includes/fs-plugin-info-dialog.php:1497
1158
- msgid "Paid add-on must be deployed to Freemius."
1159
- msgstr "Платный функционал должен быть заявлен в Freemius"
1160
-
1161
- #: includes/fs-plugin-info-dialog.php:1498
1162
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1163
- msgstr "Функционал должен быть заявлен на WordPress.org или Freemius "
1164
-
1165
- #: includes/fs-plugin-info-dialog.php:1519
1166
- msgid "Newer Version (%s) Installed"
1167
- msgstr "Более новая версия %s установлена "
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:1520
1170
- msgid "Newer Free Version (%s) Installed"
1171
- msgstr "Newer Free Version (%s) Installed"
1172
-
1173
- #: includes/fs-plugin-info-dialog.php:1527
1174
- msgid "Latest Version Installed"
1175
- msgstr "Последняя версия установлена"
1176
-
1177
- #: includes/fs-plugin-info-dialog.php:1528
1178
- msgid "Latest Free Version Installed"
1179
- msgstr "Latest Free Version Installed"
1180
-
1181
- #: templates/account.php92, templates/forms/subscription-cancellation.php96,
1182
- #: templates/account/partials/addon.php26,
1183
- #: templates/account/partials/site.php:311
1184
- msgid "Downgrading your plan"
1185
- msgstr "Downgrading your plan"
1186
-
1187
- #: templates/account.php93, templates/forms/subscription-cancellation.php97,
1188
- #: templates/account/partials/addon.php27,
1189
- #: templates/account/partials/site.php:312
1190
- msgid "Cancelling the subscription"
1191
- msgstr "Cancelling the subscription"
1192
-
1193
- #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1194
- #. subscription'
1195
- #: templates/account.php95, templates/forms/subscription-cancellation.php99,
1196
- #: templates/account/partials/site.php:314
1197
- msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1198
- msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1199
-
1200
- #: templates/account.php96, templates/forms/subscription-cancellation.php100,
1201
- #: templates/account/partials/addon.php30,
1202
- #: templates/account/partials/site.php:315
1203
- 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."
1204
- msgstr "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."
1205
-
1206
- #: templates/account.php97, templates/forms/subscription-cancellation.php106,
1207
- #: templates/account/partials/addon.php:31
1208
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1209
- msgstr "Отказ от пользования тестовым периодом автоматически блокирует доступ ко всем премиум возможностям. Вы уверены, что хотите отказаться?"
1210
-
1211
- #: templates/account.php98, templates/forms/subscription-cancellation.php101,
1212
- #: templates/account/partials/addon.php32,
1213
- #: templates/account/partials/site.php:316
1214
- msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1215
- msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1216
-
1217
- #: templates/account.php99, templates/forms/subscription-cancellation.php102,
1218
- #: templates/account/partials/addon.php33,
1219
- #: templates/account/partials/site.php:317
1220
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1221
- msgstr "По окончанию срока действия Вашей лицензии, Вы сможете пользоваться бесплатной версией, но у Вас не будет доступа к возможностям %s. "
1222
-
1223
- #. translators: %s: Plan title (e.g. "Professional")
1224
- #: templates/account.php101,
1225
- #: templates/account/partials/activate-license-button.php31,
1226
- #: templates/account/partials/addon.php:35
1227
- msgid "Activate %s Plan"
1228
- msgstr "Активируйте план %s"
1229
-
1230
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1231
- #: templates/account.php104, templates/account/partials/addon.php38,
1232
- #: templates/account/partials/site.php:291
1233
- msgid "Auto renews in %s"
1234
- msgstr "Автоматическое продление в %s"
1235
-
1236
- #. translators: %s: Time period (e.g. Expires in "2 months")
1237
- #: templates/account.php106, templates/account/partials/addon.php40,
1238
- #: templates/account/partials/site.php:293
1239
- msgid "Expires in %s"
1240
- msgstr "Окончание срока пользования через %s"
1241
-
1242
- #: templates/account.php:107
1243
- msgctxt "as synchronize license"
1244
- msgid "Sync License"
1245
- msgstr "Синхронизация лицензии "
1246
-
1247
- #: templates/account.php108, templates/account/partials/addon.php:41
1248
- msgid "Cancel Trial"
1249
- msgstr "Отменить тестовый период "
1250
-
1251
- #: templates/account.php109, templates/account/partials/addon.php:42
1252
- msgid "Change Plan"
1253
- msgstr "Изменить план "
1254
-
1255
- #: templates/account.php110, templates/account/partials/addon.php:43
1256
- msgctxt "verb"
1257
- msgid "Upgrade"
1258
- msgstr "Сделать апгрейд"
1259
-
1260
- #: templates/account.php112, templates/account/partials/addon.php45,
1261
- #: templates/account/partials/site.php:318
1262
- msgctxt "verb"
1263
- msgid "Downgrade"
1264
- msgstr "Понизить план "
1265
-
1266
- #: templates/account.php114, templates/add-ons.php246,
1267
- #: templates/plugin-info/features.php72,
1268
- #: templates/account/partials/addon.php47,
1269
- #: templates/account/partials/site.php:33
1270
- msgid "Free"
1271
- msgstr "Бесплатная "
1272
-
1273
- #: templates/account.php116, templates/debug.php373,
1274
- #: includes/customizer/class-fs-customizer-upsell-control.php110,
1275
- #: templates/account/partials/addon.php:49
1276
- msgctxt "as product pricing plan"
1277
- msgid "Plan"
1278
- msgstr "Тарифный план "
1279
-
1280
- #: templates/account.php:117
1281
- msgid "Bundle Plan"
1282
- msgstr "Bundle Plan"
1283
-
1284
- #: templates/account.php:191
1285
- msgid "Free Trial"
1286
- msgstr "Бесплатный период пользования "
1287
-
1288
- #: templates/account.php:202
1289
- msgid "Account Details"
1290
- msgstr " Детали"
1291
-
1292
- #: templates/account.php209, templates/forms/data-debug-mode.php:33
1293
- msgid "Start Debug"
1294
- msgstr "Start Debug"
1295
-
1296
- #: templates/account.php:211
1297
- msgid "Stop Debug"
1298
- msgstr "Stop Debug"
1299
-
1300
- #: templates/account.php:218
1301
- msgid "Billing & Invoices"
1302
- msgstr "Billing & Invoices"
1303
-
1304
- #: templates/account.php:229
1305
- 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?"
1306
- msgstr "Удалив личный кабинет, Вы автоматически деактивируете лицензию на Ваш тарифный план %s, которую Вы можете использовать на других сайтах. Если Вы хотите также приостановить регулярные платежи, нажмите на кнопку \"Отмена\" и сначала измените свой тарифный план на бесплатный. Вы уверены, что хотите продолжить удаление?"
1307
-
1308
- #: templates/account.php:231
1309
- 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?"
1310
- msgstr "Удаление личного кабинете не может быть произведено временно. Удалите только в случае если Вы больше не хотите пользоваться %s. Вы уверены, что хотите продолжить удаление? "
1311
-
1312
- #: templates/account.php:234
1313
- msgid "Delete Account"
1314
- msgstr "Удалить личный кабинет"
1315
-
1316
- #: templates/account.php246, templates/account/partials/addon.php231,
1317
- #: templates/account/partials/deactivate-license-button.php:35
1318
- msgid "Deactivate License"
1319
- msgstr "Деактивировать лицензию "
1320
-
1321
- #: templates/account.php269, templates/forms/subscription-cancellation.php:125
1322
- msgid "Are you sure you want to proceed?"
1323
- msgstr "Вы уверены, что хотите продолжить?"
1324
-
1325
- #: templates/account.php269, templates/account/partials/addon.php:255
1326
- msgid "Cancel Subscription"
1327
- msgstr "Отменить подписку "
1328
-
1329
- #: templates/account.php298, templates/account/partials/addon.php:340
1330
- msgctxt "as synchronize"
1331
- msgid "Sync"
1332
- msgstr "Синхронизировать "
1333
-
1334
- #: templates/account.php313, templates/debug.php:507
1335
- msgid "Name"
1336
- msgstr "Имя"
1337
-
1338
- #: templates/account.php319, templates/debug.php:508
1339
- msgid "Email"
1340
- msgstr "Электронный адрес "
1341
-
1342
- #: templates/account.php326, templates/debug.php371, templates/debug.php:557
1343
- msgid "User ID"
1344
- msgstr "User ID "
1345
-
1346
- #: templates/account.php344, templates/account.php637,
1347
- #: templates/account.php682, templates/debug.php238, templates/debug.php365,
1348
- #: templates/debug.php454, templates/debug.php506, templates/debug.php555,
1349
- #: templates/debug.php632, templates/account/payments.php35,
1350
- #: templates/debug/logger.php:21
1351
- msgid "ID"
1352
- msgstr "ID"
1353
-
1354
- #: templates/account.php:351
1355
- msgid "Site ID"
1356
- msgstr "Site ID"
1357
-
1358
- #: templates/account.php:354
1359
- msgid "No ID"
1360
- msgstr "No ID"
1361
-
1362
- #: templates/account.php359, templates/debug.php245, templates/debug.php374,
1363
- #: templates/debug.php458, templates/debug.php510,
1364
- #: templates/account/partials/site.php:227
1365
- msgid "Public Key"
1366
- msgstr "Public Key "
1367
-
1368
- #: templates/account.php365, templates/debug.php375, templates/debug.php459,
1369
- #: templates/debug.php511, templates/account/partials/site.php:239
1370
- msgid "Secret Key"
1371
- msgstr "Secret Key "
1372
-
1373
- #: templates/account.php:368
1374
- msgctxt "as secret encryption key missing"
1375
- msgid "No Secret"
1376
- msgstr "Нет секрета "
1377
-
1378
- #: templates/account.php395, templates/account/partials/site.php120,
1379
- #: templates/account/partials/site.php:122
1380
- msgid "Trial"
1381
- msgstr "Тестовый период "
1382
-
1383
- #: templates/account.php422, templates/debug.php562,
1384
- #: templates/account/partials/site.php:260
1385
- msgid "License Key"
1386
- msgstr "Лицензионный ключ "
1387
-
1388
- #: templates/account.php:453
1389
- msgid "Join the Beta program"
1390
- msgstr "Join the Beta program"
1391
-
1392
- #: templates/account.php:459
1393
- msgid "not verified"
1394
- msgstr "не подтвержден "
1395
-
1396
- #: templates/account.php468, templates/account/partials/addon.php:190
1397
- msgid "Expired"
1398
- msgstr "Срок действия закончился "
1399
-
1400
- #: templates/account.php:528
1401
- msgid "Premium version"
1402
- msgstr "Премиум версия "
1403
-
1404
- #: templates/account.php:530
1405
- msgid "Free version"
1406
- msgstr "Бесплатная версия "
1407
-
1408
- #: templates/account.php:542
1409
- msgid "Verify Email"
1410
- msgstr "Подтвердите электронный адрес "
1411
-
1412
- #: templates/account.php:553
1413
- msgid "Download %s Version"
1414
- msgstr "Скачайте версию %s"
1415
-
1416
- #: templates/account.php568, templates/account.php820,
1417
- #: templates/account/partials/site.php248,
1418
- #: templates/account/partials/site.php:270
1419
- msgctxt "verb"
1420
- msgid "Show"
1421
- msgstr "Показать "
1422
-
1423
- #: templates/account.php:583
1424
- msgid "What is your %s?"
1425
- msgstr "Какой Ваш %s?"
1426
-
1427
- #: templates/account.php591, templates/account/billing.php:21
1428
- msgctxt "verb"
1429
- msgid "Edit"
1430
- msgstr "Редактировать "
1431
-
1432
- #: templates/account.php:616
1433
- msgid "Sites"
1434
- msgstr "Сайтов "
1435
-
1436
- #: templates/account.php:629
1437
- msgid "Search by address"
1438
- msgstr "Search by address"
1439
-
1440
- #: templates/account.php638, templates/debug.php:368
1441
- msgid "Address"
1442
- msgstr "Address"
1443
-
1444
- #: templates/account.php:639
1445
- msgid "License"
1446
- msgstr "Лицензия "
1447
-
1448
- #: templates/account.php:640
1449
- msgid "Plan"
1450
- msgstr "Тарифный план "
1451
-
1452
- #: templates/account.php:685
1453
- msgctxt "as software license"
1454
- msgid "License"
1455
- msgstr "Лицензия "
1456
-
1457
- #: templates/account.php:814
1458
- msgctxt "verb"
1459
- msgid "Hide"
1460
- msgstr "Спрятать "
1461
-
1462
- #: templates/account.php836, templates/forms/data-debug-mode.php:31
1463
- msgid "Processing"
1464
- msgstr "Обработка данных "
1465
-
1466
- #: templates/account.php:839
1467
- msgid "Get updates for bleeding edge Beta versions of %s."
1468
- msgstr "Get updates for bleeding edge Beta versions of %s."
1469
-
1470
- #: templates/account.php:897
1471
- msgid "Cancelling %s"
1472
- msgstr "Cancelling %s"
1473
-
1474
- #: templates/account.php897, templates/account.php914,
1475
- #: templates/forms/subscription-cancellation.php27,
1476
- #: templates/forms/deactivation/form.php:133
1477
- msgid "trial"
1478
- msgstr "trial"
1479
-
1480
- #: templates/account.php912, templates/forms/deactivation/form.php:150
1481
- msgid "Cancelling %s..."
1482
- msgstr "Cancelling %s..."
1483
-
1484
- #: templates/account.php915, templates/forms/subscription-cancellation.php28,
1485
- #: templates/forms/deactivation/form.php:134
1486
- msgid "subscription"
1487
- msgstr "subscription"
1488
-
1489
- #: templates/account.php:929
1490
- msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1491
- msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1492
-
1493
- #: templates/add-ons.php:38
1494
- msgid "View details"
1495
- msgstr "Смотреть детальней "
1496
-
1497
- #: templates/add-ons.php:48
1498
- msgid "Add Ons for %s"
1499
- msgstr "Функционал для %s"
1500
-
1501
- #: templates/add-ons.php:58
1502
- 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."
1503
- msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
1504
-
1505
- #: templates/add-ons.php:229
1506
- msgctxt "active add-on"
1507
- msgid "Active"
1508
- msgstr "Active"
1509
-
1510
- #: templates/add-ons.php:230
1511
- msgctxt "installed add-on"
1512
- msgid "Installed"
1513
- msgstr "Installed"
1514
-
1515
- #: templates/admin-notice.php13, templates/forms/license-activation.php207,
1516
- #: templates/forms/resend-key.php:77
1517
- msgctxt "as close a window"
1518
- msgid "Dismiss"
1519
- msgstr "Закрыть "
1520
-
1521
- #: templates/auto-installation.php:45
1522
- msgid "%s sec"
1523
- msgstr "%s секунд "
1524
-
1525
- #: templates/auto-installation.php:83
1526
- msgid "Automatic Installation"
1527
- msgstr "Автоматическая установка "
1528
-
1529
- #: templates/auto-installation.php:93
1530
- msgid "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."
1531
- msgstr "Автоматическое скачивание и установка %s ( платной версии) %s начнется через %s. Если Вы хотите все сделать в ручном режиме, нажмите на кнопку \"Отменить\" сейчас. "
1532
-
1533
- #: templates/auto-installation.php:104
1534
- msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
1535
- msgstr "Процесс установки уже начат и может занять несколько минут. Пожалуйста, подождите окончания процесса и не обновляйте эту страницу. "
1536
-
1537
- #: templates/auto-installation.php:109
1538
- msgid "Cancel Installation"
1539
- msgstr "Отменить установку "
1540
-
1541
- #: templates/checkout.php:180
1542
- msgid "Checkout"
1543
- msgstr "Оплата "
1544
-
1545
- #: templates/checkout.php:180
1546
- msgid "PCI compliant"
1547
- msgstr "Жалоба PCI"
1548
-
1549
- #. translators: %s: name (e.g. Hey John,)
1550
- #: templates/connect.php:112
1551
- msgctxt "greeting"
1552
- msgid "Hey %s,"
1553
- msgstr "Здравствуйте %s"
1554
-
1555
- #: templates/connect.php:154
1556
- msgid "Allow & Continue"
1557
- msgstr "Разрешить и продолжить"
1558
-
1559
- #: templates/connect.php:158
1560
- msgid "Re-send activation email"
1561
- msgstr "Отправить письмо активации еще раз "
1562
-
1563
- #: templates/connect.php:162
1564
- msgid "Thanks %s!"
1565
- msgstr "Спасибо %s"
1566
-
1567
- #: templates/connect.php172, templates/forms/license-activation.php:46
1568
- msgid "Agree & Activate License"
1569
- msgstr "Согласиться и активировать лицензию "
1570
-
1571
- #: templates/connect.php:181
1572
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1573
- msgstr "Спасибо за покупку %s! Для того, чтобы начать введите свой лицензионный ключ:"
1574
-
1575
- #: templates/connect.php:188
1576
- 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."
1577
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
1578
-
1579
- #: templates/connect.php:189
1580
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1581
- msgstr "Никогда не пропускайте важных оповещений - подпишитесь на наши уведомления о безопасности и новом функционале."
1582
-
1583
- #: templates/connect.php:195
1584
- 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. If you skip this, that's okay! %1$s will still work just fine."
1585
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1586
-
1587
- #: templates/connect.php:196
1588
- msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1589
- msgstr "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
1590
-
1591
- #: templates/connect.php:230
1592
- msgid "We're excited to introduce the Freemius network-level integration."
1593
- msgstr "We're excited to introduce the Freemius network-level integration."
1594
-
1595
- #: templates/connect.php:233
1596
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1597
- msgstr "During the update process we detected %d site(s) that are still pending license activation."
1598
-
1599
- #: templates/connect.php:235
1600
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1601
- msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1602
-
1603
- #: templates/connect.php:237
1604
- msgid "%s's paid features"
1605
- msgstr "%s's paid features"
1606
-
1607
- #: templates/connect.php:242
1608
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1609
- msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1610
-
1611
- #: templates/connect.php:244
1612
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1613
- msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1614
-
1615
- #: templates/connect.php253, templates/forms/data-debug-mode.php35,
1616
- #: templates/forms/license-activation.php:49
1617
- msgid "License key"
1618
- msgstr "Лицензионный ключ"
1619
-
1620
- #: templates/connect.php256, templates/forms/license-activation.php:22
1621
- msgid "Can't find your license key?"
1622
- msgstr "Не можете найти лицензионный ключ? "
1623
-
1624
- #: templates/connect.php315, templates/connect.php652,
1625
- #: templates/forms/deactivation/retry-skip.php:20
1626
- msgctxt "verb"
1627
- msgid "Skip"
1628
- msgstr "Пропустить"
1629
-
1630
- #: templates/connect.php:318
1631
- msgid "Delegate to Site Admins"
1632
- msgstr "Delegate to Site Admins"
1633
-
1634
- #: templates/connect.php:318
1635
- msgid "If you click it, this decision will be delegated to the sites administrators."
1636
- msgstr "If you click it, this decision will be delegated to the sites administrators."
1637
-
1638
- #: templates/connect.php:346
1639
- msgid "Your Profile Overview"
1640
- msgstr "Просмотр Вашего профиля "
1641
-
1642
- #: templates/connect.php:347
1643
- msgid "Name and email address"
1644
- msgstr "Имя и электронный адрес "
1645
-
1646
- #: templates/connect.php:352
1647
- msgid "Your Site Overview"
1648
- msgstr "Просмотр Вашего сайта "
1649
-
1650
- #: templates/connect.php:353
1651
- msgid "Site URL, WP version, PHP info, plugins & themes"
1652
- msgstr "URL сайта, версия WP, информация о PHP, плагинах и шаблонах "
1653
-
1654
- #: templates/connect.php:358
1655
- msgid "Admin Notices"
1656
- msgstr "Админ заметки"
1657
-
1658
- #: templates/connect.php359, templates/connect.php:375
1659
- msgid "Updates, announcements, marketing, no spam"
1660
- msgstr "Новости, объявления, маркетинг, без спама"
1661
-
1662
- #: templates/connect.php:364
1663
- msgid "Current %s Events"
1664
- msgstr "Текущие события %s"
1665
-
1666
- #: templates/connect.php:365
1667
- msgid "Activation, deactivation and uninstall"
1668
- msgstr "Активация, деактивация и деинсталляция "
1669
-
1670
- #: templates/connect.php:374
1671
- msgid "Newsletter"
1672
- msgstr "Рассылка "
1673
-
1674
- #: templates/connect.php391, templates/forms/license-activation.php:41
1675
- msgid "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."
1676
- msgstr "%1$s будет периодически присылать информацию %2$s с целью проверки безопасности, сообщения об обновлении функционала и подтверждения действия Вашей лицензии. "
1677
-
1678
- #: templates/connect.php:396
1679
- msgid "What permissions are being granted?"
1680
- msgstr "Какие предоставляются разрешения?"
1681
-
1682
- #: templates/connect.php:417
1683
- msgid "Don't have a license key?"
1684
- msgstr "У Вас нет лицензионного ключа?"
1685
-
1686
- #: templates/connect.php:420
1687
- msgid "Have a license key?"
1688
- msgstr "У Вас есть лицензионный ключ?"
1689
-
1690
- #: templates/connect.php:428
1691
- msgid "Privacy Policy"
1692
- msgstr "Политика Конфиденциальности"
1693
-
1694
- #: templates/connect.php:430
1695
- msgid "License Agreement"
1696
- msgstr "License Agreement"
1697
-
1698
- #: templates/connect.php:430
1699
- msgid "Terms of Service"
1700
- msgstr "Пользовательское соглашение"
1701
-
1702
- #: templates/connect.php:805
1703
- msgctxt "as in the process of sending an email"
1704
- msgid "Sending email"
1705
- msgstr "Электронное письмо отправляется Вам на почту "
1706
-
1707
- #: templates/connect.php:806
1708
- msgctxt "as activating plugin"
1709
- msgid "Activating"
1710
- msgstr "Активация "
1711
-
1712
- #: templates/contact.php:78
1713
- msgid "Contact"
1714
- msgstr "Свяжитесь с нами"
1715
-
1716
- #: templates/debug.php:17
1717
- msgctxt "as turned off"
1718
- msgid "Off"
1719
- msgstr "Выключить "
1720
-
1721
- #: templates/debug.php:18
1722
- msgctxt "as turned on"
1723
- msgid "On"
1724
- msgstr "Включить "
1725
-
1726
- #: templates/debug.php:20
1727
- msgid "SDK"
1728
- msgstr "SDK"
1729
-
1730
- #: templates/debug.php:24
1731
- msgctxt "as code debugging"
1732
- msgid "Debugging"
1733
- msgstr "Устранение ошибок"
1734
-
1735
- #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1736
- #: templates/debug.php:512
1737
- msgid "Actions"
1738
- msgstr "Действия "
1739
-
1740
- #: templates/debug.php:64
1741
- msgid "Are you sure you want to delete all Freemius data?"
1742
- msgstr "Вы уверенны, что хотите удалить все данные Freemius?"
1743
-
1744
- #: templates/debug.php:64
1745
- msgid "Delete All Accounts"
1746
- msgstr "Удалить все аккаунты"
1747
-
1748
- #: templates/debug.php:71
1749
- msgid "Clear API Cache"
1750
- msgstr "Очистить кэш API"
1751
-
1752
- #: templates/debug.php:79
1753
- msgid "Clear Updates Transients"
1754
- msgstr "Clear Updates Transients"
1755
-
1756
- #: templates/debug.php:86
1757
- msgid "Sync Data From Server"
1758
- msgstr "Синхронизация данных с сервера "
1759
-
1760
- #: templates/debug.php:95
1761
- msgid "Migrate Options to Network"
1762
- msgstr "Migrate Options to Network"
1763
-
1764
- #: templates/debug.php:100
1765
- msgid "Load DB Option"
1766
- msgstr "Загрузить опцию базы данных "
1767
-
1768
- #: templates/debug.php:103
1769
- msgid "Set DB Option"
1770
- msgstr "Установить опцию базы данных "
1771
-
1772
- #: templates/debug.php:182
1773
- msgid "Key"
1774
- msgstr "Ключ "
1775
-
1776
- #: templates/debug.php:183
1777
- msgid "Value"
1778
- msgstr "Значение "
1779
-
1780
- #: templates/debug.php:199
1781
- msgctxt "as software development kit versions"
1782
- msgid "SDK Versions"
1783
- msgstr "Версии SDK"
1784
-
1785
- #: templates/debug.php:204
1786
- msgid "SDK Path"
1787
- msgstr "путь SDK"
1788
-
1789
- #: templates/debug.php205, templates/debug.php:244
1790
- msgid "Module Path"
1791
- msgstr "Путь модуля "
1792
-
1793
- #: templates/debug.php:206
1794
- msgid "Is Active"
1795
- msgstr "активный "
1796
-
1797
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1798
- msgid "Plugins"
1799
- msgstr "Плагины "
1800
-
1801
- #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1802
- msgid "Themes"
1803
- msgstr "Шаблоны "
1804
-
1805
- #: templates/debug.php239, templates/debug.php370, templates/debug.php456,
1806
- #: templates/debug/scheduled-crons.php:80
1807
- msgid "Slug"
1808
- msgstr "Описательная часть URL "
1809
-
1810
- #: templates/debug.php241, templates/debug.php:455
1811
- msgid "Title"
1812
- msgstr "Название "
1813
-
1814
- #: templates/debug.php:242
1815
- msgctxt "as application program interface"
1816
- msgid "API"
1817
- msgstr "API"
1818
-
1819
- #: templates/debug.php:243
1820
- msgid "Freemius State"
1821
- msgstr "Cостояние Freemius "
1822
-
1823
- #: templates/debug.php:247
1824
- msgid "Network Blog"
1825
- msgstr "Network Blog"
1826
-
1827
- #: templates/debug.php:248
1828
- msgid "Network User"
1829
- msgstr "Network User"
1830
-
1831
- #: templates/debug.php:285
1832
- msgctxt "as connection was successful"
1833
- msgid "Connected"
1834
- msgstr "Соединено "
1835
-
1836
- #: templates/debug.php:286
1837
- msgctxt "as connection blocked"
1838
- msgid "Blocked"
1839
- msgstr "Заблокировано "
1840
-
1841
- #: templates/debug.php:322
1842
- msgid "Simulate Trial Promotion"
1843
- msgstr "Simulate Trial Promotion"
1844
-
1845
- #: templates/debug.php:334
1846
- msgid "Simulate Network Upgrade"
1847
- msgstr "Simulate Network Upgrade"
1848
-
1849
- #: templates/debug.php:359
1850
- msgid "%s Installs"
1851
- msgstr "%s установок "
1852
-
1853
- #: templates/debug.php:361
1854
- msgctxt "like websites"
1855
- msgid "Sites"
1856
- msgstr "Сайтов "
1857
-
1858
- #: templates/debug.php367, templates/account/partials/site.php:156
1859
- msgid "Blog ID"
1860
- msgstr "Blog ID"
1861
-
1862
- #: templates/debug.php:372
1863
- msgid "License ID"
1864
- msgstr "License ID"
1865
-
1866
- #: templates/debug.php436, templates/debug.php535,
1867
- #: templates/account/partials/addon.php:435
1868
- msgctxt "verb"
1869
- msgid "Delete"
1870
- msgstr "Удалить"
1871
-
1872
- #: templates/debug.php:450
1873
- msgid "Add Ons of module %s"
1874
- msgstr "Функционал модуля %s"
1875
-
1876
- #: templates/debug.php:502
1877
- msgid "Users"
1878
- msgstr "Пользователи "
1879
-
1880
- #: templates/debug.php:509
1881
- msgid "Verified"
1882
- msgstr "Подтвержден "
1883
-
1884
- #: templates/debug.php:551
1885
- msgid "%s Licenses"
1886
- msgstr "%s лицензий "
1887
-
1888
- #: templates/debug.php:556
1889
- msgid "Plugin ID"
1890
- msgstr "ID плагина "
1891
-
1892
- #: templates/debug.php:558
1893
- msgid "Plan ID"
1894
- msgstr "ID тарифного плана "
1895
-
1896
- #: templates/debug.php:559
1897
- msgid "Quota"
1898
- msgstr "Выделенный объем памяти"
1899
-
1900
- #: templates/debug.php:560
1901
- msgid "Activated"
1902
- msgstr "Активирован "
1903
-
1904
- #: templates/debug.php:561
1905
- msgid "Blocking"
1906
- msgstr "Блокирование "
1907
-
1908
- #: templates/debug.php:563
1909
- msgctxt "as expiration date"
1910
- msgid "Expiration"
1911
- msgstr "Срок пользования "
1912
-
1913
- #: templates/debug.php:590
1914
- msgid "Debug Log"
1915
- msgstr "Журнал устранения ошибок "
1916
-
1917
- #: templates/debug.php:594
1918
- msgid "All Types"
1919
- msgstr "Все типы"
1920
-
1921
- #: templates/debug.php:601
1922
- msgid "All Requests"
1923
- msgstr "Все запросы "
1924
-
1925
- #: templates/debug.php606, templates/debug.php635,
1926
- #: templates/debug/logger.php:25
1927
- msgid "File"
1928
- msgstr "Файл"
1929
-
1930
- #: templates/debug.php607, templates/debug.php633,
1931
- #: templates/debug/logger.php:23
1932
- msgid "Function"
1933
- msgstr "Функция "
1934
-
1935
- #: templates/debug.php:608
1936
- msgid "Process ID"
1937
- msgstr "ID процесса "
1938
-
1939
- #: templates/debug.php:609
1940
- msgid "Logger"
1941
- msgstr "Программа сохранения изменений "
1942
-
1943
- #: templates/debug.php610, templates/debug.php634,
1944
- #: templates/debug/logger.php:24
1945
- msgid "Message"
1946
- msgstr "Сообщение "
1947
-
1948
- #: templates/debug.php:612
1949
- msgid "Filter"
1950
- msgstr "Фильтр "
1951
-
1952
- #: templates/debug.php:620
1953
- msgid "Download"
1954
- msgstr "Скачать "
1955
-
1956
- #: templates/debug.php631, templates/debug/logger.php:22
1957
- msgid "Type"
1958
- msgstr "Тип"
1959
-
1960
- #: templates/debug.php636, templates/debug/logger.php:26
1961
- msgid "Timestamp"
1962
- msgstr "Маркер времени "
1963
-
1964
- #: templates/secure-https-header.php:28
1965
- msgid "Secure HTTPS %s page, running from an external domain"
1966
- msgstr "Безопасная страница HTTPS %s воспроизводится с внешнего ресурса "
1967
-
1968
- #: includes/customizer/class-fs-customizer-support-section.php55,
1969
- #: templates/plugin-info/features.php:43
1970
- msgid "Support"
1971
- msgstr "Поддержка "
1972
-
1973
- #: includes/debug/class-fs-debug-bar-panel.php48,
1974
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1975
- msgctxt "milliseconds"
1976
- msgid "ms"
1977
- msgstr "мс "
1978
-
1979
- #: includes/debug/debug-bar-start.php:41
1980
- msgid "Freemius API"
1981
- msgstr "Freemius API"
1982
-
1983
- #: includes/debug/debug-bar-start.php:42
1984
- msgid "Requests"
1985
- msgstr "Запросы "
1986
-
1987
- #: templates/account/billing.php:22
1988
- msgctxt "verb"
1989
- msgid "Update"
1990
- msgstr "Обновить "
1991
-
1992
- #: templates/account/billing.php:33
1993
- msgid "Billing"
1994
- msgstr "Система оплаты "
1995
-
1996
- #: templates/account/billing.php38, templates/account/billing.php:38
1997
- msgid "Business name"
1998
- msgstr "Название бизнеса "
1999
-
2000
- #: templates/account/billing.php39, templates/account/billing.php:39
2001
- msgid "Tax / VAT ID"
2002
- msgstr "ID налога/НДС "
2003
-
2004
- #: templates/account/billing.php42, templates/account/billing.php42,
2005
- #: templates/account/billing.php43, templates/account/billing.php:43
2006
- msgid "Address Line %d"
2007
- msgstr "Поле для адреса %d"
2008
-
2009
- #: templates/account/billing.php46, templates/account/billing.php:46
2010
- msgid "City"
2011
- msgstr "Город "
2012
-
2013
- #: templates/account/billing.php46, templates/account/billing.php:46
2014
- msgid "Town"
2015
- msgstr "Населенный пункт "
2016
-
2017
- #: templates/account/billing.php47, templates/account/billing.php:47
2018
- msgid "ZIP / Postal Code"
2019
- msgstr "Индекс "
2020
-
2021
- #: templates/account/billing.php:302
2022
- msgid "Country"
2023
- msgstr "Страна "
2024
-
2025
- #: templates/account/billing.php:304
2026
- msgid "Select Country"
2027
- msgstr "Выбрать страну "
2028
-
2029
- #: templates/account/billing.php311, templates/account/billing.php:312
2030
- msgid "State"
2031
- msgstr "Штат "
2032
-
2033
- #: templates/account/billing.php311, templates/account/billing.php:312
2034
- msgid "Province"
2035
- msgstr "Провинция "
2036
-
2037
- #: templates/account/payments.php:29
2038
- msgid "Payments"
2039
- msgstr "Платежи"
2040
-
2041
- #: templates/account/payments.php:36
2042
- msgid "Date"
2043
- msgstr "Дата "
2044
-
2045
- #: templates/account/payments.php:37
2046
- msgid "Amount"
2047
- msgstr "Количество "
2048
-
2049
- #: templates/account/payments.php38, templates/account/payments.php:50
2050
- msgid "Invoice"
2051
- msgstr "Счет "
2052
-
2053
- #: templates/debug/api-calls.php:56
2054
- msgid "API"
2055
- msgstr "API"
2056
-
2057
- #: templates/debug/api-calls.php:68
2058
- msgid "Method"
2059
- msgstr "Метод "
2060
-
2061
- #: templates/debug/api-calls.php:69
2062
- msgid "Code"
2063
- msgstr "Код"
2064
-
2065
- #: templates/debug/api-calls.php:70
2066
- msgid "Length"
2067
- msgstr "Длинна "
2068
-
2069
- #: templates/debug/api-calls.php:71
2070
- msgctxt "as file/folder path"
2071
- msgid "Path"
2072
- msgstr "Путь "
2073
-
2074
- #: templates/debug/api-calls.php:73
2075
- msgid "Body"
2076
- msgstr "Основная часть "
2077
-
2078
- #: templates/debug/api-calls.php:75
2079
- msgid "Result"
2080
- msgstr "Результат"
2081
-
2082
- #: templates/debug/api-calls.php:76
2083
- msgid "Start"
2084
- msgstr "Начало"
2085
-
2086
- #: templates/debug/api-calls.php:77
2087
- msgid "End"
2088
- msgstr "Конец "
2089
-
2090
- #: templates/debug/logger.php:15
2091
- msgid "Log"
2092
- msgstr "Журнал изменений "
2093
-
2094
- #. translators: %s: time period (e.g. In "2 hours")
2095
- #: templates/debug/plugins-themes-sync.php18,
2096
- #: templates/debug/scheduled-crons.php:91
2097
- msgid "In %s"
2098
- msgstr "В %s"
2099
-
2100
- #. translators: %s: time period (e.g. "2 hours" ago)
2101
- #: templates/debug/plugins-themes-sync.php20,
2102
- #: templates/debug/scheduled-crons.php:93
2103
- msgid "%s ago"
2104
- msgstr "%s тому назад "
2105
-
2106
- #: templates/debug/plugins-themes-sync.php21,
2107
- #: templates/debug/scheduled-crons.php:74
2108
- msgctxt "seconds"
2109
- msgid "sec"
2110
- msgstr "сек"
2111
-
2112
- #: templates/debug/plugins-themes-sync.php:23
2113
- msgid "Plugins & Themes Sync"
2114
- msgstr "Синхронизация плагинов и шаблонов "
2115
-
2116
- #: templates/debug/plugins-themes-sync.php:28
2117
- msgid "Total"
2118
- msgstr "Итого"
2119
-
2120
- #: templates/debug/plugins-themes-sync.php29,
2121
- #: templates/debug/scheduled-crons.php:84
2122
- msgid "Last"
2123
- msgstr "Последний "
2124
-
2125
- #: templates/debug/scheduled-crons.php:76
2126
- msgid "Scheduled Crons"
2127
- msgstr "Спланированные задачи"
2128
-
2129
- #: templates/debug/scheduled-crons.php:81
2130
- msgid "Module"
2131
- msgstr "Модуль"
2132
-
2133
- #: templates/debug/scheduled-crons.php:82
2134
- msgid "Module Type"
2135
- msgstr "Тип модуля "
2136
-
2137
- #: templates/debug/scheduled-crons.php:83
2138
- msgid "Cron Type"
2139
- msgstr "Тип задачи"
2140
-
2141
- #: templates/debug/scheduled-crons.php:85
2142
- msgid "Next"
2143
- msgstr "Следующий "
2144
-
2145
- #: templates/forms/affiliation.php:82
2146
- msgid "Non-expiring"
2147
- msgstr "Бессрочный "
2148
-
2149
- #: templates/forms/affiliation.php:85
2150
- msgid "Apply to become an affiliate"
2151
- msgstr "Подать заявку на партнерство "
2152
-
2153
- #: templates/forms/affiliation.php:104
2154
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2155
- msgstr "Ваша заявка на партнерство с %s принята! Войдите в Ваш кабинет партнера на %s"
2156
-
2157
- #: templates/forms/affiliation.php:119
2158
- 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."
2159
- msgstr "Спасибо за подачу заявки на партнерство. Мы рассмотрим Ваши данные на протяжении следующих 14 дней и свяжемся с Вами. "
2160
-
2161
- #: templates/forms/affiliation.php:122
2162
- msgid "Your affiliation account was temporarily suspended."
2163
- msgstr "Ваш партнерский аккаунт временно недоступен. "
2164
-
2165
- #: templates/forms/affiliation.php:125
2166
- 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."
2167
- msgstr "Спасибо за подачу заявки на партнерство. К сожалению, мы приняли решение отказать Вам в этой возможности. Пожалуйста, повторите попытку через 30 дней. "
2168
-
2169
- #: templates/forms/affiliation.php:128
2170
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2171
- msgstr "Из-за нарушения условий партнерства мы вынуждены временно заблокировать Ваш аккаунт. Если у Вас возникли вопросы, пожалуйста, обратитесь в службу поддержки. "
2172
-
2173
- #: templates/forms/affiliation.php:141
2174
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
2175
- msgstr "Вам нравится %s? Стань нашим партнером и зарабатывай ;-)"
2176
-
2177
- #: templates/forms/affiliation.php:142
2178
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2179
- msgstr "Порекомендуй % новым пользователям и зарабатывай %s c каждой успешной продажи. "
2180
-
2181
- #: templates/forms/affiliation.php:145
2182
- msgid "Program Summary"
2183
- msgstr "Краткое описание программы "
2184
-
2185
- #: templates/forms/affiliation.php:147
2186
- msgid "%s commission when a customer purchases a new license."
2187
- msgstr "%s вознаграждения, если клиент купит новую лицензию."
2188
-
2189
- #: templates/forms/affiliation.php:149
2190
- msgid "Get commission for automated subscription renewals."
2191
- msgstr "Получай вознаграждение за автоматические продления пользования. "
2192
-
2193
- #: templates/forms/affiliation.php:152
2194
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
2195
- msgstr "%s данные cookies предоставляются после первого посещения, чтобы максимально увеличить вероятность заработка. "
2196
-
2197
- #: templates/forms/affiliation.php:155
2198
- msgid "Unlimited commissions."
2199
- msgstr "Неограниченное вознаграждение "
2200
-
2201
- #: templates/forms/affiliation.php:157
2202
- msgid "%s minimum payout amount."
2203
- msgstr "% минимальная сумма выплаты "
2204
-
2205
- #: templates/forms/affiliation.php:158
2206
- msgid "Payouts are in USD and processed monthly via PayPal."
2207
- msgstr "Выплаты производятся в долларах США через PayPal."
2208
-
2209
- #: templates/forms/affiliation.php:159
2210
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2211
- msgstr "Мы выделяем 30 дней для поступления возвратов и поэтому вознаграждения выплачиваются за покупки, которые были совершены более чем 30 дней назад."
2212
-
2213
- #: templates/forms/affiliation.php:162
2214
- msgid "Affiliate"
2215
- msgstr "Партнер"
2216
-
2217
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2218
- msgid "Email address"
2219
- msgstr "Электронный адрес "
2220
-
2221
- #: templates/forms/affiliation.php:169
2222
- msgid "Full name"
2223
- msgstr "Полное имя"
2224
-
2225
- #: templates/forms/affiliation.php:173
2226
- msgid "PayPal account email address"
2227
- msgstr "Электронный адрес аккаунта PayPal"
2228
-
2229
- #: templates/forms/affiliation.php:177
2230
- msgid "Where are you going to promote the %s?"
2231
- msgstr "Где Вы намерены продвигать %s?"
2232
-
2233
- #: templates/forms/affiliation.php:179
2234
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2235
- msgstr "Введите домен Вашего сайта или других сайтов на которых Вы намерены продвигать %s."
2236
-
2237
- #: templates/forms/affiliation.php:181
2238
- msgid "Add another domain"
2239
- msgstr "Добавьте другое доменное имя "
2240
-
2241
- #: templates/forms/affiliation.php:185
2242
- msgid "Extra Domains"
2243
- msgstr "Дополнительные доменные имена "
2244
-
2245
- #: templates/forms/affiliation.php:186
2246
- msgid "Extra domains where you will be marketing the product from."
2247
- msgstr "Дополнительные доменные имена, где Вы будете продвигать продукт. "
2248
-
2249
- #: templates/forms/affiliation.php:196
2250
- msgid "Promotion methods"
2251
- msgstr "Методы продвижения "
2252
-
2253
- #: templates/forms/affiliation.php:199
2254
- msgid "Social media (Facebook, Twitter, etc.)"
2255
- msgstr "Социальные сети ( Facebook, Twitter, etc.)"
2256
-
2257
- #: templates/forms/affiliation.php:203
2258
- msgid "Mobile apps"
2259
- msgstr "Мобильные приложения "
2260
-
2261
- #: templates/forms/affiliation.php:207
2262
- msgid "Website, email, and social media statistics (optional)"
2263
- msgstr "Вебсайт, электронный адрес и статистика социальных сетей (не обязательно)"
2264
-
2265
- #: templates/forms/affiliation.php:210
2266
- 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)."
2267
- msgstr "Пожалуйста, предоставьте соответственную статистику вебсайта или страницы социальных сетей, например, количество уникальных посетителей, количество подписчиков, читателей, т. д. ( эта информация останется конфиденциальной). "
2268
-
2269
- #: templates/forms/affiliation.php:214
2270
- msgid "How will you promote us?"
2271
- msgstr "Как Вы намерены продвигать нас?"
2272
-
2273
- #: templates/forms/affiliation.php:217
2274
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2275
- msgstr "Пожалуйста, предоставьте максимально детальную информацию о том, как Вы планируете продвигать %s."
2276
-
2277
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2278
- msgid "Cancel"
2279
- msgstr "Отмена "
2280
-
2281
- #: templates/forms/affiliation.php:225
2282
- msgid "Become an affiliate"
2283
- msgstr "Стать партнером"
2284
-
2285
- #: templates/forms/data-debug-mode.php:25
2286
- msgid "Please enter the license key to enable the debug mode:"
2287
- msgstr "Please enter the license key to enable the debug mode:"
2288
-
2289
- #: templates/forms/data-debug-mode.php:27
2290
- msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
2291
- ms